Python graphics / imaging library

M

Michiel Overtoom

Peter said:
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 gets older.

PIL is pretty complete for the task it was designed to do, pretty
debugged during the past years, and pretty much 'finished' -- it doesn't
need frequent updates anymore.

Greetings,
 
P

Peter Chant

Michiel said:
Contrary to organic material, software doesn't rot when it gets older.

PIL is pretty complete for the task it was designed to do, pretty
debugged during the past years, and pretty much 'finished' -- it doesn't
need frequent updates anymore.

Greetings,

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
 
P

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 of PIL or GD, rather what do people generally
use now?
 
M

Max Erickson

Peter Chant said:
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 the Image-SIG mailing list indicate that support
for 3.x is coming after a release of 1.1.7:

http://mail.python.org/pipermail/image-sig/2009-March/005498.html

More here:

http://mail.python.org/pipermail/image-sig/2009-March/thread.html

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


max
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,201
Messages
2,571,049
Members
47,654
Latest member
LannySinge

Latest Threads

Top