Summary: | incorrect white point handling | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Felix Pahl <fpahl> |
Component: | General | Assignee: | Dan Coby <dan.coby> |
Status: | NOTIFIED FIXED | ||
Severity: | minor | Keywords: | bountiable |
Priority: | P2 | ||
Version: | 7.04 | ||
Hardware: | PC | ||
OS: | Windows XP | ||
Customer: | Word Size: | --- | |
Attachments: |
example with unusual white point in a CalGray color space
example with unusual white point in a CalRGB color space example with unusual white point in a Lab color space CalGray patch |
Description
Felix Pahl
2003-02-26 06:30:11 UTC
Created attachment 13 [details]
example with unusual white point in a CalGray color space
Created attachment 14 [details]
example with unusual white point in a CalRGB color space
Created attachment 15 [details]
example with unusual white point in a Lab color space
I now found a related bug: http://bugs.ghostscript.com/show_bug.cgi?id=650802 This may well be the same problem. I couldn't find the sample file mentioned in that bug report (presumably because the bug it was attached to has been closed), but I think the sample files I've uploaded demonstrate the problem more drastically due to the unusual white points. Assigning to Dan. In the case of CalRGB and Lab color space, the bug is fixed. I can reproduce all the problems with gs7.00 but, with the current cvs head, only CalGray makes incorrect output while CalRGB and Lab make good output. The fix is very simple. We just need to follow PDF spec and use correct MatrixA in the CIEBasedA color space derived from CalGray. The patch is attached. Created attachment 139 [details]
CalGray patch
The patch is committed to HEAD branch. |