Closed
Bug 454430
Opened 17 years ago
Closed 17 years ago
MochiTests need to force sRGB as an output profile
Categories
(Core :: Graphics: Color Management, defect)
Core
Graphics: Color Management
Tracking
()
RESOLVED
FIXED
People
(Reporter: bholley, Unassigned)
References
Details
Attachments
(1 file)
872 bytes,
patch
|
vlad
:
review+
|
Details | Diff | Splinter Review |
Similar to bug 452125, but this affects mochitests instead of reftests.
The canvas mochitests are failing because they draw into the canvas, read it out with getImageData, and expect the colors to be identical. Since we color correct as we draw into the buffer, there's (unfortunately) no way to guarantee this. As a kind of crappy workaround, we use the srgb forcing machinery we put together for reftests to more or less nullify the effects of color management during mochitests.
Flagging vlad for review.
Attachment #337698 -
Flags: review?(vladimir)
Attachment #337698 -
Flags: review?(vladimir) → review+
Reporter | ||
Comment 1•17 years ago
|
||
pushed in 0fbab18a3e8f
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•16 years ago
|
Product: Core → Core Graveyard
Reporter | ||
Updated•16 years ago
|
Component: GFX → GFX: Color Management
Product: Core Graveyard → Core
QA Contact: general → color-management
You need to log in
before you can comment on or make changes to this bug.
Description
•