int imgW;
int imgH;
try {
imgW = backgroundImage.absoluteWidth(getPixelsPerInch());
imgH = backgroundImage.absoluteHeight(getPixelsPerInch());
} catch (final GraphicException fie) {
getLogger().error("Error obtaining bg image width and height");
getLogger().error(fie.getMessage());
return;
}