mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-22 13:14:45 +03:00
commit
0249be4956
|
@ -1320,6 +1320,10 @@ 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 = {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user