Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.6_P01
-
Fix Version/s: 5.0.7
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
Description
A customer has asked us if we can make org.icepdf.core.cmyk.image.black a dynamic property. The property is currently processed in the ImageUtility class.
The enhancement would allow for the property to be set on document by document instance.
The enhancement would allow for the property to be set on document by document instance.
Activity
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 5.0.7 [ 11470 ] |
Patrick Corless
made changes -
Fix Version/s | 5.1 [ 10675 ] | |
Fix Version/s | 5.0.7 [ 11470 ] |
Patrick Corless
made changes -
Fix Version/s | 5.0.7 [ 11470 ] | |
Fix Version/s | 5.1 [ 10675 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #42059 | Fri Aug 01 08:34:21 MDT 2014 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-5.0.1/icepdf/core/src/org/icepdf/core/pobjects/ImageUtility.java
|
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
I've make a few changes the ImageUitility class so that an singleton instance of the class will be retrieved when access in the org.icepdf.core.cmyk.image.black property. So in theory the property can be changed dynamically, however this assume that a single thread is being used. To support multithread access quite a bit more work would be required.