| Class | Description |
|---|---|
| BMPWriter |
BMP image writer
|
| GIFWriter |
A light-weight GIF encoder implemented using tree search as demonstrated
by Bob Montgomery in "LZW compression used to encode/decode a GIF file"
|
| ImageWriter |
The template class for other image writers
This class defines a set of common data and
methods for all image writers.
|
| JPGWriter |
JPEG image writer
|
| PNGWriter |
PNG image writer
|
| TIFFWriter |
TIFF image writer.
|