A static graphic is
a graphic that is permanently fixed after it is displayed. You can
view a static graphic but you cannot manipulate it as you view it
in a browser. Examples of static graphics include GIF and PNG images.
To generate a static graphic, in your SAS program, run a SAS graphics
procedure and specify with the DEVICE= graphics option on one of the
following devices:
PNG |
SVG |
ACTXIMG |
GIF |
JPEG |
JAVAIMG |
Variants of some of
the devices are also available for special purposes. The GIF device
by default creates images with dimensions of 800 x 600 pixels. To
enable you to create GIF images with different default dimensions,
the following GIF device variants are provided:
You can also use the
following additional variants:
produces PNG images
with 300 DPI resolution
provides support for
transparency in PNG images
produces compressed
SVG images
provides support for
transparency in SVG images
provides navigational
control buttons for multipage SVG images
devices provided for
compatibility with previous releases of the SAS/GRAPH software