iptc2exif.args 838 B

123456789101112131415161718192021
  1. #------------------------------------------------------------------------------
  2. # File: iptc2exif.args
  3. #
  4. # Description: Tag name translations for converting IPTC to EXIF
  5. #
  6. # Usage: exiftool -tagsFromFile SRCFILE -@ iptc2exif.args DSTFILE
  7. #
  8. # Requires: ExifTool version 7.98 or later
  9. #
  10. # Revisions: 2011/09/13 - P. Harvey Created
  11. #
  12. # Notes: These arguments will not delete EXIF tags which are missing
  13. # from the IPTC. The EXIF tags should be deleted beforehand if
  14. # required.
  15. #------------------------------------------------------------------------------
  16. -EXIF:Artist < IPTC:By-line
  17. -EXIF:Copyright < IPTC:CopyrightNotice
  18. -EXIF:ImageDescription < IPTC:Caption-Abstract
  19. -EXIF:DateTimeOriginal < Composite:DateTimeCreated
  20. -EXIF:CreateDate < Composite:DigitalCreationDateTime
  21. # end