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:Support Case 14201:- https://icesoft.my.salesforce.com/5000g00001mewY0
Description
The file in question has several image but there is one that exhibits a banding decode issue. Basically the bit stream is decoded but there is an EOL or lack there of that throws the bit ordering off.
I've spend some time looking at the issue but haven't had much luck isolating the problem.
I've spend some time looking at the issue but haven't had much luck isolating the problem.
This turns out to be related to the malformed decodeParams attached to the PNG/flate decode. This is very similar to what we saw with a ccittfax decode issue with
PDF-1030. I've done some more checks to make sure out code occurrences of decodeParam as using the new method that handles the indirect reference lookup.