Merge pull request #2 from UrielMaD/xmp_feature

Xmp feature
This commit is contained in:
Uriel Martinez 2020-12-25 17:50:42 -06:00 committed by GitHub
commit ee3f75fe7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1318,6 +1318,9 @@ class Image:
return self._exif
def getxmp(self):
return "Hello World"
def getim(self):
"""
Returns a capsule that points to the internal image memory.