[news.newusers.questions] usenet faces

m1dkk00@fed.FRB.GOV (David K. Kelly) (02/23/90)

What's the program to display the faces available on usenet?
(this after it's been down loaded and uncompressed)

David

Reply to: uunet!fed!dkelly

-- 
  /  )        o    /    /   /    / /           Federal Reserve Board of Governors
 /  / __. . __  __/    /--<  _  / /  , ,      uucp: uunet!fed!dkelly
/__/_(_/(/|/ (_(_/    /   /_(<_/ /_ (_/_ _   internet: dkelly@fed.frb.gov
                                     /  
  /  )        o    /    /   /    / /           Federal Reserve Board of Governors
 /  / __. . __  __/    /--<  _  / /  , ,      uucp: uunet!fed!dkelly
/__/_(_/(/|/ (_(_/    /   /_(<_/ /_ (_/_ _   internet: dkelly@fed.frb.gov
                                     /  

eps@toaster.SFSU.EDU (Eric P. Scott) (02/23/90)

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=-