[web2py] Re: Compute return only the last result

2016-02-26 Thread Gael Princivalle
Hi Dave. Yes it is. Now it works, thanks a lot for your help. Il giorno venerdì 26 febbraio 2016 08:52:16 UTC+1, Dave S ha scritto: > > > > On Thursday, February 25, 2016 at 5:45:57 AM UTC-8, Gael Princivalle wrote: >> >> Hello all. >> >> I use this function for resizing images for full size and

[web2py] Re: Compute return only the last result

2016-02-25 Thread Dave S
On Thursday, February 25, 2016 at 5:45:57 AM UTC-8, Gael Princivalle wrote: > > Hello all. > > I use this function for resizing images for full size and thumbnails: > > def SMARTHUMB(image, box, fit=True, name="thumb"): > #Downsample the image. > #@param img: Image - an Image-object >