%!PS-Adobe-3.0 EPSF-3.0 VE23L0NX.PS 20101101 %%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 (PDF/PS pictures: http://130.149.60.445/~farbmetrik/VE23/VE23.HTM) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://www.ps.bam.de or http://130.149.60.445/~farbmetrik) /Keywords (image reproduction, colour devices) /Creator (klaus.richter@mac.com) /CreationDate (D:2010110112000) /ModDate (D:2010110112000) /DOCINFO pdfmark [ /View [ /Fit ] /DOCVIEW pdfmark %BEG VE23/OUTLIN10.PS Emty 20120301 %END VE23/OUTLIN10.PS Emty 20120301 %**************************************************** %BEG 'VE23'OUTLIN1X.PS Other procedures for sRGB output linearization %**************************************************** %BEG COLDATA_SRGB_00.PS %BEG TRANSFER_EARLY_F.TXT **********************************2012-02-01 %Early definition of FF_LM_setgray_F0 identical to former setgray /FF_LM_setgray_F0 {setgray} bind def /FF_LM_setrgbcolor_F0 {setrgbcolor} bind def /FF_LM_setcmykcolor_F0 {setcmykcolor} bind def /FF_LM_transfer_F0 {settransfer} bind def /FF_LM_colortransfer_F0 {setcolortransfer} bind def %END TRANSFER_EARLY_F.TXT **********************************2012-02-01 %***************************************************************************** /setcolortrans_F {%BEG procedure setcolortrans_F %1MR-Transform of setgray and setcmykcolor to FF_LM_de_setrgbcolor_F %Three procedures and use of the procedure FF_LM_de_setrgbcolor_F of main FF /setgray {%BEG procedure setgray_F dup dup FF_LM_de_setrgbcolor_F %STOPs } def %END procedure setgray_F /setcmykcolor {%BEG procedure setcmykcolor_F /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 {%FF_LM_k=0 1 FF_LM_c sub 1 FF_LM_m sub 1 FF_LM_y sub FF_LM_de_setrgbcolor_F }%FF_LM_k=0 {%FF_LM_k#0 FF_LM_c 0 eq FF_LM_m 0 eq and FF_LM_y 0 eq and {%FF_LM_k#0 and c=m=y=0 achromatic 1 FF_LM_k sub dup dup FF_LM_de_setrgbcolor_F }%FF_LM_k#0 and c=m=y=0 achromatic {%FF_LM_k#0 and c or m or y#0 chromatic 1 FF_LM_c sub 1 FF_LM_k sub mul 1 FF_LM_m sub 1 FF_LM_k sub mul 1 FF_LM_y sub 1 FF_LM_k sub mul FF_LM_de_setrgbcolor_F } ifelse %FF_LM_k#0 and c or m or y#0 chromatic } ifelse %FF_LM_k#0 } def %END procedure setcmykcolor_F /setrgbcolor {%BEG procedure setrgbcolor_F /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_setrgbcolor_F %STOPr } def %BEG procedure setrgbcolor_F /settransfer {FF_LM_transfer_F} def /setcolortransfer {FF_LM_colortransfer_F} def %******************************************************************* /FF_LM_de_setrgbcolor_F { %BEG FF_LM_de_setrgbcolor_F %assumes input of rgb, which is called rgb_dyF %calculation of intended rgb*dyF, LABCh*dyF %Lab2RGBinterpolation for colorm=1 %calculation of inverse rgb'*dyF, LABCh'*dyF, which produces rgb*dyF, LABCh*dyF %requires /hab*dy362Mi 362 array def %(y=s,d,e) %requires /rgb*dy362Mi 362 array def %(y=s,d,e) %requires /LAB*dyx362Mi 362 array def %(y=s,d,e, x=LabCh) /b_dyF exch def /g_dyF exch def /r_dyF exch def %calculation of i_dyF, c_dyF, and t_dyF /maxd r_dyF def g_dyF maxd gt {/maxd g_dyF def} if b_dyF maxd gt {/maxd b_dyF def} if /mind r_dyF def g_dyF mind lt {/mind g_dyF def} if b_dyF mind lt {/mind b_dyF def} if /i_dyF maxd def /c_dyF maxd mind sub def /t_dyF i_dyF c_dyF 0.5 mul sub def /hsiF r_dyF 030 sin mul g_dyF 150 sin mul add b_dyF 270 sin mul add %y_e r_dyF 030 cos mul g_dyF 150 cos mul add %x_e 0.0001 add atan 0.5 add cvi def %range 30 ... 390 %perhaps change %to decide hab*dyF/dsF/deF ! hsiF hab*ds362Mi 0 get sub 0 le {/hsiF hsiF 360 add def} if /hsiFm30 hsiF 30 sub def %range 00 ... 360 %test grey r_dyF g_dyF sub abs 0.002 le g_dyF b_dyF sub abs 0.002 le and {%grey, not grey /r*dyM 1 def /g*dyM 1 def /b*dyM 1 def /hsiM r*dyM 030 sin mul g*dyM 150 sin mul add b*dyM 270 sin mul add %y_d r*dyM 030 cos mul g*dyM 150 cos mul add %x_d 0.0001 add atan def hsiM hab*ds362Mi 0 get sub 0 le {/hsiM hsiM 360 add def} if /hsiMm30 hsiM 30 sub def /LAB*LdyM L*Wioa def /LAB*adyM 0 def /LAB*bdyM 0 def /LAB*LdyF L*Nioa r_dyF L*Wioa L*Nioa sub mul add def /LAB*adyF 0 def /LAB*bdyF 0 def /r*dyF r_dyF def /g*dyF g_dyF def /b*dyF b_dyF def /r'*dyF r_dyF def /g'*dyF g_dyF def /b'*dyF b_dyF def }%grey {%color hsiFm30 0 lt {/hsiFm30 0 def} if %for correction to be deleted! hsiFm30 360 gt {/hsiFm30 360 def} if %calculation of intended rgb*dyM, LAB*LabdyM deintp 0 eq {%deintp=0 /r*dyM r*dd362Mi hsiFm30 get def /g*dyM g*dd362Mi hsiFm30 get def /b*dyM b*dd362Mi hsiFm30 get def /LAB*LdyM LAB*Ldd362Mi hsiFm30 get def /LAB*adyM LAB*add362Mi hsiFm30 get def /LAB*bdyM LAB*bdd362Mi hsiFm30 get def } if %deintp=0 deintp 1 eq {%deintp=1 /r*dyM r*de362Mi hsiFm30 get def /g*dyM g*de362Mi hsiFm30 get def /b*dyM b*de362Mi hsiFm30 get def /LAB*LdyM LAB*Lde362Mi hsiFm30 get def /LAB*adyM LAB*ade362Mi hsiFm30 get def /LAB*bdyM LAB*bde362Mi hsiFm30 get def } if %deintp=1 %calculation of intended rgb*dyF, LAB*LabdyF c_dyF 1 eq {%c_dy=1,#1 /r*dyF r*dyM def /g*dyF g*dyM def /b*dyF b*dyM def /LAB*LdyF LAB*LdyM def /LAB*adyF LAB*adyM def /LAB*bdyF LAB*bdyM def }%c_dyF=1 {%c_dyF#1 /t00 1.0 c_dyF 0.5 mul sub def /t0x 0.5 t_dyF 0.5 sub 0.5 mul t00 0.5 sub div add def /r*dyF t0x r*dyM t0x sub c_dyF mul add def /g*dyF t0x g*dyM t0x sub c_dyF mul add def /b*dyF t0x b*dyM t0x sub c_dyF mul add def /L*Xioa L*Nioa t0x L*Wioa L*Nioa sub mul add def /LAB*LdyF L*Xioa LAB*LdyM L*Xioa sub c_dyF mul add def /LAB*adyF 0 LAB*adyM 0 sub c_dyF mul add def /LAB*bdyF 0 LAB*bdyM 0 sub c_dyF mul add def } ifelse %c_dyF=1,#1 } ifelse %grey or color %only for control, not used: calculation of hsiM /hsiM r*dyM 030 sin mul g*dyM 150 sin mul add b*dyM 270 sin mul add %y_d r*dyM 030 cos mul g*dyM 150 cos mul add %x_d 0.0001 add atan def hsiM hab*ds362Mi 0 get sub 0 le {/hsiM hsiM 360 add def} if /hsiMm30 hsiM 30 sub def %only for control, not used: calculation of ict*dyM and ict*dyF %calculation of i*dyM, c*dyM, and t*dyM /maxd r*dyM def g*dyM maxd gt {/maxd g*dyM def} if b*dyM maxd gt {/maxd b*dyM def} if /mind r*dyM def g*dyM mind lt {/mind g*dyM def} if b*dyM mind lt {/mind b*dyM def} if /i*dyM maxd def /c*dyM maxd mind sub def /t*dyM i*dyM c*dyM 0.5 mul sub def %%only for control, not used: calculation of i*dyF, c*dyF, and t*dyF /maxd r*dyF def g*dyF maxd gt {/maxd g*dyF def} if b*dyF maxd gt {/maxd b*dyF def} if /mind r*dyF def g*dyF mind lt {/mind g*dyF def} if b*dyF mind lt {/mind b*dyF def} if /i*dyF maxd def /c*dyF maxd mind sub def /t*dyF i*dyF c*dyF 0.5 mul sub def colorm 0 eq {%colorm=0 r*dyF g*dyF b*dyF }%colorm=0 {%colorm=1 LAB*LdyF LAB*adyF LAB*bdyF Lab2RGBinterpolation /b'*dyF exch def /g'*dyF exch def /r'*dyF exch def r'*dyF g'*dyF b'*dyF } ifelse %colorm=1 FF_LM_setrgbcolor_F } bind def %END FF_LM_de_setrgbcolor_F /FF_LM_xchart_gamma_F {/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 /gamma_F 2.4 xchartP 0.18 mul sub 2.4 div 1 2.4 xchartN 0.18 mul sub 2.4 div div mul def gamma_F exp } def /FF_LM_setrgbcolor_F {%FF_LM_setrgbcolor_F /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_gamma_F def /FF_LM_g1F FF_LM_g0L FF_LM_xchart_gamma_F def /FF_LM_b1F FF_LM_b0L FF_LM_xchart_gamma_F def FF_LM_r1F FF_LM_g1F FF_LM_b1F FF_LM_setrgbcolor_F0 } def %FF_LM_setrgbcolor_F /FF_LM_transfer_F {{FF_LM_xchart_gamma_F} FF_LM_transfer_F0} def /FF_LM_colortransfer_F {{FF_LM_xchart_gamma_F} {FF_LM_xchart_gamma_F} {FF_LM_xchart_gamma_F} FF_LM_colortransfer_F0} def } def %END procedure setcolortrans_F %******************************************************************* /Colordata_sRGB_F {%BEG procedure Colordata_sRGB_F /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_XYZj_F { %BEG procedure RGB0_to_XYZj_F %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_F 1080 array def %/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 %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_XYZj_F %/xchartj_XYZj_FAB729a_F { %BEG Procedure xchartj_FAB729a_F %transfer from XYZj 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 /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 /Xj 729 array def /Yj 729 array def /Zj 729 array def /LAB*Lj 729 array def %not adapted /LAB*aj 729 array def /LAB*bj 729 array def /LAB*Lja 729 array def %adapted /LAB*aja 729 array def /LAB*bja 729 array def /DecodeXYZ* {dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse} bind 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 /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 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 LAB*Lj i Lrc089 i get put LAB*aj i arc089 i get put LAB*bj i brc089 i get put Xj i Xrc089 i get put Yj i Yrc089 i get put Zj 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 LAB*Lj i Lra089 i get put LAB*aj i ara089 i get put LAB*bj i bra089 i get put Xj i Xra089 i get put Yj i Yra089 i get put Zj 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 LAB*Lj i Lna089 i get put LAB*aj i ana089 i get put LAB*bj i bna089 i get put Xj i Xna089 i get put Yj i Yna089 i get put Zj 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 LAB*Lj i Lla089 i get put LAB*aj i ala089 i get put LAB*bj i bla089 i get put Xj i Xla089 i get put Yj i Yla089 i get put Zj i Zla089 i get put } for %i=0,IM1 } if %xchartj=3,4,5,6,7,8,9,10 (8x) %Adaptation /L*Nio LAB*Lj 000 get def /A*Nio LAB*aj 000 get def /B*Nio LAB*bj 000 get def /L*Wio LAB*Lj 728 get def /A*Wio LAB*aj 728 get def /B*Wio LAB*bj 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 LAB*Lja j LAB*Lj j get put /l*CIE LAB*Lj 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 LAB*aja j LAB*aj j get A*Nio sub a*s sub put LAB*bja j LAB*bj j get B*Nio sub b*s sub put } for %j=0,728 /L*Nioa LAB*Lja 0 get def /A*Nioa LAB*aja 0 get def /B*Nioa LAB*bja 0 get def /L*Wioa LAB*Lja 728 get def /A*Wioa LAB*aja 728 get def /B*Wioa LAB*bja 728 get def /nR 9 def %lut size /nG 9 def /nB 9 def /nges nR nG nB mul mul def /lut 2187 array def %729x3=2187 (only 9x9x9 used) 0 1 728 {/i exch def %i=0,728 /i3 i 3 mul def lut i3 LAB*Lja i get put lut i3 1 add LAB*aja i get put lut i3 2 add LAB*bja i get put } for %i=0,729 %} bind def %END xchartj_XYZj_FAB729a_F } bind def %END procedure Colordata_sRGB_F %***************************************************************************** %BEG Procedure PROC_SPEC_IOF Colour special for NP-file 20120401 %***************************************************************************** %different procedures: % proc_LAB729a_to_LAB*LabCh64M and proc_LAB*LabCh64M_to_tab362_dy %*********************************************************** /proc_LAB729a_to_LAB*LabCh64M { %BEG Procedure proc_LAB729a_to_LAB*LabCh64M %transfer from proc_LAB729a_to_LAB*LabCh64M, %9x9x9=729 steps used for LAB729a %requires /LAB*LabCh64M 64 array def %requires in addition /LAB729a 729 array def /LAB*Ldd64M 64 array def /LAB*add64M 64 array def /LAB*bdd64M 64 array def /LAB*Cdd64M 64 array def /LAB*hdd64M 64 array def /hab*dd64M 64 array def /M1jx 49 array def 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*Ldd64M ja LAB*Lja jx get put LAB*add64M ja LAB*aja jx get put LAB*bdd64M ja LAB*bja jx get put LAB*Cdd64M ja LAB*add64M ja get dup mul LAB*bdd64M ja get dup mul add sqrt put LAB*hdd64M ja LAB*bdd64M ja get LAB*add64M ja get 0.0001 add atan put xtonj 5 eq LAB*hdd64M ja get 90 le and {LAB*hdd64M ja LAB*hdd64M ja get 360 add put} if M1jx ja jx put } for %j=0,7 } for %xtonj=0,5 M1jx 48 M1jx 0 get put 0 1 15 {/i exch def %i=0,15 LAB*Ldd64M 48 i add LAB*Ldd64M i get put LAB*add64M 48 i add LAB*add64M i get put LAB*bdd64M 48 i add LAB*bdd64M i get put LAB*Cdd64M 48 i add LAB*Cdd64M i get put LAB*hdd64M 48 i add LAB*hdd64M i get 360 add put } for %i=1,15 0 1 63 {/i exch def %i=0,63 hab*dd64M i LAB*hdd64M i get put } for %i=0,63 %data test according to increasing hue angle and appropriate correction /xtesthuea -1 def /xtesthuei 64 array def 0 1 48 {/i exch def %i=0,49 hab*dd64M i get hab*dd64M i 1 add get gt {/xtesthuea xtesthuea 1 add def xtesthuei xtesthuea i put hab*dd64M i 1 add hab*dd64M i get put LAB*Ldd64M i 1 add LAB*Ldd64M i get put LAB*add64M i 1 add LAB*add64M i get put LAB*bdd64M i 1 add LAB*bdd64M i get put LAB*Cdd64M i 1 add LAB*Cdd64M i get put LAB*hdd64M i 1 add LAB*hdd64M i get put } if } for %i=0,49 } bind def %END proc_LAB729a_to_LAB*LabCh64M %*********************************************************** /proc_LAB*LabCh64M_to_tab362_dy { %BEG procedure proc_LAB*LabCh64M_to_tab362_dy /LAB*e 40 array def %8x5=40 LabCh* /LAB*e [39.92 58.74 27.99 0.0 0.0 %0 00_04 R CIE No.09 elementary in LAB 81.26 -2.89 71.56 0.0 0.0 %1 05_09 J CIE No.10 52.23 -42.42 13.60 0.0 0.0 %2 10_14 G CIE No.11 0.0 0.0 0.0 0.0 0.0 %3 15_19 Cgb to be calculated 30.57 1.41 -46.47 0.0 0.0 %4 20_24 B CIE No.12 0.0 0.0 0.0 0.0 0.0 %5 25_29 Mbr to be calculated 39.92 58.74 27.99 0.0 0.0 %6 30_34 Re+360 to be calculated 81.26 -2.89 71.56 0.0 0.0 %7 35_39 Ye+360 to be calculated ] def %add no. 03_04 Re 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 %add no. 08_09 Ye 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 %add no. 13_14 Ge 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 %add no. 23_24 Be 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 %add no. 33_34 Re+360 LAB*e 33 LAB*e 31 get dup mul LAB*e 32 get dup mul add sqrt put LAB*e 34 LAB*e 32 get LAB*e 31 get 0.0001 add atan 360 add put %add no. 38_39 Ye+360 LAB*e 38 LAB*e 36 get dup mul LAB*e 37 get dup mul add sqrt put LAB*e 39 LAB*e 37 get LAB*e 36 get 0.0001 add atan 360 add put %new no. 15_19 Cgb with Ge_Be 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* %new no. 25_29 Mbr with Be_Re+360 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 00 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* /LAB*He 8 array def 0 1 7 {/i exch def %i=0,7 LAB*He i LAB*e i 5 mul 4 add get put } for %i=0,7 /hab*de64M 50 array def 0 1 47 {/i exch def %i=0,47 /i8 i 8 idiv def /i8d i i8 8 mul sub def /dLAB*He LAB*He i8 1 add get LAB*He i8 get sub 8 div def hab*de64M i LAB*He i8 get dLAB*He i8d mul add put } for %i=0,47 hab*de64M 48 hab*de64M 0 get 360 add put hab*de64M 49 hab*de64M 1 get 360 add put /LAB*Hs 8 array def /LAB*Hs [30. 90. 150. 210. 270. 330. 390. 450.] def /hab*ds64M 50 array def 0 1 47 {/i exch def %i=0,47 /i8 i 8 idiv def /i8d i i8 8 mul sub def /dLAB*Hs LAB*Hs i8 1 add get LAB*Hs i8 get sub 8 div def hab*ds64M i LAB*Hs i8 get dLAB*Hs i8d mul add put } for %i=0,47 hab*ds64M 48 hab*ds64M 0 get 360 add put hab*ds64M 49 hab*ds64M 1 get 360 add put %***************** calculation of LAB*LabChd362Mi and rgb*dd362Mi %***************** for 362 elementary hue angles /LAB*Ldd362Mi 362 array def /LAB*add362Mi 362 array def /LAB*bdd362Mi 362 array def /LAB*Cdd362Mi 362 array def /LAB*hdd362Mi 362 array def /r*dd362Mi 362 array def /g*dd362Mi 362 array def /b*dd362Mi 362 array def %******default rgb-input data for output of 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 0 put %W g*dd18M 17 0 put b*dd18M 17 0 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 0 put %W g*dd08M 7 0 put b*dd08M 7 0 put 0 1 361 {/i exch def %i=0,361 %default only for test r*dd362Mi i 0 put %of irregularities g*dd362Mi i 0 put b*dd362Mi i 0 put LAB*Ldd362Mi i 0.0001 put LAB*add362Mi i 0 put LAB*bdd362Mi i 0 put LAB*Cdd362Mi i 0 put LAB*hdd362Mi i 0 put } for %i=0,361 % s-data 030,0 -> LAB*hdd64M 0 get -> LAB*Ldd362Mi 30,0 put: LAB*hdd362Mi=40 % s-data 037,5 -> LAB*hdd64M 1 get -> LAB*Ldd362Mi 37,5 put: LAB*hdd362Mi=41,3 % s-data 045,0 -> LAB*hdd64M 2 get -> LAB*Ldd362Mi 45,0 put: LAB*hdd362Mi=44,6 % s-data 052,5 -> LAB*hdd64M 3 get -> LAB*Ldd362Mi 52,5 put: LAB*hdd362Mi=50,7 %... % s-data 090,0 -> LAB*hdd64M 8 get -> LAB*Ldd362Mi 90,0 put: LAB*hdd362Mi=102,8 % s-data 330,0 -> LAB*hdd64M 41 get -> LAB*Ldd362Mi 330,0 put: LAB*hdd362Mi=328 % s-data 337,5 -> LAB*hdd64M 42 get -> LAB*Ldd362Mi 337,5 put: LAB*hdd362Mi=334 % s-data 345,0 -> LAB*hdd64M 43 get -> LAB*Ldd362Mi 345,0 put: LAB*hdd362Mi=341 % s-data 352,5 -> LAB*hdd64M 44 get -> LAB*Ldd362Mi 352,5 put: LAB*hdd362Mi=351 % s-data 360,0 -> LAB*hdd64M 45 get -> LAB*Ldd362Mi 360,0 put: LAB*hdd362Mi=352 %... % s-data 390,0 -> LAB*hdd64M 49 get -> LAB*Ldd362Mi 390,0 put: LAB*hdd362Mi=400 0 15 345 {/i exch def %i=0,15,345 /ix00 i 15 idiv 2 mul def /ix01 ix00 1 add def /ix02 ix00 2 add def 0 1 14 {/j exch def %j=0,14 j 07 le {%j<=7 /XIE j 7.5 div def /i0 i j add def /ix0 ix00 def /ix1 ix01 def }%j<=7 {%j>7 /XIE j 8 sub 0.5 add 7.5 div def /i0 i j add def /ix0 ix01 def /ix1 ix02 def } ifelse %j>7 LAB*Ldd362Mi i0 LAB*Ldd64M ix0 get LAB*Ldd64M ix1 get LAB*Ldd64M ix0 get sub XIE mul add put LAB*Cdd362Mi i0 LAB*Cdd64M ix0 get LAB*Cdd64M ix1 get LAB*Cdd64M ix0 get sub XIE mul add put LAB*hdd362Mi i0 LAB*hdd64M ix0 get LAB*hdd64M ix1 get LAB*hdd64M ix0 get sub XIE mul add dup 90 gt i0 45 le and {360 sub} if put LAB*add362Mi i0 LAB*Cdd362Mi i0 get LAB*hdd362Mi i0 get cos mul put LAB*bdd362Mi i0 LAB*Cdd362Mi i0 get LAB*hdd362Mi i0 get sin mul put r*dd362Mi i0 r*dd64M ix0 get r*dd64M ix1 get r*dd64M ix0 get sub XIE mul add put g*dd362Mi i0 g*dd64M ix0 get g*dd64M ix1 get g*dd64M ix0 get sub XIE mul add put b*dd362Mi i0 b*dd64M ix0 get b*dd64M ix1 get b*dd64M ix0 get sub XIE mul add put } for %j=0,14 } for %i0=0,15,345 0 1 1 {/i exch def %i=0,1 LAB*Ldd362Mi 360 i add LAB*Ldd362Mi i get put LAB*add362Mi 360 i add LAB*add362Mi i get put LAB*bdd362Mi 360 i add LAB*bdd362Mi i get put LAB*Cdd362Mi 360 i add LAB*Cdd362Mi i get put LAB*hdd362Mi 360 i add LAB*hdd362Mi i get 360 add put r*dd362Mi 360 i add r*dd362Mi i get put g*dd362Mi 360 i add g*dd362Mi i get put b*dd362Mi 360 i add b*dd362Mi i get put } for %i=0,1 /hab*dd362Fi 362 array def 0 1 361 {/i exch def %i=0,361 hab*dd362Fi i LAB*hdd362Mi i get put %floating point F } for %i=0,361 %***************** calculation of hab*ds362Mi %integer %***************** for 362 standard hue angles /hab*ds362Mi 362 array def 0 1 361 {/i exch def %i=0,361 %range 30..391 hab*ds362Mi i 30 i add put %always integer } for %i=0,361 %***************** calculation of LAB*LabChs362Mi and rgb*ds362Mi %***************** for 362 device hue angles /LAB*Lds362Mi 362 array def /LAB*ads362Mi 362 array def /LAB*bds362Mi 362 array def /LAB*Cds362Mi 362 array def /LAB*hds362Mi 362 array def /r*ds362Mi 362 array def /g*ds362Mi 362 array def /b*ds362Mi 362 array def 0 1 361 {/i exch def %i=0,361 %default only for test r*ds362Mi i 0 put %of irregularities g*ds362Mi i 0 put b*ds362Mi i 0 put LAB*Lds362Mi i 0.0001 put LAB*ads362Mi i 0 put LAB*bds362Mi i 0 put LAB*Cds362Mi i 0 put LAB*hds362Mi i 0 put } for %i=0,361 0 1 359 {/i0 exch def %i=0,359 /i0i hab*ds362Mi i0 get def %integer range 30...390 i0i hab*dd362Fi 0 get lt {/i0i i0i 360 add def} if 0 1 47 {/ix0 exch def %ix0=0,48 /ix1 ix0 1 add def i0i LAB*hdd64M ix0 get sub 0 ge i0i LAB*hdd64M ix1 get sub 0 lt and {%ge..lt /XIE i0i LAB*hdd64M ix0 get sub LAB*hdd64M ix1 get LAB*hdd64M ix0 get sub div def LAB*Lds362Mi i0 LAB*Ldd64M ix0 get LAB*Ldd64M ix1 get LAB*Ldd64M ix0 get sub XIE mul add put LAB*Cds362Mi i0 LAB*Cdd64M ix0 get LAB*Cdd64M ix1 get LAB*Cdd64M ix0 get sub XIE mul add put LAB*hds362Mi i0 LAB*hdd64M ix0 get LAB*hdd64M ix1 get LAB*hdd64M ix0 get sub XIE mul add dup 90 gt i0 45 le and {360 sub} if put LAB*ads362Mi i0 LAB*Cds362Mi i0 get LAB*hds362Mi i0 get cos mul put LAB*bds362Mi i0 LAB*Cds362Mi i0 get LAB*hds362Mi i0 get sin mul put r*ds362Mi i0 r*dd64M ix0 get r*dd64M ix1 get r*dd64M ix0 get sub XIE mul add put g*ds362Mi i0 g*dd64M ix0 get g*dd64M ix1 get g*dd64M ix0 get sub XIE mul add put b*ds362Mi i0 b*dd64M ix0 get b*dd64M ix1 get b*dd64M ix0 get sub XIE mul add put exit } if %ge..lt } for %ix0=0,47 } for %i=0,359 0 1 1 {/i exch def %i=0,1 LAB*Lds362Mi 360 i add LAB*Lds362Mi i get put LAB*ads362Mi 360 i add LAB*ads362Mi i get put LAB*bds362Mi 360 i add LAB*bds362Mi i get put LAB*Cds362Mi 360 i add LAB*Cds362Mi i get put LAB*hds362Mi 360 i add LAB*hds362Mi i get 360 add put r*ds362Mi 360 i add r*ds362Mi i get put g*ds362Mi 360 i add g*ds362Mi i get put b*ds362Mi 360 i add b*ds362Mi i get put } for %i=0,1 %***************** calculation of hab*de362Fi %***************** for 362 elementary hue angles /hab*de362Fi 362 array def %floating point %range 26..386 30 1 389 {/i exch def %i=30,389 /im30 i 30 sub def /hab*sM i def %alphas = [habs - LAB*Hs(h)]/[LAB*Hs(n+1) - LAB*Hs(n)] % = [habs - LAB*Hs(h)]/60 %habe = LAB*He(n) + alphas [LAB*He(n+1) - LAB*He(n)] %use of LAB*He 0..7 Re_to_Ye 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 i 360 ge i 389 le and {/ipan0 6 def /ipan1 7 def} if /alphas {hab*sM LAB*Hs ipan0 get sub 60 div} bind def /habe {LAB*He ipan0 get LAB*He ipan1 get LAB*He ipan0 get sub alphas mul add} bind def hab*de362Fi im30 habe put %floating point } for %i=30,389 hab*de362Fi 360 hab*de362Fi 0 get 360 add put hab*de362Fi 361 hab*de362Fi 1 get 360 add put %***************** calculation LAB*LabChe32Mi and rgb*de362Mi %***************** for 362 elementary hue angles /LAB*Lde362Mi 362 array def /LAB*ade362Mi 362 array def /LAB*bde362Mi 362 array def /LAB*Cde362Mi 362 array def /LAB*hde362Mi 362 array def /r*de362Mi 362 array def /g*de362Mi 362 array def /b*de362Mi 362 array def 0 1 361 {/i exch def %i=0,361 %default only for test r*de362Mi i 0 put %of irregularities g*de362Mi i 0 put b*de362Mi i 0 put LAB*Lde362Mi i 0.0001 put LAB*ade362Mi i 0 put LAB*bde362Mi i 0 put LAB*Cde362Mi i 0 put LAB*hde362Mi i 0 put } for %i=0,361 0 1 359 {/i0 exch def %i=0,359 /i0i hab*de362Fi i0 get def %range 26...386 i0i hab*dd362Fi 0 get lt {/i0i i0i 360 add def} if 0 1 47 {/ix0 exch def %ix0=0,48 /ix1 ix0 1 add def i0i LAB*hdd64M ix0 get sub 0 ge i0i LAB*hdd64M ix1 get sub 0 lt and {%ge..lt /XIE i0i LAB*hdd64M ix0 get sub LAB*hdd64M ix1 get LAB*hdd64M ix0 get sub div def LAB*Lde362Mi i0 LAB*Ldd64M ix0 get LAB*Ldd64M ix1 get LAB*Ldd64M ix0 get sub XIE mul add put LAB*Cde362Mi i0 LAB*Cdd64M ix0 get LAB*Cdd64M ix1 get LAB*Cdd64M ix0 get sub XIE mul add put LAB*hde362Mi i0 LAB*hdd64M ix0 get LAB*hdd64M ix1 get LAB*hdd64M ix0 get sub XIE mul add dup 90 gt i0 45 le and {360 sub} if put LAB*ade362Mi i0 LAB*Cde362Mi i0 get LAB*hde362Mi i0 get cos mul put LAB*bde362Mi i0 LAB*Cde362Mi i0 get LAB*hde362Mi i0 get sin mul put r*de362Mi i0 r*dd64M ix0 get r*dd64M ix1 get r*dd64M ix0 get sub XIE mul add put g*de362Mi i0 g*dd64M ix0 get g*dd64M ix1 get g*dd64M ix0 get sub XIE mul add put b*de362Mi i0 b*dd64M ix0 get b*dd64M ix1 get b*dd64M ix0 get sub XIE mul add put exit } if %ge..lt } for %ix0=0,47 } for %i=0,359 0 1 1 {/i exch def %i=0,1 LAB*Lde362Mi 360 i add LAB*Lde362Mi i get put LAB*ade362Mi 360 i add LAB*ade362Mi i get put LAB*bde362Mi 360 i add LAB*bde362Mi i get put LAB*Cde362Mi 360 i add LAB*Cde362Mi i get put LAB*hde362Mi 360 i add LAB*hde362Mi i get 360 add put r*de362Mi 360 i add r*de362Mi i get put g*de362Mi 360 i add g*de362Mi i get put b*de362Mi 360 i add b*de362Mi i get put } for %i=0,1 %special LAB* data calculation of 17 step colour circle %needs LAB*LabCh64M, hab*dd64M /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 /LAB*Ldd18M 17 array def /LAB*add18M 17 array def /LAB*bdd18M 17 array def /LAB*Cdd18M 17 array def /LAB*hdd18M 17 array def /hab*dd18M 17 array def 0 1 16 {/i exch def %i=0,16 /indi ind64M i get def LAB*Ldd18M i LAB*Ldd64M indi get put LAB*add18M i LAB*add64M indi get put LAB*bdd18M i LAB*bdd64M indi get put LAB*Cdd18M i LAB*Cdd64M indi get put LAB*hdd18M i LAB*hdd64M indi get put hab*dd18M i hab*dd64M indi get put } for %i=0,16 } bind def %END proc_LAB*LabCh64M_to_tab362_dy %***************************************************************************** %END Procedure PROC_SPEC_IOF Colour special for NP-file 20120401 %***************************************************************************** /FileDaten (sRGB standard device; no separation, D65) def /FileDatde (sRGB Norm\255Ger\344t; keine Separation, D65) def /RGB0_F 3240 array def %1080*3 /RGB0_F [%1000 x rgb* nr. pos 1080 colours 0000 0000 0000 %0000 A01 0000 0000 0125 %0001 A02 0000 0000 0250 %0002 A03 0000 0000 0375 %0003 A04 0000 0000 0500 %0004 A05 0000 0000 0625 %0005 A06 0000 0000 0750 %0006 A07 0000 0000 0875 %0007 A08 0000 0000 1000 %0008 A09 0000 0125 0000 %0009 B01 0000 0125 0125 %0010 B02 0000 0125 0250 %0011 B03 0000 0125 0375 %0012 B04 0000 0125 0500 %0013 B05 0000 0125 0625 %0014 B06 0000 0125 0750 %0015 B07 0000 0125 0875 %0016 B08 0000 0125 1000 %0017 B09 0000 0250 0000 %0018 C01 0000 0250 0125 %0019 C02 0000 0250 0250 %0020 C03 0000 0250 0375 %0021 C04 0000 0250 0500 %0022 C05 0000 0250 0625 %0023 C06 0000 0250 0750 %0024 C07 0000 0250 0875 %0025 C08 0000 0250 1000 %0026 C09 0000 0375 0000 %0027 D01 0000 0375 0125 %0028 D02 0000 0375 0250 %0029 D03 0000 0375 0375 %0030 D04 0000 0375 0500 %0031 D05 0000 0375 0625 %0032 D06 0000 0375 0750 %0033 D07 0000 0375 0875 %0034 D08 0000 0375 1000 %0035 D09 0000 0500 0000 %0036 E01 0000 0500 0125 %0037 E02 0000 0500 0250 %0038 E03 0000 0500 0375 %0039 E04 0000 0500 0500 %0040 E05 0000 0500 0625 %0041 E06 0000 0500 0750 %0042 E07 0000 0500 0875 %0043 E08 0000 0500 1000 %0044 E09 0000 0625 0000 %0045 F01 0000 0625 0125 %0046 F02 0000 0625 0250 %0047 F03 0000 0625 0375 %0048 F04 0000 0625 0500 %0049 F05 0000 0625 0625 %0050 F06 0000 0625 0750 %0051 F07 0000 0625 0875 %0052 F08 0000 0625 1000 %0053 F09 0000 0750 0000 %0054 G01 0000 0750 0125 %0055 G02 0000 0750 0250 %0056 G03 0000 0750 0375 %0057 G04 0000 0750 0500 %0058 G05 0000 0750 0625 %0059 G06 0000 0750 0750 %0060 G07 0000 0750 0875 %0061 G08 0000 0750 1000 %0062 G09 0000 0875 0000 %0063 H01 0000 0875 0125 %0064 H02 0000 0875 0250 %0065 H03 0000 0875 0375 %0066 H04 0000 0875 0500 %0067 H05 0000 0875 0625 %0068 H06 0000 0875 0750 %0069 H07 0000 0875 0875 %0070 H08 0000 0875 1000 %0071 H09 0000 1000 0000 %0072 I01 0000 1000 0125 %0073 I02 0000 1000 0250 %0074 I03 0000 1000 0375 %0075 I04 0000 1000 0500 %0076 I05 0000 1000 0625 %0077 I06 0000 1000 0750 %0078 I07 0000 1000 0875 %0079 I08 0000 1000 1000 %0080 I09 0125 0000 0000 %0081 J01 0125 0000 0125 %0082 J02 0125 0000 0250 %0083 J03 0125 0000 0375 %0084 J04 0125 0000 0500 %0085 J05 0125 0000 0625 %0086 J06 0125 0000 0750 %0087 J07 0125 0000 0875 %0088 J08 0125 0000 1000 %0089 J09 0125 0125 0000 %0090 K01 0125 0125 0125 %0091 K02 0125 0125 0250 %0092 K03 0125 0125 0375 %0093 K04 0125 0125 0500 %0094 K05 0125 0125 0625 %0095 K06 0125 0125 0750 %0096 K07 0125 0125 0875 %0097 K08 0125 0125 1000 %0098 K09 0125 0250 0000 %0099 L01 0125 0250 0125 %0100 L02 0125 0250 0250 %0101 L03 0125 0250 0375 %0102 L04 0125 0250 0500 %0103 L05 0125 0250 0625 %0104 L06 0125 0250 0750 %0105 L07 0125 0250 0875 %0106 L08 0125 0250 1000 %0107 L09 0125 0375 0000 %0108 M01 0125 0375 0125 %0109 M02 0125 0375 0250 %0110 M03 0125 0375 0375 %0111 M04 0125 0375 0500 %0112 M05 0125 0375 0625 %0113 M06 0125 0375 0750 %0114 M07 0125 0375 0875 %0115 M08 0125 0375 1000 %0116 M09 0125 0500 0000 %0117 N01 0125 0500 0125 %0118 N02 0125 0500 0250 %0119 N03 0125 0500 0375 %0120 N04 0125 0500 0500 %0121 N05 0125 0500 0625 %0122 N06 0125 0500 0750 %0123 N07 0125 0500 0875 %0124 N08 0125 0500 1000 %0125 N09 0125 0625 0000 %0126 O01 0125 0625 0125 %0127 O02 0125 0625 0250 %0128 O03 0125 0625 0375 %0129 O04 0125 0625 0500 %0130 O05 0125 0625 0625 %0131 O06 0125 0625 0750 %0132 O07 0125 0625 0875 %0133 O08 0125 0625 1000 %0134 O09 0125 0750 0000 %0135 P01 0125 0750 0125 %0136 P02 0125 0750 0250 %0137 P03 0125 0750 0375 %0138 P04 0125 0750 0500 %0139 P05 0125 0750 0625 %0140 P06 0125 0750 0750 %0141 P07 0125 0750 0875 %0142 P08 0125 0750 1000 %0143 P09 0125 0875 0000 %0144 Q01 0125 0875 0125 %0145 Q02 0125 0875 0250 %0146 Q03 0125 0875 0375 %0147 Q04 0125 0875 0500 %0148 Q05 0125 0875 0625 %0149 Q06 0125 0875 0750 %0150 Q07 0125 0875 0875 %0151 Q08 0125 0875 1000 %0152 Q09 0125 1000 0000 %0153 R01 0125 1000 0125 %0154 R02 0125 1000 0250 %0155 R03 0125 1000 0375 %0156 R04 0125 1000 0500 %0157 R05 0125 1000 0625 %0158 R06 0125 1000 0750 %0159 R07 0125 1000 0875 %0160 R08 0125 1000 1000 %0161 R09 0250 0000 0000 %0162 S01 0250 0000 0125 %0163 S02 0250 0000 0250 %0164 S03 0250 0000 0375 %0165 S04 0250 0000 0500 %0166 S05 0250 0000 0625 %0167 S06 0250 0000 0750 %0168 S07 0250 0000 0875 %0169 S08 0250 0000 1000 %0170 S09 0250 0125 0000 %0171 T01 0250 0125 0125 %0172 T02 0250 0125 0250 %0173 T03 0250 0125 0375 %0174 T04 0250 0125 0500 %0175 T05 0250 0125 0625 %0176 T06 0250 0125 0750 %0177 T07 0250 0125 0875 %0178 T08 0250 0125 1000 %0179 T09 0250 0250 0000 %0180 U01 0250 0250 0125 %0181 U02 0250 0250 0250 %0182 U03 0250 0250 0375 %0183 U04 0250 0250 0500 %0184 U05 0250 0250 0625 %0185 U06 0250 0250 0750 %0186 U07 0250 0250 0875 %0187 U08 0250 0250 1000 %0188 U09 0250 0375 0000 %0189 V01 0250 0375 0125 %0190 V02 0250 0375 0250 %0191 V03 0250 0375 0375 %0192 V04 0250 0375 0500 %0193 V05 0250 0375 0625 %0194 V06 0250 0375 0750 %0195 V07 0250 0375 0875 %0196 V08 0250 0375 1000 %0197 V09 0250 0500 0000 %0198 W01 0250 0500 0125 %0199 W02 0250 0500 0250 %0200 W03 0250 0500 0375 %0201 W04 0250 0500 0500 %0202 W05 0250 0500 0625 %0203 W06 0250 0500 0750 %0204 W07 0250 0500 0875 %0205 W08 0250 0500 1000 %0206 W09 0250 0625 0000 %0207 X01 0250 0625 0125 %0208 X02 0250 0625 0250 %0209 X03 0250 0625 0375 %0210 X04 0250 0625 0500 %0211 X05 0250 0625 0625 %0212 X06 0250 0625 0750 %0213 X07 0250 0625 0875 %0214 X08 0250 0625 1000 %0215 X09 0250 0750 0000 %0216 Y01 0250 0750 0125 %0217 Y02 0250 0750 0250 %0218 Y03 0250 0750 0375 %0219 Y04 0250 0750 0500 %0220 Y05 0250 0750 0625 %0221 Y06 0250 0750 0750 %0222 Y07 0250 0750 0875 %0223 Y08 0250 0750 1000 %0224 Y09 0250 0875 0000 %0225 Z01 0250 0875 0125 %0226 Z02 0250 0875 0250 %0227 Z03 0250 0875 0375 %0228 Z04 0250 0875 0500 %0229 Z05 0250 0875 0625 %0230 Z06 0250 0875 0750 %0231 Z07 0250 0875 0875 %0232 Z08 0250 0875 1000 %0233 Z09 0250 1000 0000 %0234 a01 0250 1000 0125 %0235 a02 0250 1000 0250 %0236 a03 0250 1000 0375 %0237 a04 0250 1000 0500 %0238 a05 0250 1000 0625 %0239 a06 0250 1000 0750 %0240 a07 0250 1000 0875 %0241 a08 0250 1000 1000 %0242 a09 0375 0000 0000 %0243 A10 0375 0000 0125 %0244 A11 0375 0000 0250 %0245 A12 0375 0000 0375 %0246 A13 0375 0000 0500 %0247 A14 0375 0000 0625 %0248 A15 0375 0000 0750 %0249 A16 0375 0000 0875 %0250 A17 0375 0000 1000 %0251 A18 0375 0125 0000 %0252 B10 0375 0125 0125 %0253 B11 0375 0125 0250 %0254 B12 0375 0125 0375 %0255 B13 0375 0125 0500 %0256 B14 0375 0125 0625 %0257 B15 0375 0125 0750 %0258 B16 0375 0125 0875 %0259 B17 0375 0125 1000 %0260 B18 0375 0250 0000 %0261 C10 0375 0250 0125 %0262 C11 0375 0250 0250 %0263 C12 0375 0250 0375 %0264 C13 0375 0250 0500 %0265 C14 0375 0250 0625 %0266 C15 0375 0250 0750 %0267 C16 0375 0250 0875 %0268 C17 0375 0250 1000 %0269 C18 0375 0375 0000 %0270 D10 0375 0375 0125 %0271 D11 0375 0375 0250 %0272 D12 0375 0375 0375 %0273 D13 0375 0375 0500 %0274 D14 0375 0375 0625 %0275 D15 0375 0375 0750 %0276 D16 0375 0375 0875 %0277 D17 0375 0375 1000 %0278 D18 0375 0500 0000 %0279 E10 0375 0500 0125 %0280 E11 0375 0500 0250 %0281 E12 0375 0500 0375 %0282 E13 0375 0500 0500 %0283 E14 0375 0500 0625 %0284 E15 0375 0500 0750 %0285 E16 0375 0500 0875 %0286 E17 0375 0500 1000 %0287 E18 0375 0625 0000 %0288 F10 0375 0625 0125 %0289 F11 0375 0625 0250 %0290 F12 0375 0625 0375 %0291 F13 0375 0625 0500 %0292 F14 0375 0625 0625 %0293 F15 0375 0625 0750 %0294 F16 0375 0625 0875 %0295 F17 0375 0625 1000 %0296 F18 0375 0750 0000 %0297 G10 0375 0750 0125 %0298 G11 0375 0750 0250 %0299 G12 0375 0750 0375 %0300 G13 0375 0750 0500 %0301 G14 0375 0750 0625 %0302 G15 0375 0750 0750 %0303 G16 0375 0750 0875 %0304 G17 0375 0750 1000 %0305 G18 0375 0875 0000 %0306 H10 0375 0875 0125 %0307 H11 0375 0875 0250 %0308 H12 0375 0875 0375 %0309 H13 0375 0875 0500 %0310 H14 0375 0875 0625 %0311 H15 0375 0875 0750 %0312 H16 0375 0875 0875 %0313 H17 0375 0875 1000 %0314 H18 0375 1000 0000 %0315 I10 0375 1000 0125 %0316 I11 0375 1000 0250 %0317 I12 0375 1000 0375 %0318 I13 0375 1000 0500 %0319 I14 0375 1000 0625 %0320 I15 0375 1000 0750 %0321 I16 0375 1000 0875 %0322 I17 0375 1000 1000 %0323 I18 0500 0000 0000 %0324 J10 0500 0000 0125 %0325 J11 0500 0000 0250 %0326 J12 0500 0000 0375 %0327 J13 0500 0000 0500 %0328 J14 0500 0000 0625 %0329 J15 0500 0000 0750 %0330 J16 0500 0000 0875 %0331 J17 0500 0000 1000 %0332 J18 0500 0125 0000 %0333 K10 0500 0125 0125 %0334 K11 0500 0125 0250 %0335 K12 0500 0125 0375 %0336 K13 0500 0125 0500 %0337 K14 0500 0125 0625 %0338 K15 0500 0125 0750 %0339 K16 0500 0125 0875 %0340 K17 0500 0125 1000 %0341 K18 0500 0250 0000 %0342 L10 0500 0250 0125 %0343 L11 0500 0250 0250 %0344 L12 0500 0250 0375 %0345 L13 0500 0250 0500 %0346 L14 0500 0250 0625 %0347 L15 0500 0250 0750 %0348 L16 0500 0250 0875 %0349 L17 0500 0250 1000 %0350 L18 0500 0375 0000 %0351 M10 0500 0375 0125 %0352 M11 0500 0375 0250 %0353 M12 0500 0375 0375 %0354 M13 0500 0375 0500 %0355 M14 0500 0375 0625 %0356 M15 0500 0375 0750 %0357 M16 0500 0375 0875 %0358 M17 0500 0375 1000 %0359 M18 0500 0500 0000 %0360 N10 0500 0500 0125 %0361 N11 0500 0500 0250 %0362 N12 0500 0500 0375 %0363 N13 0500 0500 0500 %0364 N14 0500 0500 0625 %0365 N15 0500 0500 0750 %0366 N16 0500 0500 0875 %0367 N17 0500 0500 1000 %0368 N18 0500 0625 0000 %0369 O10 0500 0625 0125 %0370 O11 0500 0625 0250 %0371 O12 0500 0625 0375 %0372 O13 0500 0625 0500 %0373 O14 0500 0625 0625 %0374 O15 0500 0625 0750 %0375 O16 0500 0625 0875 %0376 O17 0500 0625 1000 %0377 O18 0500 0750 0000 %0378 P10 0500 0750 0125 %0379 P11 0500 0750 0250 %0380 P12 0500 0750 0375 %0381 P13 0500 0750 0500 %0382 P14 0500 0750 0625 %0383 P15 0500 0750 0750 %0384 P16 0500 0750 0875 %0385 P17 0500 0750 1000 %0386 P18 0500 0875 0000 %0387 Q10 0500 0875 0125 %0388 Q11 0500 0875 0250 %0389 Q12 0500 0875 0375 %0390 Q13 0500 0875 0500 %0391 Q14 0500 0875 0625 %0392 Q15 0500 0875 0750 %0393 Q16 0500 0875 0875 %0394 Q17 0500 0875 1000 %0395 Q18 0500 1000 0000 %0396 R10 0500 1000 0125 %0397 R11 0500 1000 0250 %0398 R12 0500 1000 0375 %0399 R13 0500 1000 0500 %0400 R14 0500 1000 0625 %0401 R15 0500 1000 0750 %0402 R16 0500 1000 0875 %0403 R17 0500 1000 1000 %0404 R18 0625 0000 0000 %0405 S10 0625 0000 0125 %0406 S11 0625 0000 0250 %0407 S12 0625 0000 0375 %0408 S13 0625 0000 0500 %0409 S14 0625 0000 0625 %0410 S15 0625 0000 0750 %0411 S16 0625 0000 0875 %0412 S17 0625 0000 1000 %0413 S18 0625 0125 0000 %0414 T10 0625 0125 0125 %0415 T11 0625 0125 0250 %0416 T12 0625 0125 0375 %0417 T13 0625 0125 0500 %0418 T14 0625 0125 0625 %0419 T15 0625 0125 0750 %0420 T16 0625 0125 0875 %0421 T17 0625 0125 1000 %0422 T18 0625 0250 0000 %0423 U10 0625 0250 0125 %0424 U11 0625 0250 0250 %0425 U12 0625 0250 0375 %0426 U13 0625 0250 0500 %0427 U14 0625 0250 0625 %0428 U15 0625 0250 0750 %0429 U16 0625 0250 0875 %0430 U17 0625 0250 1000 %0431 U18 0625 0375 0000 %0432 V10 0625 0375 0125 %0433 V11 0625 0375 0250 %0434 V12 0625 0375 0375 %0435 V13 0625 0375 0500 %0436 V14 0625 0375 0625 %0437 V15 0625 0375 0750 %0438 V16 0625 0375 0875 %0439 V17 0625 0375 1000 %0440 V18 0625 0500 0000 %0441 W10 0625 0500 0125 %0442 W11 0625 0500 0250 %0443 W12 0625 0500 0375 %0444 W13 0625 0500 0500 %0445 W14 0625 0500 0625 %0446 W15 0625 0500 0750 %0447 W16 0625 0500 0875 %0448 W17 0625 0500 1000 %0449 W18 0625 0625 0000 %0450 X10 0625 0625 0125 %0451 X11 0625 0625 0250 %0452 X12 0625 0625 0375 %0453 X13 0625 0625 0500 %0454 X14 0625 0625 0625 %0455 X15 0625 0625 0750 %0456 X16 0625 0625 0875 %0457 X17 0625 0625 1000 %0458 X18 0625 0750 0000 %0459 Y10 0625 0750 0125 %0460 Y11 0625 0750 0250 %0461 Y12 0625 0750 0375 %0462 Y13 0625 0750 0500 %0463 Y14 0625 0750 0625 %0464 Y15 0625 0750 0750 %0465 Y16 0625 0750 0875 %0466 Y17 0625 0750 1000 %0467 Y18 0625 0875 0000 %0468 Z10 0625 0875 0125 %0469 Z11 0625 0875 0250 %0470 Z12 0625 0875 0375 %0471 Z13 0625 0875 0500 %0472 Z14 0625 0875 0625 %0473 Z15 0625 0875 0750 %0474 Z16 0625 0875 0875 %0475 Z17 0625 0875 1000 %0476 Z18 0625 1000 0000 %0477 a10 0625 1000 0125 %0478 a11 0625 1000 0250 %0479 a12 0625 1000 0375 %0480 a13 0625 1000 0500 %0481 a14 0625 1000 0625 %0482 a15 0625 1000 0750 %0483 a16 0625 1000 0875 %0484 a17 0625 1000 1000 %0485 a18 0750 0000 0000 %0486 A19 0750 0000 0125 %0487 A20 0750 0000 0250 %0488 A21 0750 0000 0375 %0489 A22 0750 0000 0500 %0490 A23 0750 0000 0625 %0491 A24 0750 0000 0750 %0492 A25 0750 0000 0875 %0493 A26 0750 0000 1000 %0494 A27 0750 0125 0000 %0495 B19 0750 0125 0125 %0496 B20 0750 0125 0250 %0497 B21 0750 0125 0375 %0498 B22 0750 0125 0500 %0499 B23 0750 0125 0625 %0500 B24 0750 0125 0750 %0501 B25 0750 0125 0875 %0502 B26 0750 0125 1000 %0503 B27 0750 0250 0000 %0504 C19 0750 0250 0125 %0505 C20 0750 0250 0250 %0506 C21 0750 0250 0375 %0507 C22 0750 0250 0500 %0508 C23 0750 0250 0625 %0509 C24 0750 0250 0750 %0510 C25 0750 0250 0875 %0511 C26 0750 0250 1000 %0512 C27 0750 0375 0000 %0513 D19 0750 0375 0125 %0514 D20 0750 0375 0250 %0515 D21 0750 0375 0375 %0516 D22 0750 0375 0500 %0517 D23 0750 0375 0625 %0518 D24 0750 0375 0750 %0519 D25 0750 0375 0875 %0520 D26 0750 0375 1000 %0521 D27 0750 0500 0000 %0522 E19 0750 0500 0125 %0523 E20 0750 0500 0250 %0524 E21 0750 0500 0375 %0525 E22 0750 0500 0500 %0526 E23 0750 0500 0625 %0527 E24 0750 0500 0750 %0528 E25 0750 0500 0875 %0529 E26 0750 0500 1000 %0530 E27 0750 0625 0000 %0531 F19 0750 0625 0125 %0532 F20 0750 0625 0250 %0533 F21 0750 0625 0375 %0534 F22 0750 0625 0500 %0535 F23 0750 0625 0625 %0536 F24 0750 0625 0750 %0537 F25 0750 0625 0875 %0538 F26 0750 0625 1000 %0539 F27 0750 0750 0000 %0540 G19 0750 0750 0125 %0541 G20 0750 0750 0250 %0542 G21 0750 0750 0375 %0543 G22 0750 0750 0500 %0544 G23 0750 0750 0625 %0545 G24 0750 0750 0750 %0546 G25 0750 0750 0875 %0547 G26 0750 0750 1000 %0548 G27 0750 0875 0000 %0549 H19 0750 0875 0125 %0550 H20 0750 0875 0250 %0551 H21 0750 0875 0375 %0552 H22 0750 0875 0500 %0553 H23 0750 0875 0625 %0554 H24 0750 0875 0750 %0555 H25 0750 0875 0875 %0556 H26 0750 0875 1000 %0557 H27 0750 1000 0000 %0558 I19 0750 1000 0125 %0559 I20 0750 1000 0250 %0560 I21 0750 1000 0375 %0561 I22 0750 1000 0500 %0562 I23 0750 1000 0625 %0563 I24 0750 1000 0750 %0564 I25 0750 1000 0875 %0565 I26 0750 1000 1000 %0566 I27 0875 0000 0000 %0567 J19 0875 0000 0125 %0568 J20 0875 0000 0250 %0569 J21 0875 0000 0375 %0570 J22 0875 0000 0500 %0571 J23 0875 0000 0625 %0572 J24 0875 0000 0750 %0573 J25 0875 0000 0875 %0574 J26 0875 0000 1000 %0575 J27 0875 0125 0000 %0576 K19 0875 0125 0125 %0577 K20 0875 0125 0250 %0578 K21 0875 0125 0375 %0579 K22 0875 0125 0500 %0580 K23 0875 0125 0625 %0581 K24 0875 0125 0750 %0582 K25 0875 0125 0875 %0583 K26 0875 0125 1000 %0584 K27 0875 0250 0000 %0585 L19 0875 0250 0125 %0586 L20 0875 0250 0250 %0587 L21 0875 0250 0375 %0588 L22 0875 0250 0500 %0589 L23 0875 0250 0625 %0590 L24 0875 0250 0750 %0591 L25 0875 0250 0875 %0592 L26 0875 0250 1000 %0593 L27 0875 0375 0000 %0594 M19 0875 0375 0125 %0595 M20 0875 0375 0250 %0596 M21 0875 0375 0375 %0597 M22 0875 0375 0500 %0598 M23 0875 0375 0625 %0599 M24 0875 0375 0750 %0600 M25 0875 0375 0875 %0601 M26 0875 0375 1000 %0602 M27 0875 0500 0000 %0603 N19 0875 0500 0125 %0604 N20 0875 0500 0250 %0605 N21 0875 0500 0375 %0606 N22 0875 0500 0500 %0607 N23 0875 0500 0625 %0608 N24 0875 0500 0750 %0609 N25 0875 0500 0875 %0610 N26 0875 0500 1000 %0611 N27 0875 0625 0000 %0612 O19 0875 0625 0125 %0613 O20 0875 0625 0250 %0614 O21 0875 0625 0375 %0615 O22 0875 0625 0500 %0616 O23 0875 0625 0625 %0617 O24 0875 0625 0750 %0618 O25 0875 0625 0875 %0619 O26 0875 0625 1000 %0620 O27 0875 0750 0000 %0621 P19 0875 0750 0125 %0622 P20 0875 0750 0250 %0623 P21 0875 0750 0375 %0624 P22 0875 0750 0500 %0625 P23 0875 0750 0625 %0626 P24 0875 0750 0750 %0627 P25 0875 0750 0875 %0628 P26 0875 0750 1000 %0629 P27 0875 0875 0000 %0630 Q19 0875 0875 0125 %0631 Q20 0875 0875 0250 %0632 Q21 0875 0875 0375 %0633 Q22 0875 0875 0500 %0634 Q23 0875 0875 0625 %0635 Q24 0875 0875 0750 %0636 Q25 0875 0875 0875 %0637 Q26 0875 0875 1000 %0638 Q27 0875 1000 0000 %0639 R19 0875 1000 0125 %0640 R20 0875 1000 0250 %0641 R21 0875 1000 0375 %0642 R22 0875 1000 0500 %0643 R23 0875 1000 0625 %0644 R24 0875 1000 0750 %0645 R25 0875 1000 0875 %0646 R26 0875 1000 1000 %0647 R27 1000 0000 0000 %0648 S19 1000 0000 0125 %0649 S20 1000 0000 0250 %0650 S21 1000 0000 0375 %0651 S22 1000 0000 0500 %0652 S23 1000 0000 0625 %0653 S24 1000 0000 0750 %0654 S25 1000 0000 0875 %0655 S26 1000 0000 1000 %0656 S27 1000 0125 0000 %0657 T19 1000 0125 0125 %0658 T20 1000 0125 0250 %0659 T21 1000 0125 0375 %0660 T22 1000 0125 0500 %0661 T23 1000 0125 0625 %0662 T24 1000 0125 0750 %0663 T25 1000 0125 0875 %0664 T26 1000 0125 1000 %0665 T27 1000 0250 0000 %0666 U19 1000 0250 0125 %0667 U20 1000 0250 0250 %0668 U21 1000 0250 0375 %0669 U22 1000 0250 0500 %0670 U23 1000 0250 0625 %0671 U24 1000 0250 0750 %0672 U25 1000 0250 0875 %0673 U26 1000 0250 1000 %0674 U27 1000 0375 0000 %0675 V19 1000 0375 0125 %0676 V20 1000 0375 0250 %0677 V21 1000 0375 0375 %0678 V22 1000 0375 0500 %0679 V23 1000 0375 0625 %0680 V24 1000 0375 0750 %0681 V25 1000 0375 0875 %0682 V26 1000 0375 1000 %0683 V27 1000 0500 0000 %0684 W19 1000 0500 0125 %0685 W20 1000 0500 0250 %0686 W21 1000 0500 0375 %0687 W22 1000 0500 0500 %0688 W23 1000 0500 0625 %0689 W24 1000 0500 0750 %0690 W25 1000 0500 0875 %0691 W26 1000 0500 1000 %0692 W27 1000 0625 0000 %0693 X19 1000 0625 0125 %0694 X20 1000 0625 0250 %0695 X21 1000 0625 0375 %0696 X22 1000 0625 0500 %0697 X23 1000 0625 0625 %0698 X24 1000 0625 0750 %0699 X25 1000 0625 0875 %0700 X26 1000 0625 1000 %0701 X27 1000 0750 0000 %0702 Y19 1000 0750 0125 %0703 Y20 1000 0750 0250 %0704 Y21 1000 0750 0375 %0705 Y22 1000 0750 0500 %0706 Y23 1000 0750 0625 %0707 Y24 1000 0750 0750 %0708 Y25 1000 0750 0875 %0709 Y26 1000 0750 1000 %0710 Y27 1000 0875 0000 %0711 Z19 1000 0875 0125 %0712 Z20 1000 0875 0250 %0713 Z21 1000 0875 0375 %0714 Z22 1000 0875 0500 %0715 Z23 1000 0875 0625 %0716 Z24 1000 0875 0750 %0717 Z25 1000 0875 0875 %0718 Z26 1000 0875 1000 %0719 Z27 1000 1000 0000 %0720 a19 1000 1000 0125 %0721 a20 1000 1000 0250 %0722 a21 1000 1000 0375 %0723 a22 1000 1000 0500 %0724 a23 1000 1000 0625 %0725 a24 1000 1000 0750 %0726 a25 1000 1000 0875 %0727 a26 1000 1000 1000 %0728 a27 1000 1000 1000 %0729 b01 0875 1000 1000 %0730 b02 0750 1000 1000 %0731 b03 0625 1000 1000 %0732 b04 0500 1000 1000 %0733 b05 0375 1000 1000 %0734 b06 0250 1000 1000 %0735 b07 0125 1000 1000 %0736 b08 0000 1000 1000 %0737 b09 1000 0875 0875 %0738 c01 0875 0875 0875 %0739 c02 0750 0875 0875 %0740 c03 0625 0875 0875 %0741 c04 0500 0875 0875 %0742 c05 0375 0875 0875 %0743 c06 0250 0875 0875 %0744 c07 0125 0875 0875 %0745 c08 0000 0875 0875 %0746 c09 1000 0750 0750 %0747 d01 0875 0750 0750 %0748 d02 0750 0750 0750 %0749 d03 0625 0750 0750 %0750 d04 0500 0750 0750 %0751 d05 0375 0750 0750 %0752 d06 0250 0750 0750 %0753 d07 0125 0750 0750 %0754 d08 0000 0750 0750 %0755 d09 1000 0625 0625 %0756 e01 0875 0625 0625 %0757 e02 0750 0625 0625 %0758 e03 0625 0625 0625 %0759 e04 0500 0625 0625 %0760 e05 0375 0625 0625 %0761 e06 0250 0625 0625 %0762 e07 0125 0625 0625 %0763 e08 0000 0625 0625 %0764 e09 1000 0500 0500 %0765 f01 0875 0500 0500 %0766 f02 0750 0500 0500 %0767 f03 0625 0500 0500 %0768 f04 0500 0500 0500 %0769 f05 0375 0500 0500 %0770 f06 0250 0500 0500 %0771 f07 0125 0500 0500 %0772 f08 0000 0500 0500 %0773 f09 1000 0375 0375 %0774 g01 0875 0375 0375 %0775 g02 0750 0375 0375 %0776 g03 0625 0375 0375 %0777 g04 0500 0375 0375 %0778 g05 0375 0375 0375 %0779 g06 0250 0375 0375 %0780 g07 0125 0375 0375 %0781 g08 0000 0375 0375 %0782 g09 1000 0250 0250 %0783 h01 0875 0250 0250 %0784 h02 0750 0250 0250 %0785 h03 0625 0250 0250 %0786 h04 0500 0250 0250 %0787 h05 0375 0250 0250 %0788 h06 0250 0250 0250 %0789 h07 0125 0250 0250 %0790 h08 0000 0250 0250 %0791 h09 1000 0125 0125 %0792 i01 0875 0125 0125 %0793 i02 0750 0125 0125 %0794 i03 0625 0125 0125 %0795 i04 0500 0125 0125 %0796 i05 0375 0125 0125 %0797 i06 0250 0125 0125 %0798 i07 0125 0125 0125 %0799 i08 0000 0125 0125 %0800 i09 1000 0000 0000 %0801 j01 0875 0000 0000 %0802 j02 0750 0000 0000 %0803 j03 0625 0000 0000 %0804 j04 0500 0000 0000 %0805 j05 0375 0000 0000 %0806 j06 0250 0000 0000 %0807 j07 0125 0000 0000 %0808 j08 0000 0000 0000 %0809 j09 1000 1000 1000 %0810 b10 0875 0875 1000 %0811 b11 0750 0750 1000 %0812 b12 0625 0625 1000 %0813 b13 0500 0500 1000 %0814 b14 0375 0375 1000 %0815 b15 0250 0250 1000 %0816 b16 0125 0125 1000 %0817 b17 0000 0000 1000 %0818 b18 1000 1000 0875 %0819 c10 0875 0875 0875 %0820 c11 0750 0750 0875 %0821 c12 0625 0625 0875 %0822 c13 0500 0500 0875 %0823 c14 0375 0375 0875 %0824 c15 0250 0250 0875 %0825 c16 0125 0125 0875 %0826 c17 0000 0000 0875 %0827 c18 1000 1000 0750 %0828 d10 0875 0875 0750 %0829 d11 0750 0750 0750 %0830 d12 0625 0625 0750 %0831 d13 0500 0500 0750 %0832 d14 0375 0375 0750 %0833 d15 0250 0250 0750 %0834 d16 0125 0125 0750 %0835 d17 0000 0000 0750 %0836 d18 1000 1000 0625 %0837 e10 0875 0875 0625 %0838 e11 0750 0750 0625 %0839 e12 0625 0625 0625 %0840 e13 0500 0500 0625 %0841 e14 0375 0375 0625 %0842 e15 0250 0250 0625 %0843 e16 0125 0125 0625 %0844 e17 0000 0000 0625 %0845 e18 1000 1000 0500 %0846 f10 0875 0875 0500 %0847 f11 0750 0750 0500 %0848 f12 0625 0625 0500 %0849 f13 0500 0500 0500 %0850 f14 0375 0375 0500 %0851 f15 0250 0250 0500 %0852 f16 0125 0125 0500 %0853 f17 0000 0000 0500 %0854 f18 1000 1000 0375 %0855 g10 0875 0875 0375 %0856 g11 0750 0750 0375 %0857 g12 0625 0625 0375 %0858 g13 0500 0500 0375 %0859 g14 0375 0375 0375 %0860 g15 0250 0250 0375 %0861 g16 0125 0125 0375 %0862 g17 0000 0000 0375 %0863 g18 1000 1000 0250 %0864 h10 0875 0875 0250 %0865 h11 0750 0750 0250 %0866 h12 0625 0625 0250 %0867 h13 0500 0500 0250 %0868 h14 0375 0375 0250 %0869 h15 0250 0250 0250 %0870 h16 0125 0125 0250 %0871 h17 0000 0000 0250 %0872 h18 1000 1000 0125 %0873 i10 0875 0875 0125 %0874 i11 0750 0750 0125 %0875 i12 0625 0625 0125 %0876 i13 0500 0500 0125 %0877 i14 0375 0375 0125 %0878 i15 0250 0250 0125 %0879 i16 0125 0125 0125 %0880 i17 0000 0000 0125 %0881 i18 1000 1000 0000 %0882 j10 0875 0875 0000 %0883 j11 0750 0750 0000 %0884 j12 0625 0625 0000 %0885 j13 0500 0500 0000 %0886 j14 0375 0375 0000 %0887 j15 0250 0250 0000 %0888 j16 0125 0125 0000 %0889 j17 0000 0000 0000 %0890 j18 1000 1000 1000 %0891 b19 1000 0875 1000 %0892 b20 1000 0750 1000 %0893 b21 1000 0625 1000 %0894 b22 1000 0500 1000 %0895 b23 1000 0375 1000 %0896 b24 1000 0250 1000 %0897 b25 1000 0125 1000 %0898 b26 1000 0000 1000 %0899 b27 0875 1000 0875 %0900 c19 0875 0875 0875 %0901 c20 0875 0750 0875 %0902 c21 0875 0625 0875 %0903 c22 0875 0500 0875 %0904 c23 0875 0375 0875 %0905 c24 0875 0250 0875 %0906 c25 0875 0125 0875 %0907 c26 0875 0000 0875 %0908 c27 0750 1000 0750 %0909 d19 0750 0875 0750 %0910 d20 0750 0750 0750 %0911 d21 0750 0625 0750 %0912 d22 0750 0500 0750 %0913 d23 0750 0375 0750 %0914 d24 0750 0250 0750 %0915 d25 0750 0125 0750 %0916 d26 0750 0000 0750 %0917 d27 0625 1000 0625 %0918 e19 0625 0875 0625 %0919 e20 0625 0750 0625 %0920 e21 0625 0625 0625 %0921 e22 0625 0500 0625 %0922 e23 0625 0375 0625 %0923 e24 0625 0250 0625 %0924 e25 0625 0125 0625 %0925 e26 0625 0000 0625 %0926 e27 0500 1000 0500 %0927 f19 0500 0875 0500 %0928 f20 0500 0750 0500 %0929 f21 0500 0625 0500 %0930 f22 0500 0500 0500 %0931 f23 0500 0375 0500 %0932 f24 0500 0250 0500 %0933 f25 0500 0125 0500 %0934 f26 0500 0000 0500 %0935 f27 0375 1000 0375 %0936 g19 0375 0875 0375 %0937 g20 0375 0750 0375 %0938 g21 0375 0625 0375 %0939 g22 0375 0500 0375 %0940 g23 0375 0375 0375 %0941 g24 0375 0250 0375 %0942 g25 0375 0125 0375 %0943 g26 0375 0000 0375 %0944 g27 0250 1000 0250 %0945 h19 0250 0875 0250 %0946 h20 0250 0750 0250 %0947 h21 0250 0625 0250 %0948 h22 0250 0500 0250 %0949 h23 0250 0375 0250 %0950 h24 0250 0250 0250 %0951 h25 0250 0125 0250 %0952 h26 0250 0000 0250 %0953 h27 0125 1000 0125 %0954 i19 0125 0875 0125 %0955 i20 0125 0750 0125 %0956 i21 0125 0625 0125 %0957 i22 0125 0500 0125 %0958 i23 0125 0375 0125 %0959 i24 0125 0250 0125 %0960 i25 0125 0125 0125 %0961 i26 0125 0000 0125 %0962 i27 0000 1000 0000 %0963 j19 0000 0875 0000 %0964 j20 0000 0750 0000 %0965 j21 0000 0625 0000 %0966 j22 0000 0500 0000 %0967 j23 0000 0375 0000 %0968 j24 0000 0250 0000 %0969 j25 0000 0125 0000 %0970 j26 0000 0000 0000 %0971 j27 0000 0000 0000 %0972 k01 0125 0125 0125 %0973 k02 0250 0250 0250 %0974 k03 0375 0375 0375 %0975 k04 0500 0500 0500 %0976 k05 0625 0625 0625 %0977 k06 0750 0750 0750 %0978 k07 0875 0875 0875 %0979 k08 1000 1000 1000 %0980 k09 0000 0000 0000 %0981 l01 0125 0125 0125 %0982 l02 0250 0250 0250 %0983 l03 0375 0375 0375 %0984 l04 0500 0500 0500 %0985 l05 0625 0625 0625 %0986 l06 0750 0750 0750 %0987 l07 0875 0875 0875 %0988 l08 1000 1000 1000 %0989 l09 0000 0000 0000 %0990 m01 0125 0125 0125 %0991 m02 0250 0250 0250 %0992 m03 0375 0375 0375 %0993 m04 0500 0500 0500 %0994 m05 0625 0625 0625 %0995 m06 0750 0750 0750 %0996 m07 0875 0875 0875 %0997 m08 1000 1000 1000 %0998 m09 0000 0000 0000 %0999 n01 0125 0125 0125 %1000 n02 0250 0250 0250 %1001 n03 0375 0375 0375 %1002 n04 0500 0500 0500 %1003 n05 0625 0625 0625 %1004 n06 0750 0750 0750 %1005 n07 0875 0875 0875 %1006 n08 1000 1000 1000 %1007 n09 0000 0000 0000 %1008 k10 0066 0066 0066 %1009 k11 0133 0133 0133 %1010 k12 0200 0200 0200 %1011 k13 0266 0266 0266 %1012 k14 0333 0333 0333 %1013 k15 0400 0400 0400 %1014 k16 0466 0466 0466 %1015 k17 0533 0533 0533 %1016 k18 0600 0600 0600 %1017 k19 0666 0666 0666 %1018 k20 0734 0734 0734 %1019 k21 0800 0800 0800 %1020 k22 0866 0866 0866 %1021 k23 0933 0933 0933 %1022 k24 1000 1000 1000 %1023 k25 0000 0000 0000 %1024 l10 0066 0066 0066 %1025 l11 0133 0133 0133 %1026 l12 0200 0200 0200 %1027 l13 0266 0266 0266 %1028 l14 0333 0333 0333 %1029 l15 0400 0400 0400 %1030 l16 0466 0466 0466 %1031 l17 0533 0533 0533 %1032 l18 0600 0600 0600 %1033 l19 0666 0666 0666 %1034 l20 0734 0734 0734 %1035 l21 0800 0800 0800 %1036 l22 0866 0866 0866 %1037 l23 0933 0933 0933 %1038 l24 1000 1000 1000 %1039 l25 0000 0000 0000 %1040 m10 0066 0066 0066 %1041 m11 0133 0133 0133 %1042 m12 0200 0200 0200 %1043 m13 0266 0266 0266 %1044 m14 0333 0333 0333 %1045 m15 0400 0400 0400 %1046 m16 0466 0466 0466 %1047 m17 0533 0533 0533 %1048 m18 0600 0600 0600 %1049 m19 0666 0666 0666 %1050 m20 0734 0734 0734 %1051 m21 0800 0800 0800 %1052 m22 0866 0866 0866 %1053 m23 0933 0933 0933 %1054 m24 1000 1000 1000 %1055 m25 0000 0000 0000 %1056 n10 0066 0066 0066 %1057 n11 0133 0133 0133 %1058 n12 0200 0200 0200 %1059 n13 0266 0266 0266 %1060 n14 0333 0333 0333 %1061 n15 0400 0400 0400 %1062 n16 0466 0466 0466 %1063 n17 0533 0533 0533 %1064 n18 0600 0600 0600 %1065 n19 0666 0666 0666 %1066 n20 0734 0734 0734 %1067 n21 0800 0800 0800 %1068 n22 0866 0866 0866 %1069 n23 0933 0933 0933 %1070 n24 1000 1000 1000 %1071 n25 0000 0000 0000 %1072 k26 1000 1000 1000 %1073 k27 1000 0000 0000 %1074 l26 0000 1000 1000 %1075 l27 1000 1000 0000 %1076 m26 0000 0000 1000 %1077 m27 0000 1000 0000 %1078 n26 1000 0000 1000 %1079 n27 0000 1000 0000 %1078 nx6 1000 0000 1000 %1079 nx7 ] def %END RGB0_F %***************************************************************** %} def %END PROC_SPEC_IOF.PS %END COLDATA-SRGB_00.PS %**************************************************** %END 'VE23'OUTLIN1X.PS Other procedures for sRGB output linearization %**************************************************** %BEG VE23/OUTLIN1Y.PS Emty 20101101 %END VE23/OUTLIN1Y.PS Emty 20101101 %1 %2 %3 %4 %5 %change scount2g from 2 to 10 for 10 series %change pcount2g from 8 to 240 for 240 pages of each series /scount1g 1 def /scount2g 1 def /scountg 1 def /pcount1g 1 def /pcount2g 1 def /pcountg 1 def /xchart1g 0 def /xchart2g 1 def /xchartg 0 def /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 /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 /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 /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 /CBKK {200 /CourierB-ISOL1 FS} bind def /CBK {250 /CourierB-ISOL1 FS} bind def /CBM {300 /CourierB-ISOL1 FS} bind def /CBG {350 /CourierB-ISOL1 FS} bind def %ANFA 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 /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 /tzoLAB* [53.34 72.46 50.66] def %Reproduction colours /tzlLAB* [84.93 -79.83 74.80] def %LAB* setcolor /tzvLAB* [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 /A4quer {598 0 translate 90 rotate} def %0 %1 /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 /tzank [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 %BEG 61 lines comment or new PS operators possible %1 %2 %3 %4 %5 %6 %7 %8 %%EndProlog %%BeginPageSetup /#copies 1 def %A4quer 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)%max 32 (G) (H) (I) (J) (K) (L) (M) (N) (O) (P) (Q) (R) (S) (T) (U) (V)] def /SY$ [(0) (1) (2) (3) (4) (5) (6) (7) (8) (9) (A) (B) (C) (D) (E) (F)%max 32 (G) (H) (I) (J) (K) (L) (M) (N) (O) (P) (Q) (R) (S) (T) (U) (V)] 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 /lanindg1 1 def /lanindg2 1 def /colormg1 0 def /colormg2 0 def /xcolorg1 0 def /xcolorg2 0 def /xchartg1 0 def /xchartg2 0 def /lanindg lanindg1 def %no loops /colormg colormg1 def /xcolorg xcolorg1 def /xchartg xchartg1 def /pcount2x pcount2g xchart2g sub 2 add def %scount1g 1 scount2g {/scountg exch def %s=serie, e. g. 1,1,10 %pcount1g 1 pcount2x {/pcountg exch def %p=page, e. g. 1,1,250 /xchart10 0 def /xchart20 0 def %pcountg pcount1g eq {/xchart10 0 def /xchart20 0 def} % {/xchart10 1 def /xchart20 1 def} ifelse %pcountg pcount2x eq {/xchart10 2 def /xchart20 9 def} if /xchartg 0 def %xchart10 1 xchart20 {/xchartg exch def /ausz 8 def /colorm colormg def /xchart xchartg def /xchartg0 0 def %needs Definition of xcharti, is only in OUTLIN1X.PS colorm 1 eq {proc_ColTra*ioG} if %proc_ColTra*ioL only in Y10-7! %2 MM /Times-Roman FS %274 MM 82 MM moveto -90 rotate (/VE23/ ) show (Form: ) show %xchartg 1 add cvi 6 string cvs show (/) show %xchart2g 1 add cvi 6 string cvs show (,) show 90 rotate %274 MM 65 MM moveto -90 rotate (Serie: ) show %scountg cvi 6 string cvs show (/) show %scount2g cvi 6 string cvs show (,) show 90 rotate %274 MM 55 MM moveto -90 rotate %lanindg 0 eq {(Seite: )}{(Page: )} ifelse show %pcountg xchartg xchart10 sub add cvi 6 string cvs show 90 rotate %274 MM 45 MM moveto %-90 rotate %lanindg 0 eq {(Seitenz\344hlung )}{(Page: count: )} ifelse show %scountg 1 sub pcount2g mul pcountg add %pcountg pcount2x eq {xchartg add pcount1g pcount2x ne {2 sub } if} if %cvi 6 string cvs show %90 rotate /GSS$ SS$ lanindg get def /GSC$ SC$ colormg get def /GSX$ SX$ xcolorg xcolorg 16 idiv 16 mul sub get def /GSY$ SY$ xchartg xchartg 16 idiv 16 mul sub get def %special /GEX$ EX$ 0 get def /GEY$ EY$ 0 get def %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 VE230-1N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark01 where {pop} {userdict /pdfmark01 /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://130.149.60.45/~farbmetrik/VE23/) /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, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark01 [ /View [ /FitB ] /DOCVIEW pdfmark01 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } 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 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} 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 /nshow1 {TG show} bind def /kshow1 {TIG show} bind def /bshow1 {TBG show} bind def /bkshow1 {TBIG show} bind def /ishow1 {TM 0 -50 rlineto show 0 50 rlineto} bind def /eshow1 {TM 0 200 rlineto show 0 -200 rlineto} bind def /nshow2 {TM show} bind def /kshow2 {TIM show} bind def /bshow2 {TBM show} bind def /bkshow2 {TBIM show} bind def /ishow2 {TK 0 -50 rlineto show 0 50 rlineto} bind def /eshow2 {TK 0 200 rlineto show 0 -200 rlineto} 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 /colrecfi %x y width heigth c m y k {setcmyk_olvcolor rec fill} bind def /colrecst %x y width heigth c m y k {setcmyk_olvcolor rec stroke} bind def /tzo {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzl {1.0 0.0 1.0 0.0} bind def /tzv {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tzr {0.0 1.0 0.5 0.0} bind def %Elementarfarben /tzg {1.0 0.0 0.5 0.0} bind def /tzb {1.0 0.5 0.0 0.0} bind def /tzj {0.0 0.0 1.0 0.0} bind def /tzrz {0.0 1.0 0.5 0.5} bind def %Elementarfarben vergraut /tzgz {1.0 0.0 0.5 0.5} bind def /tzbz {1.0 0.5 0.0 0.5} bind def /tzjz {0.0 0.0 1.0 0.5} bind def /tfo {tzo setcmyk_olvcolor} bind def /tfl {tzl setcmyk_olvcolor} bind def /tfv {tzv setcmyk_olvcolor} bind def /tfc {tzc setcmyk_olvcolor} bind def /tfm {tzm setcmyk_olvcolor} bind def /tfy {tzy setcmyk_olvcolor} bind def /tfn {tzn setcmyk_olvcolor} bind def /tfd {tzd setcmyk_olvcolor} bind def /tfz {tzz setcmyk_olvcolor} bind def /tfh {tzh setcmyk_olvcolor} bind def /tfw {tzw setcmyk_olvcolor} bind def /tfr {tzr setcmyk_olvcolor} bind def /tfg {tzg setcmyk_olvcolor} bind def /tfb {tzb setcmyk_olvcolor} bind def /tfj {tzj setcmyk_olvcolor} bind def /tfrz {tzrz setcmyk_olvcolor} bind def /tfgz {tzgz setcmyk_olvcolor} bind def /tfbz {tzbz setcmyk_olvcolor} bind def /tfjz {tzjz setcmyk_olvcolor} bind def %ANFA OUTLIN00 951204 /pixf 1.0 def /ueg 1 pixf mul def /uek 1 pixf mul def /ues 1 pixf mul def /pxd uek def /pyd uek def /pxwd ueg def /pywd ueg def /pss ues def /outxshowf {show} bind def /outxshow {show} bind def /outSK {250 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSM {300 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSG {350 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outshowf {setcmyk_olvcolor show} bind def /outrecfi { %x y width heigth c m y k setcmyk_olvcolor rec fill} bind def /outrecfi4 { %x y width heigth c m y k outrecfi} bind def /outrecfi3 { %x y width heigth c m y k outrecfi} bind def /outrecfi2 { %x y width heigth c m y k outrecfi} bind def /outlinetos { %px py c m y k setcmyk_olvcolor lineto stroke} bind def /outstroke { %px1 py1 curveto ... curveto c m y k setcmyk_olvcolor stroke} bind def %%EndProlog gsave %LANINDL2 START 20000505 /lanind 0 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 /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /popde {0 lanind ne {pop} if} bind def /popen {1 lanind ne {pop} if} bind def /popes {2 lanind ne {pop} if} bind def /popfr {3 lanind ne {pop} if} bind def /popit {4 lanind ne {pop} if} bind def /popjp {5 lanind ne {pop} if} bind def /popm {6 lanind ne {pop} if} bind def /popxde {/n exch def 0 lanind ne {n {pop} repeat} if} bind def /popxen {/n exch def 1 lanind ne {n {pop} repeat} if} bind def /popxes {/n exch def 2 lanind ne {n {pop} repeat} if} bind def /popxfr {/n exch def 3 lanind ne {n {pop} repeat} if} bind def /popxit {/n exch def 4 lanind ne {n {pop} repeat} if} bind def /popxjp {/n exch def 5 lanind ne {n {pop} repeat} if} bind def /popxm {/n exch def 6 lanind ne {n {pop} repeat} if} bind def /lanindg where {pop /lanind1 lanindg def /lanind2 lanindg def} {/lanind1 1 def /lanind2 1 def} ifelse lanind1 1 lanind2 {/lanind exch def %output showpage gsave %LANINDL2 END 5 /Times-ISOL1 FS 180 85 moveto (VE230-1, B4_47_1) show % ( B8720_7, M8240-1, B4_47_1, N=4_47_1) show 72 90 translate /pixf 16.67 def 0.1667 pixf div MM dup scale /ausz 8 def %Farbauszug 1=C, 2=M, 3=Y, 7=N, 8=F 30 setlinewidth 0.0 0.0 0.0 0.5 setcmyk_olvcolor %Z 0000 0000 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto closepath fill 0030 1800 5340 1400 tzw outrecfi4 0030 3200 5340 0770 tzy outrecfi3 0030 0030 5340 1770 tzy outrecfi4 tfn /TRGu {350 /Times-Roman FS (\271) show} def /TRGo {350 /Times-Roman FS (\272) show} def 050 3650 moveto TBG (Linien\255Element von ) showde %08240-1 1 (line element of ) showen %18240-1 1 (Linea de elementos de ) showes %28240-1 1 (line element of ) showfr %38240-1 1 (line element of ) showit %48240-1 1 (line element of ) showjp %58240-1 1 TBIG (Stiles ) show 050 3300 moveto TBG (\0501946\051 mit ) showde %08240-1 2 (\0501946\051 with ) showen %18240-1 2 (\0501946\051 ) showes %28240-1 2 (\0501946\051 with ) showfr %38240-1 2 (\0501946\051 with ) showit %48240-1 2 (\0501946\051 with ) showjp %58240-1 2 TRGu TBG (Farbwerten) showde %08240-1 3 (color values) showen %18240-1 3 (Valores del color) showes %28240-1 3 (color values) showfr %38240-1 3 (color values) showit %48240-1 3 (color values) showjp %58240-1 3 TRGo TBIG tfo ( P) show TBG tfn (, ) show TBIG tfl (D) show TBG tfn (, ) show TBIG tfb (T) show 050 2925 moveto tfn 330 /TimesB-ISOL1 FS (Drei separate Farb\255Signalfunktionen) showde %08240-1 4 (three separate color signal functions) showen %18240-1 4 (Funciones separadas para cada se\361al) showes %28240-1 4 (three separate color signal functions) showfr %38240-1 4 (three separate color signal functions) showit %48240-1 4 (three separate color signal functions) showjp %58240-1 4 300 2575 moveto tfo 40 0 TBIG (F) ashow TBG 40 0 (\050) ashow TBIG 40 0 (P) ashow TBG 40 0 (\051 = ) ashow TBIG 40 0 (i) ashow 40 0 rmoveto TBG (ln) show 40 0 rmoveto TBG 40 0 (\0501+9) ashow TBIG 40 0 (P) ashow TBG (\051) show 300 2225 moveto tfl 40 0 TBIG (F) ashow TBG 40 0 (\050) ashow TBIG 40 0 (D) ashow TBG 40 0 (\051 = ) ashow TBIG 40 0 (j) ashow 40 0 rmoveto TBG (ln) show 40 0 rmoveto TBG 40 0 (\0501+9) ashow TBIG 40 0 (D) ashow TBG (\051) show 300 1875 moveto tfb 40 0 TBIG (F) ashow TBG 40 0 (\050) ashow TBIG 40 0 (T) ashow TBG 40 0 (\051 = ) ashow TBIG 40 0 (k) ashow 40 0 rmoveto TBG (ln) show 40 0 rmoveto TBG 40 0 (\0501+9) ashow TBIG 40 0 (T) ashow TBG (\051) show 100 1500 moveto tfn TBIG (Taylor) show TBG (\255Ableitungen:) showde %08240-1 5 (\255derivations:) showen %18240-1 5 (\255Derivaciones:) showes %28240-1 5 (\255derivations:) showfr %38240-1 5 (\255derivations:) showit %48240-1 5 (\255derivations:) showjp %58240-1 5 050 1000 moveto tfn (D) outSG 10 0 rmoveto 40 0 rmoveto TBIG (F) show TBG 20 0 (\050) ashow TBIG tfo (P) show TBG tfn (, ) show TBIG tfl (D) show TBG tfn (, ) show TBIG tfb (T) show 30 0 rmoveto TBG tfn 30 0 (\051=) ashow tfn TBG -30 0 (--) ashow tfo -350 150 rmoveto (d) show 40 0 rmoveto TBIG (F) show 0 -150 rmoveto TBG tfo -500 -200 rmoveto (d) show 40 0 rmoveto TBIG (P) show 40 200 rmoveto (D) outSG 20 0 rmoveto TBIG 20 0 (P) ashow tfn TBG 10 0 (+) ashow tfn TBG -30 0 (--) ashow tfl -350 150 rmoveto (d) show 40 0 rmoveto TBIG (F) show 0 -150 rmoveto TBG tfl -500 -200 rmoveto (d) show 40 0 rmoveto TBIG (D) show 40 200 rmoveto (D) outSG 20 0 rmoveto TBIG 20 0 (D) ashow tfn TBG 10 0 (+) ashow tfn TBG -30 0 (--) ashow tfb -350 150 rmoveto (d) show 40 0 rmoveto TBIG (F) show 0 -150 rmoveto TBG tfb -500 -200 rmoveto (d) show 40 0 rmoveto TBIG (T) show 60 200 rmoveto (D) outSG 20 0 rmoveto TBIG 20 0 (T) ashow 475 0300 moveto tfn TBG tfn 30 0 (=) ashow tfn TBG -30 0 (-----) ashow tfo -550 150 rmoveto 40 0 (9) ashow TBIG 40 0 (i) ashow 0 -150 rmoveto TBG tfo -650 -200 rmoveto 20 0 TBG (1+9) ashow TBIG (P) show 80 200 rmoveto (D) outSG 20 0 rmoveto TBIG 20 0 (P) ashow tfn TBG 10 0 (+) ashow tfn TBG -30 0 (-----) ashow tfl -550 200 rmoveto 40 0 (9) ashow TBIG 40 0 (j) ashow 0 -200 rmoveto TBG tfl -650 -200 rmoveto 20 0 TBG (1+9) ashow TBIG (D) show 80 200 rmoveto (D) outSG 20 0 rmoveto TBIG 20 0 (D) ashow tfn TBG 10 0 (+) ashow tfn TBG -30 0 (-----) ashow tfb -600 150 rmoveto 40 0 (9)ashow TBIG 40 0 (k) ashow 0 -150 rmoveto TBG tfb -700 -200 rmoveto 20 0 TBG (1+9) ashow TBIG (T) show 80 200 rmoveto (D) outSG 20 0 rmoveto TBIG 20 0 (T) ashow 30 setlinewidth 15 15 5370 3970 tzn colrecst showpage grestore } for %output with langind end %%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 VE230-2N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark02 where {pop} {userdict /pdfmark02 /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://130.149.60.45/~farbmetrik/VE23/) /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, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark02 [ /View [ /FitB ] /DOCVIEW pdfmark02 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } 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 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} 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 /nshow1 {TG show} bind def /kshow1 {TIG show} bind def /bshow1 {TBG show} bind def /bkshow1 {TBIG show} bind def /ishow1 {TM 0 -50 rlineto show 0 50 rlineto} bind def /eshow1 {TM 0 200 rlineto show 0 -200 rlineto} bind def /nshow2 {TM show} bind def /kshow2 {TIM show} bind def /bshow2 {TBM show} bind def /bkshow2 {TBIM show} bind def /ishow2 {TK 0 -50 rlineto show 0 50 rlineto} bind def /eshow2 {TK 0 200 rlineto show 0 -200 rlineto} 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 /colrecfi %x y width heigth c m y k {setcmyk_olvcolor rec fill} bind def /colrecst %x y width heigth c m y k {setcmyk_olvcolor rec stroke} bind def /tzo {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzl {1.0 0.0 1.0 0.0} bind def /tzv {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tzr {0.0 1.0 0.5 0.0} bind def %Elementarfarben /tzg {1.0 0.0 0.5 0.0} bind def /tzb {1.0 0.5 0.0 0.0} bind def /tzj {0.0 0.0 1.0 0.0} bind def /tzrz {0.0 1.0 0.5 0.5} bind def %Elementarfarben vergraut /tzgz {1.0 0.0 0.5 0.5} bind def /tzbz {1.0 0.5 0.0 0.5} bind def /tzjz {0.0 0.0 1.0 0.5} bind def /tfo {tzo setcmyk_olvcolor} bind def /tfl {tzl setcmyk_olvcolor} bind def /tfv {tzv setcmyk_olvcolor} bind def /tfc {tzc setcmyk_olvcolor} bind def /tfm {tzm setcmyk_olvcolor} bind def /tfy {tzy setcmyk_olvcolor} bind def /tfn {tzn setcmyk_olvcolor} bind def /tfd {tzd setcmyk_olvcolor} bind def /tfz {tzz setcmyk_olvcolor} bind def /tfh {tzh setcmyk_olvcolor} bind def /tfw {tzw setcmyk_olvcolor} bind def /tfr {tzr setcmyk_olvcolor} bind def /tfg {tzg setcmyk_olvcolor} bind def /tfb {tzb setcmyk_olvcolor} bind def /tfj {tzj setcmyk_olvcolor} bind def /tfrz {tzrz setcmyk_olvcolor} bind def /tfgz {tzgz setcmyk_olvcolor} bind def /tfbz {tzbz setcmyk_olvcolor} bind def /tfjz {tzjz setcmyk_olvcolor} bind def %ANFA OUTLIN00 951204 /pixf 1.0 def /ueg 1 pixf mul def /uek 1 pixf mul def /ues 1 pixf mul def /pxd uek def /pyd uek def /pxwd ueg def /pywd ueg def /pss ues def /outxshowf {show} bind def /outxshow {show} bind def /outSK {250 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSM {300 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSG {350 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outshowf {setcmyk_olvcolor show} bind def /outrecfi { %x y width heigth c m y k setcmyk_olvcolor rec fill} bind def /outrecfi4 { %x y width heigth c m y k outrecfi} bind def /outrecfi3 { %x y width heigth c m y k outrecfi} bind def /outrecfi2 { %x y width heigth c m y k outrecfi} bind def /outlinetos { %px py c m y k setcmyk_olvcolor lineto stroke} bind def /outstroke { %px1 py1 curveto ... curveto c m y k setcmyk_olvcolor stroke} bind def %%EndProlog gsave %LANINDL2 START 20000505 /lanind 0 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 /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /popde {0 lanind ne {pop} if} bind def /popen {1 lanind ne {pop} if} bind def /popes {2 lanind ne {pop} if} bind def /popfr {3 lanind ne {pop} if} bind def /popit {4 lanind ne {pop} if} bind def /popjp {5 lanind ne {pop} if} bind def /popm {6 lanind ne {pop} if} bind def /popxde {/n exch def 0 lanind ne {n {pop} repeat} if} bind def /popxen {/n exch def 1 lanind ne {n {pop} repeat} if} bind def /popxes {/n exch def 2 lanind ne {n {pop} repeat} if} bind def /popxfr {/n exch def 3 lanind ne {n {pop} repeat} if} bind def /popxit {/n exch def 4 lanind ne {n {pop} repeat} if} bind def /popxjp {/n exch def 5 lanind ne {n {pop} repeat} if} bind def /popxm {/n exch def 6 lanind ne {n {pop} repeat} if} bind def /lanindg where {pop /lanind1 lanindg def /lanind2 lanindg def} {/lanind1 1 def /lanind2 1 def} ifelse lanind1 1 lanind2 {/lanind exch def %output showpage gsave %LANINDL2 END 5 /Times-ISOL1 FS 180 85 moveto (VE230-2, B4_47_2) show % ( B8720_8, M8240-2, B4_47_2, N=4_47_2) show 72 90 translate /pixf 16.67 def 0.1667 pixf div MM dup scale /ausz 8 def %Farbauszug 1=C, 2=M, 3=Y, 7=N, 8=F 30 setlinewidth 0.0 0.0 0.0 0.5 setcmyk_olvcolor %Z 0000 0000 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto closepath fill 0015 1800 5370 1400 tzw outrecfi4 0015 3200 5370 0770 tzy outrecfi3 0015 0030 5370 1770 tzy outrecfi4 tfn /TRGu {350 /Times-Roman FS (\271) show} def /TRGo {350 /Times-Roman FS (\272) show} def 050 3650 moveto TBG (Linien\255Element von ) showde %08240-2 1 (line element of ) showen %18240-2 1 (Linea de elementos ) showes %28240-2 1 (line element of ) showfr %38240-2 1 (line element of ) showit %48240-2 1 (line element of ) showjp %58240-2 1 TBIG (Vos&Walraven) show 050 3300 moveto TBG (\0501972\051 mit ) showde %08240-2 2 (\0501972\051 with ) showen %18240-2 2 (\0501972\051 ) showes %28240-2 2 (\0501972\051 with ) showfr %38240-2 2 (\0501972\051 with ) showit %48240-2 2 (\0501972\051 with ) showjp %58240-2 2 TRGu TBG (Farbwerten) showde %08240-2 3 (color values) showen %18240-2 3 (Valores del color) showes %28240-2 3 (color values) showfr %38240-2 3 (color values) showit %48240-2 3 (color values) showjp %58240-2 3 TRGo TBIG tfo ( P) show TBG tfn (, ) show TBIG tfl (D) show TBG tfn (, ) show TBIG tfb (T) show 050 2925 moveto tfn 330 /TimesB-ISOL1 FS (Drei separate Farb\255Signalfunktionen) showde %08240-2 4 (three separate color signal functions) showen %18240-2 4 (Funciones separadas para cada se\361al) showes %28240-2 4 (three separate color signal functions) showfr %38240-2 4 (three separate color signal functions) showit %48240-2 4 (three separate color signal functions) showjp %58240-2 4 300 2575 moveto tfo 40 0 TBIG (F) ashow TBG 40 0 (\050) ashow TBIG 40 0 (P) ashow TBG (\051 = -2) show 50 0 rmoveto TBIG 40 0 (i) ashow (\326) outSG 40 0 rmoveto -200 0 rmoveto (\140) outSG TBIG 40 0 (P) ashow 300 2225 moveto tfl 40 0 TBIG (F) ashow TBG 40 0 (\050) ashow TBIG 40 0 (D) ashow TBG (\051 = -2) show 50 0 rmoveto TBIG 40 0 (j) ashow (\326) outSG 40 0 rmoveto -200 0 rmoveto (\140) outSG TBIG 40 0 (D) ashow 300 1875 moveto tfb 40 0 TBIG (F) ashow TBG 40 0 (\050) ashow TBIG 40 0 (T) ashow TBG (\051 = -2) show 50 0 rmoveto TBIG 40 0 (k) ashow (\326) outSG 40 0 rmoveto -200 0 rmoveto (\140) outSG TBIG 40 0 (T) ashow 100 1500 moveto tfn TBIG (Taylor) show TBG (\255Ableitungen:) showde %08240-2 5 (\255derivations:) showen %18240-2 5 (\255Derivaciones:) showes %28240-2 5 (\255derivations:) showfr %38240-2 5 (\255derivations:) showit %48240-2 5 (\255derivations:) showjp %58240-2 5 050 1000 moveto tfn (D) outSG 10 0 rmoveto 40 0 rmoveto TBIG (F) show TBG 20 0 (\050) ashow TBIG tfo (P) show TBG tfn (, ) show TBIG tfl (D) show TBG tfn (, ) show TBIG tfb (T) show 30 0 rmoveto TBG tfn 30 0 (\051=) ashow tfn TBG -30 0 (--) ashow tfo -350 150 rmoveto (d) show 40 0 rmoveto TBIG (F) show 0 -150 rmoveto TBG tfo -500 -200 rmoveto (d) show 40 0 rmoveto TBIG (P) show 40 200 rmoveto (D) outSG 20 0 rmoveto TBIG 20 0 (P) ashow tfn TBG 10 0 (+) ashow tfn TBG -30 0 (--) ashow tfl -350 150 rmoveto (d) show 40 0 rmoveto TBIG (F) show 0 -150 rmoveto TBG tfl -500 -200 rmoveto (d) show 40 0 rmoveto TBIG (D) show 40 200 rmoveto (D) outSG 20 0 rmoveto TBIG 20 0 (D) ashow tfn TBG 10 0 (+) ashow tfn TBG -30 0 (--) ashow tfb -350 150 rmoveto (d) show 40 0 rmoveto TBIG (F) show 0 -150 rmoveto TBG tfb -500 -200 rmoveto (d) show 40 0 rmoveto TBIG (T) show 60 200 rmoveto (D) outSG 20 0 rmoveto TBIG 20 0 (T) ashow 050 0300 moveto tfn (D) outSG 10 0 rmoveto 40 0 rmoveto TBIG (F) show TBG 20 0 (\050) ashow TBIG tfo (P) show TBG tfn (, ) show TBIG tfl (D) show TBG tfn (, ) show TBIG tfb (T) show 30 0 rmoveto TBG tfn 30 0 (\051=) ashow tfn TBG -30 0 (--) ashow tfo -200 150 rmoveto TBIG (i) show 0 -150 rmoveto TBG tfo -350 -250 rmoveto (\326) outSG 40 0 rmoveto -220 0 rmoveto (\140) show TBIG (P) show 140 250 rmoveto (D) outSG 20 0 rmoveto TBIG 20 0 (P) ashow tfn TBG 10 0 (+) ashow tfn TBG -30 0 (--) ashow tfl -225 200 rmoveto TBIG (j) show 0 -200 rmoveto TBG tfl -325 -250 rmoveto (\326) outSG 40 0 rmoveto -220 0 rmoveto (\140) show TBIG (D) show 140 250 rmoveto (D) outSG 20 0 rmoveto TBIG 20 0 (D) ashow tfn TBG 10 0 (+) ashow tfn TBG -30 0 (--) ashow tfb -250 150 rmoveto TBIG (k) show 0 -150 rmoveto TBG tfb -350 -250 rmoveto (\326) outSG 40 0 rmoveto -220 0 rmoveto (\140) show TBIG (T) show 140 250 rmoveto (D) outSG 20 0 rmoveto TBIG 20 0 (T) ashow 30 setlinewidth 15 15 5370 3970 tzn colrecst showpage grestore } for %output with langind end %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 28 MM 108 MM 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 VE230-3N %%BoundingBox: 70 85 228 206 %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://130.149.60.45/~farbmetrik/VE23/) /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, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark03 [ /View [ /FitB ] /DOCVIEW pdfmark03 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } 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 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} 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 /nshow1 {TG show} bind def /kshow1 {TIG show} bind def /bshow1 {TBG show} bind def /bkshow1 {TBIG show} bind def /ishow1 {TM 0 -50 rlineto show 0 50 rlineto} bind def /eshow1 {TM 0 200 rlineto show 0 -200 rlineto} bind def /nshow2 {TM show} bind def /kshow2 {TIM show} bind def /bshow2 {TBM show} bind def /bkshow2 {TBIM show} bind def /ishow2 {TK 0 -50 rlineto show 0 50 rlineto} bind def /eshow2 {TK 0 200 rlineto show 0 -200 rlineto} 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 /colrecfi %x y width heigth c m y k {setcmyk_olvcolor rec fill} bind def /colrecst %x y width heigth c m y k {setcmyk_olvcolor rec stroke} bind def /tzo {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzl {1.0 0.0 1.0 0.0} bind def /tzv {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tzr {0.0 1.0 0.5 0.0} bind def %Elementarfarben /tzg {1.0 0.0 0.5 0.0} bind def /tzb {1.0 0.5 0.0 0.0} bind def /tzj {0.0 0.0 1.0 0.0} bind def /tzrz {0.0 1.0 0.5 0.5} bind def %Elementarfarben vergraut /tzgz {1.0 0.0 0.5 0.5} bind def /tzbz {1.0 0.5 0.0 0.5} bind def /tzjz {0.0 0.0 1.0 0.5} bind def /tfo {tzo setcmyk_olvcolor} bind def /tfl {tzl setcmyk_olvcolor} bind def /tfv {tzv setcmyk_olvcolor} bind def /tfc {tzc setcmyk_olvcolor} bind def /tfm {tzm setcmyk_olvcolor} bind def /tfy {tzy setcmyk_olvcolor} bind def /tfn {tzn setcmyk_olvcolor} bind def /tfd {tzd setcmyk_olvcolor} bind def /tfz {tzz setcmyk_olvcolor} bind def /tfh {tzh setcmyk_olvcolor} bind def /tfw {tzw setcmyk_olvcolor} bind def /tfr {tzr setcmyk_olvcolor} bind def /tfg {tzg setcmyk_olvcolor} bind def /tfb {tzb setcmyk_olvcolor} bind def /tfj {tzj setcmyk_olvcolor} bind def /tfrz {tzrz setcmyk_olvcolor} bind def /tfgz {tzgz setcmyk_olvcolor} bind def /tfbz {tzbz setcmyk_olvcolor} bind def /tfjz {tzjz setcmyk_olvcolor} bind def %ANFA OUTLIN00 951204 /pixf 1.0 def /ueg 1 pixf mul def /uek 1 pixf mul def /ues 1 pixf mul def /pxd uek def /pyd uek def /pxwd ueg def /pywd ueg def /pss ues def /outxshowf {show} bind def /outxshow {show} bind def /outSK {250 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSM {300 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSG {350 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outshowf {setcmyk_olvcolor show} bind def /outrecfi { %x y width heigth c m y k setcmyk_olvcolor rec fill} bind def /outrecfi4 { %x y width heigth c m y k outrecfi} bind def /outrecfi3 { %x y width heigth c m y k outrecfi} bind def /outrecfi2 { %x y width heigth c m y k outrecfi} bind def /outlinetos { %px py c m y k setcmyk_olvcolor lineto stroke} bind def /outstroke { %px1 py1 curveto ... curveto c m y k setcmyk_olvcolor stroke} bind def %%EndProlog gsave %LANINDL2 START 20000505 /lanind 0 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 /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /popde {0 lanind ne {pop} if} bind def /popen {1 lanind ne {pop} if} bind def /popes {2 lanind ne {pop} if} bind def /popfr {3 lanind ne {pop} if} bind def /popit {4 lanind ne {pop} if} bind def /popjp {5 lanind ne {pop} if} bind def /popm {6 lanind ne {pop} if} bind def /popxde {/n exch def 0 lanind ne {n {pop} repeat} if} bind def /popxen {/n exch def 1 lanind ne {n {pop} repeat} if} bind def /popxes {/n exch def 2 lanind ne {n {pop} repeat} if} bind def /popxfr {/n exch def 3 lanind ne {n {pop} repeat} if} bind def /popxit {/n exch def 4 lanind ne {n {pop} repeat} if} bind def /popxjp {/n exch def 5 lanind ne {n {pop} repeat} if} bind def /popxm {/n exch def 6 lanind ne {n {pop} repeat} if} bind def /lanindg where {pop /lanind1 lanindg def /lanind2 lanindg def} {/lanind1 1 def /lanind2 1 def} ifelse lanind1 1 lanind2 {/lanind exch def %output showpage gsave %LANINDL2 END 5 /Times-ISOL1 FS 180 85 moveto (VE230-3, B4_48_1) show % ( B8720_1, M8240-3, B4_48_1, N=4_48_1) show 72 90 translate /pixf 16.67 def 0.1667 pixf div MM dup scale /ausz 8 def %Farbauszug 1=C, 2=M, 3=Y, 7=N, 8=F 30 setlinewidth 0.0 0.0 0.0 0.5 setcmyk_olvcolor %Z 0000 0000 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto closepath fill tfw 0000 1300 moveto 5400 0 rlineto 0 0900 rlineto -5400 0 rlineto closepath fill 0000 3150 5400 0850 tzy outrecfi4 tfn /TRGu {350 /Times-Roman FS (\271) show} def /TRGo {350 /Times-Roman FS (\272) show} def 100 3650 moveto TBG (Funktionen ) showde %08240-3 1 (functions ) showen %18240-3 1 (Funciones ) showes %28240-3 1 (functions ) showfr %38240-3 1 (functions ) showit %48240-3 1 (functions ) showjp %58240-3 1 TBIG 50 0 (q) ashow TBG 50 0 ([k\050) ashow TBIG 30 0 (x-u) ashow TBG 50 0 (\051]) ashow ( zur) showde %08240-3 2 ( para) showes %28240-3 2 ( for) showfr %38240-3 2 ( for) showit %48240-3 2 ( for) showjp %58240-3 2 100 3250 moveto TRGu TBG (Unbuntsignal) showde %08240-3 3 (achromatic signal) showen %18240-3 3 (Se\361al acrom\341tica) showes %28240-3 3 (achromatic signal) showfr %38240-3 3 (achromatic signal) showit %48240-3 3 (achromatic signal) showjp %58240-3 3 TRGo TBG (\255Beschreibung mit) showde %08240-3 4 (\255description) showen %18240-3 4 (\255Descripci\363n) showes %28240-3 4 (\255description) showfr %38240-3 4 (\255description) showit %48240-3 4 (\255description) showjp %58240-3 4 tfw 100 2750 moveto TBG (mit ) showde %08240-3 5 (with ) showen %18240-3 5 (con ) showes %28240-3 5 (with ) showfr %38240-3 5 (with ) showit %48240-3 5 (with ) showjp %58240-3 5 900 2750 moveto TBIG 50 0 (x=) ashow TBG (log) show TBIG ( L ) show TBG (\050) show 30 0 rmoveto TBIG 50 0 (L=) ashow TBG (Leuchtdichte\051) showde %08240-3 6 (luminance\051) showen %18240-3 6 (Iluninaci\363n\051) showes %28240-3 6 (luminance\051) showfr %38240-3 6 (luminance\051) showit %48240-3 6 (luminance\051) showjp %58240-3 6 100 2400 moveto TBIG 50 0 (u=) ashow TBG (log) show TBIG ( L) show 50 -50 rmoveto TBM (u) show 50 50 rmoveto TBG (\050) show 30 0 rmoveto TBIG 50 0 (L) ashow 0 -50 rmoveto TBM (u) show 10 50 rmoveto 50 0 (=) ashow TBG (Umfeld\255Leuchtd.\051) showde %08240-3 7 (surround luminan.\051) showen %18240-3 7 (luz\255circular\051) showes %28240-3 7 (surround luminan.\051) showfr %38240-3 7 (surround luminan.\051) showit %48240-3 7 (surround luminan.\051) showjp %58240-3 7 tfo 100 1800 moveto TBIG 40 0 (q) ashow TBG 40 0 ([k\050) ashow TBIG 30 0 (x-u) ashow TBG 40 0 (\051]=1+1/[1+) ashow (\326) outSG 40 0 rmoveto -200 0 rmoveto (\140) outSG TBG 40 0 (2e) ashow 0 100 rmoveto TBM 30 0 (k\050) ashow TBIM 30 0 (x-u) ashow TBM 30 0 (\051) ashow 0 -100 rmoveto TBG 40 0 (]) ashow 100 1350 moveto TBG (Funktionswerte:) showde %08240-3 8 (function values:) showen %18240-3 8 (Valores de la funci\363n:) showes %28240-3 8 (function values:) showfr %38240-3 8 (function values:) showit %48240-3 8 (function values:) showjp %58240-3 8 tfw 100 0900 moveto TBIG 40 0 (q) ashow TBG 40 0 ([k\050) ashow TBIG 30 0 (x-u) ashow TBG 40 0 (\051 ) ashow (\256 ) outSG (+ \245 ) outSG TBG 40 0 (]) ashow 3200 0900 moveto 40 0 (= 1) ashow 100 0500 moveto TBIG 40 0 (q) ashow TBG 40 0 ([k\050) ashow TBIG 30 0 (x-u) ashow TBG 40 0 (\051 = 0) ashow TBG 40 0 (]) ashow 3200 0500 moveto (=) show 60 0 rmoveto (\326) outSG 40 0 rmoveto -200 0 rmoveto (\140) outSG TBG 40 0 (2) ashow 100 0100 moveto TBIG 40 0 (q) ashow TBG 40 0 ([k\050) ashow TBIG 30 0 (x-u) ashow TBG 40 0 (\051 ) ashow (\256 ) outSG (- \245 ) outSG TBG 40 0 (]) ashow 3200 0100 moveto 40 0 (= 2) ashow 30 setlinewidth 15 15 5370 3970 tzn colrecst showpage grestore } for %output with langind end %%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 VE230-4N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark04 where {pop} {userdict /pdfmark04 /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://130.149.60.45/~farbmetrik/VE23/) /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, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark04 [ /View [ /FitB ] /DOCVIEW pdfmark04 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } 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 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} 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 /nshow1 {TG show} bind def /kshow1 {TIG show} bind def /bshow1 {TBG show} bind def /bkshow1 {TBIG show} bind def /ishow1 {TM 0 -50 rlineto show 0 50 rlineto} bind def /eshow1 {TM 0 200 rlineto show 0 -200 rlineto} bind def /nshow2 {TM show} bind def /kshow2 {TIM show} bind def /bshow2 {TBM show} bind def /bkshow2 {TBIM show} bind def /ishow2 {TK 0 -50 rlineto show 0 50 rlineto} bind def /eshow2 {TK 0 200 rlineto show 0 -200 rlineto} 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 /colrecfi %x y width heigth c m y k {setcmyk_olvcolor rec fill} bind def /colrecst %x y width heigth c m y k {setcmyk_olvcolor rec stroke} bind def /tzo {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzl {1.0 0.0 1.0 0.0} bind def /tzv {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tzr {0.0 1.0 0.5 0.0} bind def %Elementarfarben /tzg {1.0 0.0 0.5 0.0} bind def /tzb {1.0 0.5 0.0 0.0} bind def /tzj {0.0 0.0 1.0 0.0} bind def /tzrz {0.0 1.0 0.5 0.5} bind def %Elementarfarben vergraut /tzgz {1.0 0.0 0.5 0.5} bind def /tzbz {1.0 0.5 0.0 0.5} bind def /tzjz {0.0 0.0 1.0 0.5} bind def /tfo {tzo setcmyk_olvcolor} bind def /tfl {tzl setcmyk_olvcolor} bind def /tfv {tzv setcmyk_olvcolor} bind def /tfc {tzc setcmyk_olvcolor} bind def /tfm {tzm setcmyk_olvcolor} bind def /tfy {tzy setcmyk_olvcolor} bind def /tfn {tzn setcmyk_olvcolor} bind def /tfd {tzd setcmyk_olvcolor} bind def /tfz {tzz setcmyk_olvcolor} bind def /tfh {tzh setcmyk_olvcolor} bind def /tfw {tzw setcmyk_olvcolor} bind def /tfr {tzr setcmyk_olvcolor} bind def /tfg {tzg setcmyk_olvcolor} bind def /tfb {tzb setcmyk_olvcolor} bind def /tfj {tzj setcmyk_olvcolor} bind def /tfrz {tzrz setcmyk_olvcolor} bind def /tfgz {tzgz setcmyk_olvcolor} bind def /tfbz {tzbz setcmyk_olvcolor} bind def /tfjz {tzjz setcmyk_olvcolor} bind def %ANFA OUTLIN00 951204 /pixf 1.0 def /ueg 1 pixf mul def /uek 1 pixf mul def /ues 1 pixf mul def /pxd uek def /pyd uek def /pxwd ueg def /pywd ueg def /pss ues def /outxshowf {show} bind def /outxshow {show} bind def /outSK {250 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSM {300 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSG {350 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outshowf {setcmyk_olvcolor show} bind def /outrecfi { %x y width heigth c m y k setcmyk_olvcolor rec fill} bind def /outrecfi4 { %x y width heigth c m y k outrecfi} bind def /outrecfi3 { %x y width heigth c m y k outrecfi} bind def /outrecfi2 { %x y width heigth c m y k outrecfi} bind def /outlinetos { %px py c m y k setcmyk_olvcolor lineto stroke} bind def /outstroke { %px1 py1 curveto ... curveto c m y k setcmyk_olvcolor stroke} bind def %%EndProlog gsave %LANINDL2 START 20000505 /lanind 0 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 /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /popde {0 lanind ne {pop} if} bind def /popen {1 lanind ne {pop} if} bind def /popes {2 lanind ne {pop} if} bind def /popfr {3 lanind ne {pop} if} bind def /popit {4 lanind ne {pop} if} bind def /popjp {5 lanind ne {pop} if} bind def /popm {6 lanind ne {pop} if} bind def /popxde {/n exch def 0 lanind ne {n {pop} repeat} if} bind def /popxen {/n exch def 1 lanind ne {n {pop} repeat} if} bind def /popxes {/n exch def 2 lanind ne {n {pop} repeat} if} bind def /popxfr {/n exch def 3 lanind ne {n {pop} repeat} if} bind def /popxit {/n exch def 4 lanind ne {n {pop} repeat} if} bind def /popxjp {/n exch def 5 lanind ne {n {pop} repeat} if} bind def /popxm {/n exch def 6 lanind ne {n {pop} repeat} if} bind def /lanindg where {pop /lanind1 lanindg def /lanind2 lanindg def} {/lanind1 1 def /lanind2 1 def} ifelse lanind1 1 lanind2 {/lanind exch def %output showpage gsave %LANINDL2 END 5 /Times-ISOL1 FS 180 85 moveto (VE230-4, B4_48_2) show % ( B8720_2, M8240-4, B4_48_2, N=4_48_2) show 72 90 translate /pixf 16.67 def 0.1667 pixf div MM dup scale /ausz 8 def %Farbauszug 1=C, 2=M, 3=Y, 7=N, 8=F 30 setlinewidth 0.0 0.0 0.0 0.5 setcmyk_olvcolor %Z 0000 0000 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto closepath fill tfw 0000 1300 moveto 5400 0 rlineto 0 1000 rlineto -5400 0 rlineto closepath fill 0000 3150 5400 0850 tzy outrecfi4 tfn /TRGu {350 /Times-Roman FS (\271) show} def /TRGo {350 /Times-Roman FS (\272) show} def 100 3650 moveto TRGu TBG (Unbuntsignal) showde %08240-4 1 (achromatic signal) showen %18240-4 1 (Se\361al acrom\341tica) showes %28240-4 1 (achromatic signal) showfr %38240-4 1 (achromatic signal) showit %48240-4 1 (achromatic signal) showjp %58240-4 1 TRGo TBG (\255Beschreibung mit) showde %08240-4 2 (\255description) showen %18240-4 2 (\255 Descripci\363n) showes %28240-4 2 (\255description) showfr %38240-4 2 (\255description) showit %48240-4 2 (\255description) showjp %58240-4 2 100 3300 moveto TBG (Funktionen ) showde %08240-4 3 (functions ) showen %18240-4 3 (Funciones ) showes %28240-4 3 (functions ) showfr %38240-4 3 (functions ) showit %48240-4 3 (functions ) showjp %58240-4 3 TBIG 40 0 (Q) ashow 0 -100 rmoveto TBM 40 0 (lm) ashow 0 100 rmoveto TBG 40 0 ([k\050) ashow TBIG 30 0 (x-u) ashow TBG 40 0 (\051]) ashow tfw 100 2750 moveto TBG (mit ) showde %08240-4 4 (with ) showen %18240-4 4 (con ) showes %28240-4 4 (with ) showfr %38240-4 4 (with ) showit %48240-4 4 (with ) showjp %58240-4 4 900 2750 moveto TBIG 50 0 (x=) ashow TBG (log) show TBIG ( L ) show TBG (\050) show 30 0 rmoveto TBIG 50 0 (L=) ashow TBG (Leuchtdichte\051) showde %08240-4 5 (luminance\051) showen %18240-4 5 (Iluninaci\363n\051) showes %28240-4 5 (luminance\051) showfr %38240-4 5 (luminance\051) showit %48240-4 5 (luminance\051) showjp %58240-4 5 100 2400 moveto TBIG 50 0 (u=) ashow TBG (log) show TBIG ( L) show 50 -50 rmoveto TBM (u) show 50 50 rmoveto TBG (\050) show 30 0 rmoveto TBIG 50 0 (L) ashow 0 -50 rmoveto TBM (u) show 10 50 rmoveto 50 0 (=) ashow TBG (Umfeld\255Leuchtd.\051) showde %08240-4 6 (surround luminan.\051) showen %18240-4 6 (luz\255circular\051) showes %28240-4 6 (surround luminan.\051) showfr %38240-4 6 (surround luminan.\051) showit %48240-4 6 (surround luminan.\051) showjp %58240-4 6 tfo 050 1900 moveto TBIG 20 0 (Q) ashow 0 -100 rmoveto TBK 20 0 (lm) ashow 0 100 rmoveto TBG 20 0 ([k\050) ashow TBIG 20 0 (x-u) ashow TBG 20 0 (\051]=) ashow TBIG 300 150 rmoveto 20 0 (l) ashow -300 -150 rmoveto TBG -150 -300 rmoveto (ln) show (\326) outSG 40 0 rmoveto -200 0 rmoveto (\140) outSG TBG 40 0 (2) ashow -700 300 rmoveto TBG -20 0 (---) ashow 150 0 rmoveto (ln ) show TBIG 20 0 (q) ashow TBG 20 0 ([k\050) ashow TBIG 10 0 (x-u) ashow TBG 10 0 (\051) ashow TBG 10 0 (]-) ashow TBIG 20 0 (m) ashow 100 1350 moveto TBG (Funktionswerte mit ) showde %08240-4 7 (function values with ) showen %18240-4 7 (Valores de la funci\363n con ) showes %28240-4 7 (function values with ) showfr %38240-4 7 (function values with ) showit %48240-4 7 (function values with ) showjp %58240-4 7 TBIG (l = m = ) show TBG (1:) show tfw 100 0900 moveto TBIG 40 0 (Q) ashow TBG 40 0 ([k\050) ashow TBIG 30 0 (x-u) ashow TBG 40 0 (\051 ) ashow (\256 ) outSG (+ \245) outSG TBG 40 0 (]) ashow 3200 0900 moveto 40 0 (= 1) ashow 100 0500 moveto TBIG 40 0 (Q) ashow TBG 40 0 ([k\050) ashow TBIG 30 0 (x-u) ashow TBG 40 0 (\051 = 0) ashow TBG 40 0 (]) ashow 3200 0500 moveto 40 0 (= 0) ashow 100 0100 moveto TBIG 40 0 (Q) ashow TBG 40 0 ([k\050) ashow TBIG 30 0 (x-u) ashow TBG 40 0 (\051 ) ashow (\256 ) outSG (- \245) outSG TBG 40 0 (]) ashow 3200 0100 moveto 40 0 (=-1) ashow 30 setlinewidth 15 15 5370 3970 tzn colrecst showpage grestore } for %output with langind end %%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 VE230-5N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark05 where {pop} {userdict /pdfmark05 /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://130.149.60.45/~farbmetrik/VE23/) /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, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark05 [ /View [ /FitB ] /DOCVIEW pdfmark05 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } 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 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} 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 /nshow1 {TG show} bind def /kshow1 {TIG show} bind def /bshow1 {TBG show} bind def /bkshow1 {TBIG show} bind def /ishow1 {TM 0 -50 rlineto show 0 50 rlineto} bind def /eshow1 {TM 0 200 rlineto show 0 -200 rlineto} bind def /nshow2 {TM show} bind def /kshow2 {TIM show} bind def /bshow2 {TBM show} bind def /bkshow2 {TBIM show} bind def /ishow2 {TK 0 -50 rlineto show 0 50 rlineto} bind def /eshow2 {TK 0 200 rlineto show 0 -200 rlineto} 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 /colrecfi %x y width heigth c m y k {setcmyk_olvcolor rec fill} bind def /colrecst %x y width heigth c m y k {setcmyk_olvcolor rec stroke} bind def /tzo {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzl {1.0 0.0 1.0 0.0} bind def /tzv {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tzr {0.0 1.0 0.5 0.0} bind def %Elementarfarben /tzg {1.0 0.0 0.5 0.0} bind def /tzb {1.0 0.5 0.0 0.0} bind def /tzj {0.0 0.0 1.0 0.0} bind def /tzrz {0.0 1.0 0.5 0.5} bind def %Elementarfarben vergraut /tzgz {1.0 0.0 0.5 0.5} bind def /tzbz {1.0 0.5 0.0 0.5} bind def /tzjz {0.0 0.0 1.0 0.5} bind def /tfo {tzo setcmyk_olvcolor} bind def /tfl {tzl setcmyk_olvcolor} bind def /tfv {tzv setcmyk_olvcolor} bind def /tfc {tzc setcmyk_olvcolor} bind def /tfm {tzm setcmyk_olvcolor} bind def /tfy {tzy setcmyk_olvcolor} bind def /tfn {tzn setcmyk_olvcolor} bind def /tfd {tzd setcmyk_olvcolor} bind def /tfz {tzz setcmyk_olvcolor} bind def /tfh {tzh setcmyk_olvcolor} bind def /tfw {tzw setcmyk_olvcolor} bind def /tfr {tzr setcmyk_olvcolor} bind def /tfg {tzg setcmyk_olvcolor} bind def /tfb {tzb setcmyk_olvcolor} bind def /tfj {tzj setcmyk_olvcolor} bind def /tfrz {tzrz setcmyk_olvcolor} bind def /tfgz {tzgz setcmyk_olvcolor} bind def /tfbz {tzbz setcmyk_olvcolor} bind def /tfjz {tzjz setcmyk_olvcolor} bind def %ANFA OUTLIN00 951204 /pixf 1.0 def /ueg 1 pixf mul def /uek 1 pixf mul def /ues 1 pixf mul def /pxd uek def /pyd uek def /pxwd ueg def /pywd ueg def /pss ues def /outxshowf {show} bind def /outxshow {show} bind def /outSK {250 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSM {300 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSG {350 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outshowf {setcmyk_olvcolor show} bind def /outrecfi { %x y width heigth c m y k setcmyk_olvcolor rec fill} bind def /outrecfi4 { %x y width heigth c m y k outrecfi} bind def /outrecfi3 { %x y width heigth c m y k outrecfi} bind def /outrecfi2 { %x y width heigth c m y k outrecfi} bind def /outlinetos { %px py c m y k setcmyk_olvcolor lineto stroke} bind def /outstroke { %px1 py1 curveto ... curveto c m y k setcmyk_olvcolor stroke} bind def %%EndProlog gsave %LANINDL2 START 20000505 /lanind 0 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 /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /popde {0 lanind ne {pop} if} bind def /popen {1 lanind ne {pop} if} bind def /popes {2 lanind ne {pop} if} bind def /popfr {3 lanind ne {pop} if} bind def /popit {4 lanind ne {pop} if} bind def /popjp {5 lanind ne {pop} if} bind def /popm {6 lanind ne {pop} if} bind def /popxde {/n exch def 0 lanind ne {n {pop} repeat} if} bind def /popxen {/n exch def 1 lanind ne {n {pop} repeat} if} bind def /popxes {/n exch def 2 lanind ne {n {pop} repeat} if} bind def /popxfr {/n exch def 3 lanind ne {n {pop} repeat} if} bind def /popxit {/n exch def 4 lanind ne {n {pop} repeat} if} bind def /popxjp {/n exch def 5 lanind ne {n {pop} repeat} if} bind def /popxm {/n exch def 6 lanind ne {n {pop} repeat} if} bind def /lanindg where {pop /lanind1 lanindg def /lanind2 lanindg def} {/lanind1 1 def /lanind2 1 def} ifelse lanind1 1 lanind2 {/lanind exch def %output showpage gsave %LANINDL2 END 5 /Times-ISOL1 FS 180 85 moveto (VE230-5, B4_49_1) show % ( B8720_3, M8240-5, B4_49_1, N=4_49-1) show 72 90 translate /pixf 16.67 def 0.1667 pixf div MM dup scale /ausz 8 def %Farbauszug 1=C, 2=M, 3=Y, 7=N, 8=F 30 setlinewidth 0.0 0.0 0.0 0.5 setcmyk_olvcolor %Z 0000 0000 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto closepath fill tfw 0000 1300 moveto 5400 0 rlineto 0 1450 rlineto -5400 0 rlineto closepath fill 0030 2750 5340 1220 tzy outrecfi2 tfn /TRGu {350 /Times-Roman FS (\271) show} def /TRGo {350 /Times-Roman FS (\272) show} def 025 3650 moveto TRGu TBG (Unbuntsignal) showde %08240-5 1 (achromatic signal) showen %18240-5 1 (Se\361al acrom\341tica) showes %28240-5 1 (achromatic signal) showfr %38240-5 1 (achromatic signal) showit %48240-5 1 (achromatic signal) showjp %58240-5 1 TRGo TBG (\255Unterscheidung als) showde %08240-5 2 (discrimination) showen %18240-5 2 (\255 Discriminaci\363n) showes %28240-5 2 (discrimination) showfr %38240-5 2 (discrimination) showit %48240-5 2 (discrimination) showjp %58240-5 2 100 3300 moveto TBG (Funktion der relativen Helldichte) showde %08240-5 3 (as function of relative light density) showen %18240-5 3 (como f\050x\051= densidad de luz relativa) showes %28240-5 3 (as function of relative light density) showfr %38240-5 3 (as function of relative light density) showit %48240-5 3 (as function of relative light density) showjp %58240-5 3 100 2950 moveto TBIG 30 0 (h=) ashow TBG (ln ) show TBIG (H) show TBG 30 0 (= k\050) ashow TBIG 30 0 (x-u) ashow TBG (\051) show 2900 2950 moveto TBG (ln = nat\374rl. Log.) showde %08240-5 4 (ln = natural log.) showen %18240-5 4 (ln = log natural) showes %28240-5 4 (ln = natural log.) showfr %38240-5 4 (ln = natural log.) showit %48240-5 4 (ln = natural log.) showjp %58240-5 4 tfo 100 2300 moveto TBIG 20 0 (Q'=) ashow TBG -20 0 (--) ashow -250 150 rmoveto (d) show 0 -150 rmoveto -370 -200 rmoveto (d) show TBIG (H) show 0 200 rmoveto TBG 40 0 ([ln{1+1/\0501+) ashow (\326) outSG 40 0 rmoveto -200 0 rmoveto (\140) outSG TBG 40 0 (2) ashow TBIG 40 0 (H) ashow TBG 30 0 (\051}]/ln) ashow (\326) outSG 40 0 rmoveto -200 0 rmoveto (\140) outSG TBG 40 0 (2) ashow 600 1800 moveto TBG 20 0 (=-) ashow (\326) outSG 40 0 rmoveto -200 0 rmoveto (\140) outSG TBG 40 0 (2) ashow TBG 20 0 (/[) ashow TBG (ln) show (\326) outSG 40 0 rmoveto -200 0 rmoveto (\140) outSG TBG 40 0 (2) ashow TBG 20 0 (\0501+) ashow (\326) outSG 40 0 rmoveto -200 0 rmoveto (\140) outSG TBG 40 0 (2) ashow TBIG (H) show TBG 20 0 (\051\0502+) ashow (\326) outSG 40 0 rmoveto -200 0 rmoveto (\140) outSG TBG 40 0 (2) ashow TBIG (H) show TBG 20 0 (\051]) ashow 100 1350 moveto TBG (Funktionswerte:) showde %08240-5 5 (function values:) showen %18240-5 5 (Valores de la funci\363n:) showes %28240-5 5 (function values:) showfr %38240-5 5 (function values:) showit %48240-5 5 (function values:) showjp %58240-5 5 tfw 100 0900 moveto TBIG 40 0 (Q') ashow TBG 40 0 ([k\050) ashow TBIG 30 0 (x-u) ashow TBG 40 0 (\051 ) ashow (\256 ) outSG (+ \245) outSG TBG 40 0 (]) ashow 3300 0900 moveto 40 0 (= 0) ashow 100 0500 moveto TBIG 40 0 (Q') ashow TBG 40 0 ([k\050) ashow TBIG 30 0 (x-u) ashow TBG 40 0 (\051 = 0) ashow TBG 40 0 (]) ashow 3300 0500 moveto 40 0 (=-0,5) ashow 100 0100 moveto TBIG 40 0 (Q') ashow TBG 40 0 ([k\050) ashow TBIG 30 0 (x-u) ashow TBG 40 0 (\051 ) ashow (\256 ) outSG (- \245) outSG TBG 40 0 (]) ashow 3300 0100 moveto 40 0 (= 0) ashow 30 setlinewidth 15 15 5370 3970 tzn colrecst showpage grestore } for %output with langind end %%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 VE230-6N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark06 where {pop} {userdict /pdfmark06 /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://130.149.60.45/~farbmetrik/VE23/) /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, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark06 [ /View [ /FitB ] /DOCVIEW pdfmark06 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } 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 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} 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 /nshow1 {TG show} bind def /kshow1 {TIG show} bind def /bshow1 {TBG show} bind def /bkshow1 {TBIG show} bind def /ishow1 {TM 0 -50 rlineto show 0 50 rlineto} bind def /eshow1 {TM 0 200 rlineto show 0 -200 rlineto} bind def /nshow2 {TM show} bind def /kshow2 {TIM show} bind def /bshow2 {TBM show} bind def /bkshow2 {TBIM show} bind def /ishow2 {TK 0 -50 rlineto show 0 50 rlineto} bind def /eshow2 {TK 0 200 rlineto show 0 -200 rlineto} 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 /colrecfi %x y width heigth c m y k {setcmyk_olvcolor rec fill} bind def /colrecst %x y width heigth c m y k {setcmyk_olvcolor rec stroke} bind def /tzo {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzl {1.0 0.0 1.0 0.0} bind def /tzv {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tzr {0.0 1.0 0.5 0.0} bind def %Elementarfarben /tzg {1.0 0.0 0.5 0.0} bind def /tzb {1.0 0.5 0.0 0.0} bind def /tzj {0.0 0.0 1.0 0.0} bind def /tzrz {0.0 1.0 0.5 0.5} bind def %Elementarfarben vergraut /tzgz {1.0 0.0 0.5 0.5} bind def /tzbz {1.0 0.5 0.0 0.5} bind def /tzjz {0.0 0.0 1.0 0.5} bind def /tfo {tzo setcmyk_olvcolor} bind def /tfl {tzl setcmyk_olvcolor} bind def /tfv {tzv setcmyk_olvcolor} bind def /tfc {tzc setcmyk_olvcolor} bind def /tfm {tzm setcmyk_olvcolor} bind def /tfy {tzy setcmyk_olvcolor} bind def /tfn {tzn setcmyk_olvcolor} bind def /tfd {tzd setcmyk_olvcolor} bind def /tfz {tzz setcmyk_olvcolor} bind def /tfh {tzh setcmyk_olvcolor} bind def /tfw {tzw setcmyk_olvcolor} bind def /tfr {tzr setcmyk_olvcolor} bind def /tfg {tzg setcmyk_olvcolor} bind def /tfb {tzb setcmyk_olvcolor} bind def /tfj {tzj setcmyk_olvcolor} bind def /tfrz {tzrz setcmyk_olvcolor} bind def /tfgz {tzgz setcmyk_olvcolor} bind def /tfbz {tzbz setcmyk_olvcolor} bind def /tfjz {tzjz setcmyk_olvcolor} bind def %ANFA OUTLIN00 951204 /pixf 1.0 def /ueg 1 pixf mul def /uek 1 pixf mul def /ues 1 pixf mul def /pxd uek def /pyd uek def /pxwd ueg def /pywd ueg def /pss ues def /outxshowf {show} bind def /outxshow {show} bind def /outSK {250 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSM {300 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSG {350 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outshowf {setcmyk_olvcolor show} bind def /outrecfi { %x y width heigth c m y k setcmyk_olvcolor rec fill} bind def /outrecfi4 { %x y width heigth c m y k outrecfi} bind def /outrecfi3 { %x y width heigth c m y k outrecfi} bind def /outrecfi2 { %x y width heigth c m y k outrecfi} bind def /outlinetos { %px py c m y k setcmyk_olvcolor lineto stroke} bind def /outstroke { %px1 py1 curveto ... curveto c m y k setcmyk_olvcolor stroke} bind def %%EndProlog gsave %LANINDL2 START 20000505 /lanind 0 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 /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /popde {0 lanind ne {pop} if} bind def /popen {1 lanind ne {pop} if} bind def /popes {2 lanind ne {pop} if} bind def /popfr {3 lanind ne {pop} if} bind def /popit {4 lanind ne {pop} if} bind def /popjp {5 lanind ne {pop} if} bind def /popm {6 lanind ne {pop} if} bind def /popxde {/n exch def 0 lanind ne {n {pop} repeat} if} bind def /popxen {/n exch def 1 lanind ne {n {pop} repeat} if} bind def /popxes {/n exch def 2 lanind ne {n {pop} repeat} if} bind def /popxfr {/n exch def 3 lanind ne {n {pop} repeat} if} bind def /popxit {/n exch def 4 lanind ne {n {pop} repeat} if} bind def /popxjp {/n exch def 5 lanind ne {n {pop} repeat} if} bind def /popxm {/n exch def 6 lanind ne {n {pop} repeat} if} bind def /lanindg where {pop /lanind1 lanindg def /lanind2 lanindg def} {/lanind1 1 def /lanind2 1 def} ifelse lanind1 1 lanind2 {/lanind exch def %output showpage gsave %LANINDL2 END 5 /Times-ISOL1 FS 180 85 moveto (VE230-6, B4_49_2) show % ( B8720_4, M8240-6, B4_49_2, N=4_49_2) show 72 90 translate /pixf 16.67 def 0.1667 pixf div MM dup scale /ausz 8 def %Farbauszug 1=C, 2=M, 3=Y, 7=N, 8=F 30 setlinewidth 0.0 0.0 0.0 0.5 setcmyk_olvcolor %Z 0000 0000 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto closepath fill tfw 0000 1300 moveto 5400 0 rlineto 0 1000 rlineto -5400 0 rlineto closepath fill 0030 3200 5360 0800 tzy outrecfi2 tfn 100 3650 moveto TBG (Leuchtdichte\255Unterscheidungsver\255) showde %08240-6 1 (luminance discrimination) showen %18240-6 1 (Posible discriminaci\363n de la) showes %28240-6 1 (luminance discrimination) showfr %38240-6 1 (luminance discrimination) showit %48240-6 1 (luminance discrimination) showjp %58240-6 1 100 3300 moveto TBG (m\366gen ) showde %08240-6 2 (possibility ) showen %18240-6 2 (iluminaci\363n ) showes %28240-6 2 (possibility ) showfr %38240-6 2 (possibility ) showit %48240-6 2 (possibility ) showjp %58240-6 2 TBIG 40 0 (L/) ashow 350 /Symbol FS 40 0 (D) ashow TBIG (L ) show TBG (als Funktion von ) showde %08240-6 3 (as function of ) showen %18240-6 3 (en funci\363n de ) showes %28240-6 3 (as function of ) showfr %38240-6 3 (as function of ) showit %48240-6 3 (as function of ) showjp %58240-6 3 TBIG (H) show tfw 100 2750 moveto TBG (mit: ) showde %08240-6 4 (with: ) showen %18240-6 4 (con: ) showes %28240-6 4 (with: ) showfr %38240-6 4 (with: ) showit %48240-6 4 (with: ) showjp %58240-6 4 TBIG 40 0 (L) ashow TBG 40 0 (=) ashow TBG (10) show 0 200 rmoveto TBIM (x) show 0 -200 rmoveto 2000 2750 moveto TBIG 40 0 (H) ashow TBG 40 0 (=) ashow TBG (e) show 0 200 rmoveto TBIM (h) show 0 -200 rmoveto 40 0 rmoveto 40 0 (=) ashow TBG (10) show 0 200 rmoveto TBM (log) show 40 0 rmoveto (e k) show 40 0 rmoveto TBM (\050) show TBIM 30 0 (x-u) ashow TBM (\051) show 0100 2400 moveto TBG (d) show 40 0 rmoveto TBIG 40 0 (L) ashow TBG 40 0 (/d) ashow TBIG 40 0 (x) ashow TBG (= ln) show 30 0 rmoveto (10) show 40 0 rmoveto TBIG (L) show 3000 2400 moveto TBG (d) show 40 0 rmoveto TBIG (H) show TBG 40 0 (/d) ashow TBIG 40 0 (x) ashow TBG (= k ) show TBIG (H) show tfo 100 2000 moveto (Es folgt: ) showde %08240-6 5 (it follows: ) showen %18240-6 5 (asi: ) showes %28240-6 5 (it follows: ) showfr %38240-6 5 (it follows: ) showit %48240-6 5 (it follows: ) showjp %58240-6 5 TBIG 40 0 (L/) ashow 350 /Symbol FS 40 0 (D) ashow TBIG 40 0 (L) ashow TBG 40 0 (=[k) ashow TBIG 40 0 (H) ashow TBG 40 0 (/\050d) ashow TBIG 40 0 (H) ashow 40 0 rmoveto TBG (ln) show 30 0 rmoveto (10) show 40 0 (\051]) ashow 200 1550 moveto TBG -30 0 (--) ashow -250 150 rmoveto TBIG (L) show 0 -150 rmoveto -370 -200 rmoveto TBG (d) show TBIG (L) show 100 200 rmoveto TBG (= const ) show TBIG 40 0(H) ashow TBG 20 0 (/) ashow TBG 20 0 ([) ashow TBG 20 0 (\0501+) ashow (\326) outSG 40 0 rmoveto -200 0 rmoveto (\140) outSG TBG 40 0 (2) ashow TBIG (H) show TBG 20 0 (\051\0502+) ashow (\326) outSG 40 0 rmoveto -200 0 rmoveto (\140) outSG TBG 40 0 (2) ashow TBIG (H) show TBG 20 0 (\051]) ashow tfw 100 0900 moveto TBIG 40 0 (Q') ashow TBG 40 0 ([k\050) ashow TBIG 30 0 (x-u) ashow TBG 40 0 (\051 ) ashow (\256 ) outSG (+ \245) outSG TBG 40 0 (]) ashow 3300 0900 moveto 40 0 (= 0) ashow 100 0500 moveto TBIG 40 0 (Q') ashow TBG 40 0 ([k\050) ashow TBIG 30 0 (x-u) ashow TBG 40 0 (\051 = 0) ashow TBG 40 0 (]) ashow 3300 0500 moveto 40 0 (= ) ashow (Maximum) showde %08240-6 6 (maximum) showen %18240-6 6 (M\341ximo) showes %28240-6 6 (maximum) showfr %38240-6 6 (maximum) showit %48240-6 6 (maximum) showjp %58240-6 6 100 0100 moveto TBIG 40 0 (Q') ashow TBG 40 0 ([k\050) ashow TBIG 30 0 (x-u) ashow TBG 40 0 (\051 ) ashow (\256 ) outSG (- \245) outSG TBG 40 0 (]) ashow 3300 0100 moveto 40 0 (= 0) ashow 30 setlinewidth 15 15 5370 3970 tzn colrecst showpage grestore } for %output with langind end %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 28 MM 020 MM 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 VE230-7N %%BoundingBox: 70 85 228 206 %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://130.149.60.45/~farbmetrik/VE23/) /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, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark07 [ /View [ /FitB ] /DOCVIEW pdfmark07 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } 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 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} 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 /tfo {0.00 1.00 1.00 0.00 setcmyk_olvcolor} bind def /tfl {1.00 0.00 1.00 0.00 setcmyk_olvcolor} bind def /tfv {1.00 1.00 0.00 0.00 setcmyk_olvcolor} bind def /tfc {1.00 0.00 0.00 0.00 setcmyk_olvcolor} bind def /tfm {0.00 1.00 0.00 0.00 setcmyk_olvcolor} bind def /tfy {0.00 0.00 1.00 0.00 setcmyk_olvcolor} bind def /tfn {0.00 0.00 0.00 1.00 setcmyk_olvcolor} bind def /tfw {0.00 0.00 0.00 0.00 setcmyk_olvcolor} bind def /tfb {1.00 0.50 0.00 0.00 setcmyk_olvcolor} bind def %Elementarblau /nshow1 {TG show} bind def /kshow1 {TIG show} bind def /bshow1 {TBG show} bind def /bkshow1 {TBIG show} bind def /ishow1 {TM 0 -50 rlineto show 0 50 rlineto} bind def /eshow1 {TM 0 200 rlineto show 0 -200 rlineto} bind def /nshow2 {TM show} bind def /kshow2 {TIM show} bind def /bshow2 {TBM show} bind def /bkshow2 {TBIM show} bind def /ishow2 {TK 0 -50 rlineto show 0 50 rlineto} bind def /eshow2 {TK 0 200 rlineto show 0 -200 rlineto} 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 /colrecfi %x y width heigth c m y k {setcmyk_olvcolor rec fill} bind def /colrecst %x y width heigth c m y k {setcmyk_olvcolor rec stroke} bind def /tzo {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzl {1.0 0.0 1.0 0.0} bind def /tzv {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tzr {0.0 1.0 0.5 0.0} bind def %Elementarfarben /tzg {1.0 0.0 0.5 0.0} bind def /tzb {1.0 0.5 0.0 0.0} bind def /tzj {0.0 0.0 1.0 0.0} bind def /tzrz {0.0 1.0 0.5 0.5} bind def %Elementarfarben vergraut /tzgz {1.0 0.0 0.5 0.5} bind def /tzbz {1.0 0.5 0.0 0.5} bind def /tzjz {0.0 0.0 1.0 0.5} bind def /tfo {tzo setcmyk_olvcolor} bind def /tfl {tzl setcmyk_olvcolor} bind def /tfv {tzv setcmyk_olvcolor} bind def /tfc {tzc setcmyk_olvcolor} bind def /tfm {tzm setcmyk_olvcolor} bind def /tfy {tzy setcmyk_olvcolor} bind def /tfn {tzn setcmyk_olvcolor} bind def /tfd {tzd setcmyk_olvcolor} bind def /tfz {tzz setcmyk_olvcolor} bind def /tfh {tzh setcmyk_olvcolor} bind def /tfw {tzw setcmyk_olvcolor} bind def /tfr {tzr setcmyk_olvcolor} bind def /tfg {tzg setcmyk_olvcolor} bind def /tfb {tzb setcmyk_olvcolor} bind def /tfj {tzj setcmyk_olvcolor} bind def /tfrz {tzrz setcmyk_olvcolor} bind def /tfgz {tzgz setcmyk_olvcolor} bind def /tfbz {tzbz setcmyk_olvcolor} bind def /tfjz {tzjz setcmyk_olvcolor} bind def %ANFA OUTLIN00 951204 /pixf 1.0 def /ueg 1 pixf mul def /uek 1 pixf mul def /ues 1 pixf mul def /pxd uek def /pyd uek def /pxwd ueg def /pywd ueg def /pss ues def /outxshowf {show} bind def /outxshow {show} bind def /outSK {250 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSM {300 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSG {350 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outshowf {setcmyk_olvcolor show} bind def /outrecfi { %x y width heigth c m y k setcmyk_olvcolor rec fill} bind def /outrecfi4 { %x y width heigth c m y k outrecfi} bind def /outrecfi3 { %x y width heigth c m y k outrecfi} bind def /outrecfi2 { %x y width heigth c m y k outrecfi} bind def /outlinetos { %px py c m y k setcmyk_olvcolor lineto stroke} bind def /outstroke { %px1 py1 curveto ... curveto c m y k setcmyk_olvcolor stroke} bind def %%EndProlog gsave %LANINDL2 START 20000505 /lanind 0 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 /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /popde {0 lanind ne {pop} if} bind def /popen {1 lanind ne {pop} if} bind def /popes {2 lanind ne {pop} if} bind def /popfr {3 lanind ne {pop} if} bind def /popit {4 lanind ne {pop} if} bind def /popjp {5 lanind ne {pop} if} bind def /popm {6 lanind ne {pop} if} bind def /popxde {/n exch def 0 lanind ne {n {pop} repeat} if} bind def /popxen {/n exch def 1 lanind ne {n {pop} repeat} if} bind def /popxes {/n exch def 2 lanind ne {n {pop} repeat} if} bind def /popxfr {/n exch def 3 lanind ne {n {pop} repeat} if} bind def /popxit {/n exch def 4 lanind ne {n {pop} repeat} if} bind def /popxjp {/n exch def 5 lanind ne {n {pop} repeat} if} bind def /popxm {/n exch def 6 lanind ne {n {pop} repeat} if} bind def /lanindg where {pop /lanind1 lanindg def /lanind2 lanindg def} {/lanind1 1 def /lanind2 1 def} ifelse lanind1 1 lanind2 {/lanind exch def %output showpage gsave %LANINDL2 END 5 /Times-ISOL1 FS 180 85 moveto (VE230-7, B4_50_1) show % ( B8780_7, M8240-7, B4_50_1, N=4_50_1) show 72 90 translate /pixf 16.67 def 0.1667 pixf div MM dup scale /ausz 8 def %Farbauszug 1=C, 2=M, 3=Y, 7=N, 8=F 30 setlinewidth 0.0 0.0 0.0 0.5 setcmyk_olvcolor %Z 0000 0000 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto closepath fill tfw 0000 1400 moveto 5400 0 rlineto 0 1450 rlineto -5400 0 rlineto closepath fill tfy 0000 2850 moveto 5400 0 rlineto 0 1150 rlineto -5400 0 rlineto closepath fill tfn 100 3650 moveto TBG (Doppel\255Linienelement von ) showde %08240-7 1 (double line element of ) showen %18240-7 1 (Doble l\355nea de elementos ) showes %28240-7 1 (double line element of ) showfr %38240-7 1 (double line element of ) showit %48240-7 1 (double line element of ) showjp %58240-7 1 TBIG (Richter) show 100 3300 moveto TBG (\0501987\051 f\374r die Lichttechnik mit) showde %08240-7 2 (\0501987\051 for the lighting technic with) showen %18240-7 2 (\0501987\051 para t\351cnica de iluminaci\363n ) showes %28240-7 2 (\0501987\051 for the lighting technic with) showfr %38240-7 2 (\0501987\051 for the lighting technic with) showit %48240-7 2 (\0501987\051 for the lighting technic with) showjp %58240-7 2 100 2950 moveto TBG (der Leuchtdichte ) showde %08240-7 3 (luminance )showen %18240-7 3 (con los valores ) showes %28240-7 3 (luminance )showfr %38240-7 3 (luminance )showit %48240-7 3 (luminance )showjp %58240-7 3 40 0 rmoveto TBIG 40 0(L=F) ashow TBG 40 0 (\050) ashow TBIG tfo (P) show TBG tfn (, ) show TBIG tfl (D) show TBG tfn (, ) show TBIG tfb (T) show TBG tfn (\051) show 100 2500 moveto tfo TBG (Leuchtdichte\255Signalfunktion ) showde %08240-7 4 (luminance signal function ) showen %18240-7 4 (Funci\363n de la se\361al de luz ) showes %28240-7 4 (luminance signal function ) showfr %38240-7 4 (luminance signal function ) showit %48240-7 4 (luminance signal function ) showjp %58240-7 4 TBIG (F) show TBG (\050) show TBIG (L) show 40 0 rmoveto TBG (\051) show 100 1850 moveto tfo TBIG 20 0 (F)ashow TBG 20 0 (\050) ashow TBIG (L) show 40 0 rmoveto TBG 60 0 (\051=) ashow TBIG 40 0 (iQ) ashow TBG 40 0 (\050) ashow TBIG 40 0 (H) ashow TBG 40 0 (\051=) ashow 2600 1750 moveto tfo 700 /TimesB-ISOL1 FS ({) show 3000 2150 moveto tfo TBIG (i) show -150 -150 rmoveto (-) show 80 150 rmoveto TBIG 40 0 (Q) ashow TBG 40 0 (\050) ashow TBIG 40 0 (H) ashow -300 -150 rmoveto (-) show 80 150 rmoveto TBG 40 0 (\051) ashow 4300 2150 moveto tfo TBG 40 0 (\050) ashow TBIG 40 0 (x>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://130.149.60.45/~farbmetrik/VE23/) /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, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark08 [ /View [ /FitB ] /DOCVIEW pdfmark08 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } 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 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} 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 /nshow1 {TG show} bind def /kshow1 {TIG show} bind def /bshow1 {TBG show} bind def /bkshow1 {TBIG show} bind def /ishow1 {TM 0 -50 rlineto show 0 50 rlineto} bind def /eshow1 {TM 0 200 rlineto show 0 -200 rlineto} bind def /nshow2 {TM show} bind def /kshow2 {TIM show} bind def /bshow2 {TBM show} bind def /bkshow2 {TBIM show} bind def /ishow2 {TK 0 -50 rlineto show 0 50 rlineto} bind def /eshow2 {TK 0 200 rlineto show 0 -200 rlineto} 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 /colrecfi %x y width heigth c m y k {setcmyk_olvcolor rec fill} bind def /colrecst %x y width heigth c m y k {setcmyk_olvcolor rec stroke} bind def /tzo {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzl {1.0 0.0 1.0 0.0} bind def /tzv {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tzr {0.0 1.0 0.5 0.0} bind def %Elementarfarben /tzg {1.0 0.0 0.5 0.0} bind def /tzb {1.0 0.5 0.0 0.0} bind def /tzj {0.0 0.0 1.0 0.0} bind def /tzrz {0.0 1.0 0.5 0.5} bind def %Elementarfarben vergraut /tzgz {1.0 0.0 0.5 0.5} bind def /tzbz {1.0 0.5 0.0 0.5} bind def /tzjz {0.0 0.0 1.0 0.5} bind def /tfo {tzo setcmyk_olvcolor} bind def /tfl {tzl setcmyk_olvcolor} bind def /tfv {tzv setcmyk_olvcolor} bind def /tfc {tzc setcmyk_olvcolor} bind def /tfm {tzm setcmyk_olvcolor} bind def /tfy {tzy setcmyk_olvcolor} bind def /tfn {tzn setcmyk_olvcolor} bind def /tfd {tzd setcmyk_olvcolor} bind def /tfz {tzz setcmyk_olvcolor} bind def /tfh {tzh setcmyk_olvcolor} bind def /tfw {tzw setcmyk_olvcolor} bind def /tfr {tzr setcmyk_olvcolor} bind def /tfg {tzg setcmyk_olvcolor} bind def /tfb {tzb setcmyk_olvcolor} bind def /tfj {tzj setcmyk_olvcolor} bind def /tfrz {tzrz setcmyk_olvcolor} bind def /tfgz {tzgz setcmyk_olvcolor} bind def /tfbz {tzbz setcmyk_olvcolor} bind def /tfjz {tzjz setcmyk_olvcolor} bind def %ANFA OUTLIN00 951204 /pixf 1.0 def /ueg 1 pixf mul def /uek 1 pixf mul def /ues 1 pixf mul def /pxd uek def /pyd uek def /pxwd ueg def /pywd ueg def /pss ues def /outxshowf {show} bind def /outxshow {show} bind def /outSK {250 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSM {300 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSG {350 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outshowf {setcmyk_olvcolor show} bind def /outrecfi { %x y width heigth c m y k setcmyk_olvcolor rec fill} bind def /outrecfi4 { %x y width heigth c m y k outrecfi} bind def /outrecfi3 { %x y width heigth c m y k outrecfi} bind def /outrecfi2 { %x y width heigth c m y k outrecfi} bind def /outlinetos { %px py c m y k setcmyk_olvcolor lineto stroke} bind def /outstroke { %px1 py1 curveto ... curveto c m y k setcmyk_olvcolor stroke} bind def %%EndProlog gsave %LANINDL2 START 20000505 /lanind 0 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 /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /popde {0 lanind ne {pop} if} bind def /popen {1 lanind ne {pop} if} bind def /popes {2 lanind ne {pop} if} bind def /popfr {3 lanind ne {pop} if} bind def /popit {4 lanind ne {pop} if} bind def /popjp {5 lanind ne {pop} if} bind def /popm {6 lanind ne {pop} if} bind def /popxde {/n exch def 0 lanind ne {n {pop} repeat} if} bind def /popxen {/n exch def 1 lanind ne {n {pop} repeat} if} bind def /popxes {/n exch def 2 lanind ne {n {pop} repeat} if} bind def /popxfr {/n exch def 3 lanind ne {n {pop} repeat} if} bind def /popxit {/n exch def 4 lanind ne {n {pop} repeat} if} bind def /popxjp {/n exch def 5 lanind ne {n {pop} repeat} if} bind def /popxm {/n exch def 6 lanind ne {n {pop} repeat} if} bind def /lanindg where {pop /lanind1 lanindg def /lanind2 lanindg def} {/lanind1 1 def /lanind2 1 def} ifelse lanind1 1 lanind2 {/lanind exch def %output showpage gsave %LANINDL2 END 5 /Times-ISOL1 FS 180 85 moveto (VE230-8, B4_50_2) show % ( B8780_8, M8240-8, B4_50_2, N=4_50_2) show 72 90 translate /pixf 16.67 def 0.1667 pixf div MM dup scale /ausz 8 def %Farbauszug 1=C, 2=M, 3=Y, 7=N, 8=F 30 setlinewidth 0.0 0.0 0.0 0.5 setcmyk_olvcolor %Z 0000 0000 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto closepath fill tfw 0000 1500 moveto 5400 0 rlineto 0 1350 rlineto -5400 0 rlineto closepath fill tfy 0000 2850 moveto 5400 0 rlineto 0 1150 rlineto -5400 0 rlineto closepath fill tfn 100 3650 moveto TBG (Doppel\255Linienelement von ) showde %08240-8 1 (double line element of ) showen %18240-8 1 (Doble l\355nea de elementos ) showes %28240-8 1 (double line element of ) showfr %38240-8 1 (double line element of ) showit %48240-8 1 (double line element of ) showjp %58240-8 1 TBIG (Richter) show 100 3300 moveto TBG (\0501987\051 f\374r die Lichttechnik mit) showde %08240-8 2 (\0501987\051 for the lighting technic with) showen %18240-8 2 (\0501987\051 para t\351cnica de iluminaci\363n ) showes %28240-8 2 (\0501987\051 for the lighting technic with) showfr %38240-8 2 (\0501987\051 for the lighting technic with) showit %48240-8 2 (\0501987\051 for the lighting technic with) showjp %58240-8 2 100 2950 moveto TBG (der Leuchtdichte ) showde %08240-8 3 (luminance )showen %18240-8 3 (con los valores ) showes %28240-8 3 (luminance )showfr %38240-8 3 (luminance )showit %48240-8 3 (luminance )showjp %58240-8 3 40 0 rmoveto TBIG 40 0(L=F) ashow TBG 40 0 (\050) ashow TBIG tfo (P) show TBG tfn (, ) show TBIG tfl (D) show TBG tfn (, ) show TBIG tfb (T) show TBG tfn (\051) show 100 2500 moveto tfo TBG (Leuchtdichte\255Signalfunktion ) showde %08240-8 4 (luminance signal function ) showen %18240-8 4 (Funci\363n de la se\361al de luz ) showes %28240-8 4 (luminance signal function ) showfr %38240-8 4 (luminance signal function ) showit %48240-8 4 (luminance signal function ) showjp %58240-8 4 TBIG (F) show TBG (\050) show TBIG (L) show 40 0 rmoveto TBG (\051) show 100 2050 moveto tfo TBIG 20 0 (F) ashow TBG 20 0 (\050) ashow TBIG (L) show 40 0 rmoveto TBG 60 0 (\051=) ashow 40 0 rmoveto TBIG 40 0 (i) ashow TBIG 40 0 (Q) ashow TBG 40 0 (\050) ashow TBIG 40 0 (H) ashow TBG 40 0 (\051) ashow 3000 2050 moveto tfo TBIG 40 0 (H) ashow TBG 40 0 (=e) ashow 0 150 rmoveto TBM 40 0 (k\050) ashow TBIM 40 0 (x-u) ashow TBM 40 0 (\051) ashow 0 -150 rmoveto 100 1600 moveto TBIG 20 0 (Q) ashow %TBG 20 0 (\050) ashow TBIG 20 0 (H) ashow TBG 20 0 (\051=) ashow TBG 20 0 ([ln{1+1/\0501+) ashow (\326) outSG 40 0 rmoveto -200 0 rmoveto (\140) outSG TBG 40 0 (2) ashow TBIG 40 0 (H) ashow TBG 30 0 (\051}]/ln) ashow (\326) outSG 40 0 rmoveto -200 0 rmoveto (\140) outSG TBG 40 0 (2) ashow 20 0 (-1) ashow 100 1200 moveto tfw TBIG (Taylor) show TBG (\255Ableitungen:) showde %08240-8 5 (\255derivations:) showen %18240-8 5 (\255Derivada:) showes %28240-8 5 (\255derivations:) showfr %38240-8 5 (\255derivations:) showit %48240-8 5 (\255derivations:) showjp %58240-8 5 050 0700 moveto tfw (D) outSG 30 0 rmoveto TBIG 20 0 (F) ashow TBG 20 0 (\050) ashow TBIG 30 0 (L) ashow TBG 30 0 (\051=) ashow TBG -30 0 (--) ashow -350 150 rmoveto (d) show 40 0 rmoveto TBIG (F) show 0 -150 rmoveto TBG -500 -200 rmoveto (d) show 40 0 rmoveto TBIG (L) show 40 200 rmoveto (D) outSG 20 0 rmoveto TBIG 40 0 (L) ashow TBG 30 0 (= ) ashow TBIG 30 0 (i ) ashow TBG -30 0 (---) ashow -500 200 rmoveto (d) show 40 0 rmoveto TBIG (Q) show 0 -200 rmoveto TBG -500 -200 rmoveto (d) show 40 0 rmoveto TBIG (H) show 80 200 rmoveto (D) outSG 20 0 rmoveto TBIG 40 0 (H) ashow tfw 050 0100 moveto TBG 20 0 (=-) ashow TBIG 30 0 (i) ashow (\326) outSG 40 0 rmoveto -200 0 rmoveto (\140) outSG TBG 40 0 (2) ashow (D) outSG 20 0 rmoveto TBIG 10 0 (H) ashow TBG 20 0 (/[) ashow TBG (ln) show (\326) outSG 40 0 rmoveto -200 0 rmoveto (\140) outSG TBG 20 0 (2) ashow TBG 20 0 (\0501+) ashow (\326) outSG 40 0 rmoveto -200 0 rmoveto (\140) outSG TBG 20 0 (2) ashow TBIG (H) show TBG 20 0 (\051\0502+) ashow (\326) outSG 40 0 rmoveto -200 0 rmoveto (\140) outSG TBG 20 0 (2) ashow TBIG 20 0 (H) ashow TBG 10 0 (\051]) ashow 30 setlinewidth 15 15 5370 3970 tzn colrecst showpage grestore } for %output with langind end %%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 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 VE231-1N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark11 where {pop} {userdict /pdfmark11 /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://130.149.60.45/~farbmetrik/VE23/) /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, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark11 [ /View [ /FitB ] /DOCVIEW pdfmark11 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } 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 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } 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 /nshow1 {TG show} bind def /kshow1 {TIG show} bind def /bshow1 {TBG show} bind def /bkshow1 {TBIG show} bind def /ishow1 {TM 0 -50 rmoveto show 0 50 rmoveto} bind def /eshow1 {TM 0 200 rmoveto show 0 -200 rmoveto} bind def /nshow2 {TM show} bind def /kshow2 {TIM show} bind def /bshow2 {TBM show} bind def /bkshow2 {TBIM show} bind def /ishow2 {TK 0 -50 rmoveto show 0 50 rmoveto} bind def /eshow2 {TK 0 200 rmoveto show 0 -200 rmoveto} bind def /tzo {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzl {1.0 0.0 1.0 0.0} bind def /tzv {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tzr {0.0 1.0 0.5 0.0} bind def %Elementarfarben /tzg {1.0 0.0 0.5 0.0} bind def /tzb {1.0 0.5 0.0 0.0} bind def /tzj {0.0 0.0 1.0 0.0} bind def /tzrz {0.0 1.0 0.5 0.5} bind def %Elementarfarben vergraut /tzgz {1.0 0.0 0.5 0.5} bind def /tzbz {1.0 0.5 0.0 0.5} bind def /tzjz {0.0 0.0 1.0 0.5} bind def /tfo {tzo setcmyk_olvcolor} bind def /tfl {tzl setcmyk_olvcolor} bind def /tfv {tzv setcmyk_olvcolor} bind def /tfc {tzc setcmyk_olvcolor} bind def /tfm {tzm setcmyk_olvcolor} bind def /tfy {tzy setcmyk_olvcolor} bind def /tfn {tzn setcmyk_olvcolor} bind def /tfd {tzd setcmyk_olvcolor} bind def /tfz {tzz setcmyk_olvcolor} bind def /tfh {tzh setcmyk_olvcolor} bind def /tfw {tzw setcmyk_olvcolor} bind def /tfr {tzr setcmyk_olvcolor} bind def /tfg {tzg setcmyk_olvcolor} bind def /tfb {tzb setcmyk_olvcolor} bind def /tfj {tzj setcmyk_olvcolor} bind def /tfrz {tzrz setcmyk_olvcolor} bind def /tfgz {tzgz setcmyk_olvcolor} bind def /tfbz {tzbz setcmyk_olvcolor} bind def /tfjz {tzjz setcmyk_olvcolor} bind def %ANFA OUTLIN00 951204 /pixf 1.0 def /ueg 1 pixf mul def /uek 1 pixf mul def /ues 1 pixf mul def /pxd uek def /pyd uek def /pxwd ueg def /pywd ueg def /pss ues def /outxshowf {show} bind def /outxshow {show} bind def /outSK {250 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSM {300 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSG {350 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outshowf {setcmyk_olvcolor show} bind def /outrecfi { %x y width heigth c m y k setcmyk_olvcolor rec fill} bind def /outrecfi4 { %x y width heigth c m y k outrecfi} bind def /outrecfi3 { %x y width heigth c m y k outrecfi} bind def /outrecfi2 { %x y width heigth c m y k outrecfi} bind def /outlinetos { %px py c m y k setcmyk_olvcolor lineto stroke} bind def /outstroke { %px1 py1 curveto ... curveto c m y k setcmyk_olvcolor stroke} bind def %%EndProlog gsave %LANINDL2 START 20000505 /lanind 0 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 /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /popde {0 lanind ne {pop} if} bind def /popen {1 lanind ne {pop} if} bind def /popes {2 lanind ne {pop} if} bind def /popfr {3 lanind ne {pop} if} bind def /popit {4 lanind ne {pop} if} bind def /popjp {5 lanind ne {pop} if} bind def /popm {6 lanind ne {pop} if} bind def /popxde {/n exch def 0 lanind ne {n {pop} repeat} if} bind def /popxen {/n exch def 1 lanind ne {n {pop} repeat} if} bind def /popxes {/n exch def 2 lanind ne {n {pop} repeat} if} bind def /popxfr {/n exch def 3 lanind ne {n {pop} repeat} if} bind def /popxit {/n exch def 4 lanind ne {n {pop} repeat} if} bind def /popxjp {/n exch def 5 lanind ne {n {pop} repeat} if} bind def /popxm {/n exch def 6 lanind ne {n {pop} repeat} if} bind def /lanindg where {pop /lanind1 lanindg def /lanind2 lanindg def} {/lanind1 1 def /lanind2 1 def} ifelse lanind1 1 lanind2 {/lanind exch def %output showpage gsave %LANINDL2 END 5 /Times-ISOL1 FS 180 85 moveto (VE231-1, B4_52_1) show % ( B8830_7, M8241-1, B4_52_1, N=4_52_1) show 72 90 translate /pixf 16.67 def 0.1667 pixf div MM dup scale /ausz 8 def %Farbauszug 1=C, 2=M, 3=Y, 7=N, 8=F 30 setlinewidth 0.0 0.0 0.0 0.5 setcmyk_olvcolor 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto closepath fill 050 3700 moveto /TRGu {350 /Times-Roman FS (\271) show} def /TRGo {350 /Times-Roman FS (\272) show} def (F) TBIM tfw show (\050) TBM tfw show (x) TBIM tfw show (\051 ) TBM tfw show TRGu TBM tfw (Impulsrate = Impulse / s) showde %08241-1 1 (impulse rate = impulses / s) showen %18241-1 1 (Rata de impulso = Impulsos / s) showes %28241-1 1 (impulse rate = impulses / s) showfr %38241-1 1 (impulse rate = impulses / s) showit %48241-1 1 (impulse rate = impulses / s) showjp %58241-1 1 TRGo TBM tfw 2700 3400 moveto TBM tfw (Schwellen\255Proze\337 ) showde %08241-1 2 (threshold process ) showen %18241-1 2 (Aprox. al umbral ) showes %28241-1 2 (threshold process ) showfr %38241-1 2 (threshold process ) showit %48241-1 2 (threshold process ) showjp %58241-1 2 (W) TBIM tfw show 0700 2800 moveto TBM tfn (Schwellen\255Proze\337 ) showde %08241-1 3 (threshold process ) showen %18241-1 3 (Aprox. al umbral ) showes %28241-1 3 (threshold process ) showfr %38241-1 3 (threshold process ) showit %48241-1 3 (threshold process ) showjp %58241-1 3 (N) TBIM tfn show tfw 550 400 translate 50 setlinewidth 0 0 moveto 340 12 mul 0 rlineto stroke 0 0 moveto 0 3000 rlineto stroke TBM /tx [(-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4) ( 5)] def /ty [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3)] def %!x-Achse: 1 log-Einheiten = 500 Skalen-Einheiten 0 1 7 {/i exch def /ixt { -250 i 0500 mul add} def /ixl { 000 i 0500 mul add} def ixt -350 moveto tx i get exec show ixl 75 moveto 0 -150 rlineto stroke } for %!y-Achse: 1 log-Einheiten = 500 Skalen-Einheiten 0 1 6 {/i exch def /iyt {-100 i 0500 mul add} def /iyl { 000 i 0500 mul add} def -450 iyt moveto ty i get exec show -75 iyl moveto 150 0 rlineto stroke } for 3750 -300 moveto (x) TBIM tfw show 30 0 rmoveto (=) TBM tfw show 30 0 rmoveto (log) TBM tfw show 50 0 rmoveto (L) TBIM tfw show 100 2100 moveto (1,00) TBM tfn show (Q) TBIM tfn show 30 0 rmoveto ([1,4\050) TBM tfn show (x-u) TBIM tfn show (\051]) TBM tfn show 2800 2700 moveto (-2) TBM tfw show 30 0 rmoveto (Q) TBIM tfw show 30 0 rmoveto ([1,0\050) TBM tfw show (x-u) TBIM tfw show (\051]) TBM tfw show 1850 200 moveto (L) TBIM tfw show TBK 20 -80 rmoveto (u) show 50 80 rmoveto 2850 0200 moveto (L) TBIM tfw show TBK 20 -80 rmoveto (u) show 50 80 rmoveto (= 100 cd) TBM tfw show 20 0 rmoveto (/) TBM tfw show 10 0 rmoveto (m) TBM tfw show TBK 20 100 rmoveto (2) show 0 -100 rmoveto 4250 900 moveto (N) TBIM tfn show 4250 1900 moveto (N) TBIM tfn show (W) TBIM tfw show 3400 1600 moveto (Stufung) popde %08241-1 4 (scaling) popen %18241-1 4 (Subiendo) popes %28241-1 4 (scaling) popfr %38241-1 4 (scaling) popit %48241-1 4 (scaling) popjp %58241-1 4 TBM tzo outshowf 4250 2300 moveto (W) TBIM tfw show 50 setlinewidth %!wrpos:FLQA8830 ANFANG/ENDE ab for061...76.dat %!J FMUL,XK,XL,XM,XU,XQ,IU2J= 016.67 1.0 1.0 1.0 2.0 -2.0 0 0 %!N 1 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 %! 0.00 90.00 7.66 90.00 15.15 90.00 22.45 90.00 %! 30.00 90.00 37.66 90.00 45.15 90.00 52.45 90.00 %! 60.00 90.00 67.66 90.00 75.15 90.00 82.45 90.00 %! 90.00 90.00 97.66 90.00 105.15 90.00 112.45 90.00 %! 120.00 90.00 127.66 90.00 135.15 90.00 142.45 90.00 %! 150.00 90.00 157.66 90.00 165.15 90.00 172.45 90.00 %! 180.00 90.00 187.66 90.00 195.15 90.00 202.45 90.00 %! 210.00 90.00 217.66 90.00 225.15 90.00 232.45 90.00 %! 240.00 90.00 247.66 90.00 [ ] 0 setdash %N 0 1500 moveto 127 1500 252 1500 374 1500 curveto 500 1500 627 1500 752 1500 curveto 874 1500 1000 1500 1127 1500 curveto 1252 1500 1374 1500 1500 1500 curveto 1627 1500 1752 1500 1874 1500 curveto 2000 1500 2128 1500 2253 1500 curveto 2374 1500 2500 1500 2628 1500 curveto 2753 1500 2874 1500 3000 1500 curveto 3128 1500 3253 1500 3374 1500 curveto 3500 1500 3628 1500 3753 1500 curveto 3874 1500 4000 1500 4128 1500 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke %!J FMUL,XK,XL,XM,XU,XQ,IU2J= 116.67 1.0 1.0 1.0 1.0 -2.0 300 100 %!un 2 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 %! 0.00 119.77 7.66 119.68 15.15 119.54 22.45 119.36 %! 30.00 119.10 37.66 118.72 45.15 118.20 52.45 117.50 %! 60.00 116.50 67.66 115.13 75.15 113.32 82.45 111.03 %! 90.00 108.02 97.66 104.25 105.15 99.91 112.45 95.18 %! 120.00 90.00 127.66 84.75 135.15 79.90 142.45 75.69 %! 150.00 71.98 157.66 68.93 165.15 66.59 172.45 64.85 %! 180.00 63.50 187.66 62.49 195.15 61.78 202.45 61.28 %! 210.00 60.90 217.66 60.63 225.15 60.45 232.45 60.32 %! 240.00 60.23 247.66 60.16 [ ] 0 setdash %un 0 1996 moveto 127 1995 252 1992 374 1989 curveto 500 1985 627 1979 752 1970 curveto 874 1958 1000 1942 1127 1919 curveto 1252 1889 1374 1850 1500 1800 curveto 1627 1737 1752 1665 1874 1586 curveto 2000 1500 2128 1412 2253 1331 curveto 2374 1261 2500 1199 2628 1149 curveto 2753 1110 2874 1081 3000 1058 curveto 3128 1041 3253 1029 3374 1021 curveto 3500 1015 3628 1010 3753 1007 curveto 3874 1005 4000 1003 4128 1002 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke [300 100] 0 setdash %un 0 1996 moveto 127 1995 252 1992 374 1989 curveto 500 1985 627 1979 752 1970 curveto 874 1958 1000 1942 1127 1919 curveto 1252 1889 1374 1850 1500 1800 curveto 1627 1737 1752 1665 1874 1586 curveto 2000 1500 2128 1412 2253 1331 curveto 2374 1261 2500 1199 2628 1149 curveto 2753 1110 2874 1081 3000 1058 curveto 3128 1041 3253 1029 3374 1021 curveto 3500 1015 3628 1010 3753 1007 curveto 3874 1005 4000 1003 4128 1002 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke %!J FMUL,XK,XL,XM,XU,XQ,IU2J= 216.67 1.0 1.0 1.0 3.0 -2.0 300 100 %!UW 2 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 %! 0.00 32.20 7.66 32.82 15.15 33.60 22.45 34.55 %! 30.00 35.79 37.66 37.37 45.15 39.29 52.45 41.59 %! 60.00 44.50 67.66 48.06 75.15 52.21 82.45 56.92 %! 90.00 62.49 97.66 68.82 105.15 75.59 112.45 82.56 %! 120.00 90.00 127.66 97.54 135.15 104.70 142.45 111.27 %! 150.00 117.51 157.66 123.16 165.15 127.98 172.45 131.99 %! 180.00 135.50 187.66 138.45 195.15 140.80 202.45 142.66 %! 210.00 144.21 217.66 145.46 225.15 146.44 232.45 147.19 %! 240.00 147.80 247.66 148.29 [ ] 0 setdash %UW 0 536 moveto 127 547 252 560 374 575 curveto 500 596 627 622 752 654 curveto 874 693 1000 741 1127 801 curveto 1252 870 1374 948 1500 1041 curveto 1627 1147 1752 1260 1874 1376 curveto 2000 1500 2128 1626 2253 1745 curveto 2374 1854 2500 1958 2628 2053 curveto 2753 2133 2874 2200 3000 2258 curveto 3128 2307 3253 2347 3374 2378 curveto 3500 2403 3628 2424 3753 2441 curveto 3874 2453 4000 2463 4128 2471 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke [300 100] 0 setdash %UW 0 536 moveto 127 547 252 560 374 575 curveto 500 596 627 622 752 654 curveto 874 693 1000 741 1127 801 curveto 1252 870 1374 948 1500 1041 curveto 1627 1147 1752 1260 1874 1376 curveto 2000 1500 2128 1626 2253 1745 curveto 2374 1854 2500 1958 2628 2053 curveto 2753 2133 2874 2200 3000 2258 curveto 3128 2307 3253 2347 3374 2378 curveto 3500 2403 3628 2424 3753 2441 curveto 3874 2453 4000 2463 4128 2471 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %!J FMUL,XK,XL,XM,XU,XQ,IU2J= 316.67 1.0 1.0 1.0 2.0 -2.0 200 200 %!NW 2 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 %! 0.00 61.97 7.66 62.50 15.15 63.14 22.45 63.91 %! 30.00 64.89 37.66 66.08 45.15 67.49 52.45 69.09 %! 60.00 71.00 67.66 73.19 75.15 75.53 82.45 77.95 %! 90.00 80.51 97.66 83.07 105.15 85.49 112.45 87.74 %! 120.00 90.00 127.66 92.29 135.15 94.60 142.45 96.96 %! 150.00 99.49 157.66 102.09 165.15 104.57 172.45 106.85 %! 180.00 109.00 187.66 110.94 195.15 112.58 202.45 113.93 %! 210.00 115.11 217.66 116.10 225.15 116.88 232.45 117.51 %! 240.00 118.03 247.66 118.45 [ ] 0 setdash %NW 0 1033 moveto 127 1041 252 1052 374 1065 curveto 500 1081 627 1101 752 1124 curveto 874 1151 1000 1183 1127 1219 curveto 1252 1259 1374 1299 1500 1342 curveto 1627 1384 1752 1425 1874 1462 curveto 2000 1500 2128 1538 2253 1577 curveto 2374 1616 2500 1658 2628 1701 curveto 2753 1743 2874 1781 3000 1817 curveto 3128 1849 3253 1876 3374 1899 curveto 3500 1918 3628 1935 3753 1948 curveto 3874 1958 4000 1967 4128 1974 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke [200 200] 0 setdash %NW 0 1033 moveto 127 1041 252 1052 374 1065 curveto 500 1081 627 1101 752 1124 curveto 874 1151 1000 1183 1127 1219 curveto 1252 1259 1374 1299 1500 1342 curveto 1627 1384 1752 1425 1874 1462 curveto 2000 1500 2128 1538 2253 1577 curveto 2374 1616 2500 1658 2628 1701 curveto 2753 1743 2874 1781 3000 1817 curveto 3128 1849 3253 1876 3374 1899 curveto 3500 1918 3628 1935 3753 1948 curveto 3874 1958 4000 1967 4128 1974 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke showpage grestore } for %output with langind end %%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 VE231-2N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark12 where {pop} {userdict /pdfmark12 /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://130.149.60.45/~farbmetrik/VE23/) /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, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark12 [ /View [ /FitB ] /DOCVIEW pdfmark12 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } 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 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } 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 /nshow1 {TG show} bind def /kshow1 {TIG show} bind def /bshow1 {TBG show} bind def /bkshow1 {TBIG show} bind def /ishow1 {TM 0 -50 rmoveto show 0 50 rmoveto} bind def /eshow1 {TM 0 200 rmoveto show 0 -200 rmoveto} bind def /nshow2 {TM show} bind def /kshow2 {TIM show} bind def /bshow2 {TBM show} bind def /bkshow2 {TBIM show} bind def /ishow2 {TK 0 -50 rmoveto show 0 50 rmoveto} bind def /eshow2 {TK 0 200 rmoveto show 0 -200 rmoveto} bind def /tzo {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzl {1.0 0.0 1.0 0.0} bind def /tzv {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tzr {0.0 1.0 0.5 0.0} bind def %Elementarfarben /tzg {1.0 0.0 0.5 0.0} bind def /tzb {1.0 0.5 0.0 0.0} bind def /tzj {0.0 0.0 1.0 0.0} bind def /tzrz {0.0 1.0 0.5 0.5} bind def %Elementarfarben vergraut /tzgz {1.0 0.0 0.5 0.5} bind def /tzbz {1.0 0.5 0.0 0.5} bind def /tzjz {0.0 0.0 1.0 0.5} bind def /tfo {tzo setcmyk_olvcolor} bind def /tfl {tzl setcmyk_olvcolor} bind def /tfv {tzv setcmyk_olvcolor} bind def /tfc {tzc setcmyk_olvcolor} bind def /tfm {tzm setcmyk_olvcolor} bind def /tfy {tzy setcmyk_olvcolor} bind def /tfn {tzn setcmyk_olvcolor} bind def /tfd {tzd setcmyk_olvcolor} bind def /tfz {tzz setcmyk_olvcolor} bind def /tfh {tzh setcmyk_olvcolor} bind def /tfw {tzw setcmyk_olvcolor} bind def /tfr {tzr setcmyk_olvcolor} bind def /tfg {tzg setcmyk_olvcolor} bind def /tfb {tzb setcmyk_olvcolor} bind def /tfj {tzj setcmyk_olvcolor} bind def /tfrz {tzrz setcmyk_olvcolor} bind def /tfgz {tzgz setcmyk_olvcolor} bind def /tfbz {tzbz setcmyk_olvcolor} bind def /tfjz {tzjz setcmyk_olvcolor} bind def %ANFA OUTLIN00 951204 /pixf 1.0 def /ueg 1 pixf mul def /uek 1 pixf mul def /ues 1 pixf mul def /pxd uek def /pyd uek def /pxwd ueg def /pywd ueg def /pss ues def /outxshowf {show} bind def /outxshow {show} bind def /outSK {250 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSM {300 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSG {350 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outshowf {setcmyk_olvcolor show} bind def /outrecfi { %x y width heigth c m y k setcmyk_olvcolor rec fill} bind def /outrecfi4 { %x y width heigth c m y k outrecfi} bind def /outrecfi3 { %x y width heigth c m y k outrecfi} bind def /outrecfi2 { %x y width heigth c m y k outrecfi} bind def /outlinetos { %px py c m y k setcmyk_olvcolor lineto stroke} bind def /outstroke { %px1 py1 curveto ... curveto c m y k setcmyk_olvcolor stroke} bind def %%EndProlog gsave %LANINDL2 START 20000505 /lanind 0 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 /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /popde {0 lanind ne {pop} if} bind def /popen {1 lanind ne {pop} if} bind def /popes {2 lanind ne {pop} if} bind def /popfr {3 lanind ne {pop} if} bind def /popit {4 lanind ne {pop} if} bind def /popjp {5 lanind ne {pop} if} bind def /popm {6 lanind ne {pop} if} bind def /popxde {/n exch def 0 lanind ne {n {pop} repeat} if} bind def /popxen {/n exch def 1 lanind ne {n {pop} repeat} if} bind def /popxes {/n exch def 2 lanind ne {n {pop} repeat} if} bind def /popxfr {/n exch def 3 lanind ne {n {pop} repeat} if} bind def /popxit {/n exch def 4 lanind ne {n {pop} repeat} if} bind def /popxjp {/n exch def 5 lanind ne {n {pop} repeat} if} bind def /popxm {/n exch def 6 lanind ne {n {pop} repeat} if} bind def /lanindg where {pop /lanind1 lanindg def /lanind2 lanindg def} {/lanind1 1 def /lanind2 1 def} ifelse lanind1 1 lanind2 {/lanind exch def %output showpage gsave %LANINDL2 END 5 /Times-ISOL1 FS 180 85 moveto (VE231-2, B4_52_2) show % ( B8831_7, M8241-2, B4_52_2, N=4_52_2) show 72 90 translate /pixf 16.67 def 0.1667 pixf div MM dup scale /ausz 8 def %Farbauszug 1=C, 2=M, 3=Y, 7=N, 8=F 30 setlinewidth 0.0 0.0 0.0 0.5 setcmyk_olvcolor 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto closepath fill 0100 3700 moveto /TRGu {350 /Times-Roman FS (\271) show} def /TRGo {350 /Times-Roman FS (\272) show} def (d) TBIM tfw show 50 0 rmoveto (F(x)) TBIM tfw show TBM 30 0 rmoveto 30 0 (/d) ashow (x ) TBIM tfw show TRGu TBM tfw (Impulsraten\255\304nderung) showde %08241-2 1 (impulse rate change) showen %18241-2 1 (Rata del impulso de cambio) showes %28241-2 1 (impulse rate change) showfr %38241-2 1 (impulse rate change) showit %48241-2 1 (impulse rate change) showjp %58241-2 1 TRGo tfw 550 400 translate 50 setlinewidth 0 0 moveto 340 12 mul 0 rlineto stroke 0 0 moveto 0 3000 rlineto stroke TBM /tx [(-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4) ( 5)] def /ty [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3)] def %!x-Achse: 1 log-Einheiten = 500 Skalen-Einheiten 0 1 7 {/i exch def /ixt { -250 i 0500 mul add} def /ixl { 000 i 0500 mul add} def ixt -350 moveto tx i get exec show ixl 75 moveto 0 -150 rlineto stroke } for %!y-Achse: 1 log-Einheiten = 500 Skalen-Einheiten 0 1 6 {/i exch def /iyt {-100 i 0500 mul add} def /iyl { 000 i 0500 mul add} def -450 iyt moveto ty i get exec show -75 iyl moveto 150 0 rlineto stroke } for 3750 -300 moveto (x) TBIM tfw show 30 0 rmoveto (=) TBM tfw show 30 0 rmoveto (log) TBM tfw show 50 0 rmoveto (L) TBIM tfw show 200 0800 moveto (d) TBIM tfn show ( {1,00) TBM tfn show (Q) TBIM tfn show 30 0 rmoveto ([1,4\050) TBM tfn show (x-u) TBIM tfn show 30 0 rmoveto TBM tfn 40 0 (\051]}/d) ashow (x) TBIM tfn show 200 0500 moveto TBM tfn (Schwellen\255Proze\337 Schwarz ) showde %08241-2 2 (threshold process black ) showen %18241-2 2 (Aprox. al umbral negro ) showes %28241-2 2 (threshold process black ) showfr %38241-2 2 (threshold process black ) showit %48241-2 2 (threshold process black ) showjp %58241-2 2 (N) TBIM tfn show 200 2950 moveto TBM tfw (Schwellen\255Proze\337 Wei\337 ) showde %08241-2 3 (white scaling ) showen %18241-2 3 (Aprox. al umbral blanco ) showes %28241-2 3 (white scaling ) showfr %38241-2 3 (white scaling ) showit %48241-2 3 (white scaling ) showjp %58241-2 3 (W) TBIM tfw show 200 2650 moveto (d) TBIM tfw show ( {-2) TBM tfw show 30 0 rmoveto (Q) TBIM tfw show 30 0 rmoveto ([1,0\050) TBM tfw show (x-u) TBIM tfw show 30 0 rmoveto TBM 40 0 (\051]}/d) ashow (x) TBIM tfw show 1850 200 moveto (L) TBIM tfw show TBK 20 -80 rmoveto (u) show 50 80 rmoveto 2850 0200 moveto (L) TBIM tfw show TBK 20 -80 rmoveto (u) show 50 80 rmoveto (= 100 cd) TBM tfw show 20 0 rmoveto (/) TBM tfw show 10 0 rmoveto (m) TBM tfw show TBK 20 100 rmoveto (2) show 0 -100 rmoveto 3150 2300 moveto (Summe f\374r:) popde %08241-2 4 (sum for:) popen %18241-2 4 (Suma para:) popes %28241-2 4 (sum for:) popfr %38241-2 4 (sum for:) popit %48241-2 4 (sum for:) popjp %58241-2 4 TBM tzo outshowf 3450 2000 moveto (Stufungs\255) popde %08241-2 5 (scaling ) popen %18241-2 5 (creciente ) popes %28241-2 5 (scaling ) popfr %38241-2 5 (scaling ) popit %48241-2 5 (scaling ) popjp %58241-2 5 TBM tzo outshowf 3450 1700 moveto (Proze\337) popde %08241-2 6 (process) popen %18241-2 6 (proceso) popes %28241-2 6 (process) popfr %38241-2 6 (process) popit %48241-2 6 (process) popjp %58241-2 6 TBM tzo outshowf 50 setlinewidth %!wrpos:FLQA8830 ANFANG/ENDE ab for061...76.dat %!J FMUL,XK,XL,XM,XU,XQ,IU2J= 016.67 1.0 1.0 1.0 2.0 -2.0 0 0 %!N 1 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 %! 0.00 90.00 7.66 90.00 15.15 90.00 22.45 90.00 %! 30.00 90.00 37.66 90.00 45.15 90.00 52.45 90.00 %! 60.00 90.00 67.66 90.00 75.15 90.00 82.45 90.00 %! 90.00 90.00 97.66 90.00 105.15 90.00 112.45 90.00 %! 120.00 90.00 127.66 90.00 135.15 90.00 142.45 90.00 %! 150.00 90.00 157.66 90.00 165.15 90.00 172.45 90.00 %! 180.00 90.00 187.66 90.00 195.15 90.00 202.45 90.00 %! 210.00 90.00 217.66 90.00 225.15 90.00 232.45 90.00 %! 240.00 90.00 247.66 90.00 [ ] 0 setdash %N 0 1500 moveto 127 1500 252 1500 374 1500 curveto 500 1500 627 1500 752 1500 curveto 874 1500 1000 1500 1127 1500 curveto 1252 1500 1374 1500 1500 1500 curveto 1627 1500 1752 1500 1874 1500 curveto 2000 1500 2128 1500 2253 1500 curveto 2374 1500 2500 1500 2628 1500 curveto 2753 1500 2874 1500 3000 1500 curveto 3128 1500 3253 1500 3374 1500 curveto 3500 1500 3628 1500 3753 1500 curveto 3874 1500 4000 1500 4128 1500 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke %!J FMUL,XK,XL,XM,XU,XQ,IU2J= 116.67 1.0 1.0 1.0 1.0 -2.0 300 100 %!un 2 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 %! 0.00 89.78 7.66 89.68 15.15 89.55 22.45 89.37 %! 30.00 89.11 37.66 88.75 45.15 88.25 52.45 87.61 %! 60.00 86.71 67.66 85.54 75.15 84.09 82.45 82.41 %! 90.00 80.47 97.66 78.47 105.15 76.75 112.45 75.59 %! 120.00 75.15 127.66 75.60 135.15 76.82 142.45 78.50 %! 150.00 80.47 157.66 82.44 165.15 84.15 172.45 85.55 %! 180.00 86.71 187.66 87.62 195.15 88.28 202.45 88.75 %! 210.00 89.11 217.66 89.37 225.15 89.55 232.45 89.68 %! 240.00 89.78 247.66 89.84 [ ] 0 setdash %un 0 1496 moveto 127 1494 252 1492 374 1489 curveto 500 1485 627 1479 752 1471 curveto 874 1460 1000 1445 1127 1425 curveto 1252 1401 1374 1373 1500 1341 curveto 1627 1308 1752 1279 1874 1260 curveto 2000 1252 2128 1260 2253 1280 curveto 2374 1308 2500 1341 2628 1374 curveto 2753 1402 2874 1426 3000 1445 curveto 3128 1460 3253 1471 3374 1479 curveto 3500 1485 3628 1489 3753 1492 curveto 3874 1494 4000 1496 4128 1497 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke [300 100] 0 setdash %un 0 1496 moveto 127 1494 252 1492 374 1489 curveto 500 1485 627 1479 752 1471 curveto 874 1460 1000 1445 1127 1425 curveto 1252 1401 1374 1373 1500 1341 curveto 1627 1308 1752 1279 1874 1260 curveto 2000 1252 2128 1260 2253 1280 curveto 2374 1308 2500 1341 2628 1374 curveto 2753 1402 2874 1426 3000 1445 curveto 3128 1460 3253 1471 3374 1479 curveto 3500 1485 3628 1489 3753 1492 curveto 3874 1494 4000 1496 4128 1497 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke %!J FMUL,XK,XL,XM,XU,XQ,IU2J= 216.67 1.0 1.0 1.0 3.0 -2.0 300 100 %!UW 2 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 %! 0.00 92.16 7.66 92.75 15.15 93.49 22.45 94.37 %! 30.00 95.50 37.66 96.90 45.15 98.55 52.45 100.43 %! 60.00 102.69 67.66 105.26 75.15 107.99 82.45 110.73 %! 90.00 113.51 97.66 116.03 105.15 118.01 112.45 119.25 %! 120.00 119.70 127.66 119.24 135.15 117.94 142.45 116.00 %! 150.00 113.51 157.66 110.70 165.15 107.88 172.45 105.23 %! 180.00 102.69 187.66 100.41 195.15 98.47 202.45 96.88 %! 210.00 95.50 217.66 94.36 225.15 93.45 232.45 92.75 %! 240.00 92.16 247.66 91.69 [ ] 0 setdash %UW 0 1536 moveto 127 1546 252 1558 374 1573 curveto 500 1591 627 1615 752 1642 curveto 874 1674 1000 1711 1127 1754 curveto 1252 1800 1374 1845 1500 1892 curveto 1627 1934 1752 1967 1874 1987 curveto 2000 1995 2128 1987 2253 1966 curveto 2374 1933 2500 1892 2628 1845 curveto 2753 1798 2874 1754 3000 1711 curveto 3128 1673 3253 1641 3374 1614 curveto 3500 1591 3628 1572 3753 1557 curveto 3874 1546 4000 1536 4128 1528 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke [300 100] 0 setdash %UW 0 1536 moveto 127 1546 252 1558 374 1573 curveto 500 1591 627 1615 752 1642 curveto 874 1674 1000 1711 1127 1754 curveto 1252 1800 1374 1845 1500 1892 curveto 1627 1934 1752 1967 1874 1987 curveto 2000 1995 2128 1987 2253 1966 curveto 2374 1933 2500 1892 2628 1845 curveto 2753 1798 2874 1754 3000 1711 curveto 3128 1673 3253 1641 3374 1614 curveto 3500 1591 3628 1572 3753 1557 curveto 3874 1546 4000 1536 4128 1528 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %!J FMUL,XK,XL,XM,XU,XQ,IU2J= 316.67 1.0 1.0 1.0 2.0 -2.0 200 200 %!NW 2 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 %! 0.00 91.93 7.66 92.43 15.15 93.04 22.45 93.74 %! 30.00 94.61 37.66 95.64 45.15 96.80 52.45 98.04 %! 60.00 99.41 67.66 100.80 75.15 102.08 82.45 103.14 %! 90.00 103.98 97.66 104.51 105.15 104.76 112.45 104.84 %! 120.00 104.85 127.66 104.84 135.15 104.75 142.45 104.50 %! 150.00 103.98 157.66 103.13 165.15 102.03 172.45 100.78 %! 180.00 99.41 187.66 98.02 195.15 96.75 202.45 95.63 %! 210.00 94.61 217.66 93.73 225.15 93.01 232.45 92.43 %! 240.00 91.93 247.66 91.53 [ ] 0 setdash %NW 0 1532 moveto 127 1540 252 1550 374 1562 curveto 500 1577 627 1594 752 1613 curveto 874 1634 1000 1657 1127 1680 curveto 1252 1701 1374 1719 1500 1733 curveto 1627 1742 1752 1746 1874 1747 curveto 2000 1747 2128 1747 2253 1746 curveto 2374 1742 2500 1733 2628 1719 curveto 2753 1700 2874 1680 3000 1657 curveto 3128 1634 3253 1612 3374 1594 curveto 3500 1577 3628 1562 3753 1550 curveto 3874 1540 4000 1532 4128 1525 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke [200 200] 0 setdash %NW 0 1532 moveto 127 1540 252 1550 374 1562 curveto 500 1577 627 1594 752 1613 curveto 874 1634 1000 1657 1127 1680 curveto 1252 1701 1374 1719 1500 1733 curveto 1627 1742 1752 1746 1874 1747 curveto 2000 1747 2128 1747 2253 1746 curveto 2374 1742 2500 1733 2628 1719 curveto 2753 1700 2874 1680 3000 1657 curveto 3128 1634 3253 1612 3374 1594 curveto 3500 1577 3628 1562 3753 1550 curveto 3874 1540 4000 1532 4128 1525 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke showpage grestore } for %output with langind end %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 161 MM 108 MM 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 VE231-3N %%BoundingBox: 70 85 228 206 %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://130.149.60.45/~farbmetrik/VE23/) /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, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark13 [ /View [ /FitB ] /DOCVIEW pdfmark13 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } 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 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } 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 /nshow1 {TG show} bind def /kshow1 {TIG show} bind def /bshow1 {TBG show} bind def /bkshow1 {TBIG show} bind def /ishow1 {TM 0 -50 rmoveto show 0 50 rmoveto} bind def /eshow1 {TM 0 200 rmoveto show 0 -200 rmoveto} bind def /nshow2 {TM show} bind def /kshow2 {TIM show} bind def /bshow2 {TBM show} bind def /bkshow2 {TBIM show} bind def /ishow2 {TK 0 -50 rmoveto show 0 50 rmoveto} bind def /eshow2 {TK 0 200 rmoveto show 0 -200 rmoveto} bind def /tzo {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzl {1.0 0.0 1.0 0.0} bind def /tzv {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tzr {0.0 1.0 0.5 0.0} bind def %Elementarfarben /tzg {1.0 0.0 0.5 0.0} bind def /tzb {1.0 0.5 0.0 0.0} bind def /tzj {0.0 0.0 1.0 0.0} bind def /tzrz {0.0 1.0 0.5 0.5} bind def %Elementarfarben vergraut /tzgz {1.0 0.0 0.5 0.5} bind def /tzbz {1.0 0.5 0.0 0.5} bind def /tzjz {0.0 0.0 1.0 0.5} bind def /tfo {tzo setcmyk_olvcolor} bind def /tfl {tzl setcmyk_olvcolor} bind def /tfv {tzv setcmyk_olvcolor} bind def /tfc {tzc setcmyk_olvcolor} bind def /tfm {tzm setcmyk_olvcolor} bind def /tfy {tzy setcmyk_olvcolor} bind def /tfn {tzn setcmyk_olvcolor} bind def /tfd {tzd setcmyk_olvcolor} bind def /tfz {tzz setcmyk_olvcolor} bind def /tfh {tzh setcmyk_olvcolor} bind def /tfw {tzw setcmyk_olvcolor} bind def /tfr {tzr setcmyk_olvcolor} bind def /tfg {tzg setcmyk_olvcolor} bind def /tfb {tzb setcmyk_olvcolor} bind def /tfj {tzj setcmyk_olvcolor} bind def /tfrz {tzrz setcmyk_olvcolor} bind def /tfgz {tzgz setcmyk_olvcolor} bind def /tfbz {tzbz setcmyk_olvcolor} bind def /tfjz {tzjz setcmyk_olvcolor} bind def %ANFA OUTLIN00 951204 /pixf 1.0 def /ueg 1 pixf mul def /uek 1 pixf mul def /ues 1 pixf mul def /pxd uek def /pyd uek def /pxwd ueg def /pywd ueg def /pss ues def /outxshowf {show} bind def /outxshow {show} bind def /outSK {250 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSM {300 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSG {350 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outshowf {setcmyk_olvcolor show} bind def /outrecfi { %x y width heigth c m y k setcmyk_olvcolor rec fill} bind def /outrecfi4 { %x y width heigth c m y k outrecfi} bind def /outrecfi3 { %x y width heigth c m y k outrecfi} bind def /outrecfi2 { %x y width heigth c m y k outrecfi} bind def /outlinetos { %px py c m y k setcmyk_olvcolor lineto stroke} bind def /outstroke { %px1 py1 curveto ... curveto c m y k setcmyk_olvcolor stroke} bind def %%EndProlog gsave %LANINDL2 START 20000505 /lanind 0 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 /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /popde {0 lanind ne {pop} if} bind def /popen {1 lanind ne {pop} if} bind def /popes {2 lanind ne {pop} if} bind def /popfr {3 lanind ne {pop} if} bind def /popit {4 lanind ne {pop} if} bind def /popjp {5 lanind ne {pop} if} bind def /popm {6 lanind ne {pop} if} bind def /popxde {/n exch def 0 lanind ne {n {pop} repeat} if} bind def /popxen {/n exch def 1 lanind ne {n {pop} repeat} if} bind def /popxes {/n exch def 2 lanind ne {n {pop} repeat} if} bind def /popxfr {/n exch def 3 lanind ne {n {pop} repeat} if} bind def /popxit {/n exch def 4 lanind ne {n {pop} repeat} if} bind def /popxjp {/n exch def 5 lanind ne {n {pop} repeat} if} bind def /popxm {/n exch def 6 lanind ne {n {pop} repeat} if} bind def /lanindg where {pop /lanind1 lanindg def /lanind2 lanindg def} {/lanind1 1 def /lanind2 1 def} ifelse lanind1 1 lanind2 {/lanind exch def %output showpage gsave %LANINDL2 END 5 /Times-ISOL1 FS 180 85 moveto (VE231-3, B4_53_1) show % ( B8910_2, M8241-3, B4_53_1, N=4_53_1) show 72 90 translate /pixf 16.67 def 0.1667 pixf div MM dup scale /ausz 8 def %Farbauszug 1=C, 2=M, 3=Y, 7=N, 8=F 30 setlinewidth 0.0 0.0 0.0 0.5 setcmyk_olvcolor 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto closepath fill 050 3725 moveto %B8910-02.xps /TRGu {350 /Times-Roman FS (\271) show} def /TRGo {350 /Times-Roman FS (\272) show} def (F) TBIM tfw show 50 0 rmoveto (\050) TBM tfw show 30 0 rmoveto (x) TBIM tfw show 30 0 rmoveto (\051 ) TBM tfw show TRGu TBM tfw (Farbsignale = Impulse / s) showde %08241-3 1 (color signal = impulses / s) showen %18241-3 1 (Se\361al del color = Impulse / s) showes %28241-3 1 (color signal = impulses / s) showfr %38241-3 1 (color signal = impulses / s) showit %48241-3 1 (color signal = impulses / s) showjp %58241-3 1 TRGo /tx [(-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4) ( 5)] def /ty [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3)] def 2200 3300 moveto (W) TBIM tfw show TBM tfw (\255Proze\337:) showde %08241-3 2 (\255process:) showen %18241-3 2 (\255Proceso:) showes %28241-3 2 (\255process:) showfr %38241-3 2 (\255process:) showit %48241-3 2 (\255process:) showjp %58241-3 2 3900 3300 moveto TBM tfw (Rot )showde %08241-3 3 (red )showen %18241-3 3 (Rojo )showes %28241-3 3 (red )showfr %38241-3 3 (red )showit %48241-3 3 (red )showjp %58241-3 3 (R) TBIM tfw show 3900 2800 moveto TBM tfw (Gr\374n ) showde %08241-3 4 (green ) showen %18241-3 4 (Verde) showes %28241-3 4 (green ) showfr %38241-3 4 (green ) showit %48241-3 4 (green ) showjp %58241-3 4 (G) TBIM tfw show 2200 2300 moveto (N) TBIM tfn show TBM tfw (\255Proze\337:) showde %08241-3 5 (\255process:) showen %18241-3 5 (\255Proceso:) showes %28241-3 5 (\255process:) showfr %38241-3 5 (\255process:) showit %48241-3 5 (\255process:) showjp %58241-3 5 3900 2300 moveto TBM tfw (Rot )showde %08241-3 6 (red )showen %18241-3 6 (Rojo )showes %28241-3 6 (red )showfr %38241-3 6 (red )showit %48241-3 6 (red )showjp %58241-3 6 (r) TBIM tfw show 3900 1800 moveto TBM tfw (Gr\374n ) showde %08241-3 7 (green ) showen %18241-3 7 (Verde ) showes %28241-3 7 (green ) showfr %38241-3 7 (green ) showit %48241-3 7 (green ) showjp %58241-3 7 (g) TBIM tfw show 2200 1300 moveto (W) TBIM tfw show TBM tfw (\255Proze\337:) showde %08241-3 8 (\255process:) showen %18241-3 8 (\255Proceso:) showes %28241-3 8 (\255process:) showfr %38241-3 8 (\255process:) showit %48241-3 8 (\255process:) showjp %58241-3 8 3900 1300 moveto TBM tfw (Mittel ) showde %08241-3 9 (mean ) showen %18241-3 9 (Medio ) showes %28241-3 9 (mean ) showfr %38241-3 9 (mean ) showit %48241-3 9 (mean ) showjp %58241-3 9 (RG) TBIM tfw show 2200 0800 moveto (N) TBIM tfn show TBM tfw (\255Proze\337:) showde %08241-310 (\255process:) showen %18241-310 (\255Proceso:) showes %28241-310 (\255process:) showfr %38241-310 (\255process:) showit %48241-310 (\255process:) showjp %58241-310 3900 0800 moveto TBM tfw (Mittel ) showde %08241-311 (mean ) showen %18241-311 (Medio ) showes %28241-311 (mean ) showfr %38241-311 (mean ) showit %48241-311 (mean ) showjp %58241-311 (rg) TBIM tfw show tfw 550 400 translate 50 setlinewidth 0 0 moveto 340 12 mul 0 rlineto stroke 0 0 moveto 0 3000 rlineto stroke TBM %!x-Achse: 1 log-Einheiten = 500 Skalen-Einheiten 0 1 7 {/i exch def /ixt { -250 i 0500 mul add} def /ixl { 000 i 0500 mul add} def ixt -350 moveto tx i get exec show ixl 75 moveto 0 -150 rlineto stroke } for %!y-Achse: 1 log-Einheiten = 500 Skalen-Einheiten 0 1 6 {/i exch def /iyt {-100 i 0500 mul add} def /iyl { 000 i 0500 mul add} def -450 iyt moveto ty i get exec show -75 iyl moveto 150 0 rlineto stroke } for 3750 -300 moveto (x) TBIM tfw show 30 0 rmoveto (=) TBM tfw show 30 0 rmoveto (log) TBM tfw show 50 0 rmoveto (L) TBIM tfw show 50 setlinewidth %!wrpos:FARC8910.FOR; AUSGABE for061...68.dat %! J MUL,KURVA,KURVT: 0 16 1 R 0 R %! 0.0 1.0 1.0 0.0 %! 0.0 0.0 0.0 0.0 %! 0.0 0.0 0.0 0.0 %! 0.0 0.0 0.0 0.0 %! 0.00 150.00 7.66 157.66 15.15 165.15 22.45 172.45 %! 30.00 180.00 37.66 180.00 45.15 180.00 52.45 180.00 %! 60.00 180.00 67.66 180.00 75.15 180.00 82.45 180.00 %! 90.00 180.00 [ ] 0 setdash % 1 R 0 2400 moveto 122 2522 242 2642 359 2759 curveto 480 2880 602 2880 722 2880 curveto 839 2880 960 2880 1082 2880 curveto 1202 2880 1319 2880 1440 2880 curveto tzo outstroke %! J MUL,KURVA,KURVT: 1 16 1 G 0 G %! 1.0 0.0 1.0 0.0 %! 0.0 0.0 0.0 0.0 %! 0.0 0.0 0.0 0.0 %! 0.0 0.0 0.0 0.0 %! 0.00 120.00 7.66 127.66 15.15 135.15 22.45 142.45 %! 30.00 150.00 37.66 150.00 45.15 150.00 52.45 150.00 %! 60.00 150.00 67.66 150.00 75.15 150.00 82.45 150.00 %! 90.00 150.00 [ ] 0 setdash % 1 G 0 1920 moveto 122 2042 242 2162 359 2279 curveto 480 2400 602 2400 722 2400 curveto 839 2400 960 2400 1082 2400 curveto 1202 2400 1319 2400 1440 2400 curveto tzl outstroke %! J MUL,KURVA,KURVT: 2 16 1 r 0 r %! 0.0 1.0 1.0 0.5 %! 0.0 0.0 0.0 0.0 %! 0.0 0.0 0.0 0.0 %! 0.0 0.0 0.0 0.0 %! 0.00 90.00 7.66 97.66 15.15 105.15 22.45 112.45 %! 30.00 120.00 37.66 120.00 45.15 120.00 52.45 120.00 %! 60.00 120.00 67.66 120.00 75.15 120.00 82.45 120.00 %! 90.00 120.00 [ ] 0 setdash % 1 r 0 1440 moveto 122 1562 242 1682 359 1799 curveto 480 1920 602 1920 722 1920 curveto 839 1920 960 1920 1082 1920 curveto 1202 1920 1319 1920 1440 1920 curveto 0.00 1.00 1.00 0.50 setcmyk_olvcolor stroke %! J MUL,KURVA,KURVT: 3 16 1 g 0 g %! 1.0 0.0 1.0 0.5 %! 0.0 0.0 0.0 0.0 %! 0.0 0.0 0.0 0.0 %! 0.0 0.0 0.0 0.0 %! 0.00 60.00 7.66 67.66 15.15 75.15 22.45 82.45 %! 30.00 90.00 37.66 90.00 45.15 90.00 52.45 90.00 %! 60.00 90.00 67.66 90.00 75.15 90.00 82.45 90.00 %! 90.00 90.00 [ ] 0 setdash % 1 g 0 960 moveto 122 1082 242 1202 359 1319 curveto 480 1440 602 1440 722 1440 curveto 839 1440 960 1440 1082 1440 curveto 1202 1440 1319 1440 1440 1440 curveto 1.00 0.00 1.00 0.50 setcmyk_olvcolor stroke %! J MUL,KURVA,KURVT: 4 16 2 RG 0 RG %! 0.0 1.0 1.0 0.0 %! 1.0 0.0 1.0 0.0 %! 0.0 0.0 0.0 0.0 %! 0.0 0.0 0.0 0.0 %! 0.00 30.00 7.66 37.66 15.15 45.15 22.45 52.45 %! 30.00 60.00 37.66 60.00 45.15 60.00 52.45 60.00 %! 60.00 60.00 67.66 60.00 75.15 60.00 82.45 60.00 %! 90.00 60.00 [ ] 0 setdash % 2 RG 0 480 moveto 122 602 242 722 359 839 curveto 480 960 602 960 722 960 curveto 839 960 960 960 1082 960 curveto 1202 960 1319 960 1440 960 curveto tzo outstroke [100 100] 0 setdash % 2 RG 0 480 moveto 122 602 242 722 359 839 curveto 480 960 602 960 722 960 curveto 839 960 960 960 1082 960 curveto 1202 960 1319 960 1440 960 curveto tzl outstroke %! J MUL,KURVA,KURVT: 5 16 2 rg 0 rg %! 0.0 1.0 1.0 0.5 %! 1.0 0.0 1.0 0.5 %! 0.0 0.0 0.0 0.0 %! 0.0 0.0 0.0 0.0 %! 0.00 0.00 7.66 7.66 15.15 15.15 22.45 22.45 %! 30.00 30.00 37.66 30.00 45.15 30.00 52.45 30.00 %! 60.00 30.00 67.66 30.00 75.15 30.00 82.45 30.00 %! 90.00 30.00 [ ] 0 setdash % 2 rg 0 0 moveto 122 122 242 242 359 359 curveto 480 480 602 480 722 480 curveto 839 480 960 480 1082 480 curveto 1202 480 1319 480 1440 480 curveto 0.00 1.00 1.00 0.50 setcmyk_olvcolor stroke [100 100] 0 setdash % 2 rg 0 0 moveto 122 122 242 242 359 359 curveto 480 480 602 480 722 480 curveto 839 480 960 480 1082 480 curveto 1202 480 1319 480 1440 480 curveto 1.00 0.00 1.00 0.50 setcmyk_olvcolor stroke showpage grestore } for %output with langind end %%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 VE231-4N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark14 where {pop} {userdict /pdfmark14 /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://130.149.60.45/~farbmetrik/VE23/) /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, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark14 [ /View [ /FitB ] /DOCVIEW pdfmark14 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } 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 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } 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 /nshow1 {TG show} bind def /kshow1 {TIG show} bind def /bshow1 {TBG show} bind def /bkshow1 {TBIG show} bind def /ishow1 {TM 0 -50 rmoveto show 0 50 rmoveto} bind def /eshow1 {TM 0 200 rmoveto show 0 -200 rmoveto} bind def /nshow2 {TM show} bind def /kshow2 {TIM show} bind def /bshow2 {TBM show} bind def /bkshow2 {TBIM show} bind def /ishow2 {TK 0 -50 rmoveto show 0 50 rmoveto} bind def /eshow2 {TK 0 200 rmoveto show 0 -200 rmoveto} bind def /tzo {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzl {1.0 0.0 1.0 0.0} bind def /tzv {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tzr {0.0 1.0 0.5 0.0} bind def %Elementarfarben /tzg {1.0 0.0 0.5 0.0} bind def /tzb {1.0 0.5 0.0 0.0} bind def /tzj {0.0 0.0 1.0 0.0} bind def /tzrz {0.0 1.0 0.5 0.5} bind def %Elementarfarben vergraut /tzgz {1.0 0.0 0.5 0.5} bind def /tzbz {1.0 0.5 0.0 0.5} bind def /tzjz {0.0 0.0 1.0 0.5} bind def /tfo {tzo setcmyk_olvcolor} bind def /tfl {tzl setcmyk_olvcolor} bind def /tfv {tzv setcmyk_olvcolor} bind def /tfc {tzc setcmyk_olvcolor} bind def /tfm {tzm setcmyk_olvcolor} bind def /tfy {tzy setcmyk_olvcolor} bind def /tfn {tzn setcmyk_olvcolor} bind def /tfd {tzd setcmyk_olvcolor} bind def /tfz {tzz setcmyk_olvcolor} bind def /tfh {tzh setcmyk_olvcolor} bind def /tfw {tzw setcmyk_olvcolor} bind def /tfr {tzr setcmyk_olvcolor} bind def /tfg {tzg setcmyk_olvcolor} bind def /tfb {tzb setcmyk_olvcolor} bind def /tfj {tzj setcmyk_olvcolor} bind def /tfrz {tzrz setcmyk_olvcolor} bind def /tfgz {tzgz setcmyk_olvcolor} bind def /tfbz {tzbz setcmyk_olvcolor} bind def /tfjz {tzjz setcmyk_olvcolor} bind def %ANFA OUTLIN00 951204 /pixf 1.0 def /ueg 1 pixf mul def /uek 1 pixf mul def /ues 1 pixf mul def /pxd uek def /pyd uek def /pxwd ueg def /pywd ueg def /pss ues def /outxshowf {show} bind def /outxshow {show} bind def /outSK {250 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSM {300 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSG {350 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outshowf {setcmyk_olvcolor show} bind def /outrecfi { %x y width heigth c m y k setcmyk_olvcolor rec fill} bind def /outrecfi4 { %x y width heigth c m y k outrecfi} bind def /outrecfi3 { %x y width heigth c m y k outrecfi} bind def /outrecfi2 { %x y width heigth c m y k outrecfi} bind def /outlinetos { %px py c m y k setcmyk_olvcolor lineto stroke} bind def /outstroke { %px1 py1 curveto ... curveto c m y k setcmyk_olvcolor stroke} bind def %%EndProlog gsave %LANINDL2 START 20000505 /lanind 0 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 /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /popde {0 lanind ne {pop} if} bind def /popen {1 lanind ne {pop} if} bind def /popes {2 lanind ne {pop} if} bind def /popfr {3 lanind ne {pop} if} bind def /popit {4 lanind ne {pop} if} bind def /popjp {5 lanind ne {pop} if} bind def /popm {6 lanind ne {pop} if} bind def /popxde {/n exch def 0 lanind ne {n {pop} repeat} if} bind def /popxen {/n exch def 1 lanind ne {n {pop} repeat} if} bind def /popxes {/n exch def 2 lanind ne {n {pop} repeat} if} bind def /popxfr {/n exch def 3 lanind ne {n {pop} repeat} if} bind def /popxit {/n exch def 4 lanind ne {n {pop} repeat} if} bind def /popxjp {/n exch def 5 lanind ne {n {pop} repeat} if} bind def /popxm {/n exch def 6 lanind ne {n {pop} repeat} if} bind def /lanindg where {pop /lanind1 lanindg def /lanind2 lanindg def} {/lanind1 1 def /lanind2 1 def} ifelse lanind1 1 lanind2 {/lanind exch def %output showpage gsave %LANINDL2 END 5 /Times-ISOL1 FS 180 85 moveto (VE231-4, B4_53_2) show % ( B8910_4, M8241-4, B4_53_2, N=4_53_2) show 72 90 translate /pixf 16.67 def 0.1667 pixf div MM dup scale /ausz 8 def %Farbauszug 1=C, 2=M, 3=Y, 7=N, 8=F 30 setlinewidth 0.0 0.0 0.0 0.5 setcmyk_olvcolor 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto closepath fill 050 3725 moveto TBM tfw %B8910-04.xps (Farbsignale: Amplituden\255Modulation) showde %08241-4 1 (color signal: amplitude modulation) showen %18241-4 1 (Se\361al del color: Amplitud\255Modulaci\363n) showes %28241-4 1 (color signal: amplitude modulation) showfr %38241-4 1 (color signal: amplitude modulation) showit %48241-4 1 (color signal: amplitude modulation) showjp %58241-4 1 /tx [(-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4) ( 5)] def /ty [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3)] def 2100 3300 moveto (W) TBIM tfw show TBM tfw (\255Proze\337:) showde %08241-4 2 (\255process:) showen %18241-4 2 (\255Proceso:) showes %28241-4 2 (\255process:) showfr %38241-4 2 (\255process:) showit %48241-4 2 (\255process:) showjp %58241-4 2 3700 3300 moveto (U) TBIM tfw show 2100 2800 moveto (N) TBIM tfn show TBM tfw (\255Proze\337:) showde %08241-4 3 (\255process:) showen %18241-4 3 (\255Proceso:) showes %28241-4 3 (\255process:) showfr %38241-4 3 (\255process:) showit %48241-4 3 (\255process:) showjp %58241-4 3 3700 2800 moveto (u) TBIM tfw show 2100 2300 moveto (W) TBIM tfw show TBM tfw (\255Proze\337:) showde %08241-4 4 (\255process:) showen %18241-4 4 (\255Proceso:) showes %28241-4 4 (\255process:) showfr %38241-4 4 (\255process:) showit %48241-4 4 (\255process:) showjp %58241-4 4 3700 2300 moveto (U + (R - G)) TBIM tfw show 3700 1800 moveto (U - (R - G)) TBIM tfw show 2100 1300 moveto (N) TBIM tfn show TBM tfw (\255Proze\337:) showde %08241-4 5 (\255process:) showen %18241-4 5 (\255Proceso:) showes %28241-4 5 (\255process:) showfr %38241-4 5 (\255process:) showit %48241-4 5 (\255process:) showjp %58241-4 5 3700 1300 moveto (u + (r - g)) TBIM tfw show 3700 0800 moveto (u - (r - g)) TBIM tfw show tfw 550 400 translate 50 setlinewidth 0 0 moveto 340 12 mul 0 rlineto stroke 0 0 moveto 0 3000 rlineto stroke TBM %!x-Achse: 1 log-Einheiten = 500 Skalen-Einheiten 0 1 7 {/i exch def /ixt { -250 i 0500 mul add} def /ixl { 000 i 0500 mul add} def ixt -350 moveto tx i get exec show ixl 75 moveto 0 -150 rlineto stroke } for %!y-Achse: 1 log-Einheiten = 500 Skalen-Einheiten 0 1 6 {/i exch def /iyt {-100 i 0500 mul add} def /iyl { 000 i 0500 mul add} def -450 iyt moveto ty i get exec show -75 iyl moveto 150 0 rlineto stroke } for 3750 -300 moveto (x) TBIM tfw show 30 0 rmoveto (=) TBM tfw show 30 0 rmoveto (log) TBM tfw show 50 0 rmoveto (L) TBIM tfw show 50 setlinewidth %!wrpos:FARC8910.FOR; AUSGABE for061...68.dat %! J MUL,KURVA,KURVT: 0 16 2 UW 0 -- %! 0.0 0.0 0.0 1.0 %! 0.0 0.0 0.0 0.0 %! 0.0 0.0 0.0 0.0 %! 0.0 0.0 0.0 0.0 %! 0.00 150.00 7.66 157.66 15.15 165.15 22.45 172.45 %! 30.00 180.00 37.66 180.00 45.15 180.00 52.45 180.00 %! 60.00 180.00 67.66 180.00 75.15 180.00 82.45 180.00 %! 90.00 180.00 [ ] 0 setdash % 2 UW 0 2400 moveto 122 2522 242 2642 359 2759 curveto 480 2880 602 2880 722 2880 curveto 839 2880 960 2880 1082 2880 curveto 1202 2880 1319 2880 1440 2880 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke [300 100] 0 setdash % 2 UW 0 2400 moveto 122 2522 242 2642 359 2759 curveto 480 2880 602 2880 722 2880 curveto 839 2880 960 2880 1082 2880 curveto 1202 2880 1319 2880 1440 2880 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %! J MUL,KURVA,KURVT: 1 16 2 un 0 -- %! 0.0 0.0 0.0 0.0 %! 0.0 0.0 0.0 1.0 %! 0.0 0.0 0.0 0.0 %! 0.0 0.0 0.0 0.0 %! 0.00 120.00 7.66 127.66 15.15 135.15 22.45 142.45 %! 30.00 150.00 37.66 150.00 45.15 150.00 52.45 150.00 %! 60.00 150.00 67.66 150.00 75.15 150.00 82.45 150.00 %! 90.00 150.00 [ ] 0 setdash % 2 un 0 1920 moveto 122 2042 242 2162 359 2279 curveto 480 2400 602 2400 722 2400 curveto 839 2400 960 2400 1082 2400 curveto 1202 2400 1319 2400 1440 2400 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke [300 100] 0 setdash % 2 un 0 1920 moveto 122 2042 242 2162 359 2279 curveto 480 2400 602 2400 722 2400 curveto 839 2400 960 2400 1082 2400 curveto 1202 2400 1319 2400 1440 2400 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke %! J MUL,KURVA,KURVT: 2 16 2 UW 2 RG %! 0.0 0.0 0.0 1.0 %! 0.0 0.0 0.0 0.0 %! 0.0 1.0 1.0 0.0 %! 1.0 0.0 1.0 0.0 %! 0.00 90.00 7.66 97.66 15.15 105.15 22.45 112.45 %! 30.00 120.00 37.66 120.00 45.15 120.00 52.45 120.00 %! 60.00 120.00 67.66 120.00 75.15 120.00 82.45 120.00 %! 90.00 120.00 [ ] 0 setdash % 2 UW 0 1440 moveto 122 1562 242 1682 359 1799 curveto 480 1920 602 1920 722 1920 curveto 839 1920 960 1920 1082 1920 curveto 1202 1920 1319 1920 1440 1920 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke [300 100] 0 setdash % 2 UW 0 1440 moveto 122 1562 242 1682 359 1799 curveto 480 1920 602 1920 722 1920 curveto 839 1920 960 1920 1082 1920 curveto 1202 1920 1319 1920 1440 1920 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %KARVA,KARVT 2 RG -50 1465 moveto 50 1465 lineto 0 1540 lineto 309 1824 moveto 409 1824 lineto 359 1899 lineto 672 1945 moveto 772 1945 lineto 722 2020 lineto 1032 1945 moveto 1132 1945 lineto 1082 2020 lineto 1390 1945 moveto 1490 1945 lineto 1440 2020 lineto 0.00 1.00 1.00 0.00 setcmyk_olvcolor closepath fill %KARVA,KARVT 2 RG -50 1415 moveto 50 1415 lineto 0 1340 lineto 309 1774 moveto 409 1774 lineto 359 1699 lineto 672 1895 moveto 772 1895 lineto 722 1820 lineto 1032 1895 moveto 1132 1895 lineto 1082 1820 lineto 1390 1895 moveto 1490 1895 lineto 1440 1820 lineto 1.00 0.00 1.00 0.00 setcmyk_olvcolor closepath fill %! J MUL,KURVA,KURVT: 3 16 2 UW 2 GR %! 0.0 0.0 0.0 1.0 %! 0.0 0.0 0.0 0.0 %! 1.0 0.0 1.0 0.0 %! 0.0 1.0 1.0 0.0 %! 0.00 60.00 7.66 67.66 15.15 75.15 22.45 82.45 %! 30.00 90.00 37.66 90.00 45.15 90.00 52.45 90.00 %! 60.00 90.00 67.66 90.00 75.15 90.00 82.45 90.00 %! 90.00 90.00 [ ] 0 setdash % 2 UW 0 960 moveto 122 1082 242 1202 359 1319 curveto 480 1440 602 1440 722 1440 curveto 839 1440 960 1440 1082 1440 curveto 1202 1440 1319 1440 1440 1440 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke [300 100] 0 setdash % 2 UW 0 960 moveto 122 1082 242 1202 359 1319 curveto 480 1440 602 1440 722 1440 curveto 839 1440 960 1440 1082 1440 curveto 1202 1440 1319 1440 1440 1440 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %KARVA,KARVT 2 GR -50 985 moveto 50 985 lineto 0 1060 lineto 309 1344 moveto 409 1344 lineto 359 1419 lineto 672 1465 moveto 772 1465 lineto 722 1540 lineto 1032 1465 moveto 1132 1465 lineto 1082 1540 lineto 1390 1465 moveto 1490 1465 lineto 1440 1540 lineto 1.00 0.00 1.00 0.00 setcmyk_olvcolor closepath fill %KARVA,KARVT 2 GR -50 935 moveto 50 935 lineto 0 860 lineto 309 1294 moveto 409 1294 lineto 359 1219 lineto 672 1415 moveto 772 1415 lineto 722 1340 lineto 1032 1415 moveto 1132 1415 lineto 1082 1340 lineto 1390 1415 moveto 1490 1415 lineto 1440 1340 lineto 0.00 1.00 1.00 0.00 setcmyk_olvcolor closepath fill %! J MUL,KURVA,KURVT: 4 16 2 un 2 rg %! 0.0 0.0 0.0 0.0 %! 0.0 0.0 0.0 1.0 %! 0.0 1.0 1.0 0.5 %! 1.0 0.0 1.0 0.5 %! 0.00 30.00 7.66 37.66 15.15 45.15 22.45 52.45 %! 30.00 60.00 37.66 60.00 45.15 60.00 52.45 60.00 %! 60.00 60.00 67.66 60.00 75.15 60.00 82.45 60.00 %! 90.00 60.00 [ ] 0 setdash % 2 un 0 480 moveto 122 602 242 722 359 839 curveto 480 960 602 960 722 960 curveto 839 960 960 960 1082 960 curveto 1202 960 1319 960 1440 960 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke [300 100] 0 setdash % 2 un 0 480 moveto 122 602 242 722 359 839 curveto 480 960 602 960 722 960 curveto 839 960 960 960 1082 960 curveto 1202 960 1319 960 1440 960 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke %KARVA,KARVT 2 rg -50 505 moveto 50 505 lineto 0 580 lineto 309 864 moveto 409 864 lineto 359 939 lineto 672 985 moveto 772 985 lineto 722 1060 lineto 1032 985 moveto 1132 985 lineto 1082 1060 lineto 1390 985 moveto 1490 985 lineto 1440 1060 lineto 0.00 1.00 1.00 0.50 setcmyk_olvcolor closepath fill %KARVA,KARVT 2 rg -50 455 moveto 50 455 lineto 0 380 lineto 309 814 moveto 409 814 lineto 359 739 lineto 672 935 moveto 772 935 lineto 722 860 lineto 1032 935 moveto 1132 935 lineto 1082 860 lineto 1390 935 moveto 1490 935 lineto 1440 860 lineto 1.00 0.00 1.00 0.50 setcmyk_olvcolor closepath fill %! J MUL,KURVA,KURVT: 5 16 2 un 2 gr %! 0.0 0.0 0.0 0.0 %! 0.0 0.0 0.0 1.0 %! 1.0 0.0 1.0 0.5 %! 0.0 1.0 1.0 0.5 %! 0.00 0.00 7.66 7.66 15.15 15.15 22.45 22.45 %! 30.00 30.00 37.66 30.00 45.15 30.00 52.45 30.00 %! 60.00 30.00 67.66 30.00 75.15 30.00 82.45 30.00 %! 90.00 30.00 [ ] 0 setdash % 2 un 0 0 moveto 122 122 242 242 359 359 curveto 480 480 602 480 722 480 curveto 839 480 960 480 1082 480 curveto 1202 480 1319 480 1440 480 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke [300 100] 0 setdash % 2 un 0 0 moveto 122 122 242 242 359 359 curveto 480 480 602 480 722 480 curveto 839 480 960 480 1082 480 curveto 1202 480 1319 480 1440 480 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke %KARVA,KARVT 2 gr -50 25 moveto 50 25 lineto 0 100 lineto 309 384 moveto 409 384 lineto 359 459 lineto 672 505 moveto 772 505 lineto 722 580 lineto 1032 505 moveto 1132 505 lineto 1082 580 lineto 1390 505 moveto 1490 505 lineto 1440 580 lineto 1.00 0.00 1.00 0.50 setcmyk_olvcolor closepath fill %KARVA,KARVT 2 gr -50 -25 moveto 50 -25 lineto 0 -100 lineto 309 334 moveto 409 334 lineto 359 259 lineto 672 455 moveto 772 455 lineto 722 380 lineto 1032 455 moveto 1132 455 lineto 1082 380 lineto 1390 455 moveto 1490 455 lineto 1440 380 lineto 0.00 1.00 1.00 0.50 setcmyk_olvcolor closepath fill showpage grestore } for %output with langind end %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 161 MM 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 VE231-5N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark15 where {pop} {userdict /pdfmark15 /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://130.149.60.45/~farbmetrik/VE23/) /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, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark15 [ /View [ /FitB ] /DOCVIEW pdfmark15 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } 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 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } 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 /nshow1 {TG show} bind def /kshow1 {TIG show} bind def /bshow1 {TBG show} bind def /bkshow1 {TBIG show} bind def /ishow1 {TM 0 -50 rlineto show 0 50 rlineto} bind def /eshow1 {TM 0 200 rlineto show 0 -200 rlineto} bind def /nshow2 {TM show} bind def /kshow2 {TIM show} bind def /bshow2 {TBM show} bind def /bkshow2 {TBIM show} bind def /ishow2 {TK 0 -50 rlineto show 0 50 rlineto} bind def /eshow2 {TK 0 200 rlineto show 0 -200 rlineto} bind def /tzo {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzl {1.0 0.0 1.0 0.0} bind def /tzv {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tzr {0.0 1.0 0.5 0.0} bind def %Elementarfarben /tzg {1.0 0.0 0.5 0.0} bind def /tzb {1.0 0.5 0.0 0.0} bind def /tzj {0.0 0.0 1.0 0.0} bind def /tzrz {0.0 1.0 0.5 0.5} bind def %Elementarfarben vergraut /tzgz {1.0 0.0 0.5 0.5} bind def /tzbz {1.0 0.5 0.0 0.5} bind def /tzjz {0.0 0.0 1.0 0.5} bind def /tfo {tzo setcmyk_olvcolor} bind def /tfl {tzl setcmyk_olvcolor} bind def /tfv {tzv setcmyk_olvcolor} bind def /tfc {tzc setcmyk_olvcolor} bind def /tfm {tzm setcmyk_olvcolor} bind def /tfy {tzy setcmyk_olvcolor} bind def /tfn {tzn setcmyk_olvcolor} bind def /tfd {tzd setcmyk_olvcolor} bind def /tfz {tzz setcmyk_olvcolor} bind def /tfh {tzh setcmyk_olvcolor} bind def /tfw {tzw setcmyk_olvcolor} bind def /tfr {tzr setcmyk_olvcolor} bind def /tfg {tzg setcmyk_olvcolor} bind def /tfb {tzb setcmyk_olvcolor} bind def /tfj {tzj setcmyk_olvcolor} bind def /tfrz {tzrz setcmyk_olvcolor} bind def /tfgz {tzgz setcmyk_olvcolor} bind def /tfbz {tzbz setcmyk_olvcolor} bind def /tfjz {tzjz setcmyk_olvcolor} bind def %ANFA OUTLIN00 951204 /pixf 1.0 def /ueg 1 pixf mul def /uek 1 pixf mul def /ues 1 pixf mul def /pxd uek def /pyd uek def /pxwd ueg def /pywd ueg def /pss ues def /outxshowf {show} bind def /outxshow {show} bind def /outSK {250 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSM {300 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSG {350 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outshowf {setcmyk_olvcolor show} bind def /outrecfi { %x y width heigth c m y k setcmyk_olvcolor rec fill} bind def /outrecfi4 { %x y width heigth c m y k outrecfi} bind def /outrecfi3 { %x y width heigth c m y k outrecfi} bind def /outrecfi2 { %x y width heigth c m y k outrecfi} bind def /outlinetos { %px py c m y k setcmyk_olvcolor lineto stroke} bind def /outstroke { %px1 py1 curveto ... curveto c m y k setcmyk_olvcolor stroke} bind def %%EndProlog gsave %LANINDL2 START 20000505 /lanind 0 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 /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /popde {0 lanind ne {pop} if} bind def /popen {1 lanind ne {pop} if} bind def /popes {2 lanind ne {pop} if} bind def /popfr {3 lanind ne {pop} if} bind def /popit {4 lanind ne {pop} if} bind def /popjp {5 lanind ne {pop} if} bind def /popm {6 lanind ne {pop} if} bind def /popxde {/n exch def 0 lanind ne {n {pop} repeat} if} bind def /popxen {/n exch def 1 lanind ne {n {pop} repeat} if} bind def /popxes {/n exch def 2 lanind ne {n {pop} repeat} if} bind def /popxfr {/n exch def 3 lanind ne {n {pop} repeat} if} bind def /popxit {/n exch def 4 lanind ne {n {pop} repeat} if} bind def /popxjp {/n exch def 5 lanind ne {n {pop} repeat} if} bind def /popxm {/n exch def 6 lanind ne {n {pop} repeat} if} bind def /lanindg where {pop /lanind1 lanindg def /lanind2 lanindg def} {/lanind1 1 def /lanind2 1 def} ifelse lanind1 1 lanind2 {/lanind exch def %output showpage gsave %LANINDL2 END 5 /Times-ISOL1 FS 180 85 moveto (VE231-5, B4_54_1) show % ( B8931_1, M8241-5, B4_54_1, N=4_54_1) show 72 90 translate /pixf 16.67 def 0.1667 pixf div MM dup scale /ausz 8 def %Farbauszug 1=C, 2=M, 3=Y, 7=N, 8=F 30 setlinewidth 0.0 0.0 0.0 0.5 setcmyk_olvcolor 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto closepath fill 050 3725 moveto TBM tfw %B8730-01.eps (Unbunt\255 und ) showde %08241-5 1 (achromatic\255 and ) showen %18241-5 1 (Acrom\341tico\255 y ) showes %28241-5 1 (achromatic\255 and ) showfr %38241-5 1 (achromatic\255 and ) showit %48241-5 1 (achromatic\255 and ) showjp %58241-5 1 30 0 rmoveto (R) TBIM tzo outshowf (G) TBIM tzl outshowf TBM tfw (\255Gegenfarben\255Signale) showde %08241-5 2 (\255opponent signals) showen %18241-5 2 (\255opuesto\255se\361al color) showes %28241-5 2 (\255opponent signals) showfr %38241-5 2 (\255opponent signals) showit %48241-5 2 (\255opponent signals) showjp %58241-5 2 tfw 550 400 translate 50 setlinewidth 0 0 moveto 340 12 mul 0 rlineto stroke 0 0 moveto 0 3000 rlineto stroke TBM /tx [(-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4) ( 5)] def /ty [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3)] def %!x-Achse: 1 log-Einheiten = 500 Skalen-Einheiten 0 1 7 {/i exch def /ixt { -250 i 0500 mul add} def /ixl { 000 i 0500 mul add} def ixt -350 moveto tx i get exec show ixl 75 moveto 0 -150 rlineto stroke } for %!y-Achse: 1 log-Einheiten = 500 Skalen-Einheiten 0 1 6 {/i exch def /iyt {-100 i 0500 mul add} def /iyl { 000 i 0500 mul add} def -450 iyt moveto ty i get exec show -75 iyl moveto 150 0 rlineto stroke } for 35 setlinewidth tfn 000 1500 moveto 4000 0000 rlineto stroke tfw 50 setlinewidth 3650 -300 moveto (x) TBIM tfw show 30 0 rmoveto (=) TBM tfw show 30 0 rmoveto (log) TBM tfw show 50 0 rmoveto (L) TBIM tfw show 200 2700 moveto (Q) TBIM tfw show 30 0 rmoveto ([1,4\050) TBM tfw show (x-u+p) TBIM tfw show (\051]) TBM tfw show 2400 3000 moveto (-2) TBM tfw show 30 0 rmoveto (Q) TBIM tfw show 30 0 rmoveto ([1,0\050) TBM tfw show (x-u+p) TBIM tfw show (\051]) TBM tfw show 1850 200 moveto (L) TBIM tfw show TBK 20 -80 rmoveto (u) show 50 80 rmoveto 2850 0600 moveto (p) TBIM tfw show ( = 1, 0, -1) TBM tfw show 2850 0200 moveto (L) TBIM tfw show TBK 20 -80 rmoveto (u) show 50 80 rmoveto (= 100 cd) TBM tfw show 20 0 rmoveto (/) TBM tfw show 10 0 rmoveto (m) TBM tfw show TBK 20 100 rmoveto (2) show 0 -100 rmoveto 4200 1500 moveto TBM tfw (Pro\255) showde %08241-5 3 (pro\255) showen %18241-5 3 (Pro\255) showes %28241-5 3 (pro\255) showfr %38241-5 3 (pro\255) showit %48241-5 3 (pro\255) showjp %58241-5 3 4200 1300 moveto TBM tfw (zesse) showde %08241-5 4 (cess) showen %18241-5 4 (ceso) showes %28241-5 4 (cess) showfr %38241-5 4 (cess) showit %48241-5 4 (cess) showjp %58241-5 4 4250 900 moveto (N) TBIM tfn show 4250 1900 moveto (N) TBIM tfn show (W) TBIM tfw show 4250 2400 moveto (W) TBIM tfw show 50 setlinewidth %!J MUL,XK,XL,XM,XU,XQ,IU2J= 0 500 1.0 1.0 1.0 2.0 -2.0 300 100 %!UW 2 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 %! -2.000 -1.927 -1.745 -1.906 -1.495 -1.880 -1.252 -1.848 %! -1.000 -1.807 -0.745 -1.754 -0.495 -1.690 -0.252 -1.614 %! 0.000 -1.517 0.255 -1.398 0.505 -1.260 0.748 -1.103 %! 1.000 -0.917 1.255 -0.706 1.505 -0.480 1.748 -0.248 %! 2.000 0.000 2.255 0.251 2.505 0.490 2.748 0.709 %! 3.000 0.917 3.255 1.105 3.505 1.266 3.748 1.400 %! 4.000 1.517 4.255 1.615 4.505 1.693 4.748 1.755 %! 5.000 1.807 5.255 1.849 5.505 1.881 5.748 1.906 %! 6.000 1.927 6.255 1.943 [ ] 0 setdash %UW 0 537 moveto 128 548 253 560 375 576 curveto 500 597 628 623 753 655 curveto 875 694 1000 742 1127 801 curveto 1252 871 1374 949 1500 1042 curveto 1627 1148 1752 1260 1874 1376 curveto 2000 1500 2127 1625 2252 1745 curveto 2374 1854 2500 1958 2627 2052 curveto 2752 2132 2874 2199 3000 2258 curveto 3127 2307 3252 2346 3374 2377 curveto 3500 2403 3627 2424 3752 2440 curveto 3874 2453 4000 2463 4127 2471 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke [300 100] 0 setdash %UW 0 537 moveto 128 548 253 560 375 576 curveto 500 597 628 623 753 655 curveto 875 694 1000 742 1127 801 curveto 1252 871 1374 949 1500 1042 curveto 1627 1148 1752 1260 1874 1376 curveto 2000 1500 2127 1625 2252 1745 curveto 2374 1854 2500 1958 2627 2052 curveto 2752 2132 2874 2199 3000 2258 curveto 3127 2307 3252 2346 3374 2377 curveto 3500 2403 3627 2424 3752 2440 curveto 3874 2453 4000 2463 4127 2471 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 1 500 1.0 1.0 1.0 1.0 -2.0 0 0 %!G 1 1.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 %! -2.000 -1.807 -1.745 -1.754 -1.495 -1.690 -1.252 -1.614 %! -1.000 -1.517 -0.745 -1.398 -0.495 -1.260 -0.252 -1.103 %! 0.000 -0.917 0.255 -0.706 0.505 -0.480 0.748 -0.248 %! 1.000 0.000 1.255 0.251 1.505 0.490 1.748 0.709 %! 2.000 0.917 2.255 1.105 2.505 1.266 2.748 1.400 %! 3.000 1.517 3.255 1.615 3.505 1.693 3.748 1.755 %! 4.000 1.807 4.255 1.849 4.505 1.881 4.748 1.906 %! 5.000 1.927 5.255 1.943 5.505 1.955 5.748 1.965 %! 6.000 1.973 6.255 1.979 [ ] 0 setdash %G 0 597 moveto 128 623 253 655 375 694 curveto 500 742 628 801 753 871 curveto 875 949 1000 1042 1127 1148 curveto 1252 1260 1374 1376 1500 1500 curveto 1627 1625 1752 1745 1874 1854 curveto 2000 1958 2127 2052 2252 2132 curveto 2374 2199 2500 2258 2627 2307 curveto 2752 2346 2874 2377 3000 2403 curveto 3127 2424 3252 2440 3374 2453 curveto 3500 2463 3627 2471 3752 2477 curveto 3874 2482 4000 2486 4127 2489 curveto tzl outstroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 2 500 1.0 1.0 1.0 3.0 -2.0 0 0 %!R 1 0.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 %! -2.000 -1.973 -1.745 -1.965 -1.495 -1.955 -1.252 -1.943 %! -1.000 -1.927 -0.745 -1.906 -0.495 -1.880 -0.252 -1.848 %! 0.000 -1.807 0.255 -1.754 0.505 -1.690 0.748 -1.614 %! 1.000 -1.517 1.255 -1.398 1.505 -1.260 1.748 -1.103 %! 2.000 -0.917 2.255 -0.706 2.505 -0.480 2.748 -0.248 %! 3.000 0.000 3.255 0.251 3.505 0.490 3.748 0.709 %! 4.000 0.917 4.255 1.105 4.505 1.266 4.748 1.400 %! 5.000 1.517 5.255 1.615 5.505 1.693 5.748 1.755 %! 6.000 1.807 6.255 1.849 [ ] 0 setdash %R 0 514 moveto 128 518 253 523 375 529 curveto 500 537 628 548 753 560 curveto 875 576 1000 597 1127 623 curveto 1252 655 1374 694 1500 742 curveto 1627 801 1752 871 1874 949 curveto 2000 1042 2127 1148 2252 1260 curveto 2374 1376 2500 1500 2627 1625 curveto 2752 1745 2874 1854 3000 1958 curveto 3127 2052 3252 2132 3374 2199 curveto 3500 2258 3627 2307 3752 2346 curveto 3874 2377 4000 2403 4127 2424 curveto tzo outstroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 3 500 1.0 1.0 1.0 2.0 -2.0 0 0 %!-- 0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %!J MUL,XK,XL,XM,XU,XQ,IU2J= 4 500 1.4 1.0 1.0 2.0 1.0 300 100 %!un 2 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 %! -2.000 0.992 -1.745 0.989 -1.495 0.985 -1.252 0.979 %! -1.000 0.970 -0.745 0.957 -0.495 0.940 -0.252 0.917 %! 0.000 0.883 0.255 0.838 0.505 0.777 0.748 0.701 %! 1.000 0.601 1.255 0.475 1.505 0.330 1.748 0.173 %! 2.000 0.000 2.255 -0.175 2.505 -0.337 2.748 -0.477 %! 3.000 -0.601 3.255 -0.702 3.505 -0.780 3.748 -0.838 %! 4.000 -0.883 4.255 -0.917 4.505 -0.941 4.748 -0.957 %! 5.000 -0.970 5.255 -0.979 5.505 -0.985 5.748 -0.989 %! 6.000 -0.992 6.255 -0.995 [ ] 0 setdash %un 0 1996 moveto 128 1994 253 1992 375 1989 curveto 500 1984 628 1978 753 1969 curveto 875 1958 1000 1941 1127 1918 curveto 1252 1888 1374 1850 1500 1800 curveto 1627 1737 1752 1665 1874 1586 curveto 2000 1500 2127 1413 2252 1332 curveto 2374 1262 2500 1200 2627 1149 curveto 2752 1110 2874 1081 3000 1059 curveto 3127 1042 3252 1030 3374 1022 curveto 3500 1016 3627 1011 3752 1008 curveto 3874 1006 4000 1004 4127 1003 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke [300 100] 0 setdash %un 0 1996 moveto 128 1994 253 1992 375 1989 curveto 500 1984 628 1978 753 1969 curveto 875 1958 1000 1941 1127 1918 curveto 1252 1888 1374 1850 1500 1800 curveto 1627 1737 1752 1665 1874 1586 curveto 2000 1500 2127 1413 2252 1332 curveto 2374 1262 2500 1200 2627 1149 curveto 2752 1110 2874 1081 3000 1059 curveto 3127 1042 3252 1030 3374 1022 curveto 3500 1016 3627 1011 3752 1008 curveto 3874 1006 4000 1004 4127 1003 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 5 500 1.4 1.0 1.0 1.0 1.0 0 0 %!g 1 1.0 0.0 1.0 0.5 0.0 0.0 0.0 0.0 %! -2.000 0.970 -1.745 0.957 -1.495 0.940 -1.252 0.917 %! -1.000 0.883 -0.745 0.838 -0.495 0.777 -0.252 0.701 %! 0.000 0.601 0.255 0.475 0.505 0.330 0.748 0.173 %! 1.000 0.000 1.255 -0.175 1.505 -0.337 1.748 -0.477 %! 2.000 -0.601 2.255 -0.702 2.505 -0.780 2.748 -0.838 %! 3.000 -0.883 3.255 -0.917 3.505 -0.941 3.748 -0.957 %! 4.000 -0.970 4.255 -0.979 4.505 -0.985 4.748 -0.989 %! 5.000 -0.992 5.255 -0.995 5.505 -0.996 5.748 -0.997 %! 6.000 -0.998 6.255 -0.999 [ ] 0 setdash %g 0 1984 moveto 128 1978 253 1969 375 1958 curveto 500 1941 628 1918 753 1888 curveto 875 1850 1000 1800 1127 1737 curveto 1252 1665 1374 1586 1500 1500 curveto 1627 1413 1752 1332 1874 1262 curveto 2000 1200 2127 1149 2252 1110 curveto 2374 1081 2500 1059 2627 1042 curveto 2752 1030 2874 1022 3000 1016 curveto 3127 1011 3252 1008 3374 1006 curveto 3500 1004 3627 1003 3752 1002 curveto 3874 1002 4000 1001 4127 1001 curveto 1.00 0.00 1.00 0.50 setcmyk_olvcolor stroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 6 500 1.4 1.0 1.0 3.0 1.0 0 0 %!r 1 0.0 1.0 1.0 0.5 0.0 0.0 0.0 0.0 %! -2.000 0.998 -1.745 0.997 -1.495 0.996 -1.252 0.995 %! -1.000 0.992 -0.745 0.989 -0.495 0.985 -0.252 0.979 %! 0.000 0.970 0.255 0.957 0.505 0.940 0.748 0.917 %! 1.000 0.883 1.255 0.838 1.505 0.777 1.748 0.701 %! 2.000 0.601 2.255 0.475 2.505 0.330 2.748 0.173 %! 3.000 0.000 3.255 -0.175 3.505 -0.337 3.748 -0.477 %! 4.000 -0.601 4.255 -0.702 4.505 -0.780 4.748 -0.838 %! 5.000 -0.883 5.255 -0.917 5.505 -0.941 5.748 -0.957 %! 6.000 -0.970 6.255 -0.979 [ ] 0 setdash %r 0 1999 moveto 128 1998 253 1998 375 1997 curveto 500 1996 628 1994 753 1992 curveto 875 1989 1000 1984 1127 1978 curveto 1252 1969 1374 1958 1500 1941 curveto 1627 1918 1752 1888 1874 1850 curveto 2000 1800 2127 1737 2252 1665 curveto 2374 1586 2500 1500 2627 1413 curveto 2752 1332 2874 1262 3000 1200 curveto 3127 1149 3252 1110 3374 1081 curveto 3500 1059 3627 1042 3752 1030 curveto 3874 1022 4000 1016 4127 1011 curveto 0.00 1.00 1.00 0.50 setcmyk_olvcolor stroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 7 500 1.4 1.0 1.0 2.0 1.0 0 0 %!-- 0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %!J MUL,XK,XL,XM,XU,XQ,IU2J= 8 500 0.0 1.0 1.0 2.0 1.0 200 200 %!NW 2 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 %! -2.000 -0.934 -1.745 -0.917 -1.495 -0.895 -1.252 -0.870 %! -1.000 -0.837 -0.745 -0.797 -0.495 -0.750 -0.252 -0.697 %! 0.000 -0.633 0.255 -0.560 0.505 -0.482 0.748 -0.402 %! 1.000 -0.316 1.255 -0.231 1.505 -0.150 1.748 -0.075 %! 2.000 0.000 2.255 0.076 2.505 0.153 2.748 0.232 %! 3.000 0.316 3.255 0.403 3.505 0.486 3.748 0.562 %! 4.000 0.633 4.255 0.698 4.505 0.753 4.748 0.798 %! 5.000 0.837 5.255 0.870 5.505 0.896 5.748 0.917 %! 6.000 0.934 6.255 0.948 [ ] 0 setdash %NW 0 1033 moveto 128 1042 253 1053 375 1066 curveto 500 1082 628 1102 753 1125 curveto 875 1152 1000 1184 1127 1220 curveto 1252 1259 1374 1300 1500 1342 curveto 1627 1385 1752 1425 1874 1463 curveto 2000 1500 2127 1538 2252 1576 curveto 2374 1616 2500 1658 2627 1701 curveto 2752 1742 2874 1780 3000 1816 curveto 3127 1848 3252 1876 3374 1898 curveto 3500 1918 3627 1934 3752 1948 curveto 3874 1958 4000 1967 4127 1974 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke [200 200] 0 setdash %NW 0 1033 moveto 128 1042 253 1053 375 1066 curveto 500 1082 628 1102 753 1125 curveto 875 1152 1000 1184 1127 1220 curveto 1252 1259 1374 1300 1500 1342 curveto 1627 1385 1752 1425 1874 1463 curveto 2000 1500 2127 1538 2252 1576 curveto 2374 1616 2500 1658 2627 1701 curveto 2752 1742 2874 1780 3000 1816 curveto 3127 1848 3252 1876 3374 1898 curveto 3500 1918 3627 1934 3752 1948 curveto 3874 1958 4000 1967 4127 1974 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 9 500 0.0 1.0 1.0 1.0 1.0 200 200 %!Gg 2 1.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 %! -2.000 -0.837 -1.745 -0.797 -1.495 -0.750 -1.252 -0.697 %! -1.000 -0.633 -0.745 -0.560 -0.495 -0.482 -0.252 -0.402 %! 0.000 -0.316 0.255 -0.231 0.505 -0.150 0.748 -0.075 %! 1.000 0.000 1.255 0.076 1.505 0.153 1.748 0.232 %! 2.000 0.316 2.255 0.403 2.505 0.486 2.748 0.562 %! 3.000 0.633 3.255 0.698 3.505 0.753 3.748 0.798 %! 4.000 0.837 4.255 0.870 4.505 0.896 4.748 0.917 %! 5.000 0.934 5.255 0.948 5.505 0.959 5.748 0.968 %! 6.000 0.975 6.255 0.980 [ ] 0 setdash %Gg 0 1082 moveto 128 1102 253 1125 375 1152 curveto 500 1184 628 1220 753 1259 curveto 875 1300 1000 1342 1127 1385 curveto 1252 1425 1374 1463 1500 1500 curveto 1627 1538 1752 1576 1874 1616 curveto 2000 1658 2127 1701 2252 1742 curveto 2374 1780 2500 1816 2627 1848 curveto 2752 1876 2874 1898 3000 1918 curveto 3127 1934 3252 1948 3374 1958 curveto 3500 1967 3627 1974 3752 1979 curveto 3874 1983 4000 1987 4127 1990 curveto tzl outstroke [200 200] 0 setdash %Gg 0 1082 moveto 128 1102 253 1125 375 1152 curveto 500 1184 628 1220 753 1259 curveto 875 1300 1000 1342 1127 1385 curveto 1252 1425 1374 1463 1500 1500 curveto 1627 1538 1752 1576 1874 1616 curveto 2000 1658 2127 1701 2252 1742 curveto 2374 1780 2500 1816 2627 1848 curveto 2752 1876 2874 1898 3000 1918 curveto 3127 1934 3252 1948 3374 1958 curveto 3500 1967 3627 1974 3752 1979 curveto 3874 1983 4000 1987 4127 1990 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 10 500 0.0 1.0 1.0 3.0 1.0 200 200 %!Rr 2 0.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 %! -2.000 -0.975 -1.745 -0.967 -1.495 -0.959 -1.252 -0.948 %! -1.000 -0.934 -0.745 -0.917 -0.495 -0.895 -0.252 -0.870 %! 0.000 -0.837 0.255 -0.797 0.505 -0.750 0.748 -0.697 %! 1.000 -0.633 1.255 -0.560 1.505 -0.482 1.748 -0.402 %! 2.000 -0.316 2.255 -0.231 2.505 -0.150 2.748 -0.075 %! 3.000 0.000 3.255 0.076 3.505 0.153 3.748 0.232 %! 4.000 0.316 4.255 0.403 4.505 0.486 4.748 0.562 %! 5.000 0.633 5.255 0.698 5.505 0.753 5.748 0.798 %! 6.000 0.837 6.255 0.870 [ ] 0 setdash %Rr 0 1013 moveto 128 1017 253 1021 375 1026 curveto 500 1033 628 1042 753 1053 curveto 875 1066 1000 1082 1127 1102 curveto 1252 1125 1374 1152 1500 1184 curveto 1627 1220 1752 1259 1874 1300 curveto 2000 1342 2127 1385 2252 1425 curveto 2374 1463 2500 1500 2627 1538 curveto 2752 1576 2874 1616 3000 1658 curveto 3127 1701 3252 1742 3374 1780 curveto 3500 1816 3627 1848 3752 1876 curveto 3874 1898 4000 1918 4127 1934 curveto tzo outstroke [200 200] 0 setdash %Rr 0 1013 moveto 128 1017 253 1021 375 1026 curveto 500 1033 628 1042 753 1053 curveto 875 1066 1000 1082 1127 1102 curveto 1252 1125 1374 1152 1500 1184 curveto 1627 1220 1752 1259 1874 1300 curveto 2000 1342 2127 1385 2252 1425 curveto 2374 1463 2500 1500 2627 1538 curveto 2752 1576 2874 1616 3000 1658 curveto 3127 1701 3252 1742 3374 1780 curveto 3500 1816 3627 1848 3752 1876 curveto 3874 1898 4000 1918 4127 1934 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 11 500 0.0 1.0 1.0 2.0 1.0 0 0 %!-- 0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 showpage grestore } for %output with langind end %%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 VE231-6N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark16 where {pop} {userdict /pdfmark16 /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://130.149.60.45/~farbmetrik/VE23/) /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, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark16 [ /View [ /FitB ] /DOCVIEW pdfmark16 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } 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 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } 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 /nshow1 {TG show} bind def /kshow1 {TIG show} bind def /bshow1 {TBG show} bind def /bkshow1 {TBIG show} bind def /ishow1 {TM 0 -50 rlineto show 0 50 rlineto} bind def /eshow1 {TM 0 200 rlineto show 0 -200 rlineto} bind def /nshow2 {TM show} bind def /kshow2 {TIM show} bind def /bshow2 {TBM show} bind def /bkshow2 {TBIM show} bind def /ishow2 {TK 0 -50 rlineto show 0 50 rlineto} bind def /eshow2 {TK 0 200 rlineto show 0 -200 rlineto} bind def /tzo {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzl {1.0 0.0 1.0 0.0} bind def /tzv {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tzr {0.0 1.0 0.5 0.0} bind def %Elementarfarben /tzg {1.0 0.0 0.5 0.0} bind def /tzb {1.0 0.5 0.0 0.0} bind def /tzj {0.0 0.0 1.0 0.0} bind def /tzrz {0.0 1.0 0.5 0.5} bind def %Elementarfarben vergraut /tzgz {1.0 0.0 0.5 0.5} bind def /tzbz {1.0 0.5 0.0 0.5} bind def /tzjz {0.0 0.0 1.0 0.5} bind def /tfo {tzo setcmyk_olvcolor} bind def /tfl {tzl setcmyk_olvcolor} bind def /tfv {tzv setcmyk_olvcolor} bind def /tfc {tzc setcmyk_olvcolor} bind def /tfm {tzm setcmyk_olvcolor} bind def /tfy {tzy setcmyk_olvcolor} bind def /tfn {tzn setcmyk_olvcolor} bind def /tfd {tzd setcmyk_olvcolor} bind def /tfz {tzz setcmyk_olvcolor} bind def /tfh {tzh setcmyk_olvcolor} bind def /tfw {tzw setcmyk_olvcolor} bind def /tfr {tzr setcmyk_olvcolor} bind def /tfg {tzg setcmyk_olvcolor} bind def /tfb {tzb setcmyk_olvcolor} bind def /tfj {tzj setcmyk_olvcolor} bind def /tfrz {tzrz setcmyk_olvcolor} bind def /tfgz {tzgz setcmyk_olvcolor} bind def /tfbz {tzbz setcmyk_olvcolor} bind def /tfjz {tzjz setcmyk_olvcolor} bind def %ANFA OUTLIN00 951204 /pixf 1.0 def /ueg 1 pixf mul def /uek 1 pixf mul def /ues 1 pixf mul def /pxd uek def /pyd uek def /pxwd ueg def /pywd ueg def /pss ues def /outxshowf {show} bind def /outxshow {show} bind def /outSK {250 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSM {300 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSG {350 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outshowf {setcmyk_olvcolor show} bind def /outrecfi { %x y width heigth c m y k setcmyk_olvcolor rec fill} bind def /outrecfi4 { %x y width heigth c m y k outrecfi} bind def /outrecfi3 { %x y width heigth c m y k outrecfi} bind def /outrecfi2 { %x y width heigth c m y k outrecfi} bind def /outlinetos { %px py c m y k setcmyk_olvcolor lineto stroke} bind def /outstroke { %px1 py1 curveto ... curveto c m y k setcmyk_olvcolor stroke} bind def %%EndProlog gsave %LANINDL2 START 20000505 /lanind 0 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 /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /popde {0 lanind ne {pop} if} bind def /popen {1 lanind ne {pop} if} bind def /popes {2 lanind ne {pop} if} bind def /popfr {3 lanind ne {pop} if} bind def /popit {4 lanind ne {pop} if} bind def /popjp {5 lanind ne {pop} if} bind def /popm {6 lanind ne {pop} if} bind def /popxde {/n exch def 0 lanind ne {n {pop} repeat} if} bind def /popxen {/n exch def 1 lanind ne {n {pop} repeat} if} bind def /popxes {/n exch def 2 lanind ne {n {pop} repeat} if} bind def /popxfr {/n exch def 3 lanind ne {n {pop} repeat} if} bind def /popxit {/n exch def 4 lanind ne {n {pop} repeat} if} bind def /popxjp {/n exch def 5 lanind ne {n {pop} repeat} if} bind def /popxm {/n exch def 6 lanind ne {n {pop} repeat} if} bind def /lanindg where {pop /lanind1 lanindg def /lanind2 lanindg def} {/lanind1 1 def /lanind2 1 def} ifelse lanind1 1 lanind2 {/lanind exch def %output showpage gsave %LANINDL2 END 5 /Times-ISOL1 FS 180 85 moveto (VE231-6, B4_54_2) show % ( B8931_2, M8241-6, B4_54_2, N=4_54_2) show 72 90 translate /pixf 16.67 def 0.1667 pixf div MM dup scale /ausz 8 def %Farbauszug 1=C, 2=M, 3=Y, 7=N, 8=F 30 setlinewidth 0.0 0.0 0.0 0.5 setcmyk_olvcolor 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto closepath fill 050 3725 moveto TBM tfw %B8730-02.eps (Bunt\255Signale ) showde %08241-6 1 (chromatic signal ) showen %18241-6 1 (Se\361al crom\341tica ) showes %28241-6 1 (chromatic signal ) showfr %38241-6 1 (chromatic signal ) showit %48241-6 1 (chromatic signal ) showjp %58241-6 1 30 0 rmoveto (R) TBIM tzo outshowf (G) TBIM tzl outshowf TBM tfw (: Hell und Dunkel) showde %08241-6 2 (: light and dark) showen %18241-6 2 (: Claro y oscuro) showes %28241-6 2 (: light and dark) showfr %38241-6 2 (: light and dark) showit %48241-6 2 (: light and dark) showjp %58241-6 2 tfw 550 400 translate 50 setlinewidth 0 0 moveto 340 12 mul 0 rlineto stroke 0 0 moveto 0 3000 rlineto stroke TBM /tx [(-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4) ( 5)] def /ty [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3)] def %!x-Achse: 1 log-Einheiten = 500 Skalen-Einheiten 0 1 7 {/i exch def /ixt { -250 i 0500 mul add} def /ixl { 000 i 0500 mul add} def ixt -350 moveto tx i get exec show ixl 75 moveto 0 -150 rlineto stroke } for %!y-Achse: 1 log-Einheiten = 500 Skalen-Einheiten 0 1 6 {/i exch def /iyt {-100 i 0500 mul add} def /iyl { 000 i 0500 mul add} def -450 iyt moveto ty i get exec show -75 iyl moveto 150 0 rlineto stroke } for 35 setlinewidth tfn 000 1500 moveto 4000 0000 rlineto stroke tfw 50 setlinewidth 3650 -300 moveto (x) TBIM tfw show 30 0 rmoveto (=) TBM tfw show 30 0 rmoveto (log) TBM tfw show 50 0 rmoveto (L) TBIM tfw show 200 2700 moveto (Q) TBIM tfw show 30 0 rmoveto ([1,4\050) TBM tfw show (x-u+p) TBIM tfw show (\051]) TBM tfw show 2400 3000 moveto (-2) TBM tfw show 30 0 rmoveto (Q) TBIM tfw show 30 0 rmoveto ([1,0\050) TBM tfw show (x-u+p) TBIM tfw show (\051]) TBM tfw show 1850 200 moveto (L) TBIM tfw show TBK 20 -80 rmoveto (u) show 50 80 rmoveto 2850 0600 moveto (p) TBIM tfw show ( = 1, 0, -1) TBM tfw show 2850 0200 moveto (L) TBIM tfw show TBK 20 -80 rmoveto (u) show 50 80 rmoveto (= 100 cd) TBM tfw show 20 0 rmoveto (/) TBM tfw show 10 0 rmoveto (m) TBM tfw show TBK 20 100 rmoveto (2) show 0 -100 rmoveto 4200 1500 moveto TBM tfw (Pro\255) showde %08241-6 3 (pro\255) showen %18241-6 3 (Pro\255) showes %28241-6 3 (pro\255) showfr %38241-6 3 (pro\255) showit %48241-6 3 (pro\255) showjp %58241-6 3 4200 1300 moveto TBM tfw (zesse) showde %08241-6 4 (cess) showen %18241-6 4 (ceso) showes %28241-6 4 (cess) showfr %38241-6 4 (cess) showit %48241-6 4 (cess) showjp %58241-6 4 4250 900 moveto (N) TBIM tfn show 4250 1900 moveto (N) TBIM tfn show (W) TBIM tfw show 4250 2400 moveto (W) TBIM tfw show 50 setlinewidth %!J MUL,XK,XL,XM,XU,XQ,IU2J= 0 500 1.0 1.0 1.0 2.0 -2.0 300 100 %!UW 2 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 %! -2.000 -1.927 -1.745 -1.906 -1.495 -1.880 -1.252 -1.848 %! -1.000 -1.807 -0.745 -1.754 -0.495 -1.690 -0.252 -1.614 %! 0.000 -1.517 0.255 -1.398 0.505 -1.260 0.748 -1.103 %! 1.000 -0.917 1.255 -0.706 1.505 -0.480 1.748 -0.248 %! 2.000 0.000 2.255 0.251 2.505 0.490 2.748 0.709 %! 3.000 0.917 3.255 1.105 3.505 1.266 3.748 1.400 %! 4.000 1.517 4.255 1.615 4.505 1.693 4.748 1.755 %! 5.000 1.807 5.255 1.849 5.505 1.881 5.748 1.906 %! 6.000 1.927 6.255 1.943 [ ] 0 setdash %UW 0 537 moveto 128 548 253 560 375 576 curveto 500 597 628 623 753 655 curveto 875 694 1000 742 1127 801 curveto 1252 871 1374 949 1500 1042 curveto 1627 1148 1752 1260 1874 1376 curveto 2000 1500 2127 1625 2252 1745 curveto 2374 1854 2500 1958 2627 2052 curveto 2752 2132 2874 2199 3000 2258 curveto 3127 2307 3252 2346 3374 2377 curveto 3500 2403 3627 2424 3752 2440 curveto 3874 2453 4000 2463 4127 2471 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke [300 100] 0 setdash %UW 0 537 moveto 128 548 253 560 375 576 curveto 500 597 628 623 753 655 curveto 875 694 1000 742 1127 801 curveto 1252 871 1374 949 1500 1042 curveto 1627 1148 1752 1260 1874 1376 curveto 2000 1500 2127 1625 2252 1745 curveto 2374 1854 2500 1958 2627 2052 curveto 2752 2132 2874 2199 3000 2258 curveto 3127 2307 3252 2346 3374 2377 curveto 3500 2403 3627 2424 3752 2440 curveto 3874 2453 4000 2463 4127 2471 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 1 500 1.0 1.0 1.0 1.0 -2.0 0 0 %!G 1 1.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 %! -2.000 0.166 -1.745 0.210 -1.495 0.265 -1.252 0.329 %! -1.000 0.410 -0.745 0.508 -0.495 0.620 -0.252 0.745 %! 0.000 0.890 0.255 1.049 0.505 1.210 0.748 1.366 %! 1.000 1.517 1.255 1.649 1.505 1.750 1.748 1.812 %! 2.000 1.834 2.255 1.811 2.505 1.746 2.748 1.648 %! 3.000 1.517 3.255 1.363 3.505 1.203 3.748 1.046 %! 4.000 0.890 4.255 0.744 4.505 0.615 4.748 0.506 %! 5.000 0.410 5.255 0.328 5.505 0.262 5.748 0.210 %! 6.000 0.166 6.255 0.130 [ ] 0 setdash %G 0 1582 moveto 128 1605 253 1632 375 1664 curveto 500 1704 628 1753 753 1810 curveto 875 1872 1000 1944 1127 2024 curveto 1252 2104 1374 2182 1500 2258 curveto 1627 2324 1752 2374 1874 2405 curveto 2000 2417 2127 2405 2252 2373 curveto 2374 2323 2500 2258 2627 2181 curveto 2752 2101 2874 2023 3000 1944 curveto 3127 1871 3252 1807 3374 1753 curveto 3500 1704 3627 1664 3752 1631 curveto 3874 1604 4000 1582 4127 1565 curveto tzl outstroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 2 500 1.0 1.0 1.0 3.0 -2.0 0 0 %!R 1 0.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 %! -2.000 -0.166 -1.745 -0.210 -1.495 -0.265 -1.252 -0.329 %! -1.000 -0.410 -0.745 -0.508 -0.495 -0.620 -0.252 -0.745 %! 0.000 -0.890 0.255 -1.049 0.505 -1.210 0.748 -1.366 %! 1.000 -1.517 1.255 -1.649 1.505 -1.750 1.748 -1.812 %! 2.000 -1.834 2.255 -1.811 2.505 -1.746 2.748 -1.648 %! 3.000 -1.517 3.255 -1.363 3.505 -1.203 3.748 -1.046 %! 4.000 -0.890 4.255 -0.744 4.505 -0.615 4.748 -0.506 %! 5.000 -0.410 5.255 -0.328 5.505 -0.262 5.748 -0.210 %! 6.000 -0.166 6.255 -0.130 [ ] 0 setdash %R 0 1418 moveto 128 1395 253 1368 375 1336 curveto 500 1296 628 1247 753 1190 curveto 875 1128 1000 1056 1127 976 curveto 1252 896 1374 818 1500 742 curveto 1627 676 1752 626 1874 595 curveto 2000 583 2127 595 2252 627 curveto 2374 677 2500 742 2627 819 curveto 2752 899 2874 977 3000 1056 curveto 3127 1129 3252 1193 3374 1247 curveto 3500 1296 3627 1336 3752 1369 curveto 3874 1396 4000 1418 4127 1435 curveto tzo outstroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 3 500 1.0 1.0 1.0 2.0 -2.0 0 0 %!-- 0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %!J MUL,XK,XL,XM,XU,XQ,IU2J= 4 500 1.4 1.0 1.0 2.0 1.0 300 100 %!un 2 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 %! -2.000 0.992 -1.745 0.989 -1.495 0.985 -1.252 0.979 %! -1.000 0.970 -0.745 0.957 -0.495 0.940 -0.252 0.917 %! 0.000 0.883 0.255 0.838 0.505 0.777 0.748 0.701 %! 1.000 0.601 1.255 0.475 1.505 0.330 1.748 0.173 %! 2.000 0.000 2.255 -0.175 2.505 -0.337 2.748 -0.477 %! 3.000 -0.601 3.255 -0.702 3.505 -0.780 3.748 -0.838 %! 4.000 -0.883 4.255 -0.917 4.505 -0.941 4.748 -0.957 %! 5.000 -0.970 5.255 -0.979 5.505 -0.985 5.748 -0.989 %! 6.000 -0.992 6.255 -0.995 [ ] 0 setdash %un 0 1996 moveto 128 1994 253 1992 375 1989 curveto 500 1984 628 1978 753 1969 curveto 875 1958 1000 1941 1127 1918 curveto 1252 1888 1374 1850 1500 1800 curveto 1627 1737 1752 1665 1874 1586 curveto 2000 1500 2127 1413 2252 1332 curveto 2374 1262 2500 1200 2627 1149 curveto 2752 1110 2874 1081 3000 1059 curveto 3127 1042 3252 1030 3374 1022 curveto 3500 1016 3627 1011 3752 1008 curveto 3874 1006 4000 1004 4127 1003 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke [300 100] 0 setdash %un 0 1996 moveto 128 1994 253 1992 375 1989 curveto 500 1984 628 1978 753 1969 curveto 875 1958 1000 1941 1127 1918 curveto 1252 1888 1374 1850 1500 1800 curveto 1627 1737 1752 1665 1874 1586 curveto 2000 1500 2127 1413 2252 1332 curveto 2374 1262 2500 1200 2627 1149 curveto 2752 1110 2874 1081 3000 1059 curveto 3127 1042 3252 1030 3374 1022 curveto 3500 1016 3627 1011 3752 1008 curveto 3874 1006 4000 1004 4127 1003 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 5 500 1.4 1.0 1.0 1.0 1.0 0 0 %!g 1 1.0 0.0 1.0 0.5 0.0 0.0 0.0 0.0 %! -2.000 -0.028 -1.745 -0.040 -1.495 -0.056 -1.252 -0.078 %! -1.000 -0.109 -0.745 -0.152 -0.495 -0.207 -0.252 -0.278 %! 0.000 -0.369 0.255 -0.482 0.505 -0.610 0.748 -0.744 %! 1.000 -0.883 1.255 -1.013 1.505 -1.114 1.748 -1.178 %! 2.000 -1.201 2.255 -1.177 2.505 -1.110 2.748 -1.011 %! 3.000 -0.883 3.255 -0.742 3.505 -0.604 3.748 -0.481 %! 4.000 -0.369 4.255 -0.277 4.505 -0.205 4.748 -0.151 %! 5.000 -0.109 5.255 -0.078 5.505 -0.056 5.748 -0.040 %! 6.000 -0.028 6.255 -0.020 [ ] 0 setdash %g 0 1486 moveto 128 1480 253 1472 375 1461 curveto 500 1446 628 1425 753 1397 curveto 875 1362 1000 1316 1127 1259 curveto 1252 1196 1374 1129 1500 1059 curveto 1627 994 1752 944 1874 912 curveto 2000 900 2127 912 2252 945 curveto 2374 995 2500 1059 2627 1130 curveto 2752 1198 2874 1260 3000 1316 curveto 3127 1362 3252 1398 3374 1425 curveto 3500 1446 3627 1462 3752 1473 curveto 3874 1481 4000 1486 4127 1491 curveto 1.00 0.00 1.00 0.50 setcmyk_olvcolor stroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 6 500 1.4 1.0 1.0 3.0 1.0 0 0 %!r 1 0.0 1.0 1.0 0.5 0.0 0.0 0.0 0.0 %! -2.000 0.028 -1.745 0.040 -1.495 0.056 -1.252 0.078 %! -1.000 0.109 -0.745 0.152 -0.495 0.207 -0.252 0.278 %! 0.000 0.369 0.255 0.482 0.505 0.610 0.748 0.744 %! 1.000 0.883 1.255 1.013 1.505 1.114 1.748 1.178 %! 2.000 1.201 2.255 1.177 2.505 1.110 2.748 1.011 %! 3.000 0.883 3.255 0.742 3.505 0.604 3.748 0.481 %! 4.000 0.369 4.255 0.277 4.505 0.205 4.748 0.151 %! 5.000 0.109 5.255 0.078 5.505 0.056 5.748 0.040 %! 6.000 0.028 6.255 0.020 [ ] 0 setdash %r 0 1514 moveto 128 1520 253 1528 375 1539 curveto 500 1554 628 1575 753 1603 curveto 875 1638 1000 1684 1127 1741 curveto 1252 1804 1374 1871 1500 1941 curveto 1627 2006 1752 2056 1874 2088 curveto 2000 2100 2127 2088 2252 2055 curveto 2374 2005 2500 1941 2627 1870 curveto 2752 1802 2874 1740 3000 1684 curveto 3127 1638 3252 1602 3374 1575 curveto 3500 1554 3627 1538 3752 1527 curveto 3874 1519 4000 1514 4127 1509 curveto 0.00 1.00 1.00 0.50 setcmyk_olvcolor stroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 7 500 1.4 1.0 1.0 2.0 1.0 0 0 %!-- 0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %!J MUL,XK,XL,XM,XU,XQ,IU2J= 8 500 0.0 1.0 1.0 2.0 1.0 200 200 %!NW 2 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 %! -2.000 -0.934 -1.745 -0.917 -1.495 -0.895 -1.252 -0.870 %! -1.000 -0.837 -0.745 -0.797 -0.495 -0.750 -0.252 -0.697 %! 0.000 -0.633 0.255 -0.560 0.505 -0.482 0.748 -0.402 %! 1.000 -0.316 1.255 -0.231 1.505 -0.150 1.748 -0.075 %! 2.000 0.000 2.255 0.076 2.505 0.153 2.748 0.232 %! 3.000 0.316 3.255 0.403 3.505 0.486 3.748 0.562 %! 4.000 0.633 4.255 0.698 4.505 0.753 4.748 0.798 %! 5.000 0.837 5.255 0.870 5.505 0.896 5.748 0.917 %! 6.000 0.934 6.255 0.948 [ ] 0 setdash %NW 0 1033 moveto 128 1042 253 1053 375 1066 curveto 500 1082 628 1102 753 1125 curveto 875 1152 1000 1184 1127 1220 curveto 1252 1259 1374 1300 1500 1342 curveto 1627 1385 1752 1425 1874 1463 curveto 2000 1500 2127 1538 2252 1576 curveto 2374 1616 2500 1658 2627 1701 curveto 2752 1742 2874 1780 3000 1816 curveto 3127 1848 3252 1876 3374 1898 curveto 3500 1918 3627 1934 3752 1948 curveto 3874 1958 4000 1967 4127 1974 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke [200 200] 0 setdash %NW 0 1033 moveto 128 1042 253 1053 375 1066 curveto 500 1082 628 1102 753 1125 curveto 875 1152 1000 1184 1127 1220 curveto 1252 1259 1374 1300 1500 1342 curveto 1627 1385 1752 1425 1874 1463 curveto 2000 1500 2127 1538 2252 1576 curveto 2374 1616 2500 1658 2627 1701 curveto 2752 1742 2874 1780 3000 1816 curveto 3127 1848 3252 1876 3374 1898 curveto 3500 1918 3627 1934 3752 1948 curveto 3874 1958 4000 1967 4127 1974 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 9 500 0.0 1.0 1.0 1.0 1.0 200 200 %!Gg 2 1.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 %! -2.000 0.137 -1.745 0.170 -1.495 0.208 -1.252 0.251 %! -1.000 0.301 -0.745 0.356 -0.495 0.413 -0.252 0.468 %! 0.000 0.521 0.255 0.566 0.505 0.600 0.748 0.622 %! 1.000 0.633 1.255 0.637 1.505 0.636 1.748 0.634 %! 2.000 0.633 2.255 0.634 2.505 0.636 2.748 0.637 %! 3.000 0.633 3.255 0.622 3.505 0.599 3.748 0.566 %! 4.000 0.521 4.255 0.467 4.505 0.411 4.748 0.355 %! 5.000 0.301 5.255 0.250 5.505 0.207 5.748 0.170 %! 6.000 0.137 6.255 0.110 [ ] 0 setdash %Gg 0 1568 moveto 128 1585 253 1604 375 1625 curveto 500 1650 628 1678 753 1706 curveto 875 1733 1000 1760 1127 1783 curveto 1252 1800 1374 1810 1500 1816 curveto 1627 1818 1752 1817 1874 1816 curveto 2000 1816 2127 1816 2252 1817 curveto 2374 1818 2500 1816 2627 1810 curveto 2752 1799 2874 1782 3000 1760 curveto 3127 1733 3252 1705 3374 1677 curveto 3500 1650 3627 1625 3752 1603 curveto 3874 1584 4000 1568 4127 1555 curveto tzl outstroke [200 200] 0 setdash %Gg 0 1568 moveto 128 1585 253 1604 375 1625 curveto 500 1650 628 1678 753 1706 curveto 875 1733 1000 1760 1127 1783 curveto 1252 1800 1374 1810 1500 1816 curveto 1627 1818 1752 1817 1874 1816 curveto 2000 1816 2127 1816 2252 1817 curveto 2374 1818 2500 1816 2627 1810 curveto 2752 1799 2874 1782 3000 1760 curveto 3127 1733 3252 1705 3374 1677 curveto 3500 1650 3627 1625 3752 1603 curveto 3874 1584 4000 1568 4127 1555 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 10 500 0.0 1.0 1.0 3.0 1.0 200 200 %!Rr 2 0.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 %! -2.000 -0.137 -1.745 -0.170 -1.495 -0.208 -1.252 -0.251 %! -1.000 -0.301 -0.745 -0.356 -0.495 -0.413 -0.252 -0.468 %! 0.000 -0.521 0.255 -0.566 0.505 -0.600 0.748 -0.622 %! 1.000 -0.633 1.255 -0.637 1.505 -0.636 1.748 -0.634 %! 2.000 -0.633 2.255 -0.634 2.505 -0.636 2.748 -0.637 %! 3.000 -0.633 3.255 -0.622 3.505 -0.599 3.748 -0.566 %! 4.000 -0.521 4.255 -0.467 4.505 -0.411 4.748 -0.355 %! 5.000 -0.301 5.255 -0.250 5.505 -0.207 5.748 -0.170 %! 6.000 -0.137 6.255 -0.110 [ ] 0 setdash %Rr 0 1432 moveto 128 1415 253 1396 375 1375 curveto 500 1350 628 1322 753 1294 curveto 875 1267 1000 1240 1127 1217 curveto 1252 1200 1374 1190 1500 1184 curveto 1627 1182 1752 1183 1874 1184 curveto 2000 1184 2127 1184 2252 1183 curveto 2374 1182 2500 1184 2627 1190 curveto 2752 1201 2874 1218 3000 1240 curveto 3127 1267 3252 1295 3374 1323 curveto 3500 1350 3627 1375 3752 1397 curveto 3874 1416 4000 1432 4127 1445 curveto tzo outstroke [200 200] 0 setdash %Rr 0 1432 moveto 128 1415 253 1396 375 1375 curveto 500 1350 628 1322 753 1294 curveto 875 1267 1000 1240 1127 1217 curveto 1252 1200 1374 1190 1500 1184 curveto 1627 1182 1752 1183 1874 1184 curveto 2000 1184 2127 1184 2252 1183 curveto 2374 1182 2500 1184 2627 1190 curveto 2752 1201 2874 1218 3000 1240 curveto 3127 1267 3252 1295 3374 1323 curveto 3500 1350 3627 1375 3752 1397 curveto 3874 1416 4000 1432 4127 1445 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 11 500 0.0 1.0 1.0 2.0 1.0 0 0 %!-- 0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 showpage grestore } for %output with langind end %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 161 MM 020 MM 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 VE231-7N %%BoundingBox: 70 85 228 206 %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://130.149.60.45/~farbmetrik/VE23/) /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, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark17 [ /View [ /FitB ] /DOCVIEW pdfmark17 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } 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 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } 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 /nshow1 {TG show} bind def /kshow1 {TIG show} bind def /bshow1 {TBG show} bind def /bkshow1 {TBIG show} bind def /ishow1 {TM 0 -50 rlineto show 0 50 rlineto} bind def /eshow1 {TM 0 200 rlineto show 0 -200 rlineto} bind def /nshow2 {TM show} bind def /kshow2 {TIM show} bind def /bshow2 {TBM show} bind def /bkshow2 {TBIM show} bind def /ishow2 {TK 0 -50 rlineto show 0 50 rlineto} bind def /eshow2 {TK 0 200 rlineto show 0 -200 rlineto} bind def /tzo {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzl {1.0 0.0 1.0 0.0} bind def /tzv {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tzr {0.0 1.0 0.5 0.0} bind def %Elementarfarben /tzg {1.0 0.0 0.5 0.0} bind def /tzb {1.0 0.5 0.0 0.0} bind def /tzj {0.0 0.0 1.0 0.0} bind def /tzrz {0.0 1.0 0.5 0.5} bind def %Elementarfarben vergraut /tzgz {1.0 0.0 0.5 0.5} bind def /tzbz {1.0 0.5 0.0 0.5} bind def /tzjz {0.0 0.0 1.0 0.5} bind def /tfo {tzo setcmyk_olvcolor} bind def /tfl {tzl setcmyk_olvcolor} bind def /tfv {tzv setcmyk_olvcolor} bind def /tfc {tzc setcmyk_olvcolor} bind def /tfm {tzm setcmyk_olvcolor} bind def /tfy {tzy setcmyk_olvcolor} bind def /tfn {tzn setcmyk_olvcolor} bind def /tfd {tzd setcmyk_olvcolor} bind def /tfz {tzz setcmyk_olvcolor} bind def /tfh {tzh setcmyk_olvcolor} bind def /tfw {tzw setcmyk_olvcolor} bind def /tfr {tzr setcmyk_olvcolor} bind def /tfg {tzg setcmyk_olvcolor} bind def /tfb {tzb setcmyk_olvcolor} bind def /tfj {tzj setcmyk_olvcolor} bind def /tfrz {tzrz setcmyk_olvcolor} bind def /tfgz {tzgz setcmyk_olvcolor} bind def /tfbz {tzbz setcmyk_olvcolor} bind def /tfjz {tzjz setcmyk_olvcolor} bind def %ANFA OUTLIN00 951204 /pixf 1.0 def /ueg 1 pixf mul def /uek 1 pixf mul def /ues 1 pixf mul def /pxd uek def /pyd uek def /pxwd ueg def /pywd ueg def /pss ues def /outxshowf {show} bind def /outxshow {show} bind def /outSK {250 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSM {300 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSG {350 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outshowf {setcmyk_olvcolor show} bind def /outrecfi { %x y width heigth c m y k setcmyk_olvcolor rec fill} bind def /outrecfi4 { %x y width heigth c m y k outrecfi} bind def /outrecfi3 { %x y width heigth c m y k outrecfi} bind def /outrecfi2 { %x y width heigth c m y k outrecfi} bind def /outlinetos { %px py c m y k setcmyk_olvcolor lineto stroke} bind def /outstroke { %px1 py1 curveto ... curveto c m y k setcmyk_olvcolor stroke} bind def %%EndProlog gsave %LANINDL2 START 20000505 /lanind 0 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 /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /popde {0 lanind ne {pop} if} bind def /popen {1 lanind ne {pop} if} bind def /popes {2 lanind ne {pop} if} bind def /popfr {3 lanind ne {pop} if} bind def /popit {4 lanind ne {pop} if} bind def /popjp {5 lanind ne {pop} if} bind def /popm {6 lanind ne {pop} if} bind def /popxde {/n exch def 0 lanind ne {n {pop} repeat} if} bind def /popxen {/n exch def 1 lanind ne {n {pop} repeat} if} bind def /popxes {/n exch def 2 lanind ne {n {pop} repeat} if} bind def /popxfr {/n exch def 3 lanind ne {n {pop} repeat} if} bind def /popxit {/n exch def 4 lanind ne {n {pop} repeat} if} bind def /popxjp {/n exch def 5 lanind ne {n {pop} repeat} if} bind def /popxm {/n exch def 6 lanind ne {n {pop} repeat} if} bind def /lanindg where {pop /lanind1 lanindg def /lanind2 lanindg def} {/lanind1 1 def /lanind2 1 def} ifelse lanind1 1 lanind2 {/lanind exch def %output showpage gsave %LANINDL2 END 5 /Times-ISOL1 FS 180 85 moveto (VE231-7, B4_55_1) show % ( B8931_3, M8241-7, B4_55_1, N=4_55_1) show 72 90 translate /pixf 16.67 def 0.1667 pixf div MM dup scale /ausz 8 def %Farbauszug 1=C, 2=M, 3=Y, 7=N, 8=F 30 setlinewidth 0.0 0.0 0.0 0.5 setcmyk_olvcolor 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto closepath fill 050 3725 moveto TBM tfw %B8730-04.eps (Unbunt\255Signale \261 ) showde %08241-7 1 (achromatic \261 ) showen %18241-7 1 (Se\361al acrom\341tica \261 ) showes %28241-7 1 (achromatic \261 ) showfr %38241-7 1 (achromatic \261 ) showit %48241-7 1 (achromatic \261 ) showjp %58241-7 1 30 0 rmoveto (R) TBIM tzo outshowf (G) TBIM tzl outshowf TBM tfw (\255Bunt\255Signale) showde %08241-7 2 (\255chromatic signals) showen %18241-7 2 (\255Se\361al crom\341tica) showes %28241-7 2 (\255chromatic signals) showfr %38241-7 2 (\255chromatic signals) showit %48241-7 2 (\255chromatic signals) showjp %58241-7 2 tfw 550 400 translate 50 setlinewidth 0 0 moveto 340 12 mul 0 rlineto stroke 0 0 moveto 0 3000 rlineto stroke TBM /tx [(-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4) ( 5)] def /ty [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3)] def %!x-Achse: 1 log-Einheiten = 500 Skalen-Einheiten 0 1 7 {/i exch def /ixt { -250 i 0500 mul add} def /ixl { 000 i 0500 mul add} def ixt -350 moveto tx i get exec show ixl 75 moveto 0 -150 rlineto stroke } for %!y-Achse: 1 log-Einheiten = 500 Skalen-Einheiten 0 1 6 {/i exch def /iyt {-100 i 0500 mul add} def /iyl { 000 i 0500 mul add} def -450 iyt moveto ty i get exec show -75 iyl moveto 150 0 rlineto stroke } for 35 setlinewidth tfn 000 1500 moveto 4000 0000 rlineto stroke tfw 50 setlinewidth 3650 -300 moveto (x) TBIM tfw show 30 0 rmoveto (=) TBM tfw show 30 0 rmoveto (log) TBM tfw show 50 0 rmoveto (L) TBIM tfw show 200 2700 moveto (Q) TBIM tfw show 30 0 rmoveto ([1,4\050) TBM tfw show (x-u+p) TBIM tfw show (\051]) TBM tfw show 2400 3000 moveto (-2) TBM tfw show 30 0 rmoveto (Q) TBIM tfw show 30 0 rmoveto ([1,0\050) TBM tfw show (x-u+p) TBIM tfw show (\051]) TBM tfw show 1850 200 moveto (L) TBIM tfw show TBK 20 -80 rmoveto (u) show 50 80 rmoveto 2850 0600 moveto (p) TBIM tfw show ( = 1, 0, -1) TBM tfw show 2850 0200 moveto (L) TBIM tfw show TBK 20 -80 rmoveto (u) show 50 80 rmoveto (= 100 cd) TBM tfw show 20 0 rmoveto (/) TBM tfw show 10 0 rmoveto (m) TBM tfw show TBK 20 100 rmoveto (2) show 0 -100 rmoveto 4200 1500 moveto TBM tfw (Pro\255) showde %08241-7 3 (pro\255) showen %18241-7 3 (Pro\255) showes %28241-7 3 (pro\255) showfr %38241-7 3 (pro\255) showit %48241-7 3 (pro\255) showjp %58241-7 3 4200 1300 moveto TBM tfw (zesse) showde %08241-7 4 (cess) showen %18241-7 4 (ceso) showes %28241-7 4 (cess) showfr %38241-7 4 (cess) showit %48241-7 4 (cess) showjp %58241-7 4 4250 900 moveto (N) TBIM tfn show 4250 1900 moveto (N) TBIM tfn show (W) TBIM tfw show 4250 2400 moveto (W) TBIM tfw show 50 setlinewidth %!J MUL,XK,XL,XM,XU,XQ,IU2J= 0 500 1.0 1.0 1.0 2.0 -2.0 300 100 %!UW 2 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 %! -2.000 -1.927 -1.745 -1.906 -1.495 -1.880 -1.252 -1.848 %! -1.000 -1.807 -0.745 -1.754 -0.495 -1.690 -0.252 -1.614 %! 0.000 -1.517 0.255 -1.398 0.505 -1.260 0.748 -1.103 %! 1.000 -0.917 1.255 -0.706 1.505 -0.480 1.748 -0.248 %! 2.000 0.000 2.255 0.251 2.505 0.490 2.748 0.709 %! 3.000 0.917 3.255 1.105 3.505 1.266 3.748 1.400 %! 4.000 1.517 4.255 1.615 4.505 1.693 4.748 1.755 %! 5.000 1.807 5.255 1.849 5.505 1.881 5.748 1.906 %! 6.000 1.927 6.255 1.943 [ ] 0 setdash %UW 0 537 moveto 128 548 253 560 375 576 curveto 500 597 628 623 753 655 curveto 875 694 1000 742 1127 801 curveto 1252 871 1374 949 1500 1042 curveto 1627 1148 1752 1260 1874 1376 curveto 2000 1500 2127 1625 2252 1745 curveto 2374 1854 2500 1958 2627 2052 curveto 2752 2132 2874 2199 3000 2258 curveto 3127 2307 3252 2346 3374 2377 curveto 3500 2403 3627 2424 3752 2440 curveto 3874 2453 4000 2463 4127 2471 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke [300 100] 0 setdash %UW 0 537 moveto 128 548 253 560 375 576 curveto 500 597 628 623 753 655 curveto 875 694 1000 742 1127 801 curveto 1252 871 1374 949 1500 1042 curveto 1627 1148 1752 1260 1874 1376 curveto 2000 1500 2127 1625 2252 1745 curveto 2374 1854 2500 1958 2627 2052 curveto 2752 2132 2874 2199 3000 2258 curveto 3127 2307 3252 2346 3374 2377 curveto 3500 2403 3627 2424 3752 2440 curveto 3874 2453 4000 2463 4127 2471 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 1 500 1.0 1.0 1.0 1.0 -2.0 300 100 %!UW 2 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 %! -2.000 -1.761 -1.745 -1.696 -1.495 -1.615 -1.252 -1.519 %! -1.000 -1.397 -0.745 -1.247 -0.495 -1.070 -0.252 -0.868 %! 0.000 -0.627 0.255 -0.350 0.505 -0.050 0.748 0.263 %! 1.000 0.600 1.255 0.944 1.505 1.269 1.748 1.564 %! 2.000 1.834 2.255 2.063 2.505 2.236 2.748 2.357 %! 3.000 2.434 3.255 2.469 3.505 2.469 3.748 2.446 %! 4.000 2.407 4.255 2.358 4.505 2.309 4.748 2.262 %! 5.000 2.217 5.255 2.177 5.505 2.143 5.748 2.116 %! 6.000 2.092 6.255 2.073 [ ] 0 setdash %UW 0 620 moveto 128 653 253 693 375 741 curveto 500 802 628 877 753 965 curveto 875 1066 1000 1187 1127 1326 curveto 1252 1476 1374 1631 1500 1799 curveto 1627 1971 1752 2134 1874 2281 curveto 2000 2417 2127 2531 2252 2618 curveto 2374 2678 2500 2716 2627 2734 curveto 2752 2734 2874 2723 3000 2703 curveto 3127 2679 3252 2654 3374 2630 curveto 3500 2608 3627 2588 3752 2571 curveto 3874 2557 4000 2546 4127 2536 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke [300 100] 0 setdash %UW 0 620 moveto 128 653 253 693 375 741 curveto 500 802 628 877 753 965 curveto 875 1066 1000 1187 1127 1326 curveto 1252 1476 1374 1631 1500 1799 curveto 1627 1971 1752 2134 1874 2281 curveto 2000 2417 2127 2531 2252 2618 curveto 2374 2678 2500 2716 2627 2734 curveto 2752 2734 2874 2723 3000 2703 curveto 3127 2679 3252 2654 3374 2630 curveto 3500 2608 3627 2588 3752 2571 curveto 3874 2557 4000 2546 4127 2536 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %KUA3,KUT3 2 GR -50 645 moveto 50 645 lineto 0 720 lineto 325 766 moveto 425 766 lineto 375 841 lineto 703 990 moveto 803 990 lineto 753 1065 lineto 1077 1351 moveto 1177 1351 lineto 1127 1426 lineto 1450 1824 moveto 1550 1824 lineto 1500 1899 lineto 1824 2306 moveto 1924 2306 lineto 1874 2381 lineto 2202 2643 moveto 2302 2643 lineto 2252 2718 lineto 2577 2759 moveto 2677 2759 lineto 2627 2834 lineto 2950 2728 moveto 3050 2728 lineto 3000 2803 lineto 3324 2655 moveto 3424 2655 lineto 3374 2730 lineto 3702 2596 moveto 3802 2596 lineto 3752 2671 lineto 4077 2561 moveto 4177 2561 lineto 4127 2636 lineto 1.00 0.00 1.00 0.00 setcmyk_olvcolor closepath fill %KUA3,KUT3 2 GR -50 595 moveto 50 595 lineto 0 520 lineto 325 716 moveto 425 716 lineto 375 641 lineto 703 940 moveto 803 940 lineto 753 865 lineto 1077 1301 moveto 1177 1301 lineto 1127 1226 lineto 1450 1774 moveto 1550 1774 lineto 1500 1699 lineto 1824 2256 moveto 1924 2256 lineto 1874 2181 lineto 2202 2593 moveto 2302 2593 lineto 2252 2518 lineto 2577 2709 moveto 2677 2709 lineto 2627 2634 lineto 2950 2678 moveto 3050 2678 lineto 3000 2603 lineto 3324 2605 moveto 3424 2605 lineto 3374 2530 lineto 3702 2546 moveto 3802 2546 lineto 3752 2471 lineto 4077 2511 moveto 4177 2511 lineto 4127 2436 lineto 0.00 1.00 1.00 0.00 setcmyk_olvcolor closepath fill %!J MUL,XK,XL,XM,XU,XQ,IU2J= 2 500 1.0 1.0 1.0 3.0 -2.0 300 100 %!UW 2 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 %! -2.000 -2.092 -1.745 -2.116 -1.495 -2.145 -1.252 -2.177 %! -1.000 -2.217 -0.745 -2.262 -0.495 -2.311 -0.252 -2.359 %! 0.000 -2.407 0.255 -2.447 0.505 -2.470 0.748 -2.468 %! 1.000 -2.434 1.255 -2.355 1.505 -2.230 1.748 -2.060 %! 2.000 -1.834 2.255 -1.560 2.505 -1.256 2.748 -0.939 %! 3.000 -0.600 3.255 -0.258 3.505 0.063 3.748 0.354 %! 4.000 0.627 4.255 0.871 4.505 1.078 4.748 1.249 %! 5.000 1.397 5.255 1.521 5.505 1.619 5.748 1.696 %! 6.000 1.761 6.255 1.813 [ ] 0 setdash %UW 0 454 moveto 128 442 253 428 375 412 curveto 500 392 628 369 753 345 curveto 875 321 1000 297 1127 277 curveto 1252 266 1374 266 1500 284 curveto 1627 323 1752 385 1874 471 curveto 2000 583 2127 721 2252 872 curveto 2374 1031 2500 1201 2627 1371 curveto 2752 1531 2874 1676 3000 1813 curveto 3127 1935 3252 2038 3374 2124 curveto 3500 2198 3627 2260 3752 2309 curveto 3874 2348 4000 2380 4127 2406 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke [300 100] 0 setdash %UW 0 454 moveto 128 442 253 428 375 412 curveto 500 392 628 369 753 345 curveto 875 321 1000 297 1127 277 curveto 1252 266 1374 266 1500 284 curveto 1627 323 1752 385 1874 471 curveto 2000 583 2127 721 2252 872 curveto 2374 1031 2500 1201 2627 1371 curveto 2752 1531 2874 1676 3000 1813 curveto 3127 1935 3252 2038 3374 2124 curveto 3500 2198 3627 2260 3752 2309 curveto 3874 2348 4000 2380 4127 2406 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %KUA3,KUT3 2 RG -50 479 moveto 50 479 lineto 0 554 lineto 325 437 moveto 425 437 lineto 375 512 lineto 703 370 moveto 803 370 lineto 753 445 lineto 1077 302 moveto 1177 302 lineto 1127 377 lineto 1450 309 moveto 1550 309 lineto 1500 384 lineto 1824 496 moveto 1924 496 lineto 1874 571 lineto 2202 897 moveto 2302 897 lineto 2252 972 lineto 2577 1396 moveto 2677 1396 lineto 2627 1471 lineto 2950 1838 moveto 3050 1838 lineto 3000 1913 lineto 3324 2149 moveto 3424 2149 lineto 3374 2224 lineto 3702 2334 moveto 3802 2334 lineto 3752 2409 lineto 4077 2431 moveto 4177 2431 lineto 4127 2506 lineto 0.00 1.00 1.00 0.00 setcmyk_olvcolor closepath fill %KUA3,KUT3 2 RG -50 429 moveto 50 429 lineto 0 354 lineto 325 387 moveto 425 387 lineto 375 312 lineto 703 320 moveto 803 320 lineto 753 245 lineto 1077 252 moveto 1177 252 lineto 1127 177 lineto 1450 259 moveto 1550 259 lineto 1500 184 lineto 1824 446 moveto 1924 446 lineto 1874 371 lineto 2202 847 moveto 2302 847 lineto 2252 772 lineto 2577 1346 moveto 2677 1346 lineto 2627 1271 lineto 2950 1788 moveto 3050 1788 lineto 3000 1713 lineto 3324 2099 moveto 3424 2099 lineto 3374 2024 lineto 3702 2284 moveto 3802 2284 lineto 3752 2209 lineto 4077 2381 moveto 4177 2381 lineto 4127 2306 lineto 1.00 0.00 1.00 0.00 setcmyk_olvcolor closepath fill %!J MUL,XK,XL,XM,XU,XQ,IU2J= 3 500 1.0 1.0 1.0 2.0 -2.0 0 0 %!-- 0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %!J MUL,XK,XL,XM,XU,XQ,IU2J= 4 500 1.4 1.0 1.0 2.0 1.0 300 100 %!un 2 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 %! -2.000 0.992 -1.745 0.989 -1.495 0.985 -1.252 0.979 %! -1.000 0.970 -0.745 0.957 -0.495 0.940 -0.252 0.917 %! 0.000 0.883 0.255 0.838 0.505 0.777 0.748 0.701 %! 1.000 0.601 1.255 0.475 1.505 0.330 1.748 0.173 %! 2.000 0.000 2.255 -0.175 2.505 -0.337 2.748 -0.477 %! 3.000 -0.601 3.255 -0.702 3.505 -0.780 3.748 -0.838 %! 4.000 -0.883 4.255 -0.917 4.505 -0.941 4.748 -0.957 %! 5.000 -0.970 5.255 -0.979 5.505 -0.985 5.748 -0.989 %! 6.000 -0.992 6.255 -0.995 [ ] 0 setdash %un 0 1996 moveto 128 1994 253 1992 375 1989 curveto 500 1984 628 1978 753 1969 curveto 875 1958 1000 1941 1127 1918 curveto 1252 1888 1374 1850 1500 1800 curveto 1627 1737 1752 1665 1874 1586 curveto 2000 1500 2127 1413 2252 1332 curveto 2374 1262 2500 1200 2627 1149 curveto 2752 1110 2874 1081 3000 1059 curveto 3127 1042 3252 1030 3374 1022 curveto 3500 1016 3627 1011 3752 1008 curveto 3874 1006 4000 1004 4127 1003 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke [300 100] 0 setdash %un 0 1996 moveto 128 1994 253 1992 375 1989 curveto 500 1984 628 1978 753 1969 curveto 875 1958 1000 1941 1127 1918 curveto 1252 1888 1374 1850 1500 1800 curveto 1627 1737 1752 1665 1874 1586 curveto 2000 1500 2127 1413 2252 1332 curveto 2374 1262 2500 1200 2627 1149 curveto 2752 1110 2874 1081 3000 1059 curveto 3127 1042 3252 1030 3374 1022 curveto 3500 1016 3627 1011 3752 1008 curveto 3874 1006 4000 1004 4127 1003 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 5 500 1.4 1.0 1.0 1.0 1.0 300 100 %!un 2 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 %! -2.000 0.964 -1.745 0.949 -1.495 0.928 -1.252 0.901 %! -1.000 0.861 -0.745 0.806 -0.495 0.732 -0.252 0.639 %! 0.000 0.514 0.255 0.355 0.505 0.168 0.748 -0.043 %! 1.000 -0.283 1.255 -0.538 1.505 -0.784 1.748 -1.005 %! 2.000 -1.201 2.255 -1.352 2.505 -1.447 2.748 -1.488 %! 3.000 -1.484 3.255 -1.444 3.505 -1.384 3.748 -1.319 %! 4.000 -1.253 4.255 -1.194 4.505 -1.146 4.748 -1.108 %! 5.000 -1.079 5.255 -1.057 5.505 -1.041 5.748 -1.029 %! 6.000 -1.021 6.255 -1.015 [ ] 0 setdash %un 0 1982 moveto 128 1974 253 1964 375 1950 curveto 500 1930 628 1902 753 1866 curveto 875 1819 1000 1757 1127 1677 curveto 1252 1583 1374 1479 1500 1359 curveto 1627 1232 1752 1109 1874 998 curveto 2000 900 2127 824 2252 777 curveto 2374 757 2500 759 2627 778 curveto 2752 808 2874 841 3000 874 curveto 3127 904 3252 928 3374 946 curveto 3500 961 3627 972 3752 980 curveto 3874 986 4000 990 4127 993 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke [300 100] 0 setdash %un 0 1982 moveto 128 1974 253 1964 375 1950 curveto 500 1930 628 1902 753 1866 curveto 875 1819 1000 1757 1127 1677 curveto 1252 1583 1374 1479 1500 1359 curveto 1627 1232 1752 1109 1874 998 curveto 2000 900 2127 824 2252 777 curveto 2374 757 2500 759 2627 778 curveto 2752 808 2874 841 3000 874 curveto 3127 904 3252 928 3374 946 curveto 3500 961 3627 972 3752 980 curveto 3874 986 4000 990 4127 993 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke %KUA3,KUT3 2 gr -50 2007 moveto 50 2007 lineto 0 2082 lineto 325 1975 moveto 425 1975 lineto 375 2050 lineto 703 1891 moveto 803 1891 lineto 753 1966 lineto 1077 1702 moveto 1177 1702 lineto 1127 1777 lineto 1450 1384 moveto 1550 1384 lineto 1500 1459 lineto 1824 1023 moveto 1924 1023 lineto 1874 1098 lineto 2202 802 moveto 2302 802 lineto 2252 877 lineto 2577 803 moveto 2677 803 lineto 2627 878 lineto 2950 899 moveto 3050 899 lineto 3000 974 lineto 3324 971 moveto 3424 971 lineto 3374 1046 lineto 3702 1005 moveto 3802 1005 lineto 3752 1080 lineto 4077 1018 moveto 4177 1018 lineto 4127 1093 lineto 1.00 0.00 1.00 0.50 setcmyk_olvcolor closepath fill %KUA3,KUT3 2 gr -50 1957 moveto 50 1957 lineto 0 1882 lineto 325 1925 moveto 425 1925 lineto 375 1850 lineto 703 1841 moveto 803 1841 lineto 753 1766 lineto 1077 1652 moveto 1177 1652 lineto 1127 1577 lineto 1450 1334 moveto 1550 1334 lineto 1500 1259 lineto 1824 973 moveto 1924 973 lineto 1874 898 lineto 2202 752 moveto 2302 752 lineto 2252 677 lineto 2577 753 moveto 2677 753 lineto 2627 678 lineto 2950 849 moveto 3050 849 lineto 3000 774 lineto 3324 921 moveto 3424 921 lineto 3374 846 lineto 3702 955 moveto 3802 955 lineto 3752 880 lineto 4077 968 moveto 4177 968 lineto 4127 893 lineto 0.00 1.00 1.00 0.50 setcmyk_olvcolor closepath fill %!J MUL,XK,XL,XM,XU,XQ,IU2J= 6 500 1.4 1.0 1.0 3.0 1.0 300 100 %!un 2 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 %! -2.000 1.021 -1.745 1.029 -1.495 1.041 -1.252 1.057 %! -1.000 1.079 -0.745 1.109 -0.495 1.147 -0.252 1.194 %! 0.000 1.253 0.255 1.320 0.505 1.387 0.748 1.445 %! 1.000 1.484 1.255 1.488 1.505 1.444 1.748 1.351 %! 2.000 1.201 2.255 1.002 2.505 0.774 2.748 0.534 %! 3.000 0.283 3.255 0.040 3.505 -0.176 3.748 -0.358 %! 4.000 -0.514 4.255 -0.640 4.505 -0.736 4.748 -0.806 %! 5.000 -0.861 5.255 -0.901 5.505 -0.929 5.748 -0.949 %! 6.000 -0.964 6.255 -0.975 [ ] 0 setdash %un 0 2010 moveto 128 2014 253 2020 375 2028 curveto 500 2039 628 2054 753 2073 curveto 875 2097 1000 2126 1127 2159 curveto 1252 2193 1374 2222 1500 2241 curveto 1627 2243 1752 2222 1874 2175 curveto 2000 2100 2127 2001 2252 1886 curveto 2374 1767 2500 1641 2627 1519 curveto 2752 1412 2874 1322 3000 1243 curveto 3127 1180 3252 1133 3374 1097 curveto 3500 1070 3627 1050 3752 1036 curveto 3874 1026 4000 1018 4127 1013 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke [300 100] 0 setdash %un 0 2010 moveto 128 2014 253 2020 375 2028 curveto 500 2039 628 2054 753 2073 curveto 875 2097 1000 2126 1127 2159 curveto 1252 2193 1374 2222 1500 2241 curveto 1627 2243 1752 2222 1874 2175 curveto 2000 2100 2127 2001 2252 1886 curveto 2374 1767 2500 1641 2627 1519 curveto 2752 1412 2874 1322 3000 1243 curveto 3127 1180 3252 1133 3374 1097 curveto 3500 1070 3627 1050 3752 1036 curveto 3874 1026 4000 1018 4127 1013 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke %KUA3,KUT3 2 rg -50 2035 moveto 50 2035 lineto 0 2110 lineto 325 2053 moveto 425 2053 lineto 375 2128 lineto 703 2098 moveto 803 2098 lineto 753 2173 lineto 1077 2184 moveto 1177 2184 lineto 1127 2259 lineto 1450 2266 moveto 1550 2266 lineto 1500 2341 lineto 1824 2200 moveto 1924 2200 lineto 1874 2275 lineto 2202 1911 moveto 2302 1911 lineto 2252 1986 lineto 2577 1544 moveto 2677 1544 lineto 2627 1619 lineto 2950 1268 moveto 3050 1268 lineto 3000 1343 lineto 3324 1122 moveto 3424 1122 lineto 3374 1197 lineto 3702 1061 moveto 3802 1061 lineto 3752 1136 lineto 4077 1038 moveto 4177 1038 lineto 4127 1113 lineto 0.00 1.00 1.00 0.50 setcmyk_olvcolor closepath fill %KUA3,KUT3 2 rg -50 1985 moveto 50 1985 lineto 0 1910 lineto 325 2003 moveto 425 2003 lineto 375 1928 lineto 703 2048 moveto 803 2048 lineto 753 1973 lineto 1077 2134 moveto 1177 2134 lineto 1127 2059 lineto 1450 2216 moveto 1550 2216 lineto 1500 2141 lineto 1824 2150 moveto 1924 2150 lineto 1874 2075 lineto 2202 1861 moveto 2302 1861 lineto 2252 1786 lineto 2577 1495 moveto 2677 1495 lineto 2627 1419 lineto 2950 1218 moveto 3050 1218 lineto 3000 1143 lineto 3324 1072 moveto 3424 1072 lineto 3374 997 lineto 3702 1011 moveto 3802 1011 lineto 3752 936 lineto 4077 988 moveto 4177 988 lineto 4127 913 lineto 1.00 0.00 1.00 0.50 setcmyk_olvcolor closepath fill %!J MUL,XK,XL,XM,XU,XQ,IU2J= 7 500 1.4 1.0 1.0 2.0 1.0 0 0 %!-- 0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %!J MUL,XK,XL,XM,XU,XQ,IU2J= 8 500 0.0 1.0 1.0 2.0 1.0 200 200 %!NW 2 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 %! -2.000 -0.934 -1.745 -0.917 -1.495 -0.895 -1.252 -0.870 %! -1.000 -0.837 -0.745 -0.797 -0.495 -0.750 -0.252 -0.697 %! 0.000 -0.633 0.255 -0.560 0.505 -0.482 0.748 -0.402 %! 1.000 -0.316 1.255 -0.231 1.505 -0.150 1.748 -0.075 %! 2.000 0.000 2.255 0.076 2.505 0.153 2.748 0.232 %! 3.000 0.316 3.255 0.403 3.505 0.486 3.748 0.562 %! 4.000 0.633 4.255 0.698 4.505 0.753 4.748 0.798 %! 5.000 0.837 5.255 0.870 5.505 0.896 5.748 0.917 %! 6.000 0.934 6.255 0.948 [ ] 0 setdash %NW 0 1033 moveto 128 1042 253 1053 375 1066 curveto 500 1082 628 1102 753 1125 curveto 875 1152 1000 1184 1127 1220 curveto 1252 1259 1374 1300 1500 1342 curveto 1627 1385 1752 1425 1874 1463 curveto 2000 1500 2127 1538 2252 1576 curveto 2374 1616 2500 1658 2627 1701 curveto 2752 1742 2874 1780 3000 1816 curveto 3127 1848 3252 1876 3374 1898 curveto 3500 1918 3627 1934 3752 1948 curveto 3874 1958 4000 1967 4127 1974 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke [200 200] 0 setdash %NW 0 1033 moveto 128 1042 253 1053 375 1066 curveto 500 1082 628 1102 753 1125 curveto 875 1152 1000 1184 1127 1220 curveto 1252 1259 1374 1300 1500 1342 curveto 1627 1385 1752 1425 1874 1463 curveto 2000 1500 2127 1538 2252 1576 curveto 2374 1616 2500 1658 2627 1701 curveto 2752 1742 2874 1780 3000 1816 curveto 3127 1848 3252 1876 3374 1898 curveto 3500 1918 3627 1934 3752 1948 curveto 3874 1958 4000 1967 4127 1974 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 9 500 0.0 1.0 1.0 1.0 1.0 200 200 %!NW 2 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 %!J MUL,XK,XL,XM,XU,XQ,IU2J= 10 500 0.0 1.0 1.0 3.0 1.0 200 200 %!NW 2 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 %!J MUL,XK,XL,XM,XU,XQ,IU2J= 11 500 0.0 1.0 1.0 2.0 1.0 0 0 %!-- 0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 showpage grestore } for %output with langind end %%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 VE231-8N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark18 where {pop} {userdict /pdfmark18 /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://130.149.60.45/~farbmetrik/VE23/) /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, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark18 [ /View [ /FitB ] /DOCVIEW pdfmark18 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } 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 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } 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 /nshow1 {TG show} bind def /kshow1 {TIG show} bind def /bshow1 {TBG show} bind def /bkshow1 {TBIG show} bind def /ishow1 {TM 0 -50 rlineto show 0 50 rlineto} bind def /eshow1 {TM 0 200 rlineto show 0 -200 rlineto} bind def /nshow2 {TM show} bind def /kshow2 {TIM show} bind def /bshow2 {TBM show} bind def /bkshow2 {TBIM show} bind def /ishow2 {TK 0 -50 rlineto show 0 50 rlineto} bind def /eshow2 {TK 0 200 rlineto show 0 -200 rlineto} bind def /tzo {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzl {1.0 0.0 1.0 0.0} bind def /tzv {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tzr {0.0 1.0 0.5 0.0} bind def %Elementarfarben /tzg {1.0 0.0 0.5 0.0} bind def /tzb {1.0 0.5 0.0 0.0} bind def /tzj {0.0 0.0 1.0 0.0} bind def /tzrz {0.0 1.0 0.5 0.5} bind def %Elementarfarben vergraut /tzgz {1.0 0.0 0.5 0.5} bind def /tzbz {1.0 0.5 0.0 0.5} bind def /tzjz {0.0 0.0 1.0 0.5} bind def /tfo {tzo setcmyk_olvcolor} bind def /tfl {tzl setcmyk_olvcolor} bind def /tfv {tzv setcmyk_olvcolor} bind def /tfc {tzc setcmyk_olvcolor} bind def /tfm {tzm setcmyk_olvcolor} bind def /tfy {tzy setcmyk_olvcolor} bind def /tfn {tzn setcmyk_olvcolor} bind def /tfd {tzd setcmyk_olvcolor} bind def /tfz {tzz setcmyk_olvcolor} bind def /tfh {tzh setcmyk_olvcolor} bind def /tfw {tzw setcmyk_olvcolor} bind def /tfr {tzr setcmyk_olvcolor} bind def /tfg {tzg setcmyk_olvcolor} bind def /tfb {tzb setcmyk_olvcolor} bind def /tfj {tzj setcmyk_olvcolor} bind def /tfrz {tzrz setcmyk_olvcolor} bind def /tfgz {tzgz setcmyk_olvcolor} bind def /tfbz {tzbz setcmyk_olvcolor} bind def /tfjz {tzjz setcmyk_olvcolor} bind def %ANFA OUTLIN00 951204 /pixf 1.0 def /ueg 1 pixf mul def /uek 1 pixf mul def /ues 1 pixf mul def /pxd uek def /pyd uek def /pxwd ueg def /pywd ueg def /pss ues def /outxshowf {show} bind def /outxshow {show} bind def /outSK {250 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSM {300 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outSG {350 16.67 div 1 sub pixf mul /Symbol FS outxshow} bind def /outshowf {setcmyk_olvcolor show} bind def /outrecfi { %x y width heigth c m y k setcmyk_olvcolor rec fill} bind def /outrecfi4 { %x y width heigth c m y k outrecfi} bind def /outrecfi3 { %x y width heigth c m y k outrecfi} bind def /outrecfi2 { %x y width heigth c m y k outrecfi} bind def /outlinetos { %px py c m y k setcmyk_olvcolor lineto stroke} bind def /outstroke { %px1 py1 curveto ... curveto c m y k setcmyk_olvcolor stroke} bind def %%EndProlog gsave %LANINDL2 START 20000505 /lanind 0 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 /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /popde {0 lanind ne {pop} if} bind def /popen {1 lanind ne {pop} if} bind def /popes {2 lanind ne {pop} if} bind def /popfr {3 lanind ne {pop} if} bind def /popit {4 lanind ne {pop} if} bind def /popjp {5 lanind ne {pop} if} bind def /popm {6 lanind ne {pop} if} bind def /popxde {/n exch def 0 lanind ne {n {pop} repeat} if} bind def /popxen {/n exch def 1 lanind ne {n {pop} repeat} if} bind def /popxes {/n exch def 2 lanind ne {n {pop} repeat} if} bind def /popxfr {/n exch def 3 lanind ne {n {pop} repeat} if} bind def /popxit {/n exch def 4 lanind ne {n {pop} repeat} if} bind def /popxjp {/n exch def 5 lanind ne {n {pop} repeat} if} bind def /popxm {/n exch def 6 lanind ne {n {pop} repeat} if} bind def /lanindg where {pop /lanind1 lanindg def /lanind2 lanindg def} {/lanind1 1 def /lanind2 1 def} ifelse lanind1 1 lanind2 {/lanind exch def %output showpage gsave %LANINDL2 END 5 /Times-ISOL1 FS 180 85 moveto (VE231-8, B4_55_2) show % ( B8931_4, M8241-8, B4_55_2, N=4_55_2) show 72 90 translate /pixf 16.67 def 0.1667 pixf div MM dup scale /ausz 8 def %Farbauszug 1=C, 2=M, 3=Y, 7=N, 8=F 30 setlinewidth 0.0 0.0 0.0 0.5 setcmyk_olvcolor 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto closepath fill 050 3725 moveto TBM tfw %B8730-01.eps (Unbunt\255 und ) showde %08241-8 1 (achromatic\255 and ) showen %18241-8 1 (Acrom\341tico\255 y ) showes %28241-8 1 (achromatic\255 and ) showfr %38241-8 1 (achromatic\255 and ) showit %48241-8 1 (achromatic\255 and ) showjp %58241-8 1 30 0 rmoveto (R) TBIM tzo outshowf (G) TBIM tzl outshowf TBM tfw (\255Gegenfarben\255Signale) showde %08241-8 2 (\255opponent signals) showen %18241-8 2 (\255opuesto\255se\361al color) showes %28241-8 2 (\255opponent signals) showfr %38241-8 2 (\255opponent signals) showit %48241-8 2 (\255opponent signals) showjp %58241-8 2 tfw 550 400 translate 50 setlinewidth 0 0 moveto 340 12 mul 0 rlineto stroke 0 0 moveto 0 3000 rlineto stroke TBM /tx [(-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4) ( 5)] def /ty [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3)] def %!x-Achse: 1 log-Einheiten = 500 Skalen-Einheiten 0 1 7 {/i exch def /ixt { -250 i 0500 mul add} def /ixl { 000 i 0500 mul add} def ixt -350 moveto tx i get exec show ixl 75 moveto 0 -150 rlineto stroke } for %!y-Achse: 1 log-Einheiten = 500 Skalen-Einheiten 0 1 6 {/i exch def /iyt {-100 i 0500 mul add} def /iyl { 000 i 0500 mul add} def -450 iyt moveto ty i get exec show -75 iyl moveto 150 0 rlineto stroke } for 35 setlinewidth tfn 000 1500 moveto 4000 0000 rlineto stroke tfw 50 setlinewidth 3650 -300 moveto (x) TBIM tfw show 30 0 rmoveto (=) TBM tfw show 30 0 rmoveto (log) TBM tfw show 50 0 rmoveto (L) TBIM tfw show 200 2700 moveto (Q) TBIM tfw show 30 0 rmoveto ([1,4\050) TBM tfw show (x-u+p) TBIM tfw show (\051]) TBM tfw show 2400 3000 moveto (-2) TBM tfw show 30 0 rmoveto (Q) TBIM tfw show 30 0 rmoveto ([1,0\050) TBM tfw show (x-u+p) TBIM tfw show (\051]) TBM tfw show 1850 200 moveto (L) TBIM tfw show TBK 20 -80 rmoveto (u) show 50 80 rmoveto 2850 0600 moveto (p) TBIM tfw show ( = 1, 0, -1) TBM tfw show 2850 0200 moveto (L) TBIM tfw show TBK 20 -80 rmoveto (u) show 50 80 rmoveto (= 100 cd) TBM tfw show 20 0 rmoveto (/) TBM tfw show 10 0 rmoveto (m) TBM tfw show TBK 20 100 rmoveto (2) show 0 -100 rmoveto 4200 1500 moveto TBM tfw (Pro\255) showde %08241-8 3 (pro\255) showen %18241-8 3 (Pro\255) showes %28241-8 3 (pro\255) showfr %38241-8 3 (pro\255) showit %48241-8 3 (pro\255) showjp %58241-8 3 4200 1300 moveto TBM tfw (zesse) showde %08241-8 4 (cess) showen %18241-8 4 (ceso) showes %28241-8 4 (cess) showfr %38241-8 4 (cess) showit %48241-8 4 (cess) showjp %58241-8 4 4250 900 moveto (N) TBIM tfn show 4250 1900 moveto (N) TBIM tfn show (W) TBIM tfw show 4250 2400 moveto (W) TBIM tfw show 50 setlinewidth %!J MUL,XK,XL,XM,XU,XQ,IU2J= 0 500 1.0 1.0 1.0 2.0 -2.0 300 100 %!UW 2 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 %! -2.000 -1.927 -1.745 -1.906 -1.495 -1.880 -1.252 -1.848 %! -1.000 -1.807 -0.745 -1.754 -0.495 -1.690 -0.252 -1.614 %! 0.000 -1.517 0.255 -1.398 0.505 -1.260 0.748 -1.103 %! 1.000 -0.917 1.255 -0.706 1.505 -0.480 1.748 -0.248 %! 2.000 0.000 2.255 0.251 2.505 0.490 2.748 0.709 %! 3.000 0.917 3.255 1.105 3.505 1.266 3.748 1.400 %! 4.000 1.517 4.255 1.615 4.505 1.693 4.748 1.755 %! 5.000 1.807 5.255 1.849 5.505 1.881 5.748 1.906 %! 6.000 1.927 6.255 1.943 [ ] 0 setdash %UW 0 537 moveto 128 548 253 560 375 576 curveto 500 597 628 623 753 655 curveto 875 694 1000 742 1127 801 curveto 1252 871 1374 949 1500 1042 curveto 1627 1148 1752 1260 1874 1376 curveto 2000 1500 2127 1625 2252 1745 curveto 2374 1854 2500 1958 2627 2052 curveto 2752 2132 2874 2199 3000 2258 curveto 3127 2307 3252 2346 3374 2377 curveto 3500 2403 3627 2424 3752 2440 curveto 3874 2453 4000 2463 4127 2471 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke [300 100] 0 setdash %UW 0 537 moveto 128 548 253 560 375 576 curveto 500 597 628 623 753 655 curveto 875 694 1000 742 1127 801 curveto 1252 871 1374 949 1500 1042 curveto 1627 1148 1752 1260 1874 1376 curveto 2000 1500 2127 1625 2252 1745 curveto 2374 1854 2500 1958 2627 2052 curveto 2752 2132 2874 2199 3000 2258 curveto 3127 2307 3252 2346 3374 2377 curveto 3500 2403 3627 2424 3752 2440 curveto 3874 2453 4000 2463 4127 2471 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 1 500 1.0 1.0 1.0 1.0 -2.0 300 100 %!UW 2 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 %!J MUL,XK,XL,XM,XU,XQ,IU2J= 2 500 1.0 1.0 1.0 3.0 -2.0 300 100 %!UW 2 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 %!J MUL,XK,XL,XM,XU,XQ,IU2J= 3 500 1.0 1.0 1.0 2.0 -2.0 0 0 %!-- 0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %!J MUL,XK,XL,XM,XU,XQ,IU2J= 4 500 1.4 1.0 1.0 2.0 1.0 300 100 %!un 2 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 %! -2.000 0.992 -1.745 0.989 -1.495 0.985 -1.252 0.979 %! -1.000 0.970 -0.745 0.957 -0.495 0.940 -0.252 0.917 %! 0.000 0.883 0.255 0.838 0.505 0.777 0.748 0.701 %! 1.000 0.601 1.255 0.475 1.505 0.330 1.748 0.173 %! 2.000 0.000 2.255 -0.175 2.505 -0.337 2.748 -0.477 %! 3.000 -0.601 3.255 -0.702 3.505 -0.780 3.748 -0.838 %! 4.000 -0.883 4.255 -0.917 4.505 -0.941 4.748 -0.957 %! 5.000 -0.970 5.255 -0.979 5.505 -0.985 5.748 -0.989 %! 6.000 -0.992 6.255 -0.995 [ ] 0 setdash %un 0 1996 moveto 128 1994 253 1992 375 1989 curveto 500 1984 628 1978 753 1969 curveto 875 1958 1000 1941 1127 1918 curveto 1252 1888 1374 1850 1500 1800 curveto 1627 1737 1752 1665 1874 1586 curveto 2000 1500 2127 1413 2252 1332 curveto 2374 1262 2500 1200 2627 1149 curveto 2752 1110 2874 1081 3000 1059 curveto 3127 1042 3252 1030 3374 1022 curveto 3500 1016 3627 1011 3752 1008 curveto 3874 1006 4000 1004 4127 1003 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke [300 100] 0 setdash %un 0 1996 moveto 128 1994 253 1992 375 1989 curveto 500 1984 628 1978 753 1969 curveto 875 1958 1000 1941 1127 1918 curveto 1252 1888 1374 1850 1500 1800 curveto 1627 1737 1752 1665 1874 1586 curveto 2000 1500 2127 1413 2252 1332 curveto 2374 1262 2500 1200 2627 1149 curveto 2752 1110 2874 1081 3000 1059 curveto 3127 1042 3252 1030 3374 1022 curveto 3500 1016 3627 1011 3752 1008 curveto 3874 1006 4000 1004 4127 1003 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 5 500 1.4 1.0 1.0 1.0 1.0 300 100 %!un 2 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 %!J MUL,XK,XL,XM,XU,XQ,IU2J= 6 500 1.4 1.0 1.0 3.0 1.0 300 100 %!un 2 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 %!J MUL,XK,XL,XM,XU,XQ,IU2J= 7 500 1.4 1.0 1.0 2.0 1.0 0 0 %!-- 0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %!J MUL,XK,XL,XM,XU,XQ,IU2J= 8 500 0.0 1.0 1.0 2.0 1.0 200 200 %!NW 2 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 %! -2.000 -0.934 -1.745 -0.917 -1.495 -0.895 -1.252 -0.870 %! -1.000 -0.837 -0.745 -0.797 -0.495 -0.750 -0.252 -0.697 %! 0.000 -0.633 0.255 -0.560 0.505 -0.482 0.748 -0.402 %! 1.000 -0.316 1.255 -0.231 1.505 -0.150 1.748 -0.075 %! 2.000 0.000 2.255 0.076 2.505 0.153 2.748 0.232 %! 3.000 0.316 3.255 0.403 3.505 0.486 3.748 0.562 %! 4.000 0.633 4.255 0.698 4.505 0.753 4.748 0.798 %! 5.000 0.837 5.255 0.870 5.505 0.896 5.748 0.917 %! 6.000 0.934 6.255 0.948 [ ] 0 setdash %NW 0 1033 moveto 128 1042 253 1053 375 1066 curveto 500 1082 628 1102 753 1125 curveto 875 1152 1000 1184 1127 1220 curveto 1252 1259 1374 1300 1500 1342 curveto 1627 1385 1752 1425 1874 1463 curveto 2000 1500 2127 1538 2252 1576 curveto 2374 1616 2500 1658 2627 1701 curveto 2752 1742 2874 1780 3000 1816 curveto 3127 1848 3252 1876 3374 1898 curveto 3500 1918 3627 1934 3752 1948 curveto 3874 1958 4000 1967 4127 1974 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke [200 200] 0 setdash %NW 0 1033 moveto 128 1042 253 1053 375 1066 curveto 500 1082 628 1102 753 1125 curveto 875 1152 1000 1184 1127 1220 curveto 1252 1259 1374 1300 1500 1342 curveto 1627 1385 1752 1425 1874 1463 curveto 2000 1500 2127 1538 2252 1576 curveto 2374 1616 2500 1658 2627 1701 curveto 2752 1742 2874 1780 3000 1816 curveto 3127 1848 3252 1876 3374 1898 curveto 3500 1918 3627 1934 3752 1948 curveto 3874 1958 4000 1967 4127 1974 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %!J MUL,XK,XL,XM,XU,XQ,IU2J= 9 500 0.0 1.0 1.0 1.0 1.0 200 200 %!NW 2 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 %! -2.000 -0.797 -1.745 -0.746 -1.495 -0.687 -1.252 -0.619 %! -1.000 -0.536 -0.745 -0.441 -0.495 -0.338 -0.252 -0.229 %! 0.000 -0.113 0.255 0.006 0.505 0.118 0.748 0.220 %! 1.000 0.317 1.255 0.406 1.505 0.486 1.748 0.559 %! 2.000 0.633 2.255 0.710 2.505 0.789 2.748 0.869 %! 3.000 0.950 3.255 1.025 3.505 1.085 3.748 1.127 %! 4.000 1.154 4.255 1.165 4.505 1.163 4.748 1.153 %! 5.000 1.138 5.255 1.120 5.505 1.103 5.748 1.087 %! 6.000 1.072 6.255 1.058 [ ] 0 setdash %NW 0 1102 moveto 128 1127 253 1157 375 1191 curveto 500 1232 628 1280 753 1332 curveto 875 1386 1000 1444 1127 1502 curveto 1252 1558 1374 1610 1500 1658 curveto 1627 1702 1752 1742 1874 1779 curveto 2000 1816 2127 1855 2252 1894 curveto 2374 1934 2500 1974 2627 2012 curveto 2752 2042 2874 2063 3000 2077 curveto 3127 2082 3252 2081 3374 2076 curveto 3500 2068 3627 2060 3752 2051 curveto 3874 2043 4000 2035 4127 2029 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke [200 200] 0 setdash %NW 0 1102 moveto 128 1127 253 1157 375 1191 curveto 500 1232 628 1280 753 1332 curveto 875 1386 1000 1444 1127 1502 curveto 1252 1558 1374 1610 1500 1658 curveto 1627 1702 1752 1742 1874 1779 curveto 2000 1816 2127 1855 2252 1894 curveto 2374 1934 2500 1974 2627 2012 curveto 2752 2042 2874 2063 3000 2077 curveto 3127 2082 3252 2081 3374 2076 curveto 3500 2068 3627 2060 3752 2051 curveto 3874 2043 4000 2035 4127 2029 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %KUA3,KUT3 2 GR -50 1127 moveto 50 1127 lineto 0 1202 lineto 325 1216 moveto 425 1216 lineto 375 1291 lineto 703 1357 moveto 803 1357 lineto 753 1432 lineto 1077 1527 moveto 1177 1527 lineto 1127 1602 lineto 1450 1683 moveto 1550 1683 lineto 1500 1758 lineto 1824 1804 moveto 1924 1804 lineto 1874 1879 lineto 2202 1919 moveto 2302 1919 lineto 2252 1994 lineto 2577 2037 moveto 2677 2037 lineto 2627 2112 lineto 2950 2102 moveto 3050 2102 lineto 3000 2177 lineto 3324 2101 moveto 3424 2101 lineto 3374 2176 lineto 3702 2076 moveto 3802 2076 lineto 3752 2151 lineto 4077 2054 moveto 4177 2054 lineto 4127 2129 lineto 1.00 0.00 1.00 0.00 setcmyk_olvcolor closepath fill %KUA3,KUT3 2 GR -50 1077 moveto 50 1077 lineto 0 1002 lineto 325 1166 moveto 425 1166 lineto 375 1091 lineto 703 1307 moveto 803 1307 lineto 753 1232 lineto 1077 1478 moveto 1177 1478 lineto 1127 1402 lineto 1450 1633 moveto 1550 1633 lineto 1500 1558 lineto 1824 1754 moveto 1924 1754 lineto 1874 1679 lineto 2202 1869 moveto 2302 1869 lineto 2252 1794 lineto 2577 1987 moveto 2677 1987 lineto 2627 1912 lineto 2950 2052 moveto 3050 2052 lineto 3000 1977 lineto 3324 2051 moveto 3424 2051 lineto 3374 1976 lineto 3702 2026 moveto 3802 2026 lineto 3752 1951 lineto 4077 2004 moveto 4177 2004 lineto 4127 1929 lineto 0.00 1.00 1.00 0.00 setcmyk_olvcolor closepath fill %!J MUL,XK,XL,XM,XU,XQ,IU2J= 10 500 0.0 1.0 1.0 3.0 1.0 200 200 %!NW 2 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 %! -2.000 -1.072 -1.745 -1.087 -1.495 -1.103 -1.252 -1.121 %! -1.000 -1.138 -0.745 -1.153 -0.495 -1.163 -0.252 -1.165 %! 0.000 -1.154 0.255 -1.127 0.505 -1.083 0.748 -1.024 %! 1.000 -0.950 1.255 -0.868 1.505 -0.786 1.748 -0.709 %! 2.000 -0.633 2.255 -0.558 2.505 -0.482 2.748 -0.405 %! 3.000 -0.317 3.255 -0.219 3.505 -0.113 3.748 -0.004 %! 4.000 0.113 4.255 0.231 4.505 0.342 4.748 0.442 %! 5.000 0.536 5.255 0.620 5.505 0.690 5.748 0.747 %! 6.000 0.797 6.255 0.838 [ ] 0 setdash %NW 0 965 moveto 128 957 253 949 375 940 curveto 500 932 628 924 753 919 curveto 875 918 1000 923 1127 937 curveto 1252 959 1374 989 1500 1026 curveto 1627 1067 1752 1107 1874 1146 curveto 2000 1184 2127 1222 2252 1259 curveto 2374 1298 2500 1342 2627 1391 curveto 2752 1444 2874 1498 3000 1556 curveto 3127 1615 3252 1671 3374 1721 curveto 3500 1768 3627 1809 3752 1844 curveto 3874 1873 4000 1898 4127 1919 curveto 0.00 0.00 0.00 1.00 setcmyk_olvcolor stroke [200 200] 0 setdash %NW 0 965 moveto 128 957 253 949 375 940 curveto 500 932 628 924 753 919 curveto 875 918 1000 923 1127 937 curveto 1252 959 1374 989 1500 1026 curveto 1627 1067 1752 1107 1874 1146 curveto 2000 1184 2127 1222 2252 1259 curveto 2374 1298 2500 1342 2627 1391 curveto 2752 1444 2874 1498 3000 1556 curveto 3127 1615 3252 1671 3374 1721 curveto 3500 1768 3627 1809 3752 1844 curveto 3874 1873 4000 1898 4127 1919 curveto 0.00 0.00 0.00 0.00 setcmyk_olvcolor stroke %KUA3,KUT3 2 RG -50 990 moveto 50 990 lineto 0 1065 lineto 325 965 moveto 425 965 lineto 375 1040 lineto 703 944 moveto 803 944 lineto 753 1019 lineto 1077 962 moveto 1177 962 lineto 1127 1037 lineto 1450 1051 moveto 1550 1051 lineto 1500 1126 lineto 1824 1171 moveto 1924 1171 lineto 1874 1246 lineto 2202 1284 moveto 2302 1284 lineto 2252 1359 lineto 2577 1416 moveto 2677 1416 lineto 2627 1491 lineto 2950 1581 moveto 3050 1581 lineto 3000 1656 lineto 3324 1746 moveto 3424 1746 lineto 3374 1821 lineto 3702 1869 moveto 3802 1869 lineto 3752 1944 lineto 4077 1944 moveto 4177 1944 lineto 4127 2019 lineto 0.00 1.00 1.00 0.00 setcmyk_olvcolor closepath fill %KUA3,KUT3 2 RG -50 940 moveto 50 940 lineto 0 865 lineto 325 915 moveto 425 915 lineto 375 840 lineto 703 894 moveto 803 894 lineto 753 819 lineto 1077 912 moveto 1177 912 lineto 1127 837 lineto 1450 1001 moveto 1550 1001 lineto 1500 926 lineto 1824 1121 moveto 1924 1121 lineto 1874 1046 lineto 2202 1234 moveto 2302 1234 lineto 2252 1159 lineto 2577 1366 moveto 2677 1366 lineto 2627 1291 lineto 2950 1531 moveto 3050 1531 lineto 3000 1456 lineto 3324 1696 moveto 3424 1696 lineto 3374 1621 lineto 3702 1819 moveto 3802 1819 lineto 3752 1744 lineto 4077 1894 moveto 4177 1894 lineto 4127 1819 lineto 1.00 0.00 1.00 0.00 setcmyk_olvcolor closepath fill %!J MUL,XK,XL,XM,XU,XQ,IU2J= 11 500 0.0 1.0 1.0 2.0 1.0 0 0 %!-- 0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 showpage grestore } for %output with langind end %%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 VE23 20101101 %%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 /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /lanindg where {pop /lanind1 lanindg def /lanind2 lanindg def} {/lanind1 0 def /lanind2 0 def} ifelse /colormg where {pop /colorm1 colormg def /colorm2 colormg def} {/colorm1 0 def /colorm2 0 def} ifelse /xcolorg where {pop /xcolor1 xcolorg def /xcolor2 xcolorg def} {/xcolor1 0 def /xcolor2 0 def} ifelse /xchartg where {pop /xchart1 xchartg def /xchart2 xchartg def} {/xchart1 0 def /xchart2 0 def} ifelse /lanind lanind1 def %lanind1 1 lanind2 {/lanind exch def %output showpage /colorm colorm1 def %colorm1 1 colorm2 {/colorm exch def %output showpage /xcolor xcolor1 def %xcolor1 1 xcolor2 {/xcolor exch def %output showpage /xchart xchart1 def %xchart1 1 xchart2 {/xchart exch def %output showpage /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 gsave /xchartg where {pop /xchart xchartg def} {/xchart 0 def} ifelse /scountg where {pop /scount scountg def} {/scount 1 def} ifelse xchart 0 eq {%beg if xchart=0 0 setgray 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 {tzocmy0* setcmykcolor} if j0 7 eq {0 setgray} if j0 8 eq {tzlcmy0* setcmykcolor} if j0 9 eq {0 setgray} if j0 10 eq {tzvcmy0* 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 {tzan j get dup dup 0 setcmykcolor ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if tzan j get dup dup 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 {1 tzan j get 1 sub dup dup setrgbcolor %N ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if 1 tzan j get sub dup dup setrgbcolor %N 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 {0 0 0 tzan j get setcmykcolor ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if 0 0 0 tzan j get setcmykcolor ix0 iy0 s s rec fill } if %i*ptrsc=6 i*ptrsc 7 eq {%i*ptrsc=7 w* setgray j 16 eq {1 tzan j get sub setgray ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if 1 tzan j get sub 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 0 setgray 12 /Times-ISOL1 FS 61 MM 13 MM moveto (TUB\255Pr\374fvorlage VE23; Richter: Computergrafik und Farbmetrik) showde (TUB\255test chart VE23; Richter: Computer graphics, colorimetry) showen 12 /Times-ISOL1 FS 61 MM 09 MM moveto (Farbbuchserien: Farbskalierung und Schwellen Nr. 3) showde (Colour book series: Colour scaling and thresholds no. 3) showen 175 MM 13 MM moveto (input: ) showen (Eingabe: ) showde 12 /TimesI-ISOL1 FS (rgb setrgbcolor) show 12 /Times-ISOL1 FS 175 MM 9 MM moveto (output: ) showen (Ausgabe: ) showde LSC$ (N) eq {%LSC$=N 12 /Times-ISOL1 FS xchart 1 le {(no colour data change) showen (keine Farbdaten\344nderung) showde} {12 /TimesI-ISOL1 FS (->cmy0 setcmykcolor) show 12 /Times-ISOL1 FS} ifelse } if %LSC$=N %1 setgray %start white and unvisible LSC$ (S) eq { (Startup (S) data dependend) show } if LSC$ (F) eq { 12 /Times-Italic FS i*ptrsc 0 eq {(cmy0* / 000n* setcmykcolor) show} if i*ptrsc 1 eq {(olv* setrgbcolor / w* setgray) show} if i*ptrsc 2 eq {(cmy0* / nnn0* setcmykcolor) show} if i*ptrsc 3 eq {(olv* / www* setrgbcolor) show} if i*ptrsc 4 eq {(lab* setcolor) show} if i*ptrsc 5 eq {(LAB* setcolor) show} if i*ptrsc 6 eq {(000n* setcmykcolor) show} if i*ptrsc 7 eq {(w* setgray) show} if } if %0 setgray %end white and unvisible 12 /Times-ISOL1 FS 62 MM 198.5 MM moveto (http://130.149.60.45/~farbmetrik/VE23/VE23L) show (0) show LSC$ show LEX$ show %1 setgray %start white and unvisible (; ) show LSC$ (N) eq { (Start\255Ausgabe) showde (start output) showen (start output) showes (start output) showfr (start output) showit (start output) showjp (start output) showm } if LSC$ (C) eq { (Start\255Ausgabe) showde (start output) showen (start output) showes (start output) showfr (start output) showit (start output) showjp (start output) showm } if LSC$ (F) eq { (Linearisierte\255Ausgabe) showde (linearized output) showen (linearized output) showes (linearized output) showfr (linearized output) showit (linearized output) showjp (linearized output) showm } if 62 MM 194 MM moveto LSC$ (N) eq LSC$ (C) eq or { (N: Keine Ausgabe\255Linearisierung (OL) in Datei (F), Startup (S), Ger\344t (D)) showde (N: No Output Linearization (OL) data in File (F), Startup (S) or Device (D)) showen (N: No Output Linearization (OL) data in File (F), Startup (S) or Device (D)) showes (N: No Output Linearization (OL) data in File (F), Startup (S) or Device (D)) showfr (N: No Output Linearization (OL) data in File (F), Startup (S) or Device (D)) showit (N: No Output Linearization (OL) data in File (F), Startup (S) or Device (D)) showjp (N: No Output Linearization (OL) data in File (F), Startup (S) or Device (D)) showm } {LSC$ show (: ) show (Ausgabe\255Linearisierung (OL\255Daten) ) showde (Output Linearization (OL) data ) showen (Output Linearization (OL) data ) showes (Output Linearization (OL) data ) showfr (Output Linearization (OL) data ) showit (Output Linearization (OL) data ) showjp (Output Linearization (OL) data ) showm (VE23/VE23L) show LSS$ show LSX$ show (0) show LSC$ show LEY$ show } ifelse LSC$ (F) eq { ( in der Datei (F)) showde ( in File (F)) showen ( in File (F)) showes ( in File (F)) showfr ( in File (F)) showit ( in File (F)) showjp ( in File (F)) showm } if LSC$ (S) eq { ( im Distiller Startup (S) Directory) showde ( in Distiller Startup (S) Directory) showen ( in Distiller Startup (S) Directory) showes ( in Distiller Startup (S) Directory) showfr ( in Distiller Startup (S) Directory) showit ( in Distiller Startup (S) Directory) showjp ( in Distiller Startup (S) Directory) showm } if LSC$ (D) eq { ( in PostScript Device (D)) showde ( in PostScript Device (D)) showen ( in PostScript Device (D)) showes ( in PostScript Device (D)) showfr ( in PostScript Device (D)) showit ( in PostScript Device (D)) showjp ( in PostScript Device (D)) showm } if LSC$ (T) eq { ( von Distiller Startup (S) Directory) showde ( of Distiller Startup (S) Directory) showen ( of Distiller Startup (S) Directory) showes ( of Distiller Startup (S) Directory) showfr ( of Distiller Startup (S) Directory) showit ( of Distiller Startup (S) Directory) showjp ( of Distiller Startup (S) Directory) showm } if LSC$ (E) eq { ( von PostScript Device (D)) showde ( of PostScript Device (D)) showen ( of PostScript Device (D)) showes ( of PostScript Device (D)) showfr ( of PostScript Device (D)) showit ( of PostScript Device (D)) showjp ( of PostScript Device (D)) showm } if %0 setgray %end white and unvisible 16 MM 185 MM moveto -90 rotate (Siehe Original/Kopie: ) showde (See original or copy: ) showen (http://web.me.com/klaus.richter/VE23/VE23L) show (0) show LSC$ show LEX$ show 90 rotate 12 MM 185 MM moveto -90 rotate (Technische Information: ) showde (Technical information: ) showen (http://www.ps.bam.de) show ( or ) showen ( oder ) showde (http://130.149.60.45/~farbmetrik) show 90 rotate 281 MM 185 MM moveto -90 rotate (TUB\255Registrierung: 20101101\255VE23/VE23L) showde (TUB registration: 20101101\255VE23/VE23L) showen (0) show LSC$ show LEX$ show 90 rotate 281 MM 74 MM moveto -90 rotate (TUB\255Material: Code=rha4ta) showde (TUB material: code=rha4ta) showen 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 ( Anwendung f\374r Messung von Drucker- oder Monitorsystemen) showde ( application for measurement of printer or monitor systems) showen ( application for measurement of printer or monitor systems) showes ( application for measurement of printer or monitor systems) showfr ( application for measurement of printer or monitor systems) showit ( application for measurement of printer or monitor systems) showjp ( application for measurement of printer or monitor systems) showm 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 xchart=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 %} for %output with xchart end %} for %output with colorm end %} for %output with xcolor end %} for %output with lanind end %%Trailer %%EndDocument EndEPSF grestore gsave showpage grestore %} for %end for xchartg=xchartg1,xchartg2 %} for %end for pcountg=pcountg1,pcount2g %} for %end for scountg=scountg1,scount2g %%Trailer