a2png 0.1.5 review
Download
|
|
a2png is a UNIX program that converts plain text into PNG images.
a2png is written in C and distributed under the GNU General Public License v2.
Example:
The last image below was generated with the following command:
$ head -80 a2png.c | tail -40 | a2png --crop - --font-size=0.015 --size=800x800 -v --overwrite
output format: PNG ARGB32
output dimension: 800x800 pixels
reading standard input
cropping output image to 456x480 pixels
writing stdin.png
What's New in This Release:
When using --html-input with non-jp2a formatted files, fall back on textfile parsing.
a2png 0.1.5 keywords