Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.2
-
Fix Version/s: 5.0.3
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
-
Salesforce Case Reference:
Description
The file in question contains an image that has an image mask. The Image mask is about 3x bigger then the image that is being masked. This is the first time we've seen an example where the mask is bigger then the base image.
In such a case we should be scaling the base image to match the size of the image mask.
In such a case we should be scaling the base image to match the size of the image mask.
Activity
Patrick Corless
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case Reference | 5007000000TucwoAAB |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35869 | Tue Jun 04 13:01:43 MDT 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/ImageUtility.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35870 | Tue Jun 04 13:02:02 MDT 2013 | 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 ] |
Update method to scale base image to match the image mask. Change has been checked into the 5.0.1 branch and trunk.