When doing
from PIL import Image
Image.open('test.jp2').show()
on the file
test.jp2.zip
an apparently incorrect result is displayed.
I have checked this with both the latest Pillow-10.1.0 as well as my reference Pillow-9.4.0: both results are identical and both are incorrect.
When doing
on the file
test.jp2.zip
an apparently incorrect result is displayed.
I have checked this with both the latest Pillow-10.1.0 as well as my reference Pillow-9.4.0: both results are identical and both are incorrect.