home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / graphics / 11998 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.1 KB  |  38 lines

  1. Newsgroups: comp.graphics
  2. Path: sparky!uunet!wupost!darwin.sura.net!sgiblab!munnari.oz.au!newsroom.utas.edu.au!joanne@probitas.cs.utas.
  3. From: joanne@probitas.cs.utas. (Joanne Sun)
  4. Subject: Convert X-window screen dump to Mac format
  5. Message-ID: <1992Nov17.233612.9346@newsroom.utas.edu.au>
  6. Sender: news@newsroom.utas.edu.au
  7. Organization: Dept. of Comp. Sci., Uni of Tas
  8. Date: Tue, 17 Nov 1992 23:36:12 GMT
  9. Lines: 27
  10.  
  11. I am trying to display an X-window screen dump on a color Mac.
  12. I had gone through the following steps:
  13.  
  14. - xwd                                /* grab an X-window image */
  15.  
  16. - xwdtopnm            /* convert xwd format to ppm format */
  17.  
  18. - ppmtopict  /* convert ppm format to Mac PICT format */
  19.  
  20. - mcvert -dDqv filename  /* translate the file to MacBinary format.  
  21.                                                      MAC_DTYPE is set to PICT */
  22.  
  23. - transfer the file to Mac using ftp command (binary mode)
  24.  
  25. - using ResEdit change the file format to PICT 
  26.  
  27. However, the file is opened as a blank picture by MacdrawII or
  28.  Canvas3.04.
  29.  
  30. Can anyone tell me what I did wrong or How I can display a
  31. X-window screen dump on a color Mac?
  32.  
  33. Any help will be greatly appreciated.
  34.  
  35. Joanne Sun  
  36.  
  37.  
  38.