Bug 691466

Summary: Colors not rendering correctly in certain files
Product: Ghostscript Reporter: Jason Giglio <gigs>
Component: ColorAssignee: Michael Vrhel <michael.vrhel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: master   
Hardware: PC   
OS: Linux   
Customer: Word Size: ---

Description Jason Giglio 2010-07-16 13:48:42 UTC
Created attachment 6499 [details]
source file

In the attached file, the banner at the top should be red, not purple.
Comment 1 Jason Giglio 2010-07-16 13:49:21 UTC
Created attachment 6500 [details]
correct color
Comment 2 Jason Giglio 2010-07-16 13:49:54 UTC
Created attachment 6501 [details]
incorrect color

gsc -dNOPAUSE -dBATCH -sOutputFile=/dev/shm/test -sDEVICE=tiffsep -r300 -f /storage/archive/03430MRO750.pdf
Comment 3 Michael Vrhel 2010-12-05 02:28:03 UTC
Created attachment 7004 [details]
bug691466_simple

A simplified file that has the problem.
Comment 4 Michael Vrhel 2010-12-06 17:56:34 UTC
Identified the issue.  The DeviceN alternate color space is CIELAB and there was no code to properly adjust the CIELAB data to the proper range for the CMM.  Testing a fix for this now.
Comment 5 Michael Vrhel 2010-12-06 20:30:55 UTC
Fixed rev 11937