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.