The “Quite OK Image Format” for fast, lossless image compression.
The “Quite OK Image Format” for fast, lossless image compression. It losslessly compresses images to a similar size of PNG, while offering 20x-50x faster encoding and 3x-4x faster decoding. The reference en-/decoder fits in about 300 lines of C.
The “Quite OK Image Format” for fast, lossless image compression. It losslessly compresses images to a similar size of PNG, while offering 20x-50x faster encoding and 3x-4x faster decoding. The reference en-/decoder fits in about 300 lines of C.
To install qoi, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install qoi
To see what files were installed by qoi, run:
port contents qoi
To later upgrade qoi, run:
sudo port selfupdate && sudo port upgrade qoi
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.