%!PS-Adobe-3.0 EPSF-3.0 AG36F0NA.PS/AL0X_FRAME2_JSO_DEH.PS 191001 %%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/AG36/AG36.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: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 (AG36/AG36) 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) show 12MXR (-) show 12MXI (>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 (AG36/AG36) 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 1230 ******************************************************************* /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 04 def /xchart2g 04 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 %separation pages /xchart4g 3 def %test charts ISO/IEC 3(0),2(1),4(2);DIN 33872-5(3),G(4),O(5),H(5) /xchart5g 00 def %display(0), offset(1), offset(2), laser(3) /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 % xchart1g xchartdg xchart2g {/xchartg exch 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 /xchart5 xchart5g def /pchart pchartg def /colsep colsepg def /pmetam pmetamg def %line 1279 %BEG INCLUDE FAD-0000G at line 1279 %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 {/TxS () def /Txx (dd) def /Fxx (d) def} if colorm 0 eq deintp 1 eq and {/TxS () def /Txx (de) def /Fxx (e) def} if colorm 1 eq deintp 0 eq and {/TxS () def /Txx (dd) def /Fxx (d) def} if colorm 1 eq deintp 1 eq and {/TxS () def /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 1329 %BEG INCLUDE TEST FILE at line 1329 %!PS-Adobe-3.0 EPSF-3.0 http://farbe.li.tu-berlin.de/AG36/AG36L00XX.PS 20190322 %%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://farbe.li.tu-berlin.de/AG36/AG36.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:2019030112000) /ModDate (D:20190301112000) /DOCINFO pdfmark [ /View [ /FitB ] /DOCVIEW pdfmark %line20 %BEG AG36/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 AG36/OUTLIN10.PS Output Linearization linear (OL) rgb*->rgb'* 20160301 %BEG AG36/OUTLIN1X.PS 20110801 %EMPTY %END AG36/OUTLIN1X.PS 20110801 %BEG AG36/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 AG36/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 00 def /deintp2f 00 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 00 def /pchart2f 00 def /pchartdf 01 def /pchartmf 01 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 03 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 % xchart1f xchartdf xchart2f {/xchartf exch 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 AG360-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 (AG360-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 AG360-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 (AG360-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 AG360-3N.EPS Y10-3N_AL39_JSO.EPS %%BoundingBox: 70 82 430 360 %START PDFDE011.EPS /pdfmark03 where {pop} {userdict /pdfmark03 /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/AG36/AG36.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:2017040112000) /ModDate (D:20170401112000) /DOCINFO pdfmark03 [ /View [ /FitB ] /DOCVIEW pdfmark03 %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 %*********************************************************** /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 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 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 Y10-3N_AL39_JSO_1P2S.EPS %font0309.ps*********************************************** /CW {100 /Courier-ISOL1 FS} bind def /CV {150 /Courier-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 /CBW {100 /CourierB-ISOL1 FS} bind def /CBV {150 /CourierB-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 /RW {100 /Times-Roman FS} bind def /RV {150 /Times-Roman FS} bind def /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 /RIW {100 /Times-Italic FS} bind def /RIV {150 /Times-Italic 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 /RBW {100 /Times-Bold FS} bind def /RBV {150 /Times-Bold 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 /RBIW {100 /Times-BoldItalic FS} bind def /RBIV {150 /Times-BoldItalic 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 /TW {100 /Times-ISOL1 FS} bind def /TV {150 /Times-ISOL1 FS} bind def /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 /TIW {100 /TimesI-ISOL1 FS} bind def /TIV {150 /TimesI-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 /TBW {100 /TimesB-ISOL1 FS} bind def /TBV {150 /TimesB-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 {295 /TimesB-ISOL1 FS} bind def /TBIW {100 /TimesBI-ISOL1 FS} bind def /TBIV {150 /TimesBI-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 /SW {100 /Symbol FS} bind def /SV {150 /Symbol FS} bind def /SS {200 /Symbol FS} bind def /SK {250 /Symbol FS} bind def /SM {300 /Symbol FS} bind def /SG {350 /Symbol FS} bind def /ishowRV {RW -00 -30 rmoveto show 00 30 rmoveto RV} def /jshowRV {RBW -00 -30 rmoveto show 00 30 rmoveto RBV} def /ishowTV {TW -00 -30 rmoveto show 00 30 rmoveto TV} def /jshowTV {TBW -00 -30 rmoveto show 00 30 rmoveto TBV} def /ishowRS {RV -00 -40 rmoveto show 00 40 rmoveto RS} def /jshowRS {RBV -00 -40 rmoveto show 00 40 rmoveto RBS} def /ishowTS {TV -00 -40 rmoveto show 00 40 rmoveto TS} def /jshowTS {TBV -00 -40 rmoveto show 00 40 rmoveto TBS} def /ishowRK {RS -00 -50 rmoveto show 00 50 rmoveto RK} def /jshowRK {RBS -00 -50 rmoveto show 00 50 rmoveto RBK} def /ishowTK {TS -00 -50 rmoveto show 00 50 rmoveto TK} def /jshowTK {TBS -00 -50 rmoveto show 00 50 rmoveto TBK} def /ishowRM {RK -00 -60 rmoveto show 00 60 rmoveto RM} def /jshowRM {RBK -00 -60 rmoveto show 00 60 rmoveto RBM} def /ishowTM {TK -00 -60 rmoveto show 00 60 rmoveto TM} def /jshowTM {TBK -00 -60 rmoveto show 00 60 rmoveto TBM} def /ishowRG {RM -00 -70 rmoveto show 00 70 rmoveto RG} def /jshowRG {RBM -00 -70 rmoveto show 00 70 rmoveto RBG} def /ishowTG {TM -00 -70 rmoveto show 00 70 rmoveto TG} def /jshowTG {TBM -00 -70 rmoveto show 00 70 rmoveto TBG} def %font0309.ps*********************************************** 72 90 translate 0.01 MM dup scale 20 setlinewidth 1.0 setgray 0 0 moveto 12000 0 rlineto 0 8200 rlineto -12000 0 rlineto closepath fill 0.0 setgray 0 0 moveto 12000 0 rlineto 0 8200 rlineto -12000 0 rlineto closepath stroke 00100 -240 moveto TM (Teil 1, ) showde (part 1, ) showen (parte 1, ) showes (la part 1, ) showfr (la parte 1, ) showit (artikkelen 1, ) showjp 9500 -240 moveto RM (AG360-3) show Txx show (: ) show deintp cvishow colorml cvishow xcolorl cvishow xchartl cvishow pchartl cvishow /y0 7900 def /yd 320 def TBG 100 y0 050 sub moveto (\334bereinstimmung mit Elementarfarben) showde (Agreement with elementary hues) showen (De acuerto con tonos elementales) showes (Accord avec des teintes \351l\351mentaires) showfr (Accordo con tinte elementari) showit (Avtalen med barnetrinnet fargetoner) showjp TBG ( ) show RBG ((Ja/Nein-Entscheidung)) showde TBG ((Yes/No decision)) showen ((Si/No decisi\363n)) showes ((D\351cision Qui/No)) showfr ((Si/No decisione)) showit ((Beslutningen Ja/Nei)) showjp TM /xshift 5300 def xshift y0 yd 2.4 mul sub moveto TM (Es gibt vier Elementarbuntt\366ne auf jeder Seite:) showde (There are four elementary hues on each page:) showen (Hay cuarto tonos elementales en cada pagina:) showes (Il ya quatre couleurs \351l\351mentaires sur chaque page:) showfr (Ci sono quatro tonalit\340 elementari su ogni pagina:) showit (Det er fire elementarfargetoner pa hver sideo:) showjp xshift y0 yd 3.4 mul sub moveto TM (Rot) showde (Red) showen (Rojo) showes (Rouge) showfr (Rosso) showit (R\370d) showjp TBIM ( R) show (e) jshowTM TBM (, ) show TM (Gelb) showde (Yellow) showen (Amarillo) showes (Jaune) showfr (Giallo) showit (Gul) showjp TBIM ( Y) show (e) jshowTM TBM (, ) show TM (Gr\374n) showde (Green) showen (Verde) showes (Vert) showfr (Verde) showit (Gr\370nn) showjp TBIM ( G) show (e) jshowTM TM ( und ) showde (, and ) showen ( y ) showes ( et ) showfr ( e ) showit ( og ) showjp TM (Blau) showde (Blue) showen (Azul) showes (Bleu) showfr (Blu) showit (Bl\345) showjp TBIM ( B) show (e) jshowTM xshift y0 yd 4.7 mul sub moveto TM (Eingabedaten 1 0 0 k\366nnen erzeugen:) showde (Input data 1 0 0 may produce: ) showen (1 0 0 datos en entrada pueden producir: ) showes (Les donn\351es d'entr\351e 1 0 0 peut produire: ) showfr (I dati di input 1 0 0 possono produrre: ) showit (Input data 1 0 0 kan produsere: ) showjp TM ( ) show (Rot) showde (Red) showen (Rojo) showes (Rouge) showfr (Rosso) showit (R\370d) showjp TBIM ( R) show (e) jshowTM TBM (.) show xshift y0 yd 5.7 mul sub moveto TM (Eingabedaten 0 1 0 k\366nnen erzeugen:) showde (Input data 0 1 0 may produce: ) showen (0 1 0 datos en entrada pueden producir: ) showes (Les donn\351es d'entr\351e 0 1 0 peut produire: ) showfr (I dati di input 0 1 0 possono produrre: ) showit (Input data 0 1 0 kan produsere: ) showjp TM ( ) show (Gr\374n) showde (Green) showen (Verde) showes (Vert) showfr (Verde) showit (Gr\370nn) showjp TBIM ( G) show (e) jshowTM TBM (.) show xshift y0 yd 6.7 mul sub moveto TM (Eingabedaten 0 0 1 k\366nnen erzeugen:) showde (Input data 0 0 1 may produce: ) showen (0 0 1 datos en entrada pueden producir: ) showes (Les donn\351es d'entr\351e 0 0 1 peut produire: ) showfr (I dati di input 0 0 1 possono produrre: ) showit (Input data 0 0 1 kan produsere: ) showjp TM ( ) show (Blau) showde (Blue) showen (Azul) showes (Bleu) showfr (Blu) showit (Bl\345) showjp TBIM ( B) show (e) jshowTM TBM (.) show xshift y0 yd 7.7 mul sub moveto TM (Eingabedaten 1 1 0 k\366nnen erzeugen:) showde (Input data 1 1 0 may produce: ) showen (1 1 0 datos en entrada pueden producir: ) showes (Les donn\351es d'entr\351e 1 1 0 peut produire: ) showfr (I dati di input 1 1 0 possono produrre: ) showit (Input data 1 1 0 kan produsere: ) showjp TM ( ) show (Gelb) showde (Yellow) showen (Amarillo) showes (Jaune) showfr (Giallo) showit (Gul) showjp TBIM ( Y) show (e) jshowTM TBM (.) show xshift y0 yd 9.0 mul sub moveto RM (Die Elementar-) showde TM (Buntt\366ne) showde TM (The elementary hues) showen (Los colores elementales) showes (Les couleurs elementales) showfr (Le tonalit\340 elementari) showit (P\345 element\346rfargetoner) showjp ( ) show TM (Rot) showde (Red) showen (Rojo) showes (Rouge) showfr (Rosso) showit (R\370d) showjp TBIM ( R) show (e) jshowTM TM ( und ) showde ( and ) showen ( y ) showes ( et ) showfr ( e ) showit ( og ) showjp TM (Gr\374n) showde (Green) showen (Verde) showes (Vert) showfr (Verde) showit (Gr\370nn) showjp TBIM ( G) show (e) jshowTM xshift y0 yd 10.0 mul sub moveto TM (sollten auf der horizontalen Achse liegen.) showde (should locate on the horizontal axis.) showen (debe ubicar sobre la horizontal axis.) showes (doit localiser sur l'horizontale l'axe.) showfr (devono individuare sul piano orizzontale asse.) showit (finne pa den horisontale akse.) showjp xshift y0 yd 11.5 mul sub moveto RM (Die Elementar-) showde TM (Buntt\366ne) showde TM (The elementary hues) showen (Los colores elementales) showes (Les couleurs elementales) showfr (Le tonalit\340 elementari) showit (P\345 element\346rfargetoner) showjp TM ( ) show (Gelb) showde (Yellow) showen (Amarillo) showes (Jaune) showfr (Giallo) showit (Gul) showjp TBIM ( Y) show (e) jshowTM TM ( und ) showde ( and ) showen ( y ) showes ( et ) showfr ( e ) showit ( og ) showjp TM (Blau) showde (Blue) showen (Azul) showes (Bleu) showfr (Blu) showit (Bl\345) showjp TBIM ( B) show (e) jshowTM xshift y0 yd 12.5 mul sub moveto TM (sollten auf der vertikalen Achse liegen.) showde (should locate on the vertical axis.) showen (debe ubicar sobre la vertical axis.) showes (doit localiser sur verticale l'axe) showfr (devono individuare sul piano orizzontale asse) showit (finne pa den vertikale akse.) showjp xshift y0 yd 14.0 mul sub moveto TM (Die Pr\374fung benutzt einen Bunttonkreis mit 20 T\366nen.) showde (This test uses a hue circle with 20 hues.) showen (Esta prueba utiliza un circulo de colores con 20 tonos.) showes (Ce test utilise un cercle de couleur avec des 20 teintes.) showfr (Questo test utilizza un cercio dei colori con 20 tonallit\340.) showit (Denne testen bruker en farge sirkel med 20 fargetoner.) showjp xshift y0 yd 15.5 mul sub moveto (No. 00 and 10 should be) showen (Nr. 00 und 10 sollten sein) showde (Nr. 00 y 10 debben ser) showes (No 00 et 10 devraient) showfr (No. 00 e 10 dovrebbe essere) showit (Nr. 00 og 10 skal vaere) showjp TM ( ) show (Rot) showde (Red) showen (Rojo) showes (Rouge) showfr (Rosso) showit (R\370d) showjp TBIM ( R) show (e) jshowTM TM ( und ) showde ( and ) showen ( y ) showes ( et ) showfr ( e ) showit ( og ) showjp TM (Gr\374n) showde (Green) showen (Verde) showes (Vert) showfr (Verde) showit (Gr\370nn) showjp TBIM ( G) show (e) jshowTM TBM (.) show xshift y0 yd 16.5 mul sub moveto TM (No. 05 and 15 should be) showen (Nr. 05 und 15 sollten sein) showde (Nr. 05 y 15 debben ser) showes (No 05 et 15 devraient) showfr (No. 05 e 15 dovrebbe essere) showit (Nr. 05 og 15 skal vaere) showjp TM ( ) show (Gelb) showde (Yellow) showen (Amarillo) showes (Jaune) showfr (Giallo) showit (Gul) showjp TBIM ( Y) show (e) jshowTM TM ( und ) showde ( and ) showen ( y ) showes ( et ) showfr ( e ) showit ( og ) showjp TM (Blau) showde (Blue) showen (Azul) showes (Bleu) showfr (Blu) showit (Bl\345) showjp TBIM ( B) show (e) jshowTM TBM (.) show /yt0 02100 def /x00 00100 def /x10 00900 def /x01 10100 def /x20 10900 def /yt0 x00 yt0 yd 0 mul sub moveto TBM (Sind Nr. 00, 05, 10 und 15 die vier Elementarfarben) showde (Are no. 00, 05, 10, and 15 the four elementary hues) showen (Se no. 00, 05, 10, y 15 de los cuarto tonos elementales) showes (Sont no 00, 05, 10 et 15 devrait les 4 couleurs elementales) showfr (Sono n. 00, 05, 10 e 15 i quatro tonalit\340 elementari) showit (Er nei. 00, 05, 10, og 15 de fire element\346rfargetoner) showjp TM ( ) show TBIM (R) show (e) jshowTM TBM (, ) show TBIM (Y) show (e) jshowTM TBM (, ) show TBIM (G) show (e) jshowTM TM ( und ) showde ( and ) showen ( y ) showes ( et ) showfr ( e ) showit ( og ) showjp TBIM (B) show (e) jshowTM TBM (?) show %x00 8900 add yt0 yd 0.8 mul sub moveto TM ( ) show (unterstreiche:) showde (underline:) showen (subrayado:) showes (souligner:) showfr (sottolineto:) showit (underline:) showjp ( ) show TBM (Ja/Nein) showde (Yes/No) showen (Si/No) showes (Qui/Non) showfr (Si/No) showit (Ja/Nei) showjp TBM x00 yt0 yd 1.1 mul sub moveto TBM (Nur bei "Nein":) showde (Only in case of "No":) showen (Solo en casa de "No":) showes (Seulement en cas de "No":) showfr (Solo nel caso del "No":) showit (Bare i tilfelle av "Nei":) showjp %************************************************* x00 300 add yt0 yd 2.1 mul sub moveto TM (Elementarrot) showde (Elementary Red) showen (Roja elemental) showes (Rouge elementale) showfr (Rosso elementari) showit (Element\346rfarge R\370d) showjp TBIM ( R) show (e) jshowTM TM ( ) show (ist die Bunttonstufe Nr. (z. B. 00, 01, 19) ........) showde (is hue step no. (e. g. 00, 01, 19) ........ ) showen (es el matiz passo No. (e. g. 00, 01, 19) ........ ) showes (est la teinte de palier no. (e. g. 00, 01, 19) ........ ) showfr (\350 la tonalit\340 fase n. (e. g. 00, 01, 19) ........ ) showit (er fargetone trinn (e. g. 00, 01, 19) ........ ) showjp %x00 8400 add yt0 yd 2.1 mul sub moveto TM ((weder gelblich noch bl\344ulich)) showde ((neither yellowish nor blueish)) showen ((ni amarillento no azulado)) showes ((ni jaun\342tre ni bleu\342tre)) showfr ((n\351 giallastro n\351bluastro)) showit ((hverken gullig eller bl\345lig)) showjp %************************************************* x00 300 add yt0 yd 3.1 mul sub moveto TM (Elementargelb) showde (Elementary Yellow) showen (Amarillo elemental) showes (Jaune elementale) showfr (Giallo elementari) showit (Element\346rfarge Gul) showjp TBIM ( Y) show (e) jshowTM TM ( ) show (ist die Bunttonstufe Nr. (z. B. 05, 04, 06) ........) showde (is hue step no. (e. g. 05, 04, 06) ........ ) showen (es el matiz passo No. (e. g. 05, 04, 06) ........ ) showes (est la teinte de palier no. (e. g. 05, 04, 06) ........ ) showfr (\350 la tonalit\340 fase n. (e. g. 05, 04, 06) ........ ) showit (er fargetone trinn (e. g. 05, 04, 06) ........ ) showjp %x00 8400 add yt0 yd 3.1 mul sub moveto TM ((weder r\366tlich noch gr\374nlich)) showde ((neither reddish nor greenish)) showen ((ni rojizo ni verdoso)) showes ((ni rouge\342tre ni verd\342tre)) showfr ((n\351 rossastro n\351 verdastro)) showit ((heverken r\370dlig eller gr\370nnlig)) showjp %************************************************* x00 300 add yt0 yd 4.1 mul sub moveto TM (Elementarg\374n) showde (Elementary Green) showen (Verde elemental) showes (Vert elementale) showfr (Verde elementari) showit (Element\346rfarge Gr\370nn) showjp TBIM ( G) show (e) jshowTM TM ( ) show (ist die Bunttonstufe Nr. (z. B. 10, 09, 11) ........) showde (is hue step no. (e. g. 10, 09, 11) ........ ) showen (es el matiz passo No. (e. g. 10, 09, 11) ........ ) showes (est la teinte de palier no. (e. g. 10, 09, 11) ........ ) showfr (\350 la tonalit\340 fase n. (e. g. 10, 09, 11) ........ ) showit (er fargetone trinn (e. g. 10, 09, 11) ........ ) showjp %x00 8400 add yt0 yd 4.1 mul sub moveto TM ((weder gelblich noch bl\344ulich)) showde ((neither yellowish nor blueish)) showen ((ni amarillento no azulado)) showes ((ni jaun\342tre ni bleu\342tre)) showfr ((n\351 giallastro n\351bluastro)) showit ((hverken gullig eller bl\345lig)) showjp %************************************************* x00 300 add yt0 yd 5.1 mul sub moveto TM (Elementarblau) showde (Elementary Blau) showen (Azul elemental) showes (Bleu elementale) showfr (Blu elementari) showit (Element\346rfarge Bl\345) showjp TBIM ( B) show (e) jshowTM TM ( ) show (ist die Bunttonstufe Nr. (z. B. 15, 14, 16) ........) showde (is hue step no. (e. g. 15, 14, 16) ........ ) showen (es el matiz passo No. (e. g. 15, 14, 16) ........ ) showes (est la teinte de palier no. (e. g. 15, 14, 16) ........ ) showfr (\350 la tonalit\340 fase n. (e. g. 15, 14, 16) ........ ) showit (er fargetone trinn (e. g. 15, 14, 16) ........ ) showjp %x00 8400 add yt0 yd 5.1 mul sub moveto TM ((weder r\366tlich noch gr\374nlich)) showde ((neither reddish nor greenish)) showen ((ni rojizo ni verdoso)) showes ((ni rouge\342tre ni verd\342tre)) showfr ((n\351 rossastro n\351 verdastro)) showit ((heverken r\370dlig eller gr\370nnlig)) showjp x00 300 add yt0 yd 6.1 mul sub moveto TBM TBM (Ergebnis:) showde (Result:) showen (Resultato:) showes (R\351sultat:) showfr (Risultato:) showit (Resultat:) showjp TM ( ) show (Of the 4 elementary hues (e.g. three) .........) showen ( are at the intended location.) showen (Von den 4 Elementarfarben sind (z. B. drei) .........) showde ( an der angestrebten Position.) showde (De los cuatro colores elementales (e. g. tres) .........) showes (est\341n en la ubicaci\363b prevista.) showes (Des quatre couleurs elementales (e. g. trois) .........) showfr ( sont \340 l'endroit pr\351vu.) showfr (Dei quatro tonalit\340 elementari (e. g. tre) .........) showit (sono nella posizione prevista.) showit (Av de fire element\346rfarbe (e. g. tre) .........) showjp ( er i beregnet posisjon.) showjp %BEG Elementary-Hue Circle 2600 4900 translate TM -2700 0.9 mul 2600 moveto TM (Layoutbeispiel: ) showde (Layout example: ) showen (Ejemmplo de dise\361o: ) showes (Exemple la mise en page: ) showfr (L'esempio di layout: ) showit RM (Layout-eksempel: ) showjp TM (\334bereinstimmung mit Elementarfarben.) showde (Agreement with elementary hues.) showen (Acuerdo con las te\361idas elementales.) showes (Accord avec les teintes elementales.) showfr (Accordo con les tinte elementari.) showit (Avtalen med element\346rfargetoner.) showjp 0.90 dup scale 1.0 setgray -2700 -2700 moveto 5400 0 rlineto 0 5400 rlineto 5400 neg 0 rlineto closepath fill 0.0 setgray %-2700 -2700 moveto 5400 0 rlineto 0 5400 rlineto % 5400 neg 0 rlineto closepath stroke -1500 0 moveto 1500 0 lineto stroke 0 -1500 moveto 0 1500 lineto stroke /AngrgbTabt 88 array def /AngrgbTabt [%31 angles = 360/18 + 1 = 20 + 1 000 1.0 0.0 0.0 018 1.0 0.2 0.0 036 1.0 0.4 0.0 054 1.0 0.6 0.0 072 1.0 0.8 0.0 090 1.0 1.0 0.0 108 0.8 1.0 0.0 126 0.6 1.0 0.0 144 0.4 1.0 0.0 162 0.2 1.0 0.0 180 0.0 1.0 0.0 198 0.0 1.0 0.4 216 0.0 1.0 0.8 234 0.0 0.8 1.0 252 0.0 0.4 1.0 270 0.0 0.0 1.0 288 0.4 0.0 1.0 306 0.8 0.0 1.0 324 1.0 0.0 0.8 342 1.0 0.0 0.4 360 1.0 0.0 0.0 ] def 0 0 2400 0 360 arc stroke /rx 2400 def /xd2 200 def 0 1 19 {/j exch def %j=0,19 /xpos rx AngrgbTabt j 4 mul get cos mul def /ypos rx AngrgbTabt j 4 mul get sin mul def 1 setgray xpos ypos xd2 0 360 arc fill 0 setgray xpos ypos xd2 0 360 arc stroke } for %j=0,19 newpath 0 1 19 {/j exch def %j=0,19 /xpos rx AngrgbTabt j 4 mul get cos mul def /ypos rx AngrgbTabt j 4 mul get sin mul def xpos 150 sub ypos 100 sub moveto j 9 le {(0) show j cvishow} {j cvishow} ifelse } for %j=0,19 0 1 1 {/j exch def %j=0,1 /xpos rx 650 sub AngrgbTabt j 4 mul get cos mul def /ypos rx 650 sub AngrgbTabt j 4 mul get sin mul def xpos 100 sub ypos 100 sub moveto TBIG (R) show (e) jshowTG TBG (?) show } for %j=0,1 /j 19 def /xpos rx 650 sub AngrgbTabt j 4 mul get cos mul def /ypos rx 650 sub AngrgbTabt j 4 mul get sin mul def TBIG xpos 100 sub ypos 100 sub moveto (R) show (e) jshowTG TBG (?) show 4 1 6 {/j exch def %j=4,6 /xpos rx 400 sub AngrgbTabt j 4 mul get cos mul def /ypos rx 400 sub AngrgbTabt j 4 mul get sin mul def xpos 200 sub ypos 100 sub moveto TBIG (Y) show (e) jshowTG TBG (?) show } for %j=4,6 9 1 11 {/j exch def %j=9,11 /xpos rx 500 sub AngrgbTabt j 4 mul get cos mul def /ypos rx 500 sub AngrgbTabt j 4 mul get sin mul def xpos 250 sub ypos 100 sub moveto TBIG (G) show (e) jshowTG TBG (?) show } for %j=9,11 14 1 16 {/j exch def %j=4,6 /xpos rx 400 sub AngrgbTabt j 4 mul get cos mul def /ypos rx 400 sub AngrgbTabt j 4 mul get sin mul def xpos 250 sub ypos 100 sub moveto TBIG (B) show (e) jshowTG TBG (?) show } for %j=14,16 2600 neg 5100 neg translate %END Elementary-Hue Circle } if %pchartl=1 Y10-3N_AL39_JSO_1P2S.EPS pchartl 2 eq {%pchartl=2; Y10-3N_AL09_JSO_1P3A.EPS; table colour rendering %font0309A.ps*********************************************** %only T*V, R*V, T*W, R*W, jshowTV, jshowTR with T*W, R*W /RW {100 /Times-Roman FS} bind def /RV {150 /Times-Roman FS} bind def /RIW {100 /Times-Italic FS} bind def /RIV {150 /Times-Italic FS} bind def /RBW {100 /Times-Bold FS} bind def /RBV {150 /Times-Bold FS} bind def /RBIW {100 /Times-BoldItalic FS} bind def /RBIV {150 /Times-BoldItalic FS} bind def /TW {100 /Times-ISOL1 FS} bind def /TV {150 /Times-ISOL1 FS} bind def /TIW {100 /TimesI-ISOL1 FS} bind def /TIV {150 /TimesI-ISOL1 FS} bind def /TBW {100 /TimesB-ISOL1 FS} bind def /TBV {150 /TimesB-ISOL1 FS} bind def /TBIW {100 /TimesBI-ISOL1 FS} bind def /TBIV {150 /TimesBI-ISOL1 FS} bind def /SW {100 /Symbol FS} bind def /SV {150 /Symbol FS} bind def /ishowRV {RW -00 -30 rmoveto show 00 30 rmoveto RV} def /jshowRV {RBW -00 -30 rmoveto show 00 30 rmoveto RBV} def /ishowTV {TW -00 -30 rmoveto show 00 30 rmoveto TV} def /jshowTV {TBW -00 -30 rmoveto show 00 30 rmoveto TBV} def %font0309A.ps*********************************************** /CMeasSxl (Measure: unknown) def /CDeviceSxl (Device: unknown) def /CDateSxl (Date: unknown) def /DecodeXYZ* {dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse} bind def /xchartn xchartl xchartd idiv def colorml 0 eq {/ilx 0 def } {%colorml=1 xchartn 2 le {/ilx xchartn def} if xchartn 3 eq {/ilx 4 def} if xchartn 4 eq {/ilx 8 def} if xchartn 5 eq {/ilx 16 def} if xchartn 6 eq {/ilx 32 def} if xchartn 7 eq {/ilx 64 def} if } ifelse /Xnref 0.63 ilx mul 0.9505 mul def /Ynref 0.63 ilx mul def /Znref 0.63 ilx mul 1.0890 mul def /XQ Xnref 95.05 div def /YQ Ynref 100.00 div def /ZQ Znref 108.90 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 /L*ref YQ 0.008856 lt {903.3 YQ mul} {YQ 0.33333333 exp 116 mul 16 sub} ifelse def /a*ref 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 def /b*ref 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 def /L*N L*ref def /L*W 95.41 def /L*i 21 array def %different for xchartl=0,7 /a*i 21 array def /b*i 21 array def /l*i 21 array def /Yi 21 array def %equal distance between L*N and L*W 0 1 20 {/i exch def %steps from black to white i 15 le {/i0 0 def /istep 15 def} {/i0 16 def /istep 4 def} ifelse L*i i L*N L*W L*N sub i i0 sub istep div mul add put a*i i 0 put b*i i 0 put l*i i L*i i get L*N sub L*W L*N sub div put /Y* {L*i i get 16 add 116 div} bind def Yi i Y* DecodeXYZ* 100.00 mul put } for /cvishow {cvi 6 string cvs show} def 72 90 translate 0.023 MM dup scale %attention different scale 15 setlinewidth 0 setgray RV 4100 -120 moveto (AG360-3) show Txx show (: ) show deintp cvishow colorml cvishow xcolorl cvishow xchartl cvishow pchartl cvishow 50 -120 moveto (Teil 1, ) showde (part 1, ) showen (parte 1, ) showes (la part 1, ) showfr (la parte 1, ) showit (artikkelen 1, ) showjp %(; ) show %CMeasSxl show (; ) show %CDeviceSxl show (; ) show %CDateSxl show /cvishow {cvi 6 string cvs show} def /cvsshow0 {10 mul 0.5 add cvi 0.1 mul 10 string cvs show} def /cvsshow1 {10 mul 0.5 add cvi 0.1 mul %new980310 dup 0 ge {( ) show} if dup abs 10 lt {( ) show} if 10 string cvs show} def /cvsshow2 {100 mul 0.5 add cvi 0.01 mul %new980310 dup 0 ge {( ) show} if dup abs 10 lt {( ) show} if 10 string cvs show} def /cvsshow3 {1000 mul 0.5 add cvi 0.001 mul 10 string cvs show} def /cvsshow1x {/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 /cvsshow2x {/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 /cvsshow3x {/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 1 setgray 20 20 moveto 5400 0 rlineto 0 4000 rlineto %relatives Bildfeld 54 x 40mm -5400 0 rlineto closepath fill 0 setgray 20 20 moveto 5400 0 rlineto 0 4000 rlineto %relatives Bildfeld 54 x 40mm -5400 0 rlineto closepath stroke /x0 050 def /y0 3700 def /yd 170 def /xpos 18 array def /xtex 18 array def /xtexi 18 array def /xpos [ 10 150 450 750 %i, LAB*refi(ikor) 1000 %d 1300 1600 1900 %LAB*outi(ikor) 2200 2500 2800 %dLABTO(ikor,ikor), dE* 3050 3350 3850 % 4200 4500 4800 5100] def % /xtex [(i) (LAB*) ( ) ( ) (l*) (LAB*) ( ) ( ) (LAB*) ( ) ( ) (E*) ( ) ( ) ( ) ( ) ( ) ( )] def /xtexi [() (ref) ( ) ( ) (out) (out) ( ) ( ) (out-ref) ( ) ( ) () ( ) ( ) ( ) ( ) ( ) ( )] def 0 1 16 { /j exch def RIV x0 xpos j get add y0 yd add moveto j 11 eq {SV (D) show RIV} if xtex j get show xtexi j get ishowRV } for %j=0,1,...,16 colorml 1 eq {/xchartNl xchartl 8 idiv def /xchartPl xchartl xchartl 8 idiv 8 mul sub def /gammaNl 1 xchartNl 0.18 mul add def /gammaPl 1 1 xchartPl 0.18 mul add div def /gammal gammaNl gammaPl mul def } if /L*gi 21 array def %different for xchartl=0,7 /a*gi 21 array def /b*gi 21 array def /l*gi 21 array def /Ygi 21 array def %distance between L*N and L*W using gamma 0 1 20 {/i exch def %steps from black to white l*gi i l*i i get colorm 1 eq {gammal exp} if put L*gi i L*W L*N sub l*gi i get mul L*N add put a*gi i 0 put b*gi i 0 put /Y* {L*gi i get 16 add 116 div} bind def Ygi i Y* DecodeXYZ* 100.00 mul put } for /sumdL* 0 def /sumda* 0 def /sumdb* 0 def /sumdE* 0 def /sumdNL* 0 def /sumdNa* 0 def /sumdNb* 0 def /sumdNE* 0 def /sumdBL* 0 def /sumdBa* 0 def /sumdBb* 0 def /sumdBE* 0 def /sumdRL* 0 def /sumdFL* 0 def 0 1 20 {/i exch def %21 colours 0 1 12 {/j exch def %17 Positionen RW x0 xpos j get add y0 yd i mul sub moveto j 0 eq {i 1 add cvishow } if j 1 eq {L*i i get cvsshow2x} if j 2 eq {a*i i get cvsshow2x} if j 3 eq {b*i i get cvsshow2x} if j 4 eq {l*gi i get cvsshow2x} if j 5 eq {L*gi i get cvsshow2x} if j 6 eq {a*gi i get cvsshow2x} if j 7 eq {b*gi i get cvsshow2x} if j 8 eq {L*gi i get dup L*i i get sub cvsshow2x L*i i get sub abs /sumdL* exch sumdL* add def } if %j=8 j 9 eq {a*gi i get dup a*i i get sub cvsshow2x a*i i get sub abs /sumda* exch sumda* add def } if %j=9 j 10 eq {b*gi i get dup b*i i get sub cvsshow2x b*i i get sub abs /sumdb* exch sumdb* add def } if %j=10 j 11 eq {L*gi i get L*i i get sub dup mul a*gi i get a*i i get sub dup mul add b*gi i get b*i i get sub dup mul add 0.0001 add sqrt dup cvsshow2x /sumdE* exch sumdE* add def } if %j=11 i 15 lt {%16 Stufen j 11 eq {L*gi i get L*i i get sub dup mul a*gi i get a*i i get sub dup mul add b*gi i get b*i i get sub dup mul add 0.0001 add sqrt /sumdBE* exch sumdBE* add def } if %j=11 } if %16 Stufen i 16 ge {%5 Unbunt=Noir j 11 eq {L*gi i get L*i i get sub dup mul a*gi i get a*i i get sub dup mul add b*gi i get b*i i get sub dup mul add 0.0001 add sqrt /sumdNE* exch sumdNE* add def } if %j=11 } if %5 Unbunt=Noir 12 j eq {%j=12 i 00 eq {TBV (Kennzeichnung nach) showde (Specification according to) showen (Especificati\363n de acuerdo) showes (Selon la sp\351cification \340 la) showfr (Specificatione secondo) showit (Spesifikasjion i henhold) showjp x0 xpos j get add y0 yd add moveto TBV (Startausgabe S1) showde (Start output S1) showen (a la salida S1) showes (la sortie S1) showfr (all'usica S1) showit (til utgang S1) showjp } if %i=0 i 01 eq {TBV (ISO/IEC 15775 Anhang G) showde (ISO/IEC 15775 Annex G) showen (ISO/IEC 15775 Anexo G) showes (ISO/IEC 15775 Annexe G) showfr (ISO/IEC 15775 Allegato G) showit (ISO/IEC 15775 Anneks G) showjp } if %i=1 i 02 eq {RBV (und DIN 33866-1 Anhang G) showde (and DIN 33866-1 Annex G) showen (y DIN 33866-1 Anexo G) showes (et DIN 33866-1 Annexe G) showfr (e DIN 33866-1 Allegato G) showit (og DIN 33866-1 Anneks G) showjp } if %i=2 i 13 eq {TBV (Mittlerer Helligkeitsabstand) showde (Mean lightness difference) showen (Diferencia de luminosidad) showes (Difference moyenne de clart\351) showfr (Significa differenza di) showit (Gjennomsnittlig skryt) showjp } if i%=13 i 14 eq {TBV ((16 Stufen)) showde ((16 steps)) showen (media (16 escalones)) showes ((16 palier)) showfr (luminosit\340 (16 passi)) showit (forskjellen (16 trinn)) showjp } if i%=14 i 15 eq {SV (D) show TBIV (E*) show (CIELAB) jshowTV ( = ) show sumdBE* 16 div cvsshow1x } if %i=15 i 18 eq {TBV (Mittlerer Helligkeitsabstand) showde (Mean lightness difference) showen (Diferencia de luminosidad) showes (Difference moyenne de clart\351) showfr (Significa differenza di) showit (Gjennomsnittlig skryt) showjp } if i%=18 i 19 eq {TBV ((5 Stufen)) showde ((5 steps)) showen (media (5 escalones)) showes ((5 palier)) showfr (luminosit\340 (5 passi)) showit (forskjellen (5 trinn)) showjp } if i%=19 i 20 eq {SV (D) show TBIV (L*) show (CIELAB) jshowTV ( = ) show sumdNE* 05 div cvsshow1x } if %i=20 } if %j=12 } for %j=0,12 } for %i=0,20 /j 1 def x0 xpos j get add 000 add y0 yd 21 mul sub moveto RBV (Mittlerer Farbwiedergabe-Index:) showde TBV (Mean colour reproduction index:) showen (Media del indice de reproducti\363n de color:) showes (Moyenne de l'indice de reproduction de couleur:) showfr (Colore medio indice di riproduzione:) showit (Gjennomsmittlig fargegjengivelse indeks:) showjp TBIV ( R*) show (ab,m) jshowTV ( = ) show 100 sumdBE* 21 div sumdNE* 21 div add 4.6 mul sub cvsshow1x } if %pchartl=2; Y10-3N_AL09_JSO_1P3A.EPS; table colour rendering 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 AG360-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 (AG360-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 AG360-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 (AG360-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 AG360-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 (AG360-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 {0 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 AG360-7N.EPS Y10-7N_AL39_JSO.EPS %%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/AG36/AG36.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:2017040112000) /ModDate (D:20170401112000) /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 /LAB*ioL {%BEG Procedure LAB*ioL (L=local) %requires ISRL*ioL=0,1,3 /RJGBLAB* 12 array def /RJGBLAB*[ 39.92 58.74 27.99 % R CIE No.09 elementary colours in LAB, D65 81.26 -2.89 71.56 % J CIE No.10 52.23 -42.42 13.60 % G CIE No.11 30.57 1.41 -46.47 % B CIE No.12 ] def /LAB* 36 array def /LAB*a 36 array def /LAB*00 24 array def /LAB*01 24 array def /LAB*02 24 array def /LAB*03 24 array def /LAB*04 24 array def /LAB*05 24 array def /LAB*06 24 array def /LAB*07 24 array def ISRL*ioL 0 eq { %ISRL*ioL=0 /LAB*00 [%D=Device OYLCVMO+NW %for Offset Reflective System (ORS18) 47.94 65.31 52.07 %O 0 90.37 -11.16 96.17 %Y 1 50.90 -62.97 36.71 %L 2 58.62 -30.63 -42.75 %C 3 %see TABle 1 of ISO/IEC 15775:1999-12 25.72 31.45 -44.36 %V 4 48.13 75.20 -6.80 %M 5 18.01 0.50 -0.47 %N 7 95.41 -0.99 4.76 %W 8 ] def %OYLCVMO+NW /LAB*01 [%D=Device OYLCVMO+NW %for Television Luminous System (TLS00) 50.50 76.92 64.55 %O 0 92.66 -20.70 90.75 %Y 1 83.63 -82.76 79.90 %L 2 86.88 -46.17 -13.56 %C 3 %see TABle 1 of ISO/IEC 15775:1999-12 30.39 76.06 -103.6 %V 4 corected 57.30 94.35 -58.42 %M 5 corected 00.01 0.00 0.00 %N 7 corected 95.41 0.00 0.00 %W 8 ] def %OYLCVMO+NW /LAB*02 [%D=Device OYLCVMO+NW %for Device Reflective System (FRS06. FUJI) 32.57 61.14 43.72 %8-0-0 O-W 0 olv* setrgbcolor 64 82.73 -3.51 109.24 %8-8-0 Y-W 1 olv* setrgbcolor 32 39.43 -62.87 42.80 %0-8-0 L-W 2 olv* setrgbcolor 80 47.86 -27.73 -37.62 %0-8-8 C-W 3 olv* setrgbcolor 0 actual printer 10.16 53.56 -62.92 %0-0-8 V-W 4 olv* setrgbcolor 96 34.50 79.53 -36.77 %8-0-8 M-W 5 olv* setrgbcolor 16 06.25 -1.63 -1.73 %0-0-0 N-W 6 olv* setrgbcolor 48 91.97 -0.18 -5.11 %8-8-8 A-W 7 olv* setrgbcolor ] def %OYLCVMO+NW /LAB*03 [%D=Device OYLCVMO+NW %for Television Luminous System (TLS18) 52.76 71.63 49.88 %O 0 92.74 -20.03 84.97 %Y 1 84.00 -78.99 73.94 %L 2 87.14 -44.42 -13.12 %C 3 %see TABle 1 of ISO/IEC 15775:1999-12 35.47 64.92 -95.07 %V 4 %see TABle X of ISO/IEC TR 24705:2005-10 59.01 89.33 -55.68 %M 5 %see Annex A, www.ps.bam.de/RLABE.PDF 18.01 0.00 0.00 %N 6 Yr=2.52 95.41 0.00 0.00 %W 7 ] def %OYLCVMO+NW /LAB*04 [%Natural symmetric Luminous System OYLCVMO+NW (NLS00) 31.81 82.62 47.70 %O 0 95.40/2 = 47.70 63.61 00.00 95.40 %Y 1 C*ab = 95.40 31.81 -82.62 47.70 %L 2 0.866 C*ab = 0.866 * 95.40 = 82.62 63.61 -82.62 -47.70 %C 3 delta L*=25.8 31.81 00.00 -95.40 %V 4 43.81=00.01+31.80 63.61 82.62 -47.70 %M 5 69.61=00.01+2*31.80 00.01 0.00 0.00 %N 6 95.40/3 = 31.80 95.41 0.00 0.00 %W 7 95.40*(2/3) = 63.60 ] def %CVMOYLC+NW /LAB*05 [%Natural symmetric Luminous System OYLCVMO+NW (NLS18) 43.81 67.03 38.70 %O 0 77.40/2 = 38.70 69.61 00.00 77.40 %Y 1 C*ab = 77.40 43.81 -67.03 38.70 %L 2 0.866 C*ab = 67.03 69.61 -67.03 -38.70 %C 3 delta L*=25.8 43.81 00.00 -77.40 %V 4 43.81=18.01+25.80 69.61 67.03 -38.70 %M 5 69.61=18.01+2*25.80 18.01 0.00 0.00 %N 6 18.01+77.40/3 = 18.01+25.80=43.81 95.41 0.00 0.00 %W 7 18.01+77.40*(2/3) = 18.01+51.60=69.61 ] def %CVMOYLC+NW /LAB*06 [%Symmetric Reflective System OYLCVMO+NW (SRS18) 56.71 67.03 38.70 %O 0 18.01 + 77.40*0.5 = 18.01 + 38.70 = 56.71 56.71 00.00 77.40 %Y 1 C*ab = 77.40 56.71 -67.03 38.70 %L 2 0.866 C*ab = 67.03 56.71 -67.03 -38.70 %C 3 delta L*=25.8 56.71 00.00 -77.40 %V 4 43.81=18.01+25.80 56.71 67.03 -38.70 %M 5 69.61=18.01+2*25.80 18.01 0.00 0.00 %N 6 95.41 0.00 0.00 %W 7 95.41=18.01+3*25.80 ] def %CVMOYLC+NW /LAB*07 [%D=Device OYLCVMO+NW %for Television Luminous System (TLS70) 76.43 26.27 10.57 %O 0 93.93 -10.77 34.63 %Y 1 89.32 -35.81 27.64 %L 2 90.93 -21.96 -7.08 %C 3 %see Annex A, www.ps.bam.de/RLABE.PDF 72.10 15.76 -35.64 %V 4 78.50 37.52 -25.24 %M 5 69.70 0.00 0.00 %N 6 Yr=40.32 95.41 0.00 0.00 %W 7 ] def %OYLCVMO+NW } if %ISRL*ioL=0 ISRL*ioL 1 eq { %ISRL*ioL=1 /LAB*00 [%D=Device CVMOYLC+NW %for Television Luminous System (TLS00) 50.50 76.91 64.55 %O 0 92.66 -20.68 90.75 %Y 1 83.62 -82.74 79.90 %L 2 86.88 -46.15 -13.54 %C 3 %see TABle 1 of ISO/IEC 15775:1999-12 30.39 76.06 -103.6 %V 4 %see TABle X of ISO/IEC TR 24705:2005-10 57.31 94.35 -58.40 %M 5 %see Annex A, www.ps.bam.de/RLABE.PDF 00.01 0.00 0.00 %N 6 Yr=0.00 95.41 0.00 0.00 %W 7 ] def %CVMOYLC+NW /LAB*01 [%D=Device CVMOYLC+NW %for Television Luminous System (TLS06) 51.08 75.54 59.69 %O 0 92.68 -20.51 89.24 %Y 1 83.72 -81.79 78.32 %L 2 86.94 -45.72 -13.43 %C 3 %see Annex A, www.ps.bam.de/RLABE.PDF 31.77 72.91 -101.3 %V 4 57.74 93.06 -57.71 %M 5 05.69 0.00 0.00 %N 6 Yr=0.63 95.41 0.00 0.00 %W 7 ] def %CVMOYLC+NW /LAB*02 [%D=Device CVMOYLC+NW %for Television Luminous System (TLS11) 51.65 74.20 55.83 %O 0 92.70 -20.35 87.77 %Y 1 83.81 -80.85 76.81 %L 2 87.01 -45.28 -13.33 %C 3 %see Annex A, www.ps.bam.de/RLABE.PDF 33.06 70.03 -99.09 %V 4 58.17 91.80 -57.03 %M 5 10.99 0.00 0.00 %N 6 Yr=1.26 95.41 0.00 0.00 %W 7 ] def %CVMOYLC+NW /LAB*03 [%D=Device CVMOYLC+NW %for Television Luminous System (TLS18) 52.76 71.63 49.88 %O 0 92.74 -20.03 84.97 %Y 1 84.00 -78.99 73.94 %L 2 87.14 -44.42 -13.12 %C 3 %see TABle 1 of ISO/IEC 15775:1999-12 35.47 64.92 -95.07 %V 4 %see TABle X of ISO/IEC TR 24705:2005-10 59.01 89.33 -55.68 %M 5 %see Annex A, www.ps.bam.de/RLABE.PDF 18.01 0.00 0.00 %N 6 Yr=2.52 95.41 0.00 0.00 %W 7 ] def %CVMOYLC+NW /LAB*04 [%D=Device CVMOYLC+NW %for Television Luminous System (TLS27) 54.88 66.84 41.69 %O 0 92.82 -19.39 79.81 %Y 1 84.37 -75.39 68.76 %L 2 87.40 -42.72 -12.70 %C 3 %see Annex A, www.ps.bam.de/RLABE.PDF 39.70 56.66 -88.02 %V 4 60.64 84.61 -53.08 %M 5 26.85 0.00 0.00 %N 6 Yr=5.04 95.41 0.00 0.00 %W 7 ] def %CVMOYLC+NW /LAB*05 [%D=Device CVMOYLC+NW %for Television Luminous System (TLS38) 58.77 58.45 31.73 %O 0 92.98 -18.11 70.81 %Y 1 85.11 -68.58 60.02 %L 2 87.92 -39.42 -11.87 %C 3 %see Annex A, www.ps.bam.de/RLABE.PDF 46.64 44.93 -76.56 %V 4 63.71 75.92 -48.22 %M 5 37.99 0.00 0.00 %N 6 Yr=10.08 95.41 0.00 0.00 %W 7 ] def %CVMOYLC+NW /LAB*06 [%D=Device CVMOYLC+NW %for Television Luminous System (TLS52) 65.53 45.06 20.98 %O 0 93.30 -15.61 56.27 %Y 1 86.55 -56.31 46.52 %L 2 88.94 -33.19 -10.24 %C 3 %see Annex A, www.ps.bam.de/RLABE.PDF 57.17 30.66 -59.40 %V 4 69.22 60.95 -39.57 %M 5 52.02 0.00 0.00 %N 6 Yr=20.16 95.41 0.00 0.00 %W 7 ] def %CVMOYLC+NW /LAB*07 [%D=Device CVMOYLC+NW %for Television Luminous System (TLS70) 76.43 26.27 10.57 %O 0 93.93 -10.77 34.63 %Y 1 89.32 -35.81 27.64 %L 2 90.93 -21.96 -7.08 %C 3 %see Annex A, www.ps.bam.de/RLABE.PDF 72.10 15.76 -35.64 %V 4 78.50 37.52 -25.24 %M 5 69.70 0.00 0.00 %N 6 Yr=40.32 95.41 0.00 0.00 %W 7 ] def %CVMOYLC+NW } if %ISRL*ioL=1 ISRL*ioL 2 eq { %ISRL*ioL=2 /LAB*00 [%D=Device OYLCVMO+NW %for Offset Luminous System (OLS00) 45.14 71.37 75.54 %O 0 90.22 -10.60 99.51 %Y 1 48.45 -73.19 42.21 %L 2 56.88 -33.11 -47.41 %C 3 %see TABle 1 of ISO/IEC 15775:1999-12 16.48 45.84 -56.22 %V 4 %see TABle X of ISO/IEC TR 24705:2005-10 45.36 81.85 -9.29 %M 5 %see Annex A, www.ps.bam.de/RLABE.PDF 00.01 0.00 0.00 %N 6 Yr=0.00 95.41 0.00 0.00 %W 7 ] def %OYLCVMO+NW /LAB*01 [%D=Device OYLCVMO+NW %for Offset Luminous System (OLS06) 45.87 69.79 66.99 %O 0 90.25 -10.51 97.42 %Y 1 49.08 -70.28 40.08 %L 2 57.33 -32.38 -46.80 %C 3 %see Annex A, www.ps.bam.de/RLABE.PDF 19.26 40.73 -52.47 %V 4 46.07 80.12 -9.04 %M 5 05.69 0.00 0.00 %N 6 Yr=0.63 95.41 0.00 0.00 %W 7 ] def %OYLCVMO+NW /LAB*02 [%D=Device OYLCVMO+NW %for Offset Luminous System (OLS11) 46.57 68.27 59.62 %O 0 90.29 -10.43 95.45 %Y 1 49.70 -67.60 38.19 %L 2 57.76 -31.68 -46.19 %C 3 %see Annex A, www.ps.bam.de/RLABE.PDF 21.67 36.81 -49.37 %V 4 46.77 78.45 -8.80 %M 5 10.99 0.00 0.00 %N 6 Yr=1.26 95.41 0.00 0.00 %W 7 ] def %OYLCVMO+NW /LAB*03 [%D=Device OYLCVMO+NW %for Offset Luminous System (OLS18) 47.94 65.39 50.52 %O 0 90.37 -10.26 91.75 %Y 1 50.90 -62.83 34.96 %L 2 58.62 -30.34 -45.01 %C 3 %see TABle 1 of ISO/IEC 15775:1999-12 25.72 31.10 -44.40 %V 4 %see TABle X of ISO/IEC TR 24705:2005-10 48.13 75.28 -8.36 %M 5 %see Annex A, www.ps.bam.de/RLABE.PDF 18.01 0.00 0.00 %N 6 Yr=2.52 95.41 0.00 0.00 %W 7 ] def %OYLCVMO+NW /LAB*04 [%D=Device OYLCVMO+NW %for Offset Luminous System (OLS27) 50.51 60.17 40.13 %O 0 90.52 -9.92 85.20 %Y 1 53.18 -55.04 30.00 %L 2 60.28 -27.91 -42.75 %C 3 %see Annex A, www.ps.bam.de/RLABE.PDF 32.06 24.02 -37.32 %V 4 50.68 69.50 -7.57 %M 5 26.85 0.00 0.00 %N 6 Yr=5.04 95.41 0.00 0.00 %W 7 ] def %OYLCVMO+NW /LAB*05 [%D=Device OYLCVMO+NW %for Offset Luminous System (OLS38) 55.13 51.42 29.16 %O 0 90.83 -9.25 74.37 %Y 1 57.35 -43.84 23.35 %L 2 63.39 -23.83 -38.56 %C 3 %see Annex A, www.ps.bam.de/RLABE.PDF 41.26 16.67 -28.49 %V 4 55.27 59.74 -6.32 %M 5 37.99 0.00 0.00 %N 6 Yr=10.08 95.41 0.00 0.00 %W 7 ] def %OYLCVMO+NW /LAB*06 [%D=Device OYLCVMO+NW %for Offset Luminous System (OLS52) 62.90 38.38 18.55 %O 0 91.44 -7.95 57.91 %Y 1 64.49 -30.06 15.67 %L 2 68.98 -17.74 -31.24 %C 3 %see Annex A, www.ps.bam.de/RLABE.PDF 53.87 10.09 -18.84 %V 4 63.00 44.96 -4.56 %M 5 52.02 0.00 0.00 %N 6 Yr=20.16 95.41 0.00 0.00 %W 7 ] def %OYLCVMO+NW /LAB*07 [%D=Device OYLCVMO+NW %for Offset Luminous System (OLS70) 75.01 21.53 9.07 %O 0 92.64 -5.45 34.85 %Y 1 75.86 -15.50 7.96 %L 2 78.37 -9.90 -19.51 %C 3 %see Annex A, www.ps.bam.de/RLABE.PDF 70.54 4.74 -9.47 %V 4 75.07 25.47 -2.46 %M 5 69.70 0.00 0.00 %N 6 Yr=40.32 95.41 0.00 0.00 %W 7 ] def %OYLCVMO+NW } if %ISRL*ioL=2 0 1 11 {/sISO exch def /i30 sISO 3 mul def /i31 i30 1 add def /i32 i30 2 add def sISO 7 le { %sISO=0,7 ISIO*ioL 0 eq { %ORS18/TLS00/OLS00 LAB* i30 LAB*00 i30 get put LAB* i31 LAB*00 i31 get put LAB* i32 LAB*00 i32 get put } if ISIO*ioL 1 eq { %TLS00/TLS06/OLS06 LAB* i30 LAB*01 i30 get put LAB* i31 LAB*01 i31 get put LAB* i32 LAB*01 i32 get put } if ISIO*ioL 2 eq { %FRS06/TLS11/OLS11 LAB* i30 LAB*02 i30 get put LAB* i31 LAB*02 i31 get put LAB* i32 LAB*02 i32 get put } if ISIO*ioL 3 eq { %TLS18/TLS18/OLS18 LAB* i30 LAB*03 i30 get put LAB* i31 LAB*03 i31 get put LAB* i32 LAB*03 i32 get put } if ISIO*ioL 4 eq { %NLS00/TSL28/OLS28 LAB* i30 LAB*04 i30 get put LAB* i31 LAB*04 i31 get put LAB* i32 LAB*04 i32 get put } if ISIO*ioL 5 eq { %NRS18/TLS38/OLS38 LAB* i30 LAB*05 i30 get put LAB* i31 LAB*05 i31 get put LAB* i32 LAB*05 i32 get put } if ISIO*ioL 6 eq { %SRS18/TLS50/OLS50 LAB* i30 LAB*06 i30 get put LAB* i31 LAB*06 i31 get put LAB* i32 LAB*06 i32 get put } if ISIO*ioL 7 eq { %TLS70/TLS70/OLS70 LAB* i30 LAB*07 i30 get put LAB* i31 LAB*07 i31 get put LAB* i32 LAB*07 i32 get put } if } %sISO=0,7 { %sISO=8,11 /jISO sISO 8 sub def /j30 jISO 3 mul def /j31 j30 1 add def /j32 j30 2 add def LAB* i30 RJGBLAB* j30 get put LAB* i31 RJGBLAB* j31 get put LAB* i32 RJGBLAB* j32 get put } ifelse %sISO=0,7 and 8,11 } for /L*Nio LAB* 18 get def /A*Nio LAB* 19 get def /B*Nio LAB* 20 get def /L*Wio LAB* 21 get def /A*Wio LAB* 22 get def /B*Wio LAB* 23 get def /A*Dio A*Wio A*Nio sub def /B*Dio B*Wio B*Nio sub def 0 1 11 {/sISO exch def /i30 sISO 3 mul def /i31 i30 1 add def /i32 i30 2 add def LAB*a i30 LAB* i30 get put /l*CIE LAB* i30 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 LAB*a i31 LAB* i31 get A*Nio sub a*s sub put LAB*a i32 LAB* i32 get B*Nio sub b*s sub put } for /cLAB*s0 3 array def %C cyan blue /vLAB*s0 3 array def %V violet blue /mLAB*s0 3 array def %M magenta red /oLAB*s0 3 array def %O orange red /yLAB*s0 3 array def %Y yellow /lLAB*s0 3 array def %L leaf green /nLAB*s0 3 array def %N black /wLAB*s0 3 array def %W white /rLAB*s0 3 array def %R elementary red /jLAB*s0 3 array def %J elementary yellow /gLAB*s0 3 array def %G elementary green /bLAB*s0 3 array def %B elementary blue %Determine Matrix data input or output data oLAB*s0 0 LAB*a 0 get L*Nio sub put oLAB*s0 1 LAB*a 1 get put oLAB*s0 2 LAB*a 2 get put yLAB*s0 0 LAB*a 3 get L*Nio sub put yLAB*s0 1 LAB*a 4 get put yLAB*s0 2 LAB*a 5 get put lLAB*s0 0 LAB*a 6 get L*Nio sub put lLAB*s0 1 LAB*a 7 get put lLAB*s0 2 LAB*a 8 get put cLAB*s0 0 LAB*a 9 get L*Nio sub put cLAB*s0 1 LAB*a 10 get put cLAB*s0 2 LAB*a 11 get put vLAB*s0 0 LAB*a 12 get L*Nio sub put vLAB*s0 1 LAB*a 13 get put vLAB*s0 2 LAB*a 14 get put mLAB*s0 0 LAB*a 15 get L*Nio sub put mLAB*s0 1 LAB*a 16 get put mLAB*s0 2 LAB*a 17 get put nLAB*s0 0 LAB*a 18 get L*Nio sub put nLAB*s0 1 LAB*a 19 get put nLAB*s0 2 LAB*a 20 get put wLAB*s0 0 LAB*a 21 get L*Nio sub put wLAB*s0 1 LAB*a 22 get put wLAB*s0 2 LAB*a 23 get put rLAB*s0 0 LAB*a 24 get L*Nio sub put rLAB*s0 1 LAB*a 25 get put rLAB*s0 2 LAB*a 26 get put jLAB*s0 0 LAB*a 27 get L*Nio sub put jLAB*s0 1 LAB*a 28 get put jLAB*s0 2 LAB*a 29 get put gLAB*s0 0 LAB*a 30 get L*Nio sub put gLAB*s0 1 LAB*a 31 get put gLAB*s0 2 LAB*a 32 get put bLAB*s0 0 LAB*a 33 get L*Nio sub put bLAB*s0 1 LAB*a 34 get put bLAB*s0 2 LAB*a 35 get put % Determine the input or output angle in the A* B* plane % of each of the colours defined above /C*Ang cLAB*s0 2 get cLAB*s0 1 get 0.0001 add atan def /V*Ang vLAB*s0 2 get vLAB*s0 1 get 0.0001 add atan def /M*Ang mLAB*s0 2 get mLAB*s0 1 get 0.0001 add atan def /O*Ang oLAB*s0 2 get oLAB*s0 1 get 0.0001 add atan def /Y*Ang yLAB*s0 2 get yLAB*s0 1 get 0.0001 add atan def /L*Ang lLAB*s0 2 get mLAB*s0 1 get 0.0001 add atan def /N*Ang 0 def /W*Ang 0 def /R*Ang rLAB*s0 2 get rLAB*s0 1 get 0.0001 add atan def /J*Ang jLAB*s0 2 get jLAB*s0 1 get 0.0001 add atan def /G*Ang gLAB*s0 2 get gLAB*s0 1 get 0.0001 add atan def /B*Ang bLAB*s0 2 get bLAB*s0 1 get 0.0001 add atan def % The detprocL below finds the determinant of the Matrix: % | A1 B1 C1 D1 | % | A2 B2 C2 D2 | % | A3 B3 C3 D3 | % | A4 B4 C4 D4 | % /detprocL { %BEG procedure detprocL /term1 B2 C3 mul D4 mul C2 D3 mul B4 mul add D2 B3 mul C4 mul add B4 C3 mul D2 mul sub C4 D3 mul B2 mul sub D4 B3 mul C2 mul sub def /term2 A2 C3 mul D4 mul C2 D3 mul A4 mul add D2 A3 mul C4 mul add A4 C3 mul D2 mul sub C4 D3 mul A2 mul sub D4 A3 mul C2 mul sub def /term3 A2 B3 mul D4 mul B2 D3 mul A4 mul add D2 A3 mul B4 mul add A4 B3 mul D2 mul sub B4 D3 mul A2 mul sub D4 A3 mul B2 mul sub def /term4 A2 B3 mul C4 mul B2 C3 mul A4 mul add C2 A3 mul B4 mul add A4 B3 mul C2 mul sub B4 C3 mul A2 mul sub C4 A3 mul B2 mul sub def /det A1 term1 mul B1 term2 mul sub C1 term3 mul add D1 term4 mul sub def } bind def %END procedure detprocL % The CoeffprocL procedure solves for WhiteCoeff, black Coeff, Col1Coeff and % Col2Coeff in the matrix equation below. It takes as inputs A1->A4 B1->B4 % C1->C4 D1->D4 and s,y,z,t. It solves for these using Cramer's rule. % Note: Cramer's rule is valid only for non-singular matrices, ie |A| not % equal to 0. % % | A1 B1 C1 D1 | |WhiteCoeff| |x| % | A2 B2 C2 D2 | |BlackCoeff| = |y| % | A3 B3 C3 D3 | |Col1Coeff | |z| % | A4 B4 C4 D4 | |Col2Coeff | |t| % A B = C % /CoeffprocL { %BEG procedure CoeffprocL /t exch def /z exch def /y exch def /x exch def /D4 exch def /D3 exch def /D2 exch def /D1 exch def /C4 exch def /C3 exch def /C2 exch def /C1 exch def /B4 exch def /B3 exch def /B2 exch def /B1 exch def /A4 exch def /A3 exch def /A2 exch def /A1 exch def detprocL /den det def % determine white coefficient /temp1 A1 def /temp2 A2 def /temp3 A3 def /temp4 A4 def /A1 x def /A2 y def /A3 z def /A4 t def detprocL /numW det def /A1 temp1 def /A2 temp2 def /A3 temp3 def /A4 temp4 def % determine black coefficient /temp1 B1 def /temp2 B2 def /temp3 B3 def /temp4 B4 def /B1 x def /B2 y def /B3 z def /B4 t def detprocL /numB det def /B1 temp1 def /B2 temp2 def /B3 temp3 def /B4 temp4 def % determine colour1 coefficient /temp1 C1 def /temp2 C2 def /temp3 C3 def /temp4 C4 def /C1 x def /C2 y def /C3 z def /C4 t def detprocL /numCol1 det def /C1 temp1 def /C2 temp2 def /C3 temp3 def /C4 temp4 def % determine colour2 coefficient /temp1 D1 def /temp2 D2 def /temp3 D3 def /temp4 D4 def /D1 x def /D2 y def /D3 z def /D4 t def detprocL /numCol2 det def /D1 temp1 def /D2 temp2 def /D3 temp3 def /D4 temp4 def /WhiteCoeff numW den div def /BlackCoeff numB den div def /Col1Coeff numCol1 den div def /Col2Coeff numCol2 den div def WhiteCoeff BlackCoeff Col1Coeff Col2Coeff % returns these *color data } bind def %BEG procedure CoeffprocL } def %END Procedure LAB*ioL %*********************************************************** /cmyolv*io_to_LAB*ioL { %BEG Procedure transfer cmyolv*io_to_LAB*ioL %input olv* for IMODE=0 and cmy* for IMODE=1 %the following calculations based on olv* %Procedure LAB*inoutL is required in advance IMODE 1 eq {%IMODE=1, input cmy* /o* 1 c* sub def /l* 1 m* sub def /v* 1 y* sub def } if %skip of olv* data <0 and >1 o* 0 le {/o* 0.0001 def} if l* 0 le {/l* 0.0001 def} if v* 0 le {/v* 0.0001 def} if o* 1 ge {/o* 0.9999 def} if l* 1 ge {/l* 0.9999 def} if v* 1 ge {/v* 0.9999 def} if %output olv* and cmy* for both olv* and cmy* input %n*n: relative blackness %r*n: relative chromaticness %w*n: relative whiteness %L*F: CIE lightness L* %A*F: CIE chromaticness a* %B*F: CIE chromaticness b* %C*F: CIE radial chroma Cab* %x*F: x-position of colour F %y*F: y-position of colour F %e*w: eigencolour value of F o* 0 le {/o* 0.0001 def} if l* 0 le {/l* 0.0001 def} if v* 0 le {/v* 0.0001 def} if o* 1 ge {/o* 0.9999 def} if l* 1 ge {/l* 0.9999 def} if v* 1 ge {/v* 0.9999 def} if /tdel 0 def v* l* ge l* o* ge and tdel 0 eq and % v* >= l* >= o* equal y* <= m* <= c* %sector C-V of C-M, C>=M: i*p=0 {/w*n o* def /n*n 1 v* sub def /t*a v* l* sub def /array1 vLAB*s0 def % colour 1 is violet blue /t*b l* o* sub def /array2 cLAB*s0 def % colour 2 is cyan blue /i*p 0 def o* l* sub abs 0.001 le {/i*p 1 def} if /t*p l* l* v* add 0.0001 add div def /tdel 1 def } if % v* >= l* >= o* v* o* ge o* l* ge and tdel 0 eq and % v* >= o* >= l* equal y* <= c* <= m* %sector V-M of C-M, M>=C: i*p=1 {/w*n l* def /n*n 1 v* sub def /t*a v* o* sub def /array1 vLAB*s0 def % colour 1 is violet blue /t*b o* l* sub def /array2 mLAB*s0 def % colour 2 is magenta red /i*p 1 def v* o* sub abs 0.001 le {/i*p 2 def} if /t*p o* o* v* add 0.0001 add div def /tdel 1 def } if % v* >= o* >= l* o* v* ge v* l* ge and tdel 0 eq and % o* >= v* >= l* equal c* <= y* <= m* %sector M-O of M-Y, M>=Y: i*p=2 {/w*n l* def /n*n 1 o* sub def /t*a o* v* sub def /array1 oLAB*s0 def % colour 1 is orange /t*b v* l* sub def /array2 mLAB*s0 def % colour 2 is magenta red /i*p 2 def l* v* sub abs 0.001 le {/i*p 3 def} if /t*p v* v* o* add 0.0001 add div def /tdel 1 def } if % o* >= v* >= l* o* l* ge l* v* ge and tdel 0 eq and % o* >= l* >= v* equal c* <= m* <= y* %sector O-Y of M-Y, Y>=M: i*p=3 {/w*n v* def /n*n 1 o* sub def /t*a o* l* sub def /array1 oLAB*s0 def % colour 1 is orange red /t*b l* v* sub def /array2 yLAB*s0 def % colour 2 is yellow /i*p 3 def o* l* sub abs 0.001 le {/i*p 4 def} if /t*p l* l* o* add 0.0001 add div def /tdel 1 def } if % o* >= l* >= v* l* o* ge o* v* ge and tdel 0 eq and % l* >= o* >= v* equal m* <= c* <= y* %sector Y-L of Y-C, Y>=C: i*p=4 {/w*n v* def /n*n 1 l* sub def /t*a l* o* sub def /array1 lLAB*s0 def % colour 1 is leaf green /t*b o* v* sub def /array2 yLAB*s0 def % colour 2 is yellow /i*p 4 def o* v* sub abs 0.001 le {/i*p 5 def} if /t*p o* o* l* add 0.0001 add div def /tdel 1 def } if % l* >= o* >= v* l* v* ge v* o* ge and tdel 0 eq and % l* >= v* >= o* equal m* <= y* <= c* %sector L-C of Y-C, C>=Y: i*p=5 {/w*n o* def /n*n 1 l* sub def /t*a l* v* sub def /array1 lLAB*s0 def % colour 1 is leaf green /t*b v* o* sub def /array2 cLAB*s0 def % colour 2 is cyan blue /i*p 5 def l* v* sub abs 0.001 le {/i*p 0 def} if /t*p v* v* l* add 0.0001 add div def /tdel 1 def } if % l* >= v* >= o* %achromatic %W: o*, l*, v* = 1.00 1.0 o* sub abs 0.001 le 1.0 l* sub abs 0.001 le and 1.0 v* sub abs 0.001 le and %W special case {/i*p 6 def %W /e*w 0 def /n*n 0 def /w*n 1 def /t*a 0.0001 def /t*b 0.0001 def /t*p 0.0001 def } if %N: o*, l*, v* <= 0.001 o* abs 0.001 le l* abs 0.001 le and v* abs 0.001 le and %N special case {/i*p 6 def %N /e*w 0 def /n*n 1 def /w*n 0 def /t*a 0.0001 def /t*b 0.0001 def /t*p 0.0001 def } if %Achromatic o* l* sub abs 0.001 le l* v* sub abs 0.001 le and %Achromatic special case {/i*p 6 def %N /e*w 0 def /n*n 1 o* sub def /w*n o* def /t*a 0.0001 def /t*b 0.0001 def /t*p 0.0001 def } if /r*n 1 w*n sub n*n sub def /t*n 1 t*p sub def %w0-line of equal relative whiteness in colour triangle: y = 0.5 / h x + yw0 %n0-line of equal relative blackness in colour triangle: y = -0.5 / h x + yn0 %x*F = (yn0 - yw0) h %y*F = 0.5 (yn0 - yw0) + yw0 = 0.5 (yn0 + yw0) /h 0.75 sqrt def /yn0 1 n*n sub def /yw0 w*n def /x*F yn0 yw0 sub h mul def /y*F yn0 yw0 add 0.5 mul def /t*F y*F def /lab*tFa t*F def /lab*cFa r*n def /lab*wFa w*n def /lab*nFa n*n def %x*F / (1-y*F) = e*x / 1 %e*w = e*x /(2h) = [x*F / (1-y*F)]/(2h) %/e*w x*F 1 y*F sub div 2 h mul div def /e*w r*n n*n r*n add 0.0001 add div def %Eigencolor ratio r*n abs 0.001 le r*n abs 0.001 le and {/e*w 0.0001 def} if % with 0 for achromatic (c*n=0) and 1 for whitish colors (n*n=0) %cmyolv*_to_cmy* /c* 1 o* sub def /m* 1 l* sub def /y* 1 v* sub def %cmyolv*_to_LAB*LFs0 %L*Fs0 = w*n wLAB*s0 (0) + n*n nLAB*s0 (0) + t*a array1(0) + t*b array2(0) %A*Fs0 = w*n wLAB*s0 (1) + n*n nLAB*s0 (1) + t*a array1(1) + t*b array2(1) %B*Fs0 = w*n wLAB*s0 (2) + n*n nLAB*s0 (2) + t*a array1(2) + t*b array2(2) /L*Fs0 w*n wLAB*s0 0 get mul n*n nLAB*s0 0 get mul add t*a array1 0 get mul add t*b array2 0 get mul add def /A*Fs0 w*n wLAB*s0 1 get mul n*n nLAB*s0 1 get mul add t*a array1 1 get mul add t*b array2 1 get mul add def /B*Fs0 w*n wLAB*s0 2 get mul n*n nLAB*s0 2 get mul add t*a array1 2 get mul add t*b array2 2 get mul add def /L*Fsm t*a array1 0 get mul t*b array2 0 get mul add L*Nio add def %LAB*Fs0_to_LAB*F /L*F L*Fs0 L*Nio add def /l*CIE L*F L*Nio sub L*Wio L*Nio sub 0.0001 add div def /A*F A*Fs0 A*Nio add A*Dio l*CIE mul add def /B*F B*Fs0 B*Nio add B*Dio l*CIE mul add def /lab*lFa l*CIE def /LAB*LF L*F def /LAB*AF A*F def /LAB*BF B*F def /LAB*LFa L*F def /LAB*AFa A*Fs0 def /LAB*BFa B*Fs0 def %FOR CIELAB LCH /C*Fs0 A*Fs0 dup mul B*Fs0 dup mul add 0.000001 add sqrt def /H*Fs0 B*Fs0 A*Fs0 0.0001 add atan def /LAB*CFa C*Fs0 def /LAB*HFa H*Fs0 def /lab*hFa LAB*HFa 360 div def } bind def %END Procedure transfer cmyolv*io_to_LAB*ioL (L=local) /LAB*io_to_cmyolv*ioL {%BEG Procedure LAB*io_to_cmyolv*ioL (L=local) /B*F exch def /A*F exch def /L*F exch def %ISIO*ioL 0 eq ISOUP*ioL 3 eq and % {%achromatic transfer L*F,A*F,B*F (PR18) % % -> L*Fsa, A*Fsa, B*Fsa (PR18) % % -> L*F, A*F, B*F (TV18) % %LAB*F_to_LAB*Fsa % /l*CIE L*F L*Nio sub L*Wio L*Nio sub 0.0001 add div def % /A*Fs0 A*F A*Nio sub A*Dio l*CIE mul sub def % /B*Fs0 B*F B*Nio sub B*Dio l*CIE mul sub def % /A*F A*Fs0 def % /B*F B*Fs0 def % } if %achromatic transfer L*F,A*F,B*F (PR18) /l*CIE L*F L*Nio sub L*Wio L*Nio sub 0.0001 add div def /L*Fs0 L*F L*Nio sub def /A*Fs0 A*F A*Nio sub A*Dio l*CIE mul sub def /B*Fs0 B*F B*Nio sub B*Dio l*CIE mul sub def /C*Fs0 A*Fs0 dup mul B*Fs0 dup mul add 0.000001 add sqrt def /H*Fs0 B*Fs0 A*Fs0 0.0001 add atan def /LAB*LF L*F def /LAB*AF A*F def /LAB*BF B*F def /LAB*LFa L*F def /LAB*AFa A*Fs0 def /LAB*BFa B*Fs0 def % the angle formed by the input LAB* *color data in the A*B* plane /col_ang B*Fs0 A*Fs0 0.0001 add atan def %determine which two colours the LAB* *color data corresponds to %by testing the angles and solve the related four simultaneous equations %to find the olv *color data. % angle between magenta red and orange red, sector M-O of M-Y, M>=Y col_ang M*Ang ge col_ang O*Ang lt or {1 wLAB*s0 0 get wLAB*s0 1 get wLAB*s0 2 get 1 nLAB*s0 0 get nLAB*s0 1 get nLAB*s0 2 get 1 mLAB*s0 0 get mLAB*s0 1 get mLAB*s0 2 get 1 oLAB*s0 0 get oLAB*s0 1 get oLAB*s0 2 get 1 L*Fs0 A*Fs0 B*Fs0 CoeffprocL /c1*w exch def %O /c2*w exch def %M /n*w exch def /w*w exch def %magenta is a mixture of orange red and voilet blue, therefore leaf green(l) = white, %orange(o) = 1-black(n), voilet blue(v) = white + magenta red (c2*w) /v*n w*w c2*w add def % /l*n w*w def /o*n 1 n*w sub def /i*p 2 def /t*p v*n v*n o*n add 0.0001 add div def } if % angle between orange red and yellow, sector O-Y of M-Y, Y>=M col_ang O*Ang ge col_ang Y*Ang lt and {1 wLAB*s0 0 get wLAB*s0 1 get wLAB*s0 2 get 1 nLAB*s0 0 get nLAB*s0 1 get nLAB*s0 2 get 1 oLAB*s0 0 get oLAB*s0 1 get oLAB*s0 2 get 1 yLAB*s0 0 get yLAB*s0 1 get yLAB*s0 2 get 1 L*Fs0 A*Fs0 B*Fs0 CoeffprocL /c1*w exch def %Y /c2*w exch def %O /n*w exch def /w*w exch def %yellow is a mixture of orange red and leaf green, therefore voilet blue(v) = white, %orange(o) = 1-black(n), leaf green(l) = white + yellow (c1*w) /l*n w*w c1*w add def /v*n w*w def /o*n 1 n*w sub def /i*p 3 def /t*p l*n l*n o*n add 0.0001 add div def } if % angle between yellow and leaf green, sector Y-L of Y-C, Y>=C col_ang Y*Ang ge col_ang L*Ang lt and {1 wLAB*s0 0 get wLAB*s0 1 get wLAB*s0 2 get 1 nLAB*s0 0 get nLAB*s0 1 get nLAB*s0 2 get 1 yLAB*s0 0 get yLAB*s0 1 get yLAB*s0 2 get 1 lLAB*s0 0 get lLAB*s0 1 get lLAB*s0 2 get 1 L*Fs0 A*Fs0 B*Fs0 CoeffprocL /c1*w exch def %L /c2*w exch def %Y /n*w exch def /w*w exch def %yellow is a mixture of orange red and leaf green, therefore voilet blue(v) = white , %leaf green(l) = 1-black(n), orange red(o) = white + yellow (c2*w) /v*n w*w def /l*n 1 n*w sub def /o*n w*w c2*w add def /i*p 4 def /t*p o*n o*n l*n add 0.0001 add div def } if % angle between leaf green and cyan blue, sector L-C of Y-C, C>=Y col_ang L*Ang ge col_ang C*Ang lt and {1 wLAB*s0 0 get wLAB*s0 1 get wLAB*s0 2 get 1 nLAB*s0 0 get nLAB*s0 1 get nLAB*s0 2 get 1 lLAB*s0 0 get lLAB*s0 1 get lLAB*s0 2 get 1 cLAB*s0 0 get cLAB*s0 1 get cLAB*s0 2 get 1 L*Fs0 A*Fs0 B*Fs0 CoeffprocL /c1*w exch def %C /c2*w exch def %L /n*w exch def /w*w exch def %cyan is a mixture of leaf green and voilet blue, therefore orange red(o) = white, %leaf green(l) = 1-black(n), voilet blue(v) = white + cyan blue (c1*w) /v*n w*w c1*w add def /l*n 1 n*w sub def /o*n w*w def /i*p 5 def /t*p v*n v*n l*n add 0.0001 add div def } if % angle between cyan blue and voilet blue, sector C-V of C-M, C>=M col_ang C*Ang ge col_ang V*Ang lt and {1 wLAB*s0 0 get wLAB*s0 1 get wLAB*s0 2 get 1 nLAB*s0 0 get nLAB*s0 1 get nLAB*s0 2 get 1 cLAB*s0 0 get cLAB*s0 1 get cLAB*s0 2 get 1 vLAB*s0 0 get vLAB*s0 1 get vLAB*s0 2 get 1 L*Fs0 A*Fs0 B*Fs0 CoeffprocL /c1*w exch def %V /c2*w exch def %C /n*w exch def /w*w exch def %cyan is a mixture of leaf green and voilet blue, therefore orange red(o) = white, %violet blue(v) = 1-black(n), leaf green(l) = white + cyan blue (c2*w) /v*n 1 n*w sub def /l*n w*w c2*w add def /o*n w*w def /i*p 0 def /t*p l*n l*n v*n add 0.0001 add div def } if % angle between voilet blue and magenta red, sector V-M of C-M, M>=C col_ang V*Ang ge col_ang M*Ang lt and {1 wLAB*s0 0 get wLAB*s0 1 get wLAB*s0 2 get 1 nLAB*s0 0 get nLAB*s0 1 get nLAB*s0 2 get 1 vLAB*s0 0 get vLAB*s0 1 get vLAB*s0 2 get 1 mLAB*s0 0 get mLAB*s0 1 get mLAB*s0 2 get 1 L*Fs0 A*Fs0 B*Fs0 CoeffprocL /c1*w exch def %M /c2*w exch def %V /n*w exch def /w*w exch def %magenta is a mixture of orange red and voilet blue, therefore leaf green(l) = white, %violet(o) = 1-black(n), orange red(o) = white + magenta red (c1*w) /v*n 1 n*w sub def /l*n w*w def /o*n w*w c1*w add def /i*p 1 def /t*p o*n o*n v*n add 0.0001 add div def } if %achromatic %W: o*n, l*n, v*n = 1.00 1.0 o*n sub abs 0.001 le 1.0 l*n sub abs 0.001 le and 1.0 v*n sub abs 0.001 le and %W special case {/i*p 6 def %W /e*w 0 def /n*n 0 def /w*n 1 def /t*p 0.0001 def } if %N: o*n, l*n, v*n <= 0.01 o*n abs 0.001 le l*n abs 0.001 le and v*n abs 0.001 le and %N special case {/i*p 6 def %N /e*w 0 def /n*n 1 def /w*n 0 def /t*p 0.0001 def } if %Achromatic o*n l*n sub abs 0.001 le l*n v*n sub abs 0.001 le and %Achromatic special case {/i*p 6 def %N /e*w 0 def /n*n o*n def /w*n 1 o*n sub def /t*p 0.0001 def } if /c*w 1 o*n sub def /m*w 1 l*n sub def /y*w 1 v*n sub def /t*n 1 t*p sub def /r*w 1 n*w sub w*w sub def %Ostwald equation for radial chromaticness: %with r*w=radial chromaticness, n*w=blackness, w*w=whiteness /t*w 1 n*w sub r*w 0.5 mul add def %triangle lightness /e*w r*w n*w r*w add 0.0001 add div def %Eigencolor ratio r*w abs 0.001 le r*w abs 0.001 le and {/e*w 0.0001 def} if % with 0 for achromatic (c*w=0) and 1 for whitish colors (n*w=0) /lab*rFa r*w def %/lab*tFa t*w def /h1* (-) def /h2* (-) def /H 0 def /H1* (-) def /H2* (-) def /H 0 def /IEND 0 def col_ang R*Ang gt col_ang J*Ang le and {/H* col_ang R*Ang sub J*Ang R*Ang sub div def /p*F 0.00 H* 0.25 mul add def /h1* (r) def /h2* (j) def /H1* (R) def /H2* (J) def /HM* R*Ang def /HP* J*Ang def /IEND 1 def} if col_ang J*Ang gt col_ang G*Ang le and {/H* col_ang J*Ang sub G*Ang J*Ang sub div def /p*F 0.25 H* 0.25 mul add def /h1* (j) def /h2* (g) def /H1* (J) def /H2* (G) def /HM* J*Ang def /HP* G*Ang def /IEND 1 def} if col_ang G*Ang gt col_ang B*Ang le and {/H* col_ang G*Ang sub B*Ang G*Ang sub div def /p*F 0.50 H* 0.25 mul add def /h1* (g) def /h2* (b) def /H1* (G) def /H2* (B) def /HM* G*Ang def /HP* B*Ang def /IEND 1 def} if col_ang R*Ang le IEND 0 eq and {/Pcol_ang col_ang 360 add def} {/Pcol_ang col_ang def} ifelse Pcol_ang B*Ang gt Pcol_ang R*Ang 360 add le and {/H* Pcol_ang B*Ang sub R*Ang 360 add B*Ang sub div def /p*F 0.75 H* 0.25 mul add def /h1* (b) def /h2* (r) def /H1* (B) def /H2* (R) def /HM* B*Ang def /HP* R*Ang 360 add def} if /lab*e1Fa h1* def /lab*EFa H* def /lab*e2Fa h2* def /lab*eFa p*F def /CIEF 100 88.60 div def /X* {L*F 16 add 116 div A*Fs0 500 div add } bind def /Y* {L*F 16 add 116 div } bind def /Z* {L*F 16 add 116 div B*Fs0 200 div sub} bind def /DecodeXYZ* { dup 6 29 div ge { dup dup mul mul } { 4 29 div sub 108 841 div mul } ifelse } bind def /XCIE {X* DecodeXYZ* 0.9505 mul} bind def /YCIE {Y* DecodeXYZ* } bind def /ZCIE {Z* DecodeXYZ* 1.0890 mul} bind def /XCIE1 {X* DecodeXYZ* 0.9505 mul CIEF mul} bind def /YCIE1 {Y* DecodeXYZ* CIEF mul} bind def /ZCIE1 {Z* DecodeXYZ* 1.0890 mul CIEF mul} bind def %Transformation X Y Z to RsRGB, GsRGB, BsRGB /RsRGB XCIE1 3.2406 mul YCIE1 -1.5372 mul add ZCIE1 -0.4986 mul add def /GsRGB XCIE1 -0.9686 mul YCIE1 1.8758 mul add ZCIE1 0.0415 mul add def /BsRGB XCIE1 0.0557 mul YCIE1 -0.2040 mul add ZCIE1 1.0570 mul add def /Slope 1.0 2.4 div def RsRGB 0.00313008 le {/R'sRGB RsRGB 12.92 mul def} {/R'sRGB RsRGB Slope exp 1.055 mul 0.055 sub def} ifelse GsRGB 0.00313008 le {/G'sRGB GsRGB 12.92 mul def} {/G'sRGB GsRGB Slope exp 1.055 mul 0.055 sub def} ifelse BsRGB 0.00313008 le {/B'sRGB BsRGB 12.92 mul def} {/B'sRGB BsRGB Slope exp 1.055 mul 0.055 sub def} ifelse c*w m*w y*w 0 %default output data definition } bind def %END Procedure LAB*io_to_cmyolv*ioL (L=local) /ouTab*ioL {%BEG Procedure ouTab*ioL (L=local) /Fontsize 152 Tabfakt mul def /TN {Fontsize /Times-ISOL1 FS} def /TI {Fontsize /TimesI-ISOL1 FS} def /TB {Fontsize /TimesB-ISOL1 FS} def /TBI {Fontsize /TimesBI-ISOL1 FS} def 0 0 0 setrgbcolor /o* r def /l* g def /v* b def %olv*, cmy* /yTABm ya ys 0.81 mul add def /yTABd 132 Tabfakt mul def /yTABx yTABm yTABd 1 mul sub def /yTAB0 yTABm yTABd 2 mul sub def /yTAB1 yTABm yTABd 3 mul sub def /yTAB2 yTABm yTABd 4 mul sub def /yTAB3 yTABm yTABd 5.1 mul sub def /yTAB4 yTABm yTABd 6.1 mul sub def /yTABn yTABm yTABd 7.1 mul sub def /yTAB5 yTABm yTABd 8.1 mul sub def /yTAB6 yTABm yTABd 9.2 mul sub def /yTAB7 yTABm yTABd 10.2 mul sub def /yTAB8 yTABm yTABd 11.2 mul sub def /yTAB9 yTABm yTABd 12.2 mul sub def /yTAB10 yTABm yTABd 13.3 mul sub def /yTAB11 yTABm yTABd 14.3 mul sub def /yTAB12 yTABm yTABd 15.2 mul sub def /yTAB13 yTABm yTABd 16.1 mul sub def /xTABm xa xs 0.84 mul sub def /xTABd 500 Tabfakt mul def /xTAB10 xTABm xTABd 1.15 mul add def /xTAB20 xTABm xTABd 2.00 mul add def /xTAB30 xTABm xTABd 2.85 mul add def /xTAB40 xTABm xTABd 3.70 mul add def /xTAB1 xTABm xTABd 1.60 mul add def /xTAB2 xTABm xTABd 2.55 mul add def /xTAB3 xTABm xTABd 3.50 mul add def /o3*Fa o* def /l3*Fa l* def /v3*Fa v* def xTABm yTABm moveto TBI (relative ) show TB (Inform. Technology (IT)) show xTABm yTABx moveto TI (olvi3*) show TN xTAB10 yTABx moveto o3*Fa cvsshow3 xTAB20 yTABx moveto l3*Fa cvsshow3 xTAB30 yTABx moveto v3*Fa cvsshow3 xTAB40 yTABx moveto ((1.0)) show /c3*Fa 1 o3*Fa sub def /m3*Fa 1 l3*Fa sub def /y3*Fa 1 v3*Fa sub def xTABm yTAB0 moveto TI (cmyn3*) show TN xTAB10 yTAB0 moveto c3*Fa cvsshow3 xTAB20 yTAB0 moveto m3*Fa cvsshow3 xTAB30 yTAB0 moveto y3*Fa cvsshow3 xTAB40 yTAB0 moveto ((0.0)) show LAB*ioL /c* c3*Fa def /m* m3*Fa def /y* y3*Fa def /n* 0.0 def /o* 1 c* sub def /l* 1 m* sub def /v* 1 y* sub def cmyolv*io_to_LAB*ioL xTABm yTAB3 moveto TBI (standard ) show TB (and ) show TBI (adapted ) show TB (CIELAB) show xTABm yTAB4 moveto TI (LAB*LAB) show TN xTAB1 yTAB4 moveto LAB*LF cvsshow2 xTAB2 yTAB4 moveto LAB*AF cvsshow2 xTAB3 yTAB4 moveto LAB*BF cvsshow2 xTABm yTABn moveto TI (LAB*LABa) show TN xTAB1 yTABn moveto LAB*LFa cvsshow2 xTAB2 yTABn moveto LAB*AFa cvsshow2 xTAB3 yTABn moveto LAB*BFa cvsshow2 xTABm yTAB5 moveto TI (LAB*TCHa) show TN xTAB1 yTAB5 moveto lab*tFa 100 mul cvsshow2 xTAB2 yTAB5 moveto LAB*CFa cvsshow2 xTAB3 yTAB5 moveto LAB*CFa 1.0 ge {LAB*HFa cvsshow2} {( -) show} ifelse L*F A*F B*F LAB*io_to_cmyolv*ioL %lab relative CIELAB /c4*Fa c3*Fa lab*nFa sub def %at least one of cmy will be cero /m4*Fa m3*Fa lab*nFa sub def /y4*Fa y3*Fa lab*nFa sub def /n4*Fa lab*nFa def /o4*Fa 1 c4*Fa sub def /l4*Fa 1 m4*Fa sub def /v4*Fa 1 y4*Fa sub def /i4*Fa 1 n4*Fa sub def colorm 0 eq {xTABm yTAB1 moveto TI (olvi4*) show TN xTAB10 yTAB1 moveto o4*Fa cvsshow3 xTAB20 yTAB1 moveto l4*Fa cvsshow3 xTAB30 yTAB1 moveto v4*Fa cvsshow3 xTAB40 yTAB1 moveto i4*Fa cvsshow3 xTABm yTAB2 moveto TI (cmyn4*) show TN xTAB10 yTAB2 moveto c4*Fa cvsshow3 xTAB20 yTAB2 moveto m4*Fa cvsshow3 xTAB30 yTAB2 moveto y4*Fa cvsshow3 xTAB40 yTAB2 moveto n4*Fa cvsshow3 } if colorm 1 eq {1 0 0 setrgbcolor xTABm yTAB1 moveto TI (olvi3*') show TN xTAB10 yTAB1 moveto o*sTab cvsshow3 xTAB20 yTAB1 moveto l*sTab cvsshow3 xTAB30 yTAB1 moveto v*sTab cvsshow3 xTAB40 yTAB1 moveto ((1.0)) show xTABm yTAB2 moveto TI (cmyn3*') show TN xTAB10 yTAB2 moveto 1 o*sTab sub cvsshow3 xTAB20 yTAB2 moveto 1 l*sTab sub cvsshow3 xTAB30 yTAB2 moveto 1 v*sTab sub cvsshow3 xTAB40 yTAB2 moveto ((0.0)) show 0 0 0 setrgbcolor } if xTABm yTAB6 moveto TBI (relative ) show TB (CIELAB ) show TBI (lab*) show xTABm yTAB7 moveto TI (lab*lab) show TN xTAB1 yTAB7 moveto lab*lFa cvsshow3 /lab*aFa lab*cFa LAB*HFa cos mul def /lab*bFa lab*cFa LAB*HFa sin mul def xTAB2 yTAB7 moveto lab*aFa cvsshow3 xTAB3 yTAB7 moveto lab*bFa cvsshow3 xTABm yTAB8 moveto TI (lab*tch) show TN xTAB1 yTAB8 moveto lab*tFa cvsshow3 xTAB2 yTAB8 moveto lab*cFa cvsshow3 xTAB3 yTAB8 moveto lab*cFa 0.01 ge {lab*hFa cvsshow3} {( -) show} ifelse xTABm yTAB9 moveto TI (lab*nch) show TN xTAB1 yTAB9 moveto lab*nFa cvsshow3 xTAB2 yTAB9 moveto lab*cFa cvsshow3 xTAB3 yTAB9 moveto lab*cFa 0.01 ge {lab*hFa cvsshow3} {( -) show} ifelse %lab*lrj,tce,ncE: similar to NCS xTABm yTAB10 moveto TBI (relative ) show TB (Natural Colour (NC)) show xTABm yTAB11 moveto TI (lab*lrj) show TN xTAB1 yTAB11 moveto lab*lFa cvsshow3 /lab*rFa lab*cFa lab*eFa 360 mul cos mul def /lab*jFa lab*cFa lab*eFa 360 mul sin mul def xTAB2 yTAB11 moveto lab*rFa cvsshow3 xTAB3 yTAB11 moveto lab*jFa cvsshow3 xTABm yTAB12 moveto TI (lab*tce) show TN xTAB1 yTAB12 moveto lab*tFa cvsshow3 xTAB2 yTAB12 moveto lab*cFa cvsshow3 xTAB3 yTAB12 moveto lab*cFa 0.01 ge {lab*eFa cvsshow3}{( -) show} ifelse xTABm yTAB13 moveto TI (lab*ncE) show TN xTAB1 yTAB13 moveto lab*nFa cvsshow3 xTAB2 yTAB13 moveto lab*cFa cvsshow3 xTAB3 yTAB13 moveto lab*cFa 0.01 ge {lab*e1Fa show lab*EFa 100 mul truncate cvi dup 10 lt {(0) show } if 6 string cvs show lab*e2Fa show} {( -) show} ifelse } bind def %END Procedure ouTab*ioL /ouCal*ioL {%BEG Procedure ouCal*ioL 0 0 0 setrgbcolor /o* r def /l* g def /v* b def /o3*Fa o* def /l3*Fa l* def /v3*Fa v* def /c3*Fa 1 o3*Fa sub def /m3*Fa 1 l3*Fa sub def /y3*Fa 1 v3*Fa sub def LAB*ioL /c* c3*Fa def /m* m3*Fa def /y* y3*Fa def /n* 0.0 def /o* 1 c* sub def /l* 1 m* sub def /v* 1 y* sub def cmyolv*io_to_LAB*ioL L*F A*F B*F LAB*io_to_cmyolv*ioL %lab relative CIELAB /c4*Fa c3*Fa lab*nFa sub def %at least one of cmy will be cero /m4*Fa m3*Fa lab*nFa sub def /y4*Fa y3*Fa lab*nFa sub def /n4*Fa lab*nFa def /o4*Fa 1 c4*Fa sub def /l4*Fa 1 m4*Fa sub def /v4*Fa 1 y4*Fa sub def /i4*Fa 1 n4*Fa sub def } bind def %END Procedure ouCal*ioL /proc_LAB*Fa_LAB*MaNTABl_olvi3*cmyn3*Ma*ioL { %BEG proc_LAB*Fa_LAB*MaNTABl_olvi3*cmyn3*Ma*ioL %only for calculation without hue tables %input LAB*Fa %input LAB*a (6 adapted colours OYLCVM) %input nLAB*s0 (colour white N for calculation of lab*l) %input wLAB*s0 (colour white W for achromatic axis) %output LAB*Ma %output olvi3*Ma %output cmyn3*Ma /UXF1a wLAB*s0 1 get B*Fa mul wLAB*s0 2 get A*Fa mul sub def /UXF2a wLAB*s0 2 get L*Fa mul wLAB*s0 0 get B*Fa mul sub def /UXF3a wLAB*s0 0 get A*Fa mul wLAB*s0 1 get L*Fa mul sub def /T1 0 def /T2 0 def 0 1 5 {/ia exch def /ia30 ia 3 mul def ia 5 eq {/ia31 0 def} {/ia31 ia30 3 add def} ifelse /T1 LAB*a ia30 get UXF1a mul LAB*a ia30 1 add get UXF2a mul add LAB*a ia30 2 add get UXF3a mul add def /T2 LAB*a ia31 get UXF1a mul LAB*a ia31 1 add get UXF2a mul add LAB*a ia31 2 add get UXF3a mul add def T1 0 le {/T1X (N) def} {/T1X (P) def} ifelse T2 0 gt {/T2X (P) def} {/T2X (N) def} ifelse T1 0 le T2 0 gt and {/ia3END ia30 def exit} if } for /L*11a LAB*a ia3END get def /A*11a LAB*a ia3END 1 add get def /B*11a LAB*a ia3END 2 add get def ia3END 15 ge {/ia3END -3 def} if /L*21a LAB*a ia3END 3 add get def /A*21a LAB*a ia3END 4 add get def /B*21a LAB*a ia3END 5 add get def /NENNER L*21a L*11a sub UXF1a mul A*21a A*11a sub UXF2a mul add B*21a B*11a sub UXF3a mul add def /ZAEHLE L*21a UXF1a mul A*21a UXF2a mul add B*21a UXF3a mul add def NENNER 0 ne {/ALPH ZAEHLE NENNER div def} {/ALPH 99999} ifelse /L*Ma ALPH L*11a mul 1 ALPH sub L*21a mul add def /A*Ma ALPH A*11a mul 1 ALPH sub A*21a mul add def /B*Ma ALPH B*11a mul 1 ALPH sub B*21a mul add def /C*Ma A*Ma dup mul B*Ma dup mul add 0.000001 add sqrt def /H*Ma B*Ma A*Ma 0.0001 add atan def /ia30 ia 3 mul def /iap 1 ALPH sub def /iam ALPH def ia 0 eq {/c3*Ma 0 def %L, c*=0, sector O->Y /m3*Ma iam def %L, m*=1->0 /y3*Ma 1 def %L, y*=1 } if ia 1 eq {/c3*Ma iap def %L, c*=0->1, sector Y->L /m3*Ma 0 def %L, m*=0 /y3*Ma 1 def %L, y*=1 } if ia 2 eq {/c3*Ma 1 def %L, c*=1, sector L->C /m3*Ma 0 def %L, m*=0 /y3*Ma iam def %L, y*=1->0 } if ia 3 eq {/c3*Ma 1 def %L, c*=1, sector C->V /m3*Ma iap def %L, m*=1->0 /y3*Ma 0 def %L, y*=0 } if ia 4 eq {/c3*Ma iam def %L, c*=1->0, sector V->M /m3*Ma 1 def %L, m*=1 /y3*Ma 0 def %L, y*=0 } if ia 5 eq {/c3*Ma 0 def %L, c*=0, sector M->O /m3*Ma 1 def %L, m*=1 /y3*Ma iap def %L, y*=0->1 } if /o3*Ma 1 c3*Ma sub def /l3*Ma 1 m3*Ma sub def /v3*Ma 1 y3*Ma sub def /i3*Ma 1 def /lab*nMa 0.00 def /lab*cMa 1.00 def /lab*wMa 0.00 def /lab*tMa 0.50 def /lab*hMa H*Ma 360 div def /lab*lMa L*Ma nLAB*s0 0 get sub wLAB*s0 0 get nLAB*s0 0 get sub 0.000001 add div def } bind def %END /proc_LAB*Fa_LAB*MaNTABl_olvi3*cmyn3*Ma*ioL /rec %x0, y0 width heigth {/heigth exch def /width exch def /y0 exch def /x0 exch def x0 width 0.5 mul sub y0 heigth 0.5 mul sub moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /A4quer {598 0 tl 90 rotate} def %******************************************************************* %%EndProlog gsave /lanind 1 def /lantex [(G) (E) (S) (F) (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 /nr1 27 array def /tx1 52 array def /nr1 [(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)] def /tx1 [(A) (B) (C) (D) (E) (F) (G) (H) (I) (J) (K) (L) (M) (N) (O) (P) (Q) (R) (S) (T) (U) (V) (W) (X) (Y) (Z) (a) (b) (c) (d) (e) (f) (g) (h) (i) (j) (k) (l) (m) (n) (o) (p) (q) (r) (s) (t) (u) (v) (w) (x) (y) (z)] def /RGB54CC17_L 17 array def /RGB54CC17_L [%high chromatic series: %relative hue h*, brillance i*, and chroma c*, range 0 ... 100 (R00Y_100_100) 1.00 0.00 0.00 %00 (R25Y_100_100) 1.00 0.25 0.00 %01 (R50Y_100_100) 1.00 0.50 0.00 %02 (R75Y_100_100) 1.00 0.75 0.00 %03 (Y00G_100_100) 1.00 1.00 0.00 %04 (Y25G_100_100) 0.75 1.00 0.00 %05 (Y50G_100_100) 0.50 1.00 0.00 %06 (Y75G_100_100) 0.25 1.00 0.00 %07 (G00B_100_100) 0.00 1.00 0.00 %08 (G25B_100_100) 0.00 1.00 0.50 %09 (G50B_100_100) 0.00 1.00 1.00 %10 (G75B_100_100) 0.00 0.50 1.00 %11 (B00R_100_100) 0.00 0.00 1.00 %12 (B25R_100_100) 0.50 0.00 1.00 %13 (B50R_100_100) 1.00 0.00 1.00 %14 (B75R_100_100) 1.00 0.00 0.50 %15 (R00Y_100_100) 1.00 0.00 0.00 %16 repeat for circle ] def /LAB*ee 12 array def %2x3=12 Lab* for D65 /LAB*ee [39.92 58.74 27.99 %0 00_04 R CIE No.09 elementary in LAB 81.26 -2.89 71.56 %1 05_09 J CIE No.10 52.23 -42.42 13.60 %2 10_14 G CIE No.11 30.57 1.41 -46.47 %3 20_24 B CIE No.12 ] def /rgb_12 12 array def %RYGCBMd, NWd,e, RYGBe /rgb_12 [1.0 0.0 0.0 1.0 1.0 0.0 0.0 1.0 0.0 %RYGd 0.0 1.0 1.0 0.0 0.0 1.0 1.0 0.0 1.0 %CBMd 0.0 0.0 0.0 1.0 1.0 1.0 %NWd,e 1.0 0.0 0.0 1.0 1.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0 %RYGBe ] def %************************************************************ /proc_CIELAB_D {%BEG proc_CIELAB_D 25 setlinewidth 1.0 setgray 0 0 moveto 2800 0 rlineto 0 2800 rlineto -2800 0 rlineto closepath fill 0.0 setgray 0 0 moveto 2800 0 rlineto 0 2800 rlineto -2800 0 rlineto closepath stroke 1200 1300 translate -1000 0 moveto 1000 0 lineto stroke 0 -1000 moveto 0 1000 lineto stroke 1100 0 moveto (a*) kshow (a) ishow 0 1100 moveto (b*) kshow (a) ishow /rx 774 def %standard hexagon gamut 0.0 setgray rx 030 cos mul rx 030 sin mul moveto 0 rx lineto rx 150 cos mul rx 150 sin mul lineto rx 210 cos mul rx 210 sin mul lineto 0 rx neg lineto rx 330 cos mul rx 330 sin mul lineto closepath stroke /r*x 1 def /g*x 0 def /b*x 0 def r*x g*x b*x setrgbcolor rx 030 cos mul rx 030 sin mul 100 0 360 arc fill /r*x 1 def /g*x 1 def /b*x 0 def r*x g*x b*x setrgbcolor 0 rx 100 0 360 arc fill /r*x 0 def /g*x 1 def /b*x 0 def r*x g*x b*x setrgbcolor rx 150 cos mul rx 150 sin mul 100 0 360 arc fill /r*x 0 def /g*x 1 def /b*x 1 def r*x g*x b*x setrgbcolor rx 210 cos mul rx 210 sin mul 100 0 360 arc fill /r*x 0 def /g*x 0 def /b*x 1 def r*x g*x b*x setrgbcolor 0 rx neg 100 0 360 arc fill /r*x 1 def /g*x 0 def /b*x 1 def r*x g*x b*x setrgbcolor rx 330 cos mul rx 330 sin mul 100 0 360 arc fill %plot hexagon in device (d) space 45 setlinewidth 0 setgray 0 1 5 {/i exch def %i=0,5 /A*Ma LAB*a i 3 mul 1 add get def /B*Ma LAB*a i 3 mul 2 add get def i 0 eq {A*Ma 10 mul B*Ma 10 mul moveto} {A*Ma 10 mul B*Ma 10 mul lineto} ifelse i 5 eq {closepath stroke} if } for %i=0,5 xchart 1 ge {%xchart>=1, always only for device space %plot hexagon in actual device (d) space 45 setlinewidth /deintpd deintp def %attention change of deintp to device d! /deintp 0 def %draws allways device space gamut! 0 1 5 {/i exch def %i=0,5 /r*x r*dd08M i get def /g*x g*dd08M i get def /b*x b*dd08M i get def r*x g*x b*x setrgbcolor %default for calculation of LAB* /LAB*axF LAB*adyF def /LAB*bxF LAB*bdyF def /A*Ma LAB*axF def /B*Ma LAB*bxF def 1 0 0 setrgbcolor i 0 eq {A*Ma 10 mul B*Ma 10 mul moveto} {A*Ma 10 mul B*Ma 10 mul lineto} ifelse i 5 eq {closepath stroke} if } for %i=0,5 /deintp deintpd def %change back to deintp! } if %xchart>=1 %plot line of actual hue 50 setlinewidth xcharts 0 eq {/r*x 1 def /g*x 0 def /b*x 0 def} if xcharts 1 eq {/r*x 1 def /g*x 1 def /b*x 0 def} if xcharts 2 eq {/r*x 0 def /g*x 1 def /b*x 0 def} if xcharts 3 eq {/r*x 0 def /g*x 1 def /b*x 1 def} if xcharts 4 eq {/r*x 0 def /g*x 0 def /b*x 1 def} if xcharts 5 eq {/r*x 1 def /g*x 0 def /b*x 1 def} if xcharts 5 le {%xcharts<=5 r*x g*x b*x setrgbcolor 0 0 moveto /A*Ma LAB*a xcharts 3 mul 1 add get def /B*Ma LAB*a xcharts 3 mul 2 add get def A*Ma 10 mul B*Ma 10 mul lineto stroke } if %xcharts<=5 xcharts 6 ge {%xcharts>=6 xchart 0 eq {%xchart=0,>0 xcharts 9 eq {/i1 0 def /i2 5 def i1 1 i2 {/i exch def %i=i1,i2 /L*Ma0 LAB*a i 3 mul 0 add get def %produces ORS18 /A*Ma0 LAB*a i 3 mul 1 add get def /B*Ma0 LAB*a i 3 mul 2 add get def rgb_12 i 3 mul 0 add get rgb_12 i 3 mul 1 add get rgb_12 i 3 mul 2 add get setrgbcolor 0 0 moveto A*Ma0 10 mul B*Ma0 10 mul lineto stroke A*Ma0 10 mul B*Ma0 10 mul moveto -100 -100 rlineto 200 200 rlineto stroke A*Ma0 10 mul B*Ma0 10 mul moveto -100 100 rlineto 200 -200 rlineto stroke } for %i=i1,i2 } if %one or 6 lines xcharts 10 ge xcharts 25 le and {%xcharts>=10,<=25 %16 measured data, see PE54L0NP.pdf, page 11/24 %PE540-7N, Page 11/24 HIC*Fd rgb*Fd LabCh*Fd /LAB*a48 432 array def %48x9=432 /LAB*a48 [%HIC rgb LabCh nr (R00Y_100_100d) 1.000 0.000 0.000 48.4 66.1 40.2 77.4 31.3 %00 (R13Y_100_100d) 1.000 0.116 0.000 52.5 57.3 45.5 73.2 38.4 %01 (R25Y_100_100d) 1.000 0.233 0.000 56.8 48.0 50.5 69.8 46.4 %02 (R38Y_100_100d) 1.000 0.366 0.000 62.5 36.5 57.1 67.8 57.3 %03 (R50Y_100_100d) 1.000 0.500 0.000 68.6 25.0 63.9 68.7 68.6 %04 (R63Y_100_100d) 1.000 0.633 0.000 74.9 14.1 71.1 72.5 78.7 %05 (R75Y_100_100d) 1.000 0.766 0.000 80.6 4.8 77.2 77.4 86.4 %06 (R88Y_100_100d) 1.000 0.883 0.000 85.4 -2.5 82.3 82.3 91.7 %07 (Y00G_100_100d) 1.000 1.000 0.000 90.2 -9.6 88.2 88.7 96.2 %08 (Y13G_100_100d) 0.883 1.000 0.000 86.7 -14.2 83.5 84.7 99.6 %09 (Y25G_100_100d) 0.766 1.000 0.000 83.2 -18.4 79.9 82.0 102.9 %10 (Y38G_100_100d) 0.633 1.000 0.000 77.9 -25.1 69.5 74.0 109.8 %11 (Y50G_100_100d) 0.500 1.000 0.000 73.3 -31.7 62.7 70.3 116.8 %12 (Y63G_100_100d) 0.366 1.000 0.000 68.2 -39.5 55.9 68.5 125.2 %13 (Y75G_100_100d) 0.233 1.000 0.000 62.0 -49.7 43.2 65.9 138.9 %14 (Y88G_100_100d) 0.116 1.000 0.000 59.1 -57.1 38.5 68.9 145.9 %15 (G00C_100_100d) 0.000 1.000 0.000 55.8 -65.2 33.8 73.5 152.5 %16 (G13C_100_100d) 0.000 1.000 0.116 56.6 -62.9 24.0 67.3 159.0 %17 (G25C_100_100d) 0.000 1.000 0.233 57.4 -59.7 13.9 61.3 166.8 %18 (G38C_100_100d) 0.000 1.000 0.366 58.5 -54.9 1.5 55.0 178.4 %19 (G50C_100_100d) 0.000 1.000 0.500 59.3 -50.3 -9.0 51.1 190.2 %20 (G63C_100_100d) 0.000 1.000 0.633 60.1 -45.6 -18.7 49.3 202.3 %21 (G75C_100_100d) 0.000 1.000 0.766 61.1 -40.3 -27.8 49.0 214.6 %22 (G88C_100_100d) 0.000 1.000 0.883 62.0 -35.8 -34.7 49.9 224.0 %23 (C00B_100_100d) 0.000 1.000 1.000 63.0 -30.5 -42.0 51.9 234.0 %24 (C13B_100_100d) 0.000 0.883 1.000 59.4 -25.3 -42.7 49.7 239.2 %25 (C25B_100_100d) 0.000 0.766 1.000 55.8 -20.3 -43.2 47.7 244.7 %26 (C38B_100_100d) 0.000 0.633 1.000 50.8 -13.3 -43.9 45.9 253.0 %27 (C50B_100_100d) 0.000 0.500 1.000 45.7 -5.7 -44.6 45.0 262.6 %28 (C63B_100_100d) 0.000 0.366 1.000 40.4 2.6 -45.2 45.2 273.3 %29 (C75B_100_100d) 0.000 0.233 1.000 36.0 10.1 -46.1 47.2 282.3 %30 (C88B_100_100d) 0.000 0.116 1.000 32.1 17.3 -46.7 49.8 290.3 %31 (B00M_100_100d) 0.000 0.000 1.000 27.5 25.9 -47.3 54.0 298.7 %32 (B13M_100_100d) 0.116 0.000 1.000 29.5 33.4 -43.1 54.6 307.7 %33 (B25M_100_100d) 0.233 0.000 1.000 31.0 39.9 -38.5 55.5 315.9 %34 (B38M_100_100d) 0.366 0.000 1.000 35.1 44.5 -34.7 56.5 322.0 %35 (B50M_100_100d) 0.500 0.000 1.000 38.3 52.6 -28.5 59.9 331.5 %36 (B63M_100_100d) 0.633 0.000 1.000 41.2 59.3 -22.0 63.3 339.6 %37 (B75M_100_100d) 0.766 0.000 1.000 45.2 63.8 -18.2 66.4 344.0 %38 (B88M_100_100d) 0.883 0.000 1.000 47.5 68.6 -13.8 69.9 348.5 %39 (M00R_100_100d) 1.000 0.000 1.000 49.5 73.5 -9.0 74.1 352.9 %40 (M13R_100_100d) 1.000 0.000 0.883 49.4 72.4 -4.0 72.5 356.7 %41 (M25R_100_100d) 1.000 0.000 0.766 49.3 71.4 0.4 71.4 0.3 %42 (M38R_100_100d) 1.000 0.000 0.633 49.3 69.8 6.6 70.1 5.4 %43 (M50R_100_100d) 1.000 0.000 0.500 48.9 69.3 12.9 70.5 10.5 %44 (M63R_100_100d) 1.000 0.000 0.366 48.9 68.1 19.6 70.9 16.1 %45 (M75R_100_100d) 1.000 0.000 0.233 48.8 67.1 27.9 72.7 22.6 %46 (M88R_100_100d) 1.000 0.000 0.116 48.6 66.5 34.1 74.8 27.1 %47 ] def /indFa16 16 array def /indFa16 [%0 1 2 3 4 5 6 7 %0=R and xchart3=1, 4=Y and xchart3=5 00 02 04 06 08 10 12 14 %8 9 10 11 12 13 14 15 %8=G and xchart3=9, 12=B and xchart3=13 16 20 24 28 32 36 40 44] def /ix xchart3 1 sub def %i=0,15 /indx indFa16 ix get def /i90 indx 9 mul 4 add def /i91 i90 1 add def /i92 i90 2 add def /A*Ma0 LAB*a48 i91 get def /B*Ma0 LAB*a48 i92 get def /i90r indx 9 mul 1 add def /i91r i90r 1 add def /i92r i90r 2 add def /r_*Ma LAB*a48 i90r get def /g_*Ma LAB*a48 i91r get def /b_*Ma LAB*a48 i92r get def r_*Ma g_*Ma b_*Ma setrgbcolor 0 0 moveto A*Ma0 10 mul B*Ma0 10 mul lineto stroke A*Ma0 10 mul B*Ma0 10 mul moveto -100 -100 rlineto 200 200 rlineto stroke A*Ma0 10 mul B*Ma0 10 mul moveto -100 100 rlineto 200 -200 rlineto stroke } if %xcharts>=10,<=25 }%xchart=0 {%xchart>0 xcharts 9 eq {/i1 0 def /i2 15 def} %one or 16 lines {/i1 xcharts 10 sub def /i2 i1 def} ifelse i1 1 i2 {/i exch def %i=i1,i2 /r*x r*dd18M i get def /g*x g*dd18M i get def /b*x b*dd18M i get def r*x g*x b*x setrgbcolor %default to create data %setrgbcolor calculates data for output in "FF_LM_de_setrgbcolor_F" %colorm=0 calculates: rgb_dyF, rgb*dyF, LAB*dyF, ,cmyk*dyF and more %colorm=1 calculates: rgb_dyF, rgb*dyF, LAB*dyF', rgb'*dyF, cmyk*dyF and more /LAB*LxF LAB*LdyF def /LAB*axF LAB*adyF def /LAB*bxF LAB*bdyF def /A*Ma0 LAB*axF def /B*Ma0 LAB*bxF def r*x g*x b*x setrgbcolor 0 0 moveto A*Ma0 10 mul B*Ma0 10 mul lineto stroke A*Ma0 10 mul B*Ma0 10 mul moveto -100 -100 rlineto 200 200 rlineto stroke A*Ma0 10 mul B*Ma0 10 mul moveto -100 100 rlineto 200 -200 rlineto stroke } for %i=i1,i2 } ifelse %xchart=0,>0 } if %xcharts>=6 -1200 -1300 translate } bind def %END proc_CIELAB_D %************************************************************ /proc_CIELAB_T16 {%BEG proc_CIELAB_T16 /yhoe 6300 def ibild 0 eq {/xmi0 0 def /ymi0 -50 def} {/xmi0 700 def /ymi0 -1400 def} ifelse 15 setlinewidth 1.0 setgray 0 ymi0 moveto 5300 xmi0 add 0 rlineto 0 4800 ymi0 sub rlineto -5300 xmi0 sub 0 rlineto closepath fill 0.0 setgray 0 ymi0 moveto 5300 xmi0 add 0 rlineto 0 4800 ymi0 sub rlineto -5300 xmi0 sub 0 rlineto closepath stroke /nshow {TG show} bind def /kshow {TIG show} bind def /bshow {TBG show} bind def /jshow {TBIG show} bind def /sshow {SG show} bind def /ishow {SM -00 -50 rmoveto show 00 50 rmoveto} bind def /eshow {SM 0 100 rmoveto show 0 -100 rmoveto} bind def /yd 340 def %y-Zeilenabstand %Spalten /S1 20 def /S2 450 def /S3 1550 def /S4 2650 def /S5 3750 def /S6 4800 def /yu1 4650 def /yu2 3800 def 0 4100 moveto ibild 0 eq {5300}{6000} ifelse 0 rlineto stroke %Titeltext S1t 4550 moveto TBG xchart 0 eq {ibild 1 eq {(ORS20a) show}{TSYSIOa show} ifelse} {Devicea show} ifelse (;) show xcharti 12 lt ibild 0 ne or { TBM0 ( adaptierte CIELAB-Daten) showde ( adapted (a) CIELAB data) showen ( datos adaptados CIELAB (a)) showes ( donn\351es CIELAB (a) adapt\351es) showfr ( dati atti CIELAB (a)) showit ( adapterte (a) CIELAB data) showjp } if ibild 0 eq {%BEG ibild=0 S11 4250 moveto TM0 (Name) showde (name) showen (name) showes (nom) showfr (name) showit (navn) showjp S21 200 sub 4250 moveto TIG (L*=L*) show xcharti 12 lt ibild 0 ne or {(a) ishowTG} if S31 4250 moveto TIG (a*) show xcharti 12 lt ibild 0 ne or {(a) ishowTG} if S41 4250 moveto TIG (b*) show xcharti 12 lt ibild 0 ne or {(a) ishowTG} if S51 100 sub 4250 moveto TIG (C*) show (ab) ishowTG xcharti 12 lt ibild 0 ne or {(,a) ishowTG} if S61 100 sub 4250 moveto TIG (h*) show (ab) ishowTG xcharti 12 lt ibild 0 ne or {(,a) ishowTG} if 0 1 11 {/i exch def %i=0,11 /ya yu2 yd i mul sub def S11 ya moveto TG ColNames i get show Fxx ishowTG (,) ishowTG i 8 ge {(CIE) ishowTG} {(M) ishowTG xcharti 12 lt {(a) ishowTG} if} ifelse ( ) show xcharti 12 lt {%xcharti<=12,>12 i 7 le {%i<=7 xchart 0 eq {%xchart=0,1 /L*Fax LAB*a i 3 mul get def /A*Fax LAB*a i 3 mul 1 add get def /B*Fax LAB*a i 3 mul 2 add get def /C*Fax A*Fax dup mul B*Fax dup mul add sqrt def /H*Fax B*Fax A*Fax 0.0001 add atan def }%xchart=0 {%xchart=1 /r*x r*dd08M i get def /g*x g*dd08M i get def /b*x b*dd08M i get def r*x g*x b*x setrgbcolor %default to create data %setrgbcolor calculates data for output in "FF_LM_de_setrgbcolor_F" %colorm=0 calculates: rgb_dyF, rgb*dyF, LAB*dyF, ,cmyk*dyF and more %colorm=1 calculates: rgb_dyF, rgb*dyF, LAB*dyF', rgb'*dyF, cmyk*dyF and more /LAB*LxF LAB*LdyF def /LAB*axF LAB*adyF def /LAB*bxF LAB*bdyF def /L*Fax LAB*LxF def /A*Fax LAB*axF def /B*Fax LAB*bxF def } ifelse %xchart=0,1 } if %i<=7 i 8 ge {%i>=8 TYGB /L*Fax LAB*ee i 8 sub 3 mul get def /A*Fax LAB*ee i 8 sub 3 mul 1 add get def /B*Fax LAB*ee i 8 sub 3 mul 2 add get def } if %i>=8 /C*Fax A*Fax dup mul B*Fax dup mul add sqrt def /H*Fax B*Fax A*Fax 0.0001 add atan def 0 setgray S21 ya moveto L*Fax cvsshow1 S31 ya moveto A*Fax cvsshow1 S41 ya moveto B*Fax cvsshow1 S51 ya moveto C*Fax cvsshow1 S61 ya moveto H*Fax cvishow }%xcharti<=12 {%xcharti>12 xchart 0 eq {%xchart=0,1 /L*Fax LAB*a i 3 mul get def /A*Fax LAB*a i 3 mul 1 add get def /B*Fax LAB*a i 3 mul 2 add get def /C*Fax A*Fax dup mul B*Fax dup mul add sqrt def /H*Fax B*Fax A*Fax 0.0001 add atan def }%xchart=0 {%xchart=1 /L*Fax LAB*Ldd08M i get def /A*Fax LAB*add08M i get def /B*Fax LAB*bdd08M i get def } ifelse %xchart=0,1 /C*Fax A*Fax dup mul B*Fax dup mul add sqrt def /H*Fax B*Fax A*Fax 0.0001 add atan def 0 setgray S21 ya moveto L*Fax cvsshow1 S31 ya moveto A*Fax cvsshow1 S41 ya moveto B*Fax cvsshow1 S51 ya moveto C*Fax cvsshow1 S61 ya moveto H*Fax cvishow /L*Fx LAB* i 3 mul get def /A*Fx LAB* i 3 mul 1 add get def /B*Fx LAB* i 3 mul 2 add get def /C*Fx A*Fx dup mul B*Fx dup mul add sqrt def /H*Fx B*Fx A*Fx 0.0001 add atan def S2 350 add ya moveto L*Fx cvsshow2 S3 100 add ya moveto A*Fx cvsshow2 S4 100 add ya moveto B*Fx cvsshow2 S5 ya moveto C*Fx cvsshow2 S6 ya moveto H*Fx cvishow } ifelse %xcharti=12,#12 } for %i=0,11 }%END ibild=0 {%BEG ibild=1 S1t 4250 moveto (H*) kshow Fxx ishow () nshow S2t 200 sub 4250 moveto (L*=L*) kshow xcharti 12 lt ibild 0 ne or {(a) ishow} if S3t 4250 moveto (a*) kshow xcharti 12 lt ibild 0 ne or {(a) ishow} if S4t 4250 moveto (b*) kshow xcharti 12 lt ibild 0 ne or {(a) ishow} if S5t 150 sub 4250 moveto (C*) kshow (ab) ishow xcharti 12 lt ibild 0 ne or {(,a) ishow} if S6t 150 sub 4250 moveto (h*) kshow (ab) ishow xcharti 12 lt ibild 0 ne or {(,a) ishow} if %16 measured data, see PE54L0NP.pdf, page 11/24 %PE540-7N, Page 11/24 HIC*Fd rgb*Fd LabCh*Fd /LAB*a48 432 array def %48x9=432 /LAB*a48 [%HIC rgb LabCh nr (R00Y_100_100d) 1.000 0.000 0.000 48.4 66.1 40.2 77.4 31.3 %00 (R13Y_100_100d) 1.000 0.116 0.000 52.5 57.3 45.5 73.2 38.4 %01 (R25Y_100_100d) 1.000 0.233 0.000 56.8 48.0 50.5 69.8 46.4 %02 (R38Y_100_100d) 1.000 0.366 0.000 62.5 36.5 57.1 67.8 57.3 %03 (R50Y_100_100d) 1.000 0.500 0.000 68.6 25.0 63.9 68.7 68.6 %04 (R63Y_100_100d) 1.000 0.633 0.000 74.9 14.1 71.1 72.5 78.7 %05 (R75Y_100_100d) 1.000 0.766 0.000 80.6 4.8 77.2 77.4 86.4 %06 (R88Y_100_100d) 1.000 0.883 0.000 85.4 -2.5 82.3 82.3 91.7 %07 (Y00G_100_100d) 1.000 1.000 0.000 90.2 -9.6 88.2 88.7 96.2 %08 (Y13G_100_100d) 0.883 1.000 0.000 86.7 -14.2 83.5 84.7 99.6 %09 (Y25G_100_100d) 0.766 1.000 0.000 83.2 -18.4 79.9 82.0 102.9 %10 (Y38G_100_100d) 0.633 1.000 0.000 77.9 -25.1 69.5 74.0 109.8 %11 (Y50G_100_100d) 0.500 1.000 0.000 73.3 -31.7 62.7 70.3 116.8 %12 (Y63G_100_100d) 0.366 1.000 0.000 68.2 -39.5 55.9 68.5 125.2 %13 (Y75G_100_100d) 0.233 1.000 0.000 62.0 -49.7 43.2 65.9 138.9 %14 (Y88G_100_100d) 0.116 1.000 0.000 59.1 -57.1 38.5 68.9 145.9 %15 (G00C_100_100d) 0.000 1.000 0.000 55.8 -65.2 33.8 73.5 152.5 %16 (G13C_100_100d) 0.000 1.000 0.116 56.6 -62.9 24.0 67.3 159.0 %17 (G25C_100_100d) 0.000 1.000 0.233 57.4 -59.7 13.9 61.3 166.8 %18 (G38C_100_100d) 0.000 1.000 0.366 58.5 -54.9 1.5 55.0 178.4 %19 (G50C_100_100d) 0.000 1.000 0.500 59.3 -50.3 -9.0 51.1 190.2 %20 (G63C_100_100d) 0.000 1.000 0.633 60.1 -45.6 -18.7 49.3 202.3 %21 (G75C_100_100d) 0.000 1.000 0.766 61.1 -40.3 -27.8 49.0 214.6 %22 (G88C_100_100d) 0.000 1.000 0.883 62.0 -35.8 -34.7 49.9 224.0 %23 (C00B_100_100d) 0.000 1.000 1.000 63.0 -30.5 -42.0 51.9 234.0 %24 (C13B_100_100d) 0.000 0.883 1.000 59.4 -25.3 -42.7 49.7 239.2 %25 (C25B_100_100d) 0.000 0.766 1.000 55.8 -20.3 -43.2 47.7 244.7 %26 (C38B_100_100d) 0.000 0.633 1.000 50.8 -13.3 -43.9 45.9 253.0 %27 (C50B_100_100d) 0.000 0.500 1.000 45.7 -5.7 -44.6 45.0 262.6 %28 (C63B_100_100d) 0.000 0.366 1.000 40.4 2.6 -45.2 45.2 273.3 %29 (C75B_100_100d) 0.000 0.233 1.000 36.0 10.1 -46.1 47.2 282.3 %30 (C88B_100_100d) 0.000 0.116 1.000 32.1 17.3 -46.7 49.8 290.3 %31 (B00M_100_100d) 0.000 0.000 1.000 27.5 25.9 -47.3 54.0 298.7 %32 (B13M_100_100d) 0.116 0.000 1.000 29.5 33.4 -43.1 54.6 307.7 %33 (B25M_100_100d) 0.233 0.000 1.000 31.0 39.9 -38.5 55.5 315.9 %34 (B38M_100_100d) 0.366 0.000 1.000 35.1 44.5 -34.7 56.5 322.0 %35 (B50M_100_100d) 0.500 0.000 1.000 38.3 52.6 -28.5 59.9 331.5 %36 (B63M_100_100d) 0.633 0.000 1.000 41.2 59.3 -22.0 63.3 339.6 %37 (B75M_100_100d) 0.766 0.000 1.000 45.2 63.8 -18.2 66.4 344.0 %38 (B88M_100_100d) 0.883 0.000 1.000 47.5 68.6 -13.8 69.9 348.5 %39 (M00R_100_100d) 1.000 0.000 1.000 49.5 73.5 -9.0 74.1 352.9 %40 (M13R_100_100d) 1.000 0.000 0.883 49.4 72.4 -4.0 72.5 356.7 %41 (M25R_100_100d) 1.000 0.000 0.766 49.3 71.4 0.4 71.4 0.3 %42 (M38R_100_100d) 1.000 0.000 0.633 49.3 69.8 6.6 70.1 5.4 %43 (M50R_100_100d) 1.000 0.000 0.500 48.9 69.3 12.9 70.5 10.5 %44 (M63R_100_100d) 1.000 0.000 0.366 48.9 68.1 19.6 70.9 16.1 %45 (M75R_100_100d) 1.000 0.000 0.233 48.8 67.1 27.9 72.7 22.6 %46 (M88R_100_100d) 1.000 0.000 0.116 48.6 66.5 34.1 74.8 27.1 %47 ] def /indFa16 16 array def /indFa16 [00 02 04 06 08 10 12 14 16 20 24 28 32 36 40 44] def 0 1 15 {/i exch def %i=0,15 /ya yu2 yd i mul sub def xchart 0 eq {%xchart=0,>0 /indx indFa16 i get def /i90 indx 9 mul 4 add def /i91 i90 1 add def /i92 i90 2 add def /L*Ma LAB*a48 i90 get def /A*Ma LAB*a48 i91 get def /B*Ma LAB*a48 i92 get def /C*Ma A*Ma dup mul B*Ma dup mul add 0.0001 add sqrt def /H*Ma B*Ma A*Ma 0.0001 add atan def }%xchart=0 {%xchart>0 /r*x r*dd18M i get def /g*x g*dd18M i get def /b*x b*dd18M i get def r*x g*x b*x setrgbcolor %default to create data %setrgbcolor calculates data for output in "FF_LM_de_setrgbcolor_F" %colorm=0 calculates: rgb_dyF, rgb*dyF, LAB*dyF, ,cmyk*dyF and more %colorm=1 calculates: rgb_dyF, rgb*dyF, LAB*dyF', rgb'*dyF, cmyk*dyF and more /r*xF r*dyF def /g*xF g*dyF def /b*xF b*dyF def /LAB*LxF LAB*LdyF def /LAB*axF LAB*adyF def /LAB*bxF LAB*bdyF def /LAB*CxF LAB*adyF dup mul LAB*bdyF dup mul add 0.0001 add sqrt def /LAB*hxF LAB*bdyF LAB*adyF 0.0001 add atan def /L*Ma LAB*LxF def /A*Ma LAB*axF def /B*Ma LAB*bxF def /C*Ma LAB*CxF def /H*Ma LAB*hxF def } ifelse %xchart=0,>0 0 setgray S1t ya moveto () nshow S1t ya moveto RGB54CC17_L i 4 mul get show Fxx ishow () nshow S2t 60 add ya moveto L*Ma cvsshow1 S3t ya moveto A*Ma cvsshow1 S4t ya moveto B*Ma cvsshow1 S5t ya moveto C*Ma cvsshow1 S6t ya moveto H*Ma cvishow } for %i=0,15 } ifelse %END ibild=1 } bind def %END proc_CIELAB_T16 %****************************************************************** /proc_CIELAB_G {%BEG CIELAB_G /u* 0 def /H*MGam 6 array def /C*MGam 6 array def 0 1 5 {/i exch def %i=0,5 /A*Ma LAB*a i 3 mul 1 add get def /B*Ma LAB*a i 3 mul 2 add get def /C*MGama A*Ma dup mul B*Ma dup mul add sqrt def H*MGam i B*Ma A*Ma 0.0001 add atan put C*MGam i C*MGama put /u* u* C*MGama L*Wio L*Nio sub mul add def } for %i=0,5 /u*r u* 77.4 77.4 mul 6 mul div 100 mul def 1 1 1 setrgbcolor /xmtext 2200 def /xms 0 def xmtext xms sub 11500 moveto TBG0 (%Gamut) showen (%Umfang) showde (%Gama) showes (%Gamme) showfr (%Gamma) showit (%Omfang) showjp xmtext xms sub 11100 moveto TBG0 (u*) show TBM0 -20 -50 rmoveto (rel) show 0 50 rmoveto TBG0 ( = ) show u*r cvishow 0 1 4 {/i exch def %i=0,4 /H*dif H*MGam i 1 add get H*MGam i get sub def i 0 eq {/H*MGamin H*dif def /H*MGamax H*dif def} if H*dif H*MGamin lt {/H*MGamin H*dif def} if H*dif H*MGamax gt {/H*MGamax H*dif def} if } for %i=0,4 /g*Hr H*MGamin H*MGamax div 100 mul def xmtext xms sub 10700 moveto TBG0 (%Regularity) showen (%Regularit\344t) showde (%Regularidad) showes (%R\351gularit\351) showfr (%Regularit\340) showit (%Regularitet) showjp xmtext 10300 moveto TBG0 (g*) show TBM0 -20 -50 rmoveto (H,rel) show 0 50 rmoveto TBG0 ( = ) show g*Hr cvishow 0 1 4 {/i exch def %i=0,4 /C*akt C*MGam i get def i 0 eq {/C*MGamin C*akt def /C*MGamax C*akt def} if C*akt C*MGamin lt {/C*MGamin C*akt def} if C*akt C*MGamax gt {/C*MGamax C*akt def} if } for %i=0,4 /g*Cr C*MGamin C*MGamax div 100 mul def xmtext 09900 moveto TBG0 (g*) show TBM0 -20 -50 rmoveto (C,rel) show 0 50 rmoveto TBG0 ( = ) show g*Cr cvishow } bind def %CIELAB_G %****************************************************************** /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 /cvishowb {cvi 6 string cvs show ( ) show} def /cvsshow1b {10 mul cvi 0.1 mul 7 string cvs show ( ) show} def /cvsshow2b {100 mul cvi 0.01 mul 7 string cvs show ( ) show} def /cvsshow3b {1000 mul cvi 0.001 mul 7 string cvs show ( ) show} def /cvsshow1r {0.05 add 10 mul cvi 0.1 mul 7 string cvs show} def /cvsshow2r {0.005 add 100 mul cvi 0.01 mul 7 string cvs show} def /cvsshow3r {0.0005 add 1000 mul cvi 0.001 mul 7 string cvs show} def /cvsshow1br {0.05 add 10 mul cvi 0.1 mul 7 string cvs show ( ) show} def /cvsshow2br {0.005 add 100 mul cvi 0.01 mul 7 string cvs show ( ) show} def /cvsshow3br {0.0005 add 1000 mul cvi 0.001 mul 7 string cvs show ( ) show} def /cvi100 {100 mul cvi /xi exch def xi 0 lt {/vorz -1 def} {/vorz 1 def} ifelse /xia xi abs def vorz -1 eq {(-) show} {(0) show} ifelse xia 0 ge xia 9 le {(0000) show} if xia 10 ge xia 99 le and {(000) show} if xia 100 ge xia 999 le and {(00) show} if xia 1000 ge xia 9999 le and {(0) show} if xia cvishow } bind def %************************************************ %******BEG RGB_48_16_6.PS default rgb data for 48/16/6 steps for device colours /r*dd64M 64 array def /r*dd64M [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 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 ] def /g*dd64M 64 array def /g*dd64M [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 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 ] def /b*dd64M 64 array def /b*dd64M [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 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 ] def %calculate all data of 16+1=17 step elementary colour circle /ind64M 17 array def /ind64M %R00Y R25Y R50Y R75Y Y00G Y25G Y50G Y75G [0 2 4 6 8 10 12 14 %G00B G25B G50B G75G B00R B25R B50R B75R R00Y 16 20 24 28 32 36 40 44 0 ] def %actual 16 step device circle + N + W /r*dd18M 18 array def /g*dd18M 18 array def /b*dd18M 18 array def 0 1 15 {/i exch def %i=0,15 /indi ind64M i get def r*dd18M i r*dd64M indi get put %16 device colours g*dd18M i g*dd64M indi get put b*dd18M i b*dd64M indi get put } for %i=0,15 r*dd18M 16 0 put %N g*dd18M 16 0 put b*dd18M 16 0 put r*dd18M 17 1 put %W g*dd18M 17 1 put b*dd18M 17 1 put %actual 6 step device circle + N + W /r*dd08M 08 array def /g*dd08M 08 array def /b*dd08M 08 array def 0 1 5 {/i exch def %i=0,5 r*dd08M i r*dd64M i 8 mul get put %6 device colours g*dd08M i g*dd64M i 8 mul get put b*dd08M i b*dd64M i 8 mul get put } for %i=0,5 r*dd08M 6 0 put %N g*dd08M 6 0 put b*dd08M 6 0 put r*dd08M 7 1 put %W g*dd08M 7 1 put b*dd08M 7 1 put %******END RGB_48_16_6.PS default rgb data for 48/16/6 steps for device colours /lanind1 01 def /lanind2 01 def /lanindd 01 def /colorm1 00 def /colorm2 00 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 0 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 % /lanind lanind1 def %lanind1 lanindd lanind2 {/lanind exch def %output showpage /colorm colorm1 def %colorm1 colormd colorm2 {/colorm exch def %output showpage /deintp deintp1 def %deintp1 deintpd deintp2 {/deintp exch def %output showpage /xcolor xcolor1 def %xcolor1 xcolord xcolor2 {/xcolor exch def %output showpage /xchart xchart1 def %xchart1 xchartd xchart2 {/xchart exch def %output showpage /pchart pchart1 def %pchart1 pchartd pchart2 {/pchart exch def %output showpage /colsep colsep1 def %colsep1 colsepd colsep2 {/colsep exch def %output showpage /xchax 0 def %fix page 1 of test chart gsave %A4querL /pmetam pmetam1 def %pmetam1 pmetamd pmetam2 {/pmetam exch def %output showpage %pmetam 0 eq {/colsep 0 def} %cmyn5* % {/colsep 1 def} ifelse %cmy0* /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 0 eq {%pchartl=0 Y10-7N_AL39_JSO.EPS %font0309.ps*********************************************** /CW {100 /Courier-ISOL1 FS} bind def /CV {150 /Courier-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 /CBW {100 /CourierB-ISOL1 FS} bind def /CBV {150 /CourierB-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 /RW {100 /Times-Roman FS} bind def /RV {150 /Times-Roman FS} bind def /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 /RIW {100 /Times-Italic FS} bind def /RIV {150 /Times-Italic 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 /RBW {100 /Times-Bold FS} bind def /RBV {150 /Times-Bold 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 /RBIW {100 /Times-BoldItalic FS} bind def /RBIV {150 /Times-BoldItalic 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 /TW {100 /Times-ISOL1 FS} bind def /TV {150 /Times-ISOL1 FS} bind def /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 /TIW {100 /TimesI-ISOL1 FS} bind def /TIV {150 /TimesI-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 /TBW {100 /TimesB-ISOL1 FS} bind def /TBV {150 /TimesB-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 /TBIW {100 /TimesBI-ISOL1 FS} bind def /TBIV {150 /TimesBI-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 /SW {100 /Symbol FS} bind def /SV {150 /Symbol FS} bind def /SS {200 /Symbol FS} bind def /SK {250 /Symbol FS} bind def /SM {300 /Symbol FS} bind def /SG {350 /Symbol FS} bind def /ishowRV {RW -00 -30 rmoveto show 00 30 rmoveto RV} def /jshowRV {RBW -00 -30 rmoveto show 00 30 rmoveto RBV} def /ishowTV {TW -00 -30 rmoveto show 00 30 rmoveto TV} def /jshowTV {TBW -00 -30 rmoveto show 00 30 rmoveto TBV} def /ishowRS {RV -00 -40 rmoveto show 00 40 rmoveto RS} def /jshowRS {RBV -00 -40 rmoveto show 00 40 rmoveto RBS} def /ishowTS {TV -00 -40 rmoveto show 00 40 rmoveto TS} def /jshowTS {TBV -00 -40 rmoveto show 00 40 rmoveto TBS} def /ishowRK {RS -00 -50 rmoveto show 00 50 rmoveto RK} def /jshowRK {RBS -00 -50 rmoveto show 00 50 rmoveto RBK} def /ishowTK {TS -00 -50 rmoveto show 00 50 rmoveto TK} def /jshowTK {TBS -00 -50 rmoveto show 00 50 rmoveto TBK} def /ishowRM {RK -00 -60 rmoveto show 00 60 rmoveto RM} def /jshowRM {RBK -00 -60 rmoveto show 00 60 rmoveto RBM} def /ishowTM {TK -00 -60 rmoveto show 00 60 rmoveto TM} def /jshowTM {TBK -00 -60 rmoveto show 00 60 rmoveto TBM} def /ishowRG {RM -00 -70 rmoveto show 00 70 rmoveto RG} def /jshowRG {RBM -00 -70 rmoveto show 00 70 rmoveto RBG} def /ishowTG {TM -00 -70 rmoveto show 00 70 rmoveto TG} def /jshowTG {TBM -00 -70 rmoveto show 00 70 rmoveto TBG} def %font0309.ps*********************************************** /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 /IMODE 0 def /xs 1000 def /ys xs def /d2 xs 2 div def /d8 xs 8 div def /xs5x xs 5.4 mul def /ys5x ys 5.4 mul def /x xs 0.1 mul def /y ys 12.0 mul 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 /xd 800 def /yd 800 def /xd5x xs5x 200 sub def /yd5x ys5x 200 sub def /j 0 def /i 0 def /xmin 0000 def /xmax 10000 def /ymin 0000 def /ymax 10000 def /ISIN*ioG where {pop /ISIN*ioL ISIN*ioG def} {/ISIN*ioL 1 def} ifelse /ISOU*ioG where {pop /ISOU*ioL ISOU*ioG def} {/ISOU*ioL 1 def} ifelse /ISRL*ioL 0 def 72 90 translate 0.01 MM dup scale /xyf 1 def 0.5 0.5 0.5 setrgbcolor 0 0 moveto 25000 0 rlineto 0 17000 rlineto -25000 0 rlineto closepath fill 0.0 setgray 0 0 moveto 25000 0 rlineto 0 17000 rlineto -25000 0 rlineto closepath stroke 0 1 1 {/ibild exch def %ibild=0,1 ibild 0 eq {/ISIO*ioL ISIN*ioL def} {/ISIO*ioL ISOU*ioL def} ifelse /ISIO*ioG where {pop /ISIO*ioG ISIO*ioL def} if /ISRL*ioG where {pop /ISRL*ioG ISRL*ioL def} if /LAB*ioG where {pop LAB*ioG}{LAB*ioL} ifelse %new for hue data 0 0 0 setrgbcolor ibild 0 eq { 1500 1700 translate} if ibild 1 eq {13800 1700 translate} if ibild 0 eq {-1250 -1950 moveto RM (AG360-7N) show RM (-) show colorml cvishow xcolorl cvishow xchartd 1 eq {xchartl cvishow} {xchartl xchartd idiv cvishow} ifelse RM (-) show pchartl cvishow (: ) show} {-600 -1950 moveto} ifelse TM (20stufiger Bunttonkreis mit 4 Elementarfarben) showde (20 step hue circle with 4 elementary colours) showen (Hue circulo con 20 pasos y 4 colores elementales) showes (Cercle cromatique avec 20 paliers et 4 coleurs \351l\351mentales) showfr (Cerchio tinta con 20 passi e 4 colori elementari) showit (Kulor sirkel med 20 trinn og 4 elementarfarger) showjp TIM ( R) show (e) jshowTM TIM (, J) show (e) jshowTM TIM (, G) show (e) jshowTM TIM (, B) show (e) jshowTM ibild 0 eq { TM ( (links) ) showde ( (left) ) showen ( (izquierda) ) showes ( (gauche) ) showfr ( (sinistra) ) showit ( (venstre) ) showjp } { TM ( (rechts) ) showde ( (right) ) showen ( (derecha) ) showes ( (droit) ) showfr ( (destra) ) showit ( (hoyre) ) showjp } ifelse 1 1 1 setrgbcolor -1200 15000 moveto ibild 0 eq { %ibild=0,1 TBG (Eingabe: Farbmetrisches ) showde (Input: Colorimetric ) showen (Entrada: Colorimetrico ) showes (Entr\351e: Colorim\351trique ) showfr (Ingresso: Colorimetrico ) showit (Input: Kolorimetrisk ) showjp } { TBG (Ausgabe: Farbmetrisches ) showde (Output: Colorimetric ) showen (Salida: Colorimetrico ) showes (Sortie: Colorim\351trique ) showfr (Uscita: Colorimetrico ) showit (Utgang: Kolorimetrisk ) showjp } ifelse ISRL*ioL 0 eq {%ISRL*ioL=0 %default ISIN*ioL=1, ISOU*ioL=1, ISIO*ioL 0 eq {/TSYSIO (ORS18a) def (Offset Reflective System ) showen (Offset-Reflektiv-System ) showde} if ISIO*ioL 1 eq {/TSYSIO (TLS00a) def RBG (Fernseh-Licht-System ) showde (Television Luminous System ) showen TBG (Televisi\363n sistema luminoso ) showes (Syst\350me lumineux de la t\351l\351vision ) showfr (Televisione sistema luminoso ) showit (Tv Lysende System ) showjp } if ISIO*ioL 2 eq {/TSYSIO (FRS06a) def (Printer Reflective System ) showen (Drucker-Reflektiv-System ) showde} if ISIO*ioL 3 eq {/TSYSIO (TLS18a) def (Television Luminous System ) showen (Fernseh-Licht-System ) showde} if ISIO*ioL 4 eq {/TSYSIO (NLS00a) def (Natural Luminous System ) showen (Nat\374rliches-Licht-System ) showde} if ISIO*ioL 5 eq {/TSYSIO (NRS18a) def (Natural Reflective System ) showen (Nat\374rliches-Reflektiv-System ) showde} if ISIO*ioL 6 eq {/TSYSIO (SRS18a) def (Standard Reflective System ) showen (Standard-Reflektiv-System ) showde} if ISIO*ioL 7 eq {/TSYSIO (TLS70a) def (Television Luminous System ) showen (Fernseh-Licht-System ) showde} if } if %ISRL*ioL=0 ISRL*ioL 1 eq {%ISRL*ioL=1 TBG ISIO*ioL 0 eq {/TSYSIO (TLS00a) def} if ISIO*ioL 1 eq {/TSYSIO (TLS06a) def} if ISIO*ioL 2 eq {/TSYSIO (TLS11a) def} if ISIO*ioL 3 eq {/TSYSIO (TLS18a) def} if ISIO*ioL 4 eq {/TSYSIO (TLS27a) def} if ISIO*ioL 5 eq {/TSYSIO (TLS38a) def} if ISIO*ioL 6 eq {/TSYSIO (TLS52a) def} if ISIO*ioL 7 eq {/TSYSIO (TLS70a) def} if RBG (Fernseh-Licht-System ) showde (Television Luminous System ) showen TBG (Televisi\363n sistema luminoso ) showes (Syst\350me lumineux de la t\351l\351vision ) showfr (Televisione sistema luminoso ) showit (Tv Lysende System ) showjp } if %ISRL*ioL=1 ISRL*ioL 2 eq {%ISRL*ioL=2 TBG ISIO*ioL 0 eq {/TSYSIO (OLS00a) def} if ISIO*ioL 1 eq {/TSYSIO (OLS06a) def} if ISIO*ioL 2 eq {/TSYSIO (OLS11a) def} if ISIO*ioL 3 eq {/TSYSIO (OLS18a) def} if ISIO*ioL 4 eq {/TSYSIO (OLS27a) def} if ISIO*ioL 5 eq {/TSYSIO (OLS38a) def} if ISIO*ioL 6 eq {/TSYSIO (OLS52a) def} if ISIO*ioL 7 eq {/TSYSIO (OLS70a) def} if (Offset Luminous System ) showen (Offset-Licht-System ) showde } if %ISRL*ioL=2 TSYSIO show ibild 0 eq {%ibild=0 -1200 14500 moveto TBG (mit) showde (with ) showen (con ) showes (avec ) showfr (con ) showit (med ) showjp RBIG (rgb-) showde TBIG (rgb ) showen (rgb ) showes (rgb ) showfr (rgb ) showit (rgb ) showjp TBG (Daten der) showde (data of the) showen (los datos de los) showes (les donn\351es de) showfr (i dati di) showit (data i) showjp -1200 14000 moveto TBG (vier Elementarbuntt\366ne) showde (four elementary hues) showen (ciatro colores elementales) showes (4 couleur \351l\351mentaire) showfr (quattro colori elementari) showit (fire elementaerfarge) showjp -1200 13500 moveto TBG (1 0 0 = ) show TBG (Rot) showde (Red) showen (Rojo) showes (Rouge) showfr (Rosso) showit (R\370d) showjp TBIG ( R) show (e) jshowTG -1200 13000 moveto TBG (1 1 0 = ) show TBG (Gelb) showde (Yellow) showen (Amarillo) showes (Jaune) showfr (Giallo) showit (Gul) showjp TBIG ( Y) show (e) jshowTG -1200 12500 moveto TBG (0 1 0 = ) show TBG (Gr\374n) showde (Green) showen (Verde) showes (Vert) showfr (Verde) showit (Gr\370nn) showjp TBIG ( G) show (e) jshowTG -1200 12000 moveto TBG (0 0 1 = ) show TBG (Blau) showde (Blue) showen (Azul) showes (Bleu) showfr (Blu) showit (Bl\345) showjp TBIG ( B) show (e) jshowTG } if %ibild=0 ibild 1 eq {%ibild=0 -1200 14500 moveto TBG (mit Bunttonnummer) showde (with hue number) showen (con tono n\372mero) showes (avec num\351ro de teinte) showfr (con numero di tonalit\340) showit (med fargetone nummer) showjp -1200 14000 moveto TBIG (n) show TBG (= 00 bis 19) showde (= 00 to 19) showen (= 00 to 19) showes (= 00 to 19) showfr (= 00 to 19) showit (= 00 to 19) showjp -1200 13500 moveto TBG (00 = ) show (Rot) showde (Red) showen (Rojo) showes (Rouge) showfr (Rosso) showit (R\370d) showjp TBIG ( R) show (e) jshowTG -1200 13000 moveto TBG (05 = ) show (Gelb) showde (Yellow) showen (Amarillo) showes (Jaune) showfr (Giallo) showit (Gul) showjp TBIG ( Y) show (e) jshowTG -1200 12500 moveto TBG (10 = ) show (Gr\374n) showde (Green) showen (Verde) showes (Vert) showfr (Verde) showit (Gr\370nn) showjp TBIG ( G) show (e) jshowTG -1200 12000 moveto TBG (15 = ) show (Blau) showde (Blue) showen (Azul) showes (Bleu) showfr (Blu) showit (Bl\345) showjp TBIG ( B) show (e) jshowTG } if %ibild=1 0.0 setgray %CIELAB-Table 5400 10000 translate /yhoe 6300 def 15 setlinewidth 1 1 1 setrgbcolor 0 0 moveto 5400 0 rlineto 0 4800 rlineto -5400 0 rlineto closepath fill 0 0 0 setrgbcolor 0 0 moveto 5400 0 rlineto 0 4800 rlineto -5400 0 rlineto closepath stroke /yd 340 def %y-Zeilenabstand %Spalten /S1 20 def /S2 450 def /S3 1550 def /S4 2650 def /S5 3750 def /S6 4800 def /yu1 4650 def /yu2 3800 def 0 4100 moveto 5200 0 rlineto stroke %Titeltext /ColNames [(O) (Y) (L) (C) (V) (M) (N) (W) (R) (J) (G) (B)] def S1 4550 moveto TBM ibild 0 eq {TSYSIO show} {TSYSIO show} ifelse (; adaptierte CIELAB-Daten) showde (; adapted (a) CIELAB data) showen (; adaptatos (a) datos CIELAB) showes (; adapt\351 (a) donn\351es CIELAB) showfr (; adattato (a) dati CIELAB) showit (; tilpasset (a) CIELAB data) showjp S2 000 add 4250 moveto TBIM (L*=L*) show (a) jshowTM S3 100 add 4250 moveto TBIM (a*) show (a) jshowTM S4 000 add 4250 moveto TBIM (b*) show (a) jshowTM S5 100 sub 4250 moveto TBIM (C*) show (ab,a) jshowTM S6 200 sub 4250 moveto TBIM (h*) show (ab,a) jshowTM 0 1 11 {/ic exch def %ic=0,11 S1 20 add yu2 yd ic mul sub moveto TM ColNames ic get show ic 8 ge {(CIE) ishowTM}{(Ma) ishowTM} ifelse } for %ic=0,11 0 1 11 {/i exch def %i=0,11 /ya yu2 yd i mul sub def /L*Ma LAB*a i 3 mul get def /A*Ma LAB*a i 3 mul 1 add get def /B*Ma LAB*a i 3 mul 2 add get def /C*Ma A*Ma dup mul B*Ma dup mul add sqrt def /H*Ma B*Ma A*Ma 0.0001 add atan def S2 200 add ya moveto L*Ma cvsshow2 S3 ya moveto A*Ma cvsshow2 S4 ya moveto B*Ma cvsshow2 S5 ya moveto C*Ma cvsshow2 S6 ya moveto H*Ma cvishow } for %i=0,11 -5400 -10000 translate %CIELAB-Diagram 2500 11600 translate 25 setlinewidth 1 1 1 setrgbcolor 0 0 moveto 2800 0 rlineto 0 2800 rlineto -2800 0 rlineto closepath fill 0 0 0 setrgbcolor 0 0 moveto 2800 0 rlineto 0 2800 rlineto -2800 0 rlineto closepath stroke 1200 1300 translate -1000 0 moveto 1000 0 lineto stroke 0 -1000 moveto 0 1000 lineto stroke 1100 0 moveto TIG (a*) show (a) ishowTG 0 1100 moveto TIG (b*) show (a) ishowTG /rx 774 def %standard hexagon gamut 0 0 0 setrgbcolor rx 030 cos mul rx 030 sin mul moveto 0 rx lineto rx 150 cos mul rx 150 sin mul lineto rx 210 cos mul rx 210 sin mul lineto 0 rx neg lineto rx 330 cos mul rx 330 sin mul lineto closepath stroke /r 1 def /g 0 def /b 0 def r g b setrgbcolor rx 030 cos mul rx 030 sin mul 100 0 360 arc fill /r 1 def /g 1 def /b 0 def r g b setrgbcolor 0 rx 100 0 360 arc fill /r 0 def /g 1 def /b 0 def r g b setrgbcolor rx 150 cos mul rx 150 sin mul 100 0 360 arc fill /r 0 def /g 1 def /b 1 def r g b setrgbcolor rx 210 cos mul rx 210 sin mul 100 0 360 arc fill /r 0 def /g 0 def /b 1 def r g b setrgbcolor 0 rx neg 100 0 360 arc fill /r 1 def /g 0 def /b 1 def r g b setrgbcolor rx 330 cos mul rx 330 sin mul 100 0 360 arc fill %calculation line of actual hue 45 setlinewidth %actual gamut 0 0 0 setrgbcolor 0 1 5 {/i exch def %i=0,5 /A*Ma LAB*a i 3 mul 1 add get def /B*Ma LAB*a i 3 mul 2 add get def i 0 eq {A*Ma 10 mul B*Ma 10 mul moveto} {A*Ma 10 mul B*Ma 10 mul lineto} ifelse i 5 eq {closepath stroke} if } for %i=0,5 -1200 -1300 translate -2500 -11600 translate %BEG CIELAB-Hue Circle -1200 -1500 translate /xym xyf 4 mul def 25 setlinewidth /xd2 xd 0.8 mul def 0.5 0.5 0.5 setrgbcolor 0 0 moveto 2800 xym mul 0 rlineto 0 2800 xym mul rlineto -2800 xym mul 0 rlineto closepath fill 0.0 setgray 0 0 moveto 2800 xym mul 0 rlineto 0 2800 xym mul rlineto -2800 xym mul 0 rlineto closepath stroke 1400 xym mul 1400 xym mul translate %cero at center -550 xym mul 0 moveto 550 xym mul 0 lineto stroke 0 -650 xym mul moveto 0 650 xym mul lineto stroke /rx 774 xym mul 1.56 mul def %standard hexagon gamut 0 0 0 setrgbcolor 0 0 rx 0 360 arc stroke /AngrgbTabt 88 array def /AngrgbTabt [%31 angles = 360/18 + 1 = 20 + 1 000 1.0 0.0 0.0 018 1.0 0.2 0.0 036 1.0 0.4 0.0 054 1.0 0.6 0.0 072 1.0 0.8 0.0 090 1.0 1.0 0.0 108 0.8 1.0 0.0 126 0.6 1.0 0.0 144 0.4 1.0 0.0 162 0.2 1.0 0.0 180 0.0 1.0 0.0 198 0.0 1.0 0.4 216 0.0 1.0 0.8 234 0.0 0.8 1.0 252 0.0 0.4 1.0 270 0.0 0.0 1.0 288 0.4 0.0 1.0 306 0.8 0.0 1.0 324 1.0 0.0 0.8 342 1.0 0.0 0.4 360 1.0 0.0 0.0 ] def /xd2r xd2 0.7 mul def 0 1 20 {/j exch def %j=0,30 /xpos rx AngrgbTabt j 4 mul get cos mul def /ypos rx AngrgbTabt j 4 mul get sin mul def /r AngrgbTabt j 4 mul 1 add get def /g AngrgbTabt j 4 mul 2 add get def /b AngrgbTabt j 4 mul 3 add get def r g b setrgbcolor xpos ypos xd2 0 360 arc fill xchax 0 eq {%xchax=0 /xpos rx AngrgbTabt j 4 mul get cos mul def /ypos rx AngrgbTabt j 4 mul get sin mul def /r AngrgbTabt j 4 mul 1 add get def /g AngrgbTabt j 4 mul 2 add get def /b AngrgbTabt j 4 mul 3 add get def 1 r sub 1 g sub 1 b sub 0 setcmykcolor xpos ypos xd2r 0 360 arc fill } if %xchax=0 } for %j=0,20 TBG 0 0 0 setrgbcolor ibild 0 eq {%ibild=1 4400 -100 moveto (1 0 0) show -300 4700 moveto (1 1 0) show -5200 -100 moveto (0 1 0) show 1 setgray -300 -4900 moveto (0 0 1) show } if %ibild=1 ibild 1 eq {%ibild=1 0 1 19 {/j exch def %j=0,30 /xpos rx AngrgbTabt j 4 mul get cos mul def /ypos rx AngrgbTabt j 4 mul get sin mul def 0 0 0 setrgbcolor j 13 ge j 17 le and {1 1 1 setrgbcolor} if xpos 200 sub ypos 100 sub moveto j 9 le {TBG (0) show j cvishow} {j cvishow} ifelse } for %j=0,20 } if %ibild=1 1 1 1 setrgbcolor 2600 800 moveto TBG ( gelblich) showde (yellowish) showen (jaun\342tre) showfr ( gullig) showjp -250 0 rmoveto (amarillento) showes ( giallastro) showit -3800 800 moveto TBG ( gelblich) showde (yellowish) showen (amarillento) showes (jaun\342tre) showfr (giallastro) showit ( gullig) showjp 2600 -1150 moveto TBG (bl\344ulich) showde ( bluish) showen ( azulado) showes ( blu\342tre) showfr ( bluastro) showit ( bl\345lig) showjp -3800 -1150 moveto TBG (bl\344ulich) showde ( bluish) showen ( azulado) showes ( blu\342tre) showfr ( bluastro) showit ( bl\345lig) showjp -1600 3400 moveto TBG (gr\374nlich) showde (greenish) showen (verdoso) showes (verd\342tre) showfr (verdastro) showit ( gr\370nnlig) showjp -1600 -3600 moveto TBG (gr\374nlich) showde (greenish) showen (verdoso) showes (verd\342tre) showfr (verdastro) showit ( gr\370nnlig) showjp 700 3400 moveto TBG (r\366tlich) showde ( redish) showen (rojizo) showes (rouge\342tre) showfr (rossastro) showit ( r\370dlig) showjp 700 -3600 moveto TBG (r\366tlich) showde ( redish) showen (rojizo) showes (rouge\342tre) showfr (rossastro) showit ( r\370dlig) showjp 2700 -100 moveto TBG ( Rot) showde ( Red) showen (Rojo) showes (Rouge) showfr (Rosso) showit ( R\370d) showjp TBIG ( R) show (e) jshowTG -600 3800 moveto TBG ( Gelb) showde ( Yellow) showen (Amarillo) showes ( Jaune) showfr ( Giallo) showit ( Gul) showjp TBIG ( Y) show (e) jshowTG -4000 -100 moveto TBG (Gr\374n) showde (Green) showen (Verde) showes (Vert) showfr (Verde) showit (Gr\370nn) showjp TBIG ( G) show (e) jshowTG -500 -4000 moveto TBG (Blau) showde (Blue) showen (Azul) showes (Bleu) showfr (Blu) showit (Bl\345) showjp TBIG ( B) show (e) jshowTG -1400 xym mul -1400 xym mul translate %END CIELAB-Hue Circle 1200 1500 translate ibild 0 eq { -1500 -1700 translate} if ibild 1 eq {-13800 -1700 translate} if 0 0 0 setrgbcolor 0 0 moveto 25000 0 rlineto 0 17000 rlineto -25000 0 rlineto closepath stroke } for %ibild=0,1 } if %pchartl=0 Y10-7N_AL39_JSO.EPS pchartl 1 eq {%pchartl=1; 'AL0X'Y10-7N_AL09_JSO_3P2A.EPS; test hard and software %font0309B.ps*********************************************** %only T*G, R*G, T*M, R*M, jshowTG, with T*M /RM {300 /Times-Roman FS} bind def /RG {350 /Times-Roman FS} bind def /RIM {300 /Times-Italic FS} bind def /RIG {350 /Times-Italic FS} bind def /RBM {300 /Times-Bold FS} bind def /RBG {350 /Times-Bold FS} bind def /RBIM {300 /Times-BoldItalic FS} bind def /RBIG {350 /Times-BoldItalic FS} bind def /TM {300 /Times-ISOL1 FS} bind def /TG {350 /Times-ISOL1 FS} bind def /TIM {300 /TimesI-ISOL1 FS} bind def /TIG {350 /TimesI-ISOL1 FS} bind def /TBM {300 /TimesB-ISOL1 FS} bind def /TBG {295 /TimesB-ISOL1 FS} bind def /TBIM {300 /TimesBI-ISOL1 FS} bind def /TBIG {350 /TimesBI-ISOL1 FS} bind def /SM {300 /Symbol FS} bind def /SG {350 /Symbol FS} bind def /ishowTM {TK -00 -60 rmoveto show 00 60 rmoveto TM} def /jshowTM {TBK -00 -60 rmoveto show 00 60 rmoveto TBM} def /ishowTG {TM -00 -70 rmoveto show 00 70 rmoveto TG} def /jshowTG {TBM -00 -70 rmoveto show 00 70 rmoveto TBG} def %font0309B.ps*********************************************** 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 /serverL1 (http://130.149.60.45/~farbmetrik/) def /serverL2 (http://farbe.li.tu-berlin.de/) def /serverL3 (http://farbe.li.tu-berlin.de/) def /serverLA serverL3 def /serverLB serverL2 def /serverLC serverL2 def TM 0 setgray 100 -260 moveto (Teil 3, ) showde (part 3, ) showen (parte 3, ) showes (la part 3, ) showfr (la parte 3, ) showit (artikkelen 3, ) showjp RM 9000 -260 moveto (AG360-7) show Txx show (: ) show deintp cvishow colorml cvishow xcolorl cvishow xchartl cvishow pchartl cvishow /x20 100 def /y20 7200 def /yd 320 def x20 y20 yd 2.3 mul add moveto RBM (Dokumentation von Dateiformat, Hard- und Software) showde TBM ( f\374r diese Pr\374fung:) showde (Documentation of file format, hardware and software) showen ( for this test:) showen (Formato de archive de documentati\363n, hardware y software) showes ( para esta prueba:) showes (Format de fichier de documentation, de hardware et software) showfr ( pour ce test:) showfr (Documentazione del formato file, hardware e software) showit ( per il test:) showit (Documentasjion av filformat, maskinvare og programvare) showjp ( for denne testen:) showjp x20 y20 yd add moveto RBM (PDF-Datei:) showde (PDF file:) showen (Archivo PDF:) showes (Fichier PDF:) showfr (File PDF:) showit (PDF-fil:) showjp RM x20 y20 yd 0 mul add moveto serverLB show (AG36/AG36) show (F0P) show (X) show % (_CY) show 8 xchart xchartd idiv sub cvishow (_) show 1 cvishow (.PDF) show x20 9000 add y20 yd 0 mul add moveto TBM (unterstreiche: Ja/Nein) showde ( underline: Yes/No) showen ( underline: Si/No) showes ( souligner: Qui/Non) showfr ( sottolineare: Si/No) showit ( underline: Ja/Nei) showjp x20 y20 yd 1 mul sub moveto RBM (PS-Datei:) showde (PS file:) showen (Archivo PS:) showes (Fichier PS:) showfr (File PS:) showit (PS-fil:) showjp RM x20 y20 yd 2 mul sub moveto serverLB show (AG36/AG36) show (F0P) show (X) show % (_CY) show 8 xchart xchartd idiv sub cvishow (_) show 1 cvishow (.PS) show x20 9000 add y20 yd 2 mul sub moveto TBM (unterstreiche: Ja/nein) showde ( underline: Yes/No) showen ( underline: Si/No) showes ( souligner Qui/Non) showfr ( sottolineare: Si/No) showit ( underline: Ja/Nei) showjp x20 y20 yd 3.25 mul sub moveto RBM (benutztes Rechner-Betriebssystem:) showde TBM (Used computer operating system:) showen (Systema operativo inform\341tico usado:) showes (Utilis\351 le syst\350me d'exploitation informatique:) showfr (Utilizzate il sistema operativo del computer:) showit RBM (Brukt pc-operavsystemet:) showjp x20 y20 yd 4.25 mul sub moveto TM (nur eines von Windows/Mac/Unix/anderes und Version:) showde (either one of Windows/Mac/Unix/other and version:) showen (undo de Windows/Mac/Unix/otros y version:) showes (l'un de Windows/Mac/Unix/autres et version:) showfr (undo di Windows/Mac/Unix/altri e versioni:) showit (enten en av Windows/Mac/Unix/andre og versjoner:) showjp (.................................) show x20 y20 yd 5.50 mul sub moveto TBM (Die Beurteilung ist f\374r die Ausgabe:) showde (This evaluation is for the output:) showen (Esta evaluaci\363n es para la salida:) showes (Cette \351valuation est pour la sortie:) showfr (Questa valutazione \350 per l'uscita:) showit (Denna vurderingen er for utdata:) showjp x20 4900 add y20 yd 5.50 mul sub moveto TBM (unterstreiche: Monitor/Datenprojektor/Drucker) showde (underline: monitor/data projector/printer) showen (subrayar: monitor/proyector de datos/impresora) showes (souligner: monitor/projecteur de donn\351es/imprimante) showfr (evidenziare: monitor/projettore dati/stampante) showit (underline: monitor/data projektor/skriver) showjp x20 y20 yd 6.50 mul sub moveto TM (Ger\344te) showde RM (-Modell, -Treiber und -Version:) showde TM (Device model, driver and version:) showen (El modelo de dispositivo, el controlador y la versi\363n:) showes (Type de p\351riph\351rique, pilote et version:) showfr (Modello di periferica, il driver e la versione in uso:) showit (Enhetsmodellen, driver og versjon:) showjp (......................) show x20 y20 yd 7.75 mul sub moveto RBM (Ausgabe mit PDF/PS-Datei:) showde (output with PDF/PS-file:) showen (salida con archivos PDF/PS:) showes (sortie avec fichier PDF/PS:) showfr (uscita con file PDF/PS:) showit (utgang med PDF/PS-fil:) showjp x20 8000 add y20 yd 7.75 mul sub moveto RBM (unterstreiche: PDF/PS-Datei) showde (underline: PDF/PS file) showen (underline: archivos PDF/PS) showes (souligner: fichier PDF/PS) showfr (sottolineare: file PDF/PS) showit (underline: PDF/PS-fil) showjp x20 y20 yd 8.75 mul sub moveto TBM (F\374r) showde RBM ( Ausgabe mit PDF-Datei AG36) showde (For output with PDF file AG36) showen (Para la salida de archivos PDF AG36) showes (Pour le sorties avec fichier PDF AG36) showfr (Per l'uscita con PDF file AG36) showit (For utgang med PDF-fil AG36) showjp (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 RM (entweder PDF-Dateitransfer "download, copy" nach PDF-) showde TM (Ger\344t) showde RM (either PDF-file transfer "download, copy" to PDF device) showen (transferencia de archivos PDF "download, copy" para dispositivo PDF) showes (tranfert de fichier PDF "download, copy" \340 l'appareil PDF) showfr (entrambi i file PDF transferimento "download, copy" al dispositivo PDF) showit (enten PDF fil overfore "download, copy" til enheben PDF) showjp (.................................) show x20 xshif add y20 yd 10.75 mul sub moveto RM (oder mit Rechnersystem-Interpretation durch) showde (or with computer system interpretation by) showen TM (o con el equipo del interpretati\363n del sistema) showes (ou avec l'interpr\351tation du syst\350me informatique) showfr (o con il sistema di computer interpretazione) showit (ellen med computer system tolkning) showjp RM ( "Display-PDF":) show (.................................) show x20 xshif add y20 yd 11.75 mul sub moveto RM (oder mit Software, z. B. Adobe-Reader/-Acrobat und Version:) showde (or with software. e. g. Adobe-Reader/-Acrobat and version:) showen (o con el software. e. g. Adobe-Reader/-Acrobat y versi\363n:) showes (ou avec une software. e. g. Adobe-Reader/-Acrobat et version:) showfr (o con il software. e. g. Adobe-Reader/-Acrobat e versione:) showit (eller med programvare. e. g. Adobe-Reader/-Acrobat og versjon:) showjp (.................................) show x20 xshif add y20 yd 12.75 mul sub moveto RM (oder mit Software, z. B. Ghostscript und Version:) showde (or with software e. g. Ghostscript and version:) showen (o con el software e. g. Ghostscript y versi\363n:) showes (ou avec une software e. g. Ghostscript et version:) showfr (o con il software e. g. Ghostscript e versione:) showit (eller med progvare e. g. Ghostscript og versjon:) showjp (.................................) show x20 y20 yd 13.75 mul sub moveto TBM (F\374r) showde RBM ( Ausgabe mit PS-Datei AG36) showde (For output with PS file AG36) showen (Para la salida de archivos PS AG36) showes (Pour le sorties avec fichier PS AG36) showfr (Per l'uscita con PS file AG36) showit (For utgang med PS-fil AG36) showjp (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 RM (entweder PS-Dateitransfer "download, copy" nach PS-) showde TM (Ger\344t) showde RM (either PS-file transfer "download, copy" to PS device) showen (transferencia de archivos PS "download, copy" para dispositivo PS) showes (tranfert de fichier PS "download, copy" \340 l'appareil PS) showfr (entrambi i file PS transferimento "download, copy" al dispositivo PS) showit (enten PS fil overfore "download, copy" til enheben PS) showjp (.................................) show x20 xshif add y20 yd 15.75 mul sub moveto RM (oder mit Rechnersystem-Interpretation durch) showde (or with computer system interpretation by) showen TM (o con el equipo del interpretati\363n del sistema) showes (ou avec l'interpr\351tation du syst\350me informatique) showfr (o con il sistema di computer interpretazione) showit (ellen med computer system tolkning) showjp RM ( "Display-PS":) show (.................................) show x20 xshif add y20 yd 16.75 mul sub moveto RM (oder mit Software, z. B. Ghostscript und Version:) showde (or with software e. g. Ghostscript and version:) showen (o con el software e. g. Ghostscript y versi\363n:) showes (ou avec une software e. g. Ghostscript et version:) showfr (o con il software e. g. Ghostscript e versione:) showit (eller med progvare e. g. Ghostscript og versjon:) showjp (.................................) show x20 xshif add y20 yd 17.75 mul sub moveto RM (oder mit Software, z. B. Mac-Yap und Version:) showde (or with software e. g. Mac-Yap and version:) showen (o con el software e. g. Mac-Yap y versi\363n:) showes (ou avec une software e. g. Mac-Yap et version:) showfr (o con il software e. g. Mac-Yap e versione:) showit (eller med progvare e. g. Mac-Yap og versjon:) showjp (.................................) show x20 y20 yd 19 mul sub moveto TM (Spezielle Anmerkungen:) showde (Special remarks:) showen (Comemtarios especiales:) showes (Remarques sp\351ciales:) showfr (Osservazioni particolari:) showit (Specielle merknader:) showjp ( z. B. Ausgabe von Format Landschaft (L)) showde ( e. g. output of Landscape (L)) showen ( e. g. la salida del paisaje (L)) showes ( e. g. la production de paysage (L)) showfr ( e. g. uscita del paesaggio (L)) showit ( e. g. utgang av liggende (L)) showjp x20 y20 yd 20 mul sub moveto (......................................................................) show x20 y20 yd 21 mul sub moveto (......................................................................) show x20 y20 yd 22 mul sub moveto (......................................................................) show } if %pchartl=1; 'AL0X'Y10-7N_AL09_JSO_3P2A.EPS; test hard and software pchartl 2 eq {%pchartl=2; 'al0x'Y10-7N_AL09_JSO_3P3A.EPS; 16 step grey scales %font0309B.ps*********************************************** %only T*K, T*M, T*G, and jshowTG, jshowTM with T*M and T*K /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 /SK {250 /Symbol FS} bind def /SM {300 /Symbol FS} bind def /SG {350 /Symbol FS} bind def /ishowTK {TS -00 -50 rmoveto show 00 50 rmoveto TK} def /jshowTK {TBS -00 -50 rmoveto show 00 50 rmoveto TBK} def /ishowTM {TK -00 -60 rmoveto show 00 60 rmoveto TM} def /jshowTM {TBK -00 -60 rmoveto show 00 60 rmoveto TBM} def /ishowTG {TM -00 -70 rmoveto show 00 70 rmoveto TG} def /jshowTG {TBM -00 -70 rmoveto show 00 70 rmoveto TBG} def %font0309B.ps*********************************************** /DecodeXYZ* {dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse} 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 /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 /xchartn xchartl xchartd idiv def /ilx 0 def colorml 0 eq {/ilx 0 def } {%colorml=1 xchartn 2 le {/ilx xchartn def} if xchartn 3 eq {/ilx 4 def} if xchartn 4 eq {/ilx 8 def} if xchartn 5 eq {/ilx 16 def} if xchartn 6 eq {/ilx 32 def} if xchartn 7 eq {/ilx 64 def} if } ifelse /Xnref 0.63 ilx mul 0.9505 mul def /Ynref 0.63 ilx mul def /Znref 0.63 ilx mul 1.0890 mul def /XQ Xnref 95.05 div def /YQ Ynref 100.00 div def /ZQ Znref 108.90 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 /L*ref YQ 0.008856 lt {903.3 YQ mul} {YQ 0.33333333 exp 116 mul 16 sub} ifelse def /a*ref 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 def /b*ref 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 def /L*N L*ref def /L*W 95.41 def /L*i 21 array def %different for xchartl=0,7 /Yi 21 array def %equal distance between L*N and L*W 0 1 20 {/i exch def %steps from black to white i 15 le {/i0 0 def /istep 15 def} {/i0 16 def /istep 4 def} ifelse L*i i L*N L*W L*N sub i i0 sub istep div mul add put /Y* {L*i i get 16 add 116 div} bind def Yi i Y* DecodeXYZ* 100.00 mul put } for 72 90 translate 0.01 MM dup scale 15 setlinewidth colorml 0 eq {/xcolorn 3 def} %here rgb {/xcolorn xcolorl def} ifelse /cvishow {cvi 6 string cvs show} def /cvsshow0 {10 mul 0.5 add cvi 0.1 mul 10 string cvs show} def /cvsshow1 {10 mul 0.5 add cvi 0.1 mul %new980310 dup 0 ge {( ) show} if dup abs 10 lt {( ) show} if 10 string cvs show} def /cvsshow2 {100 mul 0.5 add cvi 0.01 mul %new980310 dup 0 ge {( ) show} if dup abs 10 lt {( ) show} if 10 string cvs show} def /cvsshow3 {1000 mul 0.5 add cvi 0.001 mul 10 string cvs show} def /cvsshow1x {/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 /cvsshow2x {/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 /cvsshow3x {/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 tfnx* RM 20000 -260 moveto (AG360-7) show Txx show (: ) show deintp cvishow colorml cvishow xcolorl cvishow xchartl cvishow pchartl cvishow 100 -260 moveto (Teil 3, ) showde (part 3, ) showen (parte 3, ) showes (la part 3, ) showfr (la parte 3, ) showit (artikkelen 3, ) showjp (Bild ) showde (picture ) showen (fig. ) showes (Fig. ) showfr (Fig. ) showit (Figur ) showjp (A7) show TxS show Txx show (: ) show TM (16 visuell gleichabst\344ndige ) showde (16 visual equidistant ) showen (16 equidistante ) showes (16 paliers de gris ) showfr (16 equidistante ) showit (16 visuelle ekvidistante ) showjp TIM (L*) show RM (-) showde TM (Graustufen) showde RM (-) showen TM (grey steps) showen ( pasos de gris) showes ( \350quidistante) showfr ( grigio passi) showit RM (-) showjp TM (gr\345trinn) showjp TM (; PS) show RM (-) showde TM (Operator:) showde ( operator:) showen ( operator:) showes TM ( op\351rateur :) showfr ( operator:) showit ( operator:) showjp TIM xcolorn 0 eq {( 0 0 0 n* setcmykcolor) show} if xcolorn 1 eq {( w* setgray) show} if xcolorn 2 eq {( n* n* n* 0 setcmykcolor) show} if xcolorn 3 eq {( w* w* w* setrgbcolor) show} if TM /tfzw 0.5 def colorml 1 eq { /xchartNl xchartl 8 idiv def /xchartPl xchartl xchartl 8 idiv 8 mul sub def /gammaNl 1 2.4 xchartNl 0.18 mul sub 2.4 div div def /gammaPl 2.4 xchartPl 0.18 mul sub 2.4 div def /gammal gammaNl gammaPl mul def /tfzw tfzw def %gammal exp def } if /tfzn 1 tfzw sub def xcolorn 0 eq {/tfzx* {0 0 0 tfzn setcmykcolor} def} if xcolorn 1 eq {/tfzx* {tfzw setgray} def} if xcolorn 2 eq {/tfzx* {tfzn dup dup 0 setcmykcolor} def} if xcolorn 3 eq {/tfzx* {tfzw dup dup setrgbcolor} def} if tfzx* 0 0 moveto 24500 0 rlineto 0 4000 rlineto -24500 0 rlineto closepath fill tfnx* 0 0 moveto 24500 0 rlineto 0 4000 rlineto -24500 0 rlineto closepath stroke %%%%%%%%%%% oberer Schriftzug %%%%%%%%%%%%%%%% tfwx* 30 3650 moveto TBIG (L*/Y) show -50 -50 rmoveto TBK (intended) showen (vorgesehen) showde (pretenden) showes (destin\351) showfr (destinati) showit (intendert) showjp 100 3400 moveto TBIK ((absolut)) showde ((absolute)) showen ((absoluta)) showes ((absolu)) showfr ((absoluta)) showit ((absolutt)) showjp 0 1150 moveto TBIG (w*=l*) show -200 -150 rmoveto TBIK (CIELAB, r) show 0 780 moveto TBIK ((relativ)) showde ((relative)) showen ((relativa)) showes ((relative)) showfr ((relativo)) showit ((relativ)) showjp 100 1900 moveto TBIG (Nr. und) showde (No. and) showen (NO y) showes (No et) showfr (N. e) showit (Nr. og) showjp 100 1600 moveto RBIG (Hex-Code) showde (Hex code) showen TBIG (c\363digo Hex) showes (code Hex) showfr (codige Hex) showit RBIG (Hex-code) showjp 100 3000 moveto xcolorn 0 eq {TBIG (0 0 0 n*) show} if xcolorn 1 eq {TBIG (w*) show} if xcolorn 2 eq {TBIG (n* n* n* 0) show} if xcolorn 3 eq {TBIG (w* w* w*) show} if 100 2720 moveto xcolorn 0 eq {TBIG (setcmyk) show} if xcolorn 1 eq {TBIG (setgray) show} if xcolorn 2 eq {TBIG (setcmyk) show} if xcolorn 3 eq {TBIG (setrgb) show} if %gamma output 100 2300 moveto TBIG (g) show colorml 0 eq {%colorml=0 TBM 0 -70 rmoveto (P) show 0 70 rmoveto TBG (=1,000) show} {%colorml=1 TBM 0 -70 rmoveto xchartl 7 le {(P) show}{(N) show} ifelse 0 70 rmoveto TBG (=) show gammal cvsshow3x} ifelse 550 400 moveto TBIG (w*) show -10 -50 rmoveto TBK (intended) showen (vorgesehen) showde (pretenden) showes (destin\351) showfr (destinati) showit (intendert) showjp 550 80 moveto TBIG (w*) show -10 -50 rmoveto TBK (Ausgabe) showde %0AG36X-Y 0600# (output) showen %1AG36X-Y 0600# (salida) showes %2AG36X-Y 0600# (sortie) showfr %3AG36X-Y 0600# (uscita) showit %4AG36X-Y 0600# (output) showjp 1900 600 translate %untere Reihe um +200, +200 verschoben bei dx=1000 von 1400 tfnx* /ntu [(0,000) (0,067) (0,133) (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 /nts [ 0.000 0.067 0.133 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 /n* [(00;F) (01;E) (02;D) (03;C) (04;B) (05;A) (06;9) (07;8) (08;7) (09;6) (10;5) (11;4) (12;3) (13;2) (14;1) (15;0) (00;4) (01;3) (02;2) (03:1) (04;0)] def TBM tfwx* /iy0 0 def /i0 0 def /i1 15 def i0 1 i1 {/i exch def %i=i0,i1 /ix0 i i0 sub 1400 mul def ix0 200 add iy0 250 sub moveto ntu i get show ix0 200 add iy0 520 sub moveto nts i get colorml 1 eq {gammal exp} if %cvsshow3 cvsshow3x } for %i=i0,i1 /iy0 3050 def i0 1 i1 {/i exch def %i=i0,i1 /ix0 300 i i0 sub 1400 mul add def ix0 400 sub iy0 moveto L*i i get cvsshow1x (/) show Yi i get cvsshow1x } for %i=i0,i1 TBG tfnx* /iy0 0 def i0 1 i1 {/i exch def %i=i0,i1 /ix0 400 i i0 sub 1400 mul add def ix0 300 sub iy0 1150 add moveto n* i get show } for %i=i0,i1 TBG tfnx* /s 1000 def /j0 0 def /j1 15 def j0 1 j1 {/j exch def %j=j0,j1 /ix0 j 1400 mul def ix0 iy0 s s /tfwj nts j get def %colorml 1 eq {gammal exp} if def /tfnj 1 tfwj sub def xcolorn 0 eq {0 0 0 tfnj setcmykcolor rec fill} if xcolorn 1 eq {tfwj setgray rec fill} if xcolorn 2 eq {tfnj dup dup 0 setcmykcolor rec fill} if xcolorn 3 eq {tfwj dup dup setrgbcolor rec fill} if j 7 eq j 8 eq or {%white arround mean grey ix0 iy0 s s xcolorn 0 eq {0 0 0 0 setcmykcolor rec stroke} if xcolorn 1 eq {1 setgray rec stroke} if xcolorn 2 eq {0 0 0 0 setcmykcolor rec stroke} if xcolorn 3 eq {1 1 1 setrgbcolor rec stroke} if } if %white arround mean grey } for %j=j0,j1 /s 1400 def /iy0 1500 def j0 1 j1 {/j exch def %j=j0,j1 /ix0 j 1400 mul 200 sub def ix0 iy0 s s /tfwj nts j get def %colorml 1 eq {gammal exp} if def /tfnj 1 tfwj sub def xcolorn 0 eq {0 0 0 tfnj setcmykcolor rec fill} if xcolorn 1 eq {tfwj setgray rec fill} if xcolorn 2 eq {tfnj dup dup 0 setcmykcolor rec fill} if xcolorn 3 eq {tfwj dup dup setrgbcolor rec fill} if } for %j=j0,j1 -1900 -600 translate } if %pchartl=2; 'al0x'Y10-7N_AL09_JSO_3P3A.EPS; 16 step grey scales 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 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 AG360-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 (AG360-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 AG361-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 (AG361-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 AG361-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 (AG361-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 AG361-3N.EPS Y11-3N_AL39_JSO.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/AG36/AG36.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:2017040112000) /ModDate (D:20170401112000) /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 /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 %*********************************************************** %/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 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 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 Y11-3N_AL39_JSO.EPS %font0309.ps*********************************************** /CW {100 /Courier-ISOL1 FS} bind def /CV {150 /Courier-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 /CBW {100 /CourierB-ISOL1 FS} bind def /CBV {150 /CourierB-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 /RW {100 /Times-Roman FS} bind def /RV {150 /Times-Roman FS} bind def /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 /RIW {100 /Times-Italic FS} bind def /RIV {150 /Times-Italic 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 /RBW {100 /Times-Bold FS} bind def /RBV {150 /Times-Bold 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 /RBIW {100 /Times-BoldItalic FS} bind def /RBIV {150 /Times-BoldItalic 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 /TW {100 /Times-ISOL1 FS} bind def /TV {150 /Times-ISOL1 FS} bind def /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 /TIW {100 /TimesI-ISOL1 FS} bind def /TIV {150 /TimesI-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 /TBW {100 /TimesB-ISOL1 FS} bind def /TBV {150 /TimesB-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 {295 /TimesB-ISOL1 FS} bind def /TBIW {100 /TimesBI-ISOL1 FS} bind def /TBIV {150 /TimesBI-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 /SW {100 /Symbol FS} bind def /SV {150 /Symbol FS} bind def /SS {200 /Symbol FS} bind def /SK {250 /Symbol FS} bind def /SM {300 /Symbol FS} bind def /SG {350 /Symbol FS} bind def /ishowRV {RW -00 -30 rmoveto show 00 30 rmoveto RV} def /jshowRV {RBW -00 -30 rmoveto show 00 30 rmoveto RBV} def /ishowTV {TW -00 -30 rmoveto show 00 30 rmoveto TV} def /jshowTV {TBW -00 -30 rmoveto show 00 30 rmoveto TBV} def /ishowRS {RV -00 -40 rmoveto show 00 40 rmoveto RS} def /jshowRS {RBV -00 -40 rmoveto show 00 40 rmoveto RBS} def /ishowTS {TV -00 -40 rmoveto show 00 40 rmoveto TS} def /jshowTS {TBV -00 -40 rmoveto show 00 40 rmoveto TBS} def /ishowRK {RS -00 -50 rmoveto show 00 50 rmoveto RK} def /jshowRK {RBS -00 -50 rmoveto show 00 50 rmoveto RBK} def /ishowTK {TS -00 -50 rmoveto show 00 50 rmoveto TK} def /jshowTK {TBS -00 -50 rmoveto show 00 50 rmoveto TBK} def /ishowRM {RK -00 -60 rmoveto show 00 60 rmoveto RM} def /jshowRM {RBK -00 -60 rmoveto show 00 60 rmoveto RBM} def /ishowTM {TK -00 -60 rmoveto show 00 60 rmoveto TM} def /jshowTM {TBK -00 -60 rmoveto show 00 60 rmoveto TBM} def /ishowRG {RM -00 -70 rmoveto show 00 70 rmoveto RG} def /jshowRG {RBM -00 -70 rmoveto show 00 70 rmoveto RBG} def /ishowTG {TM -00 -70 rmoveto show 00 70 rmoveto TG} def /jshowTG {TBM -00 -70 rmoveto show 00 70 rmoveto TBG} def %font0309.ps*********************************************** 72 90 translate 0.01 MM dup scale 20 setlinewidth 1.0 setgray 0 0 moveto 12000 0 rlineto 0 8200 rlineto -12000 0 rlineto closepath fill 0.0 setgray 0 0 moveto 12000 0 rlineto 0 8200 rlineto -12000 0 rlineto closepath stroke 00100 -240 moveto TM (Teil 2, ) showde (part 2, ) showen (parte 2, ) showes (la part 2, ) showfr (la parte 2, ) showit (artikkelen 2, ) showjp 9500 -240 moveto RM (AG361-3) show Txx show (: ) show deintp cvishow colorml cvishow xcolorl cvishow xchartl cvishow pchartl cvishow /y0 7900 def /yd 320 def 100 y0 moveto TBG (Unterscheidbarkeit von Farben mit 20 Buntt\366nen) showde (Discriminability of colours with 20 hues) showen (Discriminability de colores con 20 tonos) showes (Discriminability avec des 20 teintes de couleurs) showfr (Discriminability di colori con 20 tonalit\340) showit (Discriminability av farger med 20 fargetoner) showjp ( ) show RBG ((Ja/Nein-Entscheidung)) showde TBG ((Yes/No decision)) showen ((Si/No decisi\363n)) showes ((D\351cision Qui/No)) showfr ((Si/No decisione)) showit ((Beslutningen Ja/Nei)) showjp /xshift 5300 def xshift y0 yd 2.4 mul sub moveto TM (Es gibt vier Elementarbuntt\366ne auf jeder Seite:) showde (There are four elementary hues on each page:) showen (Hay cuarto tonos elementales en cada pagina:) showes (Il ya quatre couleurs \351l\351mentaires sur chaque page:) showfr (Ci sono quatro tonalit\340 elementari su ogni pagina:) showit (Det er fire elementarfargetoner pa hver sideo:) showjp xshift y0 yd 3.4 mul sub moveto TM (Rot) showde (Red) showen (Rojo) showes (Rouge) showfr (Rosso) showit (R\370d) showjp TBIM ( R) show (e) jshowTM TBM (, ) show TM (Gelb) showde (Yellow) showen (Amarillo) showes (Jaune) showfr (Giallo) showit (Gul) showjp TBIM ( Y) show (e) jshowTM TBM (, ) show TM (Gr\374n) showde (Green) showen (Verde) showes (Vert) showfr (Verde) showit (Gr\370nn) showjp TBIM ( G) show (e) jshowTM TM ( und ) showde (, and ) showen ( y ) showes ( et ) showfr ( e ) showit ( og ) showjp TM (Blau) showde (Blue) showen (Azul) showes (Bleu) showfr (Blu) showit (Bl\345) showjp TBIM ( B) show (e) jshowTM TBM (.) show xshift y0 yd 4.7 mul sub moveto TM (Eingabedaten 1 0 0 k\366nnen erzeugen:) showde (Input data 1 0 0 may produce: ) showen (1 0 0 datos en entrada pueden producir: ) showes (Les donn\351es d'entr\351e 1 0 0 peut produire: ) showfr (I dati di input 1 0 0 possono produrre: ) showit (Input data 1 0 0 kan produsere: ) showjp TM (Rot) showde (Red) showen (Rojo) showes (Rouge) showfr (Rosso) showit (R\370d) showjp TBIM ( R) show (e) jshowTM TBM (.) show xshift y0 yd 5.7 mul sub moveto TM (Eingabedaten 0 1 0 k\366nnen erzeugen:) showde (Input data 0 1 0 may produce: ) showen (0 1 0 datos en entrada pueden producir: ) showes (Les donn\351es d'entr\351e 0 1 0 peut produire: ) showfr (I dati di input 0 1 0 possono produrre: ) showit (Input data 0 1 0 kan produsere: ) showjp TM (Gr\374n) showde (Green) showen (Verde) showes (Vert) showfr (Verde) showit (Gr\370nn) showjp TBIM ( G) show (e) jshowTM TBM (.) show xshift y0 yd 6.7 mul sub moveto TM (Eingabedaten 0 0 1 k\366nnen erzeugen:) showde (Input data 0 0 1 may produce: ) showen (0 0 1 datos en entrada pueden producir: ) showes (Les donn\351es d'entr\351e 0 0 1 peut produire: ) showfr (I dati di input 0 0 1 possono produrre: ) showit (Input data 0 0 1 kan produsere: ) showjp TM (Blau) showde (Blue) showen (Azul) showes (Bleu) showfr (Blu) showit (Bl\345) showjp TBIM ( B) show (e) jshowTM TBM (.) show xshift y0 yd 7.7 mul sub moveto TM (Eingabedaten 1 1 0 k\366nnen erzeugen:) showde (Input data 1 1 0 may produce: ) showen (1 1 0 datos en entrada pueden producir: ) showes (Les donn\351es d'entr\351e 1 1 0 peut produire: ) showfr (I dati di input 1 1 0 possono produrre: ) showit (Input data 1 1 0 kan produsere: ) showjp TM (Gelb) showde (Yellow) showen (Amarillo) showes (Jaune) showfr (Giallo) showit (Gul) showjp TBIM ( Y) show (e) jshowTM TBM (.) show xshift y0 yd 9.0 mul sub moveto TM (Vier Bunttonstufen sind zwischen:) showde (Four hue steps are between:) showen (Four hue steps are between:) showes (Four hue steps are between:) showfr (Four hue steps are between:) showit (Four hue steps are between:) showjp xshift y0 yd 10.0 mul sub moveto TM (Rot) showde (Red) showen (Rojo) showes (Rouge) showfr (Rosso) showit ( R\370d) showjp TBIM ( R) show (e) jshowTM TM ( und ) showde ( and ) showen ( y ) showes ( et ) showfr ( e ) showit ( og ) showjp (Gelb) showde (Yellow) showen (Amarillo) showes (Jaune) showfr (Giallo) showit (Gul) showjp TBIM ( Y) show (e) jshowTM (, ) show TM (, ) show (Gelb) showde (Yellow) showen (Amarillo) showes (Jaune) showfr (Giallo) showit (Gul) showjp TBIM ( Y) show (e) jshowTM TM ( und ) showde (, and ) showen ( y ) showes ( et ) showfr ( e ) showit ( og ) showjp (Gr\374n) showde (Green) showen (Verde) showes (Vert) showfr (Verde) showit (Gr\370nn) showjp TBIM ( G) show (e) jshowTM TBM (.) show xshift y0 yd 11.0 mul sub moveto TM (Gr\374n) showde (Green) showen (Verde) showes (Vert) showfr (Verde) showit (Gr\370nn) showjp TBIM ( G) show (e) jshowTM TM ( und ) showde ( and ) showen ( y ) showes ( et ) showfr ( e ) showit ( og ) showjp TM (Blau) showde (Blue) showen (Azul) showes (Bleu) showfr (Blu) showit (Bl\345) showjp TBIM ( B) show (e) jshowTM (, ) show TM (Blau) showde (Blue) showen (Azul) showes (Bleu) showfr (Blu) showit (Bl\345) showjp TBIM ( B) show (e) jshowTM TM ( und ) showde (, and ) showen ( y ) showes ( et ) showfr ( e ) showit ( og ) showjp (Rot) showde (Red) showen (Rojo) showes (Rouge) showfr (Rosso) showit (R\370d) showjp TBIM ( R) show (e) jshowTM TBM (.) show xshift y0 yd 12.3 mul sub moveto TM (Die Pr\374fung benutzt einen Bunttonkreis mit 20 T\366nen.) showde (This test uses a hue circle with 20 hues.) showen (Esta prueba utiliza un circulo de colores con 20 tonos.) showes (Ce test utilise un cercle de couleur avec des 20 teintes.) showfr (Questo test utilizza un cercio dei colori con tonallit\340 20.) showit (Denne testen bruker en farge sirkel med 20 fargetoner.) showjp xshift y0 yd 13.3 mul sub moveto TM (Alle 20 sollen unterscheidbar sein.) showde (All 20 hues should be distinguishable.) showen (Todos les 20 tonos ser\341 distinguible.) showes (Toutes les teintes 20 sont discriminable.) showfr (Tutti 20 tonalit\340 di colore deve essere distinguibile.) showit (Alle 20 fargetoner skal disciminable.) showjp xshift y0 yd 14.5 mul sub moveto TM (F\374r diese Pr\374fung ist) showde TBM ( nicht) showde TM ( notwendig:) showde (For this test it is) showen TBM ( not) showen TM ( necessary:) showen (Par esta prueba) showes TBM ( no) showes TM ( es necessario:) showes (Pour ce test, il ) showfr TBM (n'est pas) showfr TM ( n\351cessaire:) showfr (Per questa prova) showit TBM ( non) showit TM ( \350 necessario:) showit (For denne testen er det) showjp TBM ( ikke) showjp TM ( n\370dvendig:) showjp xshift y0 yd 15.5 mul sub moveto (1. Alle 20 Unterschiede sind visuell gleich.) showde (1. All 20 differences are visually equal.) showen (1. Las 20 differencias visualmente son iguales.) showes (1. Les 20 diff\351rences sont visuellment \351quivalents.) showfr (1. Tutte e 20 differenze sono visivamente ugale.) showit (1. Alle 20 forskjellene er visuelt lik.) showjp xshift y0 yd 16.5 mul sub moveto (2. Elementarbuntt\366ne liegen bei 00, 05, 10 und 15.) showde (2. Elementary hues locate at 00, 05, 10, and 15.) showen (2. Elementary hues locate at 00, 05, 10, and 15.) showes (2. Teintes \351l\351mentaires localiser \340 00, 05, 10 et 15.) showfr (2. Tonos colores elementales localizar en 00, 05, 10 y 15.) showit (2. P\345 element\346rfargen finn P\345 00, 05, 10 og 15.) showjp /yt0 02100 def /x00 00100 def /x10 00900 def /x01 10100 def /x20 10900 def /yt0 x00 yt0 yd 0 mul sub moveto TBM (Sind alle 20 Farben der 20 Buntt\366ne unterscheidbar?) showde (Are all 20 colours of the 20 hues distinguishable?) showen (Son 20 colors de los 20 tonos distinguible?) showes (Sont tout les 20 coleurs avec les 20 teintes distinguer?) showfr (Soro tutti a 20 colori con i 20 tonalit\340 di colore distinguible?) showit (Alle 20 farger med 20 fargetoner kan skilles fra hverandre?) showjp x00 8900 add yt0 yd 0 mul sub moveto TM ( ) show (unterstreiche:) showde (underline:) showen (subrayado:) showes (souligner:) showfr (sottolineto:) showit (underline:) showjp ( ) show TBM (Ja/Nein) showde (Yes/No) showen (Si/No) showes (Qui/Non) showfr (Si/No) showit (Ja/Nei) showjp x00 yt0 yd 1.1 mul sub moveto TBM (Nur bei "Nein":) showde (Only in case of "No":) showen (Solo en casa de "No":) showes (Seulement en cas de "No":) showfr (Solo nel caso del "No":) showit (Bare i tilfelle av "Nei":) showjp x00 300 add yt0 yd 2.1 mul sub moveto TM (Die Farben der zwei Bunttonstufen Nr. (z. B. 00 und 01) ..............) showde (The colours of the two hue steps no. (e. g. 00 and 01) ...............) showen (Los colores de los dos pasos de tono no. (e. g. 00 y 01) .............) showes (Les couleur de deux palier teinte no. (e. g. 00 et 01) ...............) showfr (Il colori delle due fasi di tinta n. (e. g. 00 e 01) ''...............) showit (Fargene pa to kul\370r trinn nr. (e. g. 00 og 01) ....................) showjp %x00 8500 add yt0 yd 2.1 mul sub moveto TM (sind nicht unterscheidbar.) showde (are not distinguishable.) showen (ne son distiguishable.) showes (ne sont pas distiguishable.) showfr (no sono distiguishable.) showit (er ikke distiguishable.) showjp x00 300 add yt0 yd 3.1 mul sub moveto TM (Die Farben der zwei Bunttonstufen Nr. (z. B. 14 und 15) ..............) showde (The colours of the two hue steps no. (e. g. 14 and 15) ...............) showen (Los colores de los dos pasos de tono no. (e. g. 14 y 15) .............) showes (Les couleur de deux palier teinte no. (e. g. 15 et 15) ...............) showfr (Il colori delle due fasi di tinta n. (e. g. 14 e 15) ''...............) showit (Fargene pa to kul\370r trinn nr. (e. g. 014 og 14) ....................) showjp %x00 8500 add yt0 yd 3.1 mul sub moveto TM (sind nicht unterscheidbar.) showde (are not distinguishable.) showen (ne son distiguishable.) showes (ne sont pas distiguishable.) showfr (no sono distiguishable.) showit (er ikke distiguishable.) showjp x00 300 add yt0 yd 4.1 mul sub moveto TM (Die Farben der zwei Bunttonstufen Nr. (z. B. 15 und 16) ..............) showde (The colours of the two hue steps no. (e. g. 15 and 16) ...............) showen (Los colores de los dos pasos de tono no. (e. g. 15 y 16) .............) showes (Les couleur de deux palier teinte no. (e. g. 15 et 16) ...............) showfr (Il colori delle due fasi di tinta n. (e. g. 15 e 16) ''...............) showit (Fargene pa to kul\370r trinn nr. (e. g. 15 og 16) ....................) showjp %x00 8500 add yt0 yd 4.1 mul sub moveto TM (sind nicht unterscheidbar.) showde (are not distinguishable.) showen (ne son distiguishable.) showes (ne sont pas distiguishable.) showfr (no sono distiguishable.) showit (er ikke distiguishable.) showjp x00 300 add yt0 yd 5.1 mul sub moveto TM (Liste andere Paare: ........) showde (List other pairs: ........ ) showen (Lista de otros pares: ........ ) showes (List des autres paires: ........ ) showfr (Lista delle altre coppie: ........ ) showit (Listen over andre par: ........ ) showjp x00 300 add yt0 yd 6.1 mul sub moveto TBM (Ergebnis:) showde (Result:) showen (Resultato:) showes (R\351sultat:) showfr (Risultato:) showit (Resultat:) showjp TM ( ) show (Von den 20 Bunttonunterschieden sind (z. B. 18) .........) showde ( Unterschiede erkennbar.) showde (Of the 20 hue differences are (e.g. 18) .........) showen ( differences visible.) showen (De las 20 differencias de matiz (e.g. 18) .........) showes ( las differencias visibles.) showes (De 20 diff\351rences de teinte sont (e.g. 18) .........) showfr ( diff\351rences visible.) showfr (Del 20 differenze di tonalit\340 sono (e.g. 18) .........) showit ( differenze visibili.) showit (Av 20 kul\370r forskjeller er (e.g. 18) .........) showjp ( forskjeller synlig.) showjp %BEG Elementary-Hue Circle 2600 4900 translate -2700 0.9 mul 2600 moveto TM (Layoutbeispiel: ) showde (Layout example: ) showen (Ejemmplo de dise\361o: ) showes (Exemple la mise en page: ) showfr (L'esempio di layout: ) showit RM (Layout-eksempel: ) showjp TM (Unterscheidbarkeit von Farben mit 20 Buntt\366nen.) showde (Discriminability of colours with 20 hues.) showen (Discriminability de colores con 20 tonos.) showes (Discriminability avec des 20 teintes de couleurs.) showfr (Discriminability di colori con 20 tonalit\340.) showit (Discriminability av farger med 20 fargetoner.) showjp 0.90 dup scale 1.0 setgray -2700 -2700 moveto 5400 0 rlineto 0 5400 rlineto 5400 neg 0 rlineto closepath fill 0.0 setgray %-2700 -2700 moveto 5400 0 rlineto 0 5400 rlineto % 5400 neg 0 rlineto closepath stroke -1500 0 moveto 1500 0 lineto stroke 0 -1500 moveto 0 1500 lineto stroke /AngrgbTabt 88 array def /AngrgbTabt [%31 angles = 360/18 + 1 = 20 + 1 000 1.0 0.0 0.0 018 1.0 0.2 0.0 036 1.0 0.4 0.0 054 1.0 0.6 0.0 072 1.0 0.8 0.0 090 1.0 1.0 0.0 108 0.8 1.0 0.0 126 0.6 1.0 0.0 144 0.4 1.0 0.0 162 0.2 1.0 0.0 180 0.0 1.0 0.0 198 0.0 1.0 0.4 216 0.0 1.0 0.8 234 0.0 0.8 1.0 252 0.0 0.4 1.0 270 0.0 0.0 1.0 288 0.4 0.0 1.0 306 0.8 0.0 1.0 324 1.0 0.0 0.8 342 1.0 0.0 0.4 360 1.0 0.0 0.0 ] def 0 0 2400 0 360 arc stroke /rx 2400 def /xd2 200 def 0 1 19 {/j exch def %j=0,19 /xpos rx AngrgbTabt j 4 mul get cos mul def /ypos rx AngrgbTabt j 4 mul get sin mul def 1 setgray xpos ypos xd2 0 360 arc fill 0 setgray xpos ypos xd2 0 360 arc stroke } for %j=0,19 newpath 0 1 19 {/j exch def %j=0,19 /xpos rx AngrgbTabt j 4 mul get cos mul def /ypos rx AngrgbTabt j 4 mul get sin mul def xpos 150 sub ypos 100 sub moveto j 9 le {(0) show j cvishow} {j cvishow} ifelse } for %j=0,19 /j 0 def /xpos rx 650 sub AngrgbTabt j 4 mul get cos mul def /ypos rx 650 sub AngrgbTabt j 4 mul get sin mul def xpos 000 sub ypos 100 sub moveto TBIG (R) show (e) jshowTG /j 5 def /xpos rx 400 sub AngrgbTabt j 4 mul get cos mul def /ypos rx 400 sub AngrgbTabt j 4 mul get sin mul def xpos 200 sub ypos 100 sub moveto TBIG (Y) show (e) jshowTG /j 10 def /xpos rx 500 sub AngrgbTabt j 4 mul get cos mul def /ypos rx 500 sub AngrgbTabt j 4 mul get sin mul def xpos 250 sub ypos 100 sub moveto TBIG (G) show (e) jshowTG /j 15 def /xpos rx 400 sub AngrgbTabt j 4 mul get cos mul def /ypos rx 400 sub AngrgbTabt j 4 mul get sin mul def xpos 250 sub ypos 100 sub moveto TBIG (B) show (e) jshowTG 2600 neg 5100 neg translate %END Elementary-Hue Circle } if %pchartl=1 Y11-3N_AL39_JSO.EPS pchartl 2 eq {%pchartl=2; 'AL0X'Y11-3N_AL09_JSO_2P3A.EPS; graphic in-out %font0309A.ps*********************************************** %only T*V, R*V, T*W, R*W, jshowTV, jshowTR with T*W, R*W /RW {100 /Times-Roman FS} bind def /RV {150 /Times-Roman FS} bind def /RIW {100 /Times-Italic FS} bind def /RIV {150 /Times-Italic FS} bind def /RBW {100 /Times-Bold FS} bind def /RBV {150 /Times-Bold FS} bind def /RBIW {100 /Times-BoldItalic FS} bind def /RBIV {150 /Times-BoldItalic FS} bind def /TW {100 /Times-ISOL1 FS} bind def /TV {150 /Times-ISOL1 FS} bind def /TIW {100 /TimesI-ISOL1 FS} bind def /TIV {150 /TimesI-ISOL1 FS} bind def /TBW {100 /TimesB-ISOL1 FS} bind def /TBV {150 /TimesB-ISOL1 FS} bind def /TBIW {100 /TimesBI-ISOL1 FS} bind def /TBIV {150 /TimesBI-ISOL1 FS} bind def /SW {100 /Symbol FS} bind def /SV {150 /Symbol FS} bind def /ishowRV {RW -00 -30 rmoveto show 00 30 rmoveto RV} def /jshowRV {RBW -00 -30 rmoveto show 00 30 rmoveto RBV} def /ishowTV {TW -00 -30 rmoveto show 00 30 rmoveto TV} def /jshowTV {TBW -00 -30 rmoveto show 00 30 rmoveto TBV} def %font0309A.ps*********************************************** /CMeasSxl (Measure: unknown) def /CDeviceSxl (Device: unknown) def /CDateSxl (Date: unknown) def /DecodeXYZ* {dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse} bind def colorml 0 eq {/ilx 0 def } {%colorml=1 xchartl xchartd idiv 2 le {/ilx xchartl def} if xchartl xchartd idiv 3 eq {/ilx 4 def} if xchartl xchartd idiv 4 eq {/ilx 8 def} if xchartl xchartd idiv 5 eq {/ilx 16 def} if xchartl xchartd idiv 6 eq {/ilx 32 def} if xchartl xchartd idiv 7 eq {/ilx 64 def} if } ifelse /Xnref 0.63 ilx mul 0.9505 mul def /Ynref 0.63 ilx mul def /Znref 0.63 ilx mul 1.0890 mul def /XQ Xnref 95.05 div def /YQ Ynref 100.00 div def /ZQ Znref 108.90 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 /L*ref YQ 0.008856 lt {903.3 YQ mul} {YQ 0.33333333 exp 116 mul 16 sub} ifelse def /a*ref 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 def /b*ref 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 def /L*N L*ref def /L*W 95.41 def /L*i 21 array def %different for xchartl=0,7 /a*i 21 array def /b*i 21 array def /l*i 21 array def /Yi 21 array def %equal distance between L*N and L*W 0 1 20 {/i exch def %steps from black to white i 15 le {/i0 0 def /istep 15 def} {/i0 16 def /istep 4 def} ifelse L*i i L*N L*W L*N sub i i0 sub istep div mul add put a*i i 0 put b*i i 0 put l*i i L*i i get L*N sub L*W L*N sub div put /Y* {L*i i get 16 add 116 div} bind def Yi i Y* DecodeXYZ* 100.00 mul put } for /cvishow {cvi 6 string cvs show} def /cvsshow0 {10 mul 0.5 add cvi 0.1 mul 10 string cvs show} def /cvsshow1 {10 mul 0.5 add cvi 0.1 mul %new980310 dup 0 ge {( ) show} if dup abs 10 lt {( ) show} if 10 string cvs show} def /cvsshow2 {100 mul 0.5 add cvi 0.01 mul %new980310 dup 0 ge {( ) show} if dup abs 10 lt {( ) show} if 10 string cvs show} def /cvsshow3 {1000 mul 0.5 add cvi 0.001 mul 10 string cvs show} def /cvsshow1x {/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 /cvsshow2x {/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 /cvsshow3x {/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 72 90 translate 0.023 MM dup scale %attention different scale 15 setlinewidth 0 setgray RV 4100 -110 moveto (AG361-3) show Txx show (: ) show deintp cvishow colorml cvishow xcolorl cvishow xchartl cvishow pchartl cvishow 50 -130 moveto (Teil 2, ) showde (part 2, ) showen (parte 2, ) showes (la part 2, ) showfr (la parte 2, ) showit (artikkelen 2, ) showjp %(; ) show %CMeasSxl show (; ) show %CDeviceSxl show (; ) show %CDateSxl show 1 setgray 0 0 moveto 5400 0 rlineto 0 4000 rlineto %relatives Bildfeld 54 x 40mm -5400 0 rlineto closepath fill 0 setgray 0 0 moveto 5400 0 rlineto 0 4000 rlineto %relatives Bildfeld 54 x 40mm -5400 0 rlineto closepath stroke 0 setgray 0800 0400 translate %Nullpunkt Zeichnung 0 0 moveto 4000 0 rlineto stroke 0 0 moveto 0 3200 rlineto stroke %! 100 S-Einheiten = 2000 Skalen-Einheiten TV 0 -50 moveto 0 100 rlineto stroke 800 -50 moveto 0 100 rlineto stroke 1600 -50 moveto 0 100 rlineto stroke 2400 -50 moveto 0 100 rlineto stroke 3200 -50 moveto 0 100 rlineto stroke 4000 -50 moveto 0 100 rlineto stroke -300 -300 moveto (N 0,0) show 700 -300 moveto (0,25) show 1500 -300 moveto (0,50) show 2300 -300 moveto (0,75) show 3100 -300 moveto (1,00 W) show %! 100 S-Einheiten = 2000 Skalen-Einheiten -50 0 moveto 100 0 rlineto stroke -50 800 moveto 100 0 rlineto stroke -50 1600 moveto 100 0 rlineto stroke -50 2400 moveto 100 0 rlineto stroke -50 3200 moveto 100 0 rlineto stroke -530 -60 moveto (N 0,00) show -350 740 moveto (0,25) show -350 1540 moveto (0,50) show -350 2340 moveto (0,75) show -530 3140 moveto (W 1,00) show -700 2900 moveto TIV (w*') show (output) ishowTV -700 2700 moveto TIV (w'*) show (output) ishowTV 3000 200 moveto TIV (w*) show (input) ishowTV 0 setgray 0 0 moveto 3200 3200 lineto stroke [100] 0 setdash 0 3200 0.133 mul moveto 3200 3200 3200 0.0333 mul add lineto stroke 0 3200 0.133 mul neg moveto 3200 3200 3200 0.0333 mul sub lineto stroke colorml 1 eq {/xchartNl xchartl 8 idiv def /xchartPl xchartl xchartl 8 idiv 8 mul sub def /gammaNl 1 2.4 xchartNl 0.18 mul sub 2.4 div div def /gammaPl 2.4 xchartPl 0.18 mul sub 2.4 div def /gammal gammaNl gammaPl mul def } if /L*gi 21 array def %different for xchartl=0,7 /a*gi 21 array def /b*gi 21 array def /l*gi 21 array def /Ygi 21 array def %distance between L*N and L*W using gamma 0 1 20 {/i exch def %steps from black to white l*gi i l*i i get colorm 1 eq {gammal exp} if put L*gi i L*W L*N sub l*gi i get mul L*N add put a*gi i 0 put b*gi i 0 put /Y* {L*gi i get 16 add 116 div} bind def Ygi i Y* DecodeXYZ* 100.00 mul put } for 0 0 1 setrgbcolor 40 setlinewidth [100] 0 setdash 0 1 15 {/i exch def /xw l*i i get def /yw l*i i get colorml 1 eq {gammal exp} if def xw 3200 mul yw 3200 mul i 0 eq { moveto} {lineto} ifelse } for stroke %i 0 0 1 setrgbcolor 40 setlinewidth [100] 0 setdash 0 1 15 {/i exch def /xw l*i i get def /yw l*i i get colorml 1 eq {1 gammal div exp} if def xw 3200 mul yw 3200 mul i 0 eq { moveto} {lineto} ifelse } for stroke %i 1 0 0 setrgbcolor 25 setlinewidth [50] 0 setdash 0 1 15 {/i exch def /xw i 15 div def /yw xw colorml 1 eq {gammal exp} if def xw 3200 mul yw 3200 mul i 0 eq { moveto} {lineto} ifelse } for stroke %i 0 1 15 {/i exch def /xw i 15 div def /yw xw colorml 1 eq {1 gammal div exp} if def xw 3200 mul yw 3200 mul i 0 eq { moveto} {lineto} ifelse } for stroke %i 0 setgray -00 3450 moveto TV (F\374r linearisierte Ausgabe der 16 Graustufen von ) showde (For linearized output of the 16 grey steps of ) showen (Para salida linealizada de los 16 pasos de gris de ) showes (Pour la linearized output de la 16 palier de gris in ) showfr (Per l'uscita linearizzada dei 16 passaggi di gridio nella ) showit (For linearized utgang av 16 gra tinnene i ) showjp (Bild) showde (Picture) showen (fig.) showes (Fig.) showfr (Fig.) showit (Figur) showjp ( A7) show TxS show Txx ishowTV 0 0 1 setrgbcolor 100 3200 moveto RBIV ('* (Strich-Stern)-Koordinaten um die) showde ('* (dash-star) coordinates to reach) showen ('* (dash-star) coordenadas para illegar a la) showes ('* (dash-star) coordonne pour atteindre la) showfr ('* (dash-stelle) coordinates per raggiungere) showit ('* (dash-sterners) koordinater for linearized) showjp 100 3000 moveto RBIV (linearisierte Ausgabe mit realer Display-) showde TBIV (the linearized output with the real) showen (salida linealizada con la pandala real) showes (sortie linearized output avec reflet) showfr (l'uscita linearizzato con il display) showit (linearized utgang med ekte vise refleksjon) showjp 100 2800 moveto TBIV (Reflexion im B\374roraum zu erreichen;) showde (display reflection in office room;) showen (reflexi\363n en la sala de la oficina;) showes (r\351el dans la chambre bureau;) showfr (reale riflesso in ufficio;) showit RBIV (refleksjon i office-rommet;) showjp 100 2600 moveto TBIV (hellere (positive P) Ausgabe) showde (lighter (positiv P) output) showen (salida (positiv P) encendedor) showes (plus claire sortie (positiv P)) showfr (uscita (positiv P) accendisigari) showit (lettere (positiv P) utgang) showjp 1 0 0 setrgbcolor 100 2350 moveto TBIV (w'*) show (output) jshowTV TBV ( = [) show TBIV (w*) show (input) jshowTV TBV (] ) show 0 60 rmoveto colorml 0 eq {(1,00) show} {xchartd 1 eq {gammaPl}{1 gammaNl div} ifelse cvsshow3x } ifelse 0 -60 rmoveto 0 0 1 setrgbcolor 2200 1400 moveto RBIV (*' (Stern-Strich)-Koordinaten) showde (*' (star-dash) coordinates) showen (*' (star-dash) coordenadas) showes (*' (star-dash)) showfr TBIV ( coordonn\351es) showfr RBIV (*' (stelle-dash) coordinate) showit (*' (sterners-dash) koordinatene) showjp 2200 1200 moveto TBIV (von realer Ausgabe mit realer) showde (of real output with real) showen (de la producci\363n real con pantalla) showes (de la production r\351el reflet) showfr (della produzione reale con display) showit (of real output with real til real\255) showjp 2200 1000 moveto TBIV (Displayreflexion im B\374roraum;) showde (display reflection in office room;) showen (real reflexi\363n en la sala de la oficina;) showes (dans la chambe de bureau;) showfr (reale riflessione in ufficio stanzza;) showit RBIV (utgang med virkelig vise refleksjon) showjp 2200 0800 moveto TBIV (dunklere (negative N) Ausgabe) showde (darker (negativ N) output) showen (m\341s oscuro (negativo N) salida) showes (plus fonc\351s sortie (n\351gative N)) showfr (pi\371 scuro (negativo N) output) showit (morkere (negativ N) utgang) showjp 1 0 0 setrgbcolor 2200 0550 moveto TBIV (w*') show (output) jshowTV TBV ( = [) show TBIV (w*) show (input) jshowTV TBV (] ) show 0 60 rmoveto colorml 0 eq {(1,00) show} {xchartd 1 eq {1 gammaPl div}{gammaNl} ifelse cvsshow3x } ifelse 0 -60 rmoveto -0800 -0400 translate %Nullpunkt Zeichnung } if %pchartl=2; 'AL0X'Y11-3N_AL09_JSO_2P3A.EPS; graphic in-out 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 AG361-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 (AG361-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 AG361-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 (AG361-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 AG361-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 (AG361-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 AG361-7N.EPS 'al0x'Y11-7N_AL39_JSO.EPS; CV prop. %%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/AG36/AG36.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:2017040112000) /ModDate (D:20170401112000) /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 /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 %*********************************************************** /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 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 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 colorm 0 eq deintp 0 eq and {/TxS () def /Txx (dd) def /Fxx (d) def} if colorm 0 eq deintp 1 eq and {/TxS () def /Txx (de) def /Fxx (e) def} if colorm 1 eq deintp 0 eq and {/TxS () def /Txx (dd) def /Fxx (d) def} if colorm 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; 'al0x'Y11-7N_AL09_JSO_2P1S.EPS; CV prop. %font0309C.ps*********************************************** %only T*G, T*M, T*K with jshowTG, jshowTM with T*M and T*K %special R*G, R*M, T*G, T*M /RK {250 /Times-Roman FS} bind def /RM {275 /Times-Roman FS} bind def /RM1 {252 /Times-Roman FS} bind def /RG {320 /Times-Roman FS} bind def /RIK {250 /Times-Italic FS} bind def /RIM {275 /Times-Italic FS} bind def /RIG {320 /Times-Italic FS} bind def /RBK {250 /Times-Bold FS} bind def /RBM {275 /Times-Bold FS} bind def /RBG {320 /Times-Bold FS} bind def /RBIK {250 /Times-BoldItalic FS} bind def /RBIM {275 /Times-BoldItalic FS} bind def /RBIG {320 /Times-BoldItalic FS} bind def /TK {250 /Times-ISOL1 FS} bind def /TM {275 /Times-ISOL1 FS} bind def /TG {320 /Times-ISOL1 FS} bind def /TIK {250 /TimesI-ISOL1 FS} bind def /TIM {275 /TimesI-ISOL1 FS} bind def /TIG {320 /TimesI-ISOL1 FS} bind def /TBK {250 /TimesB-ISOL1 FS} bind def /TBM {275 /TimesB-ISOL1 FS} bind def /TBG {320 /TimesB-ISOL1 FS} bind def /TBIK {250 /TimesBI-ISOL1 FS} bind def /TBIM {275 /TimesBI-ISOL1 FS} bind def /TBIG {320 /TimesBI-ISOL1 FS} bind def /SM {250 /Symbol FS} bind def /SM {275 /Symbol FS} bind def /SG {320 /Symbol FS} bind def /ishowTM {TK -00 -60 rmoveto show 00 60 rmoveto TM} def /jshowTM {TBK -00 -60 rmoveto show 00 60 rmoveto TBM} def /ishowTG {TM -00 -70 rmoveto show 00 70 rmoveto TG} def /jshowTG {TBM -00 -70 rmoveto show 00 70 rmoveto TBG} def %font0309_01.ps*********************************************** 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 /serverL1 (http://130.149.60.45/~farbmetrik/) def /serverL2 (http://farbe.li.tu-berlin.de/) def /serverL3 (http://farbe.li.tu-berlin.de/) def /serverLA serverL3 def /serverLB serverL2 def /serverLC serverL2 def TM 0 setgray 00100 -240 moveto (Teil 4, ) showde (part 4, ) showen (parte 4, ) showes (la part 4, ) showfr (la parte 4, ) showit (artikkelen 4, ) showjp RM 9500 -240 moveto (AG361-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 RBG (Dokumentation der Beurteiler-Farbseheigenschaften) showde (Documentation of assessor colour-vision properties) showen TBG (Documentaci\363n de la visi\363n de color propiedades) showes TBM (Documentation de la propri\351t\351s de perception) showfr RBM (Documentazione del colore-vision) showit TBM ( propriet\340 di) showit RBM (Documentasjon av farge-visjon engenskaper av) showjp TBG ( f\374r diese Pr\374fung) showde ( for visual assessment) showen TBM ( de evaluadores para evaluaci\363n visual) showes ( de couleurs d'\351valateurs pour l'evaluation visuelle) showfr ( valutatori per la valutatione visiva) showit ( evaluatorer for visuell vurdering) showjp x20 y12 moveto TM (Der Beurteiler hat) showde TBM ( normales) showde TM ( Farbsehen nach einer Pr\374fung:) showde TM (The assessor has) showen TBM ( normal) showen TM ( colour vision according to one test:) showen TM (El evaluador tiene la visi\363n del color) showes TBM ( normal) showes TM ( seg\372n una prueba:) showes TM (L'\351valuateur a vision) showfr TBM ( normale) showfr TM ( de couleurs selon un test:) showfr TM (Il valuatore ha la) showit TBM ( normale) showit TM ( visione dei colori secundo una prova:) showit TM (Evaluatoren har) showjp TBM ( normal) showjp TM ( farge visjon i henhold til \351n test:) showjp x20 8500 add y12 moveto TBM (unterstreiche: Ja/nein) showde (underline: Yes/No) showen (underline: Si/No) showes (souligner: Qui/Non) showfr (sottolineare: Si/No) showit (underline: Ja/Nei) showjp x20 100 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) showen ( de acuerdo a la norma DIN 6160:1996 con Anomaloskop de) showes ( conform\351ment \340 la standard DIN 6160:1996 avec Anomaloskop de) showfr ( sia secondo DIN 6160:1996 con Anomaloskop di) showit ( enten i henhold til DIN 6160:1996 med Anomaloskop av) showjp TIM ( Nagel) show x20 8500 add y12 yd 1 mul sub moveto TBM (unterstreiche: Ja/unbekannt) showde (underline: Yes/unknown) showen (underline: Si/desconocido) showes (souligner: Qui/inconnu) showfr (sottolineare: Si/sconosciuto) showit (underline: Ja/ukjent) showjp x20 100 add y12 yd 2 mul sub moveto RM ( oder mit Farbpunkt-) showde TM (Pr\374ftafeln nach) showde TM ( or with test charts using colour points according to) showen ( o con la prueba de gr\341ficos utilizando los puntos de color segun) showes ( ou avec le test de graphiques \340 l'aide de points de couleur selon) showfr ( o con la prova grafica utilizzando punti di colore secondo) showit RM ( eller med test grafikk ved hjelp av farge-poeng i henhold til) showjp TIM ( Ishihara) show x20 8500 add y12 yd 2 mul sub moveto TBM (unterstreiche: Ja/unbekannt) showde (underline: Yes/unknown) showen (underline: Si/desconocido) showes (souligner: Qui/inconnu) showfr (sottolineare: Si/sconosciuto) showit (underline: Ja/ukjent) showjp x20 100 add y12 yd 3 mul sub moveto TM ( oder mit, bitte nennen:..............................................) showde ( or tested with, please specify: .....................................) showen ( o probado, por favor specifar: ......................................) showes ( ou test\340s avec, veuillez sp\351cifier: ...........................) showfr ( o testati con, si prega di specifare: ...............................) showit ( eller testet med, vennligst spesifiser: .............................) showjp x20 8500 add y12 yd 3 mul sub moveto TBM (unterstreiche: Ja/unbekannt) showde (underline: Yes/unknown) showen (underline: Si/desconocido) showes (souligner: Qui/inconnu) showfr (sottolineare: Si/sconosciuto) showit (underline: Ja/ukjent) showjp /y21 y12 yd 4.2 mul sub def /y22 y12 yd 5.2 mul sub def x20 y21 moveto TBG (F\374r visuelle Bewertung der Display )showde RBG ((Monitor, Daten-Projektor)-Ausgabe) showde TBG (For visual evaluation of the display ) showen ((Monitor, data projector) output) showen TBM (Para la evaluaci\363n visual de la salida de ) showes (muestra (monitor, proyector de datos)) showes (Pour l'\351valuation visuelle de la sortie ) showfr (d'\351crans (monitor, projecteur de donn\351es)) showfr (Para la valutazione visiva dell'output di monitor ) showit ((monitor, proiettore dati)) showit (For visuel vurdering av utskriften av viser ) showjp ((monitor, data projektor)) showjp x20 y22 moveto TM (B\374roarbeitsplatz) showde RM (-) showde TM (Beleuchtung ist Tageslicht (bedeckter/Nordhimmel)) showde (Office workplace illumination is daylight (clouded/north sky)) showen (Oficina iluminaci\363n es la luz de dia (nublado/north sky)) showes (L'\351clairage de travail de bureau est la lumin\350re du jour ) showfr ((ciel assombri/nord)) showfr (Ufficio illuminazione sul posto di lavoro \351 la luce diuma ) showit ((offuscato/nord cielo)) showit (Office workplace belysning er dagslys (matte/north sky)) showjp x20 9300 add y22 moveto TBM (unterstreiche: Ja/nein) showde (underline: Yes/No) showen (underline: Si/No) showes (souligner: Qui/Non) showfr (sottolineare: Si/No) showit (underline: Ja/Nei) showjp x20 y22 yd sub moveto RBM (PDF-Datei:) showde (PDF file:) showen RBK (Archivo PDF:) showes (Fichier PDF:) showfr RBM (File PDF:) showit (PDF-fil:) showjp x20 1600 add y22 yd sub moveto RM1 serverLB show (AG36/AG36) 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 (unterstreiche: Ja/nein) showde (underline: Yes/No) showen (underline: Si/No) showes (souligner: Qui/Non) showfr (sottolineare: Si/No) showit (underline: Ja/Nei) showjp x20 y22 yd 2 mul sub moveto RBM (PS-Datei:) showde (PS file:) showen RBK (Archivo PS:) showes (Fichier PS:) showfr RBM (File PS:) showit (PS-fil:) showjp x20 1600 add y22 yd 2 mul sub moveto RM1 serverLB show (AG36/AG36) 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 (unterstreiche: Ja/nein) showde (underline: Yes/No) showen (underline: Si/No) showes (souligner: Qui/Non) showfr (sottolineare: Si/No) showit (underline: Ja/Nei) showjp x20 y22 yd 3 mul sub moveto TBM (Bild ) showde (picture ) showen (fig. ) showes (Fig. ) showfr (Fig. ) showit (Figur ) showjp (A7) show TM TxS show Txx jshowTM TBM ( Kontastbereich:) showde ( contrast range:) showen ( rango de contraste:) showes ( plage de contraste:) showfr ( gamma del contrasto:) showit RBM ( kontrast-serien:) showjp 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 (vergleiche Normdruckausgabe nach ISO/IEC 15775 mit Bereich) showde (compare standard print output according to ISO/IEC 15775 with range) showen (compare la salida de impresi\363n est\341ndar de ) showes (ISO/IEC 15775 con rango) showes (comparer la impression standard selon ) showfr (ISO/IEC 15775 avec la gamme) showfr (confronta standard output di stampa in base a ) showit (ISO/IEC 15775 con la gamma) showit (Sammeling standard utskriften i henhold til ) showjp (ISO/IEC 15775 med utvalg) showjp ( F:0) show x20 9300 add y22 yd 4 mul sub moveto TBM (unterstreiche: Ja/nein) showde (underline: Yes/No) showen (underline: Si/No) showes (souligner: Qui/Non) showfr (sottolineare: Si/No) showit (underline: Ja/Nei) showjp 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:) showen (Observaci\363n: las oficinas de luz en el rango de contraste ) showes (es a menudo:) showes (Remarque: dans les bureaux avec la lumi\350re du jour ) showfr ( la plage de contraste est souvent:) showfr (Nota: in uffici di luce del diorno la gamme del contrasto ) showit (\350 spesso:) showit (Kommentar: i kontorer i lys av dag kontrastomfanget er ofte:) showjp x20 600 add y22 yd 6 mul sub moveto TIM (am Display zwischen:) showde ( >F:0 und E:0 (Monitor), D:0 und 3:0 (Datenprojektor)) showde (on display between:) showen ( >F:0 and E:0 (monitor), D:0 and 3:0 (data projector)) showen (en la pantala del:) showes ( >F:0 y E:0 (monitor), D:0 y 3:0 (proyector de datos)) showes (sur l'affichage entre:) showfr ( >F:0 et E:0 (moniteur), D:0 et 3:0 (projecteur de donn\351es)) showfr (sul display tra:) showit ( >F:0 e E:0 (monitor), D:0 e 3:0 (proiecttore dati)) showit (Pa displayet mellom:) showjp ( >F:0 og E:0 (monitoren), D:0 og 3:0 (data projektor)) showjp /y31 y22 yd 7.2 mul sub def /y32 y22 yd 8.2 mul sub def x20 y31 moveto TBG (Nur f\374r optionale farbmetrische Kennzeichnung) showde RBG ( mit PDF/PS-Dateiausgabe) showde (Only for optional colorimetric specification) showen ( with PDF/PS file output) showen TBM (S\363lo para las especificaciones colorim\351tricas optional) showes ( con salida de archivos PDF/PS) showes (Seulement pour la sp\352cification colorim\351trique en option) showfr ( avec la sortie de fichier PDF/PS) showfr (Solo per la facoltativa specifica colorimetrica) showit ( con uscita del PDF/PS file) showit TBG (Bare for valgfri kolorimetrisk specifikajion) showjp RBG ( med utgang til PDF/PS-fil) showjp x20 y32 moveto RBM (PDF-Datei:) showde (PDF file:) showen RBK (Archivo PDF:) showes (Fichier PDF:) showfr RBM (File PDF:) showit (PDF-fil:) showjp x20 1700 add y32 moveto RM serverLB show (AG36/AG36) show (F0P) show (X) show % (_CY) show 8 xchart xchartd idiv sub cvishow (_) show 3 cvishow (.PDF) show x20 1700 add y32 yd 1 mul sub moveto TBM (Bild ) showde (picture ) showen (fig. ) showes (Fig. ) showfr (Fig. ) showit (Figur ) showjp (A7) show TM TxS show Txx jshowTM x20 9300 add y32 yd 1 mul sub moveto TBM (unterstreiche: Ja/nein) showde (underline: Yes/No) showen (underline: Si/No) showes (souligner: Qui/Non) showfr (sottolineare: Si/No) showit (underline: Ja/Nei) showjp x20 y32 yd 2 mul sub moveto RBM (PS-Datei:) showde (PS file:) showen RBK (Archivo PS:) showes (Fichier PS:) showfr RBM (File PS:) showit (PS-fil:) showjp x20 1700 add y32 yd 2 mul sub moveto RM serverLB show (AG36/AG36) show (F0P) show (X) show % (_CY) show 8 xchart xchartd idiv sub cvishow (_) show 3 cvishow (.PS) show x20 1700 add y32 yd 3 mul sub moveto TBM (Bild ) showde (picture ) showen (fig. ) showes (Fig. ) showfr (Fig. ) showit (Figur ) showjp (A7) show TM TxS show Txx jshowTM x20 8700 add y32 yd 3 mul sub moveto TBM (oder unterstreiche: Ja/nein) showde ( or underline: Yes/No) showen ( o underline: Si/No) showes ( ou souligner: Qui/Non) showfr ( o sottolineare: Si/No) showit (eller underline: Ja/Nei) showjp x20 y32 yd 4 mul sub moveto TBM (Farbmessung und Kennzeichnung f\374r:) showde (colour measurement and specification for:) showen (medici\363n del color y especificaci\363n para:) showes (mesure de la couleur et des sp\352cifications pour les:) showfr (misurazione del colore e la specifica per:) showit (maling av farge og specifikasjon for:) showjp x20 300 add y32 yd 5 mul sub moveto RM (CIE-Normlichtart D65, CIE-2-Grad-Beobachter, CIE-45/0-Geometrie) showde TM (CIE standard illuminant D65, 2 degree observer, CIE 45/0 geometry:) showen (Illuminante normalizado CIE D65, 2 grado observador, CIE geometrica 45/0:) showes (Standard CIE l'illuminant D65, observateur 2 degr\351e, CIE geom\351try 45/0:) showfr (Standard CIE illuminante D65, 2 grado osservatore, CIE geometrica 45/0:) showit (CIE standard lystype D65, 2 graders observator, CIE 45/0 geometri:) showjp x20 9300 add y32 yd 5 mul sub moveto TBM (unterstreiche: Ja/nein) showde (underline: Yes/No) showen (underline: Si/No) showes (souligner: Qui/Non) showfr (sottolineare: Si/No) showit (underline: Ja/Nei) showjp x20 300 add y32 yd 6 mul sub moveto TM (Wenn Nein, bitte andere Parameter nennen:) showde (If No, please give other parameters:) showen (Si No, se dan otros par\341metros:) showes (Si Non, donner d'autres param\350tres:) showfr (Si No, dare altri parametri:) showit (Hvis nei, gi andre parametere:) showjp ( .........................................) show x20 y32 yd 7 mul sub moveto TBM (Farbmetrische Kennzeichnung f\374r 17 Stufen von ) showde (Colorimetric specification for 17 step colours of ) showen (Especificaciones colorim\351tricas para 17 paso de color: ) showes (Sp\351cifications colorim\351triques pour 17 palier: ) showfr (Specifica colorimetrico per 17 passagi di colore: ) showit (Kolorimetrisk spesifikasjon for 17 trinn av farge: ) showjp RM serverL2 show (OG70/OG70L1NP.PDF) showde (OE70/OE70L1NP.PDF) showea x20 300 add y32 yd 8 mul sub moveto RM (Ersatz CIELAB-Daten in Datei ) showde (Exchange of CIELAB data in file ) showen (Intercambio de datos en el archivo CIELAB ) showes TM (L'\351change de donn\351es CIELAB en fichier ) showfr (Scambio di dati CIELAB in file ) showit (Utveksling av CIELAB data i filen ) showjp RM serverL2 show (AG82/AG82L0NP.TXT) showde (AE82/AE82L0NP.TXT) showen (AS82/AS82L0NP.TXT) showes (AF82/AF82L0NP.TXT) showfr (AI82/AI82L0NP.TXT) showit (AN82/AN82L0NP.TXT) showjp RM ( und Transfer) showde ( and transfer) showen ( y trans-) showes ( et) showfr ( e trans-) showit ( og) showjp x20 300 add y32 yd 9 mul sub moveto RM (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) showen (ferentia del archivo PS AS82L0NP.PS (=.TXT) al archivo PDF AS82L0NP.PDF) showes (transfert de fichier PS AF82L0NP.PS (=.TXT) au fichier PDF AF82L0NP.PDF) showfr (ferimento di file PS AI82L0NP.PS (=.TXT) per il file PDF AI82L0NP.PDF) showit (overforning av PS-fil AN82L0NP.PS (=.TXT) til PDF-fil AN82L0NP.PDF) showjp x20 9300 add y32 yd 9 mul sub moveto TBM (unterstreiche: Ja/nein) showde (underline: Yes/No) showen (underline: Si/No) showes (souligner: Qui/Non) showfr (sottolineare: Si/No) showit (underline: Ja/Nei) showjp x20 300 add y32 yd 10 mul sub moveto TM (Wenn Nein, bitte andere Methode beschreiben:) showde (If No, please describe other method:) showen (Si No, por favor, describa otro m\351todo:) showes (Si Non, veuillez d\351crire autre m\351thode:) showfr (Si No, si prega di descrivere un altro metodo:) showit (Hvis Nei, vennligst beskriv andre metode:) showjp ( ......................................) show } if %pchartl=1; 'al0x'Y11-7N_AL09_JSO_2P1S.EPS; CV prop. 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 AG361-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 (AG361-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 20190301 %%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 03 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 AG36) showde %0AG36X-Y 0100# (Test chart AG36) showen %1AG36X-Y 0100# (Gr\341fico AG36) showes %2AG36X-Y 0100# (Graphique AG36) showfr %3AG36X-Y 0100# (Grafico AG36) showit %4AG36X-Y 0100# (Pr\370veplansje AG36) showjp %5AG36X-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 %0AG36X-Y 0100# ( test chart 4 of) showen %1AG36X-Y 0100# ( gr\341fico 4 a) showes %2AG36X-Y 0100# ( graphique 4 \340) showfr %3AG36X-Y 0100# ( grafico 4 a) showit %4AG36X-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 %0AG36X-Y 0100# ( test chart 2 of) showen %1AG36X-Y 0100# ( gr\341fico 2 a) showes %2AG36X-Y 0100# ( graphique 2 \340) showfr %3AG36X-Y 0100# ( grafico 2 a) showit %4AG36X-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 %0AG36X-Y 0100# ( test chart 1 of) showen %1AG36X-Y 0100# ( gr\341fico 1 a) showes %2AG36X-Y 0100# ( graphique 1 \340) showfr %3AG36X-Y 0100# ( grafico 1 a) showit %4AG36X-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 %0AG36X-Y 0100# ( test chart 1 of) showen %1AG36X-Y 0100# ( gr\341fico 1 a) showes %2AG36X-Y 0100# ( graphique 1 \340) showfr %3AG36X-Y 0100# ( grafico 1 a) showit %4AG36X-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 %0AG36X-Y 0100# ( test chart 1 of) showen %1AG36X-Y 0100# ( gr\341fico 1 a) showes %2AG36X-Y 0100# ( graphique 1 \340) showfr %3AG36X-Y 0100# ( grafico 1 a) showit %4AG36X-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 %0AG36X-Y 0100# ( test chart 1 of) showen %1AG36X-Y 0100# ( gr\341fico 1 a) showes %2AG36X-Y 0100# ( graphique 1 \340) showfr %3AG36X-Y 0100# ( grafico 1 a) showit %4AG36X-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 %0AG36X-Y 0200# (achromatic test chart) showen %1AG36X-Y 0200# (test acrom\341tico gr\341fico) showes %2AG36X-Y 0200# (Test graphique achromatique) showfr %3AG36X-Y 0200# (Tavola dei colori acromatici) showit %4AG36X-Y 0200# (akromatisk pr\370veplansje) showjp %5AG36X-Y 0200# 12TI ( N) show } if xchart4 1 eq { 12TN (Chromatische Pr\374fvorlage) showde %0AG36X-Y 0300# (chromatic test chart) showen %1AG36X-Y 0300# (test crom\341tico gr\341fico) showes %2AG36X-Y 0300# (Test graphique chromatique) showfr %3AG36X-Y 0300# (Tavola dei colori cromatici) showit %4AG36X-Y 0300# (kromatisk pr\370veplansje) showjp %5AG36X-Y 0300# 12TI ( RGB) show } if xchart4 2 eq { 12TN (Chromatische Pr\374fvorlage) showde %0AG36X-Y 0400# (chromatic test chart) showen %1AG36X-Y 0400# (test crom\341tico gr\341fico) showes %2AG36X-Y 0400# (Test graphique chromatique) showfr %3AG36X-Y 0400# (Tavola dei colori cromatici) showit %4AG36X-Y 0 (kromatisk pr\370veplansje) showjp %5AG36X-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 %2AG36X-Y 0500# (cercle de teinte, 20 paliers) showfr %3AG36X-Y 0500# (cerchio delle tinte a 20 passi) showit %4AG36X-Y 0500# 12RN (20-trinns fargetonesirkel) showjp %5AG36X-Y 0500# 12TN (; ) show (Pr\374fvorlage nach) showde %0AG36X-Y 0400# (Test chart according to) showen %1AG36X-Y 0400# (gr\341fico seg\372n a) showes %2AG36X-Y 0400# (Test graphique conforme \340) showfr %3AG36X-Y 0400# (grafico conformemente a) showit %4AG36X-Y 0400# (pr\370veplansje inf\370lge) showjp %5AG36X-Y 0400# 12RN ( DIN 33872-5) show } if %xchart4=3 xchart4 4 eq {%xchart4=4 12TN (1080 Normfarben) showde %0AG36X-Y 0200# (1080 standard colours) showen %1AG36X-Y 0200# (1080 colores del est\341ndar) showes %2AG36X-Y 0200# (1080 couleurs standard) showfr %3AG36X-Y 0200# (1080 colori standard) showit %4AG36X-Y 0200# (1080 standard farger) showjp %5AG36X-Y 0200# (; ) show (Pr\374fvorlage \344hnlich) showde %0AG36X-Y 0400# (Test chart similar to) showen %1AG36X-Y 0400# (gr\341fico seg\372n a) showes %2AG36X-Y 0400# (Test graphique conforme \340) showfr %3AG36X-Y 0400# (grafico conformemente a) showit %4AG36X-Y 0400# (pr\370veplansje inf\370lge) showjp %5AG36X-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 %2AG36X-Y 0500# (12 teintes) showfr %3AG36X-Y 0500# (12 tintes) showit %4AG36X-Y 0500# (12 fargetone) showjp %5AG36X-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 %2AG36X-Y 0500# (cercle de teinte, 16 paliers) showfr %3AG36X-Y 0500# (cerchio delle tinte a 16 passi) showit %4AG36X-Y 0500# 12RN (16-trinns fargetonesirkel) showjp %5AG36X-Y 0500# (; ) show 12TN (Pr\374fvorlage nach) showde %0AG36X-Y 0400# (Test chart according to) showen %1AG36X-Y 0400# (gr\341fico seg\372n a) showes %2AG36X-Y 0400# (Test graphique conforme \340) showfr %3AG36X-Y 0400# (grafico conformemente a) showit %4AG36X-Y 0400# (pr\370veplansje inf\370lge) showjp %5AG36X-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 %0AG36X-Y 0800# (input: ) showen %1AG36X-Y 0800# (entrada: ) showes %2AG36X-Y 0800# (entr\351e : ) showfr %3AG36X-Y 0800# (Input: ) showit %4AG36X-Y 0800# (input: ) showjp %5AG36X-Y 0800# 12TI (rgb/cmy0/000n/w set...) show 180 MM 9.5 MM moveto 12TN (Ausgabe: ) showde %0AG36X-Y 0900# (output: ) showen %1AG36X-Y 0900# (salida: ) showes %2AG36X-Y 0900# (sortie : ) showfr %3AG36X-Y 0900# (Output: ) showit %4AG36X-Y 0900# (output: ) showjp %5AG36X-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 %0AG36X-Y 1000# %(no change) showen %1AG36X-Y 1000# %(ning\372n cambio) showes %2AG36X-Y 1000# %(aucun changement) showfr %3AG36X-Y 1000# %(nessun cambiamento) showit %4AG36X-Y 1000# %(ingen endring) showjp %5AG36X-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 (AG36/AG36) 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 %0AG36X-Y 1300# (start output) showen %1AG36X-Y 1300# (comience salida) showes %2AG36X-Y 1300# (sortie de production) showfr %3AG36X-Y 1300# (inizio dell'output) showit %4AG36X-Y 1300# (start output) showjp %5AG36X-Y 1300# } if LSC$ (C) eq {12RN (Start-Ausgabe) showde %0AG36X-Y 1300# (start output) showen %1AG36X-Y 1300# (comience salida) showes %2AG36X-Y 1300# (sortie de production) showfr %3AG36X-Y 1300# (inizio dell'output) showit %4AG36X-Y 1300# (start output) showjp %5AG36X-Y 1300# } if LSC$ (F) eq {12RN (3D-Linearisierung) showde %0AG36X-Y 1600# (3D-linearization) showen %1AG36X-Y 1600# (3D-linealizaci\363n) showes %2AG36X-Y 1600# 12TN (lin\351arisation 3D) showfr %3AG36X-Y 1600# (linearizzazione 3D) showit %4AG36X-Y 1600# 12RN (3D-linearisering) showjp %5AG36X-Y 1600# } if 12TN (, Seite ) showde %0AG36X-Y 2500# (, page ) showen %1AG36X-Y 2500# (, p\341gina ) showes %2AG36X-Y 2500# (, p\341ge ) showfr %3AG36X-Y 2500# (, pagine ) showit %4AG36X-Y 2500# (, side ) showjp %5AG36X-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 %0AG36X-Y 1700# (N: no 3D-linearization (OL) ) showen %1AG36X-Y 1700# (N: ninguna 3D-) showes 12TN (linealizaci\363n (OL) ) showes %2AG36X-Y 1700# (N: aucune lin\351arisation 3D (OL) ) showfr %3AG36X-Y 1700# (N: nessuna linearizzazione 3D (OL) ) showit %4AG36X-Y 1700# 12RN (N: ingen 3D-linearisering (OL) ) showjp %5AG36X-Y 1700# (in Datei (F) oder PS-Startup (S)) showde %0AG36X-Y 1800# (in file (F) or PS-startup (S)) showen %1AG36X-Y 1800# (en archivo (F) o PS-startup (S)) showes %2AG36X-Y 1800# (dans fichier (F) ou PS-startup (S)) showfr %3AG36X-Y 1800# (nel file (F) o PS-startup (S)) showit %4AG36X-Y 1800# (i fil (F) eller PS-startup (S)) showjp %5AG36X-Y 1800# } {12RN LSC$ show (: ) show (3D-Linearisierung) showde %0AG36X-Y 1900# (3D-linearization) showen %1AG36X-Y 1900# (3D-) showes 12TN (linealizaci\363n) showes %2AG36X-Y 1900# (lin\351arisation 3D) showfr %3AG36X-Y 1900# (linearizzazione 3D) showit %4AG36X-Y 1900# 12RN (3D-linearisering) showjp %5AG36X-Y 1900# ( AG36/AG36L) 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 %0AG36X-Y 2000# ( in file (F)) showen %1AG36X-Y 2000# ( en archivo (F)) showes %2AG36X-Y 2000# ( dans fichier (F)) showfr %3AG36X-Y 2000# ( nel file (F)) showit %4AG36X-Y 2000# ( i fil (F)) showjp %5AG36X-Y 2000# } if LSC$ (S) eq {12TN ( im Distiller Startup (S) Directory) showde %0AG36X-Y 2100# ( in Distiller Startup (S) Directory) showen %1AG36X-Y 2100# ( en el Distiller Startup (S) Directory) showes %2AG36X-Y 2100# ( dans le Distiller Startup (S) Directory) showfr %3AG36X-Y 2100# ( nel Distiller Startup (S) Directory) showit %4AG36X-Y 2100# ( i Distiller Startup (S) Directory) showjp %5AG36X-Y 2100# } if LSC$ (D) eq {12RN ( in PS-Device (D)) showde %0AG36X-Y 2200# ( in PS-device (D)) showen %1AG36X-Y 2200# ( en el PS-device (D)) showes %2AG36X-Y 2200# ( dans l'appareil PS (D)) showfr %3AG36X-Y 2200# ( nel PS-dispositivo (D)) showit %4AG36X-Y 2200# ( i PS-Device (D)) showjp %5AG36X-Y 2200# } if LSC$ (T) eq {12TN ( im Distiller Startup (S) Directory) showde %0AG36X-Y 2300# ( in Distiller Startup (S) Directory) showen %1AG36X-Y 2300# ( en el Distiller Startup (S) Directory) showes %2AG36X-Y 2300# ( dans le Distiller Startup (S) Directory) showfr %3AG36X-Y 2300# ( nel Distiller Startup (S) Directory) showit %4AG36X-Y 2300# ( i Distiller Startup (S) Directory) showjp %5AG36X-Y 2300# } if LSC$ (E) eq {12RN ( in PS-Device (D)) showde %0AG36X-Y 2400# ( in PS-device (D)) showen %1AG36X-Y 2400# ( en el PS-device (D)) showes %2AG36X-Y 2400# ( dans l'appareil PS (D)) showfr %3AG36X-Y 2400# ( nel PS-dispositivo (D)) showit %4AG36X-Y 2400# ( i PS-Device (D)) showjp %5AG36X-Y 2400# } if %0 setgray %end white and unvisible 16 MM 185 MM moveto -90 rotate 12TN (Siehe \344hnliche Dateien: ) showde %0AG36X-Y 2600# (see similar files: ) showen %1AG36X-Y 2600# (vea archivos semejantes: ) showes %2AG36X-Y 2600# (voir fichiers similaires: ) showfr %3AG36X-Y 2600# (vedi file simili: ) showit %4AG36X-Y 2600# (se lignende filer: ) showjp %5AG36X-Y 2600# 12RN serverMA show (AG36/AG36.HTM) show 12TN %(0) show %LSC$ show LEX$ show 90 rotate 12 MM 185 MM moveto -90 rotate 12TN (Technische Information: ) showde %0AG36X-Y 2700# (technical information: ) showen %1AG36X-Y 2700# (informaci\363n t\351cnica: ) showes %2AG36X-Y 2700# (informations techniques: ) showfr %3AG36X-Y 2700# (informazioni tecniche: ) showit %4AG36X-Y 2700# (teknisk informasjon: ) showjp 12RN serverMC show ( oder ) showde %0AG36X-Y 2800# ( or ) showen %1AG36X-Y 2800# ( o ) showes %2AG36X-Y 2800# ( ou ) showfr %3AG36X-Y 2800# ( o ) showit %4AG36X-Y 2800# ( eller ) showjp %5AG36X-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 %0AG36X-Y 2900# (TUB Registration:) showen %1AG36X-Y 2900# 12TN (TUB matr\355cula:) showes %2AG36X-Y 2900# (TUB enregistrement:) showfr %3AG36X-Y 2900# (iscrizione TUB:) showit %4AG36X-Y 2900# (TUB Registrering:) showjp %5AG36X-Y 2900# 12RN ( 20190301-AG36/AG36L) show (0) show LSC$ show LEX$ show 90 rotate 281 MM 74 MM moveto -90 rotate 12RN (TUB-Material: Code=rha4ta) showde %0AG36X-Y 3000# (TUB material: code=rha4ta) showen %1AG36X-Y 3000# (TUB material: code=rha4ta) showes %2AG36X-Y 3000# 12TN (TUB mat\351riel: code=rha4ta) showfr %3AG36X-Y 3000# (TUB materiale: code=rha4ta) showit %4AG36X-Y 3000# 12RN (TUB-materiell: code=rha4ta) showjp %5AG36X-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 %0AG36X-Y 3100# ( application for measurement or viewing ) showen %1AG36X-Y 3100# ( aplicaci\363n para la medida ) showes %2AG36X-Y 3100# ( application pour la mesure ) showfr %3AG36X-Y 3100# ( Applicatione per la misura dell'output ) showit %4AG36X-Y 3100# ( anvendelse for m\345ling ) showjp %5AG36X-Y 3100# xchart5f 0 eq {%xchart5f=0 12TN (von Display\255 und Druck\255Ausgabe) showde %0AN66X-Y 3200# (of display and print output) showen %1AN66X-Y 3200# (de salida de display y de impresi\363n) showes %2AN66X-Y 3200# (de sortie d'affichage et d'impression) showfr %3AN66X-Y 3200# (di display et output di stampa) showit %4AN66X-Y 3200# (av display og utskriftsutgang) showjp %5AN66X-Y 3200# } if %xchart5f=0 xchart5f 1 eq xchart5f 2 eq or {%xchart5f=1,2 12TN (von Offsetdruckausgabe) showde %0AG36X-Y 3300# (of offset print output) showen %1AG36X-Y 3300# (salida en la impressi\363n offset) showes %2AG36X-Y 3300# (des sorties sur offset) showfr %3AG36X-Y 3300# (output nella stampa di offset) showit %4AG36X-Y 3300# (av offsettrykk output) showjp %5AG36X-Y 3300# } if %xchart5f=1,2 xchart5f 3 eq {%xchart5f=3 12TN (von Laserdruckerausgabe) showde %0AG36X-Y 3400# (of laser printer output) showen %1AG36X-Y 3400# (salida de impresora l\341ser) showes %2AG36X-Y 3400# (des sorties sur imprimante laser) showfr %3AG36X-Y 3400# (output della stampante laser) showit %4AG36X-Y 3400# (av laserprinter output) showjp %5AG36X-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 1330 %END INCLUDE TEST FILE at line 1330 %%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