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

Home » Public Forums » archive » Re: 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 #79478 is a reply to message #79477] Fri, 02 March 2012 10:59 Go to previous messageGo to previous message
Christian is currently offline  Christian
Messages: 11
Registered: March 2012
Junior Member
On Mar 2, 2:58 am, DavePoreh <d.po...@gmail.com> wrote:
> 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

FFMPEG seems to be getting a lot of press, but if it's more "cartoon-
like" and less "movie-like" (and assuming you've given up on using IDL
and want to use the command line) probably you'd prefer it to be in an
animation-oriented format (like .gif). That will be easier to embed
into things (websites, presentations, etc) later as well because it
will play natively in/on almost everything.

In that case imagemagick would be the way to go. It is a collection
of image manipulations commands, which is installed by default on most
linux distributions and is also available through macports. If you
have it installed the command to use would be something like:
convert -delay 50 *.png timelapse.gif

http://www.imagemagick.org
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Getting Help in On-Line Communities
Next Topic: saving a RAW data

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

Current Time: Sat Oct 11 15:30:17 PDT 2025

Total time taken to generate the page: 0.24168 seconds