home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / libimage-exiftool-perl / exif2xmp.args < prev    next >
Encoding:
Text File  |  2009-01-22  |  1.2 KB  |  33 lines

  1. #
  2. # File:         exif2xmp.args
  3. #
  4. # Description:  Tag name translations for converting EXIF to XMP
  5. #
  6. # Usage:        exiftool -tagsFromFile SRCFILE -@ exif2xmp.args DSTFILE
  7. #
  8. # Revisions:    2009/01/20 - P. Harvey Created
  9. #
  10. # Notes:        The first argument copies most of the EXIF and GPS tags
  11. #               to XMP-exif/XMP-tiff, and the remaining arguments handle
  12. #               tags which have different names and/or formats in EXIF and
  13. #               XMP.
  14. #
  15. # References:   http://www.metadataworkinggroup.org/specs/
  16. #
  17. -XMP:all < EXIF:all
  18. -XMP-dc:Description < EXIF:ImageDescription
  19. # overwrite date/time values to include sub-second information if available
  20. -XMP-photoshop:DateCreated < EXIF:DateTimeOriginal
  21. -XMP-photoshop:DateCreated < Composite:SubSecDateTimeOriginal
  22. #-XMP-xmp:CreateDate < EXIF:CreateDate (handled by the mass copy)
  23. -XMP-xmp:CreateDate < Composite:SubSecCreateDate
  24. #-XMP-xmp:ModifyDate < EXIF:ModifyDate (handled by the mass copy)
  25. -XMP-xmp:ModifyDate < Composite:SubSecModifyDate
  26. -XMP-dc:Rights < EXIF:Copyright
  27. -XMP-dc:Creator < EXIF:Artist
  28. # overwrite GPS tags which have different formats in XMP
  29. -XMP:GPSLatitude < Composite:GPSLatitude
  30. -XMP:GPSLongitude < Composite:GPSLongitude
  31. -XMP:GPSDateTime < Composite:GPSDateTime
  32. # end
  33.