mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-13 17:43:29 +03:00
XMP feature added
This commit is contained in:
parent
762235fb06
commit
2474cc2db6
5
Tests/test_image_getxmp.py
Normal file
5
Tests/test_image_getxmp.py
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
from .helper import hopper
|
||||||
|
|
||||||
|
def test_getxmp():
|
||||||
|
im = hopper()
|
||||||
|
assert type(im.getxmp()) == dict
|
Loading…
Reference in New Issue
Block a user