-
Enhancement
-
Resolution: Fixed
-
P4
-
20
-
b24
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8311072 | 17.0.9 | Sergey Bylokhov | P4 | Resolved | Fixed | b01 |
The Java2d do not use "half" float in the image layouts, so we can disable it in the LittleCMS library during the build. It is possible to do using this option:
// Uncomment to get rid of the tables for "half" float support
// #define CMS_NO_HALF_SUPPORT 1
// Uncomment to get rid of the tables for "half" float support
// #define CMS_NO_HALF_SUPPORT 1
- backported by
-
JDK-8311072 Skip the "half float" support in LittleCMS during the build
- Resolved