Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.3.3
-
Fix Version/s: 4.3.4
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
Description
The sample PDF renders without error but the green back ground is quite a bit darker then what acrobat renders. The PDF uses a fairly complex colour model but after double checking the logic I think we are looking at a standard issues with CMYK to RGB colour conversion. The conversion process tends to generate darking colours then adobe.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Update the DeviceCMYK conversion logic to match what we are doing in the stream class for image conversion. The basic idea behind the conversion tweak is to reduce the black or Y by about a third to give a better overall colour conversion to rgb.