wok diff libsixel/description.txt @ rev 25856

updated sc-im (0.8.4 -> 0.8.5)
author Hans-G?nter Theisgen
date Wed Jul 23 08:59:37 2025 +0100 (8 days ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libsixel/description.txt	Wed Jul 23 08:59:37 2025 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +This package provides a C encoder and decoder implementation for DEC SIXEL graphics
     1.5 +in the libsixel.so shared library, and two converter programs, img2sixel and sixel2png.
     1.6 +
     1.7 +SIXEL is one of image formats for printer and terminal imaging introduced by
     1.8 +Digital Equipment Corp. (DEC).
     1.9 +Its data scheme is represented as a terminal-friendly escape sequence.
    1.10 +So if you want to view a SIXEL image file, all you have to do is "cat" it to your terminal.