diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-07-12 13:45:55 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-07-12 13:45:55 +0200 |
commit | 99cf1aea86c6a414604cf9eb06588f01bd8a30ef (patch) | |
tree | e5ad2758456299018b4c3ba4a08bbd94ace513e7 /Readme.md | |
parent | b199c51c8728cf966747a837d202d214f5fe352d (diff) | |
download | AsciiMap-99cf1aea86c6a414604cf9eb06588f01bd8a30ef.tar.gz |
Added fit to screen mode
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ CMDline tool to Convert 24bit Windows BitMap files to ASCII with optional ANSI-c * -x <n> to average n x 2n pixels to one char +* -s <n> to print n characters wide to be able to fit in terminal window, independent from picture size. + * -i use STDIN as file input * -w to print whitespaces with background color instead of ASCII chars. Only useful with -c |