RFR: 8279216: Investigate implementation of premultiplied alpha in the Little-CMS 2.13

Sergey Bylokhov serb at openjdk.org
Thu Apr 13 22:34:32 UTC 2023


On Wed, 12 Apr 2023 22:34:17 GMT, Phil Race <prr at openjdk.org> wrote:

> ```
> < int firstBand = image.getSampleModel().getNumBands() - 1;
> > int firstBand = byteRaster.getSampleModel().getNumBands() - 1;
> ```
Done. The new test is added to prove that this issue could be reproduced before the current patch.

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

PR Comment: https://git.openjdk.org/jdk/pull/13095#issuecomment-1507688494



More information about the client-libs-dev mailing list