hMatoba / Piexif

Exif manipulation with pure python script.
MIT License
367 stars 81 forks source link

New function safe_load() that do not stop parsing of EXIF after any error in data. #101

Open Cykooz opened 4 years ago

Cykooz commented 4 years ago

Added new function safe_load() that do not stop parsing of EXIF after any error in data. Instead it collects all errors into special list. As a result the function returns tuple contains a dictionary with parsed EXIF and list of all errors.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.6%) to 94.247% when pulling 8f477292354d8884c4a921da2fee36a7fa549bae on Cykooz:master into 3422fbe7a12c3ebcc90532d8e1f4e3be32ece80c on hMatoba:master.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.6%) to 94.252% when pulling 8f477292354d8884c4a921da2fee36a7fa549bae on Cykooz:master into 3422fbe7a12c3ebcc90532d8e1f4e3be32ece80c on hMatoba:master.