-
In both kitty and sixel/iterm, `notcurses_refresh()` clears all bitmaps, but they're not redrawn. This is very bad especially in Kitty, since moves no longer work (sixel always redraws, so you eventua…
-
### Windows Terminal version
1.23.2611.0 (Canary)
### Windows build number
10.0.26100.1742 ARM64
### Steps to reproduce
This one is probably for @j4james
When displaying a sixel ima…
-
I noticed in #43 it was said Wayland won't be officially supported, however I don't think it will be that hard and chafa may be a more universal solution than ueberzug.
Chafa supports sixel graphics,…
-
As more and more terminals are adding sixel support, there ought to be a program which exercises a sixel implementation and outputs easily understood results. Since the VT340 was the last of DEC's six…
-
[https://github.com/seebye/ueberzug](url)
It seems that Ueberzug has been put on hiatus indefinitely, and the project maintainer suggests that it should no longer be used.
Is there a possibility…
-
[Sixel](https://en.wikipedia.org/wiki/Sixel) is a way to do (non-pixelated) graphics and animation in the terminal such as Xterm. Support for its use is provided by [libsixel](https://github.com/saito…
-
Would you be planning any support for RIP Script 1.54 ?
-
If you chose "text" as your Graphic Screen Driver, than instead of Cyrillic characters blanks are displayed in print preview. I assume this applies also to other non-latin character sets. When setting…
-
As a faster, more efficient and generally better alternative to sixels, kitty designed and implemented a [custom protocol](https://sw.kovidgoyal.net/kitty/graphics-protocol/) for graphics. It is suppo…
-
Todo checklist says to show images in terminal. This is trivial if we use 'system()' and have ImageMagick installed. It should be possible to do in Python directly, but I do not know the ImageMagik AP…