[web2py] Re: Resizing images that are already uploaded.

2011-02-18 Thread Massimo Di Pierro
onaccept you can call Python PIL or ImageMagik convert On Feb 18, 6:56 am, Luther Goh Lu Feng elf...@yahoo.com wrote: I have many images that are already uploaded. I would like to have a way to resize these images proportionately in the view. The original images may or may not be modified. Any

[web2py] Re: Resizing images that are already uploaded.

2011-02-18 Thread cjrh
On Feb 18, 2:56 pm, Luther Goh Lu Feng elf...@yahoo.com wrote: I have many images that are already uploaded. I would like to have a way to resize these images proportionately in the view. The original images may or may not be modified. Any ideas how this can be achieved? def THUMB(image,

[web2py] Re: Resizing images that are already uploaded.

2011-02-18 Thread VP
I am not sure if this is an appropriate thing for web2py to do, but I think built-in support for images, mp3, videos, will be very good for web2py. On Feb 18, 8:09 am, Massimo Di Pierro massimo.dipie...@gmail.com wrote: onaccept you can call Python PIL or ImageMagik convert On Feb 18, 6:56