Jump to letter: [
          
            CDFHKLMNPQSVX
          ]
        
        squish - Squish DXT compression library
        
        
        - Description:
 
        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.
squish is written in standard C++ and has the following features:
    * Supports the DXT1, DXT3 and DXT5 formats.
    * Optimised for both SSE and Altivec SIMD instruction sets.
    * Builds on multiple platforms (x86 and PPC tested).
    * Very simple interface. 
        
        Packages