%!PS-Adobe-3.0 EPSF-3.0 AG17F0NA.PS/AL0X_FRAMEB2_T19_DEH.PS 20191001 %%BoundingBox: 0 0 842 595 /pdfmarkF where {pop} {userdict /pdfmarkF /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put } if [/Title (PostScript pictures: http://farbe.li.tu-berlin.de/AG17/AG17.HTM) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://farbe.li.tu-berlin.de, http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices) /Creator (klaus.richter@mac.com) /CreationDate (D:2019100112000) /ModDate (D:20191001112000) /DOCINFO pdfmarkF [ /View [ /Fit ] /DOCVIEW pdfmarkF %line 20 %Early definition of FF_LM_setgrayG0 identical to former setgray /FF_LM_setgrayG0 {setgray} bind def /FF_LM_setrgbcolorG0 {setrgbcolor} bind def /FF_LM_setcmykcolorG0 {setcmykcolor} bind def /FF_LM_transferG0 {settransfer} bind def /FF_LM_colortransferG0 {setcolortransfer} bind def /FF_LM_xchart_gammaG {/xchart where {pop /xchartN xchart 8 idiv def /xchartP xchart xchart 8 idiv 8 mul sub def} {/xchartN 2.0 def %default /xchartP 0.5 def} ifelse /gammaG 2.4 xchartP 0.18 mul sub 2.4 div 1 2.4 xchartN 0.18 mul sub 2.4 div div mul def gammaG exp } def /FF_LM_setrgbcolorG {%FF_LM_setrgbcolorG /FF_LM_b0L exch def /FF_LM_g0L exch def /FF_LM_r0L exch def FF_LM_r0L 0 le {/FF_LM_r0L 0.0001 def} if FF_LM_g0L 0 le {/FF_LM_g0L 0.0001 def} if FF_LM_b0L 0 le {/FF_LM_b0L 0.0001 def} if /FF_LM_r1F FF_LM_r0L FF_LM_xchart_gammaG def /FF_LM_g1F FF_LM_g0L FF_LM_xchart_gammaG def /FF_LM_b1F FF_LM_b0L FF_LM_xchart_gammaG def FF_LM_r1F FF_LM_g1F FF_LM_b1F FF_LM_setrgbcolorG0 } def %FF_LM_setrgbcolorG /FF_LM_transferG {{FF_LM_xchart_gammaG} FF_LM_transferG0} def /FF_LM_colortransferG {{FF_LM_xchart_gammaG} {FF_LM_xchart_gammaG} {FF_LM_xchart_gammaG} FF_LM_colortransferG0} def %line 56 %BEG INCLUDE TRANSFERS at line 57 (allready included) %BEG 1MR-0000G.TXT ************************************2016-03-01 /1MR-0000G {%BEG procedure 1MR-0000G %1MR-Transform of setgray and setcmykcolor to FF_LM_de_setrgbcolorG %Three procedures and use of the procedure FF_LM_de_setrgbcolorG of global G /setgray {%BEG procedure setgrayG dup dup FF_LM_de_setrgbcolorG %STOPs } def %END procedure setgrayG /setcmykcolor {%BEG procedure setcmykcolorG /FF_LM_k exch def /FF_LM_y exch def /FF_LM_m exch def /FF_LM_c exch def FF_LM_k 0 eq {1 FF_LM_c sub 1 FF_LM_m sub 1 FF_LM_y sub FF_LM_de_setrgbcolorG} {1 FF_LM_k sub dup dup FF_LM_de_setrgbcolorG} ifelse %STOPc } def %END procedure setcmykcolorG /setrgbcolor {%BEG procedure setrgbcolorG /FF_LM_b exch def /FF_LM_g exch def /FF_LM_r exch def FF_LM_r FF_LM_g FF_LM_b FF_LM_de_setrgbcolorG %STOPr } def %BEG procedure setrgbcolorG /settransfer {FF_LM_transferG} def /setcolortransfer {FF_LM_colortransferG} def } def %END procedure 1MR-0000G %END 1MR-0000G.TXT ************************************2016-03-01 %BEG 'AL0X'SEP-0000.TXT *******************************2011-04-01 %****************************************************************** %Empty: No color separation %****************************************************************** %END 'AL0X'SEP-0000.TXT *********************************2011-04-01 %BEG 'AL0X'DEH-000E.TXT *********************************2016-03-01 /Xrx089 729 array def /Yrx089 729 array def /Zrx089 729 array def /Xrx100 729 array def /Yrx100 729 array def /Zrx100 729 array def /R0 729 array def /G0 729 array def /B0 729 array def /RGB0_to_XYZ729 { %BEG procedure RGB0_to_XYZ729 %transfers standard sRGB data (IEC 61966-2-1) to XYZ data for 9x9x9=729 colours %normalized XYZ data with Y=88.59 for display white, compare ISO 9241-306:2008. %requires /(XYZ)rx089 729 array def % /(XYZ)rx100 729 array def %requires in addition /RGB0 1080 array def %row no.1 and 2: 9xrgb /imax 08 def /jmax 08 def /kmax 08 def 0 1 kmax {/k exch def %beg k=0,08 0 1 jmax {/j exch def %beg j=0,jmax 0 1 imax {/i exch def %beg i=0,imax /n i j 9 mul add k 81 mul add def R0 n k kmax div 1000 mul put G0 n j jmax div 1000 mul put B0 n i imax div 1000 mul put } for %end i=0,jmax } for %end j=0,jmax } for %end k=0,kmax /IM0 729 def /IM1 IM0 1 sub def 0 1 IM1 {/i exch def %i=0,IM1 R0 i get 0.04045 le %equations of IEC 61966-2-1:2003 {/RsRGB R0 i get 12.92 div def} {/RsRGB R0 i get 0.001 mul 0.055 add 1.055 div 2.4 exp def} ifelse G0 i get 0.04045 le {/GsRGB G0 i get 12.92 div def} {/GsRGB G0 i get 0.001 mul 0.055 add 1.055 div 2.4 exp def} ifelse B0 i get 0.04045 le {/BsRGB B0 i get 12.92 div def} {/BsRGB B0 i get 0.001 mul 0.055 add 1.055 div 2.4 exp def} ifelse Xrx100 i 0.4124 RsRGB mul 0.3576 GsRGB mul add 0.1805 BsRGB mul add 100 mul put Yrx100 i 0.2126 RsRGB mul 0.7152 GsRGB mul add 0.0722 BsRGB mul add 100 mul put Zrx100 i 0.0193 RsRGB mul 0.1192 GsRGB mul add 0.9505 BsRGB mul add 100 mul put } for %i=0,IM1 0 1 IM1 {/i exch def %i=0,IM1 Xrx089 i Xrx100 i get 0.8859 mul put Yrx089 i Yrx100 i get 0.8859 mul put Zrx089 i Zrx100 i get 0.8859 mul put } for %i=0,IM1 /iN 0 def /iW 728 def /XLN100 Xrx100 iN get def /YLN100 Yrx100 iN get def /ZLN100 Zrx100 iN get def /XLW100 Xrx100 iW get def /YLW100 Yrx100 iW get def /ZLW100 Zrx100 iW get def /XLN089 Xrx089 iN get def /YLN089 Yrx089 iN get def /ZLN089 Zrx089 iN get def /XLW089 Xrx089 iW get def /YLW089 Yrx089 iW get def /ZLW089 Zrx089 iW get def % achromatic (D65) colours /XLWD65100 95.04 def /YLWD65100 100.00 def /ZLWD65100 108.88 def /XLWD65089 95.04 0.8859 mul def /YLWD65089 100.00 0.8859 mul def /ZLWD65089 108.88 0.8859 mul def /XLN001 XLWD65100 100 div def /YLN001 YLWD65100 100 div def /ZLN001 ZLWD65100 100 div def } bind def %END procedure RGB0_to_XYZ729 %*********************************************************** /LAB*e 35 array def %7x5=35 /LAB*e[39.92 58.74 27.99 0.0 0.0 % 00_04 R CIE No.09 elementary colours in LAB, D65 81.26 -2.89 71.56 0.0 0.0 % 05_09 J CIE No.10 52.23 -42.42 13.60 0.0 0.0 % 10_14 G CIE No.11 0.0 0.0 0.0 0.0 0.0 % 15_19 Cgb 30.57 1.41 -46.47 0.0 0.0 % 20_24 B CIE No.12 0.0 0.0 0.0 0.0 0.0 % 25_29 Mbr 39.92 58.74 27.99 0.0 0.0 % 30_34 R+360 CIE No.09 elementary colours in LAB, D65 ] def /LAB*He_Hs { %BEG procedure LAB*He_Hs %calculation of CIELAB data of elementary colours %elemenatry colour data of colour RJGB of CIE R1-47:2009 used %requires /LAB*e 35 array def %7x5=35 %requires /LAB*e data of CIE R1-47 0 1 5 {/j exch def %j=0,5 j 0 eq {LAB*e 03 LAB*e 01 get dup mul LAB*e 02 get dup mul add sqrt put LAB*e 04 LAB*e 02 get LAB*e 01 get 0.0001 add atan put } if j 1 eq {LAB*e 08 LAB*e 06 get dup mul LAB*e 07 get dup mul add sqrt put LAB*e 09 LAB*e 07 get LAB*e 06 get 0.0001 add atan put } if j 2 eq {LAB*e 13 LAB*e 11 get dup mul LAB*e 12 get dup mul add sqrt put LAB*e 14 LAB*e 12 get LAB*e 11 get 0.0001 add atan put } if j 4 eq {LAB*e 23 LAB*e 21 get dup mul LAB*e 22 get dup mul add sqrt put LAB*e 24 LAB*e 22 get LAB*e 21 get 0.0001 add atan put } if } for %j=0,5 3 1 4 {/i exch def %i=3,4 30_34 R+360 LAB*e i 30 add LAB*e i get put i 4 eq {LAB*e i 30 add LAB*e i get 360 add put} if } for %i=3,4 3 2 5 {/i exch def %i=3,5,2 Cgb+Cbr i 3 eq {LAB*e 19 LAB*e 14 get LAB*e 24 get add 0.5 mul put %hab LAB*e 18 LAB*e 13 get LAB*e 23 get add 0.5 mul put %C*ab LAB*e 15 LAB*e 10 get LAB*e 20 get add 0.5 mul put %L* LAB*e 16 LAB*e 18 get LAB*e 19 get cos mul put %a* LAB*e 17 LAB*e 18 get LAB*e 19 get sin mul put %b* } if i 5 eq {LAB*e 29 LAB*e 24 get LAB*e 34 get add 0.5 mul put %hab LAB*e 28 LAB*e 23 get LAB*e 33 get add 0.5 mul put %C*ab LAB*e 25 LAB*e 20 get LAB*e 30 get add 0.5 mul put %L* LAB*e 26 LAB*e 28 get LAB*e 29 get cos mul put %a* LAB*e 27 LAB*e 28 get LAB*e 29 get sin mul put %b* } if } for %i=3,5,2 /LAB*He 7 array def 0 1 6 {/i exch def %i=0,5 LAB*He i LAB*e i 5 mul 4 add get put } for %i=0,5 /LAB*Hs 7 array def /LAB*Hs [30. 90. 150. 210. 270. 330. 390.] def } bind def %END procedure LAB*He_Hs %****************************************************************** /habsi 361 array def /habei 361 array def /hab*sM_to_hab*eM { %BEG Procedure hab*sM_to_hab*eM %transfer from hue angle hab*s of standard colours to hab*e of elementary colours %360 integer hue angles used %360 steps used for the range 0 <= hab*s <= 360 %requires /habsi 361 array def %requires /habei 361 array def 0 1 359 {/i exch def %i=0,359 /habs i def habsi i i put %alpha = [habs - LAB*Hs(h)]/[LAB*Hs(n+1) - LAB*Hs(n)] % = [habs - LAB*Hs(h)]/60 %habe = alpha [LAB*He(n+1) - LAB*He(n)] + LAB*He(n) i 000 ge i 029 le and {/ipan0 5 def /ipan1 6 def /habs habs 360 add def} if i 030 ge i 089 le and {/ipan0 0 def /ipan1 1 def} if i 090 ge i 149 le and {/ipan0 1 def /ipan1 2 def} if i 150 ge i 209 le and {/ipan0 2 def /ipan1 3 def} if i 210 ge i 269 le and {/ipan0 3 def /ipan1 4 def} if i 270 ge i 329 le and {/ipan0 4 def /ipan1 5 def} if i 330 ge i 359 le and {/ipan0 5 def /ipan1 6 def} if /alpha {habs LAB*Hs ipan0 get sub 60 div} bind def /habe {LAB*He ipan1 get LAB*He ipan0 get sub alpha mul LAB*He ipan0 get add} bind def habe 360 ge {/habe habe 360 sub def} if habei i habe round cvi put } for %i=0,359 habsi 360 360 put habei 360 habei 0 get put } bind def %END hab*sM_to_hab*eM %****************************************************************** /r*d361Mi 361 array def /g*d361Mi 361 array def /b*d361Mi 361 array def /hab*sM_to_rgb*d361Mi { %BEG Procedure hab*sM_to_rgb*d361Mi %transfer from hue angle hab*s of standard colours to rgb* data of elementary colours hab*e %360 integer hue angles used %360 steps used for the range 0 <= hab*s <= 360 %requires /habsi 361 array def % /habei 361 array def % /rgb*d361Mi 361 array def 0 1 359 {/i exch def %i=0,359 i 000 ge i 029 le and {r*d361Mi i 1.00 put %Mbr_R, part 2 g*d361Mi i 0.00 put b*d361Mi i 1.00 i 30 add 60 div sub put} if i 030 ge i 089 le and {r*d361Mi i 1.00 put %R_J g*d361Mi i 0.00 i 30 sub 60 div add put b*d361Mi i 0.00 put} if i 090 ge i 149 le and {r*d361Mi i 1.00 i 90 sub 60 div sub put %J_G g*d361Mi i 1.00 put b*d361Mi i 0.00 put} if i 150 ge i 209 le and {r*d361Mi i 0.00 put %G_Cgb g*d361Mi i 1.00 put b*d361Mi i 0.00 i 150 sub 60 div add put} if i 210 ge i 269 le and {r*d361Mi i 0.00 put %Cgb_B g*d361Mi i 1.00 i 210 sub 60 div sub put b*d361Mi i 1.00 put} if i 270 ge i 329 le and {r*d361Mi i 0.00 i 270 sub 60 div add put %B_Mbr g*d361Mi i 0.00 put b*d361Mi i 1.00 put} if i 330 ge i 359 le and {r*d361Mi i 1.00 put %Mbr_R, part 1 g*d361Mi i 0.00 put b*d361Mi i 1.00 i 330 sub 60 div sub put} if } for %i=0,359 r*d361Mi 360 r*d361Mi 0 get put g*d361Mi 360 g*d361Mi 0 get put b*d361Mi 360 b*d361Mi 0 get put } bind def %END hab*sM_to_rgb*d361Mi %****************************************************************** /XIEi 361 array def /x361i 361 array def /r*e361Mi 361 array def /g*e361Mi 361 array def /b*e361Mi 361 array def /LAB*L361Mi 361 array def /LAB*a361Mi 361 array def /LAB*b361Mi 361 array def /LAB*C361Mi 361 array def /LAB*h361Mi 361 array def /LAB*x50M_to_LAB*x361Mi_rgb*x361Mi { %BEG Procedure LAB*x50M_to_LAB*x361Mi_rgb*x361Mi %transfer from measured CIELAB data of a 48 step hue circle %to a 360 step integer hue circle %360 steps used for the range 0 <= LAb*50hM <= 360 %requires /LAB*x50M 50 array def (x=L,a,b,C,h) defined in LAB729a_to_LAB*x50M %requires /rgb*d50M 50 array def defined allways as table %both defined in LAB729a_to_LAB*x50M %requires /LAB*x361M 361 array def (x=L,a,b,C,h) %requires /rgb*e361Mi 361 array def /hmin LAB*h50M 0 get def /hmax LAB*h50M 48 get def /hmini LAB*h50M 0 get cvi def /hmaxi LAB*h50M 48 get cvi def 0 1 360 {/i0 exch def %i=0,360 %default /i1 i0 1 add def /XIE -1 def LAB*L361Mi i0 -1 put LAB*C361Mi i0 -1 put LAB*h361Mi i0 -1 put LAB*a361Mi i0 -1 put LAB*b361Mi i0 -1 put r*e361Mi i0 -1 put g*e361Mi i0 -1 put b*e361Mi i0 -1 put XIEi i0 -1 put x361i i0 -1 put } for %i=0,360 hmini 1 hmaxi {/i0 exch def %i=36,300 0 1 48 {/ix0 exch def %ix0=0,48 /ix1 ix0 1 add def i0 LAB*h50M ix0 get sub 0 ge i0 LAB*h50M ix1 get sub 0 lt and { /im i0 def i0 360 ge {/im i0 360 sub def} if XIEi im i0 LAB*h50M ix0 get sub LAB*h50M ix1 get LAB*h50M ix0 get sub div put /XIE XIEi im get def LAB*L361Mi im LAB*L50M ix0 get LAB*L50M ix1 get LAB*L50M ix0 get sub XIE mul add put LAB*C361Mi im LAB*C50M ix0 get LAB*C50M ix1 get LAB*C50M ix0 get sub XIE mul add put LAB*h361Mi im LAB*h50M ix0 get LAB*h50M ix1 get LAB*h50M ix0 get sub XIE mul add dup 360 ge {360 sub} if put LAB*a361Mi im LAB*C361Mi im get LAB*h361Mi im get cos mul put LAB*b361Mi im LAB*C361Mi im get LAB*h361Mi im get sin mul put r*e361Mi im r*d50M ix0 get r*d50M ix1 get r*d50M ix0 get sub XIE mul add put g*e361Mi im g*d50M ix0 get g*d50M ix1 get g*d50M ix0 get sub XIE mul add put b*e361Mi im b*d50M ix0 get b*d50M ix1 get b*d50M ix0 get sub XIE mul add put ix0 00 ge ix0 07 le and {x361i im 0 put} if ix0 08 ge ix0 15 le and {x361i im 1 put} if ix0 16 ge ix0 23 le and {x361i im 2 put} if ix0 24 ge ix0 31 le and {x361i im 3 put} if ix0 32 ge ix0 39 le and {x361i im 4 put} if ix0 40 ge ix0 47 le and {x361i im 5 put} if exit } if } for %ix0=0,48 } for %i=36,300 LAB*L361Mi 360 LAB*L361Mi 0 get put LAB*a361Mi 360 LAB*a361Mi 0 get put LAB*b361Mi 360 LAB*b361Mi 0 get put LAB*C361Mi 360 LAB*C361Mi 0 get put LAB*h361Mi 360 LAB*h361Mi 0 get 360 add put r*e361Mi 360 r*e361Mi 0 get put g*e361Mi 360 g*e361Mi 0 get put b*e361Mi 360 b*e361Mi 0 get put XIEi 360 XIEi 0 get put x361i 360 x361i 0 get put } bind def %END LAB*x50M_to_LAB*x361Mi_rgb*x361Mi %****************************************************************** /LAB*L50M 50 array def /LAB*a50M 50 array def /LAB*b50M 50 array def /LAB*C50M 50 array def /LAB*h50M 50 array def /LAB729a_to_LAB*x50M { %BEG Procedure LAB729a_to_LAB*x50M %selection of a 48 step hue circle of maximum chroma %out of measured CIELAB data of 9x9x9=729 colours %requires /LAB*x50M 50 array def %requires /LAB729a 729 array def %defined in /xchartj_XYZ729_LAB729a 0 1 5 {/xtonj exch def %xtonj=0,5 0 1 7 {/j exch def %j=0,7 /ja xtonj 8 mul j add def xtonj 0 eq {/jx 648 j 09 mul add def} if %see O00Y-O83Y, -0 xtonj 1 eq {/jx 720 j 81 mul sub def} if %see Y00L-Y83L, -81 xtonj 2 eq {/jx 072 j add def} if %see L00C-L83C, +01 xtonj 3 eq {/jx 080 j 09 mul sub def} if %see C00V-C83V, -09 xtonj 4 eq {/jx 008 j 81 mul add def} if %see V00M-V83M, -81 xtonj 5 eq {/jx 656 j sub def} if %see M00O-M83O, +01 LAB*L50M ja L729a jx get put LAB*a50M ja a729a jx get put LAB*b50M ja b729a jx get put LAB*C50M ja LAB*a50M ja get dup mul LAB*b50M ja get dup mul add sqrt put LAB*h50M ja LAB*b50M ja get LAB*a50M ja get 0.0001 add atan put xtonj 5 eq LAB*h50M ja get 90 le and {LAB*h50M ja LAB*h50M ja get 360 add put} if } for %j=0,7 } for %xtonj=0,5 LAB*L50M 48 LAB*L50M 0 get put LAB*a50M 48 LAB*a50M 0 get put LAB*b50M 48 LAB*b50M 0 get put LAB*C50M 48 LAB*C50M 0 get put LAB*h50M 48 LAB*h50M 0 get 360 add put LAB*L50M 49 LAB*L50M 1 get put LAB*a50M 49 LAB*a50M 1 get put LAB*b50M 49 LAB*b50M 1 get put LAB*C50M 49 LAB*C50M 1 get put LAB*h50M 49 LAB*h50M 1 get 360 add put } bind def %END LAB729a_to_LAB*x50M %************************************************************************ /Lrc089 729 array def /arc089 729 array def /brc089 729 array def /Xrc089 729 array def /Yrc089 729 array def /Zrc089 729 array def /Lra089 729 array def /ara089 729 array def /bra089 729 array def /Xra089 729 array def /Yra089 729 array def /Zra089 729 array def /Lna089 729 array def /ana089 729 array def /bna089 729 array def /Xna089 729 array def /Yna089 729 array def /Zna089 729 array def /Lla089 729 array def /ala089 729 array def /bla089 729 array def /Xla089 729 array def /Yla089 729 array def /Zla089 729 array def /X729 729 array def /Y729 729 array def /Z729 729 array def /L729 729 array def %not adapted /a729 729 array def /b729 729 array def /L729a 729 array def %adapted /a729a 729 array def /b729a 729 array def /ilf 8 array def /ilf [0.00 0.25 0.50 1.00 2.00 4.00 8.00 16.00] def /Lrefl 11 array def /Lrefl [(0%) (0%) (0%) (0%) (0,6%) (1,2%) (2,5%) (5%) (10%) (20%) (40%)] def /xchartj_XYZ729_LAB729a { %BEG Procedure xchartj_LAB729a %transfer from XYZ729 data to LAB729a CIELAB data for 9x9x9=729 colours %requires 0<= xchartj <=10 (11 luminance reflections) %requires /(XYZ)x089 3240 array def (x=rc,ra,na,la) %requires /(Lab)x089 3240 array def (x=rc,ra,na,la) %requires /x729 729 array def (x=X,Y,Z) %not adapted %requires /x729 729 array def (x=L,a,b) %not adapted %requires /x729a 729 array def (x=L,a,b) %adapted xchartj 2 le {/il 0 def} {/il xchartj 3 sub def} ifelse %Reference black and factors /YrN 2.52 def /Xtref089 YrN ilf il get mul XLN001 mul def /Ytref089 YrN ilf il get mul def /Ztref089 YrN ilf il get mul ZLN001 mul def /YNil Ytref089 def /YNil001 YNil 100 div def YNil001 6 29 div 3 exp ge {/FYYn YNil001 0.3333 exp def} {/FYYn 841 108 div YNil001 mul 4 29 div add def} ifelse /L*Nil 116 FYYn mul 16 sub def /IM1 728 def 0 1 IM1 {/i exch def %i=0,IM1 Xrc089 i Xrx089 i get put Yrc089 i Yrx089 i get put Zrc089 i Zrx089 i get put /XQ Xrc089 i get XLWD65100 div def /YQ Yrc089 i get YLWD65100 div def /ZQ Zrc089 i get ZLWD65100 div def XQ 0 lt {/XQ 0.00000001 def} if YQ 0 lt {/YQ 0.00000001 def} if ZQ 0 lt {/ZQ 0.00000001 def} if Lrc089 i YQ 0.008856 lt {903.3 YQ mul} {YQ 0.33333333 exp 116 mul 16 sub} ifelse put arc089 i XQ 0.008856 lt {7.787 XQ mul 16 116 div add} {XQ 0.33333333 exp} ifelse YQ 0.008856 lt {7.787 YQ mul 16 116 div add} {YQ 0.33333333 exp} ifelse sub 500 mul put brc089 i YQ 0.008856 lt {7.787 YQ mul 16 116 div add} {YQ 0.33333333 exp} ifelse ZQ 0.008856 lt {7.787 ZQ mul 16 116 div add} {ZQ 0.33333333 exp} ifelse sub 200 mul put } for %i=0,IM1 /L*N Lrc089 0 get def /A*N arc089 0 get def /B*N brc089 0 get def /L*W Lrc089 728 get def /A*W arc089 728 get def /B*W brc089 728 get def 0 1 IM1 {/i exch def %i=0,IM1 Lra089 i Lrc089 i get put /l*CIE Lrc089 i get L*N sub L*W L*N sub div def %system rel. lightn. /a*s A*W A*N sub l*CIE mul def /b*s B*W B*N sub l*CIE mul def ara089 i arc089 i get A*N sub a*s sub put bra089 i brc089 i get B*N sub b*s sub put } for %i=0,IM1 0 1 IM1 {/i exch def %i=0,IM1 /X* {Lra089 i get 16 add 116 div ara089 i get 500 div add} bind def /Y* {Lra089 i get 16 add 116 div} bind def /Z* {Lra089 i get 16 add 116 div bra089 i get 200 div sub} bind def Xra089 i X* DecodeXYZ* XLWD65100 mul put Yra089 i Y* DecodeXYZ* YLWD65100 mul put Zra089 i Z* DecodeXYZ* ZLWD65100 mul put } for %i=0,IM1 xchartj 2 ge {%xchartj>=2 %for white X data /Xwref089 Xra089 728 get def /Ywref089 Yra089 728 get def /Zwref089 Zra089 728 get def %for black X data /YrN Yra089 0 get def /Xnref089 YrN XLN001 mul def /Ynref089 YrN def /Znref089 YrN ZLN001 mul def /IM1 728 def 0 1 IM1 {/i exch def %i=1,IM1 Xna089 i Xra089 i get Xnref089 sub Xwref089 Xwref089 Xnref089 sub div mul put Yna089 i Yra089 i get Ynref089 sub Ywref089 Ywref089 Ynref089 sub div mul put Zna089 i Zra089 i get Znref089 sub Zwref089 Zwref089 Znref089 sub div mul put } for %i=1,IM1 0 1 IM1 {/i exch def %i=1,IM1 /XQ Xna089 i get XLWD65100 div def /YQ Yna089 i get YLWD65100 div def /ZQ Zna089 i get ZLWD65100 div def XQ 0 lt {/XQ 0.00000001 def} if YQ 0 lt {/YQ 0.00000001 def} if ZQ 0 lt {/ZQ 0.00000001 def} if Lna089 i YQ 0.008856 lt {903.3 YQ mul} {YQ 0.33333333 exp 116 mul 16 sub} ifelse put ana089 i XQ 0.008856 lt {7.787 XQ mul 16 116 div add} {XQ 0.33333333 exp} ifelse YQ 0.008856 lt {7.787 YQ mul 16 116 div add} {YQ 0.33333333 exp} ifelse sub 500 mul put bna089 i YQ 0.008856 lt {7.787 YQ mul 16 116 div add} {YQ 0.33333333 exp} ifelse ZQ 0.008856 lt {7.787 ZQ mul 16 116 div add} {ZQ 0.33333333 exp} ifelse sub 200 mul put } for %i=1,IM1 } if %xchart>=2 xchartj 3 ge {%xchart>=3 %for white X data /Xwref089 Xra089 728 get def /Ywref089 Yra089 728 get def /Zwref089 Zra089 728 get def /kn Ywref089 Ywref089 Ytref089 sub div def 0 1 IM1 {/i exch def %i=1,IM1 Xla089 i Xna089 i get kn div Xtref089 add put Yla089 i Yna089 i get kn div Ytref089 add put Zla089 i Zna089 i get kn div Ztref089 add put } for %i=1,IM1 0 1 IM1 {/i exch def %i=1,IM1 /XQ Xla089 i get XLWD65100 div def /YQ Yla089 i get YLWD65100 div def /ZQ Zla089 i get ZLWD65100 div def XQ 0 lt {/XQ 0.00000001 def} if YQ 0 lt {/YQ 0.00000001 def} if ZQ 0 lt {/ZQ 0.00000001 def} if Lla089 i YQ 0.008856 lt {903.3 YQ mul} {YQ 0.33333333 exp 116 mul 16 sub} ifelse put ala089 i XQ 0.008856 lt {7.787 XQ mul 16 116 div add} {XQ 0.33333333 exp} ifelse YQ 0.008856 lt {7.787 YQ mul 16 116 div add} {YQ 0.33333333 exp} ifelse sub 500 mul put bla089 i YQ 0.008856 lt {7.787 YQ mul 16 116 div add} {YQ 0.33333333 exp} ifelse ZQ 0.008856 lt {7.787 ZQ mul 16 116 div add} {ZQ 0.33333333 exp} ifelse sub 200 mul put } for %i=1,IM1 } if %xchart>=3 xchartj 0 eq {%xchartj=0 (1x) 0 1 IM1 {/i exch def %i=0,IM1 L729 i Lrc089 i get put a729 i arc089 i get put b729 i brc089 i get put X729 i Xrc089 i get put Y729 i Yrc089 i get put Z729 i Zrc089 i get put } for %i=0,IM1 } if %xchartj=0 (1x) xchartj 1 eq {%xchartj=1 (1x) 0 1 IM1 {/i exch def %i=0,IM1 L729 i Lra089 i get put a729 i ara089 i get put b729 i bra089 i get put X729 i Xra089 i get put Y729 i Yra089 i get put Z729 i Zra089 i get put } for %i=0,IM1 } if %xchartj=1 (1x) xchartj 2 eq {%xchartj=2 (1x) 0 1 IM1 {/i exch def %i=0,IM1 L729 i Lna089 i get put a729 i ana089 i get put b729 i bna089 i get put X729 i Xna089 i get put Y729 i Yna089 i get put Z729 i Zna089 i get put } for %i=0,IM1 } if %xchartj=2 (1x) xchartj 3 ge {%xchartj=3,4,5,6,7,8,9,10 (8x) 0 1 728 {/i exch def %i=0,IM1 L729 i Lla089 i get put a729 i ala089 i get put b729 i bla089 i get put X729 i Xla089 i get put Y729 i Yla089 i get put Z729 i Zla089 i get put } for %i=0,IM1 } if %xchartj=3,4,5,6,7,8,9,10 (8x) %Adaptation /L*Nio L729 000 get def /A*Nio a729 000 get def /B*Nio b729 000 get def /L*Wio L729 728 get def /A*Wio a729 728 get def /B*Wio b729 728 get def /A*Dio A*Wio A*Nio sub def /B*Dio B*Wio B*Nio sub def 0 1 728 {/j exch def %j=0,728 L729a j L729 j get put /l*CIE L729 j get L*Nio sub L*Wio L*Nio sub div def %system rel. lightn. /a*s A*Wio A*Nio sub l*CIE mul def /b*s B*Wio B*Nio sub l*CIE mul def a729a j a729 j get A*Nio sub a*s sub put b729a j b729 j get B*Nio sub b*s sub put } for %j=0,728 xchartj 0 eq {/Xprint 0 def /FileData (LAB*rc) def} if xchartj 1 eq {/Xprint 1 def /FileData (LAB*ra) def} if xchartj 2 eq {/Xprint 1 def /FileData (LAB*na) def} if xchartj 3 eq {/Xprint 1 def /FileData (LAB*la0) def} if xchartj 4 eq {/Xprint 1 def /FileData (LAB*la1) def} if xchartj 5 eq {/Xprint 1 def /FileData (LAB*la2) def} if xchartj 6 eq {/Xprint 1 def /FileData (LAB*la3) def} if xchartj 7 eq {/Xprint 1 def /FileData (LAB*la4) def} if xchartj 8 eq {/Xprint 1 def /FileData (LAB*la5) def} if xchartj 9 eq {/Xprint 1 def /FileData (LAB*la6) def} if xchartj 10 eq {/Xprint 1 def /FileData (LAB*la7) def} if } bind def %END xchartj_XYZ729_LAB729a %************************************************************************ /FF_LM_de_setrgbcolorG {%BEG procedure FF_LM_de_setrgbcolorG %transfer of device to elementary colors %requires /habsi 361 array def %defined in hab*sM_to_hab*eM %requires /habei 361 array def %defined in hab*sM_to_hab*eM %requires /rgb*e361Mi 361 array def %defined in LAB*x50M_to_LAB*x361Mi_rgb*x361Mi /FFM_bs exch def /FFM_gs exch def /FFM_rs exch def %test grey or color FFM_rs FFM_gs sub abs 0.002 le FFM_gs FFM_bs sub abs 0.002 le and {%grey or color /r*d FFM_rs def /g*d FFM_gs def /b*d FFM_bs def /i*d r*d def /c*d 0 def /r*eM 1 def /g*eM 1 def /b*eM 1 def /r*eF r*d def /g*eF g*d def /b*eF b*d def } {%color /hsi FFM_rs 030 sin mul FFM_gs 150 sin mul add FFM_bs 270 sin mul add %y_e FFM_rs 030 cos mul FFM_gs 150 cos mul add %x_e 0.0001 add atan 0.5 add cvi def /hei habei hsi get def /r*d FFM_rs def /g*d FFM_gs def /b*d FFM_bs def %calculation of i* and c* of colour F /maxd r*d def maxd g*d lt {/maxd g*d def} if maxd b*d lt {/maxd b*d def} if /mind r*d def mind g*d gt {/mind g*d def} if mind b*d gt {/mind b*d def} if /i*d maxd def /c*d maxd mind sub def %calculation of rgb*e /r*eM r*e361Mi hei get def /g*eM g*e361Mi hei get def /b*eM b*e361Mi hei get def /heM r*eM 030 sin mul g*eM 150 sin mul add b*eM 270 sin mul add %y_e r*eM 030 cos mul g*eM 150 cos mul add %x_e 0.0001 add atan def %calculation of rgb*eF of colour F c*d 1 eq {%c*d=1,#1 /r*eF r*eM def /g*eF g*eM def /b*eF b*eM def} {%c*d#1 heM 030 ge heM 090 lt and {%r>g>b /r*eF r*eM i*d mul def /g*eF g*eM 1 g*eM sub 1 c*d sub mul add i*d mul def /b*eF b*eM 1 add c*d sub i*d mul def} if heM 090 ge heM 150 lt and {%g>r>b /r*eF r*eM 1 r*eM sub 1 c*d sub mul add i*d mul def /g*eF g*eM i*d mul def /b*eF b*eM 1 add c*d sub i*d mul def} if heM 150 ge heM 210 lt and {%g>b>r /r*eF r*eM 1 add c*d sub i*d mul def /g*eF g*eM i*d mul def /b*eF b*eM 1 b*eM sub 1 c*d sub mul add i*d mul def} if heM 210 ge heM 270 lt and {%b>g>r /r*eF r*eM 1 add c*d sub i*d mul def /g*eF g*eM 1 g*eM sub 1 c*d sub mul add i*d mul def /b*eF b*eM i*d mul def} if heM 270 ge heM 330 lt and {%b>r>g /r*eF r*eM 1 r*eM sub 1 c*d sub mul add i*d mul def /g*eF g*eM 1 add c*d sub i*d mul def /b*eF b*eM i*d mul def} if heM 330 ge heM 360 lt and heM 000 ge heM 030 lt and or {%r>b>g /r*eF r*eM i*d mul def /g*eF g*eM 1 add c*d sub i*d mul def /b*eF b*eM 1 b*eM sub 1 c*d sub mul add i*d mul def} if } ifelse %c*d=1,#1 %STOP2 } ifelse %grey or color r*eF g*eF b*eF FF_LM_setrgbcolorG } bind def %END procedure FF_LM_de_setrgbcolorG.TXT %END 'OK0X'DEH-000E.TXT ************************************2011-04-01 %END INCLUDE TRANSFERS %*********************************************************************************** %0 room to include more PS-Code %1 %2 %3 %4 %5 %6 %7 %8 %9 %0 %1 %2 %3 %4 %5 %6 %7 %8 %9 %0 %1 %2 %3 %4 %5 /BeginEPSFG {% def % Prepare for EPS file Global (G) /b4_Inc_state save def % Save state for cleanup /dict_count countdictstack def /op_count count 1 sub def % Count objects on op stack userdict begin % Make userdict current dict /showpage {} def 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin 10 setmiterlimit [] 0 setdash newpath /languagelevel where % If level not equal to 1 then {pop languagelevel where % If level not equal to 1 then 1 ne {false setstrokeadjust false setoverprint } if } if } bind def /EndEPSFG {% def % End for EPS file Global (G) count op_count sub {pop} repeat countdictstack dict_count sub {end} repeat % Clean up dict stack b4_Inc_state restore } bind def /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /A4querG {598 0 translate 90 rotate} def % !AUSTAUSCH Times-Roman -> Times-Roman-ISOLatin1=Times-I /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /RK {250 /Times-Roman FS} bind def /RM {300 /Times-Roman FS} bind def /RG {350 /Times-Roman FS} bind def /RIK {250 /Times-Italic FS} bind def /RIM {300 /Times-Italic FS} bind def /RIG {350 /Times-Italic FS} bind def /RBK {250 /Times-Bold FS} bind def /RBM {300 /Times-Bold FS} bind def /RBG {350 /Times-Bold FS} bind def /RBIK {250 /Times-BoldItalic FS} bind def /RBIM {300 /Times-BoldItalic FS} bind def /RBIG {350 /Times-BoldItalic FS} bind def /TK {250 /Times-ISOL1 FS} bind def /TM {300 /Times-ISOL1 FS} bind def /TG {350 /Times-ISOL1 FS} bind def /TIK {250 /TimesI-ISOL1 FS} bind def /TIM {300 /TimesI-ISOL1 FS} bind def /TIG {350 /TimesI-ISOL1 FS} bind def /TBK {250 /TimesB-ISOL1 FS} bind def /TBM {300 /TimesB-ISOL1 FS} bind def /TBG {350 /TimesB-ISOL1 FS} bind def /TBIK {250 /TimesBI-ISOL1 FS} bind def /TBIM {300 /TimesBI-ISOL1 FS} bind def /TBIG {350 /TimesBI-ISOL1 FS} bind def %*********************************************************** /r*d50M 50 array def /r*d50M [1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %R 1.000 0.875 0.750 0.625 0.500 0.375 0.250 0.125 %J 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %G 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %C 0.000 0.125 0.250 0.375 0.500 0.625 0.750 0.875 %B 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %M 1.000 1.000 ] def /g*d50M 50 array def /g*d50M [0.000 0.125 0.250 0.375 0.500 0.625 0.750 0.875 %R 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %J 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %G 1.000 0.875 0.750 0.625 0.500 0.375 0.250 0.125 %C 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %B 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %M 0.000 0.125 ] def /b*d50M 50 array def /b*d50M [0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %R 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %J 0.000 0.125 0.250 0.375 0.500 0.625 0.750 0.875 %G 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %C 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %B 1.000 0.875 0.750 0.625 0.500 0.375 0.250 0.125 %M 0.000 0.000 ] def %*********************************************************** /XD65W 95.04 def /YD65W 100.00 def /ZD65W 108.88 def /XD50W 96.42 def /YD50W 100.00 def /ZD50W 82.51 def /DAKTE [(D65) (D50)] def /DecodeXYZ* {dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse} bind def /cvishow {cvi 6 string cvs show} def /cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def /cvsshow2 {100 mul cvi 0.01 mul 7 string cvs show} def /cvsshow3 {1000 mul cvi 0.001 mul 7 string cvs show} def /cvsshow1g {/nxx exch def %example nxx=99.1/99.0 nxx 10 mul cvi /nxi exch def %nxi=991/990 nxi 10 idiv /nxa exch def %nxa=99 nxi nxa 10 mul sub /nxb exch def %nxb=1/0 nxa cvishow (,) show %nxa=99 nxb cvishow %nxb=1/0 } def /cvsshow2g {/nxx exch def %example nxx=99.12/99,02/99,00 nxx 100 mul cvi /nxi exch def %nxi=9912/9902/00 nxi 100 idiv /nxa exch def %nxa=99 nxi nxa 100 mul sub /nxb exch def %nxb=12/02/00 nxa cvishow (,) show %nxb=99, nxb 10 ge {nxb cvishow} if %nxb=12 nxb 1 ge nxb 9 le and {(0) show nxb cvishow} if %nxb=02 nxb 0 eq {(00) show} if %nxb=00 } def /cvsshow3g {/nxx exch def %example nxx=99.123/99.012/99.001/99.000 nxx 1000 mul cvi /nxi exch def %nxi=99123/99012/99001/99000 nxi 1000 idiv /nxa exch def %nxa=99 nxi nxa 1000 mul sub /nxb exch def %nxb=123/012/001/000 nxa cvishow (,) show %nxb=99, nxb 100 ge {nxb cvishow} if %nxb=123/012/001/000 nxb 10 ge nxb 99 le and {(0) show nxb cvishow} if %nxb=012 nxb 1 ge nxb 9 le and {(00) show nxb cvishow} if %nxb=001 nxb 0 eq {(000) show} if %nxb=000 } def %*********************************************************** /proc_frameg { %BEG proc_frameg(_DEH) /MX {0.33 mul} def /10MXN {10 MX /Times-ISOL1 FS} def /12MXN {11 MX /Times-ISOL1 FS} def /12MXI {11 MX /TimesI-ISOL1 FS} def /12MXR {11 MX /Times-Roman FS} def /lanind 1 def /lantex [(G) (E) (S) (N) (I) (J) (M)] def /showde {0 lanindg eq {show} {pop} ifelse} bind def /showen {1 lanindg eq {show} {pop} ifelse} bind def /showes {2 lanindg eq {show} {pop} ifelse} bind def /showfr {3 lanindg eq {show} {pop} ifelse} bind def /showit {4 lanindg eq {show} {pop} ifelse} bind def /showjp {5 lanindg eq {show} {pop} ifelse} bind def /showea {1 lanindg le {show} {pop} ifelse} bind def /showm {6 lanindg eq {show} {pop} ifelse} bind def 0 setgray 0.15 setlinewidth /xframe1 003 def /xframe2 292 def /yframe1 001 def /yframe2 207 def /cvishow {cvi 6 string cvs show} def /cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def /cvsshow2 {100 mul cvi 0.01 mul 7 string cvs show} def /cvsshow3 {1000 mul cvi 0.001 mul 7 string cvs show} def /xtextf 1 def xtextf 1 eq {%xtextf=1 xframe1 yframe1 moveto xframe2 0 rlineto 0 yframe2 rlineto xframe2 neg 0 rlineto closepath stroke 3.5 1.8 moveto 12MXN (AG17/AG17) show (L0N) show (A.PDF /.PS) show (, Page ) showen (, Seite ) showde xchartg xchartdg idiv pchartmg mul pchartg add 1 add cvishow (/) show xchartmg xchartdg idiv pchartmg mul cvishow (, ) show 12MXI (rgb/cmy0/000n/w->rgb) show 10MXN 0 -1 rmoveto Txx show 0 1 rmoveto 12MXN /CYi [((288:1)) ((144:1)) ((72:1)) ((36:1)) ((18:1)) ((9:1)) ((4,5:1)) ((2,25:1))] def 115 1.8 moveto 12MXI (C) show 10MXN 0 -0.5 rmoveto (Y) show xchartdg 1 eq {8 xchartg sub} {(N) show 8 xchartg xchartdg idiv sub} ifelse cvishow 0 0.5 rmoveto 12MXN ( ) show CYi xchartg xchartdg idiv get show (:) show 12MXI ( g) show 10MXN 0 -0.5 rmoveto (P) show 0 0.5 rmoveto 12MXN (=) show /xchartNf xchartg 8 idiv def /xchartPf xchartg xchartg 8 idiv 8 mul sub def colormg 0 eq {%colormg=0,1 (1.000; ) show} {2.4 xchartPf 0.18 mul sub 2.4 div cvsshow3g (; ) show } ifelse %colormg=0,1 12MXI (g) show 10MXN 0 -0.5 rmoveto (N) show 0 0.5 rmoveto 12MXN (=) show colormg 0 eq {%colormg=0,1 (1,000; ) show} {1 2.4 xchartNf 0.18 mul sub 2.4 div div cvsshow3g } ifelse %colormg=0,1 172 1.8 moveto 12MXR serverA show (AG17/AG17) show (F0P) show (X) show % (_CY) show 8 xchartg xchartdg idiv sub cvishow (_) show pchartg 1 add cvishow (.PDF /.PS) show %(0) show %(N) show LEX$ show } if %xtextf=1 } def %END proc_framef(_DEH) %*********************************************************************************** %%EndProlog %%BeginPageSetup /#copies 1 def %A4querG 1.0 1.0 scale /pgsave save def %%EndPageSetup 0.0 MM 0.0 MM translate %Verschiebung nach oben und links fuer Belichter gsave /SS$ [(G) (E) (S) (F) (I) (J) (M)] def /SC$ [(N) (F) (S) (D) (T) (E) (C)] def /SX$ [(0) (1) (2) (3) (4) (5) (6) (7) (8) (9) (A) (B) (C) (D) (E) (F)] def /SY$ [(0) (1) (2) (3) (4) (5) (6) (7) (8) (9) (A) (B) (C) (D) (E) (F)] def % 0 1 2 3 4 % 5 6 7 8 9 /EX$ [(A.PDF /.PS) (B.BMP /.PS) (G.GIF /.PS) (H.HTM /.PS) (I.HTM /.PS) (J.JPE /.PS) (P.PDF /.PS) (T.TIF /.PS) (S.PDF /.PS) (L.PDF /.PS)] def /EY$ [(A.DAT) (B.DAT) (G.DAT) (H.DAT) (I.DAT) (J.DAT) (P.DAT) (T.DAT) (S.DAT) (L.DAT)] def /server0 (http://www.ps.bam.de/) def /server1 (http://130.149.60.45/~farbmetrik/) def /server2 (http://farbe.li.tu-berlin.de/) def /server3 (http://standards.iso.org/iso/9241/306/ed-2/) def %line 1229 END SECTION 0 ********** %line 1430 BEG SECTION 2 ********** /lanind1g 00 def /lanind2g 00 def /laninddg 01 def /lanindmg 01 def /colorm1g 01 def /colorm2g 01 def /colormdg 01 def /colormmg 01 def /deintp1g 01 def /deintp2g 01 def /deintpdg 01 def /deintpmg 01 def /xcolor1g 00 def /xcolor2g 00 def /xcolordg 01 def /xcolormg 01 def /xchart1g 00 def /xchart2g 00 def /xchartdg 01 def /xchartmg 08 def /pchart1g 01 def /pchart2g 01 def /pchartdg 01 def /pchartmg 03 def /colsep1g 00 def /colsep2g 00 def /colsepdg 01 def /colsepmg 01 def /pmetam1g 00 def /pmetam2g 00 def /pmetamdg 01 def /pmetammg 01 def /xchart3g 00 def %free %/xchart4g 00 def %define in 4f: charts ISO/IEC 3, 2, 4; CIE R8-09 G, O, H /xchart5g 00 def %free /serverA server2 def /serverB server2 def %/lanindg lanind1g def % /lanindg lanind1g def %lanind1g laninddg lanind2g {/lanindg exch def %/colormg colorm1g def % /colormg colorm1g def %colorm1g colormdg colorm2g {/colormg exch def %/deintpg deintp1g def % /deintpg deintp1g def %deintp1g deintpdg deintp2g {/deintpg exch def %/xcolorg xcolor1g def % /xcolorg xcolor1g def %xcolor1g xcolordg xcolor2g {/xcolorg exch def %/xchartg xchart1g def % /xchartg xchart1g def %xchart1g xchartdg xchart2g {/xchartg exch def %/pchartg pchart1g def % /pchartg pchart1g def %pchart1g pchartdg pchart2g {/pchartg exch def %/colsepg colsep1g def % /colsepg colsep1g def %colsep1g colsepdg colsep2g {/colsepg exch def %/pmetamg pmetam1g def % /pmetamg pmetam1g def %pmetam1g pmatamdg pmetam2g {/pmetamg exch def /xchartj 3 def %sRGB, Lr=0 gsave /lanind lanindg def /colorm colormg def /deintp deintpg def /xcolor xcolorg def /xchart xchartg def /xchart3 xchart3g def %/xchart4 xchart4g def /xchart4 xchart5g def /pchart pchartg def /colsep colsepg def /pmetam pmetamg def %line 1479 %BEG INCLUDE FAD-0000G at line 1479 %BEG FAD-000G_DEH.TXT*************************************************2011-03-01 %BEG only for colormg=1 %default values /hei -1 def /heM -1 def colormg 1 eq {%colormg=1 RGB0_to_XYZ729 %transfers standard sRGB data (IEC 61966-2-1) to XYZ data for 9x9x9=729 colours %normalized XYZ data with Y=88.59 for display white, compare ISO 9241-306:2008. %for use of 1-minus relation (1MR) %for interpretation of device colours d as elemetary colours e xchartj_XYZ729_LAB729a LAB*He_Hs LAB729a_to_LAB*x50M hab*sM_to_hab*eM hab*sM_to_rgb*d361Mi LAB*x50M_to_LAB*x361Mi_rgb*x361Mi 1MR-0000G %uses subprocedure FF_LM_de_setrgbcolorG %transfers device colours d to elementary colours e } if %colormg=1 %END only for colormg=1 %END FAD-000G_DEH.TXT********************************************2011-03-01 %END INCLUDE FAD colorm 0 eq deintp 0 eq and {/Txx (dd) def /Fxx (d) def} if colorm 0 eq deintp 1 eq and {/Txx (de) def /Fxx (e) def} if colorm 1 eq deintp 0 eq and {/Txx (*dd) def /Fxx (*d) def} if colorm 1 eq deintp 1 eq and {/Txx (*de) def /Fxx (*e) def} if 1 MM dup scale proc_frameg %includes no showpage grestore gsave BeginEPSFG 0 MM 0 MM translate %%BeginDocument: %line 1529 %BEG INCLUDE TEST FILE at line 1529 %!PS-Adobe-3.0 EPSF-3.0 http://farbe.li.tu-berlin.de/AG17/AG17L00XX.PS 191001 %%BoundingBox: 14 08 828 584 /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [/Title (PostScript pictures: http://standards.iso.org/iso/9241/306/ed-2/AG17/AG17.HTM) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://farbe.li.tu-berlin.de, http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices) /Creator (klaus.richter@mac.com) /CreationDate (D:2019100112000) /ModDate (D:20191001112000) /DOCINFO pdfmark [ /View [ /FitB ] /DOCVIEW pdfmark %line20 %BEG AG17/OUTLIN10.PS Output Linearization linear (OL) rgb*->rgb'* 20160301 %Early Binding: needed for colour separation %/sgcmykcolor {setcmykcolor} bind def %/sggray {setgray} bind def %/sgrgbcolor {setrgbcolor} bind def %FILE PREPARED FOR MIXED MODE, e. g. input ORS18 and output TLS00 %/IMES 0 def %0=LAB* used, no reflection factor necessary /IMES 1 def /Yre 2.52 def %1=XYZ measurement and standard device reflection %/i*ptrsc 0 def %LAB* setcolor to cmy0* / 000n* setcmykcolor /i*ptrsc 1 def %LAB* setcolor to olv* setrgbcolor / w* setgray %/i*ptrsc 2 def %LAB* setcolor to cmy0* / nnn0* setcmykcolor %/i*ptrsc 3 def %LAB* setcolor to olv* / www* setrgbcolor %/i*ptrsc 4 def %LAB* setcolor to lab* setcolor %/i*ptrsc 5 def %LAB* setcolor to LAB* setcolor %/i*ptrsc 6 def %LAB* setcolor to 000n* setcmykcolor %/i*ptrsc 7 def %LAB* setcolor to w* setgray %/ISIN*ioG 0 def %default input for Offset Reflective System (ORS18/FRS09) %/ISOU*ioG 0 def %default output dto. /ISIN*ioG 1 def %input for Television Luminous System (TLS00) /ISOU*ioG 1 def %output dto. %/ISIN*ioG 2 def %input for Device Reflective measurement system (FRS09) %/ISOU*ioG 2 def %output dto. %/ISIN*ioG 3 def %input for Television Luminous Reflection System (TLS18) %/ISOU*ioG 3 def %output dto. %/ISIN*ioG 4 def %input for Natural Luminous System (NLS00) %/ISOU*ioG 4 def %output dto. %/ISIN*ioG 5 def %input for Natural Reflective System (NRS11) %/ISOU*ioG 5 def %output dto. %/ISIN*ioG 6 def %input for Standard Reflective System (CIE18) %/ISOU*ioG 6 def %output dto. %/ISIN*ioG 7 def %input for Standard Reflective System (TLS70) %/ISOU*ioG 7 def %output dto. /iLAB 0 def %/colormg 0 def %END AG17/OUTLIN10.PS Output Linearization linear (OL) rgb*->rgb'* 20160301 %BEG AG17/OUTLIN1X.PS 20110801 %EMPTY %END AG17/OUTLIN1X.PS 20110801 %BEG AG17/OUTLIN1Y2 EARLY BINDING 'F' with 1MR-0000F 20160101 %BEG 1MR-0000F.TXT ************************************20110601 /1MR-0000F {%BEG procedure 1MR-0000F /FF_LM_setgrayF0 {setgray} bind def /FF_LM_setrgbcolorF0 {setrgbcolor} bind def /FF_LM_setcmykcolorF0 {setcmykcolor} bind def /FF_LM_transferF0 {settransfer} bind def /FF_LM_colortransferF0 {setcolortransfer} bind def /FF_LM_xchartg_gammaF {/xchart where {pop /xchartN xchart 8 idiv def /xchartP xchart xchart 8 idiv 8 mul sub def} {/xchartN 2.0 def %default /xchartP 0.5 def} ifelse /gammaF 1 xchartN 0.18 mul add 1 1 xchartP 0.18 mul add div mul def gammaF exp } def /FF_LM_setrgbcolorF {/FF_LM_b0L exch def /FF_LM_g0L exch def /FF_LM_r0L exch def FF_LM_r0L 0 le {/FF_LM_r0L 0.0001 def} if FF_LM_g0L 0 le {/FF_LM_g0L 0.0001 def} if FF_LM_b0L 0 le {/FF_LM_b0L 0.0001 def} if /FF_LM_r1F FF_LM_r0L FF_LM_xchartg_gammaF def /FF_LM_g1F FF_LM_g0L FF_LM_xchartg_gammaF def /FF_LM_b1F FF_LM_b0L FF_LM_xchartg_gammaF def FF_LM_r1F FF_LM_g1F FF_LM_b1F FF_LM_setrgbcolorF0 } def /FF_LM_transferF {{FF_LM_xchartg_gammaF} FF_LM_transferF0} def /FF_LM_colortransferF {{FF_LM_xchartg_gammaF} {FF_LM_xchartg_gammaF} {FF_LM_xchartg_gammaF} FF_LM_colortransferF0} def %1MR-Transform of setgray and setcmykcolor to FF_LM_setrgbcolorF %Three procedures and use of the procedure FF_LM_setrgbcolorF in OUTLIN1Y2 /setgray {%BEG procedure setgrayF dup dup FF_LM_setrgbcolorF %STOPs } def %END procedure setgrayF /setcmykcolor {%BEG procedure setcmykcolorF /FF_LM_k exch def /FF_LM_y exch def /FF_LM_m exch def /FF_LM_c exch def FF_LM_k 0 eq {1 FF_LM_c sub 1 FF_LM_m sub 1 FF_LM_y sub FF_LM_setrgbcolorF} {1 FF_LM_k sub dup dup FF_LM_setrgbcolorF} ifelse %STOPc } def %END procedure setcmykcolorF /setrgbcolor {%BEG procedure setrgbcolorF /FF_LM_b exch def /FF_LM_g exch def /FF_LM_r exch def FF_LM_r FF_LM_g FF_LM_b FF_LM_setrgbcolorF %STOPr } def %BEG procedure setrgbcolorF /settransfer {FF_LM_transferF} def /setcolortransfer {FF_LM_colortransferF} def } def %END procedure 1MR-0000F /xchartg where {pop 1MR-0000G}{1MR-0000F} ifelse %END 1MR-0000F.TXT ************************************20110801 %END AG17/OUTLIN1Y EARLY BINDING 'I' with 1MR-0000I 20110801 /BeginEPSF { % def % Prepare for EPS file /b4_Inc_state save def % Save state for cleanup /dict_count countdictstack def /op_count count 1 sub def % Count objects on op stack userdict begin % Make userdict current dict /showpage {} def 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin 10 setmiterlimit [] 0 setdash newpath /languagelevel where % If level not equal to 1 then {pop languagelevel where % If level not equal to 1 then 1 ne {false setstrokeadjust false setoverprint } if } if } bind def /EndEPSF { % def count op_count sub {pop} repeat countdictstack dict_count sub {end} repeat % Clean up dict stack b4_Inc_state restore } bind def /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /A4querF {598 0 translate 90 rotate} def /languagelevel where {pop languagelevel} {1} ifelse /PSL12 exch def /dictende {counttomark 2 idiv dup dict begin {def} repeat pop currentdict end} bind def % !AUSTAUSCH Times-Roman -> Times-Roman-ISOLatin1=Times-I /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /RK {250 /Times-Roman FS} bind def /RM {300 /Times-Roman FS} bind def /RG {350 /Times-Roman FS} bind def /RIK {250 /Times-Italic FS} bind def /RIM {300 /Times-Italic FS} bind def /RIG {350 /Times-Italic FS} bind def /RBK {250 /Times-Bold FS} bind def /RBM {300 /Times-Bold FS} bind def /RBG {350 /Times-Bold FS} bind def /RBIK {250 /Times-BoldItalic FS} bind def /RBIM {300 /Times-BoldItalic FS} bind def /RBIG {350 /Times-BoldItalic FS} bind def /TK {250 /Times-ISOL1 FS} bind def /TM {300 /Times-ISOL1 FS} bind def /TG {350 /Times-ISOL1 FS} bind def /TIK {250 /TimesI-ISOL1 FS} bind def /TIM {300 /TimesI-ISOL1 FS} bind def /TIG {350 /TimesI-ISOL1 FS} bind def /TBK {250 /TimesB-ISOL1 FS} bind def /TBM {300 /TimesB-ISOL1 FS} bind def /TBG {350 /TimesB-ISOL1 FS} bind def /TBIK {250 /TimesBI-ISOL1 FS} bind def /TBIM {300 /TimesBI-ISOL1 FS} bind def /TBIG {350 /TimesBI-ISOL1 FS} bind def %ANFA CMYKDEF %CMYKDEA0 (A0=Standard-Drucker-CMYKDEF) 15.3.97 /tzac [1.000 0.933 0.867 0.800 0.733 0.667 0.600 0.533 0.467 0.400 0.333 0.267 0.200 0.132 0.067 0.000 1.000 0.750 0.500 0.250 0.000] def /tzam [1.000 0.933 0.867 0.800 0.733 0.667 0.600 0.533 0.467 0.400 0.333 0.267 0.200 0.132 0.067 0.000 1.000 0.750 0.500 0.250 0.000] def /tzay [1.000 0.933 0.867 0.800 0.733 0.667 0.600 0.533 0.467 0.400 0.333 0.267 0.200 0.132 0.067 0.000 1.000 0.750 0.500 0.250 0.000] def /tzan [1.000 0.933 0.867 0.800 0.733 0.667 0.600 0.533 0.467 0.400 0.333 0.267 0.200 0.132 0.067 0.000 1.000 0.750 0.500 0.250 0.000] def /tza0 [0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000] def /tza1 [1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000] def %ENDE CMYKD /rec %x, y width heigth {/heigth exch def /width exch def moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colrecfiLAB* %x y width heigth LAB* { setcolor rec fill} bind def /colrecstLAB* %x y width heigth LAB* { setcolor rec stroke} bind def /colrecficmyn* %x y width heigth cmy0* or 000n* { setcmykcolor rec fill} bind def /colrecstcmyn* %x y width heigth cmy0* or 000n* { setcmykcolor rec stroke} bind def /colrecfiw* %x y width heigth w* { setgray rec fill} bind def /colrecstw* %x y width heigth w* { setgray rec stroke} bind def /colrecfiolv* %x y width heigth olv* { setrgbcolor rec fill} bind def /colrecstolv* %x y width heigth olv* { setrgbcolor rec stroke} bind def /tzrcmy0* {0.0 1.0 1.0 0.0} bind def %Reproduction colours /tzgcmy0* {1.0 0.0 1.0 0.0} bind def %cmyn* setcmykcolor /tzbcmy0* {1.0 1.0 0.0 0.0} bind def /tzccmy0* {1.0 0.0 0.0 0.0} bind def /tzmcmy0* {0.0 1.0 0.0 0.0} bind def /tzycmy0* {0.0 0.0 1.0 0.0} bind def /tzrolv* {1.0 0.0 0.0} bind def %Reproduction colours /tzgolv* {0.0 1.0 0.0} bind def %olv* setrgbcolor /tzbolv* {0.0 0.0 1.0} bind def /tzcolv* {0.0 1.0 1.0} bind def /tzmolv* {1.0 0.0 1.0} bind def /tzyolv* {1.0 1.0 0.0} bind def /tzrLAB* [53.34 72.46 50.66] def %Reproduction colours /tzgLAB* [84.93 -79.83 74.80] def %LAB* setcolor /tzbLAB* [32.20 24.88 -37.89] def /tzcLAB* [88.10 -44.88 -13.36] def /tzmLAB* [59.66 90.32 -19.65] def /tzyLAB* [93.76 -20.24 85.93] def /tzncmy0* {1.00 1.00 1.00 0.00} bind def %grey series /tzdcmy0* {0.75 0.75 0.75 0.00} bind def %cmy0* setcmykcolor /tzzcmy0* {0.50 0.50 0.50 0.00} bind def /tzhcmy0* {0.25 0.25 0.25 0.00} bind def /tzwcmy0* {0.00 0.00 0.00 0.00} bind def /tzn000n* {0.00 0.00 0.00 1.00} bind def %grey series 000n* /tzd000n* {0.00 0.00 0.00 0.75} bind def %000n* setcmykcolor /tzz000n* {0.00 0.00 0.00 0.50} bind def /tzh000n* {0.00 0.00 0.00 0.25} bind def /tzw000n* {0.00 0.00 0.00 0.00} bind def /tznw* {0.00} bind def %grey series /tzdw* {0.25} bind def %w* setgray /tzzw* {0.50} bind def /tzhw* {0.75} bind def /tzww* {1.00} bind def /tznolv* {0.00 0.00 0.00} bind def %grey series /tzdolv* {0.25 0.25 0.25} bind def %olv* setrgbcolor /tzzolv* {0.50 0.50 0.50} bind def /tzholv* {0.75 0.75 0.75} bind def /tzwolv* {1.00 1.00 1.00} bind def /tznLAB* [18.01 0.00 0.00] def %grey series /tzdLAB* [37.36 0.00 0.00] def %LAB* setcolor /tzzLAB* [56.71 0.00 0.00] def /tzhLAB* [76.06 0.00 0.00] def /tzwLAB* [95.41 0.00 0.00] def /tfn {0 setgray} bind def /tfw {1 setgray} bind def /cvishow {cvi 6 string cvs show} def /cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def /cvsshow2 {100 mul cvi 0.01 mul 7 string cvs show} def /cvsshow3 {1000 mul cvi 0.001 mul 7 string cvs show} def %%EndProlog %%BeginPageSetup /#copies 1 def %A4querF 1.0 1.0 scale /pgsave save def %%EndPageSetup /SS$ [(G) (E) (S) (F) (I) (J) (M)] def /SC$ [(N) (F) (S) (D) (T) (E) (C)] def /SX$ [(0) (1) (2) (3) (4) (5) (6) (7) (8) (9) (A) (B) (C) (D) (E) (F)] def /SY$ [(0) (1) (2) (3) (4) (5) (6) (7) (8) (9) (A) (B) (C) (D) (E) (F)] def % 0 1 2 3 4 % 5 6 7 8 /EX$ [(A.TXT /.PS) (B.BMP /.PS) (G.GIF /.PS) (H.HTM /.PS) (I.HTM /.PS) (J.JPE /.PS) (P.PDF /.PS) (T.TIF /.PS)] def /EY$ [(A.DAT) (B.DAT) (G.DAT) (H.DAT) (I.DAT) (J.DAT) (P.DAT) (T.DAT)] def %defaut values /lanind1f 00 def /lanind2f 00 def /laninddf 01 def /lanindmf 01 def /colorm1f 00 def /colorm2f 00 def /colormdf 01 def /colormmf 01 def /deintp1f 01 def /deintp2f 01 def /deintpdf 01 def /deintpmf 01 def /xcolor1f 03 def /xcolor2f 03 def /xcolordf 01 def /xcolormf 01 def /xchart1f 00 def /xchart2f 00 def /xchartdf 01 def /xchartmf 01 def /pchart1f 01 def /pchart2f 01 def /pchartdf 01 def /pchartmf 03 def /colsep1f 00 def /colsep2f 00 def /colsepdf 01 def /colsepmf 01 def /pmetam1f 00 def /pmetam2f 00 def /pmetamdf 01 def /pmetammf 01 def /xchart3f 00 def %free /xchart4f 01 def %test charts ISO/IEC 3, 2, 4; G, O, H, H /xchart5f 00 def %free %psosible change of default values /lanindg where {pop /lanind1f lanindg def /lanind2f lanindg def /laninddf laninddg def /lanindmf lanindmg def} if /colormg where {pop /colorm1f colormg def /colorm2f colormg def /colormdf colormdg def /colormmf colormmg def} if /deintpg where {pop /deintp1f deintpg def /deintp2f deintpg def /deintpdf deintpdg def /deintpmf deintpmg def} if /xcolorg where {pop /xcolor1f xcolorg def /xcolor2f xcolorg def /xcolordf xcolordg def /xcolormf xcolormg def} if /xchartg where {pop /xchart1f xchartg def /xchart2f xchartg def /xchartdf xchartdg def /xchartmf xchartmg def} if /pchartg where {pop /pchart1f pchartg def /pchart2f pchartg def /pchartdf pchartdg def /pchartmf pchartmg def} if /colsepg where {pop /colsep1f colsepg def /colsep2f colsepg def /colsepdf colsepdg def /colsepmf colsepmg def} if /pmetamg where {pop /pmetam1f pmetamg def /pmetam2f pmetamg def /pmetamdf pmetamdg def /pmetammf pmetammg def} if /xchart3g where {pop /xchart3f xchart3g def} if /xchart4g where {pop /xchart4f xchart4g def} if /xchart5g where {pop /xchart5f xchart5g def} if %/lanindf lanind1f def % /lanindf lanind1f def %lanind1f laninddf lanind2f {/lanindf exch def %/colormf colorm1f def % /colormf colorm1f def %colorm1f colormdf colorm2f {/colormf exch def %/deintpf deintp1f def % /deintpf deintp1f def %deintp1f deintpdf deintp2f {/deintpf exch def %/xcolorf xcolor1f def % /xcolorf xcolor1f def %xcolor1f xcolordf xcolor2f {/xcolorf exch def %/xchartf xchart1f def % /xchartf xchart1f def %xchart1f xchartdf xchart2f {/xchartf exch def %/pchartf pchart1f def % /pchartf pchart1f def %pchart1f pchartdf pchart2f {/pchartf exch def %/colsepf colsep1f def % /colsepf colsep1f def %colsep1f colsepdf colsep2f {/colsepf exch def %/pmetamf pmetam1f def % /pmetamf pmetam1f def %pmetam1f pmetamdf pmetam2f {/pmetamf exch def /lanind lanindf def /colorm colormf def /deintp deintpf def /xcolor xcolorf def /xchart xchartf def /pchart pchartf def /colsep colsepf def /pmetam pmetamf def /xchart3 xchart3f def /xchart4 xchart4f def /xchart5 xchart5f def %************************************************************* %/setgray {sfgray} bind def %/setrgbcolor {sfrgbcolor} bind def %/setcmykcolor {sfcmykcolor} bind def %********************************************************* /GSS$ SS$ lanind get def /GSC$ SC$ colorm get def /GSX$ SX$ xcolor xcolor 16 idiv 16 mul sub get def /GSY$ SY$ xchart xchart 16 idiv 16 mul sub get def /GEX$ EX$ 0 get def /GEY$ EY$ 0 get def /12RN {12 /Times-Roman FS} bind def /10RN {10 /Times-Roman FS} bind def /12RI {12 /Times-Italic FS} bind def /10RI {10 /Times-Italic FS} bind def /12RB {12 /Times-Bold FS} bind def /10RB {10 /Times-Bold FS} bind def /12RBI {12 /Times-BoldItalic FS} bind def /10RBI {10 /Times-BoldItalic FS} bind def /12TN {12 /Times-ISOL1 FS} bind def /10TN {10 /Times-ISOL1 FS} bind def /12TI {12 /TimesI-ISOL1 FS} bind def /10TI {10 /TimesI-ISOL1 FS} bind def /12TB {12 /TimesB-ISOL1 FS} bind def /10TB {10 /TimesB-ISOL1 FS} bind def /12TBI {12 /TimesBI-ISOL1 FS} bind def /10TBI {10 /TimesBI-ISOL1 FS} bind def %01 %/xchartg where { } {1MR-0000F} ifelse gsave BeginEPSF 28 MM 197 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto 1 1 scale -77 -91 translate %%BeginDocument: Bild 10 %line 329 %%EndDocument EndEPSF grestore gsave BeginEPSF 28 MM 152 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto 1 1 scale -77 -91 translate %%BeginDocument: Bild 11 %line 339 %!PS-Adobe-3.0 EPSF-3.0 AG170-1, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (AG170-1,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 86 MM 152 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 12 %line 349 %!PS-Adobe-3.0 EPSF-3.0 AG170-2, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (AG170-2,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 28 MM pchart 2 eq {3 MM sub} if 109 MM pchart 2 eq {30 MM sub} if translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 13 %line 359 %!PS-Adobe-3.0 EPSF-3.0 AG170-3N.EPS %%BoundingBox: 70 82 430 360 %START PDFDE011.EPS /pdfmark07 where {pop} {userdict /pdfmark07 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://farbe.li.tu-berlin.de/AG17/AG17.HTM) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices) /Creator (klaus.richter@mac.com) /CreationDate (D:2016100112000) /ModDate (D:20161001112000) /DOCINFO pdfmark07 [ /View [ /FitB ] /DOCVIEW pdfmark07 %END PDFDE011 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /A4querL {598 0 translate 90 rotate} def /languagelevel where {pop languagelevel} {1} ifelse /PSL12 exch def /dictende {counttomark 2 idiv dup dict begin {def} repeat pop currentdict end} bind def /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /RK {250 /Times-Roman FS} bind def /RM {300 /Times-Roman FS} bind def /RG {350 /Times-Roman FS} bind def /RIK {250 /Times-Italic FS} bind def /RIM {300 /Times-Italic FS} bind def /RIG {350 /Times-Italic FS} bind def /RBK {250 /Times-Bold FS} bind def /RBM {300 /Times-Bold FS} bind def /RBG {350 /Times-Bold FS} bind def /RBIK {250 /Times-BoldItalic FS} bind def /RBIM {300 /Times-BoldItalic FS} bind def /RBIG {350 /Times-BoldItalic FS} bind def /TK {250 /Times-ISOL1 FS} bind def /TM {300 /Times-ISOL1 FS} bind def /TG {350 /Times-ISOL1 FS} bind def /TIK {250 /TimesI-ISOL1 FS} bind def /TIM {300 /TimesI-ISOL1 FS} bind def /TIG {350 /TimesI-ISOL1 FS} bind def /TBK {250 /TimesB-ISOL1 FS} bind def /TBM {300 /TimesB-ISOL1 FS} bind def /TBG {295 /TimesB-ISOL1 FS} bind def /TBIK {250 /TimesBI-ISOL1 FS} bind def /TBIM {300 /TimesBI-ISOL1 FS} bind def /TBIG {350 /TimesBI-ISOL1 FS} bind def %*********************************************************** /nshow {300 /Times-ISOL1 FS show} bind def /kshow {300 /TimesI-ISOL1 FS show} bind def /bshow {300 /TimesB-ISOL1 FS show} bind def /jshow {300 /TimesBI-ISOL1 FS show} bind def /sshow {300 /Symbol FS show} bind def /ishow {220 /Times-ISOL1 FS -00 -50 rmoveto show 00 50 rmoveto} bind def /eshow {220 /Times-ISOL1 FS 0 100 rmoveto show 0 -100 rmoveto} bind def /cvishow {0.5 add cvi 6 string cvs show} def /cvsshow1 {0.05 add 10 mul cvi 0.1 mul 7 string cvs show} def /cvsshow2 {0.005 add 100 mul cvi 0.01 mul 7 string cvs show} def /cvsshow3 {0.0005 add 1000 mul cvi 0.001 mul 7 string cvs show} def %%EndProlog gsave /lanind 1 def /lantex [(G) (E) (S) (N) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showfr {2 lanind eq {show} {pop} ifelse} bind def /showes {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def %default values /lanind1 01 def /lanind2 01 def /lanindd 01 def /lanindm 01 def /colorm1 01 def /colorm2 01 def /colormd 01 def /colormm 01 def /deintp1 00 def /deintp2 00 def /deintpd 01 def /deintpm 01 def /xcolor1 03 def /xcolor2 03 def /xcolord 01 def /xcolorm 01 def /xchart1 00 def /xchart2 00 def /xchartd 01 def /xchartm 01 def /pchart1 01 def /pchart2 01 def /pchartd 01 def /pchartm 01 def /colsep1 00 def /colsep2 00 def /colsepd 01 def /colsepm 01 def /pmetam1 00 def /pmetam2 00 def /pmetamd 01 def /pmetamm 01 def /xchart3 00 def /xchart4 00 def /xchart5 00 def %usual change of default values /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def /lanindm lanindmf def} if /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def /colormm colormmf def} if /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def /deintpm deintpmf def} if /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def /xcolorm xcolormf def} if /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchartmf def} if /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def /pchartm pchartmf def} if /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def /colsepm colsepmf def} if /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def /pmetamm pmetammf def} if /xchart3f where {pop /xchart3 xchart3f def} if /xchart4f where {pop /xchart4 xchart4f def} if /xchart5f where {pop /xchart5 xchart5f def} if /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % /GSS$ where {pop /LSS$ GSS$ def} {/LSS$ (1) def} ifelse /GSC$ where {pop /LSC$ GSC$ def} {/LSC$ (N) def} ifelse /GSX$ where {pop /LSX$ GSX$ def} {/LSX$ (0) def} ifelse /GSY$ where {pop /LSY$ GSY$ def} {/LSY$ (0) def} ifelse /GEX$ where {pop /LEX$ GEX$ def} {/LEX$ (P.PS./PDF) def} ifelse /GEY$ where {pop /LEY$ GEY$ def} {/LEY$ (P.DAT) def} ifelse /IMES where {pop %/IMES IMES def } {/IMES 0 def} ifelse /colorml colorm def %0 1 1 {/colorml exch def %colorml=0,1 /xcolorl xcolor def %0 1 3 {/xcolorl exch def %xcolorl=0,3 /xchartl xchart def %0 1 7 {/xchartl exch def %xchartl=0,7 /pchartl pchart def %0 1 2 {/pchartl exch def %pchartl=0,2 colorml 0 eq deintp 0 eq and {/TxS () def /Txx (dd) def /Fxx (d) def} if colorml 0 eq deintp 1 eq and {/TxS () def /Txx (de) def /Fxx (e) def} if colorml 1 eq deintp 0 eq and {/TxS () def /Txx (dd) def /Fxx (d) def} if colorml 1 eq deintp 1 eq and {/TxS () def /Txx (de) def /Fxx (e) def} if %xchart 0 eq {/Txx (-) def /Fxx (-) def} if gsave xcolorl 0 eq {/tfnx* {0 0 0 1 setcmykcolor} def /tfwx* {0 0 0 0 setcmykcolor} def /colrecfix* {setcmykcolor rec fill} bind def /colrecstx* {setcmykcolor rec stroke} bind def } if xcolorl 1 eq {/tfnx* {0 setgray} def /tfwx* {1 setgray} def /colrecfix* {setgray rec fill} bind def /colrecstx* {setgray rec stroke} bind def } if xcolorl 2 eq {/tfnx* {1 1 1 0 setcmykcolor} def /tfwx* {0 0 0 0 setcmykcolor} def /colrecfix* {setcmykcolor rec fill} bind def /colrecstx* {setcmykcolor rec stroke} bind def } if xcolorl 3 eq {/tfnx* {0 0 0 setrgbcolor} def /tfwx* {1 1 1 setrgbcolor} def /colrecfix* {setrgbcolor rec fill} bind def /colrecstx* {setrgbcolor rec stroke} bind def } if %pchartl 1 eq {%pchartl=1 /iout 5 def %iout=0_2:CMY,NZW, iout=3-5: OLV,NZW /ioutT [(N) (Z) (W) (N) (Z) (W)] def /ioutE [(Black) (Grey) (White) (Black) (Grey) (White)] def /ioutG [(Schwarz) (Grau) (Wei\337) (Schwarz) (Grau) (Wei\337)] def /nshow {iyt /Times-ISOL1 FS show} def /nishow {-30 -50 rmoveto iyt 50 sub /Times-ISOL1 FS show 30 50 rmoveto} def /nishow0 {-30 -50 rmoveto iyt 50 sub /Times-ISOL1 FS show 00 50 rmoveto} def /nishowx {-00 -30 rmoveto iyt 50 sub /Times-ISOL1 FS show 00 30 rmoveto} def /kshow {iyt /TimesI-ISOL1 FS show} def /bshow {iyt /TimesB-ISOL1 FS show} def /jshow {iyt /TimesBI-ISOL1 FS show} def /ishow {-30 -50 rmoveto iyt 50 sub /TimesB-ISOL1 FS show 30 50 rmoveto} def /ishow0 {-30 -50 rmoveto iyt 50 sub /TimesB-ISOL1 FS show 00 50 rmoveto} def /eshow { 00 110 rmoveto iyt 50 sub /TimesB-ISOL1 FS show 00 -110 rmoveto} def /neshow { 00 110 rmoveto iyt 50 sub /Times-ISOL1 FS show 00 -110 rmoveto} def /neshowx { 00 70 rmoveto iyt 50 sub /Times-ISOL1 FS show 00 -70 rmoveto} def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showfr {2 lanind eq {show} {pop} ifelse} bind def /showes {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /nshowde {0 lanind eq {nshow} {pop} ifelse} bind def /nshowen {1 lanind eq {nshow} {pop} ifelse} bind def /nshowfr {2 lanind eq {nshow} {pop} ifelse} bind def /nshowes {3 lanind eq {nshow} {pop} ifelse} bind def /nshowit {4 lanind eq {nshow} {pop} ifelse} bind def /nshowjp {5 lanind eq {nshow} {pop} ifelse} bind def /nshowea {1 lanind le {nshow} {pop} ifelse} bind def /nshowm {6 lanind eq {nshow} {pop} ifelse} bind def /kshowde {0 lanind eq {kshow} {pop} ifelse} bind def /kshowen {1 lanind eq {kshow} {pop} ifelse} bind def /kshowfr {2 lanind eq {kshow} {pop} ifelse} bind def /kshowes {3 lanind eq {kshow} {pop} ifelse} bind def /kshowit {4 lanind eq {kshow} {pop} ifelse} bind def /kshowjp {5 lanind eq {kshow} {pop} ifelse} bind def /kshowea {1 lanind le {kshow} {pop} ifelse} bind def /kshowm {6 lanind eq {kshow} {pop} ifelse} bind def /bshowde {0 lanind eq {bshow} {pop} ifelse} bind def /bshowen {1 lanind eq {bshow} {pop} ifelse} bind def /bshowfr {2 lanind eq {bshow} {pop} ifelse} bind def /bshowes {3 lanind eq {bshow} {pop} ifelse} bind def /bshowit {4 lanind eq {bshow} {pop} ifelse} bind def /bshowjp {5 lanind eq {bshow} {pop} ifelse} bind def /bshowea {1 lanind le {bshow} {pop} ifelse} bind def /bshowm {6 lanind eq {bshow} {pop} ifelse} bind def /jshowde {0 lanind eq {jshow} {pop} ifelse} bind def /jshowen {1 lanind eq {jshow} {pop} ifelse} bind def /jshowfr {2 lanind eq {jshow} {pop} ifelse} bind def /jshowes {3 lanind eq {jshow} {pop} ifelse} bind def /jshowit {4 lanind eq {jshow} {pop} ifelse} bind def /jshowjp {5 lanind eq {jshow} {pop} ifelse} bind def /jshowea {1 lanind le {jshow} {pop} ifelse} bind def /jshowm {6 lanind eq {jshow} {pop} ifelse} bind def /ishowde {0 lanind eq {ishow} {pop} ifelse} bind def /ishowen {1 lanind eq {ishow} {pop} ifelse} bind def /ishowfr {2 lanind eq {ishow} {pop} ifelse} bind def /ishowes {3 lanind eq {ishow} {pop} ifelse} bind def /ishowit {4 lanind eq {ishow} {pop} ifelse} bind def /ishowjp {5 lanind eq {ishow} {pop} ifelse} bind def /ishowea {1 lanind le {ishow} {pop} ifelse} bind def /ishowm {6 lanind eq {ishow} {pop} ifelse} bind def /nishowde {0 lanind eq {nishow} {pop} ifelse} bind def /nishowen {1 lanind eq {nishow} {pop} ifelse} bind def /nishowfr {2 lanind eq {nishow} {pop} ifelse} bind def /nishowes {3 lanind eq {nishow} {pop} ifelse} bind def /nishowit {4 lanind eq {nishow} {pop} ifelse} bind def /nishowjp {5 lanind eq {nishow} {pop} ifelse} bind def /nishowea {1 lanind le {nishow} {pop} ifelse} bind def /nishowm {6 lanind eq {nishow} {pop} ifelse} bind def /sshowde {0 lanind eq {sshow} {pop} ifelse} bind def /sshowen {1 lanind eq {sshow} {pop} ifelse} bind def /sshowfr {2 lanind eq {sshow} {pop} ifelse} bind def /sshowes {3 lanind eq {sshow} {pop} ifelse} bind def /sshowit {4 lanind eq {sshow} {pop} ifelse} bind def /sshowjp {5 lanind eq {sshow} {pop} ifelse} bind def /sshowea {1 lanind le {sshow} {pop} ifelse} bind def /sshowm {6 lanind eq {sshow} {pop} ifelse} bind def /gshowde {0 lanind eq {gshow} {pop} ifelse} bind def /gshowen {1 lanind eq {gshow} {pop} ifelse} bind def /gshowfr {2 lanind eq {gshow} {pop} ifelse} bind def /gshowes {3 lanind eq {gshow} {pop} ifelse} bind def /gshowit {4 lanind eq {gshow} {pop} ifelse} bind def /gshowjp {5 lanind eq {gshow} {pop} ifelse} bind def /gshowea {1 lanind le {gshow} {pop} ifelse} bind def /gshowm {6 lanind eq {gshow} {pop} ifelse} bind def /bishowde {0 lanind eq {bishow} {pop} ifelse} bind def /bishowen {1 lanind eq {bishow} {pop} ifelse} bind def /bishowfr {2 lanind eq {bishow} {pop} ifelse} bind def /bishowes {3 lanind eq {bishow} {pop} ifelse} bind def /bishowit {4 lanind eq {bishow} {pop} ifelse} bind def /bishowjp {5 lanind eq {bishow} {pop} ifelse} bind def /bishowea {1 lanind le {bishow} {pop} ifelse} bind def /bishowm {6 lanind eq {bishow} {pop} ifelse} bind def /cvishow {cvi 6 string cvs show} def 72 90 translate 0.02 MM dup scale 15 setlinewidth /iyt 130 def %text size, line difference 150 /Times-ISOL1 FS 0 setgray 0 -120 moveto (part 1) nshowea (Teil 1) nshowde 4300 -120 moveto (AG170-3) show Txx show (: ) show deintp cvishow colorml cvishow xcolorl cvishow xchartl cvishow pchartl cvishow 1 setgray 0 0 moveto 6000 0 rlineto 0 4200 rlineto -6000 0 rlineto closepath fill 0 setgray 0 0 moveto 6000 0 rlineto 0 4200 rlineto -6000 0 rlineto closepath stroke /iyd 150 def %line difference %****************************************************************************** /ix00 20 def %text 1 /iy00 3850 def %text 2 /ibout 1 def ix00 iy00 200 add moveto (Test for the visual linearized output of pictures ) bshowea (Pr\374fung der visuellen linearisierten Ausgabe der Bilder ) bshowde iout 2 le {ibout 0 eq {(B2) bshow}{(B1) bshow} ifelse} {ibout 0 eq {(D2) bshow}{(D1) bshow} ifelse} ifelse ioutT iout get bshow Txx nshow ( to ) bshowea ( bis ) bshowde iout 2 le {(B3) bshow}{(D3) bshow} ifelse ioutT iout get bshow Txx nshow ix00 iy00 moveto (Output test with the computer display ( ) or the external display ( )) bshowea (Ausgabe-Pr\374fung mit dem Rechner-Display ( ) oder dem externen Display ( )) bshowde 4500 iy00 moveto (please mark by (x)!) nshowea (bitte markieren mit (x)!) nshowde %****************************************************************************** /ix10 20 def /ix11 50 def %Start /ix12 5300 def %Yes/No /iyt1 3500 def /iy01 iyt1 def %title /iy11 iyt1 iyd 1 mul sub def %question CIE colours /iy21 iyt1 iyd 2 mul sub def %14 steps /iy31 iyt1 iyd 3 mul sub def %.... /iy41 iyt1 iyd 4 mul sub def %.... /iy51 iyt1 iyd 5 mul sub def %.... /iy61 iyt1 iyd 6 mul sub def %.... /iy71 iyt1 iyd 7 mul sub def %.... /iy81 iyt1 iyd 8 mul sub def %.... ibout 1 eq {%ibout=1 ix10 iy01 moveto (Test of the (flower) image ) bshowea (Pr\374fung des (Blumen-)bildes ) bshowde (according to picture ) bshowea (nach Bild ) bshowde iout 2 le {(B1) bshow}{(D1) bshow} ifelse ioutT iout get bshow Txx nshow ix10 iy11 moveto (Are clear (immediately conspicuous) differences recognized ) nshowea (between reproduction and test chart?) nshowea (Ergeben sich deutliche (sofort auff\344llige) Unterschiede ) nshowde (zwischen Wiedergabe und Pr\374fvorlage?) nshowde ix12 iy11 moveto (Yes/No) bshowea (Ja/Nein) bshowde ix10 iy21 moveto (Subjective remarks about the colour reproduction of the (flower) ) nshowea (image, ) nshowea (Subjektive Beurteilungen \374ber die Farbwiedergabe des (Blumen-)) nshowde (bildes, ) nshowde ix10 iy31 moveto (the CIE-test colours and the 16 grey steps within the image, ) nshowea (for example "less contrast":) nshowea (der CIE-Testfarben und der 16 Graustufen innerhalb des Bildes, ) nshowde (zum Beispiel "weniger Kontrast":) nshowde ix10 iy41 moveto (....................................................................) show (....................................................................) show (...............................................) show ix10 iy51 moveto (....................................................................) show (....................................................................) show (...............................................) show ix10 iy61 moveto (....................................................................) show (....................................................................) show (...............................................) show ix10 iy71 moveto (....................................................................) show (....................................................................) show (...............................................) show ix10 iy81 moveto (....................................................................) show (....................................................................) show (...............................................) show } if %ibout=1 %****************************************************************************** /ix20 20 def %text /ix21 2600 def %W-C/W-O /ix22 3300 def %W-M/W-L /ix23 4000 def %W-Y/W-V /ix24 4700 def %W-N /ix25 5400 def %W-Z /iyt2 1800 def /iy10 iyt2 iyd 1.2 mul add def /iy12 iyt2 iyd 0 mul sub def /iy22 iyt2 iyd 1 mul sub def /iy32 iyt2 iyd 2 mul sub def /iy33 iyt2 iyd 3 mul sub def ix20 iy10 moveto (Test of the resolution of radial gratings ) bshowea (Pr\374fung der Aufl\366sung der Radialgitter ) bshowde iout 2 le {ioutT iout get jshow (-C) jshow (d) nishowx (, ) jshow ioutT iout get jshow (-M) jshow (d) nishowx (, ) jshow ioutT iout get jshow (-Y) jshow (d) nishowx} {ioutT iout get jshow (-R) jshow (d) nishowx (, ) jshow ioutT iout get jshow (-G) jshow (d) nishowx (, ) jshow ioutT iout get jshow (-B) jshow (d) nishowx} ifelse ( according to picture ) bshowea ( nach Bild ) bshowde iout 2 le {(B2) bshow}{(D2) bshow} ifelse ioutT iout get bshow Txx nshow ix21 iy12 moveto iout 2 le {ioutT iout get jshow (-C) jshow (d) nishowx} {ioutT iout get jshow (-R) jshow (d) nishowx} ifelse ix22 iy12 moveto iout 2 le {ioutT iout get jshow (-M) jshow (d) nishowx} {ioutT iout get jshow (-G) jshow (d) nishowx} ifelse ix23 iy12 moveto iout 2 le {ioutT iout get jshow (-Y) jshow (d) nishowx} {ioutT iout get jshow (-B) jshow (d) nishowx} ifelse ix24 iy12 moveto (W-N) jshow ix25 iy12 moveto (W-Z) jshow ix20 iy22 moveto (Is the resolution diameter < 6 mm?) nshowea (Ist der Aufl\366sungsdurchmesser < 6 mm?) nshowde ix21 iy22 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix22 iy22 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix23 iy22 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix24 iy22 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix25 iy22 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix20 iy32 moveto (Test with magnifying glass (6x),) nshowea (Pr\374fung mit Vergr\366\337erungsglas (6x),) nshowde ix20 iy33 moveto (Resolution diameter:) nshowea (Aufl\366sungsdurchmesser:) nshowde ix21 iy33 moveto (........ mm) nshow ix22 iy33 moveto (........ mm) nshow ix23 iy33 moveto (........ mm) nshow ix24 iy33 moveto (........ mm) nshow ix25 iy33 moveto (........ mm) nshow %****************************************************************************** /ix14 50 def %Start /ix24 3000 def %of 14 steps /ix34 5300 def %Yes/No /iyt4 1000 def /iy04 iyt4 def %title /iy14 iyt4 iyd 1 mul sub def %question CIE colours /iy24 iyt4 iyd 2 mul sub def %14 steps ix14 iy04 moveto (Test of the 14 CIE-test colours ) bshowea (Pr\374fung der 14 CIE-Pr\374ffarben ) bshowde (according to picture ) bshowea (nach Bild ) bshowde iout 2 le {(B3) bshow}{(D3) bshow} ifelse ioutT iout get bshow Txx nshow ix14 iy14 moveto (Are clear (immediately conspicuous) differences recognized ) nshowea (between reproduction and test chart?) nshowea (Ergeben sich deutliche (sofort auff\344llige) Unterschiede ) nshowde (zwischen Wiedergabe und Pr\374fvorlage?) nshowde ix34 iy14 moveto (Yes/No) bshowea (Ja/Nein) bshowde ix14 iy24 moveto (If Yes: How many colours have clear differences?) nshowea (Wenn Ja: Wieviele Farben haben klare Differenzen?) nshowde ix24 iy24 moveto (of the given 14 steps:) nshowea (von den gegebenen 14 Stufen:) nshowde ix34 iy24 moveto (..... Steps) bshowea (..... Stufen) bshowde %****************************************************************************** /ix15 50 def %Start /ix25 3000 def %of 16 steps /ix35 5300 def %Yes/No /iyt5 0400 def /iy05 iyt5 def %title /iy15 iyt5 iyd 1 mul sub def %question 16 steps /iy25 iyt5 iyd 2 mul sub def %16 steps ix15 iy05 moveto (Test of 16 visual equidistant ) bshowea (Pr\374fung der 16 visuellen gleichabst\344ndigen ) bshowde (L*) jshow (-grey steps according to picture ) bshowea (-Graustufen nach Bild ) bshowde iout 2 le {(B3) bshow}{(D3) bshow} ifelse ioutT iout get bshow Txx nshow ix15 iy15 moveto (Are the 16 steps on the upper rows distinguishable?) nshowea (Sind die 16 Stufen in der oberen Reihe unterscheidbar?) nshowde ix35 iy15 moveto (Yes/No) bshowea (Ja/Nein) bshowde ix15 iy25 moveto (If No: How many steps can be distinguished?) nshowea (Wenn Nein: Wieviel Stufen sind unterscheibar?) nshowde ix25 iy25 moveto (of the given 16 steps:) nshowea (von den gegebenen 16 Stufen:) nshowde ix35 iy25 moveto (..... Steps) bshowea (..... Stufen) bshowde %} if pchartl=1 showpage grestore %} for %pchartl=0,2 %} for %xchartl=0,7 %} for %xcolorl=0,3 %} for %colorml=0,1 %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 86 MM 108 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 14 %line 369 %!PS-Adobe-3.0 EPSF-3.0 AG170-4, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (AG170-4,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 28 MM 064 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 15 %line 379 %!PS-Adobe-3.0 EPSF-3.0 AG170-5, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (AG170-5,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 86 MM 064 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 16 %line 389 %!PS-Adobe-3.0 EPSF-3.0 AG170-6, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (AG170-6,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 28 MM pchart 0 eq {2 MM sub} if 021 MM pchart 0 eq {3 MM sub} if translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 17 %line 399 %!PS-Adobe-3.0 EPSF-3.0 AG170-7N Y10-7N_AL18_TUB.EPS 161001 %%BoundingBox: 70 82 785 585 %START PDFDE011.EPS /pdfmark07 where {pop} {userdict /pdfmark07 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://farbe.li.tu-berlin.de/AG17/AG17.HTM) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices) /Creator (klaus.richter@mac.com) /CreationDate (D:2016100112000) /ModDate (D:20161001112000) /DOCINFO pdfmark07 [ /View [ /FitB ] /DOCVIEW pdfmark07 %END PDFDE011 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /A4querL {598 0 translate 90 rotate} def /languagelevel where {pop languagelevel} {1} ifelse /PSL12 exch def /dictende {counttomark 2 idiv dup dict begin {def} repeat pop currentdict end} bind def /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse } forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse } forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse } forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse } forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Courier-ISOL1 exch definefont pop /Courier-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierB-ISOL1 exch definefont pop /TS {200 /Times-ISOL1 FS} bind def /TK {250 /Times-ISOL1 FS} bind def /TM {300 /Times-ISOL1 FS} bind def /TG {350 /Times-ISOL1 FS} bind def /TIS {200 /TimesI-ISOL1 FS} bind def /TIK {250 /TimesI-ISOL1 FS} bind def /TIM {300 /TimesI-ISOL1 FS} bind def /TIG {350 /TimesI-ISOL1 FS} bind def /TBS {200 /TimesB-ISOL1 FS} bind def /TBK {250 /TimesB-ISOL1 FS} bind def /TBM {300 /TimesB-ISOL1 FS} bind def /TBG {350 /TimesB-ISOL1 FS} bind def /TBIS {200 /TimesBI-ISOL1 FS} bind def /TBIK {250 /TimesBI-ISOL1 FS} bind def /TBIM {300 /TimesBI-ISOL1 FS} bind def /TBIG {350 /TimesBI-ISOL1 FS} bind def /CS {200 /Courier-ISOL1 FS} bind def /CK {250 /Courier-ISOL1 FS} bind def /CM {300 /Courier-ISOL1 FS} bind def /CG {350 /Courier-ISOL1 FS} bind def /CBS {200 /CourierB-ISOL1 FS} bind def /CBK {250 /CourierB-ISOL1 FS} bind def /CBM {300 /CourierB-ISOL1 FS} bind def /CBG {350 /CourierB-ISOL1 FS} bind def %***************************************************************************** %ANFA /tzNW [0.000 0.067 0.132 0.200 0.267 0.333 0.400 0.467 0.533 0.600 0.667 0.733 0.800 0.867 0.933 1.000 0.000 0.250 0.500 0.750 1.000] def /tzWN [1.000 0.933 0.867 0.800 0.733 0.667 0.600 0.533 0.467 0.400 0.333 0.267 0.200 0.132 0.067 0.000 1.000 0.750 0.500 0.250 0.000] def /tzZW [0.500 0.533 0.567 0.600 0.633 0.667 0.700 0.733 0.767 0.800 0.833 0.867 0.900 0.933 0.967 1.000 0.500 0.625 0.750 0.875 1.000] def /tzWZ [1.000 0.967 0.933 0.900 0.867 0.833 0.800 0.767 0.733 0.700 0.667 0.633 0.600 0.567 0.533 0.500 1.000 0.875 0.750 0.625 0.500] def /tzNZ [0.000 0.033 0.067 0.100 0.133 0.167 0.200 0.233 0.267 0.300 0.333 0.367 0.400 0.433 0.467 0.500 0.000 0.125 0.250 0.375 0.500] def /tzZN [0.500 0.467 0.433 0.400 0.367 0.333 0.300 0.267 0.233 0.200 0.167 0.133 0.100 0.067 0.033 0.000 0.500 0.375 0.250 0.125 0.000] def /tza0 [0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000] def /tza1 [1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000] def %ENDE %*********************************************************************************** %*********************************************************************************** /proc_rosette { %BEG procedure rosette %requires 0<=iout<=5 %requires deintp=0,1 deintp 0 eq {%deintp=0,1 /tefaolvN [(N-R) (N-G) (N-B) (N-W) (N-Z)] def /tefaolvZ [(Z-R) (Z-G) (Z-B) (Z-W) (Z-N)] def /tefaolvW [(W-R) (W-G) (W-B) (W-N) (W-Z)] def /tefacmyN [(N-C) (N-M) (N-Y) (N-W) (N-Z)] def /tefacmyZ [(Z-C) (Z-M) (Z-Y) (Z-W) (Z-N)] def /tefacmyW [(W-C) (W-M) (W-Y) (W-N) (W-Z)] def } %deintp=0 { %deintp=1 /tefaolvN [(N-R) (N-G) (N-B) (N-W) (N-Z)] def /tefaolvZ [(Z-R) (Z-G) (Z-B) (Z-W) (Z-N)] def /tefaolvW [(W-R) (W-G) (W-B) (W-N) (W-Z)] def /tefacmyN [(N-C) (N-M) (N-J) (N-W) (N-Z)] def /tefacmyZ [(Z-C) (Z-M) (Z-J) (Z-W) (Z-N)] def /tefacmyW [(W-C) (W-M) (W-J) (W-N) (W-Z)] def } ifelse /colaolvN [{tgo} {tgl} {tgv} {tgw} {tgz}] def /colaolvZ [{tgo} {tgl} {tgv} {tgw} {tgn}] def /colaolvW [{tgo} {tgl} {tgv} {tgn} {tgz}] def /colacmyN [{tgc} {tgm} {tgy} {tgw} {tgz}] def /colacmyZ [{tgc} {tgm} {tgy} {tgw} {tgn}] def /colacmyW [{tgc} {tgm} {tgy} {tgn} {tgz}] def /colbolvN [{tgc} {tgm} {tgy} {tgo} {tgo}] def /colbolvZ [{tgc} {tgm} {tgy} {tgo} {tgo}] def /colbolvW [{tgc} {tgm} {tgy} {tgo} {tgo}] def /colbcmyN [{tgo} {tgl} {tgv} {tgo} {tgo}] def /colbcmyZ [{tgo} {tgl} {tgv} {tgo} {tgo}] def /colbcmyW [{tgo} {tgl} {tgv} {tgo} {tgo}] def /tefa 5 array def /cola 5 array def /colb 5 array def 0 1 4 {/ncol exch def %ncol=0,4 iout 0 eq {tefa ncol tefaolvN ncol get put cola ncol colaolvN ncol get put colb ncol colbolvN ncol get put } if iout 1 eq {tefa ncol tefaolvZ ncol get put cola ncol colaolvZ ncol get put colb ncol colbolvZ ncol get put } if iout 2 eq {tefa ncol tefaolvW ncol get put cola ncol colaolvW ncol get put colb ncol colbolvW ncol get put } if iout 3 eq {tefa ncol tefacmyN ncol get put cola ncol colacmyN ncol get put colb ncol colbcmyN ncol get put } if iout 4 eq {tefa ncol tefacmyZ ncol get put cola ncol colacmyZ ncol get put colb ncol colbcmyZ ncol get put } if iout 5 eq {tefa ncol tefacmyW ncol get put cola ncol colacmyW ncol get put colb ncol colbcmyW ncol get put } if } for %ncol=0,4 iout 0 eq iout 3 eq or {/TYP (N) def} if iout 1 eq iout 4 eq or {/TYP (Z) def} if iout 2 eq iout 5 eq or {/TYP (W) def} if %W 0 0 0 setrgbcolor TK 0 -230 moveto (AG170-5, ) show (Bild ) showde (Picture ) showen (Fig. ) showes (Fig. ) showfr (Fig. ) showit (Picture ) showjp iout 3 ge {(B2) show}{(D2) show} ifelse TYP show Txx show (: ) show (Radialgitter ) showde (radial gratings ) showen (rejillas radial ) showes (radial callebotis ) showfr (reticoli radiali ) showit (radial gratings ) showjp 0 1 3 {/ncol exch def TIK tefa ncol get show ncol 2 le { TK 00 -50 rmoveto Fxx show 00 50 rmoveto } if TIK (; ) show } for TIK (PS) show TK (\255Operator) showde ( operator) showea TIK ( rgb->rgb) show TS 00 -50 rmoveto Txx show 00 50 rmoveto TIK ( setrgbcolor ) show iout 0 eq iout 3 eq or {0 0 0 setrgbcolor} if iout 1 eq iout 4 eq or {0.5 0.5 0.5 setrgbcolor} if iout 2 eq iout 5 eq or {1 1 1 setrgbcolor} if 0 0 moveto 13000 0 rlineto 0 3700 rlineto -13000 0 rlineto closepath fill 0 0 0 setrgbcolor 0 0 moveto 13000 0 rlineto 0 3700 rlineto -13000 0 rlineto closepath stroke /xab 2500 def 0 1 4 {/ncol exch def %ncol=0,4 xab ncol mul 0 translate %neuer Rastermittelpunkt und Nullpunkt fuer Rosette, Radius 1,0 cm 1250 2100 translate iout 0 eq iout 3 eq or {1 1 1}{0 0 0} ifelse setrgbcolor newpath 0 0 0500 0 360 arc closepath stroke newpath 0 0 1000 0 360 arc closepath stroke cola ncol get exec 0 10 350 {newpath 0 0 moveto 0 0 1200 4 -1 roll dup 5 add arc closepath fill} for colb ncol get exec newpath 0 0 0300 0 360 arc closepath stroke -1250 -2100 translate %Text Rosette (Siemensstern) iout 0 eq iout 3 eq or {1 1 1} {0 0 0} ifelse setrgbcolor TBK 200 0100 moveto (Radialgitter ) showde (radial gratings ) showen (rejillas radial ) showes (radial callebotis ) showfr (reticoli radiali ) showit (radial gratings ) showjp TBIK tefa ncol get show ncol 2 le { TBK 00 -50 rmoveto Fxx show 00 50 rmoveto } if tgz TBM 1250 500 add 2300 moveto (10) show 1250 1000 add 2300 moveto (20) show xab ncol mul neg 0 translate } for %ncol=0,4 } def %END proc_rosette %********************************************************** /proc_16step {%BEG proc_16step %requires 0<=iout<=5 %requires deintp=0,1 /tefaolvN (N-R, N-G, N-B, W-N) def /tefaolvZ (Z-R, Z-G, Z-B, W-N) def /tefaolvW (W-R, W-G, W-B, W-N) def /tefacmyN (N-C, N-M, N-J, W-N) def /tefacmyZ (Z-C, Z-M, Z-J, W-N) def /tefacmyW (W-C, W-M, W-J, W-N) def /tenaolvN [(N-R)(N-G)(N-B)(W-N)] def /tenaolvZ [(Z-R)(Z-G)(Z-B)(W-N)] def /tenaolvW [(W-R)(W-G)(W-B)(W-N)] def /tenacmyN [(N-C)(N-M)(N-J)(W-N)] def /tenacmyZ [(Z-C)(Z-M)(Z-J)(W-N)] def /tenacmyW [(W-C)(W-M)(W-J)(W-N)] def /tenfolvN [(R) (G) (B) (N)] def /tenfolvZ [(R) (G) (B) (N)] def /tenfolvW [(R) (G) (B) (N)] def /tenfcmyN [(C) (M) (Y) (N)] def /tenfcmyZ [(C) (M) (Y) (N)] def /tenfcmyW [(C) (M) (Y) (N)] def /colaolvN [{tgw} {tgo} {tgl} {tgv} {tgz}] def /colaolvZ [{tgn} {tgo} {tgl} {tgv} {tgw}] def /colaolvW [{tgn} {tgo} {tgl} {tgv} {tgz}] def /colacmyN [{tgw} {tgc} {tgm} {tgy} {tgz}] def /colacmyZ [{tgn} {tgc} {tgm} {tgy} {tgw}] def /colacmyW [{tgn} {tgc} {tgm} {tgy} {tgz}] def /tzo3N 48 array def /tzl3N 48 array def /tzv3N 48 array def /tzn3N 48 array def 0 1 15 {/nfar exch def /nfar3 nfar 3 mul def %N-OLV tzo3N nfar3 tzNW nfar get put tzo3N nfar3 1 add 0.0 put tzo3N nfar3 2 add 0.0 put tzl3N nfar3 0.0 put tzl3N nfar3 1 add tzNW nfar get put tzl3N nfar3 2 add 0.0 put tzv3N nfar3 0.0 put tzv3N nfar3 1 add 0.0 put tzv3N nfar3 2 add tzNW nfar get put tzn3N nfar3 tzWN nfar get put tzn3N nfar3 1 add tzWN nfar get put tzn3N nfar3 2 add tzWN nfar get put} for /tzo3Z 48 array def /tzl3Z 48 array def /tzv3Z 48 array def /tzn3Z 48 array def 0 1 15 {/nfar exch def /nfar3 nfar 3 mul def %Z-OLV tzo3Z nfar3 tzZW nfar get put tzo3Z nfar3 1 add tzZN nfar get put tzo3Z nfar3 2 add tzZN nfar get put tzl3Z nfar3 tzZN nfar get put tzl3Z nfar3 1 add tzZW nfar get put tzl3Z nfar3 2 add tzZN nfar get put tzv3Z nfar3 tzZN nfar get put tzv3Z nfar3 1 add tzZN nfar get put tzv3Z nfar3 2 add tzZW nfar get put tzn3Z nfar3 tzWN nfar get put tzn3Z nfar3 1 add tzWN nfar get put tzn3Z nfar3 2 add tzWN nfar get put} for /tzo3W 48 array def /tzl3W 48 array def /tzv3W 48 array def /tzn3W 48 array def 0 1 15 {/nfar exch def /nfar3 nfar 3 mul def %W-OLV tzo3W nfar3 1.0 put tzo3W nfar3 1 add tzWN nfar get put tzo3W nfar3 2 add tzWN nfar get put tzl3W nfar3 tzWN nfar get put tzl3W nfar3 1 add 1.0 put tzl3W nfar3 2 add tzWN nfar get put tzv3W nfar3 tzWN nfar get put tzv3W nfar3 1 add tzWN nfar get put tzv3W nfar3 2 add 1.0 put tzn3W nfar3 tzWN nfar get put tzn3W nfar3 1 add tzWN nfar get put tzn3W nfar3 2 add tzWN nfar get put} for /tzc3N 48 array def /tzm3N 48 array def /tzy3N 48 array def /tzn3N 48 array def 0 1 15 {/nfar exch def /nfar3 nfar 3 mul def %N-CMY tzc3N nfar3 0.0 put tzc3N nfar3 1 add tzNW nfar get put tzc3N nfar3 2 add tzNW nfar get put tzm3N nfar3 tzNW nfar get put tzm3N nfar3 1 add 0.0 put tzm3N nfar3 2 add tzNW nfar get put tzy3N nfar3 tzNW nfar get put tzy3N nfar3 1 add tzNW nfar get put tzy3N nfar3 2 add 0.0 put tzn3N nfar3 tzWN nfar get put tzn3N nfar3 1 add tzWN nfar get put tzn3N nfar3 2 add tzWN nfar get put} for /tzc3Z 48 array def /tzm3Z 48 array def /tzy3Z 48 array def /tzn3Z 48 array def 0 1 15 {/nfar exch def /nfar3 nfar 3 mul def %Z-CMY tzc3Z nfar3 tzZN nfar get put tzc3Z nfar3 1 add tzZW nfar get put tzc3Z nfar3 2 add tzZW nfar get put tzm3Z nfar3 tzZW nfar get put tzm3Z nfar3 1 add tzZN nfar get put tzm3Z nfar3 2 add tzZW nfar get put tzy3Z nfar3 tzZW nfar get put tzy3Z nfar3 1 add tzZW nfar get put tzy3Z nfar3 2 add tzZN nfar get put tzn3Z nfar3 tzWN nfar get put tzn3Z nfar3 1 add tzWN nfar get put tzn3Z nfar3 2 add tzWN nfar get put} for /tzc3W 48 array def /tzm3W 48 array def /tzy3W 48 array def /tzn3W 48 array def 0 1 15 {/nfar exch def /nfar3 nfar 3 mul def %W-CMY tzc3W nfar3 tzWN nfar get put tzc3W nfar3 1 add 1.0 put tzc3W nfar3 2 add 1.0 put tzm3W nfar3 1.0 put tzm3W nfar3 1 add tzWN nfar get put tzm3W nfar3 2 add 1.0 put tzy3W nfar3 1.0 put tzy3W nfar3 1 add 1.0 put tzy3W nfar3 2 add tzWN nfar get put tzn3W nfar3 tzWN nfar get put tzn3W nfar3 1 add tzWN nfar get put tzn3W nfar3 2 add tzWN nfar get put} for /tenf 5 array def /tena 5 array def /cola 5 array def /tza3 48 array def iout 0 eq {/tefa tefaolvN def} if iout 1 eq {/tefa tefaolvZ def} if iout 2 eq {/tefa tefaolvW def} if iout 3 eq {/tefa tefacmyN def} if iout 4 eq {/tefa tefacmyZ def} if iout 5 eq {/tefa tefacmyW def} if 0 1 3 {/ncol exch def %ncol=0,3 iout 0 eq {cola ncol colaolvN ncol get put tenf ncol tenfolvN ncol get put tena ncol tenaolvN ncol get put } if iout 1 eq {cola ncol colaolvZ ncol get put tenf ncol tenfolvZ ncol get put tena ncol tenaolvZ ncol get put } if iout 2 eq {cola ncol colaolvW ncol get put tenf ncol tenfolvW ncol get put tena ncol tenaolvW ncol get put } if iout 3 eq {cola ncol colacmyN ncol get put tenf ncol tenfcmyN ncol get put tena ncol tenacmyN ncol get put } if iout 4 eq {cola ncol colacmyZ ncol get put tenf ncol tenfcmyZ ncol get put tena ncol tenacmyZ ncol get put } if iout 5 eq {cola ncol colacmyW ncol get put tenf ncol tenfcmyW ncol get put tena ncol tenacmyW ncol get put } if } for %ncol=0,3 iout 0 eq iout 3 eq or {INW 0 eq {/TYP (N) def} {/TYP (W) def} ifelse } if iout 1 eq iout 4 eq or {INW 0 eq {/TYP (Z) def} {/TYP (N) def} ifelse } if iout 2 eq iout 5 eq or {/TYP (W) def} if %W 0 0 0 setrgbcolor TK 0 -230 moveto INW 0 eq {(AG171-1, ) show} {(AG170-7, ) show} ifelse (Bild ) showde (Picture ) showen (Fig. ) showes (Fig. ) showfr (Fig. ) showit (Picture ) showjp iout 3 ge {(B4) show}{(D4) show} ifelse TYP show Txx show (: ) show (16 gleichabst\344ndige Stufen ) showde (16 equidistant steps ) showen (16 equidistante pasos ) showes (16 \351quidistants \351tapes ) showfr (16 equidistante passi ) showit (16 equidistant steps ) showjp 0 1 3 {/ncol exch def TIK tena ncol get show ncol 2 le { TK 00 -50 rmoveto Fxx show 00 50 rmoveto } if TK (; ) show } for TIK (rgb/cmy0->rgb) show TS 00 -50 rmoveto Txx show 00 50 rmoveto TIK ( setrgbcolor ) show TK iout 0 eq iout 3 eq or {%iout=0,3 INW 0 eq {0 0 0 setrgbcolor} {1 1 1 setrgbcolor} ifelse } if %iout=0,3 iout 1 eq iout 4 eq or {INW 0 eq {0.5 0.5 0.5 setrgbcolor} {0 0 0 setrgbcolor} ifelse } if iout 2 eq iout 5 eq or {1 1 1 setrgbcolor} if 0 0 moveto 11200 0 rlineto 0 4000 rlineto -11200 0 rlineto closepath fill 0 0 0 setrgbcolor 0 0 moveto 11200 0 rlineto 0 4000 rlineto -11200 0 rlineto closepath stroke /yab -850 def 000 3950 translate /n* [(0) (1) (2) (3) (4) (5) (6) (7) (8) (9) (A) (B) (C) (D) (E) (F)] def iout 0 eq iout 3 eq or {1 1 1} {0 0 0} ifelse setrgbcolor INW 1 eq {0 0 0 setrgbcolor} if iout 1 eq iout 4 eq or INW 1 eq and {1 1 1 setrgbcolor} if 0 1 16 {/j exch def /ix0 j 700 mul def /iy0 -850 def %j=0,16 ix0 25 add iy0 3100 sub moveto 000 4000 rlineto -50 000 rlineto 000 -4000 rlineto closepath fill } for %j=0,16 0 1 3 {/ncol exch def %=0,3 fuer O,L,V,N, or C,M,Y,N iout 0 eq {%iout=0 0 1 47 {/n exch def ncol 0 eq {tza3 n tzo3N n get put} if ncol 1 eq {tza3 n tzl3N n get put} if ncol 2 eq {tza3 n tzv3N n get put} if ncol 3 eq {tza3 n tzn3N n get put} if } for } if %iout=0 iout 1 eq {%iout=1 INW 0 eq {%INW=0,1 0 1 47 {/n exch def ncol 0 eq {tza3 n tzo3Z n get put} if ncol 1 eq {tza3 n tzl3Z n get put} if ncol 2 eq {tza3 n tzv3Z n get put} if ncol 3 eq {tza3 n tzn3Z n get put} if } for }%INW=0 {%INW=1 0 1 47 {/n exch def ncol 0 eq {tza3 n tzo3W n get put} if ncol 1 eq {tza3 n tzl3W n get put} if ncol 2 eq {tza3 n tzv3W n get put} if ncol 3 eq {tza3 n tzn3W n get put} if } for } ifelse %INW=0,1 } if %iout=1 iout 2 eq {%iout=2 0 1 47 {/n exch def ncol 0 eq {tza3 n tzo3W n get put} if ncol 1 eq {tza3 n tzl3W n get put} if ncol 2 eq {tza3 n tzv3W n get put} if ncol 3 eq {tza3 n tzn3W n get put} if } for } if %iout=2 iout 3 eq {%iout=3 0 1 47 {/n exch def ncol 0 eq {tza3 n tzc3N n get put} if ncol 1 eq {tza3 n tzm3N n get put} if ncol 2 eq {tza3 n tzy3N n get put} if ncol 3 eq {tza3 n tzn3N n get put} if } for } if %iout=3 iout 4 eq {%iout=4 0 1 47 {/n exch def ncol 0 eq {tza3 n tzc3Z n get put} if ncol 1 eq {tza3 n tzm3Z n get put} if ncol 2 eq {tza3 n tzy3Z n get put} if ncol 3 eq {tza3 n tzn3Z n get put} if } for } if %iout=4 iout 5 eq {%iout=5 0 1 47 {/n exch def ncol 0 eq {tza3 n tzc3W n get put} if ncol 1 eq {tza3 n tzm3W n get put} if ncol 2 eq {tza3 n tzy3W n get put} if ncol 3 eq {tza3 n tzn3W n get put} if } for } if %iout=5 0 yab translate %square test samples /l 0 def 0 1 15 {/j exch def /j3 j 3 mul def /ix0 j 700 mul def /iy0 0 def tza3 j3 get tza3 j3 1 add get tza3 j3 2 add get setrgbcolor l 0 eq {/ixd 700 def /iyd 700 def %ixd,iyd ix0 iy0 moveto ixd 000 rlineto 000 iyd rlineto ixd neg 000 rlineto closepath fill } if %ixd,iyd } for %j %iout 0 eq iout 3 eq or {1 1 1} {0 0 0} ifelse setrgbcolor 0 0 0 setrgbcolor TBIG 11310 300 moveto tenf ncol get show ncol 2 le { TBM 00 -50 rmoveto Fxx show 00 50 rmoveto } if iout 0 eq iout 3 eq or {1 1 1} {0 0 0} ifelse setrgbcolor INW 1 eq {0 0 0 setrgbcolor} if iout 1 eq iout 4 eq or INW 1 eq and {1 1 1 setrgbcolor} if TBM ncol 3 eq { %N 0 1 15 {/j exch def /ix0 250 j 700 mul add def /iy0 -350 def ix0 iy0 moveto n* j get show } for %j } if %N } for %ncol=0,1,2,3 fuer O, L, V, N 000 -550 translate 25 setlinewidth 0 0 0 setrgbcolor -25 0 moveto 11250 0 rlineto 0 4000 rlineto -11250 0 rlineto closepath stroke } def %END porc_16stepOLV %********************************************************** /proc_lettersize {%BEG proc_lettersize %requires 0<=iout<=5 %requires deintp=0,1 deintp 0 eq {%deintp=0,1 /tefaolvN (W, R, G, B, Z) def /tefaolvZ (N, R, G, B, W) def /tefaolvW (N, R, G, B, Z) def /tefacmyN (W, C, M, Y, Z) def /tefacmyZ (N, C, M, Y, W) def /tefacmyW (N, C, M, Y, Z) def /tenfolvN [(W) (R) (G) (B) (Z)] def /tenfolvZ [(N) (R) (G) (B) (W)] def /tenfolvW [(N) (R) (G) (B) (Z)] def /tenfcmyN [(W) (C) (M) (Y) (Z)] def /tenfcmyZ [(N) (C) (M) (Y) (W)] def /tenfcmyW [(N) (C) (M) (Y) (Z)] def } %deintp=0 { %deintp=1 /tefaolvN (W, R, G, B, Z) def /tefaolvZ (N, R, G, B, W) def /tefaolvW (N, R, G, B, Z) def /tefacmyN (W, C, M, J, Z) def /tefacmyZ (N, C, M, J, W) def /tefacmyW (N, C, M, J, Z) def /tenfolvN [(W) (R) (G) (B) (Z)] def /tenfolvZ [(N) (R) (G) (B) (W)] def /tenfolvW [(N) (R) (G) (B) (Z)] def /tenfcmyN [(W) (C) (M) (Y) (Z)] def /tenfcmyZ [(N) (C) (M) (Y) (W)] def /tenfcmyW [(N) (C) (M) (Y) (Z)] def } ifelse /colaolvN [{tgw} {tgo} {tgl} {tgv} {tgz}] def /colaolvZ [{tgn} {tgo} {tgl} {tgv} {tgw}] def /colaolvW [{tgn} {tgo} {tgl} {tgv} {tgz}] def /colacmyN [{tgw} {tgc} {tgm} {tgy} {tgz}] def /colacmyZ [{tgn} {tgc} {tgm} {tgy} {tgw}] def /colacmyW [{tgn} {tgc} {tgm} {tgy} {tgz}] def /na [(+-:.) (xyz;) (tuvw) (pqrs) (lmno) (hijk) (defg) (!abc) (lmno) (hijk) (defg) (!abc) (+-:.) (xyz;) (tuvw) (pqrs) (pqrs) (lmno) (hijk) (+-:.) (xyz;) (tuvw) (defg) (!abc) (tuvw) (pqrs) (lmno) (hijk) (+-:.) (!abc) (xyz;) (defg)] def /ar 72 def /ak [4 3 2 8 7 1 5 6 8 5 3 7 2 1 4 6 6 3 5 4 3 7 2 8 4 1 6 7 8 2 3 5 1 5 4 8 7 2 3 6 8 1 7 6 2 5 4 3 1 2 5 8 4 3 6 7 5 3 2 8 7 6 1 4 6 4 1 2 7 3 5 8 7 1 8 5 2 6 3 4 7 6 3 4 8 5 2 1 7 6 1 4 5 3 2 8 4 3 2 8 7 1 5 6 2 1 4 6 8 5 3 7 8 2 7 1 4 5 3 6 6 7 8 2 5 3 1 4 2 1 5 4 8 3 6 7 8 2 4 6 7 5 3 1 8 3 7 5 2 6 1 4 6 1 4 8 2 5 7 3] def /ng [(10) ( 8) ( 6) ( 4)] def /xtransl [0 3500 6500 9000] def /tenf 5 array def /cola 5 array def iout 0 eq {/tefa tefaolvN def} if iout 1 eq {/tefa tefaolvZ def} if iout 2 eq {/tefa tefaolvW def} if iout 3 eq {/tefa tefacmyN def} if iout 4 eq {/tefa tefacmyZ def} if iout 5 eq {/tefa tefacmyW def} if 0 1 4 {/ncol exch def %ncol=0,4 iout 0 eq {cola ncol colaolvN ncol get put tenf ncol tenfolvN ncol get put } if iout 1 eq {cola ncol colaolvZ ncol get put tenf ncol tenfolvZ ncol get put } if iout 2 eq {cola ncol colaolvW ncol get put tenf ncol tenfolvW ncol get put } if iout 3 eq {cola ncol colacmyN ncol get put tenf ncol tenfcmyN ncol get put } if iout 4 eq {cola ncol colacmyZ ncol get put tenf ncol tenfcmyZ ncol get put } if iout 5 eq {cola ncol colacmyW ncol get put tenf ncol tenfcmyW ncol get put } if } for %ncol=0,4 iout 0 eq iout 3 eq or {/TYP (N) def} if iout 1 eq iout 4 eq or {/TYP (Z) def} if iout 2 eq iout 5 eq or {/TYP (W) def} if %W 0 0 0 setrgbcolor TK 0 -230 moveto %iout 0 eq iout 3 eq or {(AG170-3, ) show}{(AG171-3, ) show} ifelse (AG171-3, ) show (Bild ) showde (Picture ) showen (Fig. ) showes (Fig. ) showfr (Fig. ) showit (Picture ) showjp iout 3 ge {(B5) show}{(D5) show} ifelse TYP show Txx show (: ) show (Schrift und Landoltringe ) showde (Sript and Landolt\255rings ) showen (codigo y Landolt annilos) showes (code et Landolt anneau) showfr (codice i Landolt anelli ) showit (Script Landolt\255rings ) showjp 0 1 4 {/ncol exch def TIK tenf ncol get show ncol 1 ge ncol 3 le and { TK 00 -50 rmoveto Fxx show 00 50 rmoveto } if TK (; ) show } for TIK (PS) show TK (\255Operator) showde ( operator) showea TIK ( rgb->rgb) show TS 00 -50 rmoveto Txx show 00 50 rmoveto TIK ( setrgbcolor ) show TK iout 0 eq iout 3 eq or {0 0 0 setrgbcolor} if iout 1 eq iout 4 eq or {0.5 0.5 0.5 setrgbcolor} if iout 2 eq iout 5 eq or {1 1 1 setrgbcolor} if 0 0 moveto 11200 0 rlineto 0 4000 rlineto -11200 0 rlineto closepath fill 0 0 0 setrgbcolor 0 0 moveto 11200 0 rlineto 0 4000 rlineto -11200 0 rlineto closepath stroke 200 000 translate %200 trans /igroe -1 def /mg -1 def 10 -2 04 {/n exch def /mg mg 1 add def /igroe igroe 1 add def /n480 40 n mul def /n600 45 n mul def /n300 25 n mul def /n150 15 n mul def /n200 20 n mul def /n050 05 n mul def /n360 30 n mul def /nar 6 n mul def /n6000 480 n mul def /n5000 400 n mul def xtransl mg get 0 translate /ix0 0 def n480 /Times-Roman FS 0 1 07 {/j exch def /iy0 3500 j n600 mul sub def iout 0 eq iout 3 eq or {1 1 1} {0 0 0} ifelse setrgbcolor ix0 100 add iy0 200 add moveto na j igroe 8 mul add get exec show j 7 eq { %Zusatz Schriftgroesse 10, 8, 6, 4 ix0 100 add iy0 200 add n600 sub moveto ng mg get exec show} if } for 0 1 04 {/ncol exch def /ix0 n600 2 mul ncol n600 mul add def /iy0 3500 8 n600 mul sub 0 1 07 {/j exch def /iy0 3500 j n600 mul sub def /k ncol 8 mul j add igroe 32 mul add def n setlinewidth cola ncol get exec newpath nar setlinewidth ix0 300 add iy0 300 add nar 2.5 mul 0 360 arc closepath fill iout 0 eq iout 3 eq or {0 0 0 setrgbcolor} if iout 1 eq iout 4 eq or {0.5 0.5 0.5 setrgbcolor} if iout 2 eq iout 5 eq or {1 1 1 setrgbcolor} if ix0 300 add iy0 300 add nar 1.5 mul 0 360 arc closepath fill ix0 300 add iy0 300 add moveto /m ak k get exec def m 1 eq {nar 2.6 mul 0 rlineto closepath stroke} if %0 m 2 eq {nar 2.6 mul 45 sin mul nar 2.6 mul 45 cos mul rlineto closepath stroke} if %45 m 3 eq {0 nar 2.6 mul rlineto closepath stroke} if %90 m 4 eq {nar 2.6 mul 135 sin mul nar 2.6 mul 135 cos mul rlineto closepath stroke} if %135 m 5 eq {nar 2.6 mul neg 0 rlineto closepath stroke} if %0 m 6 eq {nar 2.6 mul 235 sin mul nar 2.6 mul 235 cos mul rlineto closepath stroke} if %45 m 7 eq {0 nar 2.6 mul neg rlineto closepath stroke} if %0 m 8 eq {nar 2.6 mul 315 sin mul nar 2.6 mul 315 cos mul rlineto closepath stroke} if %45 } for %j acht Orientierungen iout 0 eq iout 3 eq or {1 1 1} {0 0 0} ifelse setrgbcolor ix0 400 add n200 sub iy0 300 add n600 sub n050 sub moveto /n480 40 n mul def n480 /Times-Roman FS tenf ncol get show ncol 1 ge ncol 3 le and { /n400 30 n mul def n400 /Times-Roman FS 00 -10 n mul rmoveto Fxx show 00 10 n mul rmoveto } if } for %ncol=0,4 xtransl mg get neg 0 translate } for %n vier Schrift-Groessen -200 000 translate %200 trans } def %END proc_lettersize %********************************************************** /proc_Landolt { %BEG proc_Landolt %requires 0<=iout<=5 %requires deintp=0,1 %requires ncol=0,1 or 2,3 deintp 0 eq {%deintp=0,1 ncol1 0 eq { %ncol1=0,#0 /tefaolvN (N-R, N-G) def /tefaolvZ (Z-R, Z-G) def /tefaolvW (W-R, W-G) def /tefacmyN (N-C, N-M) def /tefacmyZ (Z-C, Z-M) def /tefacmyW (W-C, W-M) def /tefaolvN1 (N-R) def /tefaolvZ1 (Z-R) def /tefaolvW1 (W-R) def /tefacmyN1 (N-C) def /tefacmyZ1 (Z-C) def /tefacmyW1 (W-C) def /tefaolvN2 (N-G) def /tefaolvZ2 (Z-G) def /tefaolvW2 (W-G) def /tefacmyN2 (N-M) def /tefacmyZ2 (Z-M) def /tefacmyW2 (W-M) def } %ncol1=0 { %ncol1#0 /tefaolvN (N-B, W-N) def /tefaolvZ (Z-B, W-N) def /tefaolvW (W-B, W-N) def /tefacmyN (N-Y, W-N) def /tefacmyZ (Z-Y, W-N) def /tefacmyW (W-Y, W-N) def /tefaolvN1 (N-B) def /tefaolvZ1 (Z-B) def /tefaolvW1 (W-B) def /tefacmyN1 (N-Y) def /tefacmyZ1 (Z-Y) def /tefacmyW1 (W-Y) def /tefaolvN2 (W-N) def /tefaolvZ2 (W-N) def /tefaolvW2 (W-N) def /tefacmyN2 (W-N) def /tefacmyZ2 (W-N) def /tefacmyW2 (W-N) def } ifelse %ncol1=0,#0 }%deintp=0 {%deintp=1 ncol1 0 eq { %ncol1=0,#0 /tefaolvN (N-R, N-G) def /tefaolvZ (Z-R, Z-G) def /tefaolvW (W-R, W-G) def /tefacmyN (N-C, N-M) def /tefacmyZ (Z-C, Z-M) def /tefacmyW (W-C, W-M) def /tefaolvN1 (N-R) def /tefaolvZ1 (Z-R) def /tefaolvW1 (W-R) def /tefacmyN1 (N-C) def /tefacmyZ1 (Z-C) def /tefacmyW1 (W-C) def /tefaolvN2 (N-G) def /tefaolvZ2 (Z-G) def /tefaolvW2 (W-G) def /tefacmyN2 (N-M) def /tefacmyZ2 (Z-M) def /tefacmyW2 (W-M) def } %ncol1=0 { %ncol1=#0 /tefaolvN (N-B, W-N) def /tefaolvZ (Z-B, W-N) def /tefaolvW (W-B, W-N) def /tefacmyN (N-J, W-N) def /tefacmyZ (Z-J, W-N) def /tefacmyW (W-J, W-N) def /tefaolvN1 (N-B) def /tefaolvZ1 (Z-B) def /tefaolvW1 (W-B) def /tefacmyN1 (N-J) def /tefacmyZ1 (Z-J) def /tefacmyW1 (W-J) def /tefaolvN2 (W-N) def /tefaolvZ2 (W-N) def /tefaolvW2 (W-N) def /tefacmyN2 (W-N) def /tefacmyZ2 (W-N) def /tefacmyW2 (W-N) def } ifelse %ncol1=0,#0 } ifelse %deintp=0,1 /tzo3N 48 array def /tzl3N 48 array def /tzv3N 48 array def /tzn3N 48 array def 0 1 15 {/nfar exch def /nfar3 nfar 3 mul def %N-OLV tzo3N nfar3 tzWN nfar get put tzo3N nfar3 1 add 1.0 put tzo3N nfar3 2 add 1.0 put tzl3N nfar3 1.0 put tzl3N nfar3 1 add tzWN nfar get put tzl3N nfar3 2 add 1.0 put tzv3N nfar3 1.0 put tzv3N nfar3 1 add 1.0 put tzv3N nfar3 2 add tzNW nfar get put tzn3N nfar3 tzWN nfar get put tzn3N nfar3 1 add tzWN nfar get put tzn3N nfar3 2 add tzWN nfar get put} for /tzo3Z 48 array def /tzl3Z 48 array def /tzv3Z 48 array def /tzn3Z 48 array def 0 1 15 {/nfar exch def /nfar3 nfar 3 mul def %Z-OLV tzo3Z nfar3 tzNZ nfar get put tzo3Z nfar3 1 add tzWZ nfar get put tzo3Z nfar3 2 add tzWZ nfar get put tzl3Z nfar3 tzWZ nfar get put tzl3Z nfar3 1 add tzNZ nfar get put tzl3Z nfar3 2 add tzWZ nfar get put tzv3Z nfar3 tzWZ nfar get put tzv3Z nfar3 1 add tzWZ nfar get put tzv3Z nfar3 2 add tzNZ nfar get put tzn3Z nfar3 tzWN nfar get put tzn3Z nfar3 1 add tzWN nfar get put tzn3Z nfar3 2 add tzWN nfar get put} for /tzo3W 48 array def /tzl3W 48 array def /tzv3W 48 array def /tzn3W 48 array def 0 1 15 {/nfar exch def /nfar3 nfar 3 mul def %W-OLV tzo3W nfar3 0.0 put tzo3W nfar3 1 add tzWN nfar get put tzo3W nfar3 2 add tzWN nfar get put tzl3W nfar3 tzWN nfar get put tzl3W nfar3 1 add 0.0 put tzl3W nfar3 2 add tzWN nfar get put tzv3W nfar3 tzWN nfar get put tzv3W nfar3 1 add tzWN nfar get put tzv3W nfar3 2 add 0.0 put tzn3W nfar3 tzWN nfar get put tzn3W nfar3 1 add tzWN nfar get put tzn3W nfar3 2 add tzWN nfar get put} for /tzc3N 48 array def /tzm3N 48 array def /tzy3N 48 array def /tzn3N 48 array def 0 1 15 {/nfar exch def /nfar3 nfar 3 mul def %N-CMY tzc3N nfar3 1.0 put tzc3N nfar3 1 add tzNW nfar get put tzc3N nfar3 2 add tzNW nfar get put tzm3N nfar3 tzNW nfar get put tzm3N nfar3 1 add 1.0 put tzm3N nfar3 2 add tzNW nfar get put tzy3N nfar3 tzNW nfar get put tzy3N nfar3 1 add tzNW nfar get put tzy3N nfar3 2 add 1.0 put tzn3N nfar3 tzWN nfar get put tzn3N nfar3 1 add tzWN nfar get put tzn3N nfar3 2 add tzWN nfar get put} for /tzc3Z 48 array def /tzm3Z 48 array def /tzy3Z 48 array def /tzn3Z 48 array def 0 1 15 {/nfar exch def /nfar3 nfar 3 mul def %Z-CMY tzc3Z nfar3 tzWZ nfar get put tzc3Z nfar3 1 add tzNZ nfar get put tzc3Z nfar3 2 add tzNZ nfar get put tzm3Z nfar3 tzNZ nfar get put tzm3Z nfar3 1 add tzWZ nfar get put tzm3Z nfar3 2 add tzNZ nfar get put tzy3Z nfar3 tzNZ nfar get put tzy3Z nfar3 1 add tzNZ nfar get put tzy3Z nfar3 2 add tzWZ nfar get put tzn3Z nfar3 tzWN nfar get put tzn3Z nfar3 1 add tzWN nfar get put tzn3Z nfar3 2 add tzWN nfar get put} for /tzc3W 48 array def /tzm3W 48 array def /tzy3W 48 array def /tzn3W 48 array def 0 1 15 {/nfar exch def /nfar3 nfar 3 mul def %W-CMY tzc3W nfar3 tzWN nfar get put tzc3W nfar3 1 add 0.0 put tzc3W nfar3 2 add 0.0 put tzm3W nfar3 0.0 put tzm3W nfar3 1 add tzWN nfar get put tzm3W nfar3 2 add 0.0 put tzy3W nfar3 0.0 put tzy3W nfar3 1 add 0.0 put tzy3W nfar3 2 add tzWN nfar get put tzn3W nfar3 tzWN nfar get put tzn3W nfar3 1 add tzWN nfar get put tzn3W nfar3 2 add tzWN nfar get put} for /tza3 48 array def iout 0 eq {/tefa tefaolvN def /tefa1 tefaolvN1 def /tefa2 tefaolvN2 def} if iout 1 eq {/tefa tefaolvZ def /tefa1 tefaolvZ1 def /tefa2 tefaolvZ2 def} if iout 2 eq {/tefa tefaolvW def /tefa1 tefaolvW1 def /tefa2 tefaolvW2 def} if iout 3 eq {/tefa tefacmyN def /tefa1 tefacmyN1 def /tefa2 tefacmyN2 def} if iout 4 eq {/tefa tefacmyZ def /tefa1 tefacmyZ1 def /tefa2 tefacmyZ2 def} if iout 5 eq {/tefa tefacmyW def /tefa1 tefacmyW1 def /tefa2 tefacmyW2 def} if iout 0 eq iout 3 eq or {/TYP (N) def} if iout 1 eq iout 4 eq or {/TYP (Z) def} if iout 2 eq iout 5 eq or {/TYP (W) def} if %W old number 0 0 0 setrgbcolor TK 0 -230 moveto %iout 0 eq iout 3 eq or {(AG170-) show}{(AG171-) show} ifelse (AG171-) show ncol1 0 eq {(5, ) show} {(7, ) show} ifelse (Bild ) showde (Picture ) showen (Fig. ) showes (Fig. ) showfr (Fig. ) showit (Picture ) showjp ncol1 0 eq {iout 3 ge {(B6) show}{(D6) show} ifelse} {iout 3 ge {(B7) show}{(D7) show} ifelse} ifelse TYP show Txx show (: ) show (Landoltringe ) showde (Landolt\255rings ) showen (anillos de Landolt ) showes (anneaux Landolt ) showfr (anelli di Landolt ) showit (Landolt\255rings ) showjp TIK tefa1 show TK 00 -50 rmoveto Fxx show 00 50 rmoveto TIK (; ) show tefa2 show ncol1 0 eq { TK 00 -50 rmoveto Fxx show 00 50 rmoveto } if TIK (; ) show TIK (PS) show TK (\255Operator ) showde ( operator ) showea TIK (rgb->rgb) show TS 00 -50 rmoveto Txx show 00 50 rmoveto TIK ( setrgbcolor ) show TK iout 0 eq iout 3 eq or {0 0 0 setrgbcolor} if iout 1 eq iout 4 eq or {0.5 0.5 0.5 setrgbcolor} if iout 2 eq iout 5 eq or {1 1 1 setrgbcolor} if 0 0 moveto 11200 0 rlineto 0 4000 rlineto -11200 0 rlineto closepath fill 0 0 0 setrgbcolor 0 0 moveto 11200 0 rlineto 0 4000 rlineto -11200 0 rlineto closepath stroke /xab 5450 def 50 0 translate /ar 80 def ar setlinewidth ncol1 1 ncol2 {/ncol exch def %=0,1,2,3 O,L,V,N xab ncol ncol1 sub mul 0 translate ncol 0 eq { %O 0 1 47 {/n exch def iout 0 eq {tza3 n tzo3N n get put} if iout 1 eq {tza3 n tzo3Z n get put} if iout 2 eq {tza3 n tzo3W n get put} if iout 3 eq {tza3 n tzc3N n get put} if iout 4 eq {tza3 n tzc3Z n get put} if iout 5 eq {tza3 n tzc3W n get put} if } for /nc [(F-D) (8-6) (2-0) (E-F) (7-8) (0-1)] def /nl [0 7 13 1 8 15] def %entspricht F 8 2, E 7 0, +2, -1 /ak [4 3 2 8 7 1 5 6 8 5 3 7 2 1 4 6 6 3 5 4 3 7 2 8 4 1 6 7 8 2 3 5 1 5 4 8 7 2 3 6 8 1 7 6 2 5 4 3] def /ndif1 2 def /ndif2 -1 def } if %C ncol 1 eq { %L 0 1 47 {/n exch def iout 0 eq {tza3 n tzl3N n get put} if iout 1 eq {tza3 n tzl3Z n get put} if iout 2 eq {tza3 n tzl3W n get put} if iout 3 eq {tza3 n tzm3N n get put} if iout 4 eq {tza3 n tzm3Z n get put} if iout 5 eq {tza3 n tzm3W n get put} if } for /nc [(F-D) (8-6) (2-0) (E-F) (7-8) (0-1)] def /nl [0 7 13 1 8 15] def %entspricht F 8 2, E 7 0, +2, -1 /ak [6 7 8 2 3 5 4 1 7 2 3 6 1 5 4 8 6 4 8 5 3 7 2 1 7 2 8 6 3 5 4 3 8 1 7 5 2 6 4 3 4 3 2 8 7 1 5 6] def /ndif1 2 def /ndif2 -1 def } if %M ncol 2 eq { %V 0 1 47 {/n exch def iout 0 eq {tza3 n tzv3N n get put} if iout 1 eq {tza3 n tzv3Z n get put} if iout 2 eq {tza3 n tzv3W n get put} if iout 3 eq {tza3 n tzy3N n get put} if iout 4 eq {tza3 n tzy3Z n get put} if iout 5 eq {tza3 n tzy3W n get put} if } for /nc [(F-D) (8-6) (2-0) (E-F) (7-8) (0-1)] def /nl [0 7 13 1 8 15] def %entspricht F 8 2, E 7 0, +2, -1 /ak [8 5 3 7 2 1 4 6 6 3 5 4 3 7 2 8 4 3 2 8 7 1 5 6 5 3 2 8 7 6 1 4 8 4 5 1 6 3 2 7 7 6 5 2 3 4 1 8] def /ndif1 2 def /ndif2 -1 def } if %V ncol 3 eq { %N 0 1 47 {/n exch def iout 0 eq {tza3 n tzn3N n get put} if iout 1 eq {tza3 n tzn3Z n get put} if iout 2 eq {tza3 n tzn3W n get put} if iout 3 eq {tza3 n tzn3N n get put} if iout 4 eq {tza3 n tzn3Z n get put} if iout 5 eq {tza3 n tzn3W n get put} if } for /nc [(F-D) (8-6) (2-0) (E-F) (7-8) (0-1)] def /nl [0 7 13 1 8 15] def %entspricht F 8 2, E 7 0, +2, -1 /ak [6 7 8 2 3 5 4 1 7 2 3 6 1 5 4 8 6 4 8 5 3 7 2 1 7 2 8 6 3 5 4 3 8 1 7 5 2 6 4 3 4 3 2 8 7 1 5 6] def /ndif1 2 def /ndif2 -1 def } if %N iout 0 eq iout 3 eq or {1 1 1 setrgbcolor}{0 0 0 setrgbcolor} ifelse 250 /Times-Roman FS 0 1 5 {/j exch def /iy0 500 j 600 mul add def 5000 iy0 moveto nc j get show } for %j TK 0 1 07 {/j exch def /ix0 0100 j 600 mul add def 0 1 05 {/l exch def /iy0 0300 l 600 mul add def /k l 8 mul j add def /i1 nl l get def /j3 i1 3 mul def 1 tza3 j3 get sub 1 tza3 j3 1 add get sub 1 tza3 j3 2 add get sub setrgbcolor /ixd 600 def ix0 iy0 moveto ixd 000 rlineto 000 ixd rlineto ixd neg 000 rlineto closepath fill l 2 le {/i1 nl l get ndif1 add def} {/i1 nl l get ndif2 add def} ifelse /j3 i1 3 mul def 1 tza3 j3 get sub 1 tza3 j3 1 add get sub 1 tza3 j3 2 add get sub setrgbcolor ix0 300 add iy0 300 add ar 2.5 mul 0 360 arc closepath fill /i1 nl l get def /j3 i1 3 mul def 1 tza3 j3 get sub 1 tza3 j3 1 add get sub 1 tza3 j3 2 add get sub setrgbcolor ix0 300 add iy0 300 add ar 1.5 mul 0 360 arc closepath fill /i1 nl l get def /j3 i1 3 mul def 1 tza3 j3 get sub 1 tza3 j3 1 add get sub 1 tza3 j3 2 add get sub setrgbcolor ix0 300 add iy0 300 add moveto /m ak k get exec def m 1 eq {ar 2.6 mul 0 rlineto closepath stroke} if %0 m 2 eq {ar 2.6 mul 45 sin mul ar 2.6 mul 45 cos mul rlineto closepath stroke} if %45 m 3 eq {0 ar 2.6 mul rlineto closepath stroke} if %90 m 4 eq {ar 2.6 mul 135 sin mul ar 2.6 mul 135 cos mul rlineto closepath stroke} if %135 m 5 eq {ar 2.6 mul neg 0 rlineto closepath stroke} if %0 m 6 eq {ar 2.6 mul 235 sin mul ar 2.6 mul 235 cos mul rlineto closepath stroke} if %45 m 7 eq {0 ar 2.6 mul neg rlineto closepath stroke} if %0 m 8 eq {ar 2.6 mul 315 sin mul ar 2.6 mul 315 cos mul rlineto closepath stroke} if %45 } for %l } for %j iout 0 eq iout 3 eq or {1 1 1 setrgbcolor}{0 0 0 setrgbcolor} ifelse 250 /Times-Bold FS 1500 80 moveto (Landoltringe ) showde (Landolt\255rings ) showen (anillos de Landolt ) showes (anneaux Landolt ) showfr (anelli di Landolt ) showit (Landolt\255rings ) showjp TBIK ncol ncol1 eq {tefa1 show} {tefa2 show} ifelse ncol 2 le {TBS 00 -50 rmoveto Fxx show 00 50 rmoveto } if TK 5000 50 moveto (Code) show xab ncol ncol1 sub mul neg 0 translate } for %ncol=ncol1,ncol2 50 neg 0 translate 15 setlinewidth } def %END proc_Landolt %********************************************************** %********************************************************** /proc_CIEColor {%BEG proc_CIEColor 0 0 0 setrgbcolor TK 0 -230 moveto (AG170-7, ) show %colorm 0 eq {(0, ) show} {(F, ) show} ifelse iout 0 eq iout 3 eq or {/TYP (N) def} if iout 1 eq iout 4 eq or {/TYP (Z) def} if iout 2 eq iout 5 eq or {/TYP (W) def} if %W (Bild ) showde (Picture ) showen (Fig. ) showes (Fig. ) showfr (Fig. ) showit (Picture ) showjp iout 3 ge {(B3) show}{(D3) show} ifelse TYP show Txx show (: ) show (14 CIE\255Pr\374ffarben ) showde (14 CIE\255test colours ) showen (CIE 14 colores del test ) showes (14 CIE test couleurs ) showfr (14 prova colori CIE ) showit (14 CIE\255test colours ) showjp (sowie 2 + 16 Graustufen) showde (and 2 + 16 grey steps) showen (y 2 + 16 pasos de gris) showes (et 2 + 16 gris \351tapes) showfr (i 2 + 16 grigio passi) showit (and 2 + 16 grey steps) showjp TK ( (sf); ) show TIK (rgb/cmy0->rgb) show TS 00 -50 rmoveto Txx show 00 50 rmoveto TIK ( setrgbcolor ) show TK /adl_olv* [ %BEGin adl_olv*; L=Linear model data 16 grey and 16 CIE-TC 00 0.0 0.0 0.0 %L 0.0000 olv*PR18/TV18 01 17.0 17.0 17.0 %L 0.0667 olv*PR18/TV18 02 34.0 34.0 34.0 %L 0.1333 olv*PR18/TV18 03 51.0 51.0 51.0 %L 0.2000 olv*PR18/TV18 04 68.0 68.0 68.0 %L 0.2667 olv*PR18/TV18 05 85.0 85.0 85.0 %L 0.3333 olv*PR18/TV18 06 102.0 102.0 102.0 %L 0.4000 olv*PR18/TV18 07 117.0 119.0 119.0 %L 0.4667 olv*PR18/TV18 08 136.0 136.0 136.0 %L 0.5333 olv*PR18/TV18 09 153.0 153.0 153.0 %L 0.6000 olv*PR18/TV18 10 170.0 170.0 170.0 %L 0.6667 olv*PR18/TV18 11 187.0 187.0 187.0 %L 0.7333 olv*PR18/TV18 12 204.0 204.0 204.0 %L 0.8000 olv*PR18/TV18 13 221.0 221.0 221.0 %L 0.8667 olv*PR18/TV18 14 238.0 238.0 238.0 %L 0.9333 olv*PR18/TV18 15 255.0 255.0 255.0 %L 1.0000 olv*PR18/TV18 16 184.2 117.1 134.5 %L no. 01 olv*PR18/CIETC 17 152.4 140.3 73.3 %L no. 02 olv*PR18/CIETC 18 122.3 189.6 31.5 %L no. 03 olv*PR18/CIETC 19 80.9 221.9 95.9 %L no. 04 olv*PR18/CIETC 20 89.6 203.0 174.5 %L no. 05 olv*PR18/CIETC 21 87.9 177.0 263.9 %L no. 06 olv*PR18/CIETC 22 130.2 124.4 284.1 %L no. 07 olv*PR18/CIETC 23 176.2 115.8 257.8 %L no. 08 olv*PR18/CIETC 24 205.8 -12.2 58.0 %L no. 09 olv*PR18/CIETC 25 231.9 212.4 34.8 %L no. 10 olv*PR18/CIETC 26 24.4 220.9 72.8 %L no. 11 olv*PR18/CIETC 27 -40.6 89.8 226.5 %L no. 12 olv*PR18/CIETC 28 237.1 186.9 166.5 %L no. 13 olv*PR18/CIETC 29 57.2 105.9 11.4 %L no. 14 olv*PR18/CIETC 30 0.0 0.0 0.0 %L 0.0000 olv*PR18/N 31 255.0 255.0 255.0 %L 1.0000 olv*PR18/W ] def %END adl_olv*' /s 700 def /xw 755 def /yw 1150 def % Quadratseite und Abstaende %%%% Def. eines Quadrates fuer die Ausgabe der Farbflaechen %%% /colRec {moveto s 0 rlineto 0 s rlineto s neg 0 rlineto %Quadrat closepath} bind def /iz7 7 def /iz74 iz7 4 mul def /iz741 iz74 1 add def /iz742 iz74 2 add def /iz743 iz74 3 add def /iz8 8 def /iz84 iz8 4 mul def /iz841 iz84 1 add def /iz842 iz84 2 add def /iz843 iz84 3 add def /tfz {adl_olv* iz741 get adl_olv* iz841 get add 0.5 mul 255 div adl_olv* iz742 get adl_olv* iz842 get add 0.5 mul 255 div adl_olv* iz743 get adl_olv* iz843 get add 0.5 mul 255 div setrgbcolor} def /tfn {0.001 0.001 0.001 setrgbcolor} def % Schriftfarbe = Schwarz /tfw {1.000 1.000 1.000 setrgbcolor} def % Schriftfarbe = Weiss tfz 0 0 moveto 13000 0 rlineto 0 4000 rlineto -13000 0 rlineto closepath fill 0 setgray 0 0 moveto 13000 0 rlineto 0 4000 rlineto -13000 0 rlineto closepath stroke 350 150 translate /n* [(16) (15) (14) (13) (12) (11) (10) ( 9) ( 8) ( 7) ( 6) ( 5) ( 4) ( 3) ( 2) ( 1)] def TBM 25 setlinewidth /s 770 def /s1 770 def /s2 670 def 0 setgray 0 1 16 {/j exch def /ix0 j s1 mul def %j ix0 1600 moveto 0 500 rlineto stroke } for %j 15 setlinewidth 0 1 15 {/j exch def /ix00 j s1 mul def /s s2 def /ix0 ix00 50 add def /iy0 2900 def /j4a j 4 mul def /j4c j 16 add 4 mul def adl_olv* j4c 1 add get 255 div adl_olv* j4c 2 add get 255 div adl_olv* j4c 3 add get 255 div setrgbcolor ix0 iy0 colRec fill /s s1 def /ix0 ix00 def /iy0 2050 def adl_olv* j4c 1 add get 255 div adl_olv* j4c 2 add get 255 div adl_olv* j4c 3 add get 255 div setrgbcolor ix0 iy0 colRec fill 0 setgray /ix0 ix00 def /iy0 1750 def ix0 250 add iy0 moveto n* 15 j sub get show /s s1 def /ix0 ix00 def /iy0 850 def adl_olv* j4a 1 add get 255 div adl_olv* j4a 2 add get 255 div adl_olv* j4a 3 add get 255 div setrgbcolor ix0 iy0 colRec fill /s s2 def /ix0 ix00 50 add def /iy0 100 def adl_olv* j4a 1 add get 255 div adl_olv* j4a 2 add get 255 div adl_olv* j4a 3 add get 255 div setrgbcolor ix0 iy0 colRec fill } for %j -350 -150 translate } def %END proc_CIEColor %*********************************************************************************** %*********************************************************************************** /tro {1.0 0.0 0.0} def %Reproduktionsfarben olv*+NW /trl {0.0 1.0 0.0} def /trv {0.0 0.0 1.0} def /trc {0.0 1.0 1.0} def /trm {1.0 0.0 1.0} def /try {1.0 1.0 0.0} def /trn {0.0 0.0 0.0} def /trz {0.5 0.5 0.5} def /trw {1.0 1.0 1.0} def /tgo {tro setrgbcolor} def /tgl {trl setrgbcolor} def /tgv {trv setrgbcolor} def /tgc {trc setrgbcolor} def /tgm {trm setrgbcolor} def /tgy {try setrgbcolor} def /tgn {trn setrgbcolor} def /tgz {trz setrgbcolor} def /tgw {trw setrgbcolor} def %********************************************************** /rec %x, y width heigth {/heigth exch def /width exch def moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /rem %x0, y0 width heigth {/heigth exch def /width exch def /y0 exch def /x0 exch def x0 width 0.5 mul add y0 heigth 0.5 mul add moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /cviht {dup 0 ge {0.49 add}{0.49 sub} ifelse cvi} def /cvishow {dup 0 ge {0.5 add} {0.5 sub} ifelse cvi 6 string cvs show} def /cvsshow1 {dup 0 ge {0.05 add} {0.05 sub} ifelse 10 mul cvi 0.1 mul 7 string cvs show} def /cvsshow2 {dup 0 ge {0.005 add} {0.005 sub} ifelse 100 mul cvi 0.01 mul 7 string cvs show} def /cvsshow3 {dup 0 ge {0.0005 add} {0.0005 sub} ifelse 1000 mul cvi 0.001 mul 7 string cvs show} def %%ENDProlog gsave /lanind 0 def /lantex [(G) (E) (S) (N) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /lanind1 01 def /lanind2 01 def /lanindd 01 def /colorm1 01 def /colorm2 01 def /colormd 01 def /deintp1 00 def /deintp2 00 def /deintpd 01 def /xcolor1 03 def /xcolor2 03 def /xcolord 01 def /xchart1 00 def /xchart2 00 def /xchartd 01 def /pchart1 00 def /pchart2 00 def /pchartd 01 def /colsep1 00 def /colsep2 00 def /colsepd 01 def /pmetam1 00 def /pmetam2 00 def /pmetamd 01 def /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} if /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} if /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} if /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} if /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchartmf def} {/xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 1 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 2 def} ifelse /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def /pchartm pchartmf def} {/pchartm 1 def} ifelse /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} if /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} if /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % /GSS$ where {pop /LSS$ GSS$ def} {/LSS$ (1) def} ifelse /GSC$ where {pop /LSC$ GSC$ def} {/LSC$ (N) def} ifelse /GSX$ where {pop /LSX$ GSX$ def} {/LSX$ (0) def} ifelse /GSY$ where {pop /LSY$ GSY$ def} {/LSY$ (0) def} ifelse /GEX$ where {pop /LEX$ GEX$ def} {/LEX$ (P.PS./PDF) def} ifelse /GEY$ where {pop /LEY$ GEY$ def} {/LEY$ (P.DAT) def} ifelse /IMES where {pop %/IMES IMES def } {/IMES 0 def} ifelse /colorml colorm def %0 1 1 {/colorml exch def %colorml=0,1 /xcolorl xcolor def %0 1 3 {/xcolorl exch def %xcolorl=0,3 /xchartl xchart def %0 1 7 {/xchartl exch def %xchartl=0,7 /pchartl pchart def %0 1 2 {/pchartl exch def %pchartl=0,2 colorml 0 eq deintp 0 eq and {/Txx (dd) def /Fxx (d) def} if colorml 0 eq deintp 1 eq and {/Txx (de) def /Fxx (e) def} if colorml 1 eq deintp 0 eq and {/Txx (*dd) def /Fxx (d) def} if colorml 1 eq deintp 1 eq and {/Txx (*de) def /Fxx (e) def} if gsave %A4querL xcolorl 0 eq {/tfnx* {0 0 0 1 setcmykcolor} def /tfwx* {0 0 0 0 setcmykcolor} def /colrecfix* {setcmykcolor rec fill} bind def /colrecstx* {setcmykcolor rec stroke} bind def } if xcolorl 1 eq {/tfnx* {0 setgray} def /tfwx* {1 setgray} def /colrecfix* {setgray rec fill} bind def /colrecstx* {setgray rec stroke} bind def } if xcolorl 2 eq {/tfnx* {1 1 1 0 setcmykcolor} def /tfwx* {0 0 0 0 setcmykcolor} def /colrecfix* {setcmykcolor rec fill} bind def /colrecstx* {setcmykcolor rec stroke} bind def } if xcolorl 3 eq {/tfnx* {0 0 0 setrgbcolor} def /tfwx* {1 1 1 setrgbcolor} def /colrecfix* {setrgbcolor rec fill} bind def /colrecstx* {setrgbcolor rec stroke} bind def } if /L*Nl 18.01 def %standard lightness black /L*Wl 95.41 def %standard lightness white /L*ND where {pop /L*Nl L*ND def} if /L*WD where {pop /L*Wl L*WD def} if /L*Dl L*Wl L*Nl sub def %range between white and black /cvishow {cvi 6 string cvs show} def %pchartl 1 eq {%pchartl=1 72 90 translate 0.01 MM dup scale 20 setlinewidth 1.0 setgray 0 0 moveto 12000 0 rlineto 0 8300 rlineto -12000 0 rlineto closepath fill 0.0 setgray 0 0 moveto 12000 0 rlineto 0 8300 rlineto -12000 0 rlineto closepath stroke TM 0 setgray 0 -260 moveto (part 3) showen (Teil 3) showde 9000 -260 moveto (AG170-7N) show Txx show (\255) show deintp cvishow colorml cvishow xcolorl cvishow xchartl cvishow pchartl cvishow /x20 100 def /y20 7200 def /yd 320 def TBG x20 y20 yd 2.3 mul add moveto (Documentation of file format, hardware and software) showea ( for this test:) showea (Dokumentation von Dateiformat, Hard\255 und Software) showde ( f\374r diese Pr\374fung:) showde 300 /Times-Bold FS %TBM x20 y20 yd add moveto (PDF file:) showea (PDF-Datei:) showde 300 /Times-Roman FS %TM x20 1500 add y20 yd add moveto (http://farbe.li.tu-berlin.de/AG17/AG17) show (F0P) show (X) show % (_CY) show 8 xchart xchartd idiv sub cvishow (_) show 1 cvishow (.PDF) show x20 8900 add y20 yd add moveto TBM (underline Yes/No) showea (unterstreiche Ja/Nein) showde %TK %x20 1500 add y20 yd 0 mul add moveto %( or http://farbe.li.tu\255berlin.de/AG17/AG17P0NP.PDF) showea %( oder http://farbe.li.tu\255berlin.de/AG17/AG17P0NP.PDF) showde %TBM %x20 8400 add y20 yd 0 mul add moveto %( or underline Yes/No) showea %(oder unterstreiche Ja/Nein) showde x20 y20 yd 1 mul sub moveto (PS\255File:) showea (PS\255Datei:) showde 300 /Times-Roman FS %TM x20 1500 add y20 yd 1 mul sub moveto (http://farbe.li.tu-berlin.de/AG17/AG17) show (F0P) show (X) show % (_CY) show 8 xchart xchartd idiv sub cvishow (_) show 1 cvishow (.PS) show x20 8400 add y20 yd 1 mul sub moveto TBM ( or underline Yes/No) showea (oder unterstreiche Ja/Nein) showde %TK %x20 1500 add y20 yd 2 mul sub moveto %( or http://farbe.li.tu\255berlin.de/AG17/AG17P0NA.PS) showea %( oder http://farbe.li.tu\255berlin.de/AG17/AG17P0NA.PS) showde %TBM %x20 8400 add y20 yd 2 mul sub moveto %( or underline Yes/No) showea %(oder unterstreiche Ja/Nein) showde TBM x20 y20 yd 3.25 mul sub moveto (Used computer operating system:) showea (benutztes Rechner\255Betriebssystem:) showde TM x20 y20 yd 4.25 mul sub moveto (either one of Windows/Mac/Unix/other and version:) showea (nur eines von Windows/Mac/Unix/anderes und Version:) showde (.................................) show TBM x20 y20 yd 5.50 mul sub moveto (This evaluation is for the device output:) showea (Die Beurteilung ist f\374r die Ger\344teausgabe:) showde x20 5800 add y20 yd 5.50 mul sub moveto (underline monitor/data projector/printer) showea (unterstreiche Monitor/Datenprojektor/Drucker) showde TM x20 y20 yd 6.50 mul sub moveto (Device model, driver and version:) showea (Ger\344te\255Modell, \255Treiber und \255Version:) showde (......................) show TBM x20 y20 yd 7.75 mul sub moveto (Device output with PDF/PS\255file:) showea (Ger\344teausgabe mit PDF/PS\255Datei:) showde x20 8000 add y20 yd 7.75 mul sub moveto (underline PDF/PS\255file) showea (unterstreiche PDF\255/PS\255Datei) showde x20 y20 yd 8.75 mul sub moveto (For device output with PDF\255file AG17) showea (F\374r Ger\344teausgabe mit PDF\255Datei AG17) showde (F0P) show (X) show % (_CY) show 8 xchart xchartd idiv sub cvishow (_) show 1 cvishow (.PDF) show /xshif 500 def x20 xshif add y20 yd 9.75 mul sub moveto TM (either PDF\255file transfer "download, copy" to PDF device) showea (entweder PDF\255Dateitransfer "download, copy" nach PDF\255Ger\344t) showde (.................................) show x20 xshif add y20 yd 10.75 mul sub moveto (or with computer system interpretation by "Display\255PDF":) showea (oder mit Rechnersystem\255Interpretation durch "Display\255PDF":) showde (.................................) show x20 xshif add y20 yd 11.75 mul sub moveto (or with software. e. g. Adobe\255Reader/\255Acrobat and version:) showea (oder mit Software, z. B. Adobe\255Reader/\255Acrobat und Version:) showde (.................................) show x20 xshif add y20 yd 12.75 mul sub moveto (or with software e. g. Ghostscript and version:) showea (oder mit Software, z. B. Ghostscript und Version:) showde (.................................) show TBM x20 y20 yd 13.75 mul sub moveto (For device output with PS\255file AG17) showea (F\374r Ger\344teausgabe mit PS\255Datei AG17) showde (F0P) show (X) show % (_CY) show 8 xchart xchartd idiv sub cvishow (_) show 1 cvishow (.PS) show x20 xshif add y20 yd 14.75 mul sub moveto TM (either PS\255file transfer "download, copy" to PS device) showea (entweder PS\255Dateitransfer "download, copy" nach PS\255Ger\344t) showde (.................................) show x20 xshif add y20 yd 15.75 mul sub moveto (or with computer system interpretation by "Display\255PS":) showea (oder mit Rechnersystem\255Interpretation durch "Display\255PS":) showde (.................................) show x20 xshif add y20 yd 16.75 mul sub moveto (or with software e. g. Ghostscript and version:) showea (oder mit Software, z. B. Ghostscript und Version:) showde (.................................) show x20 xshif add y20 yd 17.75 mul sub moveto (or with software e. g. Mac\255Yap and version:) showea (oder mit Software, z. B. Mac\255Yap und Version:) showde (.................................) show x20 y20 yd 19 mul sub moveto (Special remarks:) showea (Spezielle Anmerkungen:) showde (Special remarks, e. g. output of Landscape (L)) showea %( file AG17L0NA.PS was cutted,) showea %(Spezielle Anmerkungen, z. B. Ausgabe von Landschaftsdatei (L)) showde %( AG17L0NA.PS wurde abge\255) showde x20 y20 yd 20 mul sub moveto %(Portrait (P) file AG17P0NA.PS was used:.............................) showea %(schnitten, Portr\344tdatei (P) AG17P0NA.PS wurde benutzt:.............) showde (......................................................................) show x20 y20 yd 21 mul sub moveto (......................................................................) show x20 y20 yd 22 mul sub moveto (......................................................................) show %} if pchartl=1 %} for %pchartl=0,2 %} for %xchartl=0,7 %} for %xcolorl=0,3 %} for %colorml=0,1 %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 86 MM 020 MM translate 12 /Times-ISOL1 FS -9 MM -7 MM moveto ( ) show 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 18 %line 409 %!PS-Adobe-3.0 EPSF-3.0 AG170-8, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (AG170-8,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 161 MM 197 MM translate 10 /Times-ISOL1 FS 1 1 scale -77 -91 translate %%BeginDocument: Bild 12 %line 419 %%EndDocument EndEPSF grestore gsave BeginEPSF 161 MM 8 MM sub 152 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 21 %line 429 %!PS-Adobe-3.0 EPSF-3.0 AG171-1, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (AG171-1,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 219 MM 152 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 22 %line 439 %!PS-Adobe-3.0 EPSF-3.0 AG171-2, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (AG171-2,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 161 MM 8 MM sub 108 MM 1 MM add pchart 2 eq {30 MM sub} if translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 23 %line 449 %!PS-Adobe-3.0 EPSF-3.0 AG171-3N.EPS %%BoundingBox: 70 82 430 360 %START PDFDE011.EPS /pdfmark13 where {pop} {userdict /pdfmark13 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://farbe.li.tu-berlin.de/AG17/AG17.HTM) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://farbe.li.tu-berlin.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices) /Creator (klaus.richter@mac.com) /CreationDate (D:2016100112000) /ModDate (D:20161001112000) /DOCINFO pdfmark13 [ /View [ /FitB ] /DOCVIEW pdfmark13 %END PDFDE011 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /A4querL {598 0 translate 90 rotate} def /languagelevel where {pop languagelevel} {1} ifelse /PSL12 exch def /dictende {counttomark 2 idiv dup dict begin {def} repeat pop currentdict end} bind def /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /RK {250 /Times-Roman FS} bind def /RM {300 /Times-Roman FS} bind def /RG {350 /Times-Roman FS} bind def /RIK {250 /Times-Italic FS} bind def /RIM {300 /Times-Italic FS} bind def /RIG {350 /Times-Italic FS} bind def /RBK {250 /Times-Bold FS} bind def /RBM {300 /Times-Bold FS} bind def /RBG {350 /Times-Bold FS} bind def /RBIK {250 /Times-BoldItalic FS} bind def /RBIM {300 /Times-BoldItalic FS} bind def /RBIG {350 /Times-BoldItalic FS} bind def /TK {250 /Times-ISOL1 FS} bind def /TM {300 /Times-ISOL1 FS} bind def /TG {350 /Times-ISOL1 FS} bind def /TIK {250 /TimesI-ISOL1 FS} bind def /TIM {300 /TimesI-ISOL1 FS} bind def /TIG {350 /TimesI-ISOL1 FS} bind def /TBK {250 /TimesB-ISOL1 FS} bind def /TBM {300 /TimesB-ISOL1 FS} bind def /TBG {315 /TimesB-ISOL1 FS} bind def /TBIK {250 /TimesBI-ISOL1 FS} bind def /TBIM {300 /TimesBI-ISOL1 FS} bind def /TBIG {350 /TimesBI-ISOL1 FS} bind def %*********************************************************** /nshow {300 /Times-ISOL1 FS show} bind def /kshow {300 /TimesI-ISOL1 FS show} bind def /bshow {300 /TimesB-ISOL1 FS show} bind def /jshow {300 /TimesBI-ISOL1 FS show} bind def /sshow {300 /Symbol FS show} bind def /ishow {220 /Times-ISOL1 FS -00 -50 rmoveto show 00 50 rmoveto} bind def /eshow {220 /Times-ISOL1 FS 0 100 rmoveto show 0 -100 rmoveto} bind def /cvishow {0.5 add cvi 6 string cvs show} def /cvsshow1 {0.05 add 10 mul cvi 0.1 mul 7 string cvs show} def /cvsshow2 {0.005 add 100 mul cvi 0.01 mul 7 string cvs show} def /cvsshow3 {0.0005 add 1000 mul cvi 0.001 mul 7 string cvs show} def %%EndProlog gsave /lanind 1 def /lantex [(G) (E) (S) (N) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showfr {2 lanind eq {show} {pop} ifelse} bind def /showes {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def %default values /lanind1 01 def /lanind2 01 def /lanindd 01 def /lanindm 01 def /colorm1 01 def /colorm2 01 def /colormd 01 def /colormm 01 def /deintp1 00 def /deintp2 00 def /deintpd 01 def /deintpm 01 def /xcolor1 03 def /xcolor2 03 def /xcolord 01 def /xcolorm 01 def /xchart1 00 def /xchart2 00 def /xchartd 01 def /xchartm 01 def /pchart1 01 def /pchart2 01 def /pchartd 01 def /pchartm 01 def /colsep1 00 def /colsep2 00 def /colsepd 01 def /colsepm 01 def /pmetam1 00 def /pmetam2 00 def /pmetamd 01 def /pmetamm 01 def /xchart3 00 def /xchart4 00 def /xchart5 00 def %usual change of default values /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def /lanindm lanindmf def} if /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def /colormm colormmf def} if /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def /deintpm deintpmf def} if /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def /xcolorm xcolormf def} if /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchartmf def} if /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def /pchartm pchartmf def} if /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def /colsepm colsepmf def} if /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def /pmetamm pmetammf def} if /xchart3f where {pop /xchart3 xchart3f def} if /xchart4f where {pop /xchart4 xchart4f def} if /xchart5f where {pop /xchart5 xchart5f def} if /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % /GSS$ where {pop /LSS$ GSS$ def} {/LSS$ (1) def} ifelse /GSC$ where {pop /LSC$ GSC$ def} {/LSC$ (N) def} ifelse /GSX$ where {pop /LSX$ GSX$ def} {/LSX$ (0) def} ifelse /GSY$ where {pop /LSY$ GSY$ def} {/LSY$ (0) def} ifelse /GEX$ where {pop /LEX$ GEX$ def} {/LEX$ (P.PS./PDF) def} ifelse /GEY$ where {pop /LEY$ GEY$ def} {/LEY$ (P.DAT) def} ifelse /IMES where {pop %/IMES IMES def } {/IMES 0 def} ifelse /colorml colorm def %0 1 1 {/colorml exch def %colorml=0,1 /xcolorl xcolor def %0 1 3 {/xcolorl exch def %xcolorl=0,3 /xchartl xchart def %0 1 7 {/xchartl exch def %xchartl=0,7 /pchartl pchart def %0 1 2 {/pchartl exch def %pchartl=0,2 colorml 0 eq deintp 0 eq and {/TxS () def /Txx (dd) def /Fxx (d) def} if colorml 0 eq deintp 1 eq and {/TxS () def /Txx (de) def /Fxx (e) def} if colorml 1 eq deintp 0 eq and {/TxS () def /Txx (dd) def /Fxx (d) def} if colorml 1 eq deintp 1 eq and {/TxS () def /Txx (de) def /Fxx (e) def} if %xchart 0 eq {/Txx (-) def /Fxx (-) def} if gsave xcolorl 0 eq {/tfnx* {0 0 0 1 setcmykcolor} def /tfwx* {0 0 0 0 setcmykcolor} def /colrecfix* {setcmykcolor rec fill} bind def /colrecstx* {setcmykcolor rec stroke} bind def } if xcolorl 1 eq {/tfnx* {0 setgray} def /tfwx* {1 setgray} def /colrecfix* {setgray rec fill} bind def /colrecstx* {setgray rec stroke} bind def } if xcolorl 2 eq {/tfnx* {1 1 1 0 setcmykcolor} def /tfwx* {0 0 0 0 setcmykcolor} def /colrecfix* {setcmykcolor rec fill} bind def /colrecstx* {setcmykcolor rec stroke} bind def } if xcolorl 3 eq {/tfnx* {0 0 0 setrgbcolor} def /tfwx* {1 1 1 setrgbcolor} def /colrecfix* {setrgbcolor rec fill} bind def /colrecstx* {setrgbcolor rec stroke} bind def } if %pchartl 1 eq {%pchartl=1 /iout 5 def %iout=0_2:CMY,NZW, iout=3-5: OLV,NZW /ioutT [(N) (Z) (W) (N) (Z) (W)] def /ioutE [(Black) (Grey) (White) (Black) (Grey) (White)] def /ioutG [(Schwarz) (Grau) (Wei\337) (Schwarz) (Grau) (Wei\337)] def /nshow {iyt /Times-ISOL1 FS show} def /nishow {-30 -50 rmoveto iyt 50 sub /Times-ISOL1 FS show 30 50 rmoveto} def /nishow0 {-30 -50 rmoveto iyt 50 sub /Times-ISOL1 FS show 00 50 rmoveto} def /nishowx {-00 -30 rmoveto iyt 50 sub /Times-ISOL1 FS show 00 30 rmoveto} def /kshow {iyt /TimesI-ISOL1 FS show} def /bshow {iyt /TimesB-ISOL1 FS show} def /jshow {iyt /TimesBI-ISOL1 FS show} def /ishow {-30 -50 rmoveto iyt 50 sub /TimesB-ISOL1 FS show 30 50 rmoveto} def /ishow0 {-30 -50 rmoveto iyt 50 sub /TimesB-ISOL1 FS show 00 50 rmoveto} def /eshow { 00 110 rmoveto iyt 50 sub /TimesB-ISOL1 FS show 00 -110 rmoveto} def /neshow { 00 110 rmoveto iyt 50 sub /Times-ISOL1 FS show 00 -110 rmoveto} def /neshowx { 00 70 rmoveto iyt 50 sub /Times-ISOL1 FS show 00 -70 rmoveto} def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showfr {2 lanind eq {show} {pop} ifelse} bind def /showes {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /nshowde {0 lanind eq {nshow} {pop} ifelse} bind def /nshowen {1 lanind eq {nshow} {pop} ifelse} bind def /nshowfr {2 lanind eq {nshow} {pop} ifelse} bind def /nshowes {3 lanind eq {nshow} {pop} ifelse} bind def /nshowit {4 lanind eq {nshow} {pop} ifelse} bind def /nshowjp {5 lanind eq {nshow} {pop} ifelse} bind def /nshowea {1 lanind le {nshow} {pop} ifelse} bind def /nshowm {6 lanind eq {nshow} {pop} ifelse} bind def /kshowde {0 lanind eq {kshow} {pop} ifelse} bind def /kshowen {1 lanind eq {kshow} {pop} ifelse} bind def /kshowfr {2 lanind eq {kshow} {pop} ifelse} bind def /kshowes {3 lanind eq {kshow} {pop} ifelse} bind def /kshowit {4 lanind eq {kshow} {pop} ifelse} bind def /kshowjp {5 lanind eq {kshow} {pop} ifelse} bind def /kshowea {1 lanind le {kshow} {pop} ifelse} bind def /kshowm {6 lanind eq {kshow} {pop} ifelse} bind def /bshowde {0 lanind eq {bshow} {pop} ifelse} bind def /bshowen {1 lanind eq {bshow} {pop} ifelse} bind def /bshowfr {2 lanind eq {bshow} {pop} ifelse} bind def /bshowes {3 lanind eq {bshow} {pop} ifelse} bind def /bshowit {4 lanind eq {bshow} {pop} ifelse} bind def /bshowjp {5 lanind eq {bshow} {pop} ifelse} bind def /bshowea {1 lanind le {bshow} {pop} ifelse} bind def /bshowm {6 lanind eq {bshow} {pop} ifelse} bind def /jshowde {0 lanind eq {jshow} {pop} ifelse} bind def /jshowen {1 lanind eq {jshow} {pop} ifelse} bind def /jshowfr {2 lanind eq {jshow} {pop} ifelse} bind def /jshowes {3 lanind eq {jshow} {pop} ifelse} bind def /jshowit {4 lanind eq {jshow} {pop} ifelse} bind def /jshowjp {5 lanind eq {jshow} {pop} ifelse} bind def /jshowea {1 lanind le {jshow} {pop} ifelse} bind def /jshowm {6 lanind eq {jshow} {pop} ifelse} bind def /ishowde {0 lanind eq {ishow} {pop} ifelse} bind def /ishowen {1 lanind eq {ishow} {pop} ifelse} bind def /ishowfr {2 lanind eq {ishow} {pop} ifelse} bind def /ishowes {3 lanind eq {ishow} {pop} ifelse} bind def /ishowit {4 lanind eq {ishow} {pop} ifelse} bind def /ishowjp {5 lanind eq {ishow} {pop} ifelse} bind def /ishowea {1 lanind le {ishow} {pop} ifelse} bind def /ishowm {6 lanind eq {ishow} {pop} ifelse} bind def /nishowde {0 lanind eq {nishow} {pop} ifelse} bind def /nishowen {1 lanind eq {nishow} {pop} ifelse} bind def /nishowfr {2 lanind eq {nishow} {pop} ifelse} bind def /nishowes {3 lanind eq {nishow} {pop} ifelse} bind def /nishowit {4 lanind eq {nishow} {pop} ifelse} bind def /nishowjp {5 lanind eq {nishow} {pop} ifelse} bind def /nishowea {1 lanind le {nishow} {pop} ifelse} bind def /nishowm {6 lanind eq {nishow} {pop} ifelse} bind def /sshowde {0 lanind eq {sshow} {pop} ifelse} bind def /sshowen {1 lanind eq {sshow} {pop} ifelse} bind def /sshowfr {2 lanind eq {sshow} {pop} ifelse} bind def /sshowes {3 lanind eq {sshow} {pop} ifelse} bind def /sshowit {4 lanind eq {sshow} {pop} ifelse} bind def /sshowjp {5 lanind eq {sshow} {pop} ifelse} bind def /sshowea {1 lanind le {sshow} {pop} ifelse} bind def /sshowm {6 lanind eq {sshow} {pop} ifelse} bind def /gshowde {0 lanind eq {gshow} {pop} ifelse} bind def /gshowen {1 lanind eq {gshow} {pop} ifelse} bind def /gshowfr {2 lanind eq {gshow} {pop} ifelse} bind def /gshowes {3 lanind eq {gshow} {pop} ifelse} bind def /gshowit {4 lanind eq {gshow} {pop} ifelse} bind def /gshowjp {5 lanind eq {gshow} {pop} ifelse} bind def /gshowea {1 lanind le {gshow} {pop} ifelse} bind def /gshowm {6 lanind eq {gshow} {pop} ifelse} bind def /bishowde {0 lanind eq {bishow} {pop} ifelse} bind def /bishowen {1 lanind eq {bishow} {pop} ifelse} bind def /bishowfr {2 lanind eq {bishow} {pop} ifelse} bind def /bishowes {3 lanind eq {bishow} {pop} ifelse} bind def /bishowit {4 lanind eq {bishow} {pop} ifelse} bind def /bishowjp {5 lanind eq {bishow} {pop} ifelse} bind def /bishowea {1 lanind le {bishow} {pop} ifelse} bind def /bishowm {6 lanind eq {bishow} {pop} ifelse} bind def /cvishow {cvi 6 string cvs show} def 72 90 translate 0.02 MM dup scale 15 setlinewidth /iyt 130 def %text size, line difference TM 0 setgray 0 -120 moveto (part 2) nshowea (Teil 2) nshowde 4500 -120 moveto (AG171-3N) show Txx nshow (: ) show deintp cvishow colorml cvishow xcolorl cvishow xchartl cvishow pchartl cvishow 1 setgray 0 0 moveto 6000 0 rlineto 0 4200 rlineto -6000 0 rlineto closepath fill 0 setgray 0 0 moveto 6000 0 rlineto 0 4200 rlineto -6000 0 rlineto closepath stroke /ix1 50 def %1 /ix2 1600 def %2 /ix3 5100 def %3 /ix21 2600 def %W-R /ix22 3300 def %W-G /ix23 4000 def %W-B /ix24 4700 def %W-N /ix25 5700 def %W-Z /iyd 145 def %line difference /ix20 0020 def %Text and colour W-O etc. /ix21 1500 def %Question /ix22 4000 def %of 16 steps /ix23 5200 def %Yes/No /iyt2 4080 def %Recognition frequency = 2x top + 8 lines /iy02 iyt2 iyd 0.0 mul sub def %RF /iy12 iyt2 iyd 1.0 mul sub def /iy22 iyt2 iyd 2.1 mul sub def %W-O /iy32 iyt2 iyd 3.1 mul sub def /iy42 iyt2 iyd 4.2 mul sub def %W-L /iy52 iyt2 iyd 5.2 mul sub def /iy62 iyt2 iyd 6.3 mul sub def %W-V /iy72 iyt2 iyd 7.3 mul sub def /iy82 iyt2 iyd 8.4 mul sub def %W-N /iy92 iyt2 iyd 9.4 mul sub def ix20 iy02 moveto (Test of 16 visually equally spaced steps of the colour rows ) bshowea (Pr\374fung der 16 visuell gleichabst\344ndigen Buntstufen der Farbreihen ) bshowde iout 2 le {ioutT iout get jshow (-C) jshow (d) nishowx (, ) jshow ioutT iout get jshow (-M) jshow (d) nishowx (, ) jshow ioutT iout get jshow (-Y) jshow (d) nishowx} {ioutT iout get jshow (-R) jshow (d) nishowx (, ) jshow ioutT iout get jshow (-G) jshow (d) nishowx (, ) jshow ioutT iout get jshow (-B) jshow (d) nishowx} ifelse (, and ) bshowea ( und ) bshowde (W-N ) jshow ix20 iy12 moveto (according to picture ) bshowea (nach Bild ) bshowde iout 2 le {(B4) bshow}{(D4) bshow} ifelse ioutT iout get bshow Txx nshow ix20 iy22 moveto iout 2 le {ioutT iout get jshow (-C) jshow (d ) nishowx ioutE iout get nshowea ( - Cyanblue:) nshowea ioutG iout get nshowde ( - Cyanblau:) nshowde} {ioutT iout get jshow (-R) jshow (d ) nishowx ioutE iout get nshowea ( - Red:) nshowea ioutG iout get nshowde ( - Rot:) nshowde} ifelse ix21 iy22 moveto (Are all the 16 steps distinguishable?) nshowea (Sind alle Stufen unterscheidbar?) nshowde ix22 iy22 moveto () nshowea ix23 iy22 moveto (Yes/No) bshowea (Ja/Nein) bshowde ix20 iy32 moveto () nshowea ix21 iy32 moveto (If No: How many steps can be distinguished?) nshowea (Falls Nein: Wieviel Stufen sind unterscheidbar?) nshowde ix22 iy32 moveto (of the given 16 steps) nshowea (von 16 Stufen sind es:) nshowde ix23 iy32 moveto (............ Steps) nshowea (............ Stufen) nshowde ix20 iy42 moveto iout 2 le {ioutT iout get jshow (-M) jshow (d ) nishowx ioutE iout get nshowea ( - Magentared:) nshowea ioutG iout get nshowde ( - Magentarot:) nshowde} {ioutT iout get jshow (-G) jshow (d ) nishowx ioutE iout get nshowea ( - Green:) nshowea ioutG iout get nshowde ( - Gr\374n:) nshowde} ifelse ix21 iy42 moveto (Are all the 16 steps distinguishable?) nshowea (Sind alle Stufen unterscheidbar?) nshowde ix22 iy42 moveto () nshowea ix23 iy42 moveto (Yes/No) bshowea (Ja/Nein) bshowde ix20 iy52 moveto () nshowea ix21 iy52 moveto (If No: How many steps can be distinguished?) nshowea (Falls Nein: Wieviel Stufen sind unterscheidbar?) nshowde ix22 iy52 moveto (of the given 16 steps) nshowea (von 16 Stufen sind es:) nshowde ix23 iy52 moveto (............ Steps) nshowea (............ Stufen) nshowde ix20 iy62 moveto iout 2 le {ioutT iout get jshow (-Y) jshow (d) nishowx ioutE iout get nshowea ( - Yellow:) nshowea ioutG iout get nshowde ( - Gelb:) nshowde} {ioutT iout get jshow (-B) jshow (d) nishowx ioutE iout get nshowea ( - Blue:) nshowea ioutG iout get nshowde ( - Blau:) nshowde} ifelse ix21 iy62 moveto (Are all the 16 steps distinguishable?) nshowea (Sind alle Stufen unterscheidbar?) nshowde ix22 iy62 moveto () nshowea ix23 iy62 moveto (Yes/No) bshowea (Ja/Nein) bshowde ix20 iy72 moveto () nshowea ix21 iy72 moveto (If No: How many steps can be distinguished?) nshowea (Falls Nein: Wieviel Stufen sind unterscheidbar?) nshowde ix22 iy72 moveto (of the given 16 steps) nshowea (von 16 Stufen sind es:) nshowde ix23 iy72 moveto (............ Steps) nshowea (............ Stufen) nshowde ix20 iy82 moveto (W-N ) jshow (White - Black:) nshowea (Wei\337 - Schwarz:) nshowde ix21 iy82 moveto (Are all the 16 steps distinguishable?) nshowea (Sind alle Stufen unterscheidbar?) nshowde ix22 iy82 moveto () nshowea ix23 iy82 moveto (Yes/No) bshowea (Ja/Nein) bshowde ix20 iy92 moveto () nshowea ix21 iy92 moveto (If No: How many steps can be distinguished?) nshowea (Falls Nein: Wieviel Stufen sind unterscheidbar?) nshowde ix22 iy92 moveto (of the given 16 steps) nshowea (von 16 Stufen sind es:) nshowde ix23 iy92 moveto (............ Steps) nshowea (............ Stufen) nshowde %******************************************** /ix30 0020 def %Question /ix31 0200 def %LR size /ix32 1200 def %letters /ix33 2000 def %Ring N /ix34 3000 def %Ring O /ix35 4000 def %Ring L /ix36 5000 def %Ring V /iyt3 2550 def %Tests of characters = 2x top + 5 lines /iy13 iyt3 iyd 0.0 mul sub def %TC /iy23 iyt3 iyd 1.0 mul sub def /iy33 iyt3 iyd 2.1 mul sub def %Relative size /iy43 iyt3 iyd 3.1 mul sub def %10 /iy53 iyt3 iyd 4.1 mul sub def %08 /iy63 iyt3 iyd 5.1 mul sub def %06 /iy73 iyt3 iyd 6.1 mul sub def %04 ix30 iy13 moveto (Test of characters and Landolt-rings in four sizes ) bshowea (Pr\374fung von Schrift und Landoltringen in vier Gr\366\337en ) bshowde (according to picture ) bshowea (nach Bild ) bshowde iout 2 le {(B5) bshow} {(D5) bshow} ifelse ioutT iout get bshow Txx nshow ix30 iy23 moveto (Is the recognition frequency > 50% for letters ) nshowea (Ist die Erkennungsh\344ufigkeit > 50% f\374r Schriftzeichen ) nshowde ((17 from 32 at least) and for Landolt-rings (minimum 5 of 8)?) nshowea ((min. 17 von 32) und f\374r Landoltringe (min. 5 von 8)?) nshowde ix31 iy33 moveto (Relative size) nshowea (Relative Gr\366\337e) nshowde ix32 iy33 moveto (Letters) nshowea (Schriftzeichen) nshowde ix33 iy33 moveto (Ring ) nshowea (Ringe ) nshowde (N) jshow ix34 iy33 moveto (Ring ) nshowea (Ringe ) nshowde iout 2 le {(C) jshow (d) nishowx} {(R) jshow (d) nishowx} ifelse ix35 iy33 moveto (Ring ) nshowea (Ringe ) nshowde iout 2 le {(M) jshow (d) nishowx} {(G) jshow (d) nishowx} ifelse ix36 iy33 moveto (Ring ) nshowea (Ringe ) nshowde iout 2 le {(Y) jshow (d) nishowx} {(B) jshow (d) nishowx} ifelse ix31 iy43 moveto (10) nshow ix32 iy43 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix33 iy43 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix34 iy43 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix35 iy43 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix36 iy43 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix31 iy53 moveto ( 8) nshow ix32 iy53 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix33 iy53 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix34 iy53 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix35 iy53 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix36 iy53 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix31 iy63 moveto ( 6) nshow ix32 iy63 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix33 iy63 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix34 iy63 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix35 iy63 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix36 iy63 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix31 iy73 moveto ( 4) nshow ix32 iy73 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix33 iy73 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix34 iy73 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix35 iy73 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix36 iy73 moveto (Yes/No) nshowea (Ja/Nein) nshowde %*************************************************** /ix40 0020 def %Question /ix41 0100 def %CR W-O /ix42 0900 def %Y/N /ix43 1600 def %CR W-L /ix44 2400 def %Y/N /ix45 3100 def %CR W-V /ix46 3900 def %Y/N /ix47 4600 def %CR W-N /ix48 5400 def %Y/N /iyt4 1500 def %Recognition frequency = 2x top + 8 lines /iy04 iyt4 iyd 0.0 mul sub def %RF /iy140 iyt4 iyd 1.0 mul sub def /iy141 iyt4 iyd 2.0 mul sub def /iy24 iyt4 iyd 3.1 mul sub def %CR /iy34 iyt4 iyd 4.1 mul sub def %BR /iy44 iyt4 iyd 5.1 mul sub def %0-1 /iy54 iyt4 iyd 6.1 mul sub def %7-8 /iy64 iyt4 iyd 7.1 mul sub def %E-F /iy74 iyt4 iyd 8.1 mul sub def %2-0 /iy84 iyt4 iyd 9.1 mul sub def %8-6 /iy94 iyt4 iyd 10.1 mul sub def %F-D ix40 iy04 moveto (Test of recognition frequency of Landolt-rings ) bshowea (Pr\374fung der Erkennungsh\344ufigkeit der Landoltringe ) nshowde iout 2 le {ioutT iout get jshow (-C) jshow (d) nishowx (, ) jshow ioutT iout get jshow (-M) jshow (d) nishowx (, ) jshow ioutT iout get jshow (-Y) jshow (d) nishowx} {ioutT iout get jshow (-R) jshow (d) nishowx (, ) jshow ioutT iout get jshow (-G) jshow (d) nishowx (, ) jshow ioutT iout get jshow (-B) jshow (d) nishowx} ifelse (, and ) bshowea ( und ) bshowde (W-N ) jshow ix40 iy140 moveto (according to pictures ) bshowea (nach Bildern ) nshowde iout 2 le {(B6) bshow} {(D6) bshow} ifelse ioutT iout get bshow Txx nshow (, and ) bshowea ( und ) bshowde iout 2 le {(B7) bshow} {(D7) bshow} ifelse ioutT iout get bshow Txx nshow ix40 iy141 moveto (Is the recognition frequency of the Landolt-rings ) nshowea (> 50% (min. 5 of 8 at least)?) nshowea (Ist die Erkennungsh\344ufigkeit der Landoltringe ) nshowde (> 50% (min. 5 von 8)?) nshowde ix41 iy24 moveto (Colour row ) nshowea (Farbreihe ) nshowde iout 2 le {ioutT iout get jshow (-C) jshow (d) nishowx} {ioutT iout get jshow (-R) jshow (d) nishowx} ifelse ix43 iy24 moveto (Colour row ) nshowea (Farbreihe ) nshowde iout 2 le {ioutT iout get jshow (-M) jshow (d) nishowx} {ioutT iout get jshow (-G) jshow (d) nishowx} ifelse ix45 iy24 moveto (Colour row ) nshowea (Farbreihe ) nshowde iout 2 le {ioutT iout get jshow (-Y) jshow (d) nishowx} {ioutT iout get jshow (-B) jshow (d) nishowx} ifelse ix47 iy24 moveto (Colour row ) nshowea (Farbreihe ) nshowde (W-N) jshow ix41 iy34 moveto (background - ring) nshowea (Umfeld - Ring) nshowde ix43 iy34 moveto (background - ring) nshowea (Umfeld - Ring) nshowde ix45 iy34 moveto (background - ring) nshowea (Umfeld - Ring) nshowde ix47 iy34 moveto (background - ring) nshowea (Umfeld - Ring) nshowde ix41 iy44 moveto (0 - 1) nshowea ix42 iy44 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix43 iy44 moveto (0 - 1) nshowea ix44 iy44 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix45 iy44 moveto (0 - 1) nshowea ix46 iy44 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix47 iy44 moveto (0 - 1) nshowea ix48 iy44 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix41 iy54 moveto (7 - 8) nshowea ix42 iy54 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix43 iy54 moveto (7 - 8) nshowea ix44 iy54 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix45 iy54 moveto (7 - 8) nshowea ix46 iy54 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix47 iy54 moveto (7 - 8) nshowea ix48 iy54 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix41 iy64 moveto (E - F) nshowea ix42 iy64 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix43 iy64 moveto (E - F) nshowea ix44 iy64 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix45 iy64 moveto (E - F) nshowea ix46 iy64 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix47 iy64 moveto (E - F) nshowea ix48 iy64 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix41 iy74 moveto (2 - 0) nshowea ix42 iy74 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix43 iy74 moveto (2 - 0) nshowea ix44 iy74 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix45 iy74 moveto (2 - 0) nshowea ix46 iy74 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix47 iy74 moveto (2 - 0) nshowea ix48 iy74 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix41 iy84 moveto (8 - 6) nshowea ix42 iy84 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix43 iy84 moveto (8 - 6) nshowea ix44 iy84 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix45 iy84 moveto (8 - 6) nshowea ix46 iy84 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix47 iy84 moveto (8 - 6) nshowea ix48 iy84 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix41 iy94 moveto (F - D) nshowea ix42 iy94 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix43 iy94 moveto (F - D) nshowea ix44 iy94 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix45 iy94 moveto (F - D) nshowea ix46 iy94 moveto (Yes/No) nshowea (Ja/Nein) nshowde ix47 iy94 moveto (F - D) nshowea ix48 iy94 moveto (Yes/No) nshowea %} if pchartl=1 showpage grestore %} for %pchartl=0,2 %} for %xchartl=0,7 %} for %xcolorl=0,3 %} for %colorml=0,1 %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 219 MM 108 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 24 %line 459 %!PS-Adobe-3.0 EPSF-3.0 AG171-4, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (AG171-4,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 161 MM 8 MM sub 064 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 25 %line 469 %!PS-Adobe-3.0 EPSF-3.0 AG171-5, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (AG171-5,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 219 MM 064 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 26 %line 479 %!PS-Adobe-3.0 EPSF-3.0 AG171-6, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (AG171-6,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 161 MM 8 MM sub 020 MM 1 MM add translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 27 %line 489 %!PS-Adobe-3.0 EPSF-3.0 AG171-7N.EPS %%BoundingBox: 71 82 422 330 %START PDFDE011.EPS /pdfmark17 where {pop} {userdict /pdfmark17 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://farbe.li.tu-berlin.de/AG17/AG17.HTM) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://farbe.li.tu-berlin.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices) /Creator (klaus.richter@mac.com) /CreationDate (D:2016100112000) /ModDate (D:20161001112000) /DOCINFO pdfmark17 [ /View [ /FitB ] /DOCVIEW pdfmark17 %END PDFDE011 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /A4querL {598 0 translate 90 rotate} def /languagelevel where {pop languagelevel} {1} ifelse /PSL12 exch def /dictende {counttomark 2 idiv dup dict begin {def} repeat pop currentdict end} bind def /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /RS {200 /Times-Roman FS} bind def /RK {250 /Times-Roman FS} bind def /RM {300 /Times-Roman FS} bind def /RG {350 /Times-Roman FS} bind def /RIS {200 /Times-Italic FS} bind def /RIK {250 /Times-Italic FS} bind def /RIM {300 /Times-Italic FS} bind def /RIG {350 /Times-Italic FS} bind def /RBS {200 /Times-Bold FS} bind def /RBK {250 /Times-Bold FS} bind def /RBM {300 /Times-Bold FS} bind def /RBG {350 /Times-Bold FS} bind def /RBIS {200 /Times-BoldItalic FS} bind def /RBIK {250 /Times-BoldItalic FS} bind def /RBIM {300 /Times-BoldItalic FS} bind def /RBIG {350 /Times-BoldItalic FS} bind def /TKK {200 /Times-ISOL1 FS} bind def /TK {250 /Times-ISOL1 FS} bind def /TM {280 /Times-ISOL1 FS} bind def /TG {350 /Times-ISOL1 FS} bind def /TIK {250 /TimesI-ISOL1 FS} bind def /TIM {280 /TimesI-ISOL1 FS} bind def /TIG {350 /TimesI-ISOL1 FS} bind def /TBKK {200 /TimesB-ISOL1 FS} bind def /TBK {250 /TimesB-ISOL1 FS} bind def /TBM {280 /TimesB-ISOL1 FS} bind def /TBG {350 /TimesB-ISOL1 FS} bind def /TBIK {250 /TimesBI-ISOL1 FS} bind def /TBIM {280 /TimesBI-ISOL1 FS} bind def /TBIG {350 /TimesBI-ISOL1 FS} bind def /rec %x, y width heigth {/heigth exch def /width exch def moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /tzocmy0* {0.0 1.0 1.0 0.0} bind def %Reproduction colours /tzlcmy0* {1.0 0.0 1.0 0.0} bind def %cmyn* setcmykcolor /tzvcmy0* {1.0 1.0 0.0 0.0} bind def /tzccmy0* {1.0 0.0 0.0 0.0} bind def /tzmcmy0* {0.0 1.0 0.0 0.0} bind def /tzycmy0* {0.0 0.0 1.0 0.0} bind def /tzoolv* {1.0 0.0 0.0} bind def %Reproduction colours /tzlolv* {0.0 1.0 0.0} bind def %olv* setrgbcolor /tzvolv* {0.0 0.0 1.0} bind def /tzcolv* {0.0 1.0 1.0} bind def /tzmolv* {1.0 0.0 1.0} bind def /tzyolv* {1.0 1.0 0.0} bind def /tzncmy0* {1.00 1.00 1.00 0.00} bind def %grey series /tzdcmy0* {0.75 0.75 0.75 0.00} bind def %cmy0* setcmykcolor /tzzcmy0* {0.50 0.50 0.50 0.00} bind def /tzhcmy0* {0.25 0.25 0.25 0.00} bind def /tzwcmy0* {0.00 0.00 0.00 0.00} bind def /tzn000n* {0.00 0.00 0.00 1.00} bind def %grey series 000n* /tzd000n* {0.00 0.00 0.00 0.75} bind def %000n* setcmykcolor /tzz000n* {0.00 0.00 0.00 0.50} bind def /tzh000n* {0.00 0.00 0.00 0.25} bind def /tzw000n* {0.00 0.00 0.00 0.00} bind def /tznw* {0.00} bind def %grey series /tzdw* {0.25} bind def %w* 1.0 exp setgray /tzzw* {0.50} bind def /tzhw* {0.75} bind def /tzww* {1.00} bind def /tznolv* {0.00 0.00 0.00} bind def %grey series /tzdolv* {0.25 0.25 0.25} bind def %olv* setrgbcolor /tzzolv* {0.50 0.50 0.50} bind def /tzholv* {0.75 0.75 0.75} bind def /tzwolv* {1.00 1.00 1.00} bind def /DecodeXYZ* {dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse} bind def /cvishow {cvi 6 string cvs show} def /cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def /cvsshow2 {100 mul cvi 0.01 mul 7 string cvs show} def /cvsshow3 {1000 mul cvi 0.001 mul 7 string cvs show} def %************************************************************************* %%EndProlog gsave /lanind 0 def /lantex [(G) (E) (S) (N) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showfr {2 lanind eq {show} {pop} ifelse} bind def /showes {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /lanind1 01 def /lanind2 01 def /lanindd 01 def /colorm1 01 def /colorm2 01 def /colormd 01 def /deintp1 00 def /deintp2 00 def /deintpd 01 def /xcolor1 03 def /xcolor2 03 def /xcolord 01 def /xchart1 00 def /xchart2 00 def /xchartd 01 def /pchart1 00 def /pchart2 00 def /pchartd 01 def /colsep1 00 def /colsep2 00 def /colsepd 01 def /pmetam1 00 def /pmetam2 00 def /pmetamd 01 def /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} if /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} if /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} if /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} if /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchartmf def} {/xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 1 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 0 def} ifelse /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def /pchartm pchartmf def} {/pchartm 1 def} ifelse /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} if /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} if /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % /GSS$ where {pop /LSS$ GSS$ def} {/LSS$ (1) def} ifelse /GSC$ where {pop /LSC$ GSC$ def} {/LSC$ (N) def} ifelse /GSX$ where {pop /LSX$ GSX$ def} {/LSX$ (0) def} ifelse /GSY$ where {pop /LSY$ GSY$ def} {/LSY$ (0) def} ifelse /GEX$ where {pop /LEX$ GEX$ def} {/LEX$ (P.PS./PDF) def} ifelse /GEY$ where {pop /LEY$ GEY$ def} {/LEY$ (P.DAT) def} ifelse /IMES where {pop %/IMES IMES def } {/IMES 0 def} ifelse /colorml colorm def %0 1 1 {/colorml exch def %colorml=0,1 /xcolorl xcolor def %0 1 3 {/xcolorl exch def %xcolorl=0,3 /xchartl xchart def %0 1 7 {/xchartl exch def %xchartl=0,7 /pchartl pchart def %0 1 2 {/pchartl exch def %pchartl=0,2 colorml 0 eq deintp 0 eq and {/TxS () def /Txx (dd) def /Fxx (d) def} if colorml 0 eq deintp 1 eq and {/TxS () def /Txx (de) def /Fxx (e) def} if colorml 1 eq deintp 0 eq and {/TxS () def /Txx (dd) def /Fxx (d) def} if colorml 1 eq deintp 1 eq and {/TxS () def /Txx (de) def /Fxx (e) def} if %xchart 0 eq {/Txx (-) def /Fxx (-) def} if gsave xcolorl 0 eq {/tfnx* {0 0 0 1 setcmykcolor} def /tfwx* {0 0 0 0 setcmykcolor} def /colrecfix* {setcmykcolor rec fill} bind def /colrecstx* {setcmykcolor rec stroke} bind def } if xcolorl 1 eq {/tfnx* {0 setgray} def /tfwx* {1 setgray} def /colrecfix* {setgray rec fill} bind def /colrecstx* {setgray rec stroke} bind def } if xcolorl 2 eq {/tfnx* {1 1 1 0 setcmykcolor} def /tfwx* {0 0 0 0 setcmykcolor} def /colrecfix* {setcmykcolor rec fill} bind def /colrecstx* {setcmykcolor rec stroke} bind def } if xcolorl 3 eq {/tfnx* {0 0 0 setrgbcolor} def /tfwx* {1 1 1 setrgbcolor} def /colrecfix* {setrgbcolor rec fill} bind def /colrecstx* {setrgbcolor rec stroke} bind def } if %pchartl 1 eq {%pchartl=1 72 90 translate 0.01 MM dup scale 20 setlinewidth 1.0 setgray 0 0 moveto 12000 0 rlineto 0 8300 rlineto -12000 0 rlineto closepath fill 0.0 setgray 0 0 moveto 12000 0 rlineto 0 8300 rlineto -12000 0 rlineto closepath stroke /serverL0 (http://www.ps.bam.de/) def /serverL1 (http://130.149.60.45/~farbmetrik/) def /serverL2 (http://farbe.li.tu-berlin.de/) def /serverL3 (http://standards.iso.org/iso/9241/) def /serverLA serverL2 def /serverLB serverL2 def TM 0 setgray 00100 -240 moveto (Teil 4) showde (part 4) showea 9500 -240 moveto (AG171-7) show Txx show (: ) show deintp cvishow colorml cvishow xcolorl cvishow xchartl cvishow pchartl cvishow /x20 100 def /y1 8000 def /yd 320 def /y11 y1 def /y12 y1 yd 1.0 mul sub def x20 y11 moveto TBG (Documentation of assessor colour vision properties) showea ( for visual assessment) showea (Dokumentation der Beurteiler-Farbseheigenschaften) showde ( f\374r diese Pr\374fung:) showde x20 y12 moveto TM (The assessor has) showea TBM ( normal) showea TM ( colour vision according to one test:) showea TM (Der Beurteiler hat) showde TBM ( normales) showde TM ( Farbsehen nach einer Pr\374fung:) showde x20 8400 add y12 moveto TBM ( underline Yes/No) showea ( unterstreiche Ja/Nein) showde x20 300 add y12 yd 1 mul sub moveto TM ( entweder nach DIN 6160:1996 mit Anomaloskop nach) showde ( either according to DIN 6160:1996 with Anomaloskop of) showea TIM ( Nagel) show x20 8400 add y12 yd 1 mul sub moveto TBM ( underline Yes/unknown) showea ( unterstreiche Ja/unbekannt) showde x20 300 add y12 yd 2 mul sub moveto TM ( oder mit Farbpunkt-Pr\374ftafeln nach) showde ( or with test charts using colour points according to) showea TIM ( Ishihara) show x20 8400 add y12 yd 2 mul sub moveto TBM ( underline Yes/unknown) showea ( unterstreiche Ja/unbekannt) showde x20 300 add y12 yd 3 mul sub moveto TM ( oder mit, bitte nennen:............................................) showde ( or tested with, please specify: ...................................) showea x20 8400 add y12 yd 3 mul sub moveto TBM ( underline Yes/unknown) showea ( unterstreiche Ja/unbekannt) showde /y21 y12 yd 4.2 mul sub def /y22 y12 yd 5.2 mul sub def x20 y21 moveto TBG (For visual evaluation of the display (monitor, data projector) output) showea (F\374r visuelle Bewertung der Display(Monitor, Daten-Projektor)-Ausgabe) showde x20 y22 moveto TM (B\374ro-Arbeitsplatz-Beleuchtung ist Tageslicht (bedeckter/Nordhimmel)) showde (Office workplace illumination is daylight (clouded/north sky)) showea x20 9300 add y22 moveto TBM (underline Yes/No) showea (unterstreiche Ja/Nein) showde x20 y22 yd sub moveto TBM (PDF file:) showea (PDF:) showde x20 1200 add y22 yd sub moveto RM serverLA show (AG17/AG17) show (F0P) show (X) show % (_CY) show 8 xchart xchartd idiv sub cvishow (_) show 3 cvishow (.PDF) show x20 9300 add y22 yd sub moveto TBM (underline Yes/No) showea (unterstreiche Ja/Nein) showde x20 y22 yd 2 mul sub moveto TBM (PS file:) showea (PS:) showde x20 1200 add y22 yd 2 mul sub moveto RM serverLA show (AG17/AG17) show (F0P) show (X) show % (_CY) show 8 xchart xchartd idiv sub cvishow (_) show 3 cvishow (.PS) show x20 9300 add y22 yd 2 mul sub moveto TBM (underline Yes/No) showea (unterstreiche Ja/Nein) showde %x20 300 add y22 yd 2 mul sub moveto %TM (Vergleich Kontrastbereich der 16 Stufen F bis 0 mit Pr\374fvorlage) showde % (Comparison of contrast range of 16 steps F to 0 with test chart) showea %TM ( Nr. 3 von DIN 33866-1:2000) showde % ( no. 3 of DIN 33866-1:2000) showea x20 y22 yd 3 mul sub moveto TBM (Picture A7) showea (Bild A7) showde TM TxS show Txx show TBM ( Kontastbereich:) showde ( contrast range:) showea TM ( (>F:0) (F:0) (E:0) (D:0) (C:0) (A:0) (9:0) (7:0) (5:0) (3:0) (<3:0)) show x20 y22 yd 4 mul sub moveto TM (compare standard print output according to ISO/IEC 15775 with range F:0) showea (vergleiche Normdruckausgabe nach ISO/IEC 15775 mit Bereich F:0) showde x20 9300 add y22 yd 4 mul sub moveto TBM (underline range) showea (unterstreiche Bereich) showde x20 600 add y22 yd 5 mul sub moveto TIM (Anmerkung: Bei Tageslichtb\374robeleuchtung ist der Kontrastbereich oft:) showde (Remark: In daylighted offices the contrast range is in many cases:) showea %x20 600 add y22 yd 5 mul sub moveto %TIM (auf Papier zwischen: >F:0 (Hochglanz), F:0 (Seidenglanz) und E:0 (Matt)) showde % (on paper between: >F:0 (highly glossy), F:0 (silk glossy) and E:0 (matte)) showea x20 600 add y22 yd 6 mul sub moveto TIM (am Display zwischen: >F:0 und E:0 (Monitor), D:0 und 3:0 (Datenprojektor)) showde (on display between: >F:0 and E:0 (monitor), D:0 and 3:0 (data projector)) showea /y31 y22 yd 7.2 mul sub def /y32 y22 yd 8.2 mul sub def x20 y31 moveto TBG (Only for optional colorimetric specification with PDF/PS file output) showea (Nur f\374r optionale farbmetrische Kennzeichnung mit PDF/PS-Dateiausgabe) showde x20 y32 moveto TBM (PDF file:) showea (PDF-Datei:) showde x20 1500 add y32 moveto RM serverLA show (AG17/AG17) show (F0P) show (X) show % (_CY) show 8 xchart xchartd idiv sub cvishow (_) show 3 cvishow (.PDF) show x20 1500 add y32 yd 1 mul sub moveto TBM (picture A7) showea (Bild A7) showde TM TxS show Txx show x20 9300 add y32 yd 1 mul sub moveto TBM (underline Yes/No) showea (unterstreiche Ja/Nein) showde x20 y32 yd 2 mul sub moveto TBM (PS file:) showea (PS-Datei:) showde x20 1500 add y32 yd 2 mul sub moveto RM serverLA show (AG17/AG17) show (F0P) show (X) show % (_CY) show 8 xchart xchartd idiv sub cvishow (_) show 3 cvishow (.PS) show x20 1500 add y32 yd 3 mul sub moveto TBM (picture A7) showea (Bild A7) showde TM TxS show Txx show x20 8800 add y32 yd 3 mul sub moveto TBM ( or underline Yes/No) showea (oder unterstreiche Ja/Nein) showde x20 y32 yd 4 mul sub moveto TBM (Farbmessung und Kennzeichnung f\374r:) showde (colour measurement and specification for:) showea x20 300 add y32 yd 5 mul sub moveto TM (CIE-Normlichtart D65, CIE-2-Grad-Beobachter, CIE-45/0-Geometrie) showde (CIE standard illuminant D65, 2 degree observer, CIE 45/0 geometry:) showea x20 9300 add y32 yd 5 mul sub moveto TBM (underline Yes/No) showea (unterstreiche Ja/Nein) showde x20 300 add y32 yd 6 mul sub moveto TM (Wenn Nein, bitte andere Parameter nennen: ...................................) showde (If No, please give other parameters: ...........................................) showea x20 y32 yd 7 mul sub moveto TBM (Farbmetrische Kennzeichnung f\374r 17-stufige Farben von ) showde (Colorimetric specification for 17 step colours of ) showea RM serverLB show (OE70/OE70L1NP.PDF) showea (OG70/OG70L1NP.PDF) showde x20 300 add y32 yd 8 mul sub moveto TM (Ersatz der CIELAB-Daten in Datei ) showde (Exchange of CIELAB data in file ) showea RM serverLB show (AE82/AE82L0NP.TXT) showea (AG82/AG82L0NP.TXT) showde TM ( und Transfer) showde ( and transfer) showea x20 300 add y32 yd 9 mul sub moveto TM (der PS-Datei AG82L0NP.PS (=.TXT) nach PDF-Datei AG82L0NP.PDF) showde (of the PS file AE82L0NP.PS (=.TXT) to the PDF-file AE82L0NP.PDF) showea x20 9300 add y32 yd 9 mul sub moveto TBM (underline Yes/No) showea (unterstreiche Ja/Nein) showde x20 300 add y32 yd 10 mul sub moveto TM (Wenn Nein, bitte andere Methode beschreiben: ..............................) showde (If No, please describe other method: ......................................) showea %} if pchartl=1 showpage grestore %} for %pchartl=0,2 %} for %xchartl=0,7 %} for %xcolorl=0,3 %} for %colorml=0,1 %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 219 MM 020 MM translate 12 /Times-ISOL1 FS -9 MM -7 MM moveto ( ) show 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 28 %line 499 %!PS-Adobe-3.0 EPSF-3.0 AG171-8, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (AG171-8,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 219 MM 080 MM add 008 MM translate %80 MM Breite von TestStreifen 10 /Times-ISOL1 FS 53 MM 1 MM moveto () show 1 1 scale -77 21 MM sub -91 translate %%BeginDocument: Bild 29 Teststreifen Ueberlaenge %line 509 %%EndDocument EndEPSF grestore gsave BeginEPSF -0.0 MM -0.0 MM translate %xy-Verschiebung Rechteckrahmen nach innen% %%BeginDocument: Bild 30 %Rechteckrahmen %line 519 %!PS-Adobe-3.0 EPSF-3.0 Frame arround with Internet text DG02 20191001 %%BoundingBox: 0 0 598 845 %%EndProlog gsave /lanind 1 def /lantex [(G) (E) (S) (N) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showfr {2 lanind eq {show} {pop} ifelse} bind def /showes {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def %default values /lanind1 01 def /lanind2 01 def /lanindd 01 def /lanindm 01 def /colorm1 00 def /colorm2 00 def /colormd 01 def /colormm 01 def /deintp1 00 def /deintp2 00 def /deintpd 01 def /deintpm 01 def /xcolor1 03 def /xcolor2 03 def /xcolord 01 def /xcolorm 01 def /xchart1 00 def /xchart2 00 def /xchartd 01 def /xchartm 01 def /pchart1 00 def /pchart2 02 def /pchartd 01 def /pchartm 03 def /colsep1 00 def /colsep2 00 def /colsepd 01 def /colsepm 01 def /pmetam1 00 def /pmetam2 00 def /pmetamd 01 def /pmetamm 01 def /xchart3 00 def /xchart4 01 def /xchart5 00 def %usual change of default values /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def /lanindm lanindmf def} if /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def /colormm colormmf def} if /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def /deintpm deintpmf def} if /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def /xcolorm xcolormf def} if /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchartmf def} if /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def /pchartm pchartmf def} if /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def /colsepm colsepmf def} if /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def /pmetamm pmetammf def} if /xchart3f where {pop /xchart3 xchart3f def} if /xchart4f where {pop /xchart4 xchart4f def} if /xchart5f where {pop /xchart5 xchart5f def} if /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % /GSS$ where {pop /LSS$ GSS$ def} {/LSS$ (1) def} ifelse /GSC$ where {pop /LSC$ GSC$ def} {/LSC$ (N) def} ifelse /GSX$ where {pop /LSX$ GSX$ def} {/LSX$ (0) def} ifelse /GSY$ where {pop /LSY$ GSY$ def} {/LSY$ (0) def} ifelse /GEX$ where {pop /LEX$ GEX$ def} {/LEX$ (P.PS./PDF) def} ifelse /GEY$ where {pop /LEY$ GEY$ def} {/LEY$ (P.DAT) def} ifelse /IMES where {pop %/IMES IMES def } {/IMES 0 def} ifelse /i*ptrsc where {pop %/i*ptrsc i*ptrsc def } {/i*ptrsc 0 def} ifelse /ISRL*ioG where {pop}{/ISRL*ioG 0 def} ifelse /ISIN*ioG where {pop}{/ISIN*ioG 0 def} ifelse /ISOU*ioG where {pop}{/ISOU*ioG 0 def} ifelse %pchart 0 eq {%beg if pchart=0 0 setgray 1.0 1.0 scale 0.0 MM 0.0 MM translate 0.15 MM setlinewidth /x 20 array def /y 20 array def /d 20 array def /x [000 296 296 000 002 294 294 002 005 291 291 005 %speziell 006 290 290 006 008 288 288 008 ] def /y [000 000 210 210 002 002 208 208 005 005 205 205 %speziell 006 006 204 204 008 008 202 202 ] def /d [060 017 -60 -17 058 015 -58 -15 056 013 -56 -13 054 011 -54 -11 052 009 -52 -09 ] def /xlu 017 MM def /ylu 017 MM def /xro 279 MM def /yro 193 MM def /xlo 017 MM def /ylo 193 MM def /xru 279 MM def /yru 017 MM def xlu 8 MM sub ylu moveto 16 MM 0 rlineto stroke xlu ylu 8 MM sub moveto 0 16 MM rlineto stroke xro 8 MM add yro moveto -16 MM 0 rlineto stroke xro yro 8 MM add moveto 0 -16 MM rlineto stroke xru 8 MM sub yru moveto 16 MM 0 rlineto stroke xru yru 8 MM sub moveto 0 16 MM rlineto stroke xlo 8 MM add ylo moveto -16 MM 0 rlineto stroke xlo ylo 8 MM add moveto 0 -16 MM rlineto stroke 1 2 7 {/i exch def %Zentrierkreise xlu ylu i MM 0 360 arc stroke xro yro i MM 0 360 arc stroke xru yru i MM 0 360 arc stroke xlo ylo i MM 0 360 arc stroke } for %i 12 4 16 {/i exch def /i0 i def %i=0,16 %0 4 16 {/i exch def /i0 i def %i=0,16 /i1 i0 1 add def /i2 i0 2 add def /i3 i0 3 add def i 16 eq {0.30 MM setlinewidth} {0.15 MM setlinewidth} ifelse 0 setgray x i0 get MM y i0 get MM moveto x i1 get MM y i1 get MM lineto x i2 get MM y i2 get MM lineto x i3 get MM y i3 get MM lineto x i0 get MM y i0 get MM lineto stroke i 16 eq {6 /Times-ISOL1 FS /x00 67 def /xdif 32 def /y0o 202.3 def /y0u 6.3 def /x0l 6.1 def /x0r 288 def /y00 22 def /ydif 32 def x00 xdif 0 mul add MM y0o MM moveto (V) show x00 xdif 0 mul add MM y0u MM moveto (C) show x00 xdif 1 mul add MM y0o MM moveto (L) show x00 xdif 1 mul add MM y0u MM moveto (M) show x00 xdif 2 mul add MM y0o MM moveto (O) show x00 xdif 2 mul add MM y0u MM moveto (Y) show x00 xdif 3 mul add MM y0o MM moveto (Y) show x00 xdif 3 mul add MM y0u MM moveto (O) show x00 xdif 4 mul add MM y0o MM moveto (M) show x00 xdif 4 mul add MM y0u MM moveto (L) show x00 xdif 5 mul add MM y0o MM moveto (C) show x00 xdif 5 mul add MM y0u MM moveto (V) show x0l MM y00 ydif 0 mul add MM moveto (V) show x0r MM y00 ydif 0 mul add MM moveto (C) show x0l MM y00 ydif 1 mul add MM moveto (L) show x0r MM y00 ydif 1 mul add MM moveto (M) show x0l MM y00 ydif 2 mul add MM moveto (O) show x0r MM y00 ydif 2 mul add MM moveto (Y) show x0l MM y00 ydif 3 mul add MM moveto (Y) show x0r MM y00 ydif 3 mul add MM moveto (O) show x0l MM y00 ydif 4 mul add MM moveto (M) show x0r MM y00 ydif 4 mul add MM moveto (L) show x0l MM y00 ydif 5 mul add MM moveto (C) show x0r MM y00 ydif 5 mul add MM moveto (V) show } if } for %i=0,16 0 1 10 {/j0 exch def /j1 j0 1 add def %j0 j0 0 eq {tzccmy0* setcmykcolor} if j0 1 eq {0 setgray} if j0 2 eq {tzmcmy0* setcmykcolor} if j0 3 eq {0 setgray} if j0 4 eq {tzycmy0* setcmykcolor} if j0 5 eq {0 setgray} if j0 6 eq {tzrcmy0* setcmykcolor} if j0 7 eq {0 setgray} if j0 8 eq {tzgcmy0* setcmykcolor} if j0 9 eq {0 setgray} if j0 10 eq {tzbcmy0* setcmykcolor} if 12 4 16 {/i exch def /i0 i def %i=0,16 %0 4 16 {/i exch def /i0 i def %i=0,16 /i1 i0 1 add def /i2 i0 2 add def /i3 i0 3 add def i 16 eq {0.30 MM setlinewidth} {0.15 MM setlinewidth} ifelse x i0 get d i0 get add 16 j0 mul add MM y i0 get MM moveto x i0 get d i0 get add 16 j1 mul add MM y i0 get MM lineto stroke x i1 get MM y i1 get d i1 get add 16 j0 mul add MM moveto x i1 get MM y i1 get d i1 get add 16 j1 mul add MM lineto stroke x i2 get d i2 get add 16 j0 mul sub MM y i2 get MM moveto x i2 get d i2 get add 16 j1 mul sub MM y i2 get MM lineto stroke x i3 get MM y i3 get d i3 get add 16 j0 mul sub MM moveto x i3 get MM y i3 get d i3 get add 16 j1 mul sub MM lineto stroke } for %i=0,16 } for %j0 0.15 MM setlinewidth /s 7 MM def /s1 8 MM def /s5 36 MM def 16 1 20 {/j exch def /j0 j 16 sub def %j=16,20 /ix0 xlu 8 MM add j0 7 MM mul add def /iy0 ylu 8 MM sub def 0 1 3 {/ij exch def %ij=0,3 ij 0 eq {/ix0 xlu 8 MM add j0 7 MM mul add def /iy0 ylu 8 MM sub def} if ij 1 eq {/ix0 xru 43 MM sub j0 7 MM mul add def /iy0 yru 8 MM sub def} if ij 2 eq {/ix0 xlo 8 MM add j0 7 MM mul add def /iy0 ylo 1 MM add def} if ij 3 eq {/ix0 xro 43 MM sub j0 7 MM mul add def /iy0 yro 1 MM add def} if i*ptrsc 0 eq i*ptrsc 2 eq or {%i*ptrsc=0,2 cmy0* setcmykcolor j 16 eq {/ng tzan j get def ng ng ng 0 setcmykcolor ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if /ng tzan j get def ng ng ng 0 setcmykcolor ix0 iy0 s s rec fill } if %i*ptrsc=0,2 i*ptrsc 1 eq i*ptrsc 3 eq or {%i*ptrsc=1,3 www* setrgbcolor j 16 eq {/wg 1 tzan j get sub def wg wg wg setrgbcolor ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if /wg 1 tzan j get sub def wg wg wg setrgbcolor ix0 iy0 s s rec fill } if %i*ptrsc=1,3 i*ptrsc 4 eq i*ptrsc 5 eq or {%i*ptrsc=4,5 [/CIEBasedABC << %Farbraum und Grenzen fuer D65 /RangeABC [0 100 -128 127 -128 127] /DecodeABC [{16 add 116 div} bind {500 div} bind {200 div} bind] /MatrixABC [1 1 1 1 0 0 0 0 -1] /DecodeLMN [{dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse 0.9505 mul} bind {dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse} bind {dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse 1.0890 mul} bind] /WhitePoint [0.9505 1 1.089] %CIEXYZ fuer D65 >>] setcolorspace j 16 eq {tznLAB* 0 get tzwLAB* 0 get tznLAB* 0 get sub 0.25 j0 mul mul add tznLAB* 1 get tzwLAB* 1 get tznLAB* 1 get sub 0.25 j0 mul mul add tznLAB* 2 get tzwLAB* 2 get tznLAB* 2 get sub 0.25 j0 mul mul add setcolor %N ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if tznLAB* 0 get tzwLAB* 0 get tznLAB* 0 get sub 0.25 j0 mul mul add tznLAB* 1 get tzwLAB* 1 get tznLAB* 1 get sub 0.25 j0 mul mul add tznLAB* 2 get tzwLAB* 2 get tznLAB* 2 get sub 0.25 j0 mul mul add setcolor %N ix0 iy0 s s rec fill } if %i*ptrsc=4,5 i*ptrsc 6 eq {%i*ptrsc=6 000n* setcmykcolor j 16 eq {/ng tzan j get def 0 0 0 ng setcmykcolor ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if /ng tzan j get def 0 0 0 ng setcmykcolor ix0 iy0 s s rec fill } if %i*ptrsc=6 i*ptrsc 7 eq {%i*ptrsc=7 w* setgray j 16 eq {/wg 1 tzan j get sub def wg setgray ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if /wg 1 tzan j get sub def wg setgray ix0 iy0 s s rec fill } if %i*ptrsc=7 } for %ij=0,3 } for %j=16,20 0 setgray 018 MM 008.2 MM moveto 6 /Times-Roman FS (-8) show 018 MM 006.2 MM moveto 6 /Times-Roman FS (-6) show 276 MM 008.2 MM moveto 6 /Times-Roman FS (-8) show 276 MM 006.2 MM moveto 6 /Times-Roman FS (-6) show 018 MM 202.2 MM moveto 6 /Times-Roman FS (-8) show 018 MM 204.2 MM moveto 6 /Times-Roman FS (-6) show 276 MM 202.2 MM moveto 6 /Times-Roman FS (-8) show 276 MM 204.2 MM moveto 6 /Times-Roman FS (-6) show /serverM0 (http://www.ps.bam.de/) def /serverM1 (http://130.149.60.45/~farbmetrik/) def /serverM2 (http://farbe.li.tu-berlin.de/) def /serverM3 (http://standards.iso.org/iso/9241/306/ed-2/) def /serverMA serverM2 def /serverMB serverM2 def /serverMC serverM2 def 0 setgray 61 MM 13.5 MM moveto 12TN pchart 0 eq {() show} if pchart 1 eq {%pchart=1 (Vordruck A: ) showde (Form A: ) showen (Form A: ) showes (Form A: ) showfr (Form A: ) showit (Form A: ) showjp } if %pchart=1 pchart 2 eq {%pchart=2 12RN (Ein-Aus: ) showde (In-out: ) showen (In-out: ) showes (In-out: ) showfr (In-out: ) showit (In-out: ) showjp } if %pchart=2 12TN (Pr\374fvorlage AG17) showde %0AG17X-Y 0100# (Test chart AG17) showen %1AG17X-Y 0100# (Gr\341fico AG17) showes %2AG17X-Y 0100# (Graphique AG17) showfr %3AG17X-Y 0100# (Grafico AG17) showit %4AG17X-Y 0100# (Pr\370veplansje AG17) showjp %5AG17X-Y 0100# xchart4 0 eq {12TN ( nach) showde ( according to) showen ( seg\372n a) showes ( conforme \340) showfr ( conformemente a) showit ( inf\370lge) showjp 12RN ( ISO 9241-306) show} if xchart4 1 eq {12TN ( nach) showde ( according to) showen ( seg\372n a) showes ( conforme \340) showfr ( conformemente a) showit ( inf\370lge) showjp ( Pr\374fvorlage 4) showde %0AG17X-Y 0100# ( test chart 4 of) showen %1AG17X-Y 0100# ( gr\341fico 4 a) showes %2AG17X-Y 0100# ( graphique 4 \340) showfr %3AG17X-Y 0100# ( grafico 4 a) showit %4AG17X-Y 0100# ( Pr\370veplansje 4) showjp ( ISO/IEC 15775) show} if xchart4 2 eq {12TN ( nach) showde ( according to) showen ( seg\372n a) showes ( conforme \340) showfr ( conformemente a) showit ( inf\370lge) showjp ( Pr\374fvorlage 2) showde %0AG17X-Y 0100# ( test chart 2 of) showen %1AG17X-Y 0100# ( gr\341fico 2 a) showes %2AG17X-Y 0100# ( graphique 2 \340) showfr %3AG17X-Y 0100# ( grafico 2 a) showit %4AG17X-Y 0100# ( Pr\370veplansje 2) showjp ( ISO/IEC 15775) show} if xchart4 3 eq {12TN ( \344hnlich ) showde pchart 0 eq {(der ) showde} if ( similar to ) showen ( seg\372n a) showes ( conforme \340) showfr ( conformemente a) showit ( inf\370lge) showjp ( Pr\374fvorlage 1) showde pchart 0 eq {( von) showde} if %0AG17X-Y 0100# ( test chart 1 of) showen %1AG17X-Y 0100# ( gr\341fico 1 a) showes %2AG17X-Y 0100# ( graphique 1 \340) showfr %3AG17X-Y 0100# ( grafico 1 a) showit %4AG17X-Y 0100# ( Pr\370veplansje 1 inf\370lge) showjp 12RN ( DIN 33872-5) show} if xchart4 4 eq {12TN ( \344hnlich ) showde pchart 0 eq {(der ) showde} if ( similar to ) showen ( seg\372n a) showes ( conforme \340) showfr ( conformemente a) showit ( inf\370lge) showjp ( Pr\374fvorlage 1) showde pchart 0 eq {( von) showde} if %0AG17X-Y 0100# ( test chart 1 of) showen %1AG17X-Y 0100# ( gr\341fico 1 a) showes %2AG17X-Y 0100# ( graphique 1 \340) showfr %3AG17X-Y 0100# ( grafico 1 a) showit %4AG17X-Y 0100# ( Pr\370veplansje 1 inf\370lge) showjp 12RN ( DIN 33872-6) show} if xchart4 5 eq {12TN ( \344hnlich ) showde pchart 0 eq {(der ) showde} if ( similar to ) showen ( seg\372n a) showes ( conforme \340) showfr ( conformemente a) showit ( inf\370lge) showjp ( Pr\374fvorlage 1) showde pchart 0 eq {( von) showde} if %0AG17X-Y 0100# ( test chart 1 of) showen %1AG17X-Y 0100# ( gr\341fico 1 a) showes %2AG17X-Y 0100# ( graphique 1 \340) showfr %3AG17X-Y 0100# ( grafico 1 a) showit %4AG17X-Y 0100# ( Pr\370veplansje 1 inf\370lge) showjp 12RN ( DIN 33872-6) show} if xchart4 6 eq {12TN ( \344hnlich ) showde pchart 0 eq {(der ) showde} if ( similar to ) showen ( seg\372n a) showes ( conforme \340) showfr ( conformemente a) showit ( inf\370lge) showjp ( Pr\374fvorlage 1) showde pchart 0 eq {( von) showde} if %0AG17X-Y 0100# ( test chart 1 of) showen %1AG17X-Y 0100# ( gr\341fico 1 a) showes %2AG17X-Y 0100# ( graphique 1 \340) showfr %3AG17X-Y 0100# ( grafico 1 a) showit %4AG17X-Y 0100# ( Pr\370veplansje 1 inf\370lge) showjp 12RN ( CIE R8-09) show} if /Ycont 8 array def /Ycont [(88,9:0,31) (88,9:0,62) (88,9:1,25) (88,9:2,5) (88,9:5) (88,9:10) (88,9:20) (88,9:40)] def /Yrang 8 array def /Yrang [(0,0 to <0,46) (0,46 to <0,93) (0,93 to <1,87) (1,87 to <3,75) (3,75 to <7,5) (7,5 to <15) (15 to <30) (30 to <60)] def 61 MM 09.5 MM moveto pchart 1 le {%pchart<=1 xchart4 0 eq { 12TN (Achromatische Pr\374fvorlage) showde %0AG17X-Y 0200# (achromatic test chart) showen %1AG17X-Y 0200# (test acrom\341tico gr\341fico) showes %2AG17X-Y 0200# (Test graphique achromatique) showfr %3AG17X-Y 0200# (Tavola dei colori acromatici) showit %4AG17X-Y 0200# (akromatisk pr\370veplansje) showjp %5AG17X-Y 0200# 12TI ( N) show } if xchart4 1 eq { 12TN (Chromatische Pr\374fvorlage) showde %0AG17X-Y 0300# (chromatic test chart) showen %1AG17X-Y 0300# (test crom\341tico gr\341fico) showes %2AG17X-Y 0300# (Test graphique chromatique) showfr %3AG17X-Y 0300# (Tavola dei colori cromatici) showit %4AG17X-Y 0300# (kromatisk pr\370veplansje) showjp %5AG17X-Y 0300# 12TI ( RGB) show } if xchart4 2 eq { 12TN (Chromatische Pr\374fvorlage) showde %0AG17X-Y 0400# (chromatic test chart) showen %1AG17X-Y 0400# (test crom\341tico gr\341fico) showes %2AG17X-Y 0400# (Test graphique chromatique) showfr %3AG17X-Y 0400# (Tavola dei colori cromatici) showit %4AG17X-Y 0 (kromatisk pr\370veplansje) showjp %5AG17X-Y 0400# 12TI ( CMYK) show } if xchart4 3 eq {%xchart4=3 12TN (20stufiger Elementarbunttonkreis) showde (20 step elementary hue circle) showen (c\355rculo de tono, 20 pasos) showes %2AG17X-Y 0500# (cercle de teinte, 20 paliers) showfr %3AG17X-Y 0500# (cerchio delle tinte a 20 passi) showit %4AG17X-Y 0500# 12RN (20-trinns fargetonesirkel) showjp %5AG17X-Y 0500# 12TN (; ) show (Pr\374fvorlage nach) showde %0AG17X-Y 0400# (Test chart according to) showen %1AG17X-Y 0400# (gr\341fico seg\372n a) showes %2AG17X-Y 0400# (Test graphique conforme \340) showfr %3AG17X-Y 0400# (grafico conformemente a) showit %4AG17X-Y 0400# (pr\370veplansje inf\370lge) showjp %5AG17X-Y 0400# 12RN ( DIN 33872-5) show } if %xchart4=3 xchart4 4 eq {%xchart4=4 12TN (1080 Normfarben) showde %0AG17X-Y 0200# (1080 standard colours) showen %1AG17X-Y 0200# (1080 colores del est\341ndar) showes %2AG17X-Y 0200# (1080 couleurs standard) showfr %3AG17X-Y 0200# (1080 colori standard) showit %4AG17X-Y 0200# (1080 standard farger) showjp %5AG17X-Y 0200# (; ) show (Pr\374fvorlage \344hnlich) showde %0AG17X-Y 0400# (Test chart similar to) showen %1AG17X-Y 0400# (gr\341fico seg\372n a) showes %2AG17X-Y 0400# (Test graphique conforme \340) showfr %3AG17X-Y 0400# (grafico conformemente a) showit %4AG17X-Y 0400# (pr\370veplansje inf\370lge) showjp %5AG17X-Y 0400# 12RN ( DIN 33872-6) show } if %xchart4=4 xchart4 5 eq {%xchart4=5 12TN (9x9 Stufen) showde (9x9 scales) showea (; ) show (12 Bunttonebenen) showde (12 hue planes) showen (12 tonos) showes %2AG17X-Y 0500# (12 teintes) showfr %3AG17X-Y 0500# (12 tintes) showit %4AG17X-Y 0500# (12 fargetone) showjp %5AG17X-Y 0500# (; ) show (16 gleichabst\344ndige ) showde (16 visual equidistant ) showen (16 equidistante ) showes (16 paliers de gris ) showfr (16 equidistante ) showit (16 visuelle ekvidistante ) showjp 12TI (L*) show 12RN (-Graustufen) showde (-grey steps) showen ( pasos de gris) showes 12TN ( \350quidistante) showfr ( grigio passi) showit 12RN (-gr\345trinn) showjp } if %xchart4=5 xchart4 6 eq {%xchart4=6 12TN (16stufiger Elementarbunttonkreis) showde (16 step elementary hue circle) showen (c\355rculo de tono, 16 pasos) showes %2AG17X-Y 0500# (cercle de teinte, 16 paliers) showfr %3AG17X-Y 0500# (cerchio delle tinte a 16 passi) showit %4AG17X-Y 0500# 12RN (16-trinns fargetonesirkel) showjp %5AG17X-Y 0500# (; ) show 12TN (Pr\374fvorlage nach) showde %0AG17X-Y 0400# (Test chart according to) showen %1AG17X-Y 0400# (gr\341fico seg\372n a) showes %2AG17X-Y 0400# (Test graphique conforme \340) showfr %3AG17X-Y 0400# (grafico conformemente a) showit %4AG17X-Y 0400# (pr\370veplansje inf\370lge) showjp %5AG17X-Y 0400# 12RN ( DIN 33872-5) show } if %xchart4=6 } if %pchart<=1 pchart 2 eq {%pchart=2 12TN (Gesehener) showde 12TI ( Y) showde 12RN (-Kontrast) showde 12TN (Viewing) showen 12TI ( Y) showen 12RN ( contrast) showen 12TI (Y) showes 12RN ( contraste visible) showes 12TI (Y) showfr 12RN ( contraste visible) showfr 12TI (Y) showit 12RN ( contrasto visibile) showit 12TN (Synlig) showjp 12TI ( Y) showjp 12RN ( kontrast) showjp 12TI ( Y) show 10TN 0 -2 rmoveto (W) show 0 2 rmoveto 12TI (:) show (Y) show 10TN 0 -2 rmoveto (N) show 0 2 rmoveto 12TN (=) show Ycont xchart xchartd idiv get show (; ) show 12TI (Y) show 10TN 0 -2 rmoveto (N) show 0 2 rmoveto 12RN (-Bereich ) showde (-range ) showen (-rango ) showes (-gamme ) showfr (-gamma ) showit (-serien ) showjp 12TN Yrang xchart xchartd idiv get show } if %pchart=2 180 MM 13.5 MM moveto 12TN (Eingabe: ) showde %0AG17X-Y 0800# (input: ) showen %1AG17X-Y 0800# (entrada: ) showes %2AG17X-Y 0800# (entr\351e : ) showfr %3AG17X-Y 0800# (Input: ) showit %4AG17X-Y 0800# (input: ) showjp %5AG17X-Y 0800# 12TI (rgb/cmy0/000n/w set...) show 180 MM 9.5 MM moveto 12TN (Ausgabe: ) showde %0AG17X-Y 0900# (output: ) showen %1AG17X-Y 0900# (salida: ) showes %2AG17X-Y 0900# (sortie : ) showfr %3AG17X-Y 0900# (Output: ) showit %4AG17X-Y 0900# (output: ) showjp %5AG17X-Y 0900# 12RN (-) show 12TI (>rgb) show 10TN 0 -2 rmoveto colorm 1 eq {() show} if deintp 0 eq {(dd) show} {(de) show} ifelse 0 2 rmoveto 12TI ( setrgbcolor) show %LSC$ (N) eq { %(keine \334nderung) showde %0AG17X-Y 1000# %(no change) showen %1AG17X-Y 1000# %(ning\372n cambio) showes %2AG17X-Y 1000# %(aucun changement) showfr %3AG17X-Y 1000# %(nessun cambiamento) showit %4AG17X-Y 1000# %(ingen endring) showjp %5AG17X-Y 1000# % } if %1 setgray %start white and unvisible LSC$ (S) eq {12TN (Startup(S)Daten abh\344ngig) showde (Startup (S) data dependend) showen (Startup (S) data dependend) showes (Startup (S) data dependend) showfr (Startup (S) data dependend) showit (Startup (S) data dependend) showjp } if %LSC$ (F) eq {12TI (g) show % 10TI % 0 -2 rmoveto (P) show 0 2 rmoveto % 12TN (=) show % /xchartN xchart 8 idiv def % /xchartP xchart xchart 8 idiv 8 mul sub def % /gammaNl 1 2.4 xchartN 0.18 mul sub 2.4 div div def % /gammaPl 2.4 xchartP 0.18 mul sub 2.4 div def % gammaPl cvsshow2 (; ) show % 12TI (g) show % 10TI % 0 -2 rmoveto (N) show 0 2 rmoveto % 12TN (=) show % gammaNl cvsshow2 % } if 62 MM 198.5 MM moveto 12RN serverMA show (AG17/AG17) show 12TN /xchartg where {pop (F0P) show (X) show % (.PDF /.PS) show} {(L0N) show LEX$ show % % (.PDF /.PS) show } ifelse %1 setgray %start white and unvisible (; ) show LSC$ (N) eq {12RN (Start-Ausgabe) showde %0AG17X-Y 1300# (start output) showen %1AG17X-Y 1300# (comience salida) showes %2AG17X-Y 1300# (sortie de production) showfr %3AG17X-Y 1300# (inizio dell'output) showit %4AG17X-Y 1300# (start output) showjp %5AG17X-Y 1300# } if LSC$ (C) eq {12RN (Start-Ausgabe) showde %0AG17X-Y 1300# (start output) showen %1AG17X-Y 1300# (comience salida) showes %2AG17X-Y 1300# (sortie de production) showfr %3AG17X-Y 1300# (inizio dell'output) showit %4AG17X-Y 1300# (start output) showjp %5AG17X-Y 1300# } if LSC$ (F) eq {12RN (3D-Linearisierung) showde %0AG17X-Y 1600# (3D-linearization) showen %1AG17X-Y 1600# (3D-linealizaci\363n) showes %2AG17X-Y 1600# 12TN (lin\351arisation 3D) showfr %3AG17X-Y 1600# (linearizzazione 3D) showit %4AG17X-Y 1600# 12RN (3D-linearisering) showjp %5AG17X-Y 1600# } if 12TN (, Seite ) showde %0AG17X-Y 2500# (, page ) showen %1AG17X-Y 2500# (, p\341gina ) showes %2AG17X-Y 2500# (, p\341ge ) showfr %3AG17X-Y 2500# (, pagine ) showit %4AG17X-Y 2500# (, side ) showjp %5AG17X-Y 2500# xchart xchartd idiv pchartm mul pchart add 1 add cvishow (/) show xchartm xchartd idiv pchartm mul cvishow 62 MM 194 MM moveto LSC$ (N) eq LSC$ (C) eq or {12RN (N: Keine 3D-Linearisierung (OL) ) showde %0AG17X-Y 1700# (N: no 3D-linearization (OL) ) showen %1AG17X-Y 1700# (N: ninguna 3D-) showes 12TN (linealizaci\363n (OL) ) showes %2AG17X-Y 1700# (N: aucune lin\351arisation 3D (OL) ) showfr %3AG17X-Y 1700# (N: nessuna linearizzazione 3D (OL) ) showit %4AG17X-Y 1700# 12RN (N: ingen 3D-linearisering (OL) ) showjp %5AG17X-Y 1700# (in Datei (F) oder PS-Startup (S)) showde %0AG17X-Y 1800# (in file (F) or PS-startup (S)) showen %1AG17X-Y 1800# (en archivo (F) o PS-startup (S)) showes %2AG17X-Y 1800# (dans fichier (F) ou PS-startup (S)) showfr %3AG17X-Y 1800# (nel file (F) o PS-startup (S)) showit %4AG17X-Y 1800# (i fil (F) eller PS-startup (S)) showjp %5AG17X-Y 1800# } {12RN LSC$ show (: ) show (3D-Linearisierung) showde %0AG17X-Y 1900# (3D-linearization) showen %1AG17X-Y 1900# (3D-) showes 12TN (linealizaci\363n) showes %2AG17X-Y 1900# (lin\351arisation 3D) showfr %3AG17X-Y 1900# (linearizzazione 3D) showit %4AG17X-Y 1900# 12RN (3D-linearisering) showjp %5AG17X-Y 1900# ( AG17/AG17L) show /xchartg where {pop (F0P) show (X) show % (.PDF /.PS) show} {(L0N) show LEX$ show % % (.PDF /.PS) show } ifelse } ifelse LSC$ (F) eq {12TN ( in Datei (F)) showde %0AG17X-Y 2000# ( in file (F)) showen %1AG17X-Y 2000# ( en archivo (F)) showes %2AG17X-Y 2000# ( dans fichier (F)) showfr %3AG17X-Y 2000# ( nel file (F)) showit %4AG17X-Y 2000# ( i fil (F)) showjp %5AG17X-Y 2000# } if LSC$ (S) eq {12TN ( im Distiller Startup (S) Directory) showde %0AG17X-Y 2100# ( in Distiller Startup (S) Directory) showen %1AG17X-Y 2100# ( en el Distiller Startup (S) Directory) showes %2AG17X-Y 2100# ( dans le Distiller Startup (S) Directory) showfr %3AG17X-Y 2100# ( nel Distiller Startup (S) Directory) showit %4AG17X-Y 2100# ( i Distiller Startup (S) Directory) showjp %5AG17X-Y 2100# } if LSC$ (D) eq {12RN ( in PS-Device (D)) showde %0AG17X-Y 2200# ( in PS-device (D)) showen %1AG17X-Y 2200# ( en el PS-device (D)) showes %2AG17X-Y 2200# ( dans l'appareil PS (D)) showfr %3AG17X-Y 2200# ( nel PS-dispositivo (D)) showit %4AG17X-Y 2200# ( i PS-Device (D)) showjp %5AG17X-Y 2200# } if LSC$ (T) eq {12TN ( im Distiller Startup (S) Directory) showde %0AG17X-Y 2300# ( in Distiller Startup (S) Directory) showen %1AG17X-Y 2300# ( en el Distiller Startup (S) Directory) showes %2AG17X-Y 2300# ( dans le Distiller Startup (S) Directory) showfr %3AG17X-Y 2300# ( nel Distiller Startup (S) Directory) showit %4AG17X-Y 2300# ( i Distiller Startup (S) Directory) showjp %5AG17X-Y 2300# } if LSC$ (E) eq {12RN ( in PS-Device (D)) showde %0AG17X-Y 2400# ( in PS-device (D)) showen %1AG17X-Y 2400# ( en el PS-device (D)) showes %2AG17X-Y 2400# ( dans l'appareil PS (D)) showfr %3AG17X-Y 2400# ( nel PS-dispositivo (D)) showit %4AG17X-Y 2400# ( i PS-Device (D)) showjp %5AG17X-Y 2400# } if %0 setgray %end white and unvisible 16 MM 185 MM moveto -90 rotate 12TN (Siehe \344hnliche Dateien: ) showde %0AG17X-Y 2600# (see similar files: ) showen %1AG17X-Y 2600# (vea archivos semejantes: ) showes %2AG17X-Y 2600# (voir fichiers similaires: ) showfr %3AG17X-Y 2600# (vedi file simili: ) showit %4AG17X-Y 2600# (se lignende filer: ) showjp %5AG17X-Y 2600# 12RN serverMA show (AG17/AG17.HTM) show 12TN %(0) show %LSC$ show LEX$ show 90 rotate 12 MM 185 MM moveto -90 rotate 12TN (Technische Information: ) showde %0AG17X-Y 2700# (technical information: ) showen %1AG17X-Y 2700# (informaci\363n t\351cnica: ) showes %2AG17X-Y 2700# (informations techniques: ) showfr %3AG17X-Y 2700# (informazioni tecniche: ) showit %4AG17X-Y 2700# (teknisk informasjon: ) showjp 12RN serverMC show ( oder ) showde %0AG17X-Y 2800# ( or ) showen %1AG17X-Y 2800# ( o ) showes %2AG17X-Y 2800# ( ou ) showfr %3AG17X-Y 2800# ( o ) showit %4AG17X-Y 2800# ( eller ) showjp %5AG17X-Y 2800# serverMB show (AE.HTM) show 12TN 90 rotate % 12 MM 90 MM moveto %-90 rotate %(Version 2.1, io=1,) show %LSC$ (N) eq {(1) show} if %LSC$ (S) eq {(1?) show} if %LSC$ (D) eq {(1?) show} if %LSC$ (F) eq {i*ptrsc cvishow % IMES 0 eq {(, CIELAB) show} % {(, CIEXYZ) show} ifelse % } if % 90 rotate 281 MM 185 MM moveto -90 rotate 12RN (TUB-Registrierung:) showde %0AG17X-Y 2900# (TUB Registration:) showen %1AG17X-Y 2900# 12TN (TUB matr\355cula:) showes %2AG17X-Y 2900# (TUB enregistrement:) showfr %3AG17X-Y 2900# (iscrizione TUB:) showit %4AG17X-Y 2900# (TUB Registrering:) showjp %5AG17X-Y 2900# 12RN ( 20191001-AG17/AG17L) show (0) show LSC$ show LEX$ show 90 rotate 281 MM 74 MM moveto -90 rotate 12RN (TUB-Material: Code=rha4ta) showde %0AG17X-Y 3000# (TUB material: code=rha4ta) showen %1AG17X-Y 3000# (TUB material: code=rha4ta) showes %2AG17X-Y 3000# 12TN (TUB mat\351riel: code=rha4ta) showfr %3AG17X-Y 3000# (TUB materiale: code=rha4ta) showit %4AG17X-Y 3000# 12RN (TUB-materiell: code=rha4ta) showjp %5AG17X-Y 3000# 90 rotate 277 MM 185 MM moveto -90 rotate /cvishow {cvi 6 string cvs show} def /cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def 12TN ( Anwendung f\374r Messung oder Beurteilung ) showde %0AG17X-Y 3100# ( application for measurement or viewing ) showen %1AG17X-Y 3100# ( aplicaci\363n para la medici\363n y visualizati\363n ) showes %2AG17X-Y 3100# ( application de mesure et de visualisation ) showfr %3AG17X-Y 3100# ( Applicatione per la misurazione e la visualizzazione ) showit %4AG17X-Y 3100# ( s\370knad om m\345ling og visning ) showjp %5AG17X-Y 3100# xchart5f 0 eq {%xchart5f=0 12TN (der Ausgabe von Display\255 und Druck\255) showde %0AN66X-Y 3200# (of the output on display and print) showen %1AN66X-Y 3200# (de la salida en display e impresi\363n) showes %2AN66X-Y 3200# (de la sortie sur affichage et impression) showfr %3AN66X-Y 3200# (dell'output su display e stampa) showit %4AN66X-Y 3200# (av utgang p\345 display og utskrift) showjp %5AN66X-Y 3200# } if %xchart5f=0 xchart5f 1 eq xchart5f 2 eq or {%xchart5f=1,2 12TN (von Offsetdruckausgabe) showde %0AG17X-Y 3300# (of offset print output) showen %1AG17X-Y 3300# (salida en la impressi\363n offset) showes %2AG17X-Y 3300# (des sorties sur offset) showfr %3AG17X-Y 3300# (output nella stampa di offset) showit %4AG17X-Y 3300# (av offsettrykk output) showjp %5AG17X-Y 3300# } if %xchart5f=1,2 xchart5f 3 eq {%xchart5f=3 12TN (von Laserdruckerausgabe) showde %0AG17X-Y 3400# (of laser printer output) showen %1AG17X-Y 3400# (salida de impresora l\341ser) showes %2AG17X-Y 3400# (des sorties sur imprimante laser) showfr %3AG17X-Y 3400# (output della stampante laser) showit %4AG17X-Y 3400# (av laserprinter output) showjp %5AG17X-Y 3400# } if %xchart5f=3 %IMES 1 eq LSC$ (N) ne and { %IMES=1 % (, Yr=) show Yre cvsshow1 (, XYZ) show % } if %IMES=1 90 rotate /i0 8 def /i1 i0 1 add def /i2 i0 2 add def /i3 i0 3 add def 0.30 MM setlinewidth 0 setgray x i0 get MM y i0 get MM moveto x i1 get MM y i1 get MM lineto x i2 get MM y i2 get MM lineto x i3 get MM y i3 get MM lineto x i0 get MM y i0 get MM lineto stroke %} if %end if pchart=0 %/xlu1 013 MM def /ylu1 010 MM def %/xro1 283 MM def /yro1 200 MM def %/xlo1 013 MM def /ylo1 200 MM def %/xru1 283 MM def /yru1 010 MM def %xlu1 4 MM sub ylu1 moveto 8 MM 0 rlineto stroke %xlu1 ylu1 4 MM sub moveto 0 8 MM rlineto stroke %xro1 4 MM add yro1 moveto -8 MM 0 rlineto stroke %xro1 yro1 4 MM add moveto 0 -8 MM rlineto stroke %xru1 4 MM sub yru1 moveto 8 MM 0 rlineto stroke %xru1 yru1 4 MM sub moveto 0 8 MM rlineto stroke %xlo1 4 MM add ylo1 moveto -8 MM 0 rlineto stroke %xlo1 ylo1 4 MM add moveto 0 -8 MM rlineto stroke %%Trailer %%EndDocument EndEPSF grestore gsave showpage grestore %} for %colsepf=0,1 %} for %pchartf=0,2 %} for %xchartf=0,7 %} for %xcolorf=3,3 %} for %deintpf=0,1 %} for %colormf=0,1 %} for %lanindf=0,0 %%Trailer %line 1530 %END INCLUDE TEST FILE at line 1530 %%EndDocument EndEPSFG grestore gsave showpage grestore %} for %pmetamg=0,1 %} for %colsepg=0,1 %} for %pchartg=0,2 %} for %xchartg=0,7 %} for %xcolorg=3,3 %} for %deintpg=0,1 %} for %colormg=0,1 %} for %lanindg=0,0 %%Trailer %00 %01 %02 %03 %04 %05 %06 %07 %08 %09 %10 %11 %12 %13 %14 %15 %16 %17 %18 %19 %20 %21 %22 %23 %24 %25 %26 %27 %28 %29 %30 %31 %32 %33 %34 %35 %36 %37 %38 %39 %40 %41 %42 %43 %44 %45 %46 %47 %48 %49 %50 %51 %52 %53 %54 %55 %56 %57 %58 %59 %line 1629 END SECTION 2 **********