aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-05-07 11:00:11 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-05-07 11:00:11 +0200
commit061fc71af062fd3446b16225a0704b171009565d (patch)
tree222ad866eb642a57d0bfd0469c6cc4929bde88c6
parentcb5939f66ea7722539e1ae9e4df5d643dbe14342 (diff)
downloadAsciiMap-061fc71af062fd3446b16225a0704b171009565d.tar.gz
readme
-rw-r--r--Readme.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/Readme.md b/Readme.md
index 7249048..7164fdd 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,9 +1,15 @@
# AsciiMap
-Converts 24bit Windows BitMap files to ASCII
+CMDline tool to Convert 24bit Windows BitMap files to ASCII with optional ANSI-colors
-provide -c to use ANSI 256 color-mode
+### Options
-provide -x <n> to average n x 2n pixels to one char
+* -c to use ANSI 256 color-mode
+
+* -x <n> to average n x 2n pixels to one char
+
+* -i use STDIN as file input
+
+To use with other image types, use imagemagick: `magick convert <image> bmp:- | asciimap -i`
License: MIT