[appengine-java] How to set the output format for the Image service?

2009-12-08 Thread hzqtc
In the documents, it says: The service accepts image data in the JPEG, PNG, GIF (including animated GIF), BMP, TIFF and ICO formats. It can return transformed images in the JPEG and PNG formats. If the input format and the output format are different, the service converts the input data to the

Re: [appengine-java] How to set the output format for the Image service?

2009-12-08 Thread Don Schwarz
ImagesService.applyTransform() and ImagesService.composite() take an optional OutputEncoding argument. On Tue, Dec 8, 2009 at 10:07 AM, hzqtc hzqtc1...@gmail.com wrote: In the documents, it says: The service accepts image data in the JPEG, PNG, GIF (including animated GIF), BMP, TIFF and ICO