Skip to content
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

Can we get getxmp method for WebP images? #6757

Closed
bigcat88 opened this issue Nov 24, 2022 · 1 comment · Fixed by #6758
Closed

Can we get getxmp method for WebP images? #6757

bigcat88 opened this issue Nov 24, 2022 · 1 comment · Fixed by #6758
Labels

Comments

@bigcat88
Copy link
Contributor

PNG, Jpeg and TIFF already have this method.
IMHO, it would be nice to add such a thing to WebP.

Image.open("image.webp").getxmp()

I know it's stored in info["xmp"], but a generic method would be more convenient.

@radarhere
Copy link
Member

I've created PR #6758 to resolve this.

hugovk added a commit that referenced this issue Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants