img = new Image(transparent?dec.getPageAsTransparentImage(page):dec.getPageAsImage(page));
} catch (PdfException e) {
throw Caster.toPageException(e);
}
if(scale!=100)
img.resize(scale, goodQuality?"highestquality":"highperformance", 1);
img.writeOut(destination,format, overwrite, 1f);
}
public Image toImage(byte[] input,int page) throws IOException, PageException {