Python Image Manipulation

Ravi Teja Bhupatiraju webraviteja at yahoo.com
Wed Aug 25 21:06:50 EDT 2004


"Scott Brady Drummonds" <scott.b.drummonds.nospam at intel.com> wrote in message news:<cginj5$vu3$1 at news01.intel.com>...
> Can anyone recommend the easiest way of generating thumbnail images using a
> Python library?  I've seen that the Python Image Library (PIL) seems to do
> this but it isn't installed on my available systems.  I'd prefer to use
> something distributed with Python, if possible, but will install the library
> that makes this functionality easy as a second choice.
> 
> Thanks!
> Scott

The easiest way is using PIL. There is sample code in the PIL
documentation that you can use directly.



More information about the Python-list mailing list