October 2011
Intermediate to advanced
352 pages
7h 58m
English
Google App Engine does not allow using java.awt.Image and related classes. Instead, it offers its own service for image manipulation. This chapter starts with a brief discussion of when to use the Image API and when not to. Then it provides code examples for frequently used features of the API. Finally, this chapter explores other uses of the API by showing how to place, for example, copyright notices over images.
The App Engine provides an Image API allowing you to perform a small number of rudimentary manipulations on images server side. Although it is good to have such an API at your disposal, it should be used sparingly. In many cases, there ...
Read now
Unlock full access