xmp feature

This commit is contained in:
UrielMaD 2020-12-27 17:58:45 -06:00
parent b5c9a90506
commit b27410488a

View File

@ -1320,7 +1320,11 @@ 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 = {}
for segment, content in self.applist: for segment, content in self.applist: