On Mon, Sep 23, 2013 at 8:32 AM, Aritz Uriarte de Alayo <[email protected]>
 wrote:

>
> We have an application that stores image files in Google Cloud Storage and
> uses Blob Store to serve the ImageUrls. To prevent the server lag when
> generating said urls we decided to store them in some Model classes. Then,
> if we needed to serve the images at different pixel resolutions we could
> attach "=sXXX" to the end of the url as mentioned in the documentation.
>
> Now this has been working perfectly up until this past friday
> (09/20/2013), ever since then, some urls would take like 6-8 seconds to
> load the image or just straight up send an error message like this
>


ImagesService occasionally has difficulty processing certain types of
images. For the images you're encountering problems with, do they share
anything in common? For example, are they extremely large, small, a certain
filetype, etc?

Try resizing the image by maintaining the aspect ratio; i.e. if you reduce
the height by 50%, also reduce the width by 50%. If you must resize by
differing percentages, try instead to use the crop tool.



-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to