Skip to content

v0.5.2

Compare
Choose a tag to compare
@sylikc sylikc released this 04 Mar 05:47
· 65 commits to master since this release

Released to PyPI

  • Docstrings have been completely updated. Documentation has been extensively overhauled and is now current to the latest version. View it at https://sylikc.github.io/pyexiftool/
  • ExifToolHelper() gets set_tags() method.
  • ExifToolHelper() will check_execute status code by default and raise ExifToolExecuteError on a non-zero exit status. This should give feedback as to whether the underlying exiftool process encountered an error or succeeded.