LeoHsiao1 / pyexiv2

Read and write image metadata, including EXIF, IPTC, XMP, ICC Profile.
GNU General Public License v3.0
201 stars 39 forks source link

Outdated function #30

Closed namename-123 closed 4 years ago

namename-123 commented 4 years ago

Hello I'm trying to change the MD5 hash of a file using the code from this question https://stackoverflow.com/questions/15254514/how-can-i-change-an-images-md5-hash-in-python But since the reply is pretty old it's saying AttributeError: module 'pyexiv2' has no attribute 'ImageMetadata What's the new function??

LeoHsiao1 commented 4 years ago

Hi! You're talking about the old pyexiv2, which has stopped updating in 2011. This is its website: https://launchpad.net/pyexiv2/ If you use my pyexiv2, please look at this document: https://github.com/LeoHsiao1/pyexiv2/blob/master/docs/Tutorial.md

github-actions[bot] commented 3 years ago

This issue has been automatically closed because there has been no activity for a month.