Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.2
-
Fix Version/s: 4.2.2
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
Description
A client sent in a few sample files that showed up black after the 4.2 release. When function 4 support was added in version 4.2 it changed the execution of the the getColor method resulting in black being returned by default which was wrong.
The seperation colour model is subtractive and doesn't apply to Java so we should fall back to the alternative colour space and the tint. Type 4 functions where added in 4.2 which I think addresses most of the issue that we previously saw in seperation and why there was a strange black/white colour hack in the code.
The seperation colour model is subtractive and doesn't apply to Java so we should fall back to the alternative colour space and the tint. Type 4 functions where added in 4.2 which I think addresses most of the issue that we previously saw in seperation and why there was a strange black/white colour hack in the code.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Removed black/white colour patch code. My initial testing shows the new type4 function support addressed the colour issues.