About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
developer-mayuan
3/14/2018 - 6:04 PM
share
Share
add_circle_outline
Save
OpenCV Premature end of JPEG file
check_jpeg
content_copy
file_download
def check(path): with open(path, 'rb') as f: f.seek(-2,2) if f.read() != '\xff\xd9': print path
clear