|
Class Summary |
IIOImage  |
A simple container class to aggregate an image, a set of
thumbnail (preview) images, and an object representing metadata
associated with the image. |
IIOParam  |
A superclass of all classes describing how streams should be
decoded or encoded. |
ImageIO  |
A class containing static convenience methods for locating
ImageReaders and ImageWriters, and
performing simple encoding and decoding. |
ImageReader  |
An abstract superclass for parsing and decoding of images. |
ImageReadParam  |
A class describing how a stream is to be decoded. |
ImageTypeSpecifier  |
A class that allows the format of an image (in particular, its
SampleModel and ColorModel) to be
specified in a convenient manner. |
ImageWriteParam  |
A class describing how a stream is to be encoded. |
ImageWriter  |
An abstract superclass for encoding and writing images. |