From b199c51c8728cf966747a837d202d214f5fe352d Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Fri, 12 Jul 2019 13:23:09 +0200 Subject: Readme fix --- Readme.md | 1 + 1 file changed, 1 insertion(+) 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 -depth 24 bmp:- | asciimap -i` License: MIT -- cgit v1.2.3