Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.2.5
-
Fix Version/s: 6.3
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
-
Support Case References:
Description
The PDF in question has two image compositions that use a base image that is 2x2 pixels and a mask that is very late, so large in fact most system won't have enough memory to process it (18460x23201) uncompresed is ~3.4GB.
Given the nature of the masking effect we can subsample the mask image to a more seasonable image size. This process take a little time but does get the PDF to render in a reasonable amount of time.
Given the nature of the masking effect we can subsample the mask image to a more seasonable image size. This process take a little time but does get the PDF to render in a reasonable amount of time.
Activity
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.3 [ 13093 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51919 | Wed Sep 20 08:54:28 MDT 2017 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/core-awt/src/main/java/org/icepdf/core/pobjects/ImageUtility.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51920 | Wed Sep 20 08:54:39 MDT 2017 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-6.2.0/icepdf/core/src/org/icepdf/core/pobjects/ImageUtility.java
|
Judy Guglielmin
made changes -
Support Case References | Support Case 14189:- https://icesoft.my.salesforce.com/5000g00001lkJyH?srPos=0&srKp=500 |
Judy Guglielmin
made changes -
Support Case References | Support Case 14189:- https://icesoft.my.salesforce.com/5000g00001lkJyH?srPos=0&srKp=500 |
Support Case 14189:- https://icesoft.my.salesforce.com/5000g00001lkJyH?srPos=0&srKp=500
Support Case 14190 :- https://icesoft.my.salesforce.com/5000g00001lkK37?srPos=1&srKp=500 Support Case 14191:- https://icesoft.my.salesforce.com/5000g00001lkKAN?srPos=2&srKp=500 Support Case 14192:- https://icesoft.my.salesforce.com/5000g00001lkKGk?srPos=3&srKp=500 |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52150 | Wed Dec 13 09:15:53 MST 2017 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-6.2.0/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 scaling will now kick in for images greater then 7500 which is the new default value for org.icepdf.core.imageMaskScale.width and org.icepdf.core.imageMaskScale.height.