Summary: | color components are systematically too low | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Felix Pahl <fpahl> |
Component: | General | Assignee: | Dan Coby <dan.coby> |
Status: | NOTIFIED WONTFIX | ||
Severity: | minor | Keywords: | bountiable |
Priority: | P4 | ||
Version: | 7.04 | ||
Hardware: | PC | ||
OS: | Windows XP | ||
Customer: | Word Size: | --- |
Description
Felix Pahl
2003-02-26 06:55:40 UTC
Assigning to Dan. Note to self - reference bug #465921 - Retest if changes made. Note: I have been checking the math in the color look up logic. There seem to be two sources of error. There is no interpolation done with table entries which are less than 0.01 apart. This is controlled by a value in gscie.h. The table entries are clamp to the output range. As a result, there can be errors in the interpolation if one table entry is clamped and the other is not. |