Hi,
i use the Aspose Image Lib for create a TIFF from BufferedImage. This process needs about 5 sec on my Notebook, that is to long for my application. Is that processtime normal?
My Methode:
Image image = ImageExtensions.fromJava(this.imageToConvert);
TiffOptions options = new TiffOptions(TiffExpectedFormat.TiffCcittFax4);
image.save(path, options);
The Imageinfo:
A JPEG with 1748x2480
300 dpi
8 Bit
Best regards
Hi,
thank for your help. The problem is that i can´t use the lib, because for my multifunctionprinter the lib size is to big and i get a java heap size exception.
Best regards
- Xms
- Xmx
- XXMaxPermSize