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

  1. .TH xwdtopnm 1 "11 January 1991"
  2. .IX xwdtopnm
  3. .SH NAME
  4. xwdtopnm - convert a X11 or X10 window dump file into a portable anymap
  5. .SH SYNOPSIS
  6. .B xwdtopnm
  7. .RI [ xwdfile ]
  8. .SH DESCRIPTION
  9. Reads a X11 or X10 window dump file as input.
  10. .IX XWD
  11. .IX "X window system"
  12. Produces a portable anymap as output.
  13. The type of the output file depends on the input file - if it's
  14. black & white, a
  15. .I pbm
  16. file is written, else if it's grayscale a
  17. .I pgm
  18. file, else a
  19. .I ppm
  20. file.  The program tells you which type it is writing.
  21. .PP
  22. Using this program, you can convert anything on an X workstation's screen
  23. into an anymap.
  24. Just display whatever you're interested in, do an xwd, run it through
  25. xwdtopnm, and then use pnmcut to select the part you want.
  26. .SH BUGS
  27. I haven't tested this tool with very many configurations, so there are
  28. probably bugs.
  29. Please let me know if you find any.
  30. .SH "SEE ALSO"
  31. pnmtoxwd(1), pnm(5), xwd(1)
  32. .SH AUTHOR
  33. Copyright (C) 1989, 1991 by Jef Poskanzer.
  34. .\" Permission to use, copy, modify, and distribute this software and its
  35. .\" documentation for any purpose and without fee is hereby granted, provided
  36. .\" that the above copyright notice appear in all copies and that both that
  37. .\" copyright notice and this permission notice appear in supporting
  38. .\" documentation.  This software is provided "as is" without express or
  39. .\" implied warranty.
  40.