Skip to content

Commit

Permalink
Add 16-bit grayscale test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbruns authored and radarhere committed Dec 14, 2021
1 parent 6aca23c commit b1cc094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_imageqt.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def checkrgb(r, g, b):


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


Expand Down

0 comments on commit b1cc094

Please sign in to comment.