My experiments with implementing dithered and quantized images. I had seen many dithering effects throughout the years and wanted to learn how it was done.
- For error diffusion based dithering, this video by Daniel Shiffman of The Coding Train was my main reference.
- For noise and ordered dithering I referenced this article by Surma as well as an article by makeworld.
The following outputs were done using the pollen8 from lospec.
| Method | Output |
|---|---|
| Quantize | |
| Random Noise | |
| Ordered | |
| Error Diffused |