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.
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.