Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



Exceptions

The google.appengine.api.images package provides the following exception classes:

exception Error ()

This is the base class for all exceptions in this package.

exception BadImageError ()

The given image data is corrupt.

exception BadRequestError ()

The transformation parameters are invalid.

exception BlobKeyRequiredError ()

A blob key is required for this operation.

exception LargeImageError ()

The given image data is too large to process.

exception NotImageError ()

The given image data is not in a recognized image format.

exception TransformationError ()

There was an error while trying to transform the image.

exception UnsupportedSizeError ()

The specified image size is not supported. For resized images, you can find supported image sizes in the IMAGE_SERVING_SIZES integer list. For cropped images, supported image sizes are available in the IMAGE_SERVING_CROP_SIZES integer list

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.