Building web graphics with Python

Fredrik Lundh fredrik at pythonware.com
Mon Nov 29 05:03:52 EST 2004


Steven Feil wrote:

>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.

here's one such library:

    http://www.pythonware.com/products/pil/index.htm

if you insist on using GD itself, use the gdmodule:

    http://newcenturycomputers.net/projects/gdmodule.html

</F> 






More information about the Python-list mailing list