| ANSILOVE(1) | General Commands Manual | ANSILOVE(1) |
ansilove — ANSI /
ASCII art to PNG converter
ansilove |
[-dhiqrsSv] [-b
bits] [-c
columns] [-f
font] [-m
mode] [-o
file] [-R
factor] [-t
type] file |
ansilove is an ANSI / ASCII art to PNG
converter, allowing to convert ANSI and artscene-related file formats into
PNG images, supporting ANSI (.ANS), PCBoard (.PCB), Binary (.BIN), Artworx
(.ADF), iCE Draw (.IDF), Tundra (.TND) and XBin (.XB) formats.
It creates size optimized 4-bit PNG files and supports SAUCE (Standard Architecture for Universal Comment Extensions), 80x25 and 80x50 PC fonts (including all the 14 MS-DOS charsets), Amiga fonts, and iCE colors.
The options are as follows:
-b
bits-c
columns-d-f
fontValid options for PC fonts are:
80x2580x50cp737cp775cp850cp852cp855cp857cp860cp861cp862cp863cp865cp866cp869terminusValid options for Amiga fonts are:
amigamicroknightmicroknight+mosoulpot-noodletopaztopaz+topaz500topaz500+-h-i-m
modeValid options are:
cedtransparentworkbench-o
file-q-r-R
factor-t
typeValid types are:
ansadfbinidfpcbtndxb-s-S-vTo render a file with iCE colors enabled:
$ ansilove -i file.ansTo create a Retina @2x output file:
$ ansilove -r file.ansTo creates a Retina output file with a custom scale factor:
$ ansilove -R 3 file.ansTo only display SAUCE record without generating output:
$ ansilove -s file.ans$ ansilove -m transparent
file.ansTo render a file using a custom font:
$ ansilove -f amiga
file.txtTo render a file using a custom font, rendering the 9th column, enabling iCE colors, and using DOS aspect ratio:
$ ansilove -f 80x50 -b 9 -d -i
file.ansansilove was written by
Stefan Vogt, Brian Cassidy,
and Frederic Cambus.
| August 28, 2020 | Debian |