Data compression algorithm for bi-level high-res images
JBIG-KIT provides a portable library of compression and decompression functions with a documented interface that you can very easily include into your image or document processing software. In addition, JBIG-KIT provides ready-to-use compression and decompression programs with a simple command line interface (similar to the converters found in netpbm).
JBIG-KIT provides a portable library of compression and decompression functions with a documented interface that you can very easily include into your image or document processing software. In addition, JBIG-KIT provides ready-to-use compression and decompression programs with a simple command line interface (similar to the converters found in netpbm).
To install jbigkit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install jbigkit
To see what files were installed by jbigkit, run:
port contents jbigkit
To later upgrade jbigkit, run:
sudo port selfupdate && sudo port upgrade jbigkit
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.