This API is slightly unintuitive, but you need to call ImagesServiceFactory.makeComposite() to obtain an instance of Composite. It has methods, but they are packaged-protected so they don't show up on the Javadoc.
On Mon, Sep 14, 2009 at 12:13 PM, mcrady <[email protected]> wrote: > > On the image service overview page (http://code.google.com/appengine/ > docs/java/images/overview.html), you say "It can also composite > multiple images into a single image." > > So I put a bunch of work into something that depends on compositing > images and I get to actually compositing the image and I see the > ImageService.composite method (http://code.google.com/appengine/docs/ > java/javadoc/com/google/appengine/api/images/ImagesService.html) which > looks great. > > But then I dig into Composite (http://code.google.com/appengine/docs/ > java/javadoc/com/google/appengine/api/images/Composite.html) and it's > an empty shell. > > Am I missing something? Did this fall through the cracks? If so, > approximately when will this get implemented? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
