cmdwtf / Dithering

Image dithering techniques using C#

Home Page:https://cmd.wtf/projects#inkify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌈 cmdwtf.Dithering

A .NET 5.0 compatible library that provides methods to reduce the colors in an image by using various dithering algorithms.

Example

See the example application for a WinForms utility that allows you to experiment with the various algorithms easily.

πŸ“ License

cmdwtf.Dithering is available under the 0BSD License. As well, it is governed by the terms of the MIT license, from the work it was derived from. If you are interested in more specific license terms, please get in touch.

Acknowledgements

The majority of this library is based on the fantastic work (MIT licensed) of Cyotek Ltd, available here.

About

Image dithering techniques using C#

https://cmd.wtf/projects#inkify

License:BSD Zero Clause License


Languages

Language:C# 100.0%