Last active
October 2, 2018 14:04
-
-
Save comstock/3274431006cc8d0e227a40e34dd1cb89 to your computer and use it in GitHub Desktop.
Transfer image technical metadata from source file to JP2 derivative #exiftool
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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