summary refs log tree commit diff
path: root/411toppm.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 /411toppm.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 '411toppm.html')
-rw-r--r--411toppm.html89
1 files changed, 44 insertions, 45 deletions
diff --git a/411toppm.html b/411toppm.html
index 4c146f01..158defa4 100644
--- a/411toppm.html
+++ b/411toppm.html
@@ -1,73 +1,72 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>411toppm User Manual</TITLE></HEAD>
-<BODY>
-<H1>411toppm</H1>
+<html><head><title>411toppm User Manual</title></head>
+<body>
+<h1>411toppm</h1>
 Updated: 03 March 2001
-<BR>
-<A HREF="#index">Table Of Contents</A>
+<br>
+<a href="#index">Table Of Contents</a>
 
-<A NAME="ixAAB"></A>
-<A NAME="lbAB">&nbsp;</A>
-<H2>NAME</H2>
+<h2>NAME</h2>
 411toppm - convert Sony Mavica .411 image to PPM
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
 
-<B>411toppm</B>
-[<B>-width </B><I>width</I>]
-[<B>-height </B><I>height</I>]
-[<I>411file</I>]
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<A NAME="lbAD">&nbsp;</A>
-<H2>DESCRIPTION</H2>
+<b>411toppm</b>
+[<b>-width </b><i>width</i>]
+[<b>-height </b><i>height</i>]
+[<i>411file</i>]
+
+<h2 id="description">DESCRIPTION</h2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
 <p> <b>411toppm</b> reads a .411 file, such as from a Sony Mavic
 camera, and converts it to a PPM image as output.
 
-<P>
+<p>
 Output is to Standard Output.
-<P>
+<p>
 The originator of this program and decipherer of the .411 format,
 Steve Allen
-&lt;<A HREF="mailto:sla@alumni.caltech.edu">sla@alumni.caltech.edu</A>&gt;,
+&lt;<a href="mailto:sla@alumni.caltech.edu">sla@alumni.caltech.edu</a>&gt;,
 has this to say about the
 utility of this program: "There's so little image in a 64x48 thumbnail
 (especially when you have the full size JPG file) that the only point
 in doing this was to answer the implicit challenge posed by the manual
 stating that only the camera can use these files."
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>OPTIONS</H2>
+<h2 id="options">OPTIONS</h2>
+
+<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>411toppm</b> recognizes the following
+command line options:
 
-<P>
+<p>
 All options may be abbreviated to the shortest unique prefix.
 
-<DL COMPACT>
-<DT><B>-width</B>
+<dl compact>
+<dt><b>-width</b>
 
-<DD>
+<dd>
 The width (number of columns) of the input image.  Default is 64.
-<DT><B>-height</B>
+<dt><b>-height</b>
 
-<DD>
+<dd>
 The height (number of rows) of the input image.  Default is 48.
-</DL>
-
-<A NAME="lbAF">&nbsp;</A>
-<H2>SEE ALSO</H2>
-
-<B><A HREF="ppm.html">ppm</A></B>
-
-<HR>
-<A NAME="index">&nbsp;</A><H2>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>
-</UL>
-</BODY>
-</HTML>
+</dl>
+
+<h2 id="seealso">SEE ALSO</h2>
+
+<b><a href="ppm.html">ppm</a></b>
+
+<hr>
+<h2 id="index">Table Of Contents</h2>
+<ul>
+<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>
+</ul>
+</body>
+</html>