An exploration of image dithering techniques demonstrates how to convert color images to black-and-white using various algorithms, including a novel approach that balances between Atkinson and Floyd-Steinberg methods. The author developed this technique while building Guten, a custom newspaper printer that requires monochrome images, showcasing practical applications of dithering in modern technology.
https://amanvir.com/blog/writing-my-own-dithering-algorithm-in-racket
#imageprocessing #programming #algorithms #graphics #computerscience