Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.6_P01
-
Fix Version/s: 5.1
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
-
Support Case References:Support Case #12907 - https://icesoft.my.salesforce.com/5007000000dugM6
Description
The file in question is using text outline clipping as a mask to an image. If -Dorg.icepdf.core.imageReference=smoothScaled is used the clip is incorrectly applied. This can be avoided with -Dorg.icepdf.core.imageReference=default but this will adversely affect other images.
We'll need to pass in a custom flag when applying outline clipping to avoid image scaling .
We'll need to pass in a custom flag when applying outline clipping to avoid image scaling .
Activity
Field | Original Value | New Value |
---|---|---|
Description |
The file in question is using text outline clipping as a mask to an image. If -Dorg.icepdf.core.imageReference=smoothScaled is used the clip is incorrectly applied. This can be avoided with -Dorg.icepdf.core.imageReference=default but this will adversely affect other images.
We'll need tot pass in a custom flag when applying outline clipping to avoid image scaling. |
The file in question is using text outline clipping as a mask to an image. If -Dorg.icepdf.core.imageReference=smoothScaled is used the clip is incorrectly applied. This can be avoided with -Dorg.icepdf.core.imageReference=default but this will adversely affect other images.
We'll need to pass in a custom flag when applying outline clipping to avoid image scaling . |
Attachment | Chicago_Guide_Updated1.pdf [ 17265 ] |
Support Case References | Support Case #12907 - https://icesoft.my.salesforce.com/5007000000dugM6 |
Fix Version/s | 5.1 [ 10675 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #42104 | Wed Aug 13 14:43:12 MDT 2014 | patrick.corless | |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #42130 | Wed Aug 20 14:20:25 MDT 2014 | patrick.corless | |
Files Changed | ||||
![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
What appears to be happening here is that the black text is actually a 2x2 image that has a large image smask like 220x25. The reason the masking goes wrong is that the the trilinear smooth scaling operation does the math on a 2x2 images and not the resized 220x25.
Once this change is made the image is no longer scaled and smoothed slightly by the trilenear scaling.