Path: utzoo!mnetor!geac!torsqnt!lethe!yunexus!ists!helios.physics.utoronto.ca!jarvis.csri.toronto.edu!rutgers!usc!ucsd!ucbvax!ziploc!eps From: eps@toaster.SFSU.EDU (Eric P. Scott) Newsgroups: news.newusers.questions Subject: Re: usenet faces Message-ID: <327@toaster.SFSU.EDU> Date: 23 Feb 90 14:19:42 GMT References: <539@arccs1.fed.FRB.GOV> Reply-To: eps@cs.SFSU.EDU (Eric P. Scott) Organization: San Francisco State University Lines: 28 In article <539@arccs1.fed.FRB.GOV> m1dkk00@arccs2.UUCP () writes: >What's the program to display the faces available on usenet? ^^^^^^ uunet >(this after it's been down loaded and uncompressed) That depends what you want to display them on. Me? I just wrap them in PostScript... %!PS-Adobe-2.0 EPSF-1.2 %%Origin:0 720 %%BoundingBox: 0 0 96 128 %%EndComments /picstr 108 string def gsave 96 128 scale 0 1 translate 108 128 8 [108 0 0 128 0 128] {currentfile picstr readhexstring pop} image [ hex data goes here ] grestore Note: not all faces have the screwy Targa aspect ratio; if you find a square one, change the 108s to 96s. -=EPS=-