| 程序包 | 说明 |
|---|---|
| net.gdface.image |
| 限定符和类型 | 方法和说明 |
|---|---|
BaseLazyImage |
LazyImageFactory.create(byte[] imgBytes)
创建并打开 BaseLazyImage 实例
|
BaseLazyImage |
LazyImageFactory.create(java.io.File file,
java.lang.String md5)
用本地图像文件创建 BaseLazyImage 实例
|
<T> BaseLazyImage |
LazyImageFactory.create(T src)
通过多数据源创建 BaseLazyImage 实例
|
byte[] |
ImageMatrix.getMatrixBGR()
对图像解码返回BGR格式矩阵数据
|
byte[] |
ImageMatrix.getMatrixData(MatType matrixType)
对图像解码返回指定格式数据
|
byte[] |
BaseLazyImage.getMatrixData(MatType matrixType) |
byte[] |
ImageMatrix.getMatrixGray()
对图像数据指定的区域解码返回灰度图像矩阵
|
byte[] |
ImageMatrix.getMatrixRGB()
对图像解码返回RGB格式矩阵数据
|
byte[] |
ImageMatrix.getMatrixRGBA()
对图像解码返回RGBA格式矩阵数据
|
abstract <T extends BaseLazyImage> |
BaseLazyImage.open()
读取图像基本信息,检查图像数据有效性
|
Copyright © 2023. All Rights Reserved.