summary refs log tree commit diff
path: root/fstopgm.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-06-25 20:21:58 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-06-25 20:21:58 +0000
commit0f5362e1e0a560248c98b47df12e02699964b6b2 (patch)
treec461213c52724d0da497acce8bebd44e086d2b42 /fstopgm.html
parent64bb765a05b666b6933d5aa7bc081dbbdfc81d5e (diff)
downloadnetpbm-mirror-0f5362e1e0a560248c98b47df12e02699964b6b2.tar.gz
netpbm-mirror-0f5362e1e0a560248c98b47df12e02699964b6b2.tar.xz
netpbm-mirror-0f5362e1e0a560248c98b47df12e02699964b6b2.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1497 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'fstopgm.html')
-rw-r--r--fstopgm.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/fstopgm.html b/fstopgm.html
index 95d44384..0db04b97 100644
--- a/fstopgm.html
+++ b/fstopgm.html
@@ -36,14 +36,14 @@ This will tell you whether you need to use <B>pamscale.</B>
 
 Then use one of the following pipelines:
 <PRE>
-  fstopgm | pgmnorm
-  fstopgm | pamscale -whatever | pgmnorm
+  fstopgm | pnmnorm
+  fstopgm | pamscale -whatever | pnmnorm
 </PRE>
 
 To go to PBM, you want something more like one of these:
 <PRE>
-  fstopgm | pamenlarge 3 | pgmnorm | pamditherbw
-  fstopgm | pamenlarge 3 | pamscale &lt;whatever&gt; | pgmnorm | pamditherbw
+  fstopgm | pamenlarge 3 | pnmnorm | pamditherbw
+  fstopgm | pamenlarge 3 | pamscale &lt;whatever&gt; | pnmnorm | pamditherbw
 </PRE>
 
 You want to enlarge when going to a bitmap because otherwise you lose
@@ -57,7 +57,7 @@ Oakland, CA.
 
 <A HREF="pgmtofs.html">pgmtofs</A>,
 <A HREF="pgm.html">pgm</A>,
-<A HREF="pgmnorm.html">pgmnorm</A>,
+<A HREF="pnmnorm.html">pnmnorm</A>,
 <A HREF="pamenlarge.html">pamenlarge</A>,
 <A HREF="pamscale.html">pamscale</A>,
 <A HREF="pamditherbw.html">pamditherbw</A>