Skip to content

Instantly share code, notes, and snippets.

@mistic100
Created August 18, 2017 12:57
Embed
What would you like to do?

Read

$ exiftool -xmp -b file.jpg > data.xmp

Write

$ exiftool -tagsfromfile data.xmp -all:all file.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment