displaydrivers.html 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>GRASS GIS Reference Manual</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <meta name="Author" content="GRASS Development Team">
  7. <link rel="stylesheet" href="grassdocs.css" type="text/css">
  8. </head>
  9. <body bgcolor="#FFFFFF">
  10. <!-- meta page description: Display drivers -->
  11. <h2>GRASS GIS Reference Manual</h2>
  12. This reference manual details the use of modules distributed with
  13. Geographic Resources Analysis Support System (GRASS), an open source (GNU
  14. GPL'ed), image processing and geographic information system (GIS).
  15. <p>
  16. The current command line rendering mechanism is direct rendering into
  17. a file. The driver is selected by setting the <em>GRASS_RENDER_IMMEDIATE</em> variable.
  18. <p>
  19. <b>Display drivers:</b>
  20. <ul>
  21. <li><a href="cairodriver.html">CAIRO driver</a>
  22. <li><a href="pngdriver.html">PNG driver</a>
  23. <li><a href="psdriver.html">PostScript driver</a>
  24. </ul>
  25. <p>
  26. <hr>
  27. <a href="index.html">Help Index</a> | <a href="full_index.html">Full Index</a>
  28. <br>
  29. &copy; 2009 <a href="http://grass.osgeo.org">GRASS Development Team</a>
  30. </body>
  31. </html>