AAFIGURE(1) | aafigure manual | AAFIGURE(1) |
NAME¶
aafigure - convert ASCII art to an image
SYNOPSIS¶
aafigure [option...] [input-file]
aafigure {-h | --help | --version}
DESCRIPTION¶
aafigure is an ASCII art to image converter.
ASCII art figures can be parsed and output as SVG, PNG, PDF and more.
OPTIONS¶
The program follows the usual GNU command line syntax, with long options starting with two dashes (--). Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options.
-o, --output=file
-e, --encoding=encoding
-w, --wide-chars=properties
F
H
W
Na
A
N
The default is ‘F,W’.
-t, --type=format
The following formats are supported: SVG, PDF, PNG and any file format supported by Python Imaging Library.
-D, --debug
-T, --textual
-s, --scale=scale
-a, --aspect=aspect
-l, --line-width=width
--proportional
-f, --foreground=#rrggbb
-x, --fill=#rrggbb
-b, --background=#rrggbb
-O, --option=extra-options
-h, --help
--version
AUTHOR¶
Jakub Wilk <jwilk@debian.org>
COPYRIGHT¶
Copyright © 2009, 2010 Jakub Wilk
NOTES¶
- 1.
- East Asian width
07/19/2019 | aafigure 0.5 |