[google-appengine] Re: Limit on image size very low

2009-11-18 Thread Bjoern
If you have a suggestion, I wouldn't mind trying it. I suspect few
python imaging libraries would be pure python, though.

On Nov 17, 3:08 pm, Eli Jones eli.jo...@gmail.com wrote:
 Isn't there another image library you could use to resize?

--

You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.




[google-appengine] Re: Limit on image size very low

2009-11-17 Thread Bjoern
Sure, my only application of the imaging API is to reduce the size of
images that users upload, to display the small size on the web. It
wouldn't happen very often, either (resize once, display n times).

My only idea now is to maybe go through some other service that has an
API - a photosharing service, for example. It is getting unnecessarily
complicated, though.

On Nov 17, 1:14 pm, Mikhail Kashkin mkash...@gmail.com wrote:
 Google App Engine is mostly oriented to Web applications. 1Mb size is
 enough for full screen pictures for most monitors. May be this one of
 the reasons.

--

You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.




[google-appengine] Limit on image size very low

2009-11-16 Thread Bjoern
Hi,

the imaging service limitation of 1MB for the maximum image size seems
very low. Most cameras create bigger images by now.

Any chance of increasing that limit? It would be nice if people could
upload images to my app without having to go through a photo editor
first. In fact avoiding the photo editor was one of the reasons I
started to program the app.

Unfortunately I saw the 1MB only in the midst of coding, as it is not
listed together with the other quotas.

Thanks!


Björn

--

You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.