XMP feature added

This commit is contained in:
UrielMaD 2020-12-27 21:39:36 -06:00
parent b1b7d2ff18
commit cc8070aec5

View File

@ -5,5 +5,4 @@ def test_getxmp():
im = Image.open("Tests/images/hopper.jpg")
type_repr = repr(type(im.getxmp()))
assert "dict" in type_repr