mazesolving
mazesolving copied to clipboard
Suppress PIL.Image.DecompressionBombError
this error is thrown by PIL when you put an exceptionally large image into it, since it thinks it could be a DOS attack, and it rejects it. adding this line prevents such errors.
Yep I had this problem too.
Sorry for only just getting around to this! This looks good, could you alter the commit to re-include the print("Loading Image") line before I merge?