Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
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.