diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-05-08 17:46:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-08 17:46:14 +0200 |
commit | 8d1e5778cf2f316c8f0c2f8fde612381b73407f4 (patch) | |
tree | b6f09e7788c92b8d0a9dbaa6e3e8d35250ff6994 | |
parent | 061fc71af062fd3446b16225a0704b171009565d (diff) | |
download | AsciiMap-8d1e5778cf2f316c8f0c2f8fde612381b73407f4.tar.gz |
Update Readme.md
-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 |