On Mon, 2 Jun 2025 19:28:09 GMT, Sergey Bylokhov wrote:
>> The [next PR](https://github.com/openjdk/jdk/pull/23044) introduces several
>> new methods to the ICC_Profile class:
>> - getProfileClass(byte[])
>> - getColorSpaceType(byte[])
>> - getPCSType(byte[])
>> - checkRenderingIntent(byte[]
> The [next PR](https://github.com/openjdk/jdk/pull/23044) introduces several
> new methods to the ICC_Profile class:
> - getProfileClass(byte[])
> - getColorSpaceType(byte[])
> - getPCSType(byte[])
> - checkRenderingIntent(byte[])
>
> These new methods extract data directly from the provided
On Sat, 31 May 2025 04:21:41 GMT, Sergey Bylokhov wrote:
>> Sergey Bylokhov has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Update ValidateICCHeaderData.java
>
> test/jdk/java/awt/color/ICC_Profile/ValidateICCHeaderData/ValidateICCHeader
On Sat, 31 May 2025 04:21:41 GMT, Sergey Bylokhov wrote:
>> The [next PR](https://github.com/openjdk/jdk/pull/23044) introduces several
>> new methods to the ICC_Profile class:
>> - getProfileClass(byte[])
>> - getColorSpaceType(byte[])
>> - getPCSType(byte[])
>> - checkRenderingIntent(byte[
> The [next PR](https://github.com/openjdk/jdk/pull/23044) introduces several
> new methods to the ICC_Profile class:
> - getProfileClass(byte[])
> - getColorSpaceType(byte[])
> - getPCSType(byte[])
> - checkRenderingIntent(byte[])
>
> These new methods extract data directly from the provided
> The [next PR](https://github.com/openjdk/jdk/pull/23044) introduces several
> new methods to the ICC_Profile class:
> - getProfileClass(byte[])
> - getColorSpaceType(byte[])
> - getPCSType(byte[])
> - checkRenderingIntent(byte[])
>
> These new methods extract data directly from the provided
On Fri, 30 May 2025 23:56:35 GMT, Harshitha Onkar wrote:
>I hadn't noticed it earlier but icAbsoluteColorimetric and
>icICCAbsoluteColorimetric point to the same intent. Is it good to unify them
>into a single constant in src code during clean up (separate issue)?
At some point, that constants
On Thu, 29 May 2025 10:22:39 GMT, Sergey Bylokhov wrote:
> The [next PR](https://github.com/openjdk/jdk/pull/23044) introduces several
> new methods to the ICC_Profile class:
> - getProfileClass(byte[])
> - getColorSpaceType(byte[])
> - getPCSType(byte[])
> - checkRenderingIntent(byte[])
>
The [next PR](https://github.com/openjdk/jdk/pull/23044) introduces several new
methods to the ICC_Profile class:
- getProfileClass(byte[])
- getColorSpaceType(byte[])
- getPCSType(byte[])
- checkRenderingIntent(byte[])
These new methods extract data directly from the provided byte array rath