exiftool - How can I write exif data from a json-file into a jpg-image? -


i've created backups of exif information with

exiftool -j -w json picture.jpg  

how can restore exif information image file json-file?

thanks

ok found it. might interesting others post it:

exiftool -json=picture.json picture.jpg 

this writes exif data picture.json picture.jpg


Comments

Post a Comment

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -