-
Running the `bitmapstates` PoC in various terminals, we see some problems. IMHO we ought get these resolved for 2.4.0, probably pushing it back. =[
kitty: the last three states seem wrong
* "full …
-
using xterm 384 with xterm -ti vt340
happening:
chafa picture.jpg return pictures in symbols.
chafa -f sixels picture.jpg returns pictures in sixels (perfect quality)
expected:
with "-f sixel…
ploum updated
7 months ago
-
Having seen the results of the scrolling test, I've realised now that I don't actually know how the VT340 determines when and how much it should scroll. Clearly it's possible to have an image that fil…
-
wow that looks dope, would it be possible to support kitty (a cross platform python terminal) as well ? it seems to have its own format too https://sw.kovidgoyal.net/kitty/graphics-protocol.html (the …
teto updated
9 months ago
-
(Partially offtopic for VT340, where the palette is always a globally shared one...)
I wonder if we manage to get a somewhat consistent behavior for TEs implementing sixels for these aspects:
- cu…
jerch updated
3 years ago
-
Hello @jerch,
I don't want to pollute your repos or other active discussion threads with my findings until I can come up with some practical optimization suggestions for your renderer. So I'll put …
-
From the results we've got so far in the margin_clipping and raster_dimensions tests, I know there are some aspects of the background select that I've got wrong, but I'm still not completely sure …
-
### Issue description
Rendered sixel images dissapear when geometry changes, either by resizing panes or the terminal window.
But they do not dissapear when resizing the terminal window outside of…
-
I had an idea for creating 256-color Sixel images in a way that is backwards compatible with a 16-color terminal like the VT340, and potentially also a 4-color terminal like the VT330. And I think thi…
-
It would be interesting to be able to display images directly in the chat, if a terminal supports this.
For example, kitty has developed a graphics protocol, that is supported by several apps and a…