Nominom / BCnEncoder.NET

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
106 stars 15 forks source link

Figure out something to replace HdrImage #46

Open Nominom opened 3 years ago

Nominom commented 3 years ago

This project is mostly about block-compressed formats, so including the HdrImage-class was a band-aid fix to allow usage with any kind of a HDR-format. Ideally ImageSharp would implement HDRsupport or another Image library would have it, so I could make an extensions package for it.