Fix fixed to float image conversion. Patch provided by Alex Pfaffe. Fixes issue 121.

This commit is contained in:
castano
2010-05-09 06:58:47 +00:00
parent 68ff9ffd76
commit 20606def7c
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,5 @@
NVIDIA Texture Tools version 2.0.8
* Fix float to fixed image conversion. Patch provided by Alex Pfaffe. Fixes issue 121.
* ColorBlock::isSingleColor compares only RGB channels. Fixes issue 115.
* Fix cmake build in msvc. Fixes issue 111.
* Better estimate principal component. Fixes issue 120.