Interface | Description |
---|---|
IIOParamController |
An interface to set image parameters.
|
ImageTranscoder |
An ImageTranscoder translates IIOMetadata objects provided by an
ImageReader into corresponding IIOMetadata objects that can be
understood by a given ImageWriter.
|
Class | Description |
---|---|
IIOImage |
IIOImage is a container class for components of an image file that
stores image data, image metadata and thumbnails.
|
IIOParam |
An IIOParam stores parameters used when encoding or decoding image
streams.
|
ImageIO |
An uninstantiable class that provides static methods for locating
and using image readers and writers.
|
ImageReader |
A class for decoding images within the ImageIO framework.
|
ImageReadParam |
DOCUMENT ME
|
ImageTypeSpecifier |
ImageTypeSpecifier store the color and sample models associated
with an IIOImage.
|
ImageWriteParam |
DOCUMENT ME
|
ImageWriter |
A class for encoding images within the ImageIO framework.
|
Exception | Description |
---|---|
IIOException |
A runtime exception to indicate image reading and writing failures.
|