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

  1. .TH pnmtoxwd 1 "24 September 1991"
  2. .IX pnmtoxwd
  3. .SH NAME
  4. pnmtoxwd - convert a portable anymap into an X11 window dump
  5. .SH SYNOPSIS
  6. .B pnmtoxwd
  7. .RB [ -pseudodepth
  8. .IR n ]
  9. .RB [ -directcolor ]
  10. .RI [ pnmfile ]
  11. .SH DESCRIPTION
  12. Reads a portable anymap as input.
  13. Produces an X11 window dump as output.
  14. .IX XWD
  15. .IX "X window system"
  16. This window dump can be displayed using the xwud tool.
  17. .PP
  18. Normally, pnmtoxwd produces a StaticGray dump file for
  19. .I pbm
  20. and
  21. .I pgm
  22. files.
  23. For
  24. .IR ppm ,
  25. it writes a PseudoColor dump file if there are up
  26. to 256 colors in the input, and a DirectColor dump file otherwise.
  27. The
  28. .B -directcolor
  29. flag can be used to force a DirectColor dump.
  30. And the
  31. .B -pseudodepth
  32. flag can be used to change the depth of PseudoColor dumps from the default
  33. of 8 bits / 256 colors.
  34. .SH "SEE ALSO"
  35. xwdtopnm(1), pnm(5), xwud(1)
  36. .SH AUTHOR
  37. Copyright (C) 1989, 1991 by Jef Poskanzer.
  38. .\" Permission to use, copy, modify, and distribute this software and its
  39. .\" documentation for any purpose and without fee is hereby granted, provided
  40. .\" that the above copyright notice appear in all copies and that both that
  41. .\" copyright notice and this permission notice appear in supporting
  42. .\" documentation.  This software is provided "as is" without express or
  43. .\" implied warranty.
  44.