fix testing/web-platform/tests/jpegxl/resources/conformance_alpha_nonpremultiplied.jxl to not contain unspec'ed behaviour
Categories
(Core :: Graphics: ImageLib, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: tnikkel, Assigned: tnikkel)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
| Assignee | ||
Updated•1 month ago
|
| Assignee | ||
Comment 1•1 month ago
|
||
After talking to jpegxl developer, the color channels in this file contain values that go about the 0..1 range. Since the image ha alpha then the question is if the proper way to handle that is to blend the color and alpha and then clip the result, or clip the color values first and then blend with the alpha. According to the jpegxl developers the spec does not say what to do. This test is intended to test basic functionality, not unspec'ed edge cases, so the fix is to change the test file so that that color channels stay within 0..1. The update test file was provided to me by jpegxl developers.
Comment 3•28 days ago
|
||
| bugherder | ||
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/59374 for changes under testing/web-platform/tests
Upstream PR merged by moz-wptsync-bot
Description
•