|
JIU 0.14.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use net.sourceforge.jiu.codecs | |
---|---|
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). |
Classes in net.sourceforge.jiu.codecs used by net.sourceforge.jiu.codecs | |
---|---|
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. |
Classes in net.sourceforge.jiu.codecs used by net.sourceforge.jiu.codecs.jpeg | |
---|---|
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. |
Classes in net.sourceforge.jiu.codecs used by net.sourceforge.jiu.codecs.tiff | |
---|---|
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. |
|
JIU 0.14.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |