summaryrefslogtreecommitdiff
path: root/arg_files/exif2xmp.args
diff options
context:
space:
mode:
authorexiftool <phil@u88.n24.queensu.ca>2015-01-15 10:18:37 -0500
committerexiftool <phil@u88.n24.queensu.ca>2015-01-15 10:18:37 -0500
commit76a9ecc97841a7f62fc70778e73f3153d6c5b764 (patch)
treeaa9702b6be8324ba8c03921f91e6b036217a530f /arg_files/exif2xmp.args
parentb1671296b1e6b3b24cd44c0872559e501e7a5b93 (diff)
Update to 9.82
Diffstat (limited to 'arg_files/exif2xmp.args')
-rw-r--r--arg_files/exif2xmp.args11
1 files changed, 7 insertions, 4 deletions
diff --git a/arg_files/exif2xmp.args b/arg_files/exif2xmp.args
index 2cde98c8..4e350c6f 100644
--- a/arg_files/exif2xmp.args
+++ b/arg_files/exif2xmp.args
@@ -10,10 +10,11 @@
# Revisions: 2009/01/20 - P. Harvey Created
# 2011/06/22 - PH Copy flash information via Composite:Flash
# 2013/06/12 - PH Additions for the Exif 2.3 for XMP spec
+# 2015/01/12 - PH Avoid copying to non-standard namespaces
#
# References: http://www.metadataworkinggroup.org/specs/
#
-# Notes: 1) The first argument copies most of the EXIF and GPS tags to
+# Notes: 1) The first three arguments copy most of the EXIF and GPS tags to
# XMP-exif/XMP-tiff, and the remaining arguments handle tags
# which have different names and/or formats in EXIF and XMP.
#
@@ -21,14 +22,16 @@
# from the EXIF. The XMP tags should be deleted beforehand if
# required.
#------------------------------------------------------------------------------
--XMP:all < EXIF:all
+-XMP-exif:all < EXIF:all
+-XMP-exifEX:all < EXIF:all
+-XMP-tiff:all < EXIF:all
-XMP-dc:Description < EXIF:ImageDescription
# overwrite date/time values to include sub-second information if available
-XMP-photoshop:DateCreated < EXIF:DateTimeOriginal
-XMP-photoshop:DateCreated < Composite:SubSecDateTimeOriginal
-#-XMP-xmp:CreateDate < EXIF:CreateDate (handled by the mass copy)
+-XMP-xmp:CreateDate < EXIF:CreateDate
-XMP-xmp:CreateDate < Composite:SubSecCreateDate
-#-XMP-xmp:ModifyDate < EXIF:ModifyDate (handled by the mass copy)
+-XMP-xmp:ModifyDate < EXIF:ModifyDate
-XMP-xmp:ModifyDate < Composite:SubSecModifyDate
-XMP-xmp:CreatorTool < EXIF:Software
-XMP-dc:Rights < EXIF:Copyright