Here are
15 public repositories
matching this topic...
QR code generator for text terminals (ASCII art, Sixel)
Updated
Mar 13, 2019
Java
Terminal emulator for macOS with 24-bit color, bitmap and vector graphics.
Updated
May 31, 2020
Objective-C++
Mirror of "sixel" original version (kmiya's sixel). The origin of libsixel.
Convert farbfeld images to sixels
Updated
Oct 25, 2019
Emacs Lisp
LaTeX to SIXEL conversion
Updated
May 6, 2018
Shell
picotui-like lib for micropython/python3 targeting sixel terminals
Updated
Nov 1, 2017
Python
st forked (over-the-spot, color emoji support, sixel, etc.)
Stream video to terminals over SSH
graphical SSH2 client as VT100 emurator support embbeded png, bmp, sixel and etc.
Improve this page
Add a description, image, and links to the
sixel
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
sixel
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Here you state to reserve color slot 0 for transparent (aka background color):
https://github.com/mattn/go-sixel/blob/8aa94a3344af2b2fb49ae02a81ceff5b76d1625a/sixel.go#L38
Following the SIXEL spec in DEC STD 070 this is actually not needed, there is no link or notion in the spec of slot 0 being reserved for unencoded pixels. The addressable color slots are independent from the background color