home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 399b.lha / PGM.LZH / pgm / psidtopgm.doc < prev    next >
Text File  |  1990-07-21  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. psidtopgm(1)                PBM Plus                 psidtopgm(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      psidtopgm - convert PostScript "image" data into a portable
  10.      graymap
  11.  
  12. SYNOPSIS
  13.      psidtopgm <width> <height> <bits/sample> [imagedata]
  14.  
  15. DESCRIPTION
  16.      Reads the "image" data from a PostScript file as input.
  17.      Produces a portable graymap as output.
  18.  
  19.      This is a very simple and limited program, and is here only
  20.      because so many people have asked for it.  To use it you
  21.      have to _m_a_n_u_a_l_l_y extract the readhexstring data portion from
  22.      your PostScript file, and then give the width, height, and
  23.      bits/sample on the command line.  Before you attempt this,
  24.      you should _a_t _l_e_a_s_t read the description of the "image"
  25.      operator in the PostScript Language Reference Manual.
  26.  
  27.      It would probably not be too hard to write a script that
  28.      uses this filter to read a specific variety of PostScript
  29.      image, but the variation is too great to make a general-
  30.      purpose reader.  Unless, of course, you want to write a
  31.      full-fledged PostScript interpreter...
  32.  
  33. SEE ALSO
  34.      pgmtops(1), pgm(5)
  35.  
  36. AUTHOR
  37.      Copyright (C) 1989 by Jef Poskanzer.
  38.  
  39.      Permission to use, copy, modify, and distribute this
  40.      software and its documentation for any purpose and without
  41.      fee is hereby granted, provided that the above copyright
  42.      notice appear in all copies and that both that copyright
  43.      notice and this permission notice appear in supporting docu-
  44.      mentation.  This software is provided "as is" without
  45.      express or implied warranty.
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Printed 5/25/90           02 August 89                          1
  64.  
  65.  
  66.  
  67.