Skip to content

Commit 0742941

Browse files
authored
Test rendering of JPEG XL images (#42626)
1 parent 1533774 commit 0742941

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed

jpegxl/META.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
spec: https://jpeg.org/jpegxl/workplan.html
2+
suggested_reviewers:
3+
- mo271

jpegxl/resources/3x3.png

85 Bytes
Loading

jpegxl/resources/3x3_srgb.jxl

55 Bytes
Binary file not shown.

jpegxl/srgb-ref.html

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!DOCTYPE html>
2+
<title>JPEG XL test reference</title>
3+
4+
<img src="./resources/3x3.png">

jpegxl/srgb.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!DOCTYPE html>
2+
<title>JPEG XL test</title>
3+
<link rel="help" href="https://jpeg.org/jpegxl/">
4+
<link rel="match" href="srgb-ref.html">
5+
<meta name="assert" content="JPEG XL image is rendered correctly">
6+
7+
<img src="./resources/3x3_srgb.jxl">

0 commit comments

Comments
 (0)