blob: b0566e8304ff1b4c2b3184be0e5d0ccba55cad8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# AsciiMap
CMDline tool to Convert 24bit Windows BitMap files to ASCII with optional ANSI-colors
### Options
* -c to use ANSI 256 color-mode
* -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
To use with other image types, use imagemagick: `magick convert <image> -depth 24 bmp:- | asciimap -i`
License: MIT
![alt text](screenshot.png "Screenshot")
|