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

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

php - Magento - Deleted Base url key -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -