On Wed, 12 Apr 2023 22:34:17 GMT, Phil Race <[email protected]> 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

Reply via email to