I'd like to call exiv2 from Python to strip all EXIF tags from an image, then calculate the md5 hash of the image without the EXIF tags from python.
What's the best way to do this?
I'd like to call exiv2 from Python to strip all EXIF tags from an image, then calculate the md5 hash of the image without the EXIF tags from python.
What's the best way to do this?
Copyright © 2021 Jogjafile Inc.
You can shell out a subprocess (here) and do this:
or