Merge pull request #8 from UrielMaD/xmp_feature

xmp feature
This commit is contained in:
Uriel Martinez 2020-12-27 17:56:16 -06:00 committed by GitHub
commit 3992fc6ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1334,7 +1334,6 @@ class Image:
xmp_atribs.append({child.split('}')[1]: value})
xmp.update({element.tag.split('}')[1]: xmp_atribs})
return xmp
def getim(self):