diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-22 16:03:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-22 16:03:57 +0800 |
commit | a40535b624ec1df657c0eb358d05e5e1637a1943 (patch) | |
tree | 3472b6a61539ce62ba8343e27ee6f6a70184f188 /graphics/Makefile | |
parent | 52cb55f6bc1378102ba00ac249a95edbdaeb60a7 (diff) | |
download | freebsd-ports-gnome-a40535b624ec1df657c0eb358d05e5e1637a1943.tar.gz freebsd-ports-gnome-a40535b624ec1df657c0eb358d05e5e1637a1943.tar.zst freebsd-ports-gnome-a40535b624ec1df657c0eb358d05e5e1637a1943.zip |
This package provides encoder/decoder implementation for DEC SIXEL graphics,
and some converter programs.
SIXEL is one of image formats for terminal imaging introduced by DEC VT series.
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.
WWW: https://github.com/saitoha/libsixel
PR: ports/188937
Submitted by: sue@iwmt.org
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 49beed600256..3ea69baff95b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -535,6 +535,7 @@ SUBDIR += libraw SUBDIR += libreatlas SUBDIR += librsvg2 + SUBDIR += libsixel SUBDIR += libspiro SUBDIR += libsvg SUBDIR += libsvg-cairo |