Anyone? I've posted this both here and on StackOverflow, but to no avail. To restate the problem: I'm hitting errors when trying to shrink images from 400K in size to something much smaller by calling images.resize. I found the error surprising since the starting image is smaller than 1 MB (and the ending image would hypothetically be even smaller). Anyone have any ideas?
On Wed, Mar 10, 2010 at 6:18 PM, Ryan Weber <[email protected]> wrote: > So I know that App Engine prevents working with images greater than 1 > MB in size, but I'm getting "RequestTooLargeError: The request to API > call images.Transform() was > too large" when I call images.resize on an jpg that is 400K on disk. > The dimensions of the jpg are 1600 x 1200, so is it that app engine > can't handle resizing images over 1 megapixel, even if the image file > itself much smaller than 1 MB? > > Any thoughts would be greatly appreciated. > > Thanks, > Ryan > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
