hey,
in want to use images without datacompression. and so, the sampled values of the image exceed the lengthlimit for strings and need to be passed in an other way.
i thought about using a procedure which should be called repeadedly from colorimage.
i tried the following:
/i 0 def
/inci { /i i 1 add def } def
/assi { inci i 10 string cvs } bind def
gsave
34 486 translate
107.250 12.750 scale
143 17 8 [143 0 0 -17 0 17] assi false 3 colorimage
grestore
i thought i would increese with assi getting called repeadedly. but it doesnt. why does colorimage call assi only one time?
thanks!
btw: i found solutions to most of the other problems i got, and will post them when i got time.
cheers
in want to use images without datacompression. and so, the sampled values of the image exceed the lengthlimit for strings and need to be passed in an other way.
i thought about using a procedure which should be called repeadedly from colorimage.
i tried the following:
/i 0 def
/inci { /i i 1 add def } def
/assi { inci i 10 string cvs } bind def
gsave
34 486 translate
107.250 12.750 scale
143 17 8 [143 0 0 -17 0 17] assi false 3 colorimage
grestore
i thought i would increese with assi getting called repeadedly. but it doesnt. why does colorimage call assi only one time?
thanks!
btw: i found solutions to most of the other problems i got, and will post them when i got time.
cheers