From 8d1e5778cf2f316c8f0c2f8fde612381b73407f4 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 8 May 2019 17:46:14 +0200 Subject: Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 bmp:- | asciimap -i` +To use with other image types, use imagemagick: `magick convert -depth 24 bmp:- | asciimap -i` License: MIT -- cgit v1.2.3