JeremyAnsel.ColorQuant
3.0.72
See the version list below for details.
dotnet add package JeremyAnsel.ColorQuant --version 3.0.72
NuGet\Install-Package JeremyAnsel.ColorQuant -Version 3.0.72
<PackageReference Include="JeremyAnsel.ColorQuant" Version="3.0.72" />
paket add JeremyAnsel.ColorQuant --version 3.0.72
#r "nuget: JeremyAnsel.ColorQuant, 3.0.72"
// Install JeremyAnsel.ColorQuant as a Cake Addin #addin nuget:?package=JeremyAnsel.ColorQuant&version=3.0.72 // Install JeremyAnsel.ColorQuant as a Cake Tool #tool nuget:?package=JeremyAnsel.ColorQuant&version=3.0.72
JeremyAnsel.ColorQuant
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 | Versions 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. |
-
.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 | 429 | 9/22/2024 |
3.0.72 | 529 | 7/23/2024 |
3.0.71 | 70 | 7/23/2024 |
3.0.70 | 2,323 | 3/24/2023 |
3.0.69 | 1,396 | 4/27/2022 |
3.0.68 | 480 | 4/27/2022 |
3.0.67 | 485 | 4/26/2022 |
3.0.66 | 481 | 4/26/2022 |
2.0.65 | 3,390 | 7/2/2020 |
2.0.64 | 529 | 7/2/2020 |
2.0.63 | 2,032 | 10/7/2019 |
2.0.62 | 576 | 10/6/2019 |
2.0.61 | 610 | 10/6/2019 |
2.0.60 | 617 | 10/6/2019 |
2.0.59 | 584 | 10/6/2019 |
1.0.55 | 6,049 | 3/21/2016 |
1.0.54 | 2,777 | 10/11/2015 |
1.0.53 | 1,341 | 10/11/2015 |
1.0.52 | 2,799 | 9/27/2015 |
1.0.50 | 1,505 | 5/6/2015 |
1.0.49 | 1,364 | 5/6/2015 |
1.0.48 | 1,375 | 5/5/2015 |
1.0.47 | 1,429 | 5/5/2015 |
1.0.46 | 1,386 | 5/4/2015 |
1.0.45 | 1,362 | 5/4/2015 |
1.0.42 | 1,194 | 3/25/2015 |
1.0.41 | 1,179 | 3/25/2015 |
1.0.40 | 1,197 | 3/25/2015 |
1.0.39 | 1,239 | 3/25/2015 |
1.0.38 | 1,175 | 3/25/2015 |
1.0.37 | 1,159 | 3/25/2015 |
1.0.36 | 1,143 | 3/25/2015 |
1.0.35 | 1,640 | 12/27/2014 |
1.0.25 | 1,599 | 12/27/2014 |
1.0.19 | 1,590 | 12/26/2014 |
1.0.18 | 1,521 | 12/25/2014 |
1.0.17 | 1,629 | 12/24/2014 |
1.0.16 | 1,635 | 12/24/2014 |
1.0.15 | 1,446 | 12/24/2014 |
1.0.13 | 1,558 | 12/24/2014 |
1.0.11 | 1,701 | 12/22/2014 |
1.0.10 | 1,691 | 12/21/2014 |
1.0.9 | 1,682 | 12/21/2014 |