jbig2enc 0.1.2

Rust reimplementation of jbig2enc, a JBIG2 encoder for bi-level images
Documentation
1
2
3
4
5
mod dictionary;
mod text_region;

pub use dictionary::{SymbolTableResult, encode_symbol_table};
pub use text_region::{SymbolInstance, TextRegionConfig, TextRegionResult, encode_text_region};