diff options
-rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |