So specifying a size of 0, will get the mage served at the original
size?
That would be great if you did not have this little gem in the code
for get_serving_url

def get_serving_url(blob_key,
                   size=None,
                   crop=False):
......
 if size:
   url += "=s%s" % size
......


Guess what happens when you pass 0 as size?

Any idea other than manually adding the =s0 to the url returned?

Can you please tell the team responsible for the image service that
the first rule of an API is that you *do*not*change* the API
behavior?


On Dec 8, 5:19 pm, Stuart Langley <[email protected]> wrote:
> For what it's worth, the decision to change the default scaling size was
> made by the team that is responsible for the imaging service that is used,
> not by app engine folks. While this maybe of little comfort, it's just
> something that is not in our control.
>
> Specifying a size parameter of 0 will get the image served at the original
> size, and specifying a size of 1600 will get the behaviour as it was before
> the change was made.

-- 
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.

Reply via email to