Open reidprichard opened 9 months ago
Seems like Pillow (python lib) made some changes after 9.5.0. Bandaid fix: pip install Pillow==9.5.0.
pip install Pillow==9.5.0
How we can still use the getsize() for latest Pillow==10?
Seems like Pillow (python lib) made some changes after 9.5.0. Bandaid fix:
pip install Pillow==9.5.0
.