浏览代码

r.rgb: example screenshot

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62805 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 年之前
父节点
当前提交
a1847a62b9
共有 2 个文件被更改,包括 28 次插入0 次删除
  1. 28 0
      scripts/r.rgb/r.rgb.html
  2. 二进制
      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>
 
 <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>
 

二进制
scripts/r.rgb/r_rgb_elevation.png