TIFF image input/output [JEP-262]

JEP-262 is pretty straight forward. For Java 9, the image input/output plugins have been extended to include support for the TIFF image format. The ImageIO class extends the Object class and is part of Java SE. The class contains several methods for encoding and decoding images. Here is a list of static methods:

Method Return value
createImageInputStream(Object input) ImageInputStream
createImageOutputStream(Object output) ImageOutputStream
getCacheDirectory() Current value of the CacheDirectory
getImageReader(ImageWriter writer) ImageReader
getImageReaders(Object input) Iterator of current ImageReaders
getImageReadersByFormatName(String formatName) Iterator of current ImageReaders with the ...

Get Java 9: Building Robust Modular Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.