exiftool_vendored 12.98.0 → 13.02.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/bin/Changes +73 -1
  3. data/bin/META.json +1 -1
  4. data/bin/META.yml +1 -1
  5. data/bin/README +2 -2
  6. data/bin/arg_files/exif2xmp.args +4 -0
  7. data/bin/arg_files/xmp2exif.args +4 -0
  8. data/bin/config_files/example.config +2 -1
  9. data/bin/exiftool +297 -66
  10. data/bin/lib/Image/ExifTool/APP12.pm +3 -2
  11. data/bin/lib/Image/ExifTool/CBOR.pm +4 -1
  12. data/bin/lib/Image/ExifTool/Canon.pm +36 -26
  13. data/bin/lib/Image/ExifTool/Exif.pm +8 -9
  14. data/bin/lib/Image/ExifTool/FlashPix.pm +5 -9
  15. data/bin/lib/Image/ExifTool/Geolocation.dat +0 -0
  16. data/bin/lib/Image/ExifTool/Geotag.pm +6 -5
  17. data/bin/lib/Image/ExifTool/GoPro.pm +2 -2
  18. data/bin/lib/Image/ExifTool/Import.pm +7 -3
  19. data/bin/lib/Image/ExifTool/JSON.pm +3 -4
  20. data/bin/lib/Image/ExifTool/Jpeg2000.pm +2 -2
  21. data/bin/lib/Image/ExifTool/LNK.pm +1 -1
  22. data/bin/lib/Image/ExifTool/Lytro.pm +2 -2
  23. data/bin/lib/Image/ExifTool/M2TS.pm +2 -2
  24. data/bin/lib/Image/ExifTool/MIE.pm +9 -3
  25. data/bin/lib/Image/ExifTool/MacOS.pm +2 -1
  26. data/bin/lib/Image/ExifTool/Nikon.pm +5 -2
  27. data/bin/lib/Image/ExifTool/PDF.pm +7 -3
  28. data/bin/lib/Image/ExifTool/PhaseOne.pm +2 -1
  29. data/bin/lib/Image/ExifTool/QuickTime.pm +11 -1
  30. data/bin/lib/Image/ExifTool/QuickTimeStream.pl +88 -9
  31. data/bin/lib/Image/ExifTool/TagLookup.pm +14 -9
  32. data/bin/lib/Image/ExifTool/TagNames.pod +37 -20
  33. data/bin/lib/Image/ExifTool/Text.pm +3 -2
  34. data/bin/lib/Image/ExifTool/Validate.pm +2 -2
  35. data/bin/lib/Image/ExifTool/WriteXMP.pl +16 -4
  36. data/bin/lib/Image/ExifTool/Writer.pl +42 -61
  37. data/bin/lib/Image/ExifTool/XMP.pm +13 -3
  38. data/bin/lib/Image/ExifTool/XMPStruct.pl +16 -9
  39. data/bin/lib/Image/ExifTool.pm +190 -77
  40. data/bin/lib/Image/ExifTool.pod +73 -36
  41. data/bin/perl-Image-ExifTool.spec +1 -1
  42. data/lib/exiftool_vendored/version.rb +1 -1
  43. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c1a9880dae5035dc08ddc167d771f69b84d15bc6e5f8d4bcb2eb410c22dd531f
4
- data.tar.gz: 6e3b103009afb397df4213f33c9f695a961a153b647264dadfbf3917aba063fc
3
+ metadata.gz: 3b02d7fc208b8d2296a64a11ab1c08e1a82eb9d2f3e04443dcef0b2c0cd0a7d6
4
+ data.tar.gz: 02d7d674c3975c9462c8adfc139e81c692c5f4a1d5dc298a5b83e1f9c1a4def0
5
5
  SHA512:
6
- metadata.gz: a09fd4ca266dd56cac58e246d5a899f34d90f0a93749e9b522129bb3d009e3d36b8ecef7187e54caf6c0a775ab7a9a234e32608b45ae08b778e4de9d3747872b
7
- data.tar.gz: 4119e87dd640a1c9ee73041b5fb915b5cbfbee7c21689ebdefa826f933a35e29e40d7ec5cd952c68b62ab90c5cc544292346e7a45581f355b92ba7a49ca76ec1
6
+ metadata.gz: 04f78c57d35f72c974d88c53b3a900ccd3f25528b5506e6b5b6fb4f9f9b73f509d01b740184e24bc9f445cee9cde5cfd0fefa71b628497bbbf2c20ef142fe723
7
+ data.tar.gz: 8db5ada7fdd6e765139fbda15720cf1bbf5fb61b015055a9249d18270bc05849aa79ddf20d4107e5de1d4260e68ece57a05d730449cb0b5c3aa1f3fb8b5fbc40
data/bin/Changes CHANGED
@@ -4,9 +4,81 @@ ExifTool Version History
4
4
 
5
5
  RSS feed: https://exiftool.org/rss.xml
6
6
 
7
- Note: The most recent production release is Version 12.76. (Other versions are
7
+ Note: The most recent production release is Version 13.00. (Other versions are
8
8
  considered development releases, and are not uploaded to MetaCPAN.)
9
9
 
10
+ Nov. 5, 2024 - Version 13.02
11
+
12
+ - Enhanced -j -l output to add optional "fmt" and "hex" fields
13
+ - Enhanced -geotag option to support Android "Export Timeline data" JSON
14
+ format
15
+ - Changed ProductVersion of Windows launcher to match ExifTool version
16
+ - Patched to use empty group name instead of "Copy0" for family 4 group name
17
+ of missing tag when the -f option is used
18
+ - Patched to avoid showing "Unknown" for group of primary tag when -g4 or -G4
19
+ was used with the -j or -csv option
20
+ - Patched to avoid using Encode module in Windows because it can hang if run
21
+ from a working directory with a long path name
22
+ - Patched to use -csv output if -j also used
23
+ - Fixed problem setting FileCreateDate on MacOS Sequoia if the date/time
24
+ contains a time zone
25
+ - Fixed problem in -csv output when combined with -g
26
+ - API Changes:
27
+ - Added BinVal option
28
+
29
+ Nov. 1, 2024 - Version 13.01
30
+
31
+ - NOTE: Please test the new API WindowsLongPath option because the idea is to
32
+ enable this by default if everything works out well
33
+ - Fixed bug which could result in runtime warning if when API IgnoreTags
34
+ option is set to "all" when reading a TXT file format
35
+ - Fixed problem reading some information from LNK files
36
+ - Fixed verbose output to show "Binary data" message for SCALAR values
37
+ - Fixed bug where part of the hex dump from a -v3 output could go to stdout
38
+ instead of the file specified by a -w option
39
+ - API Changes:
40
+ - Added WindowsLongPath option for testing
41
+ - Changed CharsetFileName option to automatically assume UTF8 if the file
42
+ name contains special characters and is valid UTF8
43
+
44
+ Oct. 29, 2024 - Version 13.00 (production release)
45
+
46
+ - Added support for reading GPS from Autel Evo II drone videos
47
+ - Added a new PhaseOne RawFormat value
48
+ - Updated XMP-exifEX tags, exif2xmp.args and xmp2exif.args according to the
49
+ 2024 EXIF for XMP specification
50
+ - Updated Geolocation databases from current geonames.org files
51
+ - Updated the MIME types for a couple of font formats
52
+ - Enhanced -diff option to work with -ec (C-style escape of special chars)
53
+ - Changed name of EXIF Title tag to ImageTitle to correspond with specifiation
54
+ - Reverted a geotag warning message to remove debugging information that was
55
+ added in version 12.67 and moved this information into a -v3 verbose message
56
+ - Patched Perl bug which gave "Can't spawn" warning in Windows if control-C
57
+ was pressed while displaying the exiftool application help
58
+ - Fixed API StructFormat JSONQ setting to properly quote values in structures
59
+ - Fixed incorrect AudioStreamType for M2TS videos containing a PGS stream
60
+ - Fixed -diff option so "same tags" messages are only shown when -v is added
61
+ (as per the documentation)
62
+
63
+ Oct. 18, 2024 - Version 12.99
64
+
65
+ - Added -diff option to compare the metadata in two files
66
+ - Added a new Canon lens (thanks Norbert Wasser)
67
+ - Decode GPS from 70mai A810 dashcam videos
68
+ - Decode a new QuickTime tag
69
+ - Patched to recognize C2PA APP11 JUMBF header with incorrect byte order
70
+ written by buggy Microsoft software
71
+ - Patched to maintain order of entries in a JSON object when reading
72
+ - Patched to maintain order of CSV columns when setting tags from a CSV file
73
+ - Patched to maintain order of XMP lang-alt entries when writing/copying
74
+ - Fixed typo in an APP12 tag name
75
+ - API Changes:
76
+ - Structured values returned as HASH references with the Struct option may
77
+ contain a new "_ordered_keys_" entry used to preserve the order of the
78
+ entries
79
+ - Added the OrderedKeys method to return the ordered or sorted keys from a
80
+ returned structure value
81
+
10
82
  Oct. 8, 2024 - Version 12.98
11
83
 
12
84
  - Added write support for PDF files with huge offsets
data/bin/META.json CHANGED
@@ -50,5 +50,5 @@
50
50
  }
51
51
  },
52
52
  "release_status" : "stable",
53
- "version" : "12.98"
53
+ "version" : "13.02"
54
54
  }
data/bin/META.yml CHANGED
@@ -31,4 +31,4 @@ recommends:
31
31
  Time::HiRes: '0'
32
32
  requires:
33
33
  perl: '5.004'
34
- version: '12.98'
34
+ version: '13.02'
data/bin/README CHANGED
@@ -109,8 +109,8 @@ your home directory, then you would type the following commands in a
109
109
  terminal window to extract and run ExifTool:
110
110
 
111
111
  cd ~/Desktop
112
- gzip -dc Image-ExifTool-12.98.tar.gz | tar -xf -
113
- cd Image-ExifTool-12.98
112
+ gzip -dc Image-ExifTool-13.02.tar.gz | tar -xf -
113
+ cd Image-ExifTool-13.02
114
114
  ./exiftool t/images/ExifTool.jpg
115
115
 
116
116
  Note: These commands extract meta information from one of the test images.
@@ -13,6 +13,7 @@
13
13
  # 2015/01/12 - PH Avoid copying to non-standard namespaces
14
14
  # 2018/05/07 - PH Added support for GPSDestXxxRef tags
15
15
  # 2022/03/31 - PH IPTC Photometadata Mapping Guidelines 2202.1 update
16
+ # 2024/10/24 - PH Additions for the 2024 EXIF for XMP spec
16
17
  #
17
18
  # References: http://www.metadataworkinggroup.org/specs/
18
19
  # https://iptc.org/std/photometadata/documentation/mappingguidelines/
@@ -50,4 +51,7 @@
50
51
  -XMP:GPSDestLatitude < Composite:GPSDestLatitude
51
52
  -XMP:GPSDestLongitude < Composite:GPSDestLongitude
52
53
  -XMP:GPSDateTime < Composite:GPSDateTime
54
+ # new for the 2024 EXIF for XMP specification
55
+ -XMP-exifEX:PhotographicSensitivity < EXIF:ISO
56
+ -XMP-exif:DateTimeDigitized < EXIF:CreateDate
53
57
  # end
@@ -17,6 +17,7 @@
17
17
  # 2022/03/31 - PH IPTC Photometadata Mapping Guidelines 2202.1 update
18
18
  # 2023/01/30 - PH Also write Composite:SubSecDateTimeOriginal from
19
19
  # XMP-exif:DateTimeOriginal
20
+ # 2024/10/24 - PH Additions for the 2024 EXIF for XMP spec
20
21
  #
21
22
  # References: http://www.metadataworkinggroup.org/specs/
22
23
  # https://iptc.org/std/photometadata/documentation/mappingguidelines/
@@ -36,6 +37,9 @@
36
37
  -EXIF:all < XMP-tiff:all
37
38
  -EXIF:ImageDescription < XMP-dc:Description
38
39
  -EXIF:DateTimeOriginal < XMP-photoshop:DateCreated
40
+ # new for the 2024 EXIF for XMP specification
41
+ -EXIF:ISO < XMP-exifEX:PhotographicSensitivity
42
+ -EXIF:CreateDate < XMP-exif:DateTimeDigitized
39
43
  # the following SubSec tags also write/delete the corresponding EXIF
40
44
  # SubSecTime and OffsetTime tags as appropriate
41
45
  -Composite:SubSecDateTimeOriginal < XMP-exif:DateTimeOriginal
@@ -82,7 +82,8 @@
82
82
  },
83
83
  # add more user-defined EXIF tags here...
84
84
  },
85
- # the Geotag feature writes these additional GPS tags if available:
85
+ # the Geotag feature writes GPSPitch and GPSRoll tags, but these
86
+ # aren't standard EXIF so we define custom tags here:
86
87
  'Image::ExifTool::GPS::Main' => {
87
88
  # Example 2. GPS:GPSPitch
88
89
  0xd000 => {