wok-current annotate libsixel/description.txt @ rev 25601
use gcc49-lib-base for openldap-dev
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Sep 01 12:04:33 2023 +0000 (16 months ago) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@24829 | 1 This package provides a C encoder and decoder implementation for DEC SIXEL graphics |
Hans-G?nter@24829 | 2 in the libsixel.so shared library, and two converter programs, img2sixel and sixel2png. |
Hans-G?nter@24829 | 3 |
Hans-G?nter@24829 | 4 SIXEL is one of image formats for printer and terminal imaging introduced by |
Hans-G?nter@24829 | 5 Digital Equipment Corp. (DEC). |
Hans-G?nter@24829 | 6 Its data scheme is represented as a terminal-friendly escape sequence. |
Hans-G?nter@24829 | 7 So if you want to view a SIXEL image file, all you have to do is "cat" it to your terminal. |