RFR: 8323210: Update the usage of cmsFLAGS_COPY_ALPHA

Phil Race prr at openjdk.org
Tue Jan 9 20:41:22 UTC 2024


On Tue, 9 Jan 2024 07:21:26 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> Implementation of cmsFLAGS_COPY_ALPHA in littlecms 2.16 is changed to throw an exception:
>  - if the number of extra channels in src and dst are different.
>  - If dst does not have an alpha but src has
>  - If src does not have an alpha but dst has
> 
> Exception does not occurred if the number of extra channels are the same(even if both are zero)

Marked as reviewed by prr (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/17320#pullrequestreview-1811970243


More information about the client-libs-dev mailing list