Originally reported by: igorm@users.sourceforge.net Regarding to the test file hack3[1].eps attached to bug #647124 : GS renders it to display with slightly blue background. Adobe CPSI paints it with white background. Distilled with Adobe Distiller 5.0 and viewed with Acrobat reader 4 and 5 renders white background. So it's an incompatibility. The document sets /WhitePoint [0.9642 1.0000 0.8249]. Probably something is wrong in GS with mapping the white point to device color.
Default Ghostscript CRD does chromatic adaptation in RGB color space. This is definitely wrong. In practical terms it means that /MatricPQR is missing from the CRD. HP has published a public domain CDR for sRGB color space. http://www.srgb.com/postscript/srgbpscrd.htm My patch is similar to sRGB but uses C implementation of TransformPQR
Created attachment 64 [details] sRGB CRD patch
The patch is committed to HEAD branch.
*** Bug 686752 has been marked as a duplicate of this bug. ***