summaryrefslogtreecommitdiffstats
path: root/libraries/libsixel/README
blob: 51f4e9d0917a3f49356b6b46fd1563ea3b2469b9 (plain)
1
2
3
4
5
6
7
8
9
libsixel - DEC SIXEL graphics encoder/decoder and some converter tools

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.

Provides: C library, Python2 module, img2sixel and sixel2png binaries.