Re: [appengine-java] Re: Store transformed image to datastore

2011-01-31 Thread Andrew Osipenko
Thank you Michael, you are right this approach is too complex. I'll better copy uploaded image to Blob completely. On Tue, Feb 1, 2011 at 6:29 AM, Michael Weinberg wrote: > I achieved this, but it's not trivial. I don't have a post about my > solution, but this blog post was helpful > > > http:

[appengine-java] Re: Store transformed image to datastore

2011-01-31 Thread Michael Weinberg
I achieved this, but it's not trivial. I don't have a post about my solution, but this blog post was helpful http://jeremyblythe.blogspot.com/2010/10/manipulating-images-in-blobstore.html I look forward for App Engine to provide an easy to use API to manipulate images in blobstore. Hope this hel