diff options
author | B. Watson <yalhcru@gmail.com> | 2022-01-12 13:57:01 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-17 09:03:30 +0700 |
commit | b28e1cb1d163bdd6aa00a5113850321d6d980886 (patch) | |
tree | 56c14514a131005499a7b9a7b3bc61403e482ecf /graphics/cam/README | |
parent | 5e97992f28cea88d1052357f07ad8ceb03195ac4 (diff) |
graphics/cam: Added (display images in a terminal).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/cam/README')
-rw-r--r-- | graphics/cam/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/cam/README b/graphics/cam/README new file mode 100644 index 0000000000000..0982a5f7bc624 --- /dev/null +++ b/graphics/cam/README @@ -0,0 +1,5 @@ +cam (display images in a terminal) + +The cam utility outputs an image file to stdout, using ANSI escape +codes. 256 color mode is supported, but only solid blocks are used +as pixels. |