a2png Code
Status: Beta
Brought to you by:
cslsublevel3org
File | Date | Author | Commit |
---|---|---|---|
man | 2006-10-06 | csl | [r188] Bumped version |
src | 2006-10-05 | csl | [r186] Fallback on textparsing in parse_html |
test | 2006-09-26 | csl | [r183] Fixed handling of carriage returns |
web | 2006-10-21 | cslsublevel3org | [r193] Removed ad on right |
AUTHORS | 2006-09-14 | csl | [r36] Updated readme files |
COPYING | 2006-09-14 | csl | [r18] Added nonworking autoconf stuff |
ChangeLog | 2006-10-06 | csl | [r188] Bumped version |
INSTALL | 2006-09-14 | csl | [r36] Updated readme files |
Makefile.am | 2006-09-22 | csl | [r158] Added HTML manual to dist |
NEWS | 2006-10-07 | csl | [r189] Updated NEWS |
README | 2006-10-07 | csl | [r190] Linespace README |
TODO | 2006-09-15 | csl | [r48] More notes in TODO |
configure.ac | 2006-10-06 | csl | [r188] Bumped version |
* ABOUT a2png is a program that converts text into bitmap images such as PNG. * REQUIREMENTS You need one of the following graphics libraries: - gdlib, http://www.boutell.com/gd/ (default) - cairo graphics, http://www.cairographics.org (recommended) * QUICK HOW-TO BUILD ./configure make check make install This will try to configure for building with the gd library (version 2). * MORE INFORMATION ON BUILDING A2PNG If you want to use Cairo Graphics intead of the GD library, you have to specify where the cairo include files are located. If you know they are installed in `/opt/local/include/cairo/cairo.h' then do this: ./configure --with-cairo-prefix=/opt/local/ make check make install If the include and lib files are not located under the same root directory, then you can explicitly specify them: ./configure --with-cairo-include=/opt/local/include/cairo/ \ --with-cairo-lib=/opt/local/lib/ make check make install * BUILDING ON MAC OS X If you don't have cairo installed, you can do this: sudo port install cairo ./configure --with-cairo-prefix=/opt/local/ make check make install COPYRIGHT a2png is Copyright (C) 2006 Christian Stigen Larsen <csl@sublevel3.org> http://csl.sublevel3.org Distributed under the GNU General Public License (GPL) v2. For more information on GPL, see http://www.gnu.org/copyleft/ $Id$