mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-22 13:14:45 +03:00
commit
35baa022b5
|
@ -1332,7 +1332,7 @@ class Image:
|
|||
xmp_atribs = []
|
||||
for child, value in element.attrib.items():
|
||||
xmp_atribs.append({child.split('}')[1]: value})
|
||||
xmp.update({element.tag.split('}')[1]: atrib})
|
||||
xmp.update({element.tag.split('}')[1]: xmp_atribs})
|
||||
|
||||
|
||||
return xmp
|
||||
|
|
Loading…
Reference in New Issue
Block a user