| 程序包 | 说明 |
|---|---|
| net.ifok.image.image4j.codec.ico |
ICO codec implementation, which allows encoding and decoding of MS ICO format.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static List<ICOImage> |
ICODecoder.readExt(File file)
Reads and decodes the given ICO file, together with all metadata.
|
static List<ICOImage> |
ICODecoder.readExt(InputStream is)
Reads and decodes ICO data from the given source, together with all
metadata.
|
Copyright © 2021. All rights reserved.