Sn1PeR

Results 2 comments of Sn1PeR

To add to this, the latest version of Pillow removed the getsize method, to fix this: Pillow==9.5.0

Rolling back to PyTak version 3.5.2 fixed this error for me. ``` git clone https://github.com/ampledata/pytak cd pytak pip uninstall pytak git checkout 782742e python setup.py install ```