diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-05-07 11:00:11 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-05-07 11:00:11 +0200 |
commit | 061fc71af062fd3446b16225a0704b171009565d (patch) | |
tree | 222ad866eb642a57d0bfd0469c6cc4929bde88c6 /Readme.md | |
parent | cb5939f66ea7722539e1ae9e4df5d643dbe14342 (diff) | |
download | AsciiMap-061fc71af062fd3446b16225a0704b171009565d.tar.gz |
readme
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,9 +1,15 @@ # AsciiMap -Converts 24bit Windows BitMap files to ASCII +CMDline tool to Convert 24bit Windows BitMap files to ASCII with optional ANSI-colors -provide -c to use ANSI 256 color-mode +### Options -provide -x <n> to average n x 2n pixels to one char +* -c to use ANSI 256 color-mode + +* -x <n> to average n x 2n pixels to one char + +* -i use STDIN as file input + +To use with other image types, use imagemagick: `magick convert <image> bmp:- | asciimap -i` License: MIT |