Warning, /frameworks/kimageformats/autotests/write/rgb.eps is written in an unsupported language. File is not indexed.

0001 %!PS-Adobe-3.0 EPSF-3.0
0002 %Produced by poppler pdftops version: 0.24.5 (http://poppler.freedesktop.org)
0003 %%Creator: KDE EPS image plugin
0004 %%LanguageLevel: 2
0005 %%DocumentSuppliedResources: (atend)
0006 %%BoundingBox: 0 0 32 32
0007 %%HiResBoundingBox: 0 0 32 32
0008 %%DocumentSuppliedResources: (atend)
0009 %%EndComments
0010 %%BeginProlog
0011 %%BeginResource: procset xpdf 3.00 0
0012 %%Copyright: Copyright 1996-2011 Glyph & Cog, LLC
0013 /xpdf 75 dict def xpdf begin
0014 % PDF special state
0015 /pdfDictSize 15 def
0016 /pdfSetup {
0017   /setpagedevice where {
0018     pop 2 dict begin
0019       /Policies 1 dict dup begin /PageSize 6 def end def
0020       { /Duplex true def } if
0021     currentdict end setpagedevice
0022   } {
0023     pop
0024   } ifelse
0025 } def
0026 /pdfSetupPaper {
0027   2 array astore
0028   /setpagedevice where {
0029     pop 2 dict begin
0030       /PageSize exch def
0031       /ImagingBBox null def
0032     currentdict end setpagedevice
0033   } {
0034     pop
0035   } ifelse
0036 } def
0037 /pdfStartPage {
0038   pdfDictSize dict begin
0039   /pdfFillCS [] def
0040   /pdfFillXform {} def
0041   /pdfStrokeCS [] def
0042   /pdfStrokeXform {} def
0043   /pdfFill [0] def
0044   /pdfStroke [0] def
0045   /pdfFillOP false def
0046   /pdfStrokeOP false def
0047   /pdfLastFill false def
0048   /pdfLastStroke false def
0049   /pdfTextMat [1 0 0 1 0 0] def
0050   /pdfFontSize 0 def
0051   /pdfCharSpacing 0 def
0052   /pdfTextRender 0 def
0053   /pdfPatternCS false def
0054   /pdfTextRise 0 def
0055   /pdfWordSpacing 0 def
0056   /pdfHorizScaling 1 def
0057   /pdfTextClipPath [] def
0058 } def
0059 /pdfEndPage { end } def
0060 % PDF color state
0061 /cs { /pdfFillXform exch def dup /pdfFillCS exch def
0062       setcolorspace } def
0063 /CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
0064       setcolorspace } def
0065 /sc { pdfLastFill not { pdfFillCS setcolorspace } if
0066       dup /pdfFill exch def aload pop pdfFillXform setcolor
0067      /pdfLastFill true def /pdfLastStroke false def } def
0068 /SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
0069       dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
0070      /pdfLastStroke true def /pdfLastFill false def } def
0071 /op { /pdfFillOP exch def
0072       pdfLastFill { pdfFillOP setoverprint } if } def
0073 /OP { /pdfStrokeOP exch def
0074       pdfLastStroke { pdfStrokeOP setoverprint } if } def
0075 /fCol {
0076   pdfLastFill not {
0077     pdfFillCS setcolorspace
0078     pdfFill aload pop pdfFillXform setcolor
0079     pdfFillOP setoverprint
0080     /pdfLastFill true def /pdfLastStroke false def
0081   } if
0082 } def
0083 /sCol {
0084   pdfLastStroke not {
0085     pdfStrokeCS setcolorspace
0086     pdfStroke aload pop pdfStrokeXform setcolor
0087     pdfStrokeOP setoverprint
0088     /pdfLastStroke true def /pdfLastFill false def
0089   } if
0090 } def
0091 % build a font
0092 /pdfMakeFont {
0093   4 3 roll findfont
0094   4 2 roll matrix scale makefont
0095   dup length dict begin
0096     { 1 index /FID ne { def } { pop pop } ifelse } forall
0097     /Encoding exch def
0098     currentdict
0099   end
0100   definefont pop
0101 } def
0102 /pdfMakeFont16 {
0103   exch findfont
0104   dup length dict begin
0105     { 1 index /FID ne { def } { pop pop } ifelse } forall
0106     /WMode exch def
0107     currentdict
0108   end
0109   definefont pop
0110 } def
0111 % graphics state operators
0112 /q { gsave pdfDictSize dict begin } def
0113 /Q {
0114   end grestore
0115   /pdfLastFill where {
0116     pop
0117     pdfLastFill {
0118       pdfFillOP setoverprint
0119     } {
0120       pdfStrokeOP setoverprint
0121     } ifelse
0122   } if
0123 } def
0124 /cm { concat } def
0125 /d { setdash } def
0126 /i { setflat } def
0127 /j { setlinejoin } def
0128 /J { setlinecap } def
0129 /M { setmiterlimit } def
0130 /w { setlinewidth } def
0131 % path segment operators
0132 /m { moveto } def
0133 /l { lineto } def
0134 /c { curveto } def
0135 /re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
0136       neg 0 rlineto closepath } def
0137 /h { closepath } def
0138 % path painting operators
0139 /S { sCol stroke } def
0140 /Sf { fCol stroke } def
0141 /f { fCol fill } def
0142 /f* { fCol eofill } def
0143 % clipping operators
0144 /W { clip newpath } def
0145 /W* { eoclip newpath } def
0146 /Ws { strokepath clip newpath } def
0147 % text state operators
0148 /Tc { /pdfCharSpacing exch def } def
0149 /Tf { dup /pdfFontSize exch def
0150       dup pdfHorizScaling mul exch matrix scale
0151       pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
0152       exch findfont exch makefont setfont } def
0153 /Tr { /pdfTextRender exch def } def
0154 /Tp { /pdfPatternCS exch def } def
0155 /Ts { /pdfTextRise exch def } def
0156 /Tw { /pdfWordSpacing exch def } def
0157 /Tz { /pdfHorizScaling exch def } def
0158 % text positioning operators
0159 /Td { pdfTextMat transform moveto } def
0160 /Tm { /pdfTextMat exch def } def
0161 % text string operators
0162 /xyshow where {
0163   pop
0164   /xyshow2 {
0165     dup length array
0166     0 2 2 index length 1 sub {
0167       2 index 1 index 2 copy get 3 1 roll 1 add get
0168       pdfTextMat dtransform
0169       4 2 roll 2 copy 6 5 roll put 1 add 3 1 roll dup 4 2 roll put
0170     } for
0171     exch pop
0172     xyshow
0173   } def
0174 }{
0175   /xyshow2 {
0176     currentfont /FontType get 0 eq {
0177       0 2 3 index length 1 sub {
0178         currentpoint 4 index 3 index 2 getinterval show moveto
0179         2 copy get 2 index 3 2 roll 1 add get
0180         pdfTextMat dtransform rmoveto
0181       } for
0182     } {
0183       0 1 3 index length 1 sub {
0184         currentpoint 4 index 3 index 1 getinterval show moveto
0185         2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
0186         pdfTextMat dtransform rmoveto
0187       } for
0188     } ifelse
0189     pop pop
0190   } def
0191 } ifelse
0192 /cshow where {
0193   pop
0194   /xycp {
0195     0 3 2 roll
0196     {
0197       pop pop currentpoint 3 2 roll
0198       1 string dup 0 4 3 roll put false charpath moveto
0199       2 copy get 2 index 2 index 1 add get
0200       pdfTextMat dtransform rmoveto
0201       2 add
0202     } exch cshow
0203     pop pop
0204   } def
0205 }{
0206   /xycp {
0207     currentfont /FontType get 0 eq {
0208       0 2 3 index length 1 sub {
0209         currentpoint 4 index 3 index 2 getinterval false charpath moveto
0210         2 copy get 2 index 3 2 roll 1 add get
0211         pdfTextMat dtransform rmoveto
0212       } for
0213     } {
0214       0 1 3 index length 1 sub {
0215         currentpoint 4 index 3 index 1 getinterval false charpath moveto
0216         2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
0217         pdfTextMat dtransform rmoveto
0218       } for
0219     } ifelse
0220     pop pop
0221   } def
0222 } ifelse
0223 /Tj {
0224   fCol
0225   0 pdfTextRise pdfTextMat dtransform rmoveto
0226   currentpoint 4 2 roll
0227   pdfTextRender 1 and 0 eq {
0228     2 copy xyshow2
0229   } if
0230   pdfTextRender 3 and dup 1 eq exch 2 eq or {
0231     3 index 3 index moveto
0232     2 copy
0233     currentfont /FontType get 3 eq { fCol } { sCol } ifelse
0234     xycp currentpoint stroke moveto
0235   } if
0236   pdfTextRender 4 and 0 ne {
0237     4 2 roll moveto xycp
0238     /pdfTextClipPath [ pdfTextClipPath aload pop
0239       {/moveto cvx}
0240       {/lineto cvx}
0241       {/curveto cvx}
0242       {/closepath cvx}
0243     pathforall ] def
0244     currentpoint newpath moveto
0245   } {
0246     pop pop pop pop
0247   } ifelse
0248   0 pdfTextRise neg pdfTextMat dtransform rmoveto
0249 } def
0250 /TJm { 0.001 mul pdfFontSize mul pdfHorizScaling mul neg 0
0251        pdfTextMat dtransform rmoveto } def
0252 /TJmV { 0.001 mul pdfFontSize mul neg 0 exch
0253         pdfTextMat dtransform rmoveto } def
0254 /Tclip { pdfTextClipPath cvx exec clip newpath
0255          /pdfTextClipPath [] def } def
0256 /Tclip* { pdfTextClipPath cvx exec eoclip newpath
0257          /pdfTextClipPath [] def } def
0258 % Level 2/3 image operators
0259 /pdfImBuf 100 string def
0260 /pdfImStr {
0261   2 copy exch length lt {
0262     2 copy get exch 1 add exch
0263   } {
0264     ()
0265   } ifelse
0266 } def
0267 /skipEOD {
0268   { currentfile pdfImBuf readline
0269     not { pop exit } if
0270     (%-EOD-) eq { exit } if } loop
0271 } def
0272 /pdfIm { image skipEOD } def
0273 /pdfImM { fCol imagemask skipEOD } def
0274 /pr { 2 index 2 index 3 2 roll putinterval 4 add } def
0275 /pdfImClip {
0276   gsave
0277   0 2 4 index length 1 sub {
0278     dup 4 index exch 2 copy
0279     get 5 index div put
0280     1 add 3 index exch 2 copy
0281     get 3 index div put
0282   } for
0283   pop pop rectclip
0284 } def
0285 /pdfImClipEnd { grestore } def
0286 % shading operators
0287 /colordelta {
0288   false 0 1 3 index length 1 sub {
0289     dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
0290       pop true
0291     } if
0292   } for
0293   exch pop exch pop
0294 } def
0295 /funcCol { func n array astore } def
0296 /funcSH {
0297   dup 0 eq {
0298     true
0299   } {
0300     dup 6 eq {
0301       false
0302     } {
0303       4 index 4 index funcCol dup
0304       6 index 4 index funcCol dup
0305       3 1 roll colordelta 3 1 roll
0306       5 index 5 index funcCol dup
0307       3 1 roll colordelta 3 1 roll
0308       6 index 8 index funcCol dup
0309       3 1 roll colordelta 3 1 roll
0310       colordelta or or or
0311     } ifelse
0312   } ifelse
0313   {
0314     1 add
0315     4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
0316     6 index 6 index 4 index 4 index 4 index funcSH
0317     2 index 6 index 6 index 4 index 4 index funcSH
0318     6 index 2 index 4 index 6 index 4 index funcSH
0319     5 3 roll 3 2 roll funcSH pop pop
0320   } {
0321     pop 3 index 2 index add 0.5 mul 3 index  2 index add 0.5 mul
0322     funcCol sc
0323     dup 4 index exch mat transform m
0324     3 index 3 index mat transform l
0325     1 index 3 index mat transform l
0326     mat transform l pop pop h f*
0327   } ifelse
0328 } def
0329 /axialCol {
0330   dup 0 lt {
0331     pop t0
0332   } {
0333     dup 1 gt {
0334       pop t1
0335     } {
0336       dt mul t0 add
0337     } ifelse
0338   } ifelse
0339   func n array astore
0340 } def
0341 /axialSH {
0342   dup 0 eq {
0343     true
0344   } {
0345     dup 8 eq {
0346       false
0347     } {
0348       2 index axialCol 2 index axialCol colordelta
0349     } ifelse
0350   } ifelse
0351   {
0352     1 add 3 1 roll 2 copy add 0.5 mul
0353     dup 4 3 roll exch 4 index axialSH
0354     exch 3 2 roll axialSH
0355   } {
0356     pop 2 copy add 0.5 mul
0357     axialCol sc
0358     exch dup dx mul x0 add exch dy mul y0 add
0359     3 2 roll dup dx mul x0 add exch dy mul y0 add
0360     dx abs dy abs ge {
0361       2 copy yMin sub dy mul dx div add yMin m
0362       yMax sub dy mul dx div add yMax l
0363       2 copy yMax sub dy mul dx div add yMax l
0364       yMin sub dy mul dx div add yMin l
0365       h f*
0366     } {
0367       exch 2 copy xMin sub dx mul dy div add xMin exch m
0368       xMax sub dx mul dy div add xMax exch l
0369       exch 2 copy xMax sub dx mul dy div add xMax exch l
0370       xMin sub dx mul dy div add xMin exch l
0371       h f*
0372     } ifelse
0373   } ifelse
0374 } def
0375 /radialCol {
0376   dup t0 lt {
0377     pop t0
0378   } {
0379     dup t1 gt {
0380       pop t1
0381     } if
0382   } ifelse
0383   func n array astore
0384 } def
0385 /radialSH {
0386   dup 0 eq {
0387     true
0388   } {
0389     dup 8 eq {
0390       false
0391     } {
0392       2 index dt mul t0 add radialCol
0393       2 index dt mul t0 add radialCol colordelta
0394     } ifelse
0395   } ifelse
0396   {
0397     1 add 3 1 roll 2 copy add 0.5 mul
0398     dup 4 3 roll exch 4 index radialSH
0399     exch 3 2 roll radialSH
0400   } {
0401     pop 2 copy add 0.5 mul dt mul t0 add
0402     radialCol sc
0403     encl {
0404       exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
0405       0 360 arc h
0406       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
0407       360 0 arcn h f
0408     } {
0409       2 copy
0410       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
0411       a1 a2 arcn
0412       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
0413       a2 a1 arcn h
0414       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
0415       a1 a2 arc
0416       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
0417       a2 a1 arc h f
0418     } ifelse
0419   } ifelse
0420 } def
0421 end
0422 %%EndResource
0423 %%EndProlog
0424 %%BeginSetup
0425 xpdf begin
0426 %%EndSetup
0427 pdfStartPage
0428 [] 0 d
0429 1 i
0430 0 j
0431 0 J
0432 10 M
0433 1 w
0434 /DeviceGray {} cs
0435 [0] sc
0436 /DeviceGray {} CS
0437 [0] SC
0438 false op
0439 false OP
0440 {} settransfer
0441 0 0 32 32 re
0442 W
0443 q
0444 /DeviceRGB {} cs
0445 [0 0 0] sc
0446 /DeviceRGB {} CS
0447 [0 0 0] SC
0448 [1 0 0 -1 0 32] cm
0449 q
0450 q
0451 Q
0452 Q
0453 q
0454 q
0455 q
0456 [1 0 0 1 0 0] cm
0457 [32 0 0 -32 0 32] cm
0458 /DeviceRGB setcolorspace
0459 <<
0460   /ImageType 1
0461   /Width 32
0462   /Height 32
0463   /ImageMatrix [32 0 0 -32 0 32]
0464   /BitsPerComponent 8
0465   /Decode [0 1 0 1 0 1]
0466   /DataSource currentfile
0467     /ASCII85Decode filter
0468     << >> /DCTDecode filter
0469 >>
0470 pdfIm
0471 s4IA0!"_al8O`[\!<E0k!([(is4[N@!!30%!W`<'!WiE)!WiE*"Tni/!s8`1"9Sf4
0472 "pYA<"pYA=#n%%F#RUhB#7:nI$4@7N$k*@I%M'!W%LW[R%0,&^6NI5i!WrN,"p4r3
0473 $j[(D$k*OQ$k*OQ$k*OQ$k*OQ$k*OQ$k*OQ$k*OQ$k*OQ$k*OQ$k*OQ$k*OQ$k*OQ
0474 $k30O!"fJ:+93Md!?qLF&HMtG!WU(<*rl9A"T\W)!<E3$z!!!!"!WrQ/"pYD?$4Hm
0475 P!4<@<!W`B*!X&T/"U"r.!!.KK!WrE*&Hrdj0gQ!W;.0\RE>10ZOeE%*6F"?A;UOt
0476 Z1LbBV#mqFa(`=5<-7:2j.Ps"@2`NfY6UX@47n?3D;cHat='/U/@q9._B4u!oF*)P
0477 JGBeCZK7nr5LPUeEP*;,qQC!u,R\HRQV5C/hWN*81['d?O\@K2f_o0O6a2lBFdaQ^
0478 rf%8R-g>V&OjQ5OekiqC&o(2MHp@n@XqZ"J6*ru?D!<E3%!<E3%!<<*"!!!!"!WrQ
0479 /"pYD?$4HmP!4<C=!W`?*"9Sc3"U"r.!<RHF!<N?8"9fr'"qj4!#@VTc+u4]T'LIq
0480 UZ,$_k1K*]W@WKj'(*k`q-1Mcg)&ahL-n-W'2E*TU3^Z;(7Rp!@8lJ\h<``C+>%;)
0481 SAnPdkC3+K>G'A1VH@gd&KnbA=M2II[Pa.Q$R$jD;USO``Vl6SpZEppG[^WcW]#)A
0482 '`Q#s>ai`&\eCE.%f\,!<j5f=akNM0qo(2MHp@n@XqZ#7L$j-M1!YGMH!'^J^[J7H
0483 *)od=>n_Shppj9lmgH&*&Z5`-0!&G^+@?%=sWQn:&Z!JmV>Q3<j(;FIbL>(78UA/^
0484 <WG/37&CF$Q0s_&>N/i2JRek1>=8iOIiX'uaq]C(*rY9%6hVL.U[YF1+o2#E2rZgV
0485 fAtg!5rLlk%;jl*n<+SZT8_SR;=skUV066U1.p=mFr6"gf2][jPofDZ&\`7@/-r'!
0486 ;,l&`4))eYGD-KF%4Q#*6m7m-&ibs?(?PB?TXYaa<m(u:lbhFsTbaCt4hKdqnoWN-
0487 ,-f^7-GbXos*uB0>%2C(@*]]s]E087&>\*L"WW)s0NHRN"Ia3BM^PX0A?"k)FD":7
0488 Zape3'Q25[,qME[RXmKi%7R$RY-ahd^2Mq#oHbDPloej\L\<u;(;Pe(roA.6'\>ps
0489 H'BN#QqXg'$f%32o+9)<E*7qSo%=Z>=0tktVb?\UUL)@Rm9:'aT6=iISQ2.kIjQ"\
0490 %_ROO<=2Wb\MS98hQG^TuG$9X6EFe(Kg?r;t$)Qpec%CS=pnp0%dOlMsGLMhk<;`4
0491 `K1YFe4Dk#>F*pbBZ'QZsG'6YnmBb4>:XPI-!+d5f%ibMn4q,rTa=JCm8q9KN(pJ_
0492 E6F)2g+:rKf>4``l^LjY[CVCPY(ZDD*'3X"&qXqOb/bQNI^2+A(eWj>@,<bR&bn,Q
0493 e'afdE[n5C'ffj+UH1OZ,hW)L6\hS>-V.Fe`[b"_:aa,33f`~>
0494 %-EOD-
0495 Q
0496 Q
0497 Q
0498 Q
0499 showpage
0500 %%PageTrailer
0501 pdfEndPage
0502 %%Trailer
0503 end
0504 %%DocumentSuppliedResources:
0505 %%EOF