Resize

Action archive
Method GET
Parameters

key (text): Your private appspotimage key

img_id (text): A unique name to identify the image.

new_img_id (text): A unique name to identify the modified image1

width (integer): Number of pixels that indicate the new image’s width

height (integer): Number of pixels that indicate the new image’s height

output_encoding (JPEG\PNG): Encoding with which the new image is generated

Result

Url of the stored image

Error (see Results)

Example Request:


        http://imagetweaker.appspot.com/resize?key=3scale-d54a9fc683b4478db987af955766bd7c&img_id=ex1&new_img_id=ex2&width=100&height=100&output_encoding=PNG

Response:


         http://imagetweaker.appspot.com/image/agxpbWFnZXR3ZWFrZXJyDQsSB1BpY3R1cmUYAgw

Resultant Image:

1 The effect of using an existing identifier is the replacement of the previous image in the system
Functions