home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / question / 15216 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  2.2 KB

  1. Xref: sparky comp.unix.questions:15216 alt.binaries.pictures.utilities:2355 alt.binaries.pictures.d:6061
  2. Newsgroups: comp.unix.questions,alt.binaries.pictures.utilities,alt.binaries.pictures.d
  3. Path: sparky!uunet!nevada.edu!jimi!little-charlie.isri.unlv.edu!grover
  4. From: grover@little-charlie.isri.unlv.edu (Kevin Grover)
  5. Subject: Re: PS to Gif?
  6. Message-ID: <1993Jan6.180558.1660@unlv.edu>
  7. Sender: news@unlv.edu (News User)
  8. Reply-To: grover@isri.unlv.edu
  9. Organization: Information Science Research Institute (UNLV-ISRI)
  10. References: <exuptr.360.724105063@exu.ericsson.se> <1hslt1INNcmp@nz12.rz.uni-karlsruhe.de> <1hso5iINN94d@sprocket.csv.warwick.ac.uk> <C0ELM4.K8A@usenet.ucs.indiana.edu>
  11. Date: Wed, 6 Jan 93 18:05:58 GMT
  12. Lines: 34
  13.  
  14. In article <C0ELM4.K8A@usenet.ucs.indiana.edu>, blochc@bronze.ucs.indiana.edu (charles bloch) writes:
  15. ) From: blochc@bronze.ucs.indiana.edu (charles bloch)
  16. ) Subject: Re: PS to Gif?
  17. ) Organization: Indiana University
  18. ) Date: Tue, 5 Jan 93 15:08:25 PST
  19. ) In article <1hso5iINN94d@sprocket.csv.warwick.ac.uk> cudcv@csv.warwick.ac.uk (Rob McMahon) writes:
  20. ) >Recent versions ghostscript will produce GIF files directly.  Use
  21. ) >
  22. ) >gs -sDEVICE=gif8 -sOutputFile=file.gif file.ps
  23. ) How recent?  I have Gostscript 2.5.2 (9/20/92), and with the above line get
  24. ) "Initializing... Unknown device: gif8"
  25. ) as my response.  Do I have a new enough version, but some other problem?
  26.  
  27. What platform?  The MSDOS exe on most of the ftp sits have gif (and
  28. many other drivers built in).  If you compile the code yourself, you
  29. need to read the DRIVERS.DOC file for information you how to include
  30. drivers (the X driver is the only included by default on UNIX
  31. systems.)  It only takes a few minutes to make the modifications, then
  32. you need to recompile.  On our system, I have all of these drivers
  33. compiled and loaded: (output from gs -h)
  34.  
  35. Available devices:
  36.     x11 paintjet bit gifmono gif8 pcxmono pcx16 pcx256 pbm pbmraw pgm
  37.     pgmraw ppm ppmraw
  38.  
  39. - kev
  40.  
  41. --------------------------------------------------------------------------
  42.  Kevin O. Grover      | UNLV Computer Science and Electrical Engineering
  43.  grover@isri.unlv.edu | ISRI - Information Science Research Institute
  44.  CServe: [73627,1677] | 4505 S. Maryland Parkway, Las Vegas NV 89154-1017
  45.