Closed
Bug 454688
Opened 16 years ago
Closed 16 years ago
Faint differences with reference images on gamma tests with iCCP chunk
Categories
(Core :: Graphics: Color Management, defect)
Core
Graphics: Color Management
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bholley, Assigned: bholley)
References
(Blocks 1 open bug, )
Details
Issue arose at the end of bug 53597. Filing a new bug and closing the old one for clarity.
Comment 1•16 years ago
|
||
Changing platform from MacOS to ALL since I'm seeing the same thing on Windows XP.
OS: Mac OS X → All
Hardware: PC → All
Comment 2•16 years ago
|
||
The faint differences that I see are apparently due to the mathematical
impossibility of representing some of the color-cube's intensity levels
exactly when gamma is 1.0 (which is very different from 1/2.2). Particularly,
the sRGB intensity level 0x33 (51) is 7 in gamma=1.0 space and when you convert
that back to sRGB the level is 49 instead of 51. The next step, 8, would
convert to 52. Similarly, the level 0xcc (204) ends up being 203 when
converted to gamma=1.0 when creating the test and back to sRGB by the
browser.
The only way to "fix" this would be to use greater than 8-bit precision,
but we don't want to do that, so I suggest resolving this as WONTFIX or
possibly INVALID.
Blocks: 455077
Assignee | ||
Comment 3•16 years ago
|
||
Fair enough - thanks for looking into that Glenn
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
Updated•16 years ago
|
Product: Core → Core Graveyard
Assignee | ||
Updated•16 years ago
|
Component: GFX → GFX: Color Management
Product: Core Graveyard → Core
QA Contact: general → color-management
Comment 5•13 years ago
|
||
Differences are no longer faint. They become quite noticeable lately.
It's very visible at the last 2 rows here:
http://libpng.org/pub/png/png-gammatest.html
For example, in the last image in the last row, instead of expected color #CC9900 I see #D1A416
You need to log in
before you can comment on or make changes to this bug.
Description
•