File: iptc2exif.args

package info (click to toggle)
libimage-exiftool-perl 11.16-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 24,024 kB
  • sloc: perl: 245,177; xml: 120; makefile: 9
file content (24 lines) | stat: -rw-r--r-- 1,005 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#------------------------------------------------------------------------------
# File:         iptc2exif.args
#
# Description:  Tag name translations for converting IPTC to EXIF
#
# Usage:        exiftool -tagsFromFile SRCFILE -@ iptc2exif.args DSTFILE
#
# Requires:     ExifTool version 7.98 or later
#
# Revisions:    2011/09/13 - P. Harvey Created
#               2017/07/06 - PH Set new EXIF OffsetTime tags
#
# Notes:        These arguments will not delete existing EXIF tags which are
#               missing from the IPTC.  The EXIF tags should be deleted
#               beforehand if required.
#------------------------------------------------------------------------------
-EXIF:Artist < IPTC:By-line
-EXIF:Copyright < IPTC:CopyrightNotice
-EXIF:ImageDescription < IPTC:Caption-Abstract
-EXIF:DateTimeOriginal < Composite:DateTimeCreated
-EXIF:CreateDate < Composite:DigitalCreationDateTime
-EXIF:OffsetTimeOriginal < IPTC:TimeCreated
-EXIF:OffsetTimeDigitized < IPTC:DigitalCreationTime
# end