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

  1. .TH ppmtorgb3 1 "10 January 1991"
  2. .IX ppmtorgb3
  3. .SH NAME
  4. ppmtorgb3 - separate a portable pixmap into three portable graymaps
  5. .SH SYNOPSIS
  6. .B ppmtorgb3
  7. .RI [ ppmfile ]
  8. .SH DESCRIPTION
  9. Reads a portable pixmap as input.
  10. Writes three portable graymaps as output, one each for red, green, and blue.
  11. .IX "color separation"
  12. .PP
  13. The output filenames are constructed by taking the input filename,
  14. stripping off any extension, and appending ".red", ".grn", and ".blu".
  15. For example, separating lenna.ppm would result in lenna.red, lenna.grn,
  16. and lenna.blu.
  17. If the input comes from stdin, the names are noname.red, noname.grn,
  18. and noname.blu.
  19. .SH "SEE ALSO"
  20. rgb3toppm(1), ppmtopgm(1), pgmtoppm(1), ppm(5), pgm(5)
  21. .SH AUTHOR
  22. Copyright (C) 1991 by Jef Poskanzer.
  23. .\" Permission to use, copy, modify, and distribute this software and its
  24. .\" documentation for any purpose and without fee is hereby granted, provided
  25. .\" that the above copyright notice appear in all copies and that both that
  26. .\" copyright notice and this permission notice appear in supporting
  27. .\" documentation.  This software is provided "as is" without express or
  28. .\" implied warranty.
  29.