mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-22 05:04:46 +03:00
xmp feature
This commit is contained in:
parent
fccde6eb08
commit
18fcdda818
|
@ -1319,7 +1319,7 @@ class Image:
|
||||||
return self._exif
|
return self._exif
|
||||||
|
|
||||||
def getxmp(self):
|
def getxmp(self):
|
||||||
return "Hi"
|
return "Hello"
|
||||||
|
|
||||||
def getim(self):
|
def getim(self):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user