Page 1 of 1

How to save transparent image to .dds

Posted: 17 May 2014, 18:57
by djhubertus
Hello,

Could someone send a correct specification to save transparent image to .dds format?

I'm using DXT1 (No alpha/1 Bit-Alpha) with mip maps and i see black quad on screen :(

Re: How to save transparent image to .dds

Posted: 17 May 2014, 19:12
by HawkGer
use DXT5 interpolerated alpha.
If you want to have some parts of the image transparent then the image needs an alpha channel ;)