wok view libsixel/description.txt @ rev 25128
updated cgdb (0.7.1 -> 0.8.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jun 28 17:15:25 2022 +0100 (2022-06-28) |
parents | |
children |
line source
1 This package provides a C encoder and decoder implementation for DEC SIXEL graphics
2 in the libsixel.so shared library, and two converter programs, img2sixel and sixel2png.
4 SIXEL is one of image formats for printer and terminal imaging introduced by
5 Digital Equipment Corp. (DEC).
6 Its data scheme is represented as a terminal-friendly escape sequence.
7 So if you want to view a SIXEL image file, all you have to do is "cat" it to your terminal.