DXT compression is a very well-designed compression scheme for colour textures with an optional alpha channel. The squish library is a cross-platform open source implementation of DXT compression (and decompression).
DXT compression is a very well-designed compression scheme for colour textures with an optional alpha channel. The squish library is a cross-platform open source implementation of DXT compression (and decompression).
To install squish, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install squish
To see what files were installed by squish, run:
port contents squish
To later upgrade squish, run:
sudo port selfupdate && sudo port upgrade squish
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.