Python images processing -recap

A

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?
 
F

Fredrik Lundh

alf said:
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.

</F>
 
A

alf

Fredrik said:
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 BMPs and feed mpeg decoder with it.

A.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top