https://archive.today/2025.05.17-204357/https://nitter.net/thelastgaucho/status/1920841595328369070> made a little c++ app that converts an image to a dotified one what do you guys think?Did this guy ever release his program? Does anyone know what happened?I'd ask him on twitter, but he's suspended there. I think this was his github page but he never posted the code: https://github.com/gauchodigital01If he's on 4chan and sees this that'd work too.
Here's the image that was before the conversion.If anyone knows any programs that do something similar that'd work too.
it's just ordered dithering
>>1571590any good software for that?
>>1571580>>1571733It seems instead of the usual ordered dithering that generates + and x shapes, it uses an inverted L type shape on a 3x3 grid. I think you could replicate that with a custom tileset in imagemagick's dither: https://usage.imagemagick.org/quantize/#diy_dither