Python paint module
Introduction
The paint module provides a simple and flexible facility for
painting PNG images files. The paint module depends upon three
free libraries;
FreeType |
This library provides an advanced TrueType font
renderer, which means the paint module produces high
quality text. |
libart |
The libart graphics library provides a PostScript like
2-D rendering model with alpha transparency. |
libpng |
Allows the images produced in the paint module to be
saved as PNG files. |
|
See the examples section for a quick
introduction to the power of this module.
|