[OpenJDK 2D-Dev] hg: jdk7/2d/jdk: 6523403: Need to provide lcms library with PYCC and LINEAR_RGB OS ICC profiles

2008-04-24 Thread phil . race
Changeset: 804b0757d801 Author:prr Date: 2008-04-24 11:58 -0700 URL: http://hg.openjdk.java.net/jdk7/2d/jdk/rev/804b0757d801 6523403: Need to provide lcms library with PYCC and LINEAR_RGB OS ICC profiles Summary: Add two contributed profiles and a fix to GRAY.pf, all from Redhat, [

Re: [OpenJDK 2D-Dev] Fix GRAY.pf

2008-04-24 Thread Phil Race
Thanks, I've confirmed that this is the only difference. I'll put it back into 6-open as well as jdk7. The latter will go only into the 2D team workspace until such time as we integrate into the master. -phil. Keith Seitz wrote: Hi, I mentioned last week that there was a "bug" in the standard

Re: [OpenJDK 2D-Dev] Missing colour profiles

2008-04-24 Thread Andrew Haley
Jerry Evans wrote: > Andrew Haley wrote: > >> sRGB data is (a function similar to) raising to the power 2,2, >> so to go from linear RGB to sRGB is >> Math.pow(x/255, 1/2.2) * 255 >> >> >> When light levels are very low the transfer function is very >> nonlinear, so >> errors will be high. Tha