Image processing?

Tom Loredo loredo at astro.cornell.edu
Mon Oct 15 15:17:07 EDT 2001


Gerhard Häring wrote:
> 
> 
> The Python Imaging Library is your friend. http://www.pythonware.com/

Yes indeed!  If you want to manipulate the image data, you may want
to bring it over from PIL into NumPy arrays.  An example for doing
this with RGB images is here:

http://www.museweb.com/python/thumbnails.html

You don't need the C extension; just pull the Python stuff from
the RGBImage class.  Not too well documented, but I only just put it up...

Peace,
Tom Loredo



More information about the Python-list mailing list