Python Substitute for PHP GD, Resizing an image on the client side

Uwe Schmitt rocksportrocker at googlemail.com
Tue Aug 19 02:41:09 EDT 2008


On 19 Aug., 08:32, brahmaforces <brahmafor... at gmail.com> wrote:
> Hi Folks,
>
> I am using cherrypy and python. I am trying to get a user profile
> image to resize on the client side before uploading to the server. PHP
> has a gd library that does it it seems.

php works on the client side ?? are you sure ?

>  Has anyone done this in a
> python environment without uploading to the server?

if you resort to resizing on the server side, you can
use PIL.

Greetings, Uwe



More information about the Python-list mailing list