-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added getxmp() to WebPImagePlugin #6758
Conversation
Are you sure that this will return dictionary and not a bytes when xmp is present? Just do not see any call to |
Meant return like this: Pillow/src/PIL/PngImagePlugin.py Line 1021 in f276316
Pillow/src/PIL/JpegImagePlugin.py Line 482 in f276316
Pillow/src/PIL/TiffImagePlugin.py Line 1196 in f276316
|
f8ae3f4
to
488961f
Compare
Yep, you're right. I've updated the commit. |
488961f
to
66ec8e0
Compare
66ec8e0
to
58cbcbf
Compare
Let's document this in the release notes and at https://pillow--6758.org.readthedocs.build/en/6758/reference/plugins.html#PIL.WebPImagePlugin.WebPImageFile.getxmp |
Thanks! |
Resolves #6757