Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.1
-
Fix Version/s: 6.1.2
-
Component/s: Colour
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #13795 - https://icesoft.my.salesforce.com/5007000001bjNYu
Description
With the provided PDF files, some of the text/content should be rendered in magenta but are instead rendered black.
Activity
Arran Mccullough
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.1.2 [ 13070 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #48916 | Tue Jun 07 14:51:46 MDT 2016 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-6.1.0/icepdf/core/src/org/icepdf/core/pobjects/graphics/ICCBased.java
MODIFY /icepdf/branches/icepdf-6.1.0/icepdf/core/src/org/icepdf/core/pobjects/graphics/TilingPattern.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #49482 | Tue Nov 08 09:56:15 MST 2016 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/graphics/TilingPattern.java
MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/graphics/ICCBased.java |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
This took a while to track down but it turns out that our ICCBased colour space class was making some incorrect assumptions about min and max values that colour components should be bound by. The old code was just using 0 and 1 but we should be looking at the min and max values as defines by the colourspace's range values.