mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Update Tests/test_file_jpeg2k.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
1f182ce8da
commit
7ca9bddf93
|
@ -449,7 +449,6 @@ def test_plt_marker() -> None:
|
|||
|
||||
|
||||
def test_9bit():
|
||||
# Test 9-bit images are decoded to I;16
|
||||
with Image.open("Tests/images/9bit.j2k") as im:
|
||||
assert im.mode == "I;16"
|
||||
assert im.size == (128, 128)
|
||||
|
|
Loading…
Reference in New Issue
Block a user