You are not logged in.

#1 2011-04-09 22:26:42

vigohe
Member
From: Concepción, Chile
Registered: 2009-03-24
Posts: 9

Python How to build an animation picture?

Hi, I need to build a gif or any other animation format from two pictures, I know that I can do it executing convert from imageMagick.. But there's another way?, I don't want to depend from another application.

Thanks!

Offline

#2 2011-04-10 19:53:04

vkumar
Member
Registered: 2008-10-06
Posts: 166

Re: Python How to build an animation picture?

PIL doesn't support writing .gifs, iirc. I've heard that pyglet is a nice library for this type of job.

http://pyglet.org/doc/programming_guide/images.html


div curl F = 0

Offline

#3 2011-04-15 14:31:20

vigohe
Member
From: Concepción, Chile
Registered: 2009-03-24
Posts: 9

Re: Python How to build an animation picture?

Cool Thanks! If it's all right I will post the code smile

Offline

Board footer

Powered by FluxBB