Re-exports§
pub use frame_valid::is_effectively_blank;pub use frame_valid::is_rgba_blank;
Modules§
- frame_
valid - 帧/图像有效性检测:过滤全黑/全白及低方差无效帧。
- types
Structs§
Enums§
- Decode
Error - Encoding
- Thumbnail
Error - Thumbnail
Size - Represents fixed sizes of a thumbnail
Functions§
- decode_
and_ thumbnail - 解码并缩放到 max_dim 边长内
- decode_
for_ thumbnail - 按 MIME/扩展名路由解码并缩放到 max_dim 边长内(svg/raw/audio/office 优先于通用 image)
- decode_
image - 尽力解码任意支持的图像文件
- extract_
office_ emf_ bytes - 读取 Office ZIP 内 EMF 缩略图原始字节(供应用层 GDI 栅格化)