We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
9-bit precision JPEG 2000 codestream with a .txt extension: 9bit.txt (rename to 9bit.j2k)
with Image.open("9bit.j2k") as im: assert im.mode == "I;16" assert im.size == (128, 128)
No exceptions
AssertionError: assert 'L' == 'I;16'
main
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What did you do?
9-bit precision JPEG 2000 codestream with a .txt extension: 9bit.txt (rename to 9bit.j2k)
What did you expect to happen?
No exceptions
What actually happened?
AssertionError: assert 'L' == 'I;16'
What are your OS, Python and Pillow versions?
main
19cd94bThe text was updated successfully, but these errors were encountered: