summary refs log tree commit diff
path: root/pgmtoppm.html
diff options
context:
space:
mode:
Diffstat (limited to 'pgmtoppm.html')
-rw-r--r--pgmtoppm.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/pgmtoppm.html b/pgmtoppm.html
index 0aa4f1ff..3f5958d1 100644
--- a/pgmtoppm.html
+++ b/pgmtoppm.html
@@ -36,6 +36,11 @@ space in place of the equals sign to separate an option name from its value.
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
+<p>If all you want to do is convert PGM to PPM, keeping the same gray pixels,
+  you may not need to.  All Netpbm programs that expect PPM input also
+  recognize PGM.  And if you must have a PPM file, use <b>ppmtoppm</b>
+  instead.  It is more efficient and easier to use.
+
 <p><b>pgmtoppm</b> reads a PGM as input and produces a PPM file as
 output with a specific color assigned to each gray value in the input.
 
@@ -63,11 +68,6 @@ option.
 particular gray level is to use <b>pamlookup</b>.  You make an index
 file that explicitly associates a color with each possible gray level.
 
-<p>If all you want to do is convert PGM to PPM, keeping the same gray pixels,
-  you may not need to.  All Netpbm programs that expect PPM input also
-  recognize PGM.  And if you must have a PPM file, use <b>ppmtoppm</b>
-  instead.  It is more efficient and easier to use.
-
   
 <h2 id="options">OPTIONS</h2>