mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-29 11:26:17 +03:00
XMP feature added
This commit is contained in:
parent
eeee980cf7
commit
50e88764e8
|
@ -1318,7 +1318,7 @@ class Image:
|
|||
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user