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 
Switch to threaded view of this topic Create a new topic Submit Reply
How 2 show animations. [message #79494] Fri, 02 March 2012 02:58 Go to next message
d.poreh is currently offline  d.poreh
Messages: 406
Registered: October 2007
Senior Member
Folks
hi,
I have 52 images (in .png) format and i would like to make it like
animation in IDL. can anyone help me.
Thanks for any advice,
Cheers,
Dave
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
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: saving a RAW data
Next Topic: Multi-column sort

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

Current Time: Wed Oct 08 18:52:13 PDT 2025

Total time taken to generate the page: 0.00476 seconds