Background:
I am working on an app on Google App Engine. It's actually running well until I hit one of their limits in the file size - 1MB changes the size of one of the components of my application, which has been uploaded by users. Files are uploaded directly through the POST
Question:
I was wondering whether the CDN was to resize the images through the HTTP call The API was provided. I came to know that SimpleCDN has once served, but its meaning has been removed. I would like to tell the CDN to change the size of the image I am requesting the URL.
For example,
The original URL: The image has been changed to 125x100:
Is anyone aware of the CDN that provides such functionality? Does it? Or there is a suggestion about the limit of 1 MB on Google App Engine (not a hack but alternative method of code).
It seems that I've got a service that actually what I want to do. An image resizes the API and also has a good library for Google App Engine to use with their APIs. Just thought I would share my findings.
Comments
Post a Comment