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
b5c9a90506
commit
b27410488a
|
@ -1320,6 +1320,10 @@ class Image:
|
||||||
return self._exif
|
return self._exif
|
||||||
|
|
||||||
def getxmp(self):
|
def getxmp(self):
|
||||||
|
"""
|
||||||
|
Returns an object containing the xmp tags for a given image.
|
||||||
|
:returns: XMP tags in an object.
|
||||||
|
"""
|
||||||
|
|
||||||
xmp = {}
|
xmp = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user