blob: f5fc19da2fa0799ab842d1b34aed2d7017763984 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
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"> </A>
<H2>NAME</H2>
yuvsplittoppm - convert separate Y, U, and V files into a PPM image
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
<B>yuvsplittoppm </B>
<I>basename</i>
<i>width</i>
<i>height</I>
[<b>-ccir601</b>]
<A NAME="lbAD"> </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"> </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"> </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"> </A>
<H2>AUTHOR</H2>
Marcel Wijkstra <<A
HREF="mailto:wijkstra@fwi.uva.nl">wijkstra@fwi.uva.nl</A>>, based
on <b>ppmtoyuvsplit</b>.
<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">OPTIONS</A>
<LI><A HREF="#lbAF">SEE ALSO</A>
<LI><A HREF="#lbAG">AUTHOR</A>
</UL>
</BODY>
</HTML>
|