Termux-app: Feature Request: sixel graphics mode

Created on 15 Aug 2016  路  9Comments  路  Source: termux/termux-app

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

enhancement

Most helpful comment

https://devhub.io/repos/saitoha-libsixel says it better than I can. I would really appreciate this feature.

All 9 comments

陌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)

https://github.com/uobikiemukot/yaft-android

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TheNickVendetta picture TheNickVendetta  路  4Comments

baconicsynergy picture baconicsynergy  路  5Comments

nomxs picture nomxs  路  4Comments

rjsteinert picture rjsteinert  路  4Comments

darth-cequella picture darth-cequella  路  3Comments