Skip to navigation
Check with python if a images is corrupted
30.04.15
from PIL import Image try: #v_image = Image.open('BSEA07-RO.png') v_image = Image.open('SLBR015.png') v_image.verify() print "ok" except: print "error"
Reply
Anonymous
Information Epoch 1753120091
Distrust all claims for one true way.
Home
Notebook
Contact us