diff options
Diffstat (limited to 'yuvtoppm.html')
-rw-r--r-- | yuvtoppm.html | 73 |
1 files changed, 37 insertions, 36 deletions
diff --git a/yuvtoppm.html b/yuvtoppm.html index 4c2fa594..e1898e43 100644 --- a/yuvtoppm.html +++ b/yuvtoppm.html @@ -1,26 +1,23 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<HTML><HEAD><TITLE>Yuvtoppm User Manual</TITLE></HEAD> -<BODY> -<H1>yuvtoppm</H1> +<html><head><title>Yuvtoppm User Manual</title></head> +<body> +<h1>yuvtoppm</h1> Updated: 25 March 91 -<BR> -<A HREF="#index">Table Of Contents</A> -<A NAME="lbAB"> </A> -<H2>NAME</H2> +<br> +<a href="#index">Table Of Contents</a> +<h2>NAME</h2> yuvtoppm - convert Abekas YUV bytes to PPM -<A NAME="lbAC"> </A> -<H2>SYNOPSIS</H2> +<h2 id="synopsis">SYNOPSIS</h2> -<B>yuvtoppm</B> +<b>yuvtoppm</b> -<I>width</i> +<i>width</i> <i>height</i> -[<I>imagedata</I>] +[<i>imagedata</i>] -<A NAME="lbAD"> </A> -<H2>DESCRIPTION</H2> +<h2 id="description">DESCRIPTION</h2> <p>This program is part of <a href="index.html">Netpbm</a>. @@ -34,33 +31,37 @@ maxval of the input is 255. about the Abekas YUV format. -<A NAME="lbAE"> </A> -<H2>SEE ALSO</H2> +<h2 id="options">OPTIONS</h2> -<A HREF="ppmtoyuv.html">ppmtoyuv</A>, -<A HREF="ppm.html">ppm</A> +<p>There are no command line options defined specifically +for <b>yuvtoppm</b>, but it recognizes the options common to all +programs based on libnetpbm (See <a href="index.html#commonoptions"> +Common Options</a>.) -<A NAME="lbAF"> </A> -<H2>AUTHOR</H2> +<h2 id="seealso">SEE ALSO</h2> -Marc Boucher <<A -HREF="mailto:marc@PostImage.COM">marc@PostImage.COM</A>>, based on +<a href="ppmtoyuv.html">ppmtoyuv</a>, +<a href="ppm.html">ppm</a> + +<h2 id="author">AUTHOR</h2> + +Marc Boucher <<a +href="mailto:marc@PostImage.COM">marc@PostImage.COM</a>>, based on Example Conversion Program, A60/A64 Digital Video Interface Manual, page 69. <p>Copyright (C) 1991 by DHD PostImage Inc. -<P>Copyright (C) 1987 by Abekas Video Systems Inc. - -<HR> -<A NAME="index"> </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">SEE ALSO</A> -<LI><A HREF="#lbAF">AUTHOR</A> -</UL> -</BODY> -</HTML> +<p>Copyright (C) 1987 by Abekas Video Systems Inc. + +<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> |