~ubuntu-branches/ubuntu/precise/grass/precise

« back to all changes in this revision

Viewing changes to raster/r.colors.out/description.html

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-04-13 17:08:41 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110413170841-ss1t9bic0d0uq0gz
Tags: 6.4.1-1
* New upstream version.
* Now build-dep on libjpeg-dev and current libreadline6-dev.
* Removed patch swig: obsolete.
* Policy bumped to 3.9.2, without changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<h2>DESCRIPTION</h2>
 
2
 
 
3
<em>r.colors.out</em> allows the user to export the color table for a
 
4
raster map to a file which is suitable as input
 
5
to <em><a href="r.colors.html">r.colors</a></em>.
 
6
 
 
7
<h2>EXAMPLES</h2>
 
8
 
 
9
<div class="code"><pre>
 
10
r.colors.out map=el_D782_6m rules=rules.txt
 
11
r.colors map=el_D783_6m rules=rules.txt
 
12
</pre></div>
 
13
 
 
14
<h2>SEE ALSO</h2>
 
15
 
 
16
<em>
 
17
  <a href="r.colors.html">r.colors</a>
 
18
</em>
 
19
 
 
20
<h2>AUTHOR</h2>
 
21
Glynn Clements
 
22
 
 
23
<p>
 
24
<i>Last changed: $Date: 2010-11-01 11:26:40 +0100 (Mon, 01 Nov 2010) $</i>