NCARV_SPOOL(5NCARG) | NCAR GRAPHICS | NCARV_SPOOL(5NCARG) |
ncarv_spool - spooled device configuration table for interactive metafile translator ictrans
$NCARG_ROOT/lib/ncarg/ncarv_spool
~/.ncarv_spool
The ncarv_spool file contains definitions for spooled devices to be used by ictrans. Each definition describes a rule used for sending a set of metafile frames to a spooled device.
Each entry consists of a line of the form:
A pound-sign (#) as the first character indicates a comment line which is ignored by routines that read this file. The order of entries in ncarv_spool is important. If an alias name conflict arises the last definition encountered is given precedence. Any previous definition for the same alias name is discarded.
The following is an example ncarv_spool file. The first entry describes a device named postscript. When postscript is named as the spooling device, metafile frames are translated by ctrans into the format described by the ps.mono graphcap. The font font1 is used for CGM text elements. The result of this translation will be piped to lpr. The second entry is named dicomed. The dicomed entry specifies that metafile frames will be rasterized at a 1857 by 1183 pixel resolution and output in X11 xwd format. The result of this rasterization is piped to a program x11tonrif which in turn sends its output to a program called rasttg. In the third example the final output is directed to a file called sunfile.
# # example ncarv_spool file # postscript : -d ps.mono -f font1 : | lpr -Pprinter0 dicomed : -d xwd -geom 1857x1183 : | x11tonrif | rasttg -tc sunraster : -d xwd -geom 1152x900 : | x11tosun > sunfile
ctrans(1NCARG), ictrans(1NCARG)
Hardcopy: NCAR Graphics Fundamentals, UNIX Version
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
January 1993 | NCARG |