summary refs log tree commit diff
path: root/pnmtile.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-04-01 19:41:20 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-04-01 19:41:20 +0000
commite08af64f639fed5202c9830389ba68ccfa052bcd (patch)
tree777c63c48698e4eff3931de0d0ea07541628e634 /pnmtile.html
parent0489fedf1457a3752d22ef00ba37703e4ee27474 (diff)
downloadnetpbm-mirror-e08af64f639fed5202c9830389ba68ccfa052bcd.tar.gz
netpbm-mirror-e08af64f639fed5202c9830389ba68ccfa052bcd.tar.xz
netpbm-mirror-e08af64f639fed5202c9830389ba68ccfa052bcd.zip
"miscellaneous update"
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@272 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pnmtile.html')
-rw-r--r--pnmtile.html34
1 files changed, 15 insertions, 19 deletions
diff --git a/pnmtile.html b/pnmtile.html
index ebc00dec..be4fd592 100644
--- a/pnmtile.html
+++ b/pnmtile.html
@@ -2,23 +2,21 @@
 <HTML><HEAD><TITLE>Pnmtile User Manual</TITLE></HEAD>
 <BODY>
 <H1>pnmtile</H1>
-Updated: 06 March 2003
+Updated: 01 April 2007
 <BR>
 <A HREF="#index">Table Of Contents</A>
 
-<A NAME="lbAB">&nbsp;</A>
 <H2>NAME</H2>
 pnmtile - replicate an image to fill a specified region
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+
+<H2 id="synopsis">SYNOPSIS</H2>
 
 <B>pnmtile</B>
 <I>width</I>
 <i>height</I>
 [<I>pnmfile</I>]
 
-<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>.
 
@@ -31,32 +29,30 @@ format as output.
 <p>You can explicitly concatenate an image to itself (or anything else)
 with <b>pnmcat</b>.
 
-<p>If you're trying to tile multiple images into a superimage (such as
-a thumbnail sheet), see <b>pnmindex</b>.
+<p>If you're trying to tile multiple images into a superimage,
+see <b>pamundice</b> or (for a thumbnail sheet) <b>pnmindex</b>.
+
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<H2 id="seealso">SEE ALSO</H2>
 
+<A HREF="pamundice.html">pamdice</A>,
 <A HREF="pnmcat.html">pnmcat</A>,
 <A HREF="pamdice.html">pamdice</A>,
 <A HREF="pnmindex.html">pnmindex</A>,
 <A HREF="pampop9.html">pampop9</A>,
 <A HREF="pnm.html">pnm</A>
 
-<A NAME="lbAF">&nbsp;</A>
-<H2>AUTHOR</H2>
+<H2 id="author">AUTHOR</H2>
 
 Copyright (C) 1989 by Jef Poskanzer.
 
 <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">SEE ALSO</A>
-<LI><A HREF="#lbAF">AUTHOR</A>
+<LI><A HREF="#synopsis">SYNOPSIS</A>
+<LI><A HREF="#description">DESCRIPTION</A>
+<LI><A HREF="#seealso">SEE ALSO</A>
+<LI><A HREF="#author">AUTHOR</A>
 </UL>
 </BODY>
 </HTML>