12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- % This copyright applies to everything between here and the %%EndProlog:
- % Copyright (C) 2004 artofcode LLC, Benicia, CA. All rights reserved.
- %%BeginResource: procset GS_epswrite_2_0_1001
- /GS_epswrite_2_0_1001 80 dict dup begin
- /PageSize 2 array def/setpagesize{ PageSize aload pop 3 index eq exch
- 4 index eq and{ pop pop pop}{ PageSize dup 1
- 5 -1 roll put 0 4 -1 roll put dup null eq {false} {dup where} ifelse{ exch get exec}
- { pop/setpagedevice where
- { pop 1 dict dup /PageSize PageSize put setpagedevice}
- { /setpage where{ pop PageSize aload pop pageparams 3 {exch pop} repeat
- setpage}if}ifelse}ifelse}ifelse} bind def
- /!{bind def}bind def/#{load def}!/N/counttomark #
- /rG{3{3 -1 roll 255 div}repeat srgbF}!/G{255 div dup dup srgbF}!/K{0 G}!
- /r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}!
- /w/setlinewidth #/J/setlinecap #
- /j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat #
- /m/moveto #/l/lineto #/c/rcurveto #
- /p{N 2 idiv{N -2 roll rlineto}repeat}!
- /P{N 0 gt{N -2 roll moveto p}if}!
- /h{p closepath}!/H{P closepath}!
- /lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}!
- /re{4 -2 roll m exch dup lx exch ly neg lx h}!
- /^{3 index neg 3 index neg}!
- /f{P fill}!/f*{P eofill}!/s{H stroke}!/S{P stroke}!
- /q/gsave #/Q/grestore #/rf{re fill}!
- /Y{P clip newpath}!/Y*{P eoclip newpath}!/rY{re Y}!
- /|={pop exch 4 1 roll 3 array astore cvx exch 1 index def exec}!
- /|{exch string readstring |=}!
- /+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}!
- /@/currentfile #/${+ @ |}!
- /B{{2 copy string{readstring pop}aload pop 4 array astore cvx
- 3 1 roll}repeat pop pop true}!
- /Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}!
- /,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}!
- /Ic{exch Ix false 3 colorimage}!
- /F{/Columns counttomark 3 add -2 roll/Rows exch/K -1/BlackIs1 true>>
- /CCITTFaxDecode filter}!/FX{<</EndOfBlock false F}!
- /X{/ASCII85Decode filter}!/@X{@ X}!/&2{2 index 2 index}!
- /@F{@ &2<<F}!/@C{@X &2 FX}!
- /$X{+ @X |}!/&4{4 index 4 index}!/$F{+ @ &4<<F |}!/$C{+ @X &4 FX |}!
- /IC{3 1 roll 10 dict begin 1{/ImageType/Interpolate/Decode/DataSource
- /ImageMatrix/BitsPerComponent/Height/Width}{exch def}forall
- currentdict end image}!
- /~{@ read {pop} if}!
- end readonly def
- %%EndResource
- /pagesave null def
- %%EndProlog
|