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
Migration
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31140 | Thu Sep 27 09:44:30 MDT 2012 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-4.3.3/icepdf/core/src/org/icepdf/core/pobjects/graphics/DeviceCMYK.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31384 | Wed Oct 10 11:13:46 MDT 2012 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-4.3.3/icepdf/core/src/org/icepdf/core/pobjects/graphics/DeviceCMYK.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31432 | Thu Oct 11 15:12:06 MDT 2012 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-4.3.3/icepdf/core/src/org/icepdf/core/pobjects/graphics/DeviceCMYK.java
MODIFY /icepdf/branches/icepdf-4.3.3/icepdf/core/src/org/icepdf/core/pobjects/Stream.java |
Migration
made changes -
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | Patrick Corless [ patrick.corless ] |
Migration
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Migration
made changes -
Fix Version/s | 4.3.4 [ 10341 ] |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.