Package | Description |
---|---|
net.sourceforge.jiu.codecs | |
net.sourceforge.jiu.codecs.jpeg | |
net.sourceforge.jiu.codecs.tiff |
Modifier and Type | Class | 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 | Description |
---|---|---|
static ImageCodec |
ImageLoader.createCodec(int index) |
Creates an instance of one of the codec classes known to ImageLoader.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
class |
JPEGCodec |
A codec for the JPEG file format.
|
Modifier and Type | Class | Description |
---|---|---|
class |
TIFFCodec |
A codec to read Tagged Image File Format (TIFF) image files.
|