home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume12 / postscript / pixwin.pch / text0000.txt < prev   
Encoding:
Text File  |  1989-03-30  |  2.4 KB  |  67 lines

  1.    >From:    Rich Salz <rsalz@bbn.com>
  2.    >Date:    17 Feb 89 19:38:10 GMT
  3.    >Subject: Re: PostScript Previewers for Sunview
  4.    >
  5.    >previously-mentioned CMU patches and speed-ups.  If anyone has the "make
  6.    >it write IN a window, not the framebuffer" patch, I'll stick that there,
  7.    >too.
  8.  
  9. (cleaning up old mail)  I just noticed this.  Did you ever get this
  10. patch?  Perhaps, is the following what you're looking for?  I believe
  11. it was in Sun-Spots.
  12.  
  13.    >From:    beaty@cinelli.UUCP (steve beaty)
  14.    >Date:    Fri, 10 Feb 89 10:32:47 MST
  15.    >Subject: Re: PostScript Previewers for Sunview (1)
  16.    >
  17.    >in v7n149 David Classen (dclassen@vulture.bcm.tmc.edu) asks a question:
  18.    >
  19.    >> I am looking for a PostScript previewer for SunView.
  20.    >
  21.    >so apparently is everybody else. here is our answer the one of the most
  22.    >often asked questions on the net:  first get Crispin Goswells'
  23.    >PostScript(R) interpreter from your favorite comp.sources.unix archive
  24.    >(uunet.uu.net [192.12.141.129] is one).  it's in 18 parts in volume 12.
  25.    >then apply the speed ups, bug fixes and enhancements found on
  26.    >z.andrew.cmu.edu [128.2.30.8] in psdiff/ps.diff.v[123].  then apply our
  27.    >patch to pixwin.c to make it work correctly:
  28.    >__________
  29.    >
  30.    >***************
  31.    >*** 402,408 ****
  32.    >        case ROP_NOTDEST:       op = PIX_NOT (PIX_SRC); break;
  33.    >        case ROP_TRUE:          op = PIX_SET;           break;
  34.    >        }
  35.    >+     bm = Pixrect_addr (to);
  36.    >      rop = rop_map [rop];
  37.    >      UpdateControl (to, FALSE);
  38.    >      for (i = top; i < height; i++)
  39.    >__________
  40.    >
  41.    >if you want to preview Scribe(R) output feed the output to sed with the
  42.    >following script:
  43.    >
  44.    >__________
  45.    >
  46.    >cat scribe.ps |\
  47.    >sed -e "/^\% Unilogic\/Scribe version of LaserPrep v4.0/,/^\%\%EndProlog/ d" >\
  48.    >scribe.ps.good
  49.    >__________
  50.    >
  51.    >this stuff works for us.  hope it does for you too.  maybe Mr.  LeFebvre
  52.    >can collect all the other PostScript info and have available for everybody
  53.    >to get at when the question comes up again, as it certainly will.
  54.    >
  55.    >    thanks, 
  56.    >        steve(R) beaty@handel.colostate.edu
  57.    >
  58.    >        QTC/Horizon Labs/Colorado State University
  59.    >
  60.    >disclamers, etc:
  61.    >
  62.    >(R) PostScript is a registered trademark of Adobe Systems Incorporated
  63.    >(R) Scribe is a registered trademark of UNILOGIC(R), LTD
  64.    >(R) UNILOGIC is a registered trademark of UNILOGIC, LTD
  65.    >(R) steve is a registered trademark of no one in particular
  66.  
  67.