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

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -