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 / xmp2gps.args < prev    next >
Encoding:
Text File  |  2009-05-26  |  864 b   |  23 lines

  1. #
  2. # File:         xmp2gps.args
  3. #
  4. # Description:  Argument file for copying GPS information from XMP to EXIF
  5. #
  6. # Usage:        exiftool -tagsFromFile SRCFILE -@ xmp2gps.args DSTFILE
  7. #
  8. # Revisions:    2009/01/09 - P. Harvey Created
  9. #
  10. # Notes:        Most of the GPS tags are copied by the first argument, but
  11. #               the coordinate references and date/time values are stored
  12. #               separately in EXIF, so they must be handled separately.
  13. #               A bit of magic is employed by exiftool to extract the date
  14. #               and time parts respectively when writing date-only and
  15. #               time-only tags with a date/time value.
  16. #
  17. -GPS:all < XMP-exif:all
  18. -GPS:GPSLatitudeRef < Composite:GPSLatitudeRef
  19. -GPS:GPSLongitudeRef < Composite:GPSLongitudeRef
  20. -GPS:GPSDateStamp < XMP-exif:GPSDateTime
  21. -GPS:GPSTimeStamp < XMP-exif:GPSDateTime
  22. # end
  23.