mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-16 20:36:31 +03:00
XMP feature added
This commit is contained in:
parent
b802588223
commit
b1b7d2ff18
|
@ -1,8 +1,8 @@
|
||||||
from .helper import hopper
|
from PIL import Image
|
||||||
|
|
||||||
|
|
||||||
def test_getxmp():
|
def test_getxmp():
|
||||||
im = hopper()
|
im = Image.open("Tests/images/hopper.jpg")
|
||||||
type_repr = repr(type(im.getxmp()))
|
type_repr = repr(type(im.getxmp()))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user