On Thu, 3 Feb 2022 15:26:40 GMT, Martin Desruisseaux <d...@openjdk.java.net> wrote:
> This commit fixes a `RasterFormatException` thrown when > `Graphics2D.drawRenderedImage(…)` is invoked with an image containing tiles > that are instances of `Raster` but not `WritableRaster`. > > https://bugs.openjdk.java.net/browse/JDK-8275345 This pull request has now been integrated. Changeset: 9ba0760c Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> Committer: Alexey Ivanov <aiva...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/9ba0760cf85f9e843f3383b725017c9ffac350df Stats: 242 lines in 2 files changed: 233 ins; 8 del; 1 mod 8275345: RasterFormatException when drawing a tiled image made of non-writable rasters Reviewed-by: prr, aivanov ------------- PR: https://git.openjdk.java.net/jdk/pull/7337