Package net.sf.image4j.codec.ico

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

See:
          Description

Class Summary
ICOConstants Provides constants used with ICO format.
ICODecoder Decodes images in ICO format.
ICOEncoder Encodes images in ICO format.
ICOImage Contains a decoded ICO image, as well as information about the source encoded ICO image.
IconEntry Represents an IconEntry structure, which contains information about an ICO image.
 

Package net.sf.image4j.codec.ico Description

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

ICO images typically contain multiple images of various sizes and colour depths. Thus, this codec implementation provides methods to decode an ICO image as a list of BufferedImage objects, and to encode a list of BufferedImage objects as an ICO image.