Add 16-bit grayscale test

This commit is contained in:
Christopher Bruns 2021-11-29 16:54:09 -08:00 committed by Andrew Murray
parent 6aca23cfa3
commit b1cc094f57

View File

@ -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))