Index of /www001/src/ports/graphics/py-paint/work
Name Last modified Size Description
Parent Directory 04-Jan-2008 20:35 -
INSTALL.TXT 16-Feb-2004 01:57 3k
LICENSE.TXT 16-Feb-2004 01:57 1k
affine.c 16-Feb-2004 01:57 4k
build/ 04-Jan-2008 20:35 -
font.c 16-Feb-2004 01:57 19k
image.c 16-Feb-2004 01:57 10k
intro.py 16-Feb-2004 01:57 1k
paint.c 16-Feb-2004 01:57 6k
paint.h 16-Feb-2004 01:57 3k
paint_doc.html 16-Feb-2004 01:57 5k
path.c 16-Feb-2004 01:57 9k
setup.py 04-Jan-2008 20:35 1k
setup.py.bak 16-Feb-2004 01:57 1k
test_bar.py 16-Feb-2004 01:57 5k
test_paint.py 16-Feb-2004 01:57 3k
testpie.py 16-Feb-2004 01:57 1k
PyPaint - A Python Paint Module
-------------------------------
This module provides a light Python wrapper for libart. It only provides basic functionality at the moment - line drawing, rectangles, polygons, arcs, fill, and simple font support.
The images are output as PNG images.
The module depends on the following libraries:
libart 2.x (tested with 2.3.3-1) (http://www.levien.com/libart/)
libpng 1.x (tested with 1.2.5-1) (http://www.libpng.org/)
zlib 1.x (tested with 1.2.1-1 (http://www.gzip.org/zlib/)
freetype 1.x (tested with freetype 1.3.1) (http://www.freetype.org/)
For installation information, see INSTALL.TXT
For licensing, see LICENSE.TXT
Acknowledgements
----------------
This module was originally written by Object Craft (http://www.object-craft.com.au/). The original releases made by Object Craft are available from their website (http://www.object-craft.com.au/projects/paint/download.html)