Produced by IDL 7.1.1
User Documentation

./contrib
makegif.pro

Last modification date:
Wed Sep 28 13:27:15 2016

makegif

procedure makegif[, filename], [/notrim], [/reverse]

make a gif image from the GBTIDL plotter

Contributed by: Jim Braatz

This procedure makes a gif image from the GBTIDL plotter window. The procedure depends on the existence of three unix programs: xwd, convert, and gifclip.

These programs are available in Green Bank, for example, so makegif works on the GB computing systems.

The procedure works only when the user has a single GBTIDL plot window open.

Version
$Id$
Common blocks
gbtplot_common

Parameters
filename
in, optional
string
The GIF fiename to create. If omitted, the gif will be saved to 'mygif.gif'

Keywords
notrim
in, optional
boolean
If set, the GIF image will have a window border from the GBTIDL plotter
reverse
in, optional
boolean
If set, the GIF image will be reversed, with foreground and background colors swapped.


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:48 2016