Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.3.4
-
Fix Version/s: 5.0.1
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:-
-
Salesforce Case Reference:
Description
The image in the attached PDF is being rendered 3 times for each page along with a black space. (was: The image in the attached PDF is being rendered 3 times for each page. )
Activity
Migration
created issue -
Migration
made changes -
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | Tyler Johnson [ tyler.johnson ] |
Migration
made changes -
Summary | Rendering duplicate images | Rendering duplicate images and black space (was: Rendering duplicate images) |
Description |
The image in the attached PDF is being rendered 3 times for each page. |
The image in the attached PDF is being rendered 3 times for each page along with a black space. (was: The image in the attached PDF is being rendered 3 times for each page. ) |
Migration
made changes -
Fix Version/s | 5.0 [ 10314 ] |
Patrick Corless
made changes -
Fix Version/s | 5.0.1 [ 10872 ] | |
Fix Version/s | 5.0 [ 10314 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34471 | Fri Apr 19 11:03:31 MDT 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/graphics/PColorSpace.java
|
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Tyler Johnson
made changes -
Salesforce Case Reference | 5007000000PUiGYAA1 |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
The 3 smaller images was the result of interpreting the image using the DeviceRGB colour space instead of DeviceGray. This appears to be the result of pretty simple copy in paste error in the PColorSpace class. Must be a very rare parsing case as this is the first know execution of this code.