The latter - it throws an error if the image you try to manipulate is bigger than 1MB in memory.
On Nov 16, 8:03 pm, Eli Jones <[email protected]> wrote: > 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. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=.
