Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mistic100
Created August 18, 2017 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mistic100/d35037ee746375a241f1ab15db2a38bd to your computer and use it in GitHub Desktop.
Save mistic100/d35037ee746375a241f1ab15db2a38bd to your computer and use it in GitHub Desktop.

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