diff --git a/autotests/read/jxl/gray_linear_lossy.jxl b/autotests/read/jxl/gray_linear_lossy.jxl new file mode 100644 index 0000000..49f6dff Binary files /dev/null and b/autotests/read/jxl/gray_linear_lossy.jxl differ diff --git a/autotests/read/jxl/gray_linear_lossy.jxl.json b/autotests/read/jxl/gray_linear_lossy.jxl.json new file mode 100644 index 0000000..7157114 --- /dev/null +++ b/autotests/read/jxl/gray_linear_lossy.jxl.json @@ -0,0 +1,14 @@ +[ + { + "fileName" : "gray_linear_lossy.png", + "fuzziness" : 1, + "description" : "Minimum fuzziness value to pass the test on all architectures.", + "colorSpace" : { + "description" : "Gra_D65_Rel_SRG", + "primaries" : "Custom", + "transferFunction" : "SRgb", + "gamma" : 0, + "colorModel" : "Gray" + } + } +] diff --git a/autotests/read/jxl/gray_linear_lossy.png b/autotests/read/jxl/gray_linear_lossy.png new file mode 100644 index 0000000..416e2a9 Binary files /dev/null and b/autotests/read/jxl/gray_linear_lossy.png differ