Open unxed opened 5 years ago
in wx mode its possible to see images in graphical mode, just need to write plugin (or port picture view, but not sure if its easier than write new plugin)
And as for remote mode with tty backend own plug in could send bitmaps as escape sequencies to be shown with local wx-based outer far2l :)
Different tty graphic solutions comparation:
Wow, people at Microsoft are working on sixel graphics support in their terminal https://github.com/microsoft/terminal/issues/448
Same with GNOME terminal https://gitlab.gnome.org/GNOME/vte/-/issues/253
more about sixel graphics https://habr.com/ru/post/543594/
Alternative ways to implement graphic display in terminal: https://iterm2.com/documentation-images.html https://sw.kovidgoyal.net/kitty/graphics-protocol/
this looks more interesting as allows full-quality graphics without extra hussle like in sixels
For reference: command line utility written in C++ which allows to draw images on terminals by using X11/wayland child windows, sixels, kitty and iterm2.
https://en.wikipedia.org/wiki/Sixel
Sixel is a way of converting images to terminal-friendly escape sequences. Can be used for previewing image files from inside far2l, etc.