diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-20 13:51:44 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-22 01:14:18 +0700 |
commit | 62b0a3cf50136e91c8b1f52255c7613a770a2fa6 (patch) | |
tree | 5cd4028e178f85a7a48c617e735bd06073483e8e /games/img2xterm/README | |
parent | 5f48620f440a8e370443673b321f62a1c55eaf89 (diff) | |
download | slackbuilds-62b0a3cf50136e91c8b1f52255c7613a770a2fa6.tar.gz |
games/img2xterm: Added (display images on the terminal)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/img2xterm/README')
-rw-r--r-- | games/img2xterm/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/img2xterm/README b/games/img2xterm/README new file mode 100644 index 0000000000..04e55784cb --- /dev/null +++ b/games/img2xterm/README @@ -0,0 +1,19 @@ +img2xterm (display images on the terminal) + +img2xterm is a program that can display bitmap images on 256-colour +terminals by converting them into Unicode block characters and xterm +compatible control sequences. It can also convert images to cowfiles, +for use with cowsay(6). + +No checking is done on the terminal size. Each character cell in the +terminal gets a 2x2 block of pixels, so if your terminal is 80x25, the +largest image it can display is 160x50 pixels. + +This is known to work with xterm, konsole, and xfce4-terminal +from Slackware 14.2; and rxvt-unicode (urxvt) and st from +SlackBuilds.org. Plain rxvt doesn't seem to support 256-color mode, +so it won't work there. Sadly, it doesn't work in the Linux console +either. + +The package includes the GIMP palette mentioned in the README.md, and +an RMS cowfile. Try: cowsay -f rmshd "Hello" |