I am having problems reading a NASA tiff image. A minimal example is in https://github.com/palisades-lakes/imageio-ext-issues See https://github.com/palisades-lakes/imageio-ext-issues/blob/main/src/main/java/iiox/Lroc.java. It does a read-write-read roundtrip equality test. With or without the imageio-ext-tiff dependency, roundtrip equality succeeds. However, visual inspection of output image: https://github.com/palisades-lakes/imageio-ext-issues/blob/main/images/lroc/lroc_color_poles_2k-iiox.tif shows it is corrupted. Output produced with the imageio-ext-tiff dependency removed: https://github.com/palisades-lakes/imageio-ext-issues/blob/main/images/lroc/lroc_color_poles_2k-iio.tif looks correct.
I am having problems reading a NASA tiff image.
A minimal example is in https://github.com/palisades-lakes/imageio-ext-issues
See https://github.com/palisades-lakes/imageio-ext-issues/blob/main/src/main/java/iiox/Lroc.java.
It does a read-write-read roundtrip equality test.
With or without the imageio-ext-tiff dependency, roundtrip equality succeeds.
However, visual inspection of output image:
https://github.com/palisades-lakes/imageio-ext-issues/blob/main/images/lroc/lroc_color_poles_2k-iiox.tif
shows it is corrupted.
Output produced with the imageio-ext-tiff dependency removed:
https://github.com/palisades-lakes/imageio-ext-issues/blob/main/images/lroc/lroc_color_poles_2k-iio.tif
looks correct.