RFR: JDK-8347377 : Add validation checks for ICC_Profile header fields [v9]

Harshitha Onkar honkar at openjdk.org
Wed Feb 5 19:52:44 UTC 2025


On Sat, 1 Feb 2025 00:26:53 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> I think there is an API to check if an intent is supported or not: cmsIsIntentSupported we can try to reuse it.

Again this API returns true for both ICC as well as Non-ICC intents which may not be what we want here as we are restricting the RenderingIntent values to what is explicitly specified in ICC Spec Doc.

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

PR Comment: https://git.openjdk.org/jdk/pull/23044#issuecomment-2637886679


More information about the client-libs-dev mailing list