Closed
Bug 2024556
Opened 2 months ago
Closed 1 month ago
Add a testing pref that forces color management of jxl to be done by qcms even in the simple cases
Categories
(Core :: Graphics: ImageLib, enhancement)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
150 Branch
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: tnikkel, Assigned: tnikkel)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•2 months ago
|
||
If using a simple color encoding like srgb jxl-rs will perform all color management internally if possible. It only calls into qcms if it is something that it can't handle internally, like an icc profile. For testing/development comparison purposes I find it necessary to have a way to force qcms to be used easily.
Pushed by tnikkel@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/8c5a5becb627
https://hg.mozilla.org/integration/autoland/rev/766a6f086574
Add a testing pref that forces color management of jxl to be done by qcms even in the simple cases. r=saschanaz
Comment 3•1 month ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox150:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 150 Branch
Updated•1 month ago
|
QA Whiteboard: [qa-triage-done-c151/b150]
You need to log in
before you can comment on or make changes to this bug.
Description
•