Skip to main content

Module image_utils

Module image_utils 

Source
Expand description

图片处理工具。

对应 Java: org.ofdrw.reader.tools.ImageUtils

Java 版依赖 Apache PDFBox JBIG2 解码器和 AWT BufferedImage。 Rust 版提供纯数据层面的图片处理辅助函数,不依赖图形库。

Enums§

ImageFormat
图片格式。

Functions§

detect_format
检查图片数据是否具有有效的文件头签名。
gray
计算灰度值。