[Webkit-unassigned] [Bug 23462] Add RGB -> CMYK conversion algorithm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 21 14:52:13 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23462





------- Comment #2 from mitz at webkit.org  2009-01-21 14:52 PDT -------
(From update of attachment 26907)
> +    int r = static_cast<int>(255 * (colors * (1 - m_cyan)));

This is suspicious, as it maps only one value to 255. Shouldn't nextafterf(256,
0) be used instead of 255?


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list