summary refs log tree commit diff
path: root/yuvsplittoppm.html
diff options
context:
space:
mode:
Diffstat (limited to 'yuvsplittoppm.html')
-rw-r--r--yuvsplittoppm.html86
1 files changed, 42 insertions, 44 deletions
diff --git a/yuvsplittoppm.html b/yuvsplittoppm.html
index 6f8f9bac..44309f42 100644
--- a/yuvsplittoppm.html
+++ b/yuvsplittoppm.html
@@ -1,72 +1,70 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Yuvsplittoppm User Manual</TITLE>
-</HEAD><BODY>
-<H1>yuvsplittoppm</H1>
+<html><head><title>Yuvsplittoppm User Manual</title></head>
+<body>
+<h1>yuvsplittoppm</h1>
 Updated: 26 August 93
-<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>
 
 yuvsplittoppm - convert separate Y, U, and V files into a PPM image
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>yuvsplittoppm </B>
+<b>yuvsplittoppm </b>
 
-<I>basename</i> 
+<i>basename</i> 
 <i>width</i> 
-<i>height</I>
+<i>height</i>
 [<b>-ccir601</b>]
 
-<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>yuvsplittoppm</b> reads three files, containing the YUV
-components, as input.  These files are <I>basename</I>.Y,
-<I>basename</I>.U, and <I>basename</I>.V.  Produces a PPM image
+components, as input.  These files are <i>basename</i>.Y,
+<i>basename</i>.U, and <i>basename</i>.V.  Produces a PPM image
 on Standard Output.
 
-<P>Since the YUV files are raw files, the dimensions <I>width</I> and
-<I>height</I> must be specified on the command line.
+<p>Since the YUV files are raw files, the dimensions <i>width</i> and
+<i>height</i> must be specified on the command line.
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>OPTIONS</H2>
+<h2 id="options">OPTIONS</h2>
 
-<DL COMPACT>
-<DT><B>-ccir601</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>yuvsplittoppm</b> recognizes the following
+command line option:
 
-<DD>
+<dl compact>
+<dt><b>-ccir601</b>
+
+<dd>
 Assumes that the YUV triplets are scaled into the smaller range of the
 CCIR 601 (MPEG) standard. Else, the JFIF (JPEG) standard is assumed.
-</DL>
+</dl>
 
-<A NAME="lbAF">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<h2 id="seealso">SEE ALSO</h2>
 
-<A HREF="ppmtoyuvsplit.html">ppmtoyuvsplit</A>, 
-<A HREF="yuvtoppm.html">yuvtoppm</A>, <A HREF="ppm.html">ppm</A>
+<a href="ppmtoyuvsplit.html">ppmtoyuvsplit</a>, 
+<a href="yuvtoppm.html">yuvtoppm</a>, <a href="ppm.html">ppm</a>
 
-<A NAME="lbAG">&nbsp;</A>
-<H2>AUTHOR</H2>
+<h2 id="author">AUTHOR</h2>
 
-Marcel Wijkstra &lt;<A
-HREF="mailto:wijkstra@fwi.uva.nl">wijkstra@fwi.uva.nl</A>&gt;, based
+Marcel Wijkstra &lt;<a
+href="mailto:wijkstra@fwi.uva.nl">wijkstra@fwi.uva.nl</a>&gt;, based
 on <b>ppmtoyuvsplit</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>
-<LI><A HREF="#lbAG">AUTHOR</A>
-</UL>
-</BODY>
-</HTML>
+<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>
+<li><a href="#author">AUTHOR</a>
+</ul>
+</body>
+</html>