home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / programm / 14355 < prev    next >
Encoding:
Text File  |  1992-08-21  |  1000 b   |  27 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!ocsmd!gumby!obi
  3. From: obi@gumby.ocs.com (Kuryan "Obi" Thomas)
  4. Subject: Re: What is a sun raster file? can a pict file be converted?
  5. Message-ID: <BtCx60.60o@gumby.ocs.com>
  6. Sender: obi@gumby (Kuryan "Obi" Thomas)
  7. Reply-To: obi@gumby.ocs.com
  8. Organization: Online Computer Systems, Inc.
  9. References:  <mxmora-200892152011@css-mac2.sri.com>
  10. Date: Fri, 21 Aug 1992 23:27:36 GMT
  11. Lines: 14
  12.  
  13. In article <mxmora-200892152011@css-mac2.sri.com>, mxmora@unix.sri.com
  14. (Matthew Xavier Mora) writes:
  15.  
  16. > Has anyone coverted a mac pict file to a sun raster file?
  17.  
  18. If you have Jeff Poskanzer's pbmplus package on the Sun, it'll convert
  19. from just about any picture format to just about any other (by going
  20. through a format called Portable Pix Map or ppm). For example, to convert
  21. pict to sun raster:
  22.  
  23.     picttoppm pict-file | ppmtorast >rast-file
  24.  
  25. There are also all sorts of utilities to work on the image in ppm format.
  26. It's free software and I highly recommend it.
  27.