[OpenJDK 2D-Dev] hg: jdk8/2d/jdk: 7183458: Metrics of space character in algorithmically emboldened font have changed in JDK 7.

2012-07-12 Thread philip . race
Changeset: a18a547546a4 Author:prr Date: 2012-07-12 16:24 -0700 URL: http://hg.openjdk.java.net/jdk8/2d/jdk/rev/a18a547546a4 7183458: Metrics of space character in algorithmically emboldened font have changed in JDK 7. Reviewed-by: igor, jgodinez + test/java/awt/FontMetrics/Styled

Re: [OpenJDK 2D-Dev] OpenJDK and lcms color management (soft-proofing)

2012-07-12 Thread Andrew Haley
On 07/12/2012 01:09 PM, Claudio Wilmanns wrote: > Moreover it is possible that the support for the absolute colorimetric > rendering intent has been stripped in the Java version of the Kodak CMM - > although this may be true for littleCMS as well. It's not stripped, but AFAIK there's no Java inter

Re: [OpenJDK 2D-Dev] OpenJDK and lcms color management (soft-proofing)

2012-07-12 Thread Andrew Haley
On 07/12/2012 02:40 PM, Claudio Wilmanns wrote: >> You know the whitepoints of your source space and your target space: >> they're in the colour profiles. Create a matrix that is the inverse >> of the transform from source to target whitepoint and apply it to your >> source image. Then do your re

Re: [OpenJDK 2D-Dev] OpenJDK and lcms color management (soft-proofing)

2012-07-12 Thread Claudio Wilmanns
>You know the whitepoints of your source space and your target space: >they're in the colour profiles. Create a matrix that is the inverse >of the transform from source to target whitepoint and apply it to your >source image. Then do your relative output transform. The transform >you just did is

Re: [OpenJDK 2D-Dev] OpenJDK and lcms color management (soft-proofing)

2012-07-12 Thread Dalibor Topic
On 7/12/12 2:09 PM, Claudio Wilmanns wrote: > Thanks for your answer and explanations, Phil. > > The API you are pointing me at is the Standard Edition of Java, and not > the OpenJDK. To be honest, I don’t know exactly where the differences are, > but in my case I know that only OpenJDK makes use

Re: [OpenJDK 2D-Dev] OpenJDK and lcms color management (soft-proofing)

2012-07-12 Thread Andrew Haley
On 07/12/2012 01:59 PM, Claudio Wilmanns wrote: > If I understand you right, JNI gives me access to the Kodak CMM¹s C > interface. OK, that¹s interesting. But I assume that there is some > overhead involved in converting a Java image buffer to a format the CMM > interface understands. Anyway, I fo

Re: [OpenJDK 2D-Dev] OpenJDK and lcms color management (soft-proofing)

2012-07-12 Thread Claudio Wilmanns
Hi Andrew, thanks for your answer, too. If I understand you right, JNI gives me access to the Kodak CMM¹s C interface. OK, that¹s interesting. But I assume that there is some overhead involved in converting a Java image buffer to a format the CMM interface understands. Anyway, I found the Kodak C

Re: [OpenJDK 2D-Dev] OpenJDK and lcms color management (soft-proofing)

2012-07-12 Thread Claudio Wilmanns
Thanks for your answer and explanations, Phil. The API you are pointing me at is the Standard Edition of Java, and not the OpenJDK. To be honest, I don’t know exactly where the differences are, but in my case I know that only OpenJDK makes use of littleCMS, whilst JavaSE does not. Or am I wrong?