[GRASS-SVN] r62805 - grass/trunk/scripts/r.rgb

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 18 09:56:49 PST 2014


Author: neteler
Date: 2014-11-18 09:56:49 -0800 (Tue, 18 Nov 2014)
New Revision: 62805

Added:
   grass/trunk/scripts/r.rgb/r_rgb_elevation.png
Modified:
   grass/trunk/scripts/r.rgb/r.rgb.html
Log:
r.rgb: example screenshot

Modified: grass/trunk/scripts/r.rgb/r.rgb.html
===================================================================
--- grass/trunk/scripts/r.rgb/r.rgb.html	2014-11-18 17:28:20 UTC (rev 62804)
+++ grass/trunk/scripts/r.rgb/r.rgb.html	2014-11-18 17:56:49 UTC (rev 62805)
@@ -6,12 +6,40 @@
 <h2>EXAMPLE</h2>
 
 <div class="code"><pre>
+g.region rast=elevation -p
 r.rgb input=elevation
 </pre></div>
 
+<p>
 In this case <em>r.rgb</em> produces in the current mapset three new
 raster maps - 'elevation.r', 'elevation.g', 'elevation.b'.
+<p>
+<!--
+d.split.frame frames=4
+d.frame -s uno
+d.rast elevation
+d.font Vera
+echo " elevation" | d.text col=black
 
+d.frame -s dos
+d.rast elevation.r
+d.font Vera
+echo " elevation.r" | d.text col=black
+
+d.frame -s tres
+d.rast elevation.g
+d.font Vera
+echo " elevation.g" | d.text col=black
+
+d.frame -s cuatro
+d.rast elevation.b
+d.font Vera
+echo " elevation.b" | d.text col=black
+-->
+<center>
+<img src="r_rgb_elevation.png"><br>
+</center>
+
 <h2>SEE ALSO</h2>
 
 <em>

Added: grass/trunk/scripts/r.rgb/r_rgb_elevation.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/scripts/r.rgb/r_rgb_elevation.png
___________________________________________________________________
Added: svn:mime-type
   + image/png



More information about the grass-commit mailing list