comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » How 2 show animations.
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: How 2 show animations. [message #79550 is a reply to message #79494] Mon, 05 March 2012 09:34 Go to previous message
Carsten Lechte is currently offline  Carsten Lechte
Messages: 124
Registered: August 2006
Senior Member
On 02/03/12 11:58, DavePoreh wrote:
> I have 52 images (in .png) format and i would like to make it like
> animation in IDL.

If you already have the images, you can use ImageMagick to make a
movie, e.g.

convert -adjoin -delay 10 *.png animated.gif

or use IM as a frontend to ffmpeg:

convert -adjoin -delay 10 *.png movie.mpg

chl
[Message index]
 
Read Message
Read Message
Previous Topic: saving a RAW data
Next Topic: Multi-column sort

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 11:35:48 PDT 2025

Total time taken to generate the page: 1.27905 seconds