xmp feature

This commit is contained in:
UrielMaD 2020-12-27 17:55:25 -06:00
parent 207fcd61a5
commit b5c9a90506

View File

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