BCnEncoder.Net
1.2.3
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.
Supported formats are:
Raw unsigned byte R, RG, RGB and RGBA formats
BC1 (S3TC DXT1)
BC2 (S3TC DXT3)
BC3 (S3TC DXT5)
BC4 (RGTC1)
BC5 (RGTC2)
BC7 (BPTC)
Install-Package BCnEncoder.Net -Version 1.2.3
dotnet add package BCnEncoder.Net --version 1.2.3
<PackageReference Include="BCnEncoder.Net" Version="1.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BCnEncoder.Net --version 1.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Upgraded ImageSharp dependency from 1.0.0 beta 7 to version 1.0.1
Dependencies
-
.NETStandard 2.1
- SixLabors.ImageSharp (>= 1.0.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.