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
- Host: GitHub
- URL: https://github.com/danielepiccone/dithering_algorithms
- Owner: danielepiccone
- Created: 2013-03-25T13:37:16.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-26T10:36:05.000Z (about 13 years ago)
- Last Synced: 2025-04-14T01:08:34.552Z (about 1 year ago)
- Topics: colors, dithering-algorithms, processing
- Language: Processing
- Size: 594 KB
- Stars: 49
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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_