You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Everything is in the title, I am trying:
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.The text was updated successfully, but these errors were encountered: