home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / windows / x / apps / 1031 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  2.4 KB

  1. Path: sparky!uunet!sun-barr!olivea!gossip.pyramid.com!pyramid!octopus!sjsumcs!rick
  2. From: rick@sjsumcs.sjsu.edu (Richard Warner)
  3. Newsgroups: comp.windows.x.apps
  4. Subject: Re: Postscript to bitmap conversion?
  5. Message-ID: <1992Sep14.144802.28543@sjsumcs.sjsu.edu>
  6. Date: 14 Sep 92 14:48:02 GMT
  7. References: <18u5efINNlci@agate.berkeley.edu> <salnick.0k49@dejavu.spk.wa.us> <1992Sep13.214541.4634@infodev.cam.ac.uk>
  8. Organization: San Jose State University - Math/CS Dept.
  9. Lines: 37
  10.  
  11. tda10@cus.cam.ac.uk (Tim Auckland) writes:
  12.  
  13. >In article <salnick.0k49@dejavu.spk.wa.us>, salnick@dejavu.spk.wa.us (There is no substitute for displacement...) writes:
  14. >|> In article <18u5efINNlci@agate.berkeley.edu> dcook@garnet.berkeley.edu (Dan Cook) writes:
  15. >|> >I'm looking for a way to convert some postscript files
  16. >|> >to X11 bitmap format... Does anyone have any ideas?
  17. >|> >
  18. >|> >-uncle dan
  19. >|> 
  20. >|> PbmPlus utilities?
  21.  
  22. >No, PbmPlus deals with rasters and other "simple" graphics models.  Admittedly
  23. >they may be in fancy formats but nothing in that package can come near real
  24. >PostScript.  There is a note from the author explaining that although there are
  25. >the psto?? tools for unpacking PS image format, they are not really serious.
  26.  
  27. >PostScript is a complete programming language and should not be mistaken for a
  28. >mere "graphics format".  It requires a fairly heavy interpreter implementing
  29. >virtual memory and sometimes even file-system operations.  GhostScript provides a
  30. >very good PD PostScript interpreter.  It does include a program (written in
  31. >postscript, of course) that will run a PostScript file and write the output to
  32. >disk in ppm format.  After that yo may use the PbmPlus suite.
  33.  
  34. I have one addendum to this.  In the process of rasterizing a PostScript
  35. program into an image that PbmPlus (or other raster-image utilities) can
  36. muck about with, a resolution independent graphic is converted into a 
  37. resolution dependent image - so anyone wanting to have an image they can
  38. resize, etc., should keep it in PS format.  If you do want to convert -
  39. figure out what dimensions you want your final image to be, the resolution
  40. of your output device, and convert the image with enough bits to fill 
  41. the image area, and no more. I have worked with a number of folks that
  42. convert a PS image to, say, a 1024x768 image for the screen and then  wonder
  43. why they only get a 3"x2" (approximate) image on their laser printer.
  44.  
  45.  
  46.  
  47. >Tim. 
  48.