aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
blob: 97fd6d852cfe176693afed20d2cf8adb227fd6be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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

To use with other image types, use imagemagick: `magick convert <image> -depth 24 bmp:- | asciimap -i`

License: MIT

![alt text](screenshot.png "Screenshot")