#90 — Floyd-Steinberg Dithering
Back
In this coding challenge, I attempt to implement the Floyd-Steinberg Dithering algorithm and create a "image stippling" effect on an image (kitten, o ...
Discussion about digital halftoning and dithering.
My Processing Tutorial on 2D Arrays.
Discussion of dithering.
Discussion of Floyd Steinberg dithering.
This video covers the basics of reading from and writing to the pixels array in Processing / Java.
In this video, I demonstrate how to create, initialize, and use the arrays with nested for loops.