mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 10:26:19 +03:00
XMP feature added
This commit is contained in:
parent
4ff5546203
commit
ee5d05ae21
|
@ -1,5 +1,6 @@
|
|||
from .helper import hopper
|
||||
|
||||
|
||||
def test_getxmp():
|
||||
im = hopper()
|
||||
type_repr = repr(type(im.getxmp()))
|
||||
|
|
Loading…
Reference in New Issue
Block a user