Question

I've created backups of exif information with

exiftool -j -w json picture.jpg 

How can I now restore the exif information to the image file from the json-file?

Thanks

Was it helpful?

Solution

Ok found it. Might be interesting for others so I post it:

exiftool -json=picture.json picture.jpg

This writes the exif data from picture.json to picture.jpg

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top