aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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