From 061fc71af062fd3446b16225a0704b171009565d Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 7 May 2019 11:00:11 +0200 Subject: readme --- Readme.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index 7249048..7164fdd 100644 --- a/Readme.md +++ b/Readme.md @@ -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 to average n x 2n pixels to one char +* -c to use ANSI 256 color-mode + +* -x 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 bmp:- | asciimap -i` License: MIT -- cgit v1.2.3