r.out.ppm3.html 817 B

1234567891011121314151617181920212223242526272829303132333435
  1. <h2>DESCRIPTION</h2>
  2. <b>r.out.ppm3</b> converts 3 GRASS raster layers (R,G,B) to a PPM
  3. image file, using the current region.
  4. <p>This program converts a GRASS raster map to a PPM image file
  5. using the the current region settings.
  6. <p>To get the full area and resolutin of the raster map, run:
  7. <div class="code"><pre>
  8. g.region rast=[mapname]
  9. </pre></div>
  10. <p>before running <em>r.out.ppm3</em>.
  11. <h2>NOTES</h2>
  12. One pixel is written for each cell value, so if ew_res and ns_res
  13. differ, the aspect ratio of the resulting image will be off.
  14. <h2>SEE ALSO</h2>
  15. <em><a href="r.out.ppm.html">r.out.ppm</a>,</em>
  16. <em><a href="r.in.gdal.html">r.in.gdal</a>,</em>
  17. <em><a href="d.rgb.html">d.rgb</a></em>
  18. <h2>AUTHOR</h2>
  19. Glynn Clements<br>
  20. Based upon <em>r.out.ppm</em> and <em>d.rgb</em>.
  21. <p><i>Last changed: $Date$</i>