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

Home » Public Forums » archive » making movies in idl
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: Making movies [message #51417 is a reply to message #10249] Mon, 20 November 2006 06:39 Go to previous messageGo to previous message
K. Bowman is currently offline  K. Bowman
Messages: 330
Registered: May 2000
Senior Member
In article <k-bowman-2F4109.22074918112006@news-new.tamu.edu>,
"Kenneth P. Bowman" <k-bowman@removethis.tamu.edu> wrote:

> First, in IDL, write all the frames into a directory in some
> obvious sequence like
>
> WRITE_PNG, 'frame_' + STRING(i, FORMAT = "(I4.4)") + '.png'

I realized this morning that I forgot to include the image in the
above IDL command (duh), which should look like this:

WRITE_PNG, 'frame_' + STRING(i, FORMAT = "(I4.4)") + '.png', TVRD(TRUE = 1)

I put an expanded version of my earlier message online at

http://idl.tamu.edu/mactips/movies.php

Cheers, Ken
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: moving average of a large array
Next Topic: Natural Neighbor Interpolation

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

Current Time: Sat Oct 11 15:29:35 PDT 2025

Total time taken to generate the page: 2.56127 seconds