Closed GoogleCodeExporter closed 9 years ago
NVTT already supports conversion of arbitrary pixel formats. See the
documentation:
http://code.google.com/p/nvidia-texture-tools/wiki/ApiDocumentation#Pixel_Format
_Conversion
You just have to provide the appropriate masks. Closing as invalid.
Original comment by cast...@gmail.com
on 18 Mar 2009 at 5:58
But when i used nvcompress to convert DXT...
1.texconv -ft DDS -f A1R5G5B5 -m 1 thiefile
2.nvcompress -bc1 thisfile
And i got the error image when nvcompress generated...
Original comment by w0w71...@gmail.com
on 19 Mar 2009 at 1:30
Attachments:
This was a bug in the pixel format conversion code. It's fixed after revision
898 in
both the 2.0 and trunk branches.
Thanks for the bug report!
Original comment by cast...@gmail.com
on 19 Mar 2009 at 9:03
Original issue reported on code.google.com by
w0w71...@gmail.com
on 11 Mar 2009 at 12:34