ansilove

ANSI and ASCII art to PNG converter in C
Log | Files | Refs | README | LICENSE

commit 7fa4c8b79e57fa9af07fe1da0bddcd8a79ce8f7c
parent 997ae3b0bd75a4c789add13f309b7b23cca1a93d
Author: Frederic Cambus <fred@statdns.com>
Date:   Mon, 17 Feb 2020 10:51:15 +0100

Mention that columns can also be specified for PCB files now, do small tweaks.

Diffstat:
MREADME.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -122,7 +122,7 @@ AnsiLove/C is capabable of processing: Even more: -- Output files are highly optimized 4-bit PNGs. +- Small output file size (4-bit PNG). - Optionally generates proper Retina @2x (and up to @8x) PNG. - You can use custom options for adjusting output results. - Built-in support for rendering Amiga ASCII. @@ -258,8 +258,8 @@ background colors as for foreground colors, that's iCE colors. ## Columns -`columns` is only relevant for .ANS, .BIN, and .TND files, and is -optional. In most cases conversion will work fine if you don't set +`columns` is only relevant for .ANS, .BIN, .PCB, and .TND files, and +is optional. In most cases conversion will work fine if you don't set this flag, the default value is `160` for .BIN files and `80` otherwise.