[appengine-java] Re: Resize image to exact size using ImagesService

2011-04-26 Thread branflake2267
I agree, the image service is thin. I've been asking for more features too. http://code.google.com/p/googleappengine/issues/detail?id=2990 Brandon Donnelson http://gwt-examples.googlecode.com -- You received this message because you are subscribed to the Google Groups Google App Engine for

[appengine-java] Re: Resize image to exact size using ImagesService

2011-04-05 Thread mscwd01
No one? I guess I'll have to resize it myself then. I'm surprised the Image Service cant do this. On Apr 3, 7:10 pm, mscwd01 mscw...@gmail.com wrote: Hi Is there a way to resize an image to an exact size? I am currently using this: ImagesServiceFactory.makeResize(width, height); However,