An open API service indexing awesome lists of open source software.

https://github.com/danielepiccone/dithering_algorithms

Sample implementation for different common dithering algorithms
https://github.com/danielepiccone/dithering_algorithms

colors dithering-algorithms processing

Last synced: 11 months ago
JSON representation

Sample implementation for different common dithering algorithms

Awesome Lists containing this project

README

          

## Dithering algorithms
Simple Processing implementations of some dithering algorithms

* Ordered dither
* Floyd-Steinberg
* Atkinson
* Random

Monochrome and 3bit RGB version

_Author [@danielepiccone](https://twitter.com/danielepiccone) - built with Processing 2.0b8_