tbepler/topaz

"Integer overflow in ysize" when loading very large micrographs

tbepler opened this issue · 1 comments

Topaz errors when reading very large micrographs due to "MemoryError: Integer overflow in ysize" in pillow when the numpy array is turned into a pillow image.

Issue in pillow: python-pillow/Pillow#3963. Apparently this is fixed in the recent pillow release.

Increased pillow version requirement to 6.2.0 to guarantee pillow version has above fix in commit efb9e4a