We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
getxmp
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
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.
info["xmp"]
The text was updated successfully, but these errors were encountered:
I've created PR #6758 to resolve this.
Sorry, something went wrong.
Merge pull request #6758 from radarhere/webp_getxmp
066c3ab
Resolves #6757
Successfully merging a pull request may close this issue.
PNG, Jpeg and TIFF already have this method.
IMHO, it would be nice to add such a thing to WebP.
I know it's stored in
info["xmp"]
, but a generic method would be more convenient.The text was updated successfully, but these errors were encountered: