Skip to content

bacowan/cSharpColourQuantization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cSharpColourQuantization

Colour Palette Quantization in C#

Implementation of various Colour Quantizaiton alogrithms in C#. Currently implemented are Octree and Mediun-cut. To use, call the static Quantize method of whichever algorithm you intend on using. The parameters are the input bitmap image, and the number of colours in the output bitmap image. Currently, octree quantization won't produce the exact number of output colours, only an approximation.

License

These files are all Public Domain. There's no nuget package, so to use them just copy paste the code into your own.

About

Colour Palette Quantization in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages