hints);
} catch (Exception e) {
LOGGER.error("image-encoding-error", e.toString());
throw new ImageWriterException(e);
}
return super.outputImage(new RenderedOp[]{converted}, params, os);
} catch (Exception e) {
LOGGER.error("image-writing-failure", e.toString());
throw new ImageWriterException(e);
}
}