[appengine-java] Image API

2011-09-21 Thread Daniel Viveiros
Hi all,

I'm considering to use Google App Engine as the platform of a new
application that will have to handle several image transformations such as
blur, sepia, gray scale etc. GAE's Image API seems nice but very limited. As
far as I know, GAE does not support Java 2D or Java Advanced Imaging.

Is there another component/framework for imaging processing/transformation
that I can use in GAE?

Thanks,
Daniel V.

-- 
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.



[appengine-java] Image API Transparency cut

2010-02-08 Thread Millisecond
Hey all,

I'm trying to take a PNG that has all pixels filled with nothing
transparent, and cut out part of that image along a predefined
mask.  So I would end up with an image that is part transparent and
part filled.

Is this possible with the Image API?  The only way I'm able to punch
out pixels of an originating image appears to be with a full color
value not a transparent pixel.

Thanks,
-Casey

-- 
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-j...@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.