Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8288633

The ICC_ColorSpace.fromCIEXYZ method uses the wrong rendering intent

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 20
    • 17, 18, 19
    • client-libs
    • None
    • 2d
    • b10
    • generic
    • generic

      The specification says:
      * This method transforms color values using relative colorimetry, as
      * defined by the ICC Specification.

      The lcms plugin implementation expects the rendering intent in the first part of transform:
      https://github.com/openjdk/jdk/blob/9d4b25e7888098a866ff980e37b8d16d456906d8/src/java.desktop/share/classes/sun/java2d/cmm/lcms/LCMSTransform.java#L116

      But the ICC_ColorSpace.fromCIEXYZ pass "ICC_Profile.icRelativeColorimetric" to the second part of transform.

            serb Sergey Bylokhov
            serb Sergey Bylokhov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: