Interface | Description |
---|---|
ImageFormatDescription |
A description of image format attributes.
|
ImageLoader |
A loader for images stored in a given format.
|
ImageLoaderFactory |
A factory which creates a loader for images stored in a given format.
|
ImageLoadListener |
An interface defining methods which may be used to monitor image loading.
|
Class | Description |
---|---|
ImageFormatDescription.Signature |
Represents a sequences of bytes which can appear at the beginning of
the stream of an image stored in this format.
|
ImageFrame |
A class representing the data and metadata of a single image.
|
ImageMetadata |
A class containing a limited number of relatively important metadata fields.
|
ImageStorage |
A convenience class for simple image loading.
|
Enum | Description |
---|---|
ImageStorage.ImageType |
An enumeration of supported image types.
|
Exception | Description |
---|---|
ImageStorageException |
An exception class used for signaling run-time failure of loading
operations.
|
A plugin for loading a given format is added by creating an
ImageFormatDescription
to provide the principal attributes for
recognizing images stored in the format, an ImageLoader
which
performs the actual loading of the image data and metadata, and an
ImageLoaderFactory
which is able to create an
ImageLoader
for a stream of image data stored in the format.
The ImageLoaderFactory
is registered with the
ImageStorage
object which manages all ImageLoader
s
and which also supplies convenience loading methods for application use.