Path: utzoo!attcan!uunet!cs.utexas.edu!sun-barr!newstop!sun!wind.Eng.Sun.COM From: naughton@wind.Eng.Sun.COM (Patrick Naughton) Newsgroups: comp.lang.postscript Subject: Re: EPS screen image & EPSI ??s Message-ID: <1990Sep14.151221@wind.Eng.Sun.COM> Date: 14 Sep 90 22:12:21 GMT References: <134400016@cdp> Sender: news@sun.Eng.Sun.COM Reply-To: naughton@wind.Eng.Sun.COM (Patrick Naughton) Organization: Sun Microsystems, Inc. - Mountain View, CA Lines: 88 In article <134400016@cdp>, jwhiting@cdp.UUCP writes: |> |> A different buncha EPS issues: |> |> I write a fair number of EPS files. I work on a Mac and use SmartArt to |> generate my PICTs for screen images. So far, so good. |> |> Now I want to port these EPS images over to the PC under Windows and |> eventually onto a Sun. ... |> And what about the Sun world? While I don't use one now, I'd like to |> real soon. What do they use for screen images when displaying hand made |> EPS files? I use Frame/Maker V2.0 on a SPARC and created a Sun Logo with a screen preview by writing the PS code to draw the logo, then feeding that to pageview, the PostScript previewer under OpenWindows, and converted that raster to PostScript with ras2ps (included in OW2.0) then pasted the hex output of that into the PostScript source for the logo as an EPSI preview. The final product looks like this: %!PS-Adobe-2.0 EPSF-2.0 %%Creator: Patrick J. Naughton (naughton@wind) %%For: (Sun Microsystems Incorporated) () %%Title: (Sun Logo) %%CreationDate: (12/20/88) (10:56 AM) %%Pages: 1 %%DocumentFonts: Times-Bold Helvetica %%BoundingBox: 0 0 160 60 %%EndComments %%BeginPreview: 160 63 1 63 % FFFFFFE0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF % FFFFFFC07FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF % FFFFFF803FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF : : 63 total lines of hex... : : % FFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFFFFF % FFFFFFFFFFFFFFFFFFFFFFFFFFFFE7FFFFFFFFFF % FFFFFFFFFFFFFFFFFFFFFFFFFFFFCFFFFFFFFFFF %%EndPreview %%EndProlog %%Page "one" 1 ... PS code to draw the logo ... /Times-Bold findfont 64 scalefont setfont 70 15 moveto (sun) show /Helvetica findfont 17 scalefont setfont 70 0 moveto (microsystems) show showpage %%Trailer |> |> inquiring minds want to know... Please respond within this conference |> because I have a hunch I'm not the only one with these questions. |> |> thanks gang, |> jwhiting |> |> cdp!jwhiting@labrea.stanford.edu |> [DE3MIR]jwhiting -- Hope this helps... -Patrick ______________________________________________________________________ Patrick J. Naughton ARPA: naughton@sun.com Window Systems Group UUCP: ...!sun!naughton Sun Microsystems, Inc. AT&T: (415) 336 - 1080