about summary refs log tree commit diff
path: root/spottopgm.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-06-24 02:17:11 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-06-24 02:17:11 +0000
commitd06e8ef37fbe6594a5cd73a1c897a816db99f35c (patch)
tree2eded7e8c8839c78a484aee3c874c6ef605a5de6 /spottopgm.html
parentaed071d6acf292f6cd0dd2a00b1ab54101aa6009 (diff)
downloadnetpbm-mirror-d06e8ef37fbe6594a5cd73a1c897a816db99f35c.tar.gz
netpbm-mirror-d06e8ef37fbe6594a5cd73a1c897a816db99f35c.tar.xz
netpbm-mirror-d06e8ef37fbe6594a5cd73a1c897a816db99f35c.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3864 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'spottopgm.html')
-rw-r--r--spottopgm.html98
1 files changed, 47 insertions, 51 deletions
diff --git a/spottopgm.html b/spottopgm.html
index ff51fbac..fe657c99 100644
--- a/spottopgm.html
+++ b/spottopgm.html
@@ -1,33 +1,35 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Spottopgm User Manual</TITLE></HEAD>
-<BODY>
-<H1>spottopgm</H1>
+<html><head><title>Spottopgm User Manual</title></head>
+<body>
+<h1>spottopgm</h1>
 Updated: 22 July 2004
-<BR>
-<A HREF="#index">Table Of Contents</A>
+<br>
+<a href="#index">Table Of Contents</a>
 
-<A NAME="lbAB">&nbsp;</A>
-<H2>NAME</H2>
+<h2>NAME</h2>
 
 spottopgm - convert SPOT satellite images to a PGM image
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNTAX</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
 <b>spottopgm</b> 
 [<b>-1</b>|<b>-2</b>|<b>-3</b>] 
 [<i>Firstcol</i> <i>Firstline</i> <i>Lastcol</i> <i>Lastline</i>] 
 <i>inputfile</i>
 
-<A NAME="lbAD">&nbsp;</A>
-<H2>OPTIONS</H2>
+<h2 id="options">OPTIONS</h2>
 
-<DL COMPACT>
-<DT><B>-1</b>
-<DT><B>-2</b>
-<DT><B>-3</b>
+<p>In addition to the options common to all programs based on libnetpbm
+(most notably <b>-quiet</b>, see <a href="index.html#commonoptions">
+Common Options</a>), <b>spottopgm</b> recognizes the following
+command line options:
 
-<DD>Extract the given color from the SPOT image.  The colors are
+<dl compact>
+<dt><b>-1</b>
+<dt><b>-2</b>
+<dt><b>-3</b>
+
+<dd>Extract the given color from the SPOT image.  The colors are
 infrared, visible light, and ultraviolet, although I don't know which
 corresponds to which number.  If the image is in color,
 <b>spottopgm</b> announces this on Standard Error.  The default color
@@ -36,67 +38,61 @@ is 1.
 
 </dl>
 
-<A NAME="parameters">&nbsp;</A>
-<H2>PARAMETERS</H2>
-<DL>
+<h2 id="parameters">PARAMETERS</h2>
+<dl>
 
-<DT><I>Firstcol Firstline Lastcol Lastline</I>
+<dt><i>Firstcol Firstline Lastcol Lastline</i>
 
-<DD>Extract the specified rectangle from the SPOT image.  Most SPOT
+<dd>Extract the specified rectangle from the SPOT image.  Most SPOT
 images are 3000 lines long and 3000 or more columns
 wide. Unfortunately, the SPOT format only gives the width and not the
 length.  The width is printed on standard error.  The default
 rectangle is the width of the input image by 3000 lines.
 
-</DL>
+</dl>
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>DESCRIPTION</H2>
+<h2 id="description">DESCRIPTION</h2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
-<b>spottopgm</b> converts the named <B>inputfile</B> to PGM format,
+<b>spottopgm</b> converts the named <b>inputfile</b> to PGM format,
 defaulting to the first color and the whole SPOT image unless
 you specify otherwise with the options.
 
-<A NAME="lbAG">&nbsp;</A>
-<H2>LIMITATIONS</H2>
+<h2 id="limitations">LIMITATIONS</h2>
 
-<P><B>spottopgm</B> doesn't determine the length of the input file;
+<p><b>spottopgm</b> doesn't determine the length of the input file;
 this would involve two passes over the input file.  It defaults to
 3000 lines instead.
 
-<P><B>spottopgm</b> could extract a three-color image (as a PPM), but
+<p><b>spottopgm</b> could extract a three-color image (as a PPM), but
 I didn't feel like making the program more complicated than it is now.
 Besides, there is no one-to-one correspondence between red, green,
 blue and infrared, visible and ultraviolet.
 
-<P>I've had only a limited number of SPOT images to play with, and
+<p>I've had only a limited number of SPOT images to play with, and
 therefore wouldn't guarantee that this will work on any other images.
 
-<A NAME="lbAH">&nbsp;</A>
-<H2>AUTHOR</H2>
+<h2 id="author">AUTHOR</h2>
 
-Warren Toomey <A
-HREF="mailto:wkt@csadfa.cs.adfa.oz.au">wkt@csadfa.cs.adfa.oz.au</A>
+Warren Toomey <a
+href="mailto:wkt@csadfa.cs.adfa.oz.au">wkt@csadfa.cs.adfa.oz.au</a>
 
-<A NAME="lbAI">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<h2 id="seealso">SEE ALSO</h2>
 
-<P><B><A HREF="pgm.html">pgm</A></B>
+<p><b><a href="pgm.html">pgm</a></b>
 
 
-<HR>
-<A NAME="index">&nbsp;</A>
-<H2>Table Of Contents</H2>
-<UL>
-<LI><A HREF="#lbAB">NAME</A>
-<LI><A HREF="#lbAC">SYNTAX</A>
-<LI><A HREF="#lbAD">OPTIONS</A>
-<LI><A HREF="#lbAE">DESCRIPTION</A>
-<LI><A HREF="#lbAG">LIMITATIONS</A>
-<LI><A HREF="#lbAH">AUTHOR</A>
-<LI><A HREF="#lbAI">SEE ALSO</A>
-</UL>
-</BODY>
-</HTML>
+<hr>
+<h2 id="index">Table Of Contents</h2>
+<ul>
+<li><a href="#synopsis">SYNOPSIS</a>
+<li><a href="#options">OPTIONS</a>
+<li><a href="#parameters">PARAMETERS</a>
+<li><a href="#description">DESCRIPTION</a>
+<li><a href="#limitations">LIMITATIONS</a>
+<li><a href="#author">AUTHOR</a>
+<li><a href="#seealso">SEE ALSO</a>
+</ul>
+</body>
+</html>