This website requires JavaScript.
Explore
Help
Register
Sign In
python-pillow
/
Pillow
Watch
1
Star
1
Fork
0
You've already forked Pillow
mirror of
https://github.com/python-pillow/Pillow.git
synced
2024-11-15 06:07:33 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c84f1058ea
Pillow
/
Tests
/
test_image_getxmp.py
6 lines
102 B
Python
Raw
Normal View
History
Unescape
Escape
XMP feature added
2020-12-28 04:52:46 +03:00
from
.
helper
import
hopper
def
test_getxmp
(
)
:
im
=
hopper
(
)
XMP feature added
2020-12-28 04:54:06 +03:00
assert
type
(
im
.
getxmp
(
)
)
==
dict
Reference in New Issue
Copy Permalink