Hello, I am sorry for the wide distribution or if I am reaching out to the wrong group.
I am running into issues with using awt/java2d color conversion between ICC profiles. It seems to be boiling down to the native library (little-csm) used in java2d.cmm.lcms by default. At the same time I think there is an option -Dsun.java2d.cmm defaulting to sun.java2d.cmm.lcms.LcmsServiceProvider, hence it feels that there could be other providers, hopefully not dependent on little-csm. But I was not able to find any. Question: Are there known alternatives to sun.java2d.cmm.lcms.LcmsServiceProvider, which can be used as an override, with -Dsun.java2d.cmm option. Preferably a pure-java implementation, even though it will be slower. Thank you, ~ Alex.
