mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-22 05:04:46 +03:00
commit
0249be4956
|
@ -1320,7 +1320,11 @@ class Image:
|
|||
return self._exif
|
||||
|
||||
def getxmp(self):
|
||||
|
||||
"""
|
||||
Returns an object containing the xmp tags for a given image.
|
||||
:returns: XMP tags in an object.
|
||||
"""
|
||||
|
||||
xmp = {}
|
||||
|
||||
for segment, content in self.applist:
|
||||
|
|
Loading…
Reference in New Issue
Block a user