jbig2enc 0.1.2

Rust reimplementation of jbig2enc, a JBIG2 encoder for bi-level images
Documentation
1
2
3
4
5
6
7
8
9
mod encoder;
mod image;
mod int_encode;
mod state_table;

pub use encoder::ArithEncoder;
pub use int_encode::IntProc;
pub use state_table::STATE_TABLE;
pub use state_table::StateEntry;