Uses of Class
net.sf.image4j.codec.bmp.BMPImage

Packages that use BMPImage
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. 
 

Uses of BMPImage in net.sf.image4j.codec.bmp
 

Methods in net.sf.image4j.codec.bmp that return BMPImage
static BMPImage BMPDecoder.readExt(java.io.File file)
          Reads and decodes BMP data from the source file, together with metadata.
static BMPImage BMPDecoder.readExt(java.io.InputStream in)
          Reads and decodes BMP data from the source input, together with metadata.
 

Uses of BMPImage in net.sf.image4j.codec.ico
 

Subclasses of BMPImage in net.sf.image4j.codec.ico
 class ICOImage
          Contains a decoded ICO image, as well as information about the source encoded ICO image.