Re: Animated plots

From: Lunde, Bruce N CIV NAVOCEANO, NP1 <bruce.lunde_at_nyahnyahspammersnyahnyah>
Date: Thu, 23 Aug 2007 14:19:41 -0500

Hello,

For animation options in addition to idt (and
also cross-platform):

(1)
With Imagemagick's convert function you can
make animated gif files via

convert -delay 100 *.gif -loop 0 movie.gif
or
convert -delay 100 *.png -loop 0 movie.gif
etc.

(2)
With NCL's ability to make PDF documents, you
can show a PDF animation via the following in
Adobe Acrobat Reader:

>From the Edit Menu:
  Preferences
    Full Screen
      * Loop after last page
      * Advance every N seconds

Then enter Full Screen mode via ^L or from the
View menu select "Full Screen", to see the movie.

You can also zoom in on an image using various
zoom options.

The ability of NCL to make PDF files is very useful.
These files allow zooming of a vector graphics file,
rotation of pages, movies, selecting pages via
thumbnails, printing preferences (selected pages), etc.

Bruce

=====
Bruce Lunde
Bruce.Lunde_at_navy.mil
228-688-5843
Code NP1
Naval Oceanographic Office
Stennis Space Center, MS
=====
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Aug 23 2007 - 13:19:41 MDT

This archive was generated by hypermail 2.2.0 : Thu Aug 23 2007 - 15:57:17 MDT