.TH yuvsplittoppm 1 "26 August 93" .IX yuvsplittoppm .SH NAME yuvsplittoppm - convert a Y- and a U- and a V-file into a portable pixmap .SH SYNOPSIS .B yuvsplittoppm .I basename width height [-ccir601] .SH DESCRIPTION Reads three files, containing the YUV components, as input. These files are \fIbasename\fP.Y, \fIbasename\fP.U, and \fIbasename\fP.V. Produces a portable pixmap on stdout. Since the YUV files are raw files, the dimensions .I width and .I height must be specified on the command line. .SH OPTIONS .TP .B -ccir601 Assumes that the YUV triplets are scaled into the smaller range of the CCIR 601 (MPEG) standard. Else, the JFIF (JPEG) standard is assumed. .SH "SEE ALSO" ppmtoyuvsplit(1), yuvtoppm(1), ppm(5) .SH AUTHOR Marcel Wijkstra , based on .I ppmtoyuvsplit.