You have a corrupt image file, so the image processing library is throwing an error reading it. Use a try:/except: block in your code to handle the error.
>All comments
You have a corrupt image file, so the image processing library is throwing an error reading it. Use a try:/except: block in your code to handle the error.
Most helpful comment
You have a corrupt image file, so the image processing library is throwing an error reading it. Use a
try:/except:block in your code to handle the error.