https://en.wikipedia.org/wiki/Sixel is a raster protocol format part of VT200 and VT300 serial terminals
it recently started gaining traction on command line tools to output images directly to the terminal because it works trought ssh, works reasonably well, etc
for an implementation detail to copy the encoder/decoder, one can look at https://github.com/saitoha/libsixel , the url documents also a series of terminals and programs that support the standard
I realize it's a low priority feature, but it'd allow rather nice semi graphical workflow under termux's terminal, currently it's already possible to view sixel graphics from launching a ssh daemon and connecting externally with a sixel capable terminal emulator
陌s there any development ? I would really like to use this thing.
This should be good. But can you provide an example of software that supports sixel graphics ? I know a termplay program (https://github.com/jD91mZM2/termplay) that can play image/video on terminal but what else ?
Gnuplot does
I think w3m can or one textmode brower can display sixel images
https://devhub.io/repos/saitoha-libsixel says it better than I can. I would really appreciate this feature.
Is it supported now?
Want.
I'm the author of lsix which is like ls but shows images in the terminal using SIXEL. I have received a request for Termux support. I believe that my program should work fine with Termux once it supports SIXEL graphics.
Neofetch supports sixel, instead of distro art, you can use an image.
https://github.com/dylanaraps/neofetch/wiki/Image-Backends#sixel
I would love for this to be implemented.
Perhaps some code can be ported over from yaft-android?? (MIT licensed)
Most helpful comment
https://devhub.io/repos/saitoha-libsixel says it better than I can. I would really appreciate this feature.