mazesolving icon indicating copy to clipboard operation
mazesolving copied to clipboard

Suppress PIL.Image.DecompressionBombError

Open peeves91 opened this issue 6 years ago • 2 comments

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.

peeves91 avatar Mar 06 '19 04:03 peeves91

Yep I had this problem too.

Menotdan avatar Oct 12 '19 13:10 Menotdan

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?

mikepound avatar Feb 06 '20 10:02 mikepound