cwebp command remove meta data of image in converting

120 Views Asked by At

I used cwebp for converting my images to webp with this command:

cwebp /Temp/Exmaple.jpg -o /Temp/Converted.webp

some of images captured with phone camera have meta data of orientation, in converting lost this data and automatically rotated

this is one of image that rotated automatically: enter image description here

test image in with this online tools (Removing of EXIF and all other metadata from JPG image online) and image automatically rotated after removed metadata

in cwebp command, i used this flag -metadata all but not working and rotated again

i stucked in this, how can keeps metadata of images after converting to webp?

0

There are 0 best solutions below