Integrated: 8323210: Update the usage of cmsFLAGS_COPY_ALPHA

Sergey Bylokhov serb at openjdk.org
Tue Jan 9 22:10:29 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)

This pull request has now been integrated.

Changeset: aba19334
Author:    Sergey Bylokhov <serb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/aba19334eaeb46d37169cddeef929b13e050a60e
Stats:     8 lines in 2 files changed: 5 ins; 0 del; 3 mod

8323210: Update the usage of cmsFLAGS_COPY_ALPHA

Reviewed-by: prr

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

PR: https://git.openjdk.org/jdk/pull/17320


More information about the client-libs-dev mailing list