easyofd-core 0.1.3

Core types, traits, and models for easyofd-rust
Documentation
1
2
3
4
5
6
7
8
9
//! 图像子包。
//!
//! 对应 Java: org.ofdrw.core.image

mod border_color;
mod ct_image;

pub use border_color::BorderColor;
pub use ct_image::CT_Image;