Class | Description |
---|---|
BMPCodec |
A codec to read and write Windows BMP image files.
|
CodecMode |
This class is an enumeration type for the two modes that an image codec can be used in,
CodecMode.LOAD and CodecMode.SAVE . |
GIFCodec |
A codec to write Compuserve GIF (Graphics Interchange Format) files.
|
IFFCodec |
A codec to read Amiga IFF image files.
|
ImageCodec |
The base class for image codecs, operations to read images from or write them to streams.
|
ImageLoader |
A convenience class with static methods to load images from files using JIU codecs.
|
PalmCodec |
A codec to read and write image files in the native image file format of
Palm OS,
an operating system for handheld devices.
|
PCDCodec |
A codec to read Kodak Photo-CD (image pac) image files.
|
PNGCodec |
A codec for the Portable Network Graphics (PNG) format.
|
PngIdatInputStream |
An input stream that reads from an underlying stream of PNG
IDAT chunks and skips all header information.
|
PNMCodec |
A codec to read and write Portable Anymap (PNM) image files.
|
PSDCodec |
A codec to read images from Photoshop PSD files.
|
RASCodec |
A codec to read and write Sun Raster (RAS) image files.
|
Exception | Description |
---|---|
InvalidFileStructureException |
This exception is thrown during image loading, when the decoding
process is made impossible by errors in the image file.
|
InvalidImageIndexException |
This exception is thrown when the caller has defined an image
index that specifies the image to be loaded in a multiple-image
file and that index is unavailable.
|
UnsupportedCodecModeException |
This exception is thrown when a codec does not support the
codec mode wanted by the user.
|
UnsupportedTypeException |
This exception is thrown during image loading.
|
WrongFileFormatException |
This exception is thrown during image loading.
|