|
Image
Describes the Image service
Featured IntroductionThe Image service (or PoP) is based on the Cache service. It should only used to cache images. It supports image transformation in order to serve transformed images (resize, crop, rotate, ...). Really useful for embedded images in a website, it avoids the use of several images (preview, medium sized, full size). You only need to store the original image on your origin server, and delegate transformations to CirruxCache. On top of that, transformed images are cached in the same way than any other objects. DetailsLet's take an example where you mapped an Image PoP on http://cdn.mydomain.tld/images/ and you put the file "my_image.png" on your origin server.
Each request can be combined: my_image.png?enhance&width=50&rotate=90 For more information, check out the Appengine Images API overview. | ||||||||||||||||
wow . . . that is freaking amazing !!!!