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

Home » Public Forums » archive » Re: Gif animated
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: Gif animated [message #16830 is a reply to message #16828] Tue, 24 August 1999 00:00 Go to previous message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
alberoni wrote:

> Hei,
>
> I need a procedure to produce an animeted gif. I know that with IDL is
> possible to put more than one image in a gif file, but how I can specify
> the looping?
>
> Thanks
>
> Pier Paolo

Do you mean somenthing like

window,0,xsize=1024,ysize=800
for i=0,10 do begin
plot,sin(findgen(200))*i,pos=[0.1,0.1,0.9,0.9]
data=tvrd()
write_gif,'d.gif',data,/multiple
endfor
write_gif,'d.gif',/close
end
[Message index]
 
Read Message
Read Message
Previous Topic: Common trouble
Next Topic: Re: Memory Leaks

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

Current Time: Sat Oct 11 09:30:31 PDT 2025

Total time taken to generate the page: 1.59836 seconds