about summary refs log tree commit diff
path: root/yuvtoppm.html
diff options
context:
space:
mode:
Diffstat (limited to 'yuvtoppm.html')
-rw-r--r--yuvtoppm.html66
1 files changed, 66 insertions, 0 deletions
diff --git a/yuvtoppm.html b/yuvtoppm.html
new file mode 100644
index 00000000..4c2fa594
--- /dev/null
+++ b/yuvtoppm.html
@@ -0,0 +1,66 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<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">&nbsp;</A>
+<H2>NAME</H2>
+
+yuvtoppm - convert Abekas YUV bytes to PPM
+
+<A NAME="lbAC">&nbsp;</A>
+<H2>SYNOPSIS</H2>
+
+<B>yuvtoppm</B>
+
+<I>width</i> 
+<i>height</i>
+[<I>imagedata</I>]
+
+<A NAME="lbAD">&nbsp;</A>
+<H2>DESCRIPTION</H2>
+
+<p>This program is part of <a href="index.html">Netpbm</a>.
+
+<p><b>yuvtoppm</b> reads raw Abekas YUV bytes as input and produces a
+PPM image as output.  The input file is just YUV bytes.  You have to
+specify the width and height on the command line, since the program
+obviously can't get them from the file.  <b>yuvotppm</b> assumes the
+maxval of the input is 255.
+
+<p>The <a href="ppmtoyuv.html"><b>ppmtoyuv</b> manual</a> tells a little
+about the Abekas YUV format.
+
+
+<A NAME="lbAE">&nbsp;</A>
+<H2>SEE ALSO</H2>
+
+<A HREF="ppmtoyuv.html">ppmtoyuv</A>, 
+<A HREF="ppm.html">ppm</A>
+
+<A NAME="lbAF">&nbsp;</A>
+<H2>AUTHOR</H2>
+
+Marc Boucher &lt;<A
+HREF="mailto:marc@PostImage.COM">marc@PostImage.COM</A>&gt;, 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">&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">SEE ALSO</A>
+<LI><A HREF="#lbAF">AUTHOR</A>
+</UL>
+</BODY>
+</HTML>