We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1244886 commit 54de6f9Copy full SHA for 54de6f9
wkcuber/image_readers.py
@@ -6,6 +6,9 @@
6
from .vendor.dm3 import DM3
7
from .vendor.dm4 import DM4File
8
9
+# Disable PIL's maximum image limit.
10
+Image.MAX_IMAGE_PIXELS = None
11
+
12
13
class PillowImageReader:
14
def read_array(self, file_name, dtype):
0 commit comments