Michael Voyes wrote:

[...]
There, you could find that mBilevelImage takes more time to encode than mGrayImage, things that i could not understand ... does the mBilevelImage more simpliest image than mGrayImage and therefore easier to encode?

Hi Michael,

   This isn't that surprising to me.  When you go to bilevel it needs
to do an extra step called 'dithering' which can be an expensive
operation.  Also it is very likely that packing/unpacking the bi-level
bits is not very well optimized in the Tiff Encoder or Java2D.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to