History log of /openjdk10/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFDecompressor.java
Revision Date Author Comments
# 17032:19042d75c724 30-Mar-2017 serb

8177461: Wrong references are used in the javadoc in the java.desktop module
Reviewed-by: alexsch


# 16578:a928fe94b745 20-Jan-2017 bpb

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


# 15387:e515be423282 03-Aug-2016 bpb

8155960: TIFF javadoc contains HTML entities inside {@code} tags
Summary: Remove   from inside @code tags.
Reviewed-by: prr


# 13873:b48e7e3d4732 11-Feb-2016 bpb

8149593: Change <code>foo</code> to {@code foo} in TIFF plugin classes
Summary: Change <code>foo</code> to {@code foo} in TIFF plugin classes and 2015 to 2016 where needed.
Reviewed-by: prr, darcy


# 13242:07ae3247e988 23-Nov-2015 bpb

8143342: Integrate Java Image I/O support for TIFF per JEP 262
Summary: Port TIFF reader and writer plugins from JAI Image I/O Tools to JDK 9
Reviewed-by: prr, serb