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

Martin Desruisseaux duke at openjdk.java.net
Wed Feb 9 01:49:28 UTC 2022


On Fri, 4 Feb 2022 10:51:04 GMT, TheShermanTanker <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
>
> @desruisseaux 
> You need to rename your PR title to just "8275345" and the title will automatically be renamed to the correct issue (and it will be marked as correctly linked), also you need to sign an agreement here: https://oca.opensource.oracle.com/, then type /signed as a reply to this PR (fair warning, the approval process takes pretty long)

Hello @TheShermanTanker , thanks for your help! Just did the PR renaming and it worked. About the OCA, actually we signed it a few years ago. I have already sent an email to `opensource … at oracle.com` for clarifying.

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

PR: https://git.openjdk.java.net/jdk/pull/7337



More information about the client-libs-dev mailing list