mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Add 16-bit grayscale test
This commit is contained in:
parent
6aca23cfa3
commit
b1cc094f57
|
@ -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))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user