JPEG 2000 file cannot be Image.reduce() 'd
... because img.reduce becomes a integer 0 during loading somehow.
Can be repeated with
this image
$ python -c 'import PIL;from PIL import Image; im = Image.open("pillow_bug.jp2"); print(PIL.__version__);print(im.reduce)'
7.1.0.dev0
0
JPEG 2000 file cannot be Image.reduce() 'd
... because img.reduce becomes a integer 0 during loading somehow.
Can be repeated with
this image