Sure, you can create a request handler to output image data to the browser, 
however image processing can be rather slow so you probably want to store the 
data in blob store or datastore and serve that. The advantage of the blobstore 
is that you can get a URL to serve the image directly and auto scale & crop for 
you.

-Martin

On Jun 26, 2013, at 11:32 PM, Pumplerod <pumple...@gmail.com> wrote:

> That's great.  I hadn't realized that.  Is there a way to write directly to 
> the browser?  Or do I need to save the image back to the datastore first?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to