Closed
Bug 2033295
Opened 1 month ago
Closed 29 days ago
fix cmyk wpt jpeg xl reference png
Categories
(Core :: Graphics: ImageLib, task)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
152 Branch
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: tnikkel, Assigned: tnikkel)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Updated•1 month ago
|
See Also: → https://github.com/libjxl/libjxl/issues/4734
| Assignee | ||
Comment 1•1 month ago
|
||
This png comes straight from https://github.com/libjxl/conformance/tree/master/testcases/cmyk_layers (which uses the same jxl file as test) whereas the png that is in wpt looks like it was generated using the generate_resources.sh script in the jpegxl directory which uses djxl to produce the reference png. So djxl must have a bug, I confirmed with the djxl on my system that is also had the same bug. The issue is whether the cmyk values are inverted or not. I filed https://github.com/libjxl/libjxl/issues/4734 for the djxl issue.
Pushed by tnikkel@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/a5939c7f9361
https://hg.mozilla.org/integration/autoland/rev/ccda661ccfcf
Fix cmyk wpt jpeg xl reference png. r=saschanaz
Comment 3•29 days ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 29 days ago
status-firefox152:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 152 Branch
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/59375 for changes under testing/web-platform/tests
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•