Created
April 20, 2023 14:56
-
-
Save NuniTelo/31c141bfe4399e650911829c05ea2b6f to your computer and use it in GitHub Desktop.
Convert .xmp file to .dng file
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 -tagsfromfile xmp_file_path -all:all -ext dng sample_dng_path.dng -o output_dng_file.dng |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment