Zopfli Compression Algorithm is a compression library programmed in C to perform very good, but slow, deflate or zlib compression. This port installs the zopfli and zopflipng tools; see also port py-zopfli for Python modules.
Zopfli Compression Algorithm is a compression library programmed in C to perform very good, but slow, deflate or zlib compression. This port installs the zopfli and zopflipng tools; see also port py-zopfli for Python modules.
To install zopfli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install zopfli
To see what files were installed by zopfli, run:
port contents zopfli
To later upgrade zopfli, run:
sudo port selfupdate && sudo port upgrade zopfli
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.