The algorithm used in chafa for img→unicode would improve the image quality: https://github.com/hpjansson/chafa/

There really just needs to be a terminal API for true pixel graphics. Something like sixel but modernized and cleaned up. There's no need to hack in graphics on top of Unicode block characters, which negates backwards compatibility anyway.

iTerm2 has a escape codes for viewing images, but I haven’t seen any other terminals picking it up: https://www.iterm2.com/documentation-images.html

This is nearly what I'm talking about but it requires the terminal emulator to understand the image format. I guess that makes sense for transfer efficiency, and if you want a pixel-level API you could just transfer BMPs.