displaydrivers.html 681 B

123456789101112131415161718192021222324
  1. <!-- meta page description: Display drivers -->
  2. <!-- meta page index: display -->
  3. The current command line rendering mechanism is direct rendering into
  4. a file. The driver is selected by setting
  5. the <tt>GRASS_RENDER_IMMEDIATE</tt> variable or by
  6. running <em><a href="d.mon.html">d.mon</a></em> module.
  7. <p>
  8. <b>List of available display drivers:</b>
  9. <ul>
  10. <li><a href="cairodriver.html">Cairo driver</a>
  11. <li><a href="pngdriver.html">PNG driver</a>
  12. <li><a href="psdriver.html">PS driver (Postscript)</a>
  13. <li><a href="htmldriver.html">HTMLMAP driver</a>
  14. </ul>
  15. <h2>SEE ALSO</h2>
  16. <em>
  17. <a href="d.mon.html">d.mon</a>,
  18. <a href="variables.html#rendering">variables</a>
  19. </em>