|
|
|
|
|
by _kst_
759 days ago
|
|
> emulating a vt340+ like xterm does gives you the first six of these, which is a big reason why people keep writing new programs for that platform, but totally flunks the last one; you can't even display text in a proportional font, much less a photo or a video xterm supports sixel graphics. "sixel" is an image file format; the ImageMagic "convert" command can convert other formats to it. Just cat a sixel file to stdout in an xterm and it's displayed in the window. The implementation is not 100% solid (for example, there's a size limit), but it does work. And tmux can be build with sixel support, so you can display sixel images in tmux under xterm. convert foo.png sixel:-
or convert -geometry 600x600 large.png sixel:-
https://en.wikipedia.org/wiki/SixelNo, there's no video support (unless I've missed something). |
|
mpv supports both sixel and kitty's method for doing video