[google-appengine] Re: Image Resize Without Forcing Aspect Ratio

2009-05-04 Thread Pranav Prakash
Image resizing without aspect ratio is just like cropping. May be i am wrong. But it looks this to me.. On May 3, 8:02 am, ecognium ecogn...@gmail.com wrote: Hello Everyone,      It looks like the images.resize() always honors the aspect ratio. Is there a way to force a certain dimension? For

[google-appengine] Re: Image Resize Without Forcing Aspect Ratio

2009-05-04 Thread Barry Hunter
Image resizing with aspect ratio is taking a 100x100 image and resizing it to 20x50 (for example) - that way the image ends up distorted - stretched in one direction. There is definitly not cropping. You could also crop to 20x50 but would be throwing parts of the image away - somthing very

[google-appengine] Re: Image Resize Without Forcing Aspect Ratio

2009-05-04 Thread Pranav Prakash
Thanks, now things are lot clear :-) Cheers, Pranav On May 4, 4:03 pm, Barry Hunter barrybhun...@googlemail.com wrote: Image resizing with aspect ratio is taking a 100x100 image and resizing it to 20x50 (for example) - that way the image ends up distorted - stretched in one direction. There