XMP feature added

This commit is contained in:
UrielMaD 2020-12-27 18:39:16 -06:00
parent eeee980cf7
commit 50e88764e8

View File

@ -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.