Re: [google-appengine] 1 meg limit on processing images is really harshing my buz

2010-06-15 Thread Jaroslav Záruba
i mean my understanding that Kelly need to actually *work* with images above 1mb was that wrong? 2010/6/15 Jaroslav Záruba > On Tue, Jun 15, 2010 at 6:16 PM, Ross M Karchner > wrote: > >> Have you looked at the Blobstore API? >> >> >> http://code.google.com/appengine/docs/python/blobstore/overv

Re: [google-appengine] 1 meg limit on processing images is really harshing my buz

2010-06-15 Thread Jaroslav Záruba
On Tue, Jun 15, 2010 at 6:16 PM, Ross M Karchner wrote: > Have you looked at the Blobstore API? > > > http://code.google.com/appengine/docs/python/blobstore/overview.html#Using_the_Image_Service_with_the_Blobstore > > Users can upload files up to 2GB, and the Image API can *load* images > from Blo

Re: [google-appengine] 1 meg limit on processing images is really harshing my buz

2010-06-15 Thread Ross M Karchner
Have you looked at the Blobstore API? http://code.google.com/appengine/docs/python/blobstore/overview.html#Using_the_Image_Service_with_the_Blobstore Users can upload files up to 2GB, and the Image API can *load* images from Blobstore. The only limitation is that the resulting image has to be les

[google-appengine] 1 meg limit on processing images is really harshing my buz

2010-06-15 Thread Kelly A
I am sure that no one on the App Engine team can comment on this but I just have to talk about it to get it off my chest cause it is a constant pain in my butt. Many modern jpeg images will decompress to sizes over 1 megabyte, even those taken with the cheapest of point and shoot digital cameras.