Skip to content

Instantly share code, notes, and snippets.

@NuniTelo
Created April 20, 2023 14:56
Show Gist options
  • Save NuniTelo/31c141bfe4399e650911829c05ea2b6f to your computer and use it in GitHub Desktop.
Save NuniTelo/31c141bfe4399e650911829c05ea2b6f to your computer and use it in GitHub Desktop.
Convert .xmp file to .dng file
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