[google-appengine] Re: Images API questions

2009-12-24 Thread Nickolas Daskalou
Thanks Jason, I'll play with it and see how I go :) On Dec 24, 12:19 pm, Jason (Google) apija...@google.com wrote: I just threw together a small test application and it looks like the combined size of all image inputs has to be less than 1 MB. So in other words, you can composite 10 100 KB

[google-appengine] Re: Images API questions

2009-12-24 Thread niklasro.appspot.com
On Dec 24, 1:19 am, Jason (Google) apija...@google.com wrote: I just threw together a small test application and it looks like the combined size of all image inputs has to be less than 1 MB. So in other words, you can composite 10 100 KB images but not 11 or higher. I haven't explicitly

[google-appengine] Re: Images API questions

2009-12-22 Thread Nickolas Daskalou
*BUMP* On Dec 21, 3:57 pm, Nickolas Daskalou n...@daskalou.com wrote: In Python, if we're using the composite() function from theImagesAPI, is the size of each image layer allowed to be = 1MB, or does the combined size of all the image layers have to be = 1MB (eg. 10 x 100KB layers is