Re: [google-appengine] Re: how can i get images from GAE cropped and resized php ?

2015-06-03 Thread Ryan (Cloud Platform Support)
You can simply do this: echo ""; Note that it will only work from the Production server as your image is hosted on the production server. On Wednesday, June 3, 2015 at 11:56:20 AM UTC-4, mohamed hassan wrote: > > Salutations Ryan, > > I am sorry Ryan i am misunderstand how can display the crop

Re: [google-appengine] Re: how can i get images from GAE cropped and resized php ?

2015-06-03 Thread mohamed hassan
Salutations Ryan, I am sorry Ryan i am misunderstand how can display the cropped image from this link ? can you please give me an example how can i execute this ? Sorry for asking a lot . Thanks Ryan. On Wed, Jun 3, 2015 at 6:51 PM, Ryan (Cloud Platform Support) < rbruy...@google.com> wrote: >

Re: [google-appengine] Re: how can i get images from GAE cropped and resized php ?

2015-06-03 Thread Ryan (Cloud Platform Support)
That link will display the cropped image. You can then display it on your website as you would any other image link. On Wednesday, June 3, 2015 at 11:36:52 AM UTC-4, mohamed hassan wrote: > > Salutations Ryan, > > I am sorry for not being clarify with you . what i am asking about that > can i us

Re: [google-appengine] Re: how can i get images from GAE cropped and resized php ?

2015-06-03 Thread mohamed hassan
Salutations Ryan, I am sorry for not being clarify with you . what i am asking about that can i use the ( google-api-php-client ) library for php to get re-sized or cropped images and if not i used Google App engine SDK for php and used Cloud Storage Tools class on my locolhost as the following :

[google-appengine] Re: how can i get images from GAE cropped and resized php ?

2015-06-03 Thread Ryan (Cloud Platform Support)
Salutations Mohamed, I would check out this page on serving an image and this page for options