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

  1. .TH psidtopgm 1 "02 August 89"
  2. .IX psidtopgm
  3. .SH NAME
  4. psidtopgm - convert PostScript "image" data into a portable graymap
  5. .SH SYNOPSIS
  6. .B psidtopgm
  7. .I width height bits/sample
  8. .RI [ imagedata ]
  9. .SH DESCRIPTION
  10. Reads the "image" data from a PostScript file as input.
  11. .IX PostScript
  12. Produces a portable graymap as output.
  13. .PP
  14. This is a very simple and limited program, and is here only because
  15. so many people have asked for it.
  16. To use it you have to
  17. .B manually
  18. extract the readhexstring data portion from your PostScript file, and then
  19. give the width, height, and bits/sample on the command line.
  20. Before you attempt this, you should
  21. .B at least
  22. read the description of the "image" operator in the PostScript Language
  23. Reference Manual.
  24. .PP
  25. It would probably not be too hard to write a script that uses this filter
  26. to read a specific variety of PostScript image, but the variation is too
  27. great to make a general-purpose reader.
  28. Unless, of course, you want to write a full-fledged PostScript interpreter...
  29. .SH "SEE ALSO"
  30. pnmtops(1), pgm(5)
  31. .SH AUTHOR
  32. Copyright (C) 1989 by Jef Poskanzer.
  33. .\" Permission to use, copy, modify, and distribute this software and its
  34. .\" documentation for any purpose and without fee is hereby granted, provided
  35. .\" that the above copyright notice appear in all copies and that both that
  36. .\" copyright notice and this permission notice appear in supporting
  37. .\" documentation.  This software is provided "as is" without express or
  38. .\" implied warranty.
  39.