home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / netpbm_docs.lzh / NETPBM / DOCS / yuvsplittoppm.1 < prev    next >
Text File  |  1996-11-18  |  796b  |  36 lines

  1. .TH yuvsplittoppm 1 "26 August 93"
  2. .IX yuvsplittoppm
  3. .SH NAME
  4. yuvplittoppm - convert a Y- an U- and a V-file into a portable pixmap.
  5. .SH SYNOPSIS
  6. .B yuvsplittoppm 
  7. .I basename width height
  8. [-ccir601]
  9. .SH DESCRIPTION
  10. Reads three files, containing the YUV components, as input.
  11. These files are
  12. .I basename
  13. .Y,
  14. .I basename
  15. .U
  16. and
  17. .I basename
  18. .V .
  19. Produces a portable pixmap on stdout.
  20.  
  21. Since the YUV files are raw files, the dimensions
  22. .I width
  23. and
  24. .I height
  25. must be specified on the command line.
  26. .SH OPTIONS
  27. .TP
  28. .B -ccir601
  29. Assumes that the YUV triplets are scaled into the smaller range of the
  30. CCIR 601 (MPEG) standard. Else, the JFIF (JPEG) standard is assumed.
  31. .SH "SEE ALSO"
  32. ppmtoyuvsplit(1), yuvtoppm(1), ppm(5)
  33. .SH AUTHOR
  34. Marcel Wijkstra <wijkstra@fwi.uva.nl>, based on
  35. .I ppmtoyuvsplit.
  36.