Package | Description |
---|---|
net.sourceforge.jiu.codecs |
Provides classes to read images from and save them to files (or streams) in various file formats.
|
net.sourceforge.jiu.codecs.jpeg |
Provides classes to read images from JPEG bitstreams.
|
net.sourceforge.jiu.codecs.tiff |
Classes to handle the Tagged Image File Format (TIFF).
|
Class and Description |
---|
CodecMode
This class is an enumeration type for the two modes that an image codec can be used in,
CodecMode.LOAD and CodecMode.SAVE . |
ImageCodec
The base class for image codecs, operations to read images from or write them to streams.
|
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.
|
Class and Description |
---|
ImageCodec
The base class for image codecs, operations to read images from or write them to streams.
|
InvalidFileStructureException
This exception is thrown during image loading, when the decoding
process is made impossible by errors in the image file.
|
UnsupportedTypeException
This exception is thrown during image loading.
|
WrongFileFormatException
This exception is thrown during image loading.
|
Class and Description |
---|
CodecMode
This class is an enumeration type for the two modes that an image codec can be used in,
CodecMode.LOAD and CodecMode.SAVE . |
ImageCodec
The base class for image codecs, operations to read images from or write them to streams.
|
InvalidFileStructureException
This exception is thrown during image loading, when the decoding
process is made impossible by errors in the image file.
|
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.
|