请参阅: 说明
类 | 说明 |
---|---|
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.
|
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.