TIFF_WRITE Name
TIFF_WRITE.PRO Purpose
Write out the contents of the currently active window as a .tiff
file. If TIFF_START is called before the graphics are generated
the current device will be the z-buffer.
Category
Graphics
Calling Sequence
TIFF_WRITE
Keyword Parameters
FILE: Set this to your preferred filename. "idl.tiff" is the
default.
NO_X: Do not set the display device to x when finished. If you
do not have a valid xdisplay setting the display to "x"
causes an error.
Outputs
Writes a .tiff file.
Side Effects
Sets the graphics device to 'x' upon completion unless NO_X is set.
Example
TIFF_Write, FILE='/home/ewiebe/mypath/myfile.tiff'
Modification History
Written by: Edward C. Wiebe, 2002-04-29.