mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-22 05:04:46 +03:00
xmp feature
This commit is contained in:
parent
b5c9a90506
commit
b27410488a
|
@ -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