Uses of Package
net.sf.image4j.codec.bmp

Packages that use net.sf.image4j.codec.bmp
net.sf.image4j.codec.bmp BMP codec implementation, which allows encoding and decoding of MS BMP format. 
net.sf.image4j.codec.ico ICO codec implementation, which allows encoding and decoding of MS ICO format. 
 

Classes in net.sf.image4j.codec.bmp used by net.sf.image4j.codec.bmp
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.
 

Classes in net.sf.image4j.codec.bmp used by net.sf.image4j.codec.ico
BMPImage
          Contains a decoded BMP image, as well as information about the source encoded image.
InfoHeader
          Represents a bitmap InfoHeader structure, which provides header information.