Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.7
-
Fix Version/s: 5.1
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #13013 - https://icesoft.my.salesforce.com/5007000000lyikn
Description
The image for each page of the provided pdf is rendered at a 45 degree angle.
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 5.1 [ 10675 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #42560 | Mon Sep 15 14:08:56 MDT 2014 | patrick.corless | |
Files Changed | ||||
![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
The images in question use a rarely used /CalGray colour space. Our imaging code doesn't have a case for this in makeImageWithRasterFromBytes() method and as a result we fall back our some fall back code that can't handle the banding.
I've added a /CalGray handler to the makeImageWithRasterFromBytes() method which is in fact very similar to how we handle device gray.
The image in question loads correctly and quite a bit faster which is an added bonus.