Interface | Description |
---|---|
ImageMatrix |
图像矩阵读写接口
|
LazyImageFactory |
创建 lazy image的工厂类接口
|
Class | Description |
---|---|
BaseLazyImage |
图像数据处理对象
|
Fingerprint |
均值哈希实现图像指纹比较,用于比较两个图像的内容的相似度
|
ImageUtil |
图像工具类
|
LazyImage |
图像数据处理对象
LazyImage.open() 可以在不将图像全部解码加载到内存而获取图像的基本信息LazyImage.read(ImageReadParam) 使用内存做cache读取(不使用临时文件做cache)LazyImage.read(Rectangle, ImageTypeSpecifier) 可以对图像指定区域解码 |
LazyImageFactoryByBitmap | |
LazyImageFactoryByBufferedImage |
Exception | Description |
---|---|
ImageError | Deprecated
non-standard class name,instead use
ImageErrorException |
ImageErrorException |
获取图像异常
|
NotFoundLazyImageFactoryException |
没有找到
LazyImageFactory 实例异常 |
NotImage | Deprecated
non-standard class name,instead use
NotImageException |
NotImageException |
非图像数据
|
UnsupportedFormat | Deprecated
non-standard class name,instead use
UnsupportedFormatException |
UnsupportedFormatException |
不支持的图像格式
|
Copyright © 2019. All rights reserved.