-
Is it possible to implement sixel render into nsst ?
-
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 ter…
-
Page: Terminal
Some want to have a more graphical output. SIXEL is a nice middle ground which uses escape code to enable bitmap graphics in terminals.
It is actually a protocol standardized by DEC…
-
This would be so cool to have. It's the standard for image support in terminals. It looks like work in xterm.js has been done for this? https://github.com/xtermjs/xterm.js/pull/1940
-
On terminal apps that support it (mainly Linux), we could add support for Sixel graphics to improve the display of test diamond symbols from `swift test`. On macOS, when SF Symbols is installed, we ge…
-
Support [sixel](https://saitoha.github.io/libsixel/) format for images.
This can be useful on terminal that don't support kitty graphics but support sixel.
-
This issue tracks open items around sixel graphics
- [ ] Correctly respect DECSDM sixel scroll mode changes (we always scroll today)
- [ ] Correctly respect sixel aspect ratio. We just use 2:1 …
-
Any chance of adding [sixel](https://en.wikipedia.org/wiki/Sixel) graphics as used by the DEC vt330/340?
-
While it would move away from being an ASCII renderer, [sixel](https://en.wikipedia.org/wiki/Sixel) is not entirely unlike a standard for rendering graphics to the terminal.
-
I know this is a long shot, but there are certainly folk out there who would find it extremely fun to implement this.