hg: jdk9/client/jdk: 2 new changesets
brian.burkhalter at oracle.com
brian.burkhalter at oracle.com
Fri Jan 20 23:52:58 UTC 2017
Changeset: a928fe94b745
Author: bpb
Date: 2017-01-20 15:09 -0800
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/a928fe94b745
8145019: Exceptions from TIFFImageReader.read() when loading bit depth test images
Summary: Fix some problems reading unusual bit depth images relating to setting the correct ImageTypeSpecifier and reformatting discontiguous data
Reviewed-by: prr
! src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFDecompressor.java
! src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFImageReader.java
Changeset: c17354987c3c
Author: bpb
Date: 2017-01-20 15:13 -0800
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/c17354987c3c
8154228: [TIFF] IIOException: "Insufficient data offsets or byte counts" when loading test image
Summary: If byte counts are not provided attempt to compute them if feasible.
Reviewed-by: prr
! src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFIFD.java
More information about the jdk9-client-changes
mailing list