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 <bjoer...@googlemail.com> 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<google-appengine%2bunsubscr...@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=.


Reply via email to