allow history to work in webkit browsers
[gae-samples.git] / images-demo / README
blob82f5c595e9c80a83c9fd31cfeb3cabc86e9e9522
1 Images-demo demonstrates the capabilities of the Google App Engine images API.
2 It lets you interactively apply the available transforms to a selected image.
4 A running version of the demo is available at http://images-demo.appspot.com/
6 You can include your own images in the 'samples' directory.
8 The images api uses the Python Imaging Library locally to transform images
9 during testing on your local machine. You'll need to download the PIL module
10 and install it on your local machine to use the imaging api with the SDK.
12 http://code.google.com/appengine/docs/images/installingPIL.html