程序包 | 说明 |
---|---|
com.fr.stable.image4j.codec.bmp |
BMP codec implementation, which allows encoding and decoding of MS BMP format.
|
com.fr.stable.image4j.codec.ico |
ICO codec implementation, which allows encoding and decoding of MS ICO format.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
限定符和类型 | 类和说明 |
---|---|
class |
ICOImage
Contains a decoded ICO image, as well as information about the source encoded ICO image.
|