Просмотр исходного кода

r.rgb: example screenshot

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62805 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 лет назад
Родитель
Сommit
a1847a62b9
2 измененных файлов с 28 добавлено и 0 удалено
  1. 28 0
      scripts/r.rgb/r.rgb.html
  2. BIN
      scripts/r.rgb/r_rgb_elevation.png

+ 28 - 0
scripts/r.rgb/r.rgb.html

@@ -6,11 +6,39 @@ raster map and its associated color table (grey255).
 <h2>EXAMPLE</h2>
 <h2>EXAMPLE</h2>
 
 
 <div class="code"><pre>
 <div class="code"><pre>
+g.region rast=elevation -p
 r.rgb input=elevation
 r.rgb input=elevation
 </pre></div>
 </pre></div>
 
 
+<p>
 In this case <em>r.rgb</em> produces in the current mapset three new
 In this case <em>r.rgb</em> produces in the current mapset three new
 raster maps - 'elevation.r', 'elevation.g', 'elevation.b'.
 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>
 <h2>SEE ALSO</h2>
 
 

BIN
scripts/r.rgb/r_rgb_elevation.png