aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 97fd6d8..eea48ee 100644
--- a/Readme.md
+++ b/Readme.md
@@ -10,6 +10,7 @@ CMDline tool to Convert 24bit Windows BitMap files to ASCII with optional ANSI-c
* -i use STDIN as file input
+* -w to print whitespaces with background color instead of ASCII chars. Only useful with -c
To use with other image types, use imagemagick: `magick convert <image> -depth 24 bmp:- | asciimap -i`
License: MIT