save.gs
Name
save - Save the current figures as eps/png image.
Synopsis
-
Usage (1)
save fhead
-
Usage (2)
save filename [-background (white | black)] [-density (low | normal | high | print | density)] [-size (small | normal | large | huge | size)] [-hh | -hl | -lh | -nl | -ln | -sl | -ls]
Description
To show help, simply run "save".
Options
- fhead
- File name before .eps.
- -background
- Background color. Default is white.
- -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
- save.gs (necessary)
- gradsver.gsf (necessary)