JeremyAnsel.ColorQuant 3.0.73

dotnet add package JeremyAnsel.ColorQuant --version 3.0.73
                    
NuGet\Install-Package JeremyAnsel.ColorQuant -Version 3.0.73
                    
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="JeremyAnsel.ColorQuant" Version="3.0.73" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="JeremyAnsel.ColorQuant" Version="3.0.73" />
                    
Directory.Packages.props
<PackageReference Include="JeremyAnsel.ColorQuant" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add JeremyAnsel.ColorQuant --version 3.0.73
                    
#r "nuget: JeremyAnsel.ColorQuant, 3.0.73"
                    
#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.
#addin nuget:?package=JeremyAnsel.ColorQuant&version=3.0.73
                    
Install JeremyAnsel.ColorQuant as a Cake Addin
#tool nuget:?package=JeremyAnsel.ColorQuant&version=3.0.73
                    
Install JeremyAnsel.ColorQuant as a Cake Tool

JeremyAnsel.ColorQuant

Build status Code coverage NuGet Version License

JeremyAnsel.ColorQuant is a C# implementation of the Xiaolin Wu's Color Quantizer (v. 2). For a given 32-bit RGB or ARGB image, it will produce a 8-bit palletized image.

Description Value
License The MIT License (MIT)
Documentation http://jeremyansel.github.io/JeremyAnsel.ColorQuant
Code coverage https://jeremyansel.github.io/JeremyAnsel.ColorQuant/coverage/
Source code https://github.com/JeremyAnsel/JeremyAnsel.ColorQuant
Nuget https://www.nuget.org/packages/JeremyAnsel.ColorQuant
Build https://ci.appveyor.com/project/JeremyAnsel/jeremyansel-colorquant/branch/master

C Implementation of Xiaolin Wu's Color Quantizer (v. 2) (see Graphics Gems volume II, pages 126-133) : http://www.ece.mcmaster.ca/~xwu/cq.c.

Algorithm: Greedy orthogonal bipartition of RGB space for variance minimization aided by inclusion-exclusion tricks. For speed no nearest neighbor search is done. Slightly better performance can be expected by more sophisticated but more expensive versions.

Usage

For image with RGB data:

var quantizer = new WuColorQuantizer();
ColorQuantizerResult result = quantizer.Quantize(image, colorCount);

For image with ARGB data:

var quantizer = new WuAlphaColorQuantizer();
ColorQuantizerResult result = quantizer.Quantize(image, colorCount);

ColorQuantizerResult contains a palette and the result bytes.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  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.
  • .NETFramework 4.8

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.
  • net6.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on JeremyAnsel.ColorQuant:

Package Downloads
JeremyAnsel.Xwa.Opt

A .Net library to handle X-Wing Alliance's OPT files.

JeremyAnsel.Xwa.Dat

A .Net library to handle X-Wing Alliance's DAT files.

JeremyAnsel.Xwa.Cbm

A .Net library to handle X-Wing Alliance's CBM files.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.73 490 6 months ago
3.0.72 545 8 months ago
3.0.71 82 8 months ago
3.0.70 2,343 3/24/2023
3.0.69 1,419 4/27/2022
3.0.68 501 4/27/2022
3.0.67 513 4/26/2022
3.0.66 502 4/26/2022
2.0.65 3,419 7/2/2020
2.0.64 557 7/2/2020
2.0.63 2,062 10/7/2019
2.0.62 607 10/6/2019
2.0.61 641 10/6/2019
2.0.60 650 10/6/2019
2.0.59 615 10/6/2019
1.0.55 6,140 3/21/2016
1.0.54 2,867 10/11/2015
1.0.53 1,428 10/11/2015
1.0.52 2,885 9/27/2015
1.0.50 1,595 5/6/2015
1.0.49 1,451 5/6/2015
1.0.48 1,461 5/5/2015
1.0.47 1,517 5/5/2015
1.0.46 1,474 5/4/2015
1.0.45 1,448 5/4/2015
1.0.42 1,281 3/25/2015
1.0.41 1,266 3/25/2015
1.0.40 1,285 3/25/2015
1.0.39 1,326 3/25/2015
1.0.38 1,262 3/25/2015
1.0.37 1,246 3/25/2015
1.0.36 1,234 3/25/2015
1.0.35 1,728 12/27/2014
1.0.25 1,688 12/27/2014
1.0.19 1,680 12/26/2014
1.0.18 1,613 12/25/2014
1.0.17 1,718 12/24/2014
1.0.16 1,725 12/24/2014
1.0.15 1,535 12/24/2014
1.0.13 1,650 12/24/2014
1.0.11 1,788 12/22/2014
1.0.10 1,780 12/21/2014
1.0.9 1,770 12/21/2014