about summary refs log tree commit diff
path: root/pnmstitch.html
diff options
context:
space:
mode:
Diffstat (limited to 'pnmstitch.html')
-rw-r--r--pnmstitch.html48
1 files changed, 20 insertions, 28 deletions
diff --git a/pnmstitch.html b/pnmstitch.html
index d9398747..c87067a5 100644
--- a/pnmstitch.html
+++ b/pnmstitch.html
@@ -7,12 +7,10 @@ Updated: July 2002
 <BR>
 <A HREF="#index">Table Of Contents</A>
 
-<A NAME="lbAB">&nbsp;</A>
 <H2>NAME</H2>
 pnmstitch - stitch together two panoramic (side-by-side) photographs
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<H2 id="synopsis">SYNOPSIS</H2>
 
 <B>pnmstitch</B>
 [
@@ -35,8 +33,7 @@ pnmstitch - stitch together two panoramic (side-by-side) photographs
 You may use two hyphens instead of one.  You may separate an option
 name and its value with white space instead of an equals sign.
 
-<A NAME="lbAD">&nbsp;</A>
-<H2>DESCRIPTION</H2>
+<H2 id="description">DESCRIPTION</H2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
@@ -46,7 +43,7 @@ that is too big for a single camera frame, <b>pnmstitch</b> can join them
 into one wide picture.
 
 <p><b>pnmstitch</b> works only on side-by-side images, not top and bottom
-(though you could certainly use <b>pnmrotate</b> in combination with
+(though you could certainly use <b>pamflip</b> in combination with
 <b>pnmstitch</b> to achieve this).  It stitches together two images, but
 you can use it repeatedly to stitch together as many as you need to.
 
@@ -72,8 +69,7 @@ both the argument and the option.  If you specify neither, the output goes to
 Standard Output.
 
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>OPTIONS</H2>
+<H2 id="options">OPTIONS</H2>
 
 <DL COMPACT>
 <DT><B>-width=<i>width</i></B>
@@ -87,48 +83,44 @@ location in the right hand image matches up to the top right corner of the
 left hand image.
      
 <DT><b>-stitcher=</b>{<b>RotateSliver</b>,<b>BiLinearSliver</b>,
-     <b>LinearSliver</b>}
-<DD>
-The default is <b>RotateSliver</b>.
+<b>LinearSliver</b>}
+
+<DD>The default is <b>RotateSliver</b>.
 
 <dt><b>-filter=</b>{<b>LineAtATime</b>,<b>HorizontalCrop</b>}
-<DD>
-No details available.
+
+<DD>No details available.
      
 <dt><b>-output=</b><i>output_filespec</i>
-<DD>
-Name of output file.  If you don't specify this option, the output image
+
+<DD>Name of output file.  If you don't specify this option, the output image
 goes to Standard Output.
 
 <DT><B>-verbose</B>
 
 <DD>This option causes <b>pnmstitch</b> to issue messages to Standard Error
-     about the stitching process.
+about the stitching process.
      
 </DL>
 
-<A NAME="lbAF">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<H2 id="seealso">SEE ALSO</H2>
 
 <B><A HREF="pamcut.html">pamcut</A></B>,
 <B><A HREF="pnmcat.html">pnmcat</A></B>,
-<B><A HREF="pnmrotate.html">pnmrotate</A></B>,
+<B><A HREF="pamflip.html">pamflip</A></B>,
 <B><A HREF="pnm.html">pnm</A></B>,
 
-<A NAME="history">&nbsp;</A>
-<H2>HISTORY</H2>
+<H2 id="history">HISTORY</H2>
 
 <p>This program was added to Netpbm in Release 10.7 (August 2002).
 
 <HR>
-<A NAME="index">&nbsp;</A>
-<H2>Table Of Contents</H2>
+<H2 id="index">Table Of Contents</H2>
 <UL>
-<LI><A HREF="#lbAB">NAME</A>
-<LI><A HREF="#lbAC">SYNOPSIS</A>
-<LI><A HREF="#lbAD">DESCRIPTION</A>
-<LI><A HREF="#lbAE">OPTIONS</A>
-<LI><A HREF="#lbAF">SEE ALSO</A>
+<LI><A HREF="#synopsis">SYNOPSIS</A>
+<LI><A HREF="#description">DESCRIPTION</A>
+<LI><A HREF="#options">OPTIONS</A>
+<LI><A HREF="#seealso">SEE ALSO</A>
 <LI><A HREF="#history">HISTORY</A>
 </UL>
 </BODY>