如何将json文件中的exif数据写入jpg图像?

Ste*_*fan 5 json exiftool

我已经创建了exif信息的备份

exiftool -j -w json picture.jpg 
Run Code Online (Sandbox Code Playgroud)

我现在如何从json文件中将exif信息恢复到图像文件?

谢谢

Ste*_*fan 7

好的发现了.对其他人来说可能很有趣所以我发布它:

exiftool -json=picture.json picture.jpg
Run Code Online (Sandbox Code Playgroud)

这将exif数据从picture.json写入picture.jpg