JeremyAnsel.ColorQuant 3.0.71

There is a newer version of this package available.
See the version list below for details.
dotnet add package JeremyAnsel.ColorQuant --version 3.0.71                
NuGet\Install-Package JeremyAnsel.ColorQuant -Version 3.0.71                
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.71" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JeremyAnsel.ColorQuant --version 3.0.71                
#r "nuget: JeremyAnsel.ColorQuant, 3.0.71"                
#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 JeremyAnsel.ColorQuant as a Cake Addin
#addin nuget:?package=JeremyAnsel.ColorQuant&version=3.0.71

// Install JeremyAnsel.ColorQuant as a Cake Tool
#tool nuget:?package=JeremyAnsel.ColorQuant&version=3.0.71                

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. 
.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.72 36 7/23/2024
3.0.71 32 7/23/2024
3.0.70 2,023 3/24/2023
3.0.69 1,335 4/27/2022
3.0.68 460 4/27/2022
3.0.67 467 4/26/2022
3.0.66 472 4/26/2022
2.0.65 3,244 7/2/2020
2.0.64 510 7/2/2020
2.0.63 1,951 10/7/2019
2.0.62 560 10/6/2019
2.0.61 588 10/6/2019
2.0.60 605 10/6/2019
2.0.59 572 10/6/2019
1.0.55 5,878 3/21/2016
1.0.54 2,709 10/11/2015
1.0.53 1,325 10/11/2015
1.0.52 2,719 9/27/2015
1.0.50 1,483 5/6/2015
1.0.49 1,337 5/6/2015
1.0.48 1,364 5/5/2015
1.0.47 1,408 5/5/2015
1.0.46 1,360 5/4/2015
1.0.45 1,341 5/4/2015
1.0.42 1,173 3/25/2015
1.0.41 1,167 3/25/2015
1.0.40 1,176 3/25/2015
1.0.39 1,229 3/25/2015
1.0.38 1,158 3/25/2015
1.0.37 1,138 3/25/2015
1.0.36 1,128 3/25/2015
1.0.35 1,613 12/27/2014
1.0.25 1,584 12/27/2014
1.0.19 1,580 12/26/2014
1.0.18 1,503 12/25/2014
1.0.17 1,601 12/24/2014
1.0.16 1,616 12/24/2014
1.0.15 1,436 12/24/2014
1.0.13 1,539 12/24/2014
1.0.11 1,691 12/22/2014
1.0.10 1,670 12/21/2014
1.0.9 1,663 12/21/2014