Integrated: 8275345: RasterFormatException when drawing a tiled image made of non-writable rasters

Martin Desruisseaux duke at openjdk.java.net
Wed Feb 16 22:04:12 UTC 2022


On Thu, 3 Feb 2022 15:26:40 GMT, Martin Desruisseaux <duke at 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.desruisseaux at geomatys.com>
Committer: Alexey Ivanov <aivanov at 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



More information about the client-libs-dev mailing list