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 / yuvtoppm.1 < prev    next >
Text File  |  1996-11-18  |  1KB  |  33 lines

  1. .TH yuvtoppm 1 "25 March 91"
  2. .IX yuvtoppm
  3. .SH NAME
  4. yuvtoppm - convert Abekas YUV bytes into a portable pixmap
  5. .SH SYNOPSIS
  6. .B yuvtoppm
  7. .I width height
  8. .RI [ imagedata ]
  9. .SH DESCRIPTION
  10. Reads raw Abekas YUV bytes as input.
  11. .IX Abekas
  12. Produces a portable pixmap as output.
  13. The input file is just YUV bytes.
  14. You have to specify the width and height on the command line,
  15. since the program obviously can't get them from the file.
  16. The maxval is assumed to be 255.
  17. .SH "SEE ALSO"
  18. ppmtoyuv(1), ppm(5)
  19. .SH AUTHOR
  20. Marc Boucher <marc@PostImage.COM>,
  21. based on Example Conversion Program, A60/A64 Digital Video Interface
  22. Manual, page 69.
  23. .PP
  24. Copyright (C) 1991 by DHD PostImage Inc.
  25. .PP
  26. Copyright (C) 1987 by Abekas Video Systems Inc.
  27. .\" Permission to use, copy, modify, and distribute this software and its
  28. .\" documentation for any purpose and without fee is hereby granted, provided
  29. .\" that the above copyright notice appear in all copies and that both that
  30. .\" copyright notice and this permission notice appear in supporting
  31. .\" documentation.  This software is provided "as is" without express or
  32. .\" implied warranty.
  33.