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

Forum statistics

Threads
474,416
Messages
2,571,560
Members
48,797
Latest member
shadowoftheunknown

Latest Threads

Top