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




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

2009-11-16 Thread Eli Jones
I haven't used the Image api.. but.. do you mean the limit of 1MB for
storing entities in the Datastore?  Or, does it just throw errors if you try
to manipulate an image in memory that is over 1MB?

If you're just trying to get a 1MB image into the datastore, you could break
it up into 1mb chunks before sticking it in the datastore.

On Sun, Nov 15, 2009 at 8:58 PM, Bjoern  wrote:

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

--

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




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

2009-11-17 Thread Eli Jones
Isn't there another image library you could use to resize?

On 11/17/09, Bjoern  wrote:
> 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  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=.
>
>
>

-- 
Sent from my mobile device

--

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