aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-05-08 17:46:14 +0200
committerGravatar GitHub <noreply@github.com> 2019-05-08 17:46:14 +0200
commit8d1e5778cf2f316c8f0c2f8fde612381b73407f4 (patch)
treeb6f09e7788c92b8d0a9dbaa6e3e8d35250ff6994
parent061fc71af062fd3446b16225a0704b171009565d (diff)
downloadAsciiMap-8d1e5778cf2f316c8f0c2f8fde612381b73407f4.tar.gz
Update Readme.md
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 7164fdd..da2b6df 100644
--- a/Readme.md
+++ b/Readme.md
@@ -10,6 +10,6 @@ CMDline tool to Convert 24bit Windows BitMap files to ASCII with optional ANSI-c
* -i use STDIN as file input
-To use with other image types, use imagemagick: `magick convert <image> bmp:- | asciimap -i`
+To use with other image types, use imagemagick: `magick convert <image> -depth 24 bmp:- | asciimap -i`
License: MIT