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

Required positional argument 'icc_profile' even if we just want to add xmp #8

Open
BilouMaster opened this issue Jun 30, 2021 · 0 comments

Comments

@BilouMaster
Copy link

Everything is in the title, I am trying:

webpmux_add(input_image=output, output_image=output, option='xmp image.xmp')

And then I get an error message TypeError: webpmux_add() missing 1 required positional argument: 'icc_profile'

It seems odd that icc_profile is needed for adding xmp metadatas.... So I am using os.system('webpmux -set xmp myxmp.xmp myimage.webp -o myimage.webp') for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant