about summary refs log tree commit diff
path: root/pamdeinterlace.html
diff options
context:
space:
mode:
Diffstat (limited to 'pamdeinterlace.html')
-rw-r--r--pamdeinterlace.html104
1 files changed, 51 insertions, 53 deletions
diff --git a/pamdeinterlace.html b/pamdeinterlace.html
index 62991a95..ddfd5e06 100644
--- a/pamdeinterlace.html
+++ b/pamdeinterlace.html
@@ -1,47 +1,44 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Pamdeinterlace User Manual</TITLE></HEAD>
-<BODY>
-<H1>pamdeinterlace</H1>
+<html><head><title>Pamdeinterlace User Manual</title></head>
+<body>
+<h1>pamdeinterlace</h1>
 Updated: 11 November 2001
-<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>
 
 pamdeinterlace - remove every other row from a PAM/PNM image
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>pamdeinterlace</B>
+<b>pamdeinterlace</b>
 
-[<B>-takeodd</B>]
+[<b>-takeodd</b>]
 
-[<B>-takeeven</B>]
+[<b>-takeeven</b>]
 
-[<I>infile</I>]
+[<i>infile</i>]
 
-<P>You can use the minimum unique abbreviation of the options.  You
+<p>You can use the minimum unique abbreviation of the options.  You
 can use two hyphens instead of one.  You can separate an option name
 from 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>.
 
-<p><B>pamdeinterlace</B> removes all the even-numbered or odd-numbered
+<p><b>pamdeinterlace</b> removes all the even-numbered or odd-numbered
 rows from the input PNM or PAM image.  Specify which with the
-<B>-takeeven</B> and <B>-takeodd</B> options.
+<b>-takeeven</b> and <b>-takeodd</b> options.
 
-<P>This can be useful if the image is a video capture from an
+<p>This can be useful if the image is a video capture from an
 interlaced video source.  In that case, each row shows the subject
 1/60 second before or after the two rows that surround it.  If the
 subject is moving, this can detract from the quality of the image.
 
-<P>Because the resulting image is half the height of the input image,
-you will then want to use <B>pamstretch</B> or <B>pamscale</B> to
+<p>Because the resulting image is half the height of the input image,
+you will then want to use <b>pamstretch</b> or <b>pamscale</b> to
 restore it to its normal height:
 
 <pre>
@@ -54,44 +51,45 @@ pamdeinterlace myimage.ppm | pamstretch -yscale=2 &gt;newimage.ppm
 <b>pammixinterlace</b>.
 
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>OPTIONS</H2>
+<h2 id="options">OPTIONS</h2>
 
-<DL COMPACT>
+<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>pamdeinterlace</b> recognizes the following
+command line options:
 
-<DT><B>-takeodd</B>
+<dl compact>
 
-<DD>Take the odd-numbered rows from the input and put them in the
+<dt><b>-takeodd</b>
+
+<dd>Take the odd-numbered rows from the input and put them in the
 output.  The rows are numbered starting at zero, so the first row in
 the output is the second row from the input.  You cannot specify both
-<B>-takeeven</B> and <B>-takeodd</B>.
+<b>-takeeven</b> and <b>-takeodd</b>.
 
-<DT><B>-takeeven</B>
+<dt><b>-takeeven</b>
 
-<DD>Take the even-numbered rows from the input and put them in the
+<dd>Take the even-numbered rows from the input and put them in the
 output.  The rows are numbered starting at zero, so the first row in
 the output is the first row from the input.  This is the default.  You
-cannot specify both <B>-takeeven</B> and <B>-takeodd</B>.
-
-</DL>
-
-<A NAME="lbAF">&nbsp;</A>
-<H2>SEE ALSO</H2>
-
-
-<B><A HREF="pammixinterlace.html">pammixinterlace</A></B>,
-<B><A HREF="pam.html">pam</A></B>
-<B><A HREF="pnm.html">pnm</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>
+cannot specify both <b>-takeeven</b> and <b>-takeodd</b>.
+
+</dl>
+
+<h2 id="seealso">SEE ALSO</h2>
+
+
+<b><a href="pammixinterlace.html">pammixinterlace</a></b>,
+<b><a href="pam.html">pam</a></b>
+<b><a href="pnm.html">pnm</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>