sixel2png
DEC SIXEL graphics codec implementation (binary)
Install
- All systems
-
curl cmd.cat/sixel2png.sh
- Debian
-
apt-get install libsixel-bin - Ubuntu
-
apt-get install libsixel-bin - Kali Linux
-
apt-get install libsixel-bin - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libsixel-bin - Raspbian
-
apt-get install libsixel-bin
libsixel-bin
DEC SIXEL graphics codec implementation (binary)
SIXEL is one of image formats for printer and terminal imaging introduced by Digital Equipment Corp. (DEC). Its data scheme is represented as a terminal-friendly escape sequence. So if you want to view a SIXEL image file, all you have to do is "cat" it to your terminal. The package contains execution binaries.