Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python から exiv2 を呼び出して、画像からすべての EXIF タグを取り除き、Python からの EXIF タグなしで画像の md5 ハッシュを計算したいと思います。
これを行う最善の方法は何ですか?
サブプロセス( here )をシェルアウトして、これを行うことができます:
exiv2 -da a.jpg && md5 < a.jpg
また
jhead -purejpg a.jpg