summaryrefslogtreecommitdiff
path: root/libraries/libsixel/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-06-16 19:33:52 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-06-16 19:33:52 +0700
commitc3f3ca305e9e93b43e0cb863863ae0b6594065dc (patch)
tree9bea88bfd8f227ebed424987ff5feab447e703a8 /libraries/libsixel/README
parent7f04dc74fe9eb82b6ca8ffb65d9709c1c58ce2e2 (diff)
downloadslackbuilds-c3f3ca305e9e93b43e0cb863863ae0b6594065dc.tar.gz
libraries/libsixel: Removed. (no longer maintained).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libsixel/README')
-rw-r--r--libraries/libsixel/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/libraries/libsixel/README b/libraries/libsixel/README
deleted file mode 100644
index b0cdd8f6fb..0000000000
--- a/libraries/libsixel/README
+++ /dev/null
@@ -1,10 +0,0 @@
-This package provides encoder/decoder implementation for DEC SIXEL
-graphics, and some converter programs.
-
-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.
-
-mlterm is recommended for good SIXEL support.