metadata and readme fixes

This commit is contained in:
2021-04-12 22:11:34 -07:00
parent 7954ec1de6
commit f353bf6e92
3 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@
A python library for using DDS files
Quicktex is a python library and command line tool for encoding and decoding DDS files.
It is based on the [RGBCX encoder](https://github.com/drewcassidy/bc7enc), which is currently
It is based on the [RGBCX encoder](https://github.com/richgel999/bc7enc), which is currently
one of the [highest quality S3TC encoders available](https://aras-p.info/blog/2020/12/08/Texture-Compression-in-2020/).
Quicktex has a python front end, but the encoding and decoding is all done in C++ for speed
comparable to the original library.