Building web graphics with Python

Peter Maas peter at somewhere.com
Mon Nov 29 04:35:00 EST 2004


Steven Feil schrieb:
> I am wondering if there is a light weight Python library for producing
> web graphics on-the-fly. There is a C-language library called gd that
> can be used in a CGI program to produce gif images.  The Library can
> be used to produce graphics images that are dynamically generated.  I
> was wondering if there is something similar for Python.

You can create a Python wrapper for gd with SWIG or Pyrex. PIL (Python
Imging Library) and Piddle are native Python solutions.

-- 
-------------------------------------------------------------------
Peter Maas,  M+R Infosysteme,  D-52070 Aachen,  Tel +49-241-93878-0
E-mail 'cGV0ZXIubWFhc0BtcGx1c3IuZGU=\n'.decode('base64')
-------------------------------------------------------------------



More information about the Python-list mailing list