img2sixel
DEC SIXEL graphics codec implementation (binary)
Install
- All systems
-
curl cmd.cat/img2sixel.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 update
sudo apt-get install libsixel-bin
- Raspbian
-
apt-get install libsixel-bin
- Dockerfile
- dockerfile.run/img2sixel
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.