Re: Python images processing -recap

2006-11-02 Thread alf
Fredrik Lundh wrote: > alf wrote: > >> Are all supported, which is most mature, in which I could perform for >> instance 'Ken Burns effect' > > > that's a display effect, not an image effect. you need a display (or > animation) library for that. > In fact I want to generate a sequence of B

Re: Python images processing -recap

2006-11-01 Thread Fredrik Lundh
alf wrote: > Are all supported, which is most mature, in which I could perform for > instance 'Ken Burns effect' that's a display effect, not an image effect. you need a display (or animation) library for that. -- http://mail.python.org/mailman/listinfo/python-list

Python images processing -recap

2006-11-01 Thread alf
Hi, I try to summarize what is available in python for graphical images processing. So far I found: -PythonMagic -PIL -SDL_image Are all supported, which is most mature, in which I could perform for instance 'Ken Burns effect' or light filling operations. Is there anything else? -- alf --