Skip to content

Instantly share code, notes, and snippets.

@comstock
Last active October 2, 2018 14:04
Show Gist options
  • Select an option

  • Save comstock/3274431006cc8d0e227a40e34dd1cb89 to your computer and use it in GitHub Desktop.

Select an option

Save comstock/3274431006cc8d0e227a40e34dd1cb89 to your computer and use it in GitHub Desktop.
Transfer image technical metadata from source file to JP2 derivative #exiftool
exiftool -ext tif -tagsfromfile @ -srcfile %f.jp2 [directory name] -XMP:format= -ImageHistory='Image technical metadata values were copied (via exiftool) from a source image to this derivative JP2 copy.' -overwrite_original
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment