Closed glegenty closed 6 years ago
By default it is RGB correct. You will have to pass an -a
or --alpha
flag to use RGBA.
From what it looks like DXT5
and DXT3
do not respond to the alpha flag, I'm planning to fix that soon.
Most of the info regarding the file formats can be found in the documentation
I've just tried to add DXT5A
mode but that did not result in the expected result so I'll avoid from adding it. From what I understand from the documentation DXT5
includes an alpha channel so I'm not so sure what DXT5A
does specifically (perhaps a separate alpha channel only).
Hi ! What is the default encoding output for S3TC file, is it RGB ?