XMP feature added

This commit is contained in:
UrielMaD 2020-12-27 21:37:15 -06:00
parent b802588223
commit b1b7d2ff18

View File

@ -1,9 +1,9 @@
from .helper import hopper
from PIL import Image
def test_getxmp():
im = hopper()
im = Image.open("Tests/images/hopper.jpg")
type_repr = repr(type(im.getxmp()))
assert "dict" in type_repr