RFR: 8364583: ColorConvertOp fails for CMYK → RGB conversion
Sergey Bylokhov
serb at openjdk.org
Fri Oct 24 21:25:03 UTC 2025
On Thu, 23 Oct 2025 19:02:11 GMT, Phil Race <prr at openjdk.org> wrote:
> It can also be over-written at line 835.
Interesting, is it possible that that line has the same bug?
`color = dstColorSpace.fromCIEXYZ(dstColor);`
Does dstColor always have the same number of components as CIEXYZ?
Is the logic of using CIEXYZ for mix of non-/ICC source and non-/ICC destination actually correct?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27785#discussion_r2462010427
More information about the client-libs-dev
mailing list