jbig2 encoder samples.

December 20, 2024 ยท View on GitHub

jbig2enc is JBIG2 opensource encoder for bi-level (1 bpp) images.

It uses Leptonica library (and its dependancies) for compression.

Example of applying different weights

Used parametersImage
original / no JBIG2weight_no_jbig2.png
-t 0.85 -w 0.25weight_no_jbig2.png
-t 0.85 -w 0.50weight_no_jbig2.png
-t 0.85 -w 0.75weight_no_jbig2.png

See this discussion for more details.