Floyd-Steinberg Dithering
Coding Challenge #90
In this coding challenge, I attempt to implement the Floyd-Steinberg Dithering algorithm and create a “image stippling” effect on an image (kitten, of course) using Processing.
Community Contributions
- Dither Kitty! Use your own image! by stellartux (Source Code)
- Image dithering in python that outputs to CSS by MeaningOf42 (Source Code)
- Exploring Dithering by Fi Graham (Source Code)
- Live Video Dithering by David Snyder (Source Code)
- C++ Cinder Verion by Ayman (Source Code)
- Vintage Map Generator by Denisovich (Source Code)
You can also add your own version! (See how)