aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-07-12 13:23:09 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-07-12 13:23:09 +0200
commitb199c51c8728cf966747a837d202d214f5fe352d (patch)
treee008998b77d33bc4b146f6dd1812cfe74e55b62e
parent251daaa806397817a2a5e1779a06222c09c99296 (diff)
downloadAsciiMap-b199c51c8728cf966747a837d202d214f5fe352d.tar.gz
Readme fix
-rw-r--r--Readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index eea48ee..b817b5e 100644
--- a/Readme.md
+++ b/Readme.md
@@ -11,6 +11,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