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
108 stars 16 forks source link

Add cubemap decoding API to ImageSharp extensions #44

Open Nominom opened 3 years ago

Nominom commented 3 years ago

Seems like cubemap decoding is missing from the ImageSharp API. One user already implemented it themselves, but it would be nice to have in the official API.