ReportLab Graphics module can produce graphics
and then save into many formats via Python Imaging
Library (PIL).
Larry Bates
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 i
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 genera
On Mon, Nov 29, 2004 at 10:35:00AM +0100, Peter Maas wrote:
> 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 c
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.