[OpenJDK 2D-Dev] [9] RFR JDK-8154093: [TIFF] NPE when reading LZW-compressed image
Brian Burkhalter
brian.burkhalter at oracle.com
Fri Nov 4 21:36:25 UTC 2016
Please review at your convenience.
Issue: https://bugs.openjdk.java.net/browse/JDK-8154093
Patch: http://cr.openjdk.java.net/~bpb/8154093/webrev.00/
The problem was that the decompressor was ignoring the setting of the FillOrder field which was in this case set to the non-default value of right-to-left, i.e., lsb-to-msb.
Thanks,
Brian
More information about the 2d-dev
mailing list