summary refs log tree commit diff
path: root/pbmpscale.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-03-20 19:10:43 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-03-20 19:10:43 +0000
commit937bcd8d93994299519bdd2de13173dde75f09c3 (patch)
tree1ff65abb15715e447ac37982b0ae6bf1d0eedf7e /pbmpscale.html
parenta0dcd0fdec1283dd7e41063098ee6bb63e97abf6 (diff)
downloadnetpbm-mirror-937bcd8d93994299519bdd2de13173dde75f09c3.tar.gz
netpbm-mirror-937bcd8d93994299519bdd2de13173dde75f09c3.tar.xz
netpbm-mirror-937bcd8d93994299519bdd2de13173dde75f09c3.zip
"miscellaneous update"
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1152 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pbmpscale.html')
-rw-r--r--pbmpscale.html37
1 files changed, 15 insertions, 22 deletions
diff --git a/pbmpscale.html b/pbmpscale.html
index 41cd6e27..d216156c 100644
--- a/pbmpscale.html
+++ b/pbmpscale.html
@@ -7,20 +7,17 @@ Updated: 03 October 2003
 
 <A HREF="#index">Table Of Contents</A>
 
-<A NAME="lbAB">&nbsp;</A>
 <H2>NAME</H2>
 
 pbmpscale - enlarge a PBM image with edge smoothing
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<H2 id="synopsis">SYNOPSIS</H2>
 
 <b>pbmpscale</b>
 <i>N</i>
 [<i>pbmfile</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>.
 
@@ -30,16 +27,15 @@ pixel replication, with some additional smoothing of corners and
 edges.
 
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<H2 id="seealso">SEE ALSO</H2>
 
 <A HREF="pamenlarge.html">pamenlarge</A>,
 <A HREF="pamscale.html">pamscale</A>,
+<A HREF="pamstretch.html">pamstretch</A>,
 <A HREF="pbm.html">pbm</A>
 
 
-<A NAME="lbAF">&nbsp;</A>
-<H2>AUTHOR</H2>
+<H2 id="author">AUTHOR</H2>
 
 Copyright (C) 1990 by Angus Duggan
 Copyright (C) 1989 by Jef Poskanzer.
@@ -51,23 +47,20 @@ copyright notice and this permission notice appear in supporting
 documentation.  This software is provided &quot;as is&quot; without express or
 implied warranty.
 
-<A NAME="lbAG">&nbsp;</A>
-<H2>NOTES</H2>
+<H2 id="notes">NOTES</H2>
 
-<p><b>pbmpscale</b> works best for enlargements of 2. Enlargements
-greater than 2 should be done by as many enlargements of 2 as
-possible, followed by an enlargement by the remaining factor.
+<p><b>pbmpscale</b> works best for enlargements of 2. To do
+enlargements greater than 2, you should do as many enlargements of 2 as
+possible, then enlarge by the remaining factor.
 
 <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="#lbAG">NOTES</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>
+<LI><A HREF="#notes">NOTES</A>
 </UL>
 </BODY>
 </HTML>