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).
|
Modifier and Type | Class and Description |
---|---|
class |
BMPCodec
A codec to read and write Windows BMP image files.
|
class |
GIFCodec
A codec to write Compuserve GIF (Graphics Interchange Format) files.
|
class |
IFFCodec
A codec to read Amiga IFF image files.
|
class |
PalmCodec
A codec to read and write image files in the native image file format of
Palm OS,
an operating system for handheld devices.
|
class |
PCDCodec
A codec to read Kodak Photo-CD (image pac) image files.
|
class |
PNGCodec
A codec for the Portable Network Graphics (PNG) format.
|
class |
PNMCodec
A codec to read and write Portable Anymap (PNM) image files.
|
class |
PSDCodec
A codec to read images from Photoshop PSD files.
|
class |
RASCodec
A codec to read and write Sun Raster (RAS) image files.
|
Modifier and Type | Method and Description |
---|---|
static ImageCodec |
ImageLoader.createCodec(int index)
Creates an instance of one of the codec classes known to ImageLoader.
|
Modifier and Type | Method and Description |
---|---|
static void |
ImageLoader.registerCodecClass(ImageCodec codec)
Registers a codec class with ImageLoader.
|
static void |
ImageLoader.removeCodecClass(ImageCodec codec)
Removes a codec class from the internal list of codec classes.
|
Modifier and Type | Class and Description |
---|---|
class |
JPEGCodec
A codec for the JPEG file format.
|
Modifier and Type | Class and Description |
---|---|
class |
TIFFCodec
A codec to read Tagged Image File Format (TIFF) image files.
|