Andreas,

In the batik.gvt.filter.GraphicsNodeRed8Bit class I changed line 90 from:

ColorModel cm = GraphicsUtil.sRGB_Unpre;

to:

ColorModel cm = GraphicsUtil.sRGB_Pre;

- Steve

On Feb 8, 2005, at 5:05 PM, Andreas Neumann wrote:

Steven Huey wrote:

Thomas,

I checked out the Batik sources from CVS and changed line 90 that reads:

ColorModel cm = GraphicsUtil.sRGB_Unpre;

so that it would use the Linear_sRGB ColorModel, recompiled, and re-ran my tests.I repeated this process for the Linear_sRGB_Pre, Linear_sRGB_Unpre, sRGB, sRGB_Pre, and sRGB_Unpre.


Hi Steve,

in which file/path did you change this line? I would like to test it on my mac as well. Batik also runs very slow on my powerbook and I would like to find a way to speed it up.

Thanks,
Andreas



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-- Steven Huey Sparta, Inc. - Senior Design Analyst 570.233.0005


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to