Skip to content

Commit f5c419d

Browse files
hjanuschkachromium-wpt-export-bot
authored andcommitted
Add JPEG XL ProPhoto RGB color management reftest
Add a ProPhoto RGB ICC fixture and compare its JPEG XL rendering against an equivalent sRGB PNG reference. Bug: None Change-Id: I018fafdb1a693324d1b14d8ca4411881a3a332ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/8276711 Commit-Queue: Helmut Januschka <helmut@januschka.com> SLSA-Policy-Verified: SLSA Policy Verification Service <devtools-gerritcodereview-exitgate@google.com> Reviewed-by: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/main@{#1683924}
1 parent 3e8578b commit f5c419d

4 files changed

Lines changed: 13 additions & 0 deletions

File tree

jpegxl/resources/prophoto-rgb.jxl

489 Bytes
Binary file not shown.

jpegxl/resources/prophoto-rgb.png

4.61 KB
Loading
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!DOCTYPE html>
2+
<link rel="stylesheet" href="resources/jpegxl-reftest.css">
3+
4+
<img src="resources/prophoto-rgb.png">
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<title>JPEG XL: ProPhoto RGB ICC color management</title>
3+
<link rel="help" href="https://github.com/web-platform-tests/interop-jpegxl/issues/4">
4+
<link rel="match" href="wide-gamut-prophoto-rgb-ref.html">
5+
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-4096">
6+
<meta name="assert" content="A JPEG XL image with a ProPhoto RGB ICC profile is color managed to match an equivalent sRGB PNG.">
7+
<link rel="stylesheet" href="resources/jpegxl-reftest.css">
8+
9+
<img src="resources/prophoto-rgb.jxl">

0 commit comments

Comments
 (0)