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.
