BCnEncoder.Net 1.2.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package BCnEncoder.Net --version 1.2.2
NuGet\Install-Package BCnEncoder.Net -Version 1.2.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BCnEncoder.Net" Version="1.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BCnEncoder.Net --version 1.2.2
#r "nuget: BCnEncoder.Net, 1.2.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BCnEncoder.Net as a Cake Addin
#addin nuget:?package=BCnEncoder.Net&version=1.2.2

// Install BCnEncoder.Net as a Cake Tool
#tool nuget:?package=BCnEncoder.Net&version=1.2.2

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)

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on BCnEncoder.Net:

Package Downloads
BCnEncoder.Net.ImageSharp

Adds ImageSharp apis to BCnEncoder.Net

Gp4Framework

Package Description

AOEMods.Essence

Library and tools for working with Age of Empire 4's Essence engine.

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on BCnEncoder.Net:

Repository Stars
bcssov/IronyModManager
Mod Manager for Paradox Games. Official Discord: https://discord.gg/t9JmY8KFrV
FanTranslatorsInternational/Kuriimu2
Kuriimu is a general purpose game translation project manager and toolkit for authors of fan translations and game mods.
Markemp/Cryengine-Converter
A c# program to convert Crytek files to Collada (XML) format
Nenkai/PDTools
A collection of utilities for working around certain Gran Turismo games.
ME3Tweaks/LegendaryExplorer
Editor toolset for Mass Effect Trilogy and Mass Effect Legendary Edition
Version Downloads Last updated
2.1.0 35,733 9/18/2021
2.0.3 13,107 3/22/2021
2.0.2 622 2/18/2021
2.0.1 1,415 2/16/2021
2.0.0 465 2/12/2021
1.2.3 792 10/20/2020
1.2.2 629 5/24/2020
1.2.1 557 4/30/2020
1.2.0 554 4/30/2020
1.1.1 497 4/28/2020
1.1.0 524 4/22/2020
1.0.1 498 4/20/2020
1.0.0 499 4/20/2020

Changed EncodingQuality to CompressionQuality.