This article on monochromatic dithering techniques is amazing. https://surma.dev/things/ditherpunk/
@levibeach Oh wow, I need to try this *__*
@neauoire @levibeach here's a bunch I did in Kotlin a while back: https://codeberg.org/oppen/DitherKt/src/branch/master/src/online/fisk/filters/Filter.kt
@neauoire you're welcome to adapt my atkinson dither C implementation any way you'd like: https://pbat.ch/wiki/dither/
@neauoire if you find any problems with it let me know. The code is based on the info I found on this page: https://tannerhelland.com/2012/12/28/dithering-eleven-algorithms-source-code.html
@paul footer on the wiki is great btw, thanks.
@neauoire it's growing on me as well. thanks for the suggestion :)
@paul OOooh look at that the function is already there, lemme try it out :)