psdriver (1) - Linux Manuals
psdriver: driver to create PostScript files
NAME
PS driver - driver to create PostScript files(drivers)
DESCRIPTION
The PS driver generates a PostScript file from GRASS display commands. The driver is started as 'pseudo' monitor (PS file instead) and when stopped, all output from previously used display commands are written to the PostScript file.USAGE
Environment variables
Several environment variables effect the operation of the PS driver:
GRASS_PSFILE
GRASS_PAPER
GRASS_WIDTH
GRASS_HEIGHT
GRASS_TRUECOLOR
GRASS_LANDSCAPE
GRASS_PS_HEADER
GRASS_PS_TRAILER
GRASS_TRUECOLOR requires either PostScript level 2 or level 1 plus the
colorimage and setrgbcolor operators (this is the case for colour printers
which pre-date level 2 PostScript).
Only masked images (d.rast -o, d.rgb -o, d.his -n) require PostScript level 3.
Last changed: $Date: 2007-08-23 15:39:39 +0200 (Thu, 23 Aug 2007) $
Full index
© 2003-2008 GRASS Development Team
Example
Display raster map and vector polygons
Stop the driver subsequently. This will write a
file named map.ps to be created in your current directory:
NOTES
The resolution of the PS raster map is defined by the map
extents. Use g.region -p to get the number of rows and cols and
use the environment variables to set the PS size. If you would like a
larger image, multiply both rows and cols by the same whole number to
preserve the aspect ratio.
AUTHOR
Glynn Clements, 2007