Re: graphics with python

2019-10-24 Thread Peter Pearson
On Thu, 24 Oct 2019 16:06:21 +0800, Maggie Q Roth wrote: [snip] > Can you show me the correct way to programming with graphics? > > I want to take some action detection, for instance, recognize dancing etc. That description of your goals is very vague. The more specific you can be about what you

graphics with python

2019-10-24 Thread Maggie Q Roth
Hello Can you show me the correct way to programming with graphics? I want to take some action detection, for instance, recognize dancing etc. Thanks, Maggie -- https://mail.python.org/mailman/listinfo/python-list

Re: Building web graphics with Python

2004-11-29 Thread Larry Bates
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

Re: Building web graphics with Python

2004-11-29 Thread Fredrik Lundh
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

Re: Building web graphics with Python

2004-11-29 Thread Gerhard Haering
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

Re: Building web graphics with Python

2004-11-29 Thread Peter Maas
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.

Building web graphics with Python

2004-11-28 Thread Steven Feil
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 th