Replies: 2 comments 4 replies
-
It turns out that you found a bug. We were reading and writing the XMP chunk as |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is it possible to share that file? You can zip it and attach it here. It looks like that file has the profile stored incorrectly. I might be able to add a patch for this situation. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm having some issues adding XMP metadata into a WebP file. I'm using Imagick in PHP 7.2 and using the latest imagemagick with webp support. On some files, more accurately JPG and PNG, i can just setImageProfile/getImageProfile to set/get XMP, but with webp it seems it's not working. You can check my code here. I've also tried using setOption but the docs here don't contain any information about adding XMP either. Only EXIF and IPTC are mentioned.
Can anyone shed some light on this matter? Is this a lack of support issue or its just that WebP simply does not allow for color profiles, in order to be kept low on size? I've tried adding XMP metadata with libvips and it works just fine, but i'm using Imagemagick since some systems I work with don't provide vips and I need a backup plan.
Thank you in advance
Best regards
jarodium
Beta Was this translation helpful? Give feedback.
All reactions