jbigkit

JBIG1 data compression standard implementation for image encoding

brewmacoslinux
Try with needOr install directly
Source

About

JBIG1 data compression standard implementation

Commands

jbgtopbmpbmtojbg

Examples

Convert JBIG image to PBM format$ jbgtopbm input.jbig output.pbm
Convert PBM image to JBIG format with compression$ pbmtojbg input.pbm output.jbig
Decompress JBIG file to stdout in PBM format$ jbgtopbm input.jbig > output.pbm