yuvsplittoppm - convert separate Y, U, and V files into a PPM image
yuvsplittoppm
basename width height [-ccir601]
This program is part of netpbm(1).
yuvsplittoppm reads three files, containing the YUV components, as input. These files are basename.Y, basename.U, and basename.V. Produces a portable pixmap on stdout.
Since the YUV files are raw files, the dimensions width and height must be specified on the command line.
Marcel Wijkstra <>, based on ppmtoyuvsplit.