Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.4
-
Fix Version/s: 5.0.5
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
-
Salesforce Case Reference:
Description
In 5.0.4 the newly licensed Levigo JBIG2 library was added to the pro bundles. The code used to load try and load the class reflectively would try for every image found in a document which could result many log writes as the error was reported as a warning.
I've updated the ImageStream to check once for the Levigo JBIG2 library and cache the result for subsequent checks. The end users should only see one fine level log message indicating if the Levigo JBIG2 library was successfully loaded or not.
I've updated the ImageStream to check once for the Levigo JBIG2 library and cache the result for subsequent checks. The end users should only see one fine level log message indicating if the Levigo JBIG2 library was successfully loaded or not.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #39082 | Tue Dec 03 10:52:00 MST 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/ImageStream.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #39081 | Tue Dec 03 10:51:51 MST 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-5.0.1/icepdf/core/src/org/icepdf/core/pobjects/ImageStream.java
|