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)



Package com.google.appengine.api.images

Provides facilities for the creation and manipulation of images.

See: Description

Package com.google.appengine.api.images Description

Provides facilities for the creation and manipulation of images. The starting point is the ImagesServiceFactory class, which can produce the ImagesService , but also the basic Image object and Transform classes. More information is available in the on-line documentation .

Image data is represented as a byte[] of data, in any of the supported formats: JPEG, PNG, GIF (including animated GIF), BMP, TIFF, and ICO formats. The format can be accessed via the Image.getFormat() method. The image format may be converted during transformation.

Supported transformations include cropping, resizing, rotating in 90-degree increments, horizontal and vertical flips, and automated color enhancement.

See Also:
ImagesService , The Images Java API in the Google App Engine Developer's Guide .