Resizing Image Files

Jeff Kunce kuncej at mail.conservation.state.mo.us
Mon Nov 13 11:35:52 EST 2000


> 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.

"image squeezer" at http://starship.python.net/crew/jjkunce/
is a wxPython application that uses PIL to resize/rotate/compress
images. It's an interactive application, but you could lift some of
its components to use in a CGI environment.

  --Jeff







More information about the Python-list mailing list