Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.4, 5.0.0 alpha1, 5.0.0 beta1
-
Fix Version/s: 5.0
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
Description
The cmyk colour conversion to rgb algorithm has always produced image that were a little dark when compared to acrobat. During the image refactoring work there was a consolidation as to which cmyk algorirthms where being used add a a result the black levels are a lot closer then in 4.x.
I'm going to revert our fudge value but also include a system property org.icepdf.core.cmyk.black=255. Values greater than 255 will lighten an image and values less than 255 will darken the image.
I'm going to revert our fudge value but also include a system property org.icepdf.core.cmyk.black=255. Values greater than 255 will lighten an image and values less than 255 will darken the image.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34233 | Thu Apr 04 15:23:04 MDT 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/ImageUtility.java
MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/graphics/DeviceCMYK.java |