Hi! 

Has anyone successfully wrote something using the GAE's "Images" Java API?  I'm 
trying to learn.  I read the Overview and is trying to do a resize of my sample 
image.  After getting it into byte array and going through the sample code 
provided on the website, how can I convert it back to an image and either 
display it on the website or store it?  I'm trying to use javax.imageio.ImageIO 
to do this but my Eclipse is saying the Google App engine doesn't support this 
at java runtime?  If I use another route, I get java.awt.image.BufferedImage is 
not supported by Google App Engine's Java runtime environment.

How can I convert my transformed image back to an image file?


      

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.

Reply via email to