diff options
author | Reinier de Blois <rddeblois@gmail.com> | 2013-12-11 15:01:44 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:52:36 -0600 |
commit | c1356043e28dadd54b23af3b77cf167b2ac6ac4a (patch) | |
tree | ef973ce866d066c7e7e9d5832fa2a676758c02c0 /libraries/squish/README | |
parent | 68d95acaa6c214f3ffa83836950bca822bc66e15 (diff) | |
download | slackbuilds-c1356043e28dadd54b23af3b77cf167b2ac6ac4a.tar.gz |
libraries/squish: Added (open-source DXT compression library).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/squish/README')
-rw-r--r-- | libraries/squish/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/squish/README b/libraries/squish/README new file mode 100644 index 0000000000..0651686ba8 --- /dev/null +++ b/libraries/squish/README @@ -0,0 +1,6 @@ +The squish library (abbreviated to libsquish) is an open source DXT +compression library written in C++ with 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. |