home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Direct 1995 August
/
PCD_0895.ISO
/
viewer4
/
header.ps_
/
header.bin
Wrap
Text File
|
1994-03-02
|
590b
|
16 lines
% Copyright (c) 1986-1993 Frame Technology Corporation.
gsave clippath 1 setgray fill grestore
/FMcmyk 100 dict def
/FMc {
FMcmyk length FMcmyk maxlength ge { /FMcmyk FMcmyk dup length dup add dict copy def } if
4 array astore 4 1 roll 8 bitshift add 8 bitshift add exch FMcmyk 3 1 roll put
} bind def
/setcmykcolor where { pop
/sc where { pop /sc load 0 get /scignore eq {
/FMsc /sc load def
/sc { 3 copy 8 bitshift add 8 bitshift add FMcmyk 1 index known
{ FMcmyk exch get aload pop setcmykcolor pop pop pop } { pop FMsc } ifelse
} bind def
} if } if
} if