Hi

Is there a way to resize an image to an exact size?

I am currently using this:

ImagesServiceFactory.makeResize(width, height);

However, this scales the image until it reaches either the height or
width value to ensure the aspect ratio is maintained. This is not what
I want, I would like to enter a specific width and height and have the
image transformed to that size, even if it means the aspect ratio is
changed.

Thanks

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to