general/misc/
makegif.pro
Routines
top source makegif
makegif, filename, multiple=multiple, close=close, ct=ct, no_expose=no_expose
PROCEDURE: makegif, filename NAME: makegif PURPOSE: Creates a GIF file from the currently displayed image. PARAMETERS: filename filename of gif file to create. Defaults to 'plot'. Note: extension '.gif' is added automatically KEYWORDS: ct Index of color table to load. Note: will have global consequences! multiple Write multiple gifs to a single file. Subsequent calls to makegif with same filename argument will append to the file. Use /close to close. close close the gif file. Useful when writing multiple gifs to a single file. Does not write any image to the file. no_expose Don't print index of current window. Restrictions: Current device should have readable pixels (ie. 'x' or 'z') Created by: Davin Larson FILE: makegif.pro VERSION: 1.11 LAST MODIFICATION: 02/11/06
Parameters
- filename
Keywords
- multiple
- close
- ct
- no_expose
File attributes
Modification date: | Thu Feb 13 16:43:47 2014 |
Lines: | 37 |