Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.1.2, 6.0.0_P01
-
Fix Version/s: 6.0.1
-
Component/s: Core/Rendering
-
Labels:None
-
Environment:Levigo JBIG2, imageReference=smoothScaled
-
Support Case References:Support Case #13568 - https://icesoft.my.salesforce.com/5007000001Q0Mbi
Description
When the Levigo JBIG2 Jars are on the classpath and org.icepdf.core.imageReference=smoothScaled is set, the images in the PDF file provided by the customer take a long time to render (25+ Seconds).
When removing the Levigo jar from the classpath and using the same property rendering happens much faster.
When using org.icepdf.core.imageReference=scaled rendering happens even quicker but at the cost of quality.
When removing the Levigo jar from the classpath and using the same property rendering happens much faster.
When using org.icepdf.core.imageReference=scaled rendering happens even quicker but at the cost of quality.
Activity
Arran Mccullough
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #46221 | Fri Nov 13 13:25:54 MST 2015 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-6.0.0_P01/icepdf/core/src/org/icepdf/core/pobjects/ImageUtility.java
|
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.0.1 [ 12071 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #46222 | Fri Nov 13 13:28:29 MST 2015 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/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 ] |
The first page of the test document has a large number very big images that need to be processed. I've correct a performance issue with our image masking masking method that handles the fill colour. The pages load a bit quicker but there is still a delay, the rest of the pages are quite a bit faster.