Hello,
I encountered some problems with Batik-generated PNGs in IE5.5: the
colors where completely wrong (e.g. an orange looked light yellow).
Netscape 4.x and my image viewer had no problems.
I tracked this down to line 63 in
org.apache.batik.transcoger.image.PNGImageTranscoder:
params.setGamma(2.4f);
After I uncommented this line all works well -- so it is probably not a
bug but a feature in IE ;-)
What should the change of the gamma value gain? Does uncommenting this
break something?
Thanks,
PeterB
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]