mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-22 13:14:45 +03:00
commit
ee3f75fe7d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user