Re: Python graphics / imaging library

2009-07-18 Thread Marcus Wanner
On 7/18/2009 11:41 AM, Peter Chant wrote: Max Erickson wrote: More recent months contain updates to the status of 1.1.7, it is headed towards a release. Preliminary tarballs and binaries are available on effbot.org: http://effbot.org/downloads/#imaging http://effbot.org/downloads/#pil Excell

Re: Python graphics / imaging library

2009-07-18 Thread Peter Chant
Max Erickson wrote: > More recent months contain updates to the status of 1.1.7, it is > headed towards a release. Preliminary tarballs and binaries are > available on effbot.org: > > http://effbot.org/downloads/#imaging > http://effbot.org/downloads/#pil Excellent. From a very brief look it se

Re: Python graphics / imaging library

2009-07-18 Thread Max Erickson
Peter Chant wrote: > No, it does not. However, if PIL was updated last in 2006. > Python in 2009 has gone to version 3.1. If PIL is compatible > with 3.1 then I'm fine. But I don't want to have to stick with > Python 2.5 as the rest of the world moves on. > > Pete > > Various messages to

Re: Python graphics / imaging library

2009-07-18 Thread Michiel Overtoom
Peter Chant wrote: what do people generally use now? I can only speak for myself... I use PIL ;-) Greetings, -- http://mail.python.org/mailman/listinfo/python-list

Re: Python graphics / imaging library

2009-07-18 Thread Peter Chant
Peter Chant wrote: > > No, it does not. However, if PIL was updated last in 2006. Python in > 2009 > has gone to version 3.1. If PIL is compatible with 3.1 then I'm fine. > But I don't want to have to stick with Python 2.5 as the rest of the world > moves on. BTW, this was not a critisism o

Re: Python graphics / imaging library

2009-07-18 Thread Benjamin Kaplan
On Sat, Jul 18, 2009 at 7:50 AM, Peter Chant < rempete...@cappetezilla.italsco.uk> wrote: > Michiel Overtoom wrote: > > > Peter Chant wrote: > > > >> what's the most appropriate (maintained) graphics library to use? PIL > >> seems to have last been updated in 2006 > >> http://www.pythonware.com/p

Re: Python graphics / imaging library

2009-07-18 Thread Peter Chant
Michiel Overtoom wrote: > Peter Chant wrote: > >> what's the most appropriate (maintained) graphics library to use? PIL >> seems to have last been updated in 2006 >> http://www.pythonware.com/products/pil/ >> and GD seems to be even older. Don't want to go down a dead end. > > Contrary to orga

Re: Python graphics / imaging library

2009-07-18 Thread Michiel Overtoom
Peter Chant wrote: what's the most appropriate (maintained) graphics library to use? PIL seems to have last been updated in 2006 http://www.pythonware.com/products/pil/ and GD seems to be even older. Don't want to go down a dead end. Contrary to organic material, software doesn't rot when it

Python graphics / imaging library

2009-07-18 Thread Peter Chant
Chaps, what's the most appropriate (maintained) graphics library to use? PIL seems to have last been updated in 2006 http://www.pythonware.com/products/pil/ and GD seems to be even older. Don't want to go down a dead end. Pete -- http://www.petezilla.co.uk -- http://mail.python.org/mailman/l

Re: Python graphics question:pixel scrolling

2008-08-29 Thread Diez B. Roggisch
Raymond Luxury-Yacht wrote: > To learn python, I've been trying to write a simple graphics program > which displays a 1D cellular automaton's evolution. The last time I > wrote this program, it was in C for a CGA adaptor (!) in which the > display was mapped to two interlaced blocks of memory, an

Re: Python graphics question:pixel scrolling

2008-08-29 Thread Paul Boddie
On 29 Aug, 16:57, Raymond Luxury-Yacht <[EMAIL PROTECTED]> wrote: > The code below works, and uses pygame for the graphics.  But the scrolling is > quite flickery when using large windows.  I'm sure that the code > contains various neophyte python errors, and I'd appreciate any > comments on that,

Python graphics question:pixel scrolling

2008-08-29 Thread Raymond Luxury-Yacht
To learn python, I've been trying to write a simple graphics program which displays a 1D cellular automaton's evolution. The last time I wrote this program, it was in C for a CGA adaptor (!) in which the display was mapped to two interlaced blocks of memory, and scrolling up two lines of pixels wa

ANN: matplotlib-0.91.2 - a python graphics package

2008-01-08 Thread [EMAIL PROTECTED]
A new release of matplotlib is posted to the sourceforge download site. You can read the release notes with links at http://matplotlib.sourceforge.net/whats_new.html Download: Downloads: http://sourceforge.net/project/showfiles.php?group_id=80706 Homepage: http://matplotlib.sourceforge.net

python graphics

2007-10-08 Thread [EMAIL PROTECTED]
hello all i researching a graphics table with python.haeve you got this how it have got design and fast making thanks for your help -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Graphics Library

2006-05-08 Thread Scott David Daniels
types of > graphical operations. PIL (Python Imaging Library) is the "standard" Python graphics library. It is used to create images in the form of pictures and saving as .png, .jpg, or whatever. http://www.pythonware.com/products/pil/ Also check out ReportLab and my constant

Re: Python Graphics Library

2006-05-08 Thread Steve Juranich
utab wrote: > Dear all, > > Could you please recommend me a graphics library for python. I saw PYX > which has nice screenshots on the webpage. > > My first ambition is to be able to draw 2D or 3D graphs for my > mathematical results. Maybe later, I can handle other types of > graphical operatio

Python Graphics Library

2006-05-08 Thread utab
Dear all, Could you please recommend me a graphics library for python. I saw PYX which has nice screenshots on the webpage. My first ambition is to be able to draw 2D or 3D graphs for my mathematical results. Maybe later, I can handle other types of graphical operations. Regards. -- http://mai