Brunsli is a lossless JPEG repacking library. Brunsli allows for a 22% decrease in file size while allowing the original JPEG to be recovered byte-by-byte.
Brunsli is a lossless JPEG repacking library. Brunsli allows for a 22% decrease in file size while allowing the original JPEG to be recovered byte-by-byte.
To install brunsli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install brunsli
To see what files were installed by brunsli, run:
port contents brunsli
To later upgrade brunsli, run:
sudo port selfupdate && sudo port upgrade brunsli
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.