| Server IP : 104.21.73.115 / Your IP : 216.73.217.154 Web Server : Apache System : Linux vps42439 6.8.0-136-generic #136~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 3 16:29:11 UTC x86_64 User : dh_7hi3h9 ( 6349477) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/libimage-exiftool-perl/ |
Upload File : |
#------------------------------------------------------------------------------ # 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