Package jj2000.j2k.image.output

Class Summary
ImgWriter This is the generic interface to be implemented by all image file (or other resource) writers for different formats.
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.