RFR: 8316497 : ColorConvertOp - typo for non-ICC conversions needs one-line fix

Sergey Bylokhov serb at openjdk.org
Fri Jan 12 02:58:23 UTC 2024


On Thu, 11 Jan 2024 06:53:22 GMT, Renjith Kannath Pariyangad <rkannathpari at openjdk.org> wrote:

>Did you mean to use the wrapper for the middle like ColorSpace mid = createCS(ColorSpaceSelector.WRAPPED_PYCC); , So we can achieve :

Just repeat existed checks using wrapper. So you will have all combinations:

> wrapper->icc_color_space->wrapper
> icc_color_space->icc_color_space->icc_color_space
> wrapper->wrapper->wrapper
> icc_color_space->wrapper->icc_color_space

-------------

PR Comment: https://git.openjdk.org/jdk/pull/16895#issuecomment-1888355107


More information about the client-libs-dev mailing list