Can you please provide some more information maybe code
fragments? Do you use ImageReadParams? Which? Can you
give the meta-information of the TIFF produced by the
following code example:
https://jai-imageio-demos.dev.java.net/source/browse/jai-imageio-demos/iio-samples/src/MetadataReadExample/
Maybe the metadata is not valid or the ImageReadParam
tells ImageIO to do something different. Do you do any
processing of the image that might be responsible?
Kind regards,
Marco
Hi,
I have a strange TIFF file which is not properly displayed using ImageIO. The
file is in color, but displayed as greyscale.
Looking at the image info, I noticed two things. Firstly, the image has two
samples per pixel and the number of the original colors is 65536 (16
BitsPerPixel), whereas the number of the actual colors is 256 (8
BitsPerPixel).
Of course I can provide the file per email if needed.
Thanks
-- frank