about summary refs log tree commit diff
path: root/yuvsplittoppm.html
diff options
context:
space:
mode:
Diffstat (limited to 'yuvsplittoppm.html')
-rw-r--r--yuvsplittoppm.html72
1 files changed, 72 insertions, 0 deletions
diff --git a/yuvsplittoppm.html b/yuvsplittoppm.html
new file mode 100644
index 00000000..f5fc19da
--- /dev/null
+++ b/yuvsplittoppm.html
@@ -0,0 +1,72 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML><HEAD><TITLE>Yuvsplittoppm User Manual</TITLE>
+</HEAD><BODY>
+<H1>yuvsplittoppm</H1>
+Updated: 26 August 93
+<BR>
+<A HREF="#index">Table Of Contents</A>
+
+<A NAME="lbAB">&nbsp;</A>
+<H2>NAME</H2>
+
+yuvsplittoppm - convert separate Y, U, and V files into a PPM image
+
+<A NAME="lbAC">&nbsp;</A>
+<H2>SYNOPSIS</H2>
+
+<B>yuvsplittoppm </B>
+
+<I>basename</i> 
+<i>width</i> 
+<i>height</I>
+[<b>-ccir601</b>]
+
+<A NAME="lbAD">&nbsp;</A>
+<H2>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 portable pixmap
+on stdout.
+
+<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>
+
+<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>
+
+<A NAME="lbAF">&nbsp;</A>
+<H2>SEE ALSO</H2>
+
+<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>
+
+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>