JAI help

C

Clive Moore

Has anyone any ideas on how to speed up the decoding of an tiff image
using JAI. This is the code im useing but its very slow when we get to
the decodeAsRenderedImage method. Any help would be much appreciated.


ImageDecoder dec = ImageCodec.createImageDecoder("tiff", s, param);

numPages = dec.getNumPages();

image =
new NullOpImage(dec.decodeAsRenderedImage(imageToLoad),
null,
OpImage.OP_IO_BOUND,
null);
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top