home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / hp / 14424 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  1.2 KB

  1. Path: sparky!uunet!munnari.oz.au!network.ucsd.edu!network.ucsd.edu!not-for-mail
  2. From: dbw@network.ucsd.edu (David B. Wollner)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: Unix Xdump (xwd) to Mac Converter
  5. Followup-To: comp.sys.hp
  6. Date: 30 Dec 1992 10:46:14 -0800
  7. Organization: University of California, San Diego
  8. Lines: 17
  9. Message-ID: <1hsqpmINNlij@network.ucsd.edu>
  10. References: <1992Dec30.042832.7932@micor.ocunix.on.ca>
  11. NNTP-Posting-Host: network.ucsd.edu
  12. X-Newsreader: TIN [version 1.1 PL8]
  13.  
  14. Pat Browne (pbrowne@micor.ocunix.on.ca) wrote:
  15. : We require  a procedure (or program ) that will allow us to convert a file
  16. : produced by an X-Window "xwd" command (on an HP-9000) platform to "pict"
  17. : format such that it can be used by any Macintosh program.
  18.  
  19. Get a copy of the pbmplus utilities available on many ftp sites
  20. near you.  After that it's fairly easy.  I just tested it out
  21. by typing
  22.  
  23.     xwd | xwdtopnm | ppmtopict > filename.pict
  24.  
  25. I clicked the pointer on an icon sitting on my hp desktop.  I fired
  26. up my Macintosh emulator on my hp, and changed the filetype to PICT
  27. using resedit.  Opening the file in word gave me the original icon.
  28. If you have any questions, get in touch.
  29.  
  30.     - David Wollner
  31.