RFR: 8316497 : ColorConvertOp - typo for non-ICC conversions needs one-line fix [v6]
Renjith Kannath Pariyangad
rkannathpari at openjdk.org
Thu Jan 4 11:56:23 UTC 2024
On Thu, 4 Jan 2024 06:14:49 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> @mrserb, Thank you for bringing this up. Sorry I am not pretty clear about your suggestion on _Conversion via TestColorSpace wrapper vs ColorSpace w/o wrapper._ . In existing code `compareImages` (pixel value compare) function is local, are you suggesting to move this into wrapper?
>
> Your `TestColorSpace` class is a wrapper on top of the actual color space. So you can compare the results of conversion using `TestColorSpace` vs using "actual color space" directly.
Thank you for sharing the detailed code, tried the above sample but its like Aleksei mentioned above _always passing irrespective of fix_. The fix area will pass only when non-ICC src and dst. Some of the color related function internally applying icc profile or other propertied and pass through other implementation. Not sure any other way to overcome this.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16895#discussion_r1441659467
More information about the client-libs-dev
mailing list