|
Class Summary |
| ImgWriter |
This is the generic interface to be implemented by all image file (or other
resource) writers for different formats. |
| ImgWriterArray |
This class extends the ImgWriter abstract class for writing Array . |
| ImgWriterPGM |
This class writes a component from an image in 8 bit unsigned data to a
binary PGM file. |
| ImgWriterPGX |
This class extends the ImgWriter abstract class for writing PGX files. |
| ImgWriterPPM |
This class writes 3 components from an image in 8 bit unsigned data to a
binary PPM file. |