blob: eea48eee6704022aa09baff971c87339011fc7ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
* -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")
|