Class | Description |
---|---|
BMPReader |
Decodes and shows true color, 2 color, 16 color or 256 color windows 3.x
BMP images.
|
GIFReader |
Decodes and shows images in GIF format, supports both Gif87a and Gif89a.
|
ImageReader |
Abstract base class for image readers.
|
JPGReader | |
PCXReader |
Decodes and shows true color, 256, 16, 8, 4 as well as
black and white RLE compressed PCX images.
|
PNGReader |
Decodes and shows PNG images.
|
TGAReader |
Decodes and shows 8 bit color mapped,black and white and 16,24 and 32 bit
true color uncompressed and RLE TGA images.
|
TIFFReader |
Decodes and shows TIFF images.
|