RFR: 8351108: ImageIO.write(..) fails with exception when writing JPEG with IndexColorModel [v3]
Jeremy Wood
duke at openjdk.org
Mon Mar 10 17:20:36 UTC 2025
> Previously ImageTypeSpecifier treated all TYPE_BYTE_INDEXED as if they were opaque.
>
> In this ticket's case: an ImageWriter received the wrong ImageTypeSpecifier and mistakenly indicated it *could* support a BufferedImage. But when the actual BufferedImage arrived (which was translucent), the ImageWriter threw an exception.
>
> Instead:
> Now the ImageTypeSpecifier accurately describes the given BufferedImage.
Jeremy Wood has updated the pull request incrementally with five additional commits since the last revision:
- 8351108: adding empty line to bottom of file
This is in response to:
https://github.com/openjdk/jdk/pull/23884#discussion_r1987278977
- Merge remote-tracking branch 'origin/JDK-8351108' into JDK-8351108
- 8351108: replacing wildcard import
This is in response to:
https://github.com/openjdk/jdk/pull/23884#discussion_r1987268179
- 8351108: updating copyright year
This is in response to:
https://github.com/openjdk/jdk/pull/23884#discussion_r1987265582
- 8351108: changing indentation / line wrapping
This is in response to:
https://github.com/openjdk/jdk/pull/23884#discussion_r1987265134
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/23884/files
- new: https://git.openjdk.org/jdk/pull/23884/files/9f6b981e..deaa0377
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=23884&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=23884&range=01-02
Stats: 5 lines in 2 files changed: 0 ins; 0 del; 5 mod
Patch: https://git.openjdk.org/jdk/pull/23884.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/23884/head:pull/23884
PR: https://git.openjdk.org/jdk/pull/23884
More information about the client-libs-dev
mailing list