Package net.sf.image4j.codec.bmp

BMP codec implementation, which allows encoding and decoding of MS BMP format.

See:
          Description

Class Summary
BMPConstants Provides constants used with BMP format.
BMPDecoder Decodes images in BMP format.
BMPEncoder Encodes images in BMP format.
BMPImage Contains a decoded BMP image, as well as information about the source encoded image.
ColorEntry Represents an RGB colour entry used in the palette of an indexed image (colour depth <= 8).
InfoHeader Represents a bitmap InfoHeader structure, which provides header information.
 

Package net.sf.image4j.codec.bmp Description

BMP codec implementation, which allows encoding and decoding of MS BMP format.