Page 1 of 1

Conversion from jpg to webp removes EXIF metadata

Posted: 2016-10-16T23:36:53-07:00
by Olexandr
Simple conversion from jpg to webp removes all metadata, is it possible to keep it?
Look's like cwebp can keep it while converting to webp from different formats.
-metadata string
A comma separated list of metadata to copy from the input to the output if present. Valid values: all, none, exif, icc, xmp. The default is none.

Note that each input format may not support all combinations.
https://developers.google.com/speed/webp/docs/cwebp

Re: Conversion from jpg to webp removes EXIF metadata

Posted: 2016-10-17T13:18:34-07:00
by dlemstra
We currently don't support this but I created an issue for it here: https://github.com/ImageMagick/ImageMagick/issues/291. Hope someone will add this for us :)

Re: Conversion from jpg to webp removes EXIF metadata

Posted: 2016-10-17T22:15:22-07:00
by Olexandr
I'm not guru in C language, but I hope this example - https://github.com/webmproject/libwebp/ ... es/cwebp.c will help