Cross-platform texture encoding libary for .NET. With support for BC1-3/DXT, BC4-5/RGTC and BC6-7/BPTC compression. Outputs files in ktx or dds formats.
The Unlicense
108
stars
16
forks
source link
Add option to use either perceptual(Ycbcr or scaled rgb) error metrics or raw rgb error metrics when encoding #39
Current default for most of the code is Ycbcr or scaled rgb error metrics. The encoder should have an option to use raw rgb error metrics as well.