Info
Version: | 2.2020.822.858 |
Author(s): | Dirk Lemstra, Fred Weinhaus |
Last Update: | Saturday, August 22, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dlemstra/FredsImageMagickScripts.NET |
NuGet Url: | https://www.nuget.org/packages/FredsImageMagickScripts.TwoColorThresh |
Install
Install-Package FredsImageMagickScripts.TwoColorThresh
dotnet add package FredsImageMagickScripts.TwoColorThresh
paket add FredsImageMagickScripts.TwoColorThresh
FredsImageMagickScripts.TwoColorThresh Download (Unzip the "nupkg" after downloading)
Dependencies
- Magick.NET.Core(>= 3.0.0)
Tags
This is the -colors IM operator as implemented with slight modification from Anthony's Examples at http://www.imagemagick.org/Usage/quantize/#two_color. For algorithm details, see http://www.imagemagick.org/script/quantize.php.