I was playing with image dithering both as an aestetic and a way to make images smaller recently, inspired by https://solar.lowtechmagazine.com and others.
These title images for the collapse blog post series were done with the following Imagemagick command:
convert image.jpg -resize 840x840 -strip -colors 4 -ordered-dither o8x8 image-dithered.png