Conversion from jpg to webp removes EXIF metadata
Posted: 2016-10-16T23:36:53-07:00
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.
Look's like cwebp can keep it while converting to webp from different formats.
https://developers.google.com/speed/webp/docs/cwebp-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.