hMatoba / Piexif

Exif manipulation with pure python script.
MIT License
372 stars 83 forks source link

Explicit error handling fixes #31

Closed jaddison closed 7 years ago

jaddison commented 7 years ago

Updated docs, changelog and version. Minor unrelated fixes included. Everything should be backward-compatible.

Added InvalidImageDataError exception, which inherits from ValueError - this allows complete backward compatibility for anyone catching the ValueError exception.

Edit: This is related to our discussion in https://github.com/hMatoba/Piexif/issues/30.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.002%) to 99.522% when pulling 63ff6866f42573f5773a8d1e23c66e2374fda259 on jaddison:exif-fixes into 9fee596ff69267ddef9043bcec19e811630dd71e on hMatoba:master.