12345678910111213141516171819202122232425262728293031323334353637 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <title>GRASS GIS Reference Manual</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="GRASS Development Team">
- <link rel="stylesheet" href="grassdocs.css" type="text/css">
- </head>
- <body bgcolor="#FFFFFF">
- <!-- meta page description: Display drivers -->
- <h2>GRASS GIS Reference Manual</h2>
- This reference manual details the use of modules distributed with
- Geographic Resources Analysis Support System (GRASS), an open source (GNU
- GPL'ed), image processing and geographic information system (GIS).
- <p>
- The current command line rendering mechanism is direct rendering into
- a file. The driver is selected by setting the <em>GRASS_RENDER_IMMEDIATE</em> variable.
- <p>
- <b>Display drivers:</b>
- <ul>
- <li><a href="cairodriver.html">CAIRO driver</a>
- <li><a href="pngdriver.html">PNG driver</a>
- <li><a href="psdriver.html">PostScript driver</a>
- </ul>
- <p>
- <hr>
- <a href="index.html">Help Index</a> | <a href="full_index.html">Full Index</a>
- <br>
- © 2009 <a href="http://grass.osgeo.org">GRASS Development Team</a>
- </body>
- </html>
|