File: help2man.include

package info (click to toggle)
python-aafigure 0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 428 kB
  • sloc: python: 1,942; makefile: 112
file content (23 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[NAME]
aafigure - ASCII art to image converter

/ASCII art to image \(SVG, PNG, JPEG, PDF and more\) converter\./
aafigure is a command line tool that converts drawings in text files to images. Several output formats are supported (SVG, PDF, PNG, JPG and more).

Note that PDF output requires the Reportlab Python library and bitmap formats
require the Python Imaging Library (PIL).

[EXAMPLES]
Convert a drawing to a PDF file:

    aafigure drawing.txt -o drawing.pdf

Read from stdin and output a PNG image on stdout:

    aafigure -t png

[AUTHOR]
aafigure-team: http://launchpad.net/aafigure

[REPORTING BUGS]
Please report bugs at http://bugs.launchpad.net/aafigure