[Tutor] working with images

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Sat, 26 Jan 2002 16:02:31 -0800 (PST)


On Sat, 26 Jan 2002 kjphotog@juno.com wrote:

> I'm a high school photography instructor & a Python newbie with a
> skill level somewhere between "hello world" & fiddling with e-mail.
> What might be the best intro to start working with images?

The Python Imaging Library (PIL) is a very nice module for manipulating
images.  Try:

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

There's a tutorial on the Pythonware site that shows the basics of using
PIL:

    http://www.pythonware.com/library/pil/handbook/tutorial.htm

and I'm sure that several people on Tutor have experience with PIL, don't
hesitate to ask questions.


Good luck to you.