From b1cc094f57b8dcc445dbf11e5f077f097940b8ad Mon Sep 17 00:00:00 2001 From: Christopher Bruns Date: Mon, 29 Nov 2021 16:54:09 -0800 Subject: [PATCH] Add 16-bit grayscale test --- Tests/test_imageqt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_imageqt.py b/Tests/test_imageqt.py index 53b1fef7c..a7947b0a2 100644 --- a/Tests/test_imageqt.py +++ b/Tests/test_imageqt.py @@ -42,7 +42,7 @@ def test_rgb(): def test_image(): - for mode in ("1", "RGB", "RGBA", "L", "P"): + for mode in ("1", "RGB", "RGBA", "L", "P", "I;16"): ImageQt.ImageQt(hopper(mode))