Resizing Image Files

Robert Roy rjroy at takingcontrol.com
Sun Nov 12 15:45:25 EST 2000


On Sun, 12 Nov 2000 12:35:27 GMT, Simon Faulkner <News at Titanic.co.uk>
wrote:

>I have writen a python cgi program to allow users to upload .jpeg
>files to my website.
>
>I would like to resize each image to 400 x 300 pixels as it is saved.
>
>Can python do this?
>
>simon
>Simon Faulkner

Use PIL.

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

Bob



More information about the Python-list mailing list