info.getCustomObjects().put(ImageInfo.ORIGINAL_IMAGE, img);
return info;
} catch (NoClassDefFoundError ncdfe) {
try {
in.reset();
} catch (IOException ioe) {
// we're more interested in the original exception
}
batikAvailable = false;
log.warn("Batik not in class path", ncdfe);