http://manatlan.com/blog/utilitymill_to_do_what_is_impossible_to_do_on_gae
:P
>
> On Apr 30, 6:05 pm, majek <maje...@gmail.com> wrote:
>> I created simple services, which you can use from GAE. They allow
>> things that aren't possible on raw GAE.
>>
>> That include
>> - image resizing
>> - cron service
>> - comet service
>>
>> See the examples (hosted at GAE):
>> -http://test.movq.net/shoutbox/
>> -http://srv.appspot.com/gallery/
>>
>> Details:
>> http://popcnt.org/2008/05/missing-services-for-google-app-engine.html
>>
>> Cheers!
>> Marek Majkowski
> >
>
--
Barry
Thanks! Nice to hear this.
I think that the on-demand service you mentioned is not very scalable
idea. I can't guarantee you that I will have enough cpu power to
scale images on the fly. But for small one (less than 250k), maybe.
I'll think about it!
As far as I tested, gifs are supported by 'thumbnail' mode.
But animation is stripped. If you want to keep the animation, please
use the 'avatar' mode.
Cheers!
Marek Majkowski
Utilitymill looks promising. But it also has some serious limitations:
- as far as I know PIL doesn't support animated gifs
http://www.somethinkodd.com/oddthinking/2005/12/06/python-imaging-library-pil-and-animated-gifs/
- you can't create a comet service using Utilitmill
- you can't create cron service using Utilitmill
Cheers!
Marek Majkowski