From 91869033b029259baa8bb627cf63a4c5c7dacc8e Mon Sep 17 00:00:00 2001 From: Nominom Date: Sat, 25 Sep 2021 13:21:39 +0300 Subject: [PATCH] Version 2.1.0 --- BCnEnc.Net/BCnEncoder.csproj | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/BCnEnc.Net/BCnEncoder.csproj b/BCnEnc.Net/BCnEncoder.csproj index 5f2da02..ddbd67d 100644 --- a/BCnEnc.Net/BCnEncoder.csproj +++ b/BCnEnc.Net/BCnEncoder.csproj @@ -12,11 +12,11 @@ MIT OR Unlicense false - 2.0.3 + 2.1.0 Nominom BCnEncoder.Net - BCnEncoder.NET is a library for compressing rgba images to different block-compressed formats. Both ktx and dds output formats are supported. It has no native dependencies and is .NET Standard 2.1 compatible. + BCnEncoder.NET is a library for compressing rgba images to different block-compressed formats. Both ktx and dds output file-formats are supported. It has no native dependencies and is .NET Standard 2.1 compatible. Supported formats are: Raw unsigned byte R, RG, RGB and RGBA formats @@ -25,15 +25,16 @@ Supported formats are: BC3 (S3TC DXT5) BC4 (RGTC1) BC5 (RGTC2) + BC6 (BPTC-FLOAT) BC7 (BPTC) BCnEncoder.Net https://github.com/Nominom/BCnEncoder.NET git - BCn BC BC1 BC2 BC3 BC4 BC5 BC7 BPTC RGTC S3TC DXT1 DXT3 DXT5 ktx dds texture compression encoding decoding decompression image gpu + BCn BC BC1 BC2 BC3 BC4 BC5 BC6 BC6H BC7 BPTC RGTC S3TC DXT1 DXT3 DXT5 ktx dds texture compression encoding decoding decompression image gpu https://github.com/Nominom/BCnEncoder.NET 2.0.0 - Removed ImageSharp dependency, added async api methods, added ATC and BGRA support, added new raw api methods, improved dds file handling and fixed some bugs. See the github page for more information about 2.0. -2.0.3 - Updated Microsoft high performance toolkit version +2.1.0 - BC6H Support