mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-22 13:14:45 +03:00
xmp feature
This commit is contained in:
parent
6138d4612e
commit
ec141fd3ba
|
@ -1335,7 +1335,6 @@ class Image:
|
||||||
for child, value in element.attrib.items():
|
for child, value in element.attrib.items():
|
||||||
print(child.split('}')[1] + ": " + value)
|
print(child.split('}')[1] + ": " + value)
|
||||||
|
|
||||||
|
|
||||||
return root
|
return root
|
||||||
|
|
||||||
def getim(self):
|
def getim(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user