saveanim.gs
Name
saveanim - Save available movie as gif animation.
Synopsis
saveanim var-exp [fhead] [-type type] [-fps fps] [-density density] [-hh|-lh|-hl|-nh|-hn|-sh|-hs]
Description
To show help, simply run "saveanim". Need ImageMagick.
Options
- var-exp
- Variable expression
- fhead
- Header of file name (before extension)
- type
- Output file type. "gifanim" (default) or "png"
- fps
- Flame per second for animation. Default=5
- -density
- Quality of conversion from eps to png. Specify "low" (150), "normal" (300), "high" (600), "print" (1200), or density value. Default is low.
- -size
- Maximum possible size of png. "small" (400x400), "normal" (800x800), "large" (1600x1600), "huge" (3200x3200), or xsizexysize. Default is normal.
- -hh
- Same as "-size huge -density high".
- -hl | -lh
- Same as "-size large -density high".
- -hn | -nh
- Same as "-size normal -density high".
- -hs | -sh
- Same as "-size small -density high".
Examples
Script source code
- saveanim.gs (necessary)
- save.gs (necessary)
- qdims.gsf (necessary)
- printf.gsf (necessary)
- t2time.gsf (necessary)
- qgxinfo.gsf (necessary)