fileName, type.toString());
} catch (MalformedURLException e) {
throw new RuntimeException(e);
}
if (width == -1) {
Dimension dim = BaseItemPostHandler.getDimension(content, type.toString());
if (dim != null) {
width = dim.width;
height = dim.height;
}
}