Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.1.2
-
Fix Version/s: 6.0
-
Component/s: Core/Rendering
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #13378 - https://icesoft.my.salesforce.com/50070000017cwbF
Description
With the provided PDF file, the text in the file is at first rendered very light/faint. After approximately 1 second it is rendered a bit darker but is still quite light/faint compared to Adobe.
The image is question is a 8 bit DeviceGray image. We normally build a a compatible colour model, colour space and the final buffered image. For some reason the image is decoded with colours that are slighly lighter then expected. After quite a bit of experimenting I've moved to converting the Y device gray colour data to RGB which has resulted in a improved colour representation when compared to other viewers.
The fix seems good enough but there is a high risk of regressions. I'll need to run a full QA run.