exiftool_vendored 13.44.0 → 13.46.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 (219) hide show
  1. checksums.yaml +4 -4
  2. data/bin/Changes +33 -1
  3. data/bin/META.json +1 -1
  4. data/bin/META.yml +1 -1
  5. data/bin/README +3 -3
  6. data/bin/config_files/example.config +5 -2
  7. data/bin/exiftool +19 -11
  8. data/bin/lib/File/RandomAccess.pm +1 -1
  9. data/bin/lib/File/RandomAccess.pod +2 -2
  10. data/bin/lib/Image/ExifTool/AAC.pm +1 -1
  11. data/bin/lib/Image/ExifTool/AES.pm +1 -1
  12. data/bin/lib/Image/ExifTool/AFCP.pm +1 -1
  13. data/bin/lib/Image/ExifTool/AIFF.pm +1 -1
  14. data/bin/lib/Image/ExifTool/APE.pm +1 -1
  15. data/bin/lib/Image/ExifTool/APP12.pm +1 -1
  16. data/bin/lib/Image/ExifTool/ASF.pm +1 -1
  17. data/bin/lib/Image/ExifTool/Apple.pm +1 -1
  18. data/bin/lib/Image/ExifTool/Audible.pm +1 -1
  19. data/bin/lib/Image/ExifTool/BMP.pm +1 -1
  20. data/bin/lib/Image/ExifTool/BPG.pm +1 -1
  21. data/bin/lib/Image/ExifTool/BZZ.pm +1 -1
  22. data/bin/lib/Image/ExifTool/BigTIFF.pm +1 -1
  23. data/bin/lib/Image/ExifTool/BuildTagLookup.pm +4 -4
  24. data/bin/lib/Image/ExifTool/CBOR.pm +1 -1
  25. data/bin/lib/Image/ExifTool/Canon.pm +53 -11
  26. data/bin/lib/Image/ExifTool/CanonCustom.pm +1 -1
  27. data/bin/lib/Image/ExifTool/CanonRaw.pm +1 -1
  28. data/bin/lib/Image/ExifTool/CanonVRD.pm +1 -1
  29. data/bin/lib/Image/ExifTool/CaptureOne.pm +1 -1
  30. data/bin/lib/Image/ExifTool/Casio.pm +1 -1
  31. data/bin/lib/Image/ExifTool/Charset.pm +1 -1
  32. data/bin/lib/Image/ExifTool/DICOM.pm +1 -1
  33. data/bin/lib/Image/ExifTool/DJI.pm +1 -1
  34. data/bin/lib/Image/ExifTool/DNG.pm +1 -1
  35. data/bin/lib/Image/ExifTool/DPX.pm +1 -1
  36. data/bin/lib/Image/ExifTool/DSF.pm +1 -1
  37. data/bin/lib/Image/ExifTool/DV.pm +1 -1
  38. data/bin/lib/Image/ExifTool/DarwinCore.pm +1 -1
  39. data/bin/lib/Image/ExifTool/DjVu.pm +1 -1
  40. data/bin/lib/Image/ExifTool/EXE.pm +1 -1
  41. data/bin/lib/Image/ExifTool/Exif.pm +7 -5
  42. data/bin/lib/Image/ExifTool/FITS.pm +1 -1
  43. data/bin/lib/Image/ExifTool/FLAC.pm +1 -1
  44. data/bin/lib/Image/ExifTool/FLIF.pm +1 -1
  45. data/bin/lib/Image/ExifTool/FLIR.pm +1 -1
  46. data/bin/lib/Image/ExifTool/Fixup.pm +1 -1
  47. data/bin/lib/Image/ExifTool/Flash.pm +1 -1
  48. data/bin/lib/Image/ExifTool/FlashPix.pm +1 -1
  49. data/bin/lib/Image/ExifTool/Font.pm +1 -1
  50. data/bin/lib/Image/ExifTool/FotoStation.pm +1 -1
  51. data/bin/lib/Image/ExifTool/FujiFilm.pm +1 -1
  52. data/bin/lib/Image/ExifTool/GE.pm +1 -1
  53. data/bin/lib/Image/ExifTool/GIF.pm +1 -1
  54. data/bin/lib/Image/ExifTool/GIMP.pm +1 -1
  55. data/bin/lib/Image/ExifTool/GM.pm +1 -1
  56. data/bin/lib/Image/ExifTool/GPS.pm +1 -1
  57. data/bin/lib/Image/ExifTool/GeoTiff.pm +1 -1
  58. data/bin/lib/Image/ExifTool/Geolocation.pm +1 -1
  59. data/bin/lib/Image/ExifTool/Geotag.pm +61 -20
  60. data/bin/lib/Image/ExifTool/GoPro.pm +1 -1
  61. data/bin/lib/Image/ExifTool/Google.pm +3 -2
  62. data/bin/lib/Image/ExifTool/H264.pm +1 -1
  63. data/bin/lib/Image/ExifTool/HP.pm +1 -1
  64. data/bin/lib/Image/ExifTool/HTML.pm +1 -1
  65. data/bin/lib/Image/ExifTool/HtmlDump.pm +1 -1
  66. data/bin/lib/Image/ExifTool/ICC_Profile.pm +1 -1
  67. data/bin/lib/Image/ExifTool/ICO.pm +1 -1
  68. data/bin/lib/Image/ExifTool/ID3.pm +1 -1
  69. data/bin/lib/Image/ExifTool/IPTC.pm +1 -1
  70. data/bin/lib/Image/ExifTool/ISO.pm +1 -1
  71. data/bin/lib/Image/ExifTool/ITC.pm +1 -1
  72. data/bin/lib/Image/ExifTool/Import.pm +1 -1
  73. data/bin/lib/Image/ExifTool/InDesign.pm +1 -1
  74. data/bin/lib/Image/ExifTool/InfiRay.pm +1 -1
  75. data/bin/lib/Image/ExifTool/JPEG.pm +6 -2
  76. data/bin/lib/Image/ExifTool/JPEGDigest.pm +1 -1
  77. data/bin/lib/Image/ExifTool/JSON.pm +1 -1
  78. data/bin/lib/Image/ExifTool/JVC.pm +1 -1
  79. data/bin/lib/Image/ExifTool/Jpeg2000.pm +1 -1
  80. data/bin/lib/Image/ExifTool/Kandao.pm +3 -3
  81. data/bin/lib/Image/ExifTool/Kodak.pm +1 -1
  82. data/bin/lib/Image/ExifTool/KyoceraRaw.pm +1 -1
  83. data/bin/lib/Image/ExifTool/LIF.pm +1 -1
  84. data/bin/lib/Image/ExifTool/LNK.pm +1 -1
  85. data/bin/lib/Image/ExifTool/Lang/cs.pm +1 -1
  86. data/bin/lib/Image/ExifTool/Lang/de.pm +1 -1
  87. data/bin/lib/Image/ExifTool/Lang/en_ca.pm +1 -1
  88. data/bin/lib/Image/ExifTool/Lang/en_gb.pm +1 -1
  89. data/bin/lib/Image/ExifTool/Lang/es.pm +1 -1
  90. data/bin/lib/Image/ExifTool/Lang/fi.pm +1 -1
  91. data/bin/lib/Image/ExifTool/Lang/fr.pm +1 -1
  92. data/bin/lib/Image/ExifTool/Lang/it.pm +1 -1
  93. data/bin/lib/Image/ExifTool/Lang/ja.pm +1 -1
  94. data/bin/lib/Image/ExifTool/Lang/ko.pm +1 -1
  95. data/bin/lib/Image/ExifTool/Lang/nl.pm +1 -1
  96. data/bin/lib/Image/ExifTool/Lang/pl.pm +1 -1
  97. data/bin/lib/Image/ExifTool/Lang/ru.pm +1 -1
  98. data/bin/lib/Image/ExifTool/Lang/sk.pm +1 -1
  99. data/bin/lib/Image/ExifTool/Lang/sv.pm +1 -1
  100. data/bin/lib/Image/ExifTool/Lang/tr.pm +1 -1
  101. data/bin/lib/Image/ExifTool/Lang/zh_cn.pm +1 -1
  102. data/bin/lib/Image/ExifTool/Lang/zh_tw.pm +1 -1
  103. data/bin/lib/Image/ExifTool/Leaf.pm +1 -1
  104. data/bin/lib/Image/ExifTool/LigoGPS.pm +1 -1
  105. data/bin/lib/Image/ExifTool/Lytro.pm +1 -1
  106. data/bin/lib/Image/ExifTool/M2TS.pm +1 -1
  107. data/bin/lib/Image/ExifTool/MIE.pm +1 -1
  108. data/bin/lib/Image/ExifTool/MIEUnits.pod +1 -1
  109. data/bin/lib/Image/ExifTool/MIFF.pm +1 -1
  110. data/bin/lib/Image/ExifTool/MISB.pm +1 -1
  111. data/bin/lib/Image/ExifTool/MNG.pm +1 -1
  112. data/bin/lib/Image/ExifTool/MOI.pm +1 -1
  113. data/bin/lib/Image/ExifTool/MPC.pm +1 -1
  114. data/bin/lib/Image/ExifTool/MPEG.pm +1 -1
  115. data/bin/lib/Image/ExifTool/MPF.pm +1 -1
  116. data/bin/lib/Image/ExifTool/MRC.pm +1 -1
  117. data/bin/lib/Image/ExifTool/MWG.pm +1 -1
  118. data/bin/lib/Image/ExifTool/MXF.pm +1 -1
  119. data/bin/lib/Image/ExifTool/MacOS.pm +1 -1
  120. data/bin/lib/Image/ExifTool/MakerNotes.pm +4 -2
  121. data/bin/lib/Image/ExifTool/Matroska.pm +1 -1
  122. data/bin/lib/Image/ExifTool/Microsoft.pm +1 -1
  123. data/bin/lib/Image/ExifTool/Minolta.pm +1 -1
  124. data/bin/lib/Image/ExifTool/MinoltaRaw.pm +1 -1
  125. data/bin/lib/Image/ExifTool/Motorola.pm +1 -1
  126. data/bin/lib/Image/ExifTool/Nikon.pm +9 -11
  127. data/bin/lib/Image/ExifTool/NikonCapture.pm +1 -1
  128. data/bin/lib/Image/ExifTool/NikonCustom.pm +6 -3
  129. data/bin/lib/Image/ExifTool/NikonSettings.pm +1 -1
  130. data/bin/lib/Image/ExifTool/Nintendo.pm +1 -1
  131. data/bin/lib/Image/ExifTool/OOXML.pm +1 -1
  132. data/bin/lib/Image/ExifTool/Ogg.pm +1 -1
  133. data/bin/lib/Image/ExifTool/Olympus.pm +1 -1
  134. data/bin/lib/Image/ExifTool/OpenEXR.pm +1 -1
  135. data/bin/lib/Image/ExifTool/Opus.pm +1 -1
  136. data/bin/lib/Image/ExifTool/Other.pm +1 -1
  137. data/bin/lib/Image/ExifTool/PCAP.pm +1 -1
  138. data/bin/lib/Image/ExifTool/PCX.pm +1 -1
  139. data/bin/lib/Image/ExifTool/PDF.pm +1 -1
  140. data/bin/lib/Image/ExifTool/PGF.pm +1 -1
  141. data/bin/lib/Image/ExifTool/PICT.pm +1 -1
  142. data/bin/lib/Image/ExifTool/PLIST.pm +1 -1
  143. data/bin/lib/Image/ExifTool/PLUS.pm +1 -1
  144. data/bin/lib/Image/ExifTool/PNG.pm +1 -1
  145. data/bin/lib/Image/ExifTool/PPM.pm +1 -1
  146. data/bin/lib/Image/ExifTool/PSP.pm +1 -1
  147. data/bin/lib/Image/ExifTool/Palm.pm +1 -1
  148. data/bin/lib/Image/ExifTool/Panasonic.pm +7 -2
  149. data/bin/lib/Image/ExifTool/PanasonicRaw.pm +1 -1
  150. data/bin/lib/Image/ExifTool/Parrot.pm +1 -1
  151. data/bin/lib/Image/ExifTool/Pentax.pm +13 -4
  152. data/bin/lib/Image/ExifTool/PhaseOne.pm +1 -1
  153. data/bin/lib/Image/ExifTool/PhotoCD.pm +1 -1
  154. data/bin/lib/Image/ExifTool/PhotoMechanic.pm +1 -1
  155. data/bin/lib/Image/ExifTool/Photoshop.pm +1 -1
  156. data/bin/lib/Image/ExifTool/Plot.pm +1 -1
  157. data/bin/lib/Image/ExifTool/PostScript.pm +1 -1
  158. data/bin/lib/Image/ExifTool/PrintIM.pm +1 -1
  159. data/bin/lib/Image/ExifTool/Protobuf.pm +41 -15
  160. data/bin/lib/Image/ExifTool/Qualcomm.pm +1 -1
  161. data/bin/lib/Image/ExifTool/QuickTime.pm +8 -4
  162. data/bin/lib/Image/ExifTool/QuickTimeStream.pl +1 -1
  163. data/bin/lib/Image/ExifTool/RIFF.pm +1 -1
  164. data/bin/lib/Image/ExifTool/RSRC.pm +1 -1
  165. data/bin/lib/Image/ExifTool/RTF.pm +1 -1
  166. data/bin/lib/Image/ExifTool/Radiance.pm +1 -1
  167. data/bin/lib/Image/ExifTool/Rawzor.pm +1 -1
  168. data/bin/lib/Image/ExifTool/Real.pm +1 -1
  169. data/bin/lib/Image/ExifTool/Reconyx.pm +1 -1
  170. data/bin/lib/Image/ExifTool/Red.pm +1 -1
  171. data/bin/lib/Image/ExifTool/Ricoh.pm +1 -1
  172. data/bin/lib/Image/ExifTool/Samsung.pm +1 -1
  173. data/bin/lib/Image/ExifTool/Sanyo.pm +1 -1
  174. data/bin/lib/Image/ExifTool/Scalado.pm +1 -1
  175. data/bin/lib/Image/ExifTool/Shift.pl +1 -1
  176. data/bin/lib/Image/ExifTool/Shortcuts.pm +1 -1
  177. data/bin/lib/Image/ExifTool/Sigma.pm +1 -1
  178. data/bin/lib/Image/ExifTool/SigmaRaw.pm +1 -1
  179. data/bin/lib/Image/ExifTool/Sony.pm +19 -3
  180. data/bin/lib/Image/ExifTool/SonyIDC.pm +1 -1
  181. data/bin/lib/Image/ExifTool/Stim.pm +1 -1
  182. data/bin/lib/Image/ExifTool/TNEF.pm +1 -1
  183. data/bin/lib/Image/ExifTool/TagInfoXML.pm +2 -2
  184. data/bin/lib/Image/ExifTool/TagLookup.pm +6976 -6967
  185. data/bin/lib/Image/ExifTool/TagNames.pod +23 -7
  186. data/bin/lib/Image/ExifTool/Text.pm +1 -1
  187. data/bin/lib/Image/ExifTool/Theora.pm +1 -1
  188. data/bin/lib/Image/ExifTool/Torrent.pm +1 -1
  189. data/bin/lib/Image/ExifTool/Trailer.pm +1 -1
  190. data/bin/lib/Image/ExifTool/Unknown.pm +1 -1
  191. data/bin/lib/Image/ExifTool/VCard.pm +1 -1
  192. data/bin/lib/Image/ExifTool/Validate.pm +5 -5
  193. data/bin/lib/Image/ExifTool/Vorbis.pm +1 -1
  194. data/bin/lib/Image/ExifTool/WPG.pm +1 -1
  195. data/bin/lib/Image/ExifTool/WTV.pm +1 -1
  196. data/bin/lib/Image/ExifTool/WavPack.pm +1 -1
  197. data/bin/lib/Image/ExifTool/WriteCanonRaw.pl +1 -1
  198. data/bin/lib/Image/ExifTool/WriteExif.pl +1 -1
  199. data/bin/lib/Image/ExifTool/WriteIPTC.pl +1 -1
  200. data/bin/lib/Image/ExifTool/WritePDF.pl +1 -1
  201. data/bin/lib/Image/ExifTool/WritePNG.pl +1 -1
  202. data/bin/lib/Image/ExifTool/WritePhotoshop.pl +1 -1
  203. data/bin/lib/Image/ExifTool/WritePostScript.pl +1 -1
  204. data/bin/lib/Image/ExifTool/WriteQuickTime.pl +8 -4
  205. data/bin/lib/Image/ExifTool/WriteRIFF.pl +1 -1
  206. data/bin/lib/Image/ExifTool/WriteXMP.pl +1 -1
  207. data/bin/lib/Image/ExifTool/Writer.pl +7 -4
  208. data/bin/lib/Image/ExifTool/XISF.pm +1 -1
  209. data/bin/lib/Image/ExifTool/XMP.pm +1 -1
  210. data/bin/lib/Image/ExifTool/XMP2.pl +1 -1
  211. data/bin/lib/Image/ExifTool/XMPStruct.pl +1 -1
  212. data/bin/lib/Image/ExifTool/ZIP.pm +1 -1
  213. data/bin/lib/Image/ExifTool/ZISRAW.pm +1 -1
  214. data/bin/lib/Image/ExifTool/iWork.pm +1 -1
  215. data/bin/lib/Image/ExifTool.pm +35 -29
  216. data/bin/lib/Image/ExifTool.pod +20 -2
  217. data/bin/perl-Image-ExifTool.spec +1 -1
  218. data/lib/exiftool_vendored/version.rb +1 -1
  219. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb2a0154a02210ed5be6f51530e8def85c78f27b7502a4b0816c4096fdaa113d
4
- data.tar.gz: 47f90d853b810216a1524ef5558a594753a3d812a6ead844fc398e5cb5d110a4
3
+ metadata.gz: fe98ce5f03c86564e64f053a399d231c67e02c5cefc2ae0533e933e52b2e5632
4
+ data.tar.gz: 7a7c7cd4a94746c50996474af6e3ad1b44bd4f3c2e2386435bde5be75f0439c1
5
5
  SHA512:
6
- metadata.gz: d027d7d5415bbfb942c312406ce8e8bf5dd6acd4217f59495e35bf32ca27f93d809e2b7f666f15e413287b9bbf12ddefdd2635a99f83fa8d4e2e55a0114c42dd
7
- data.tar.gz: eea916b76ba6c527981536482f148b347f88410b9d56365d942e1cd8f3e3f1abe434f5d68792c2f1e992121466cf9764c25adcf668bb5ee1178123cd1d97f6fc
6
+ metadata.gz: ca5b1e6bb5faf24f0f213c83a5035747c1fb065ecb1ba7a9c19eadb404421248c1588bfe1da2d58251c5a5e3090e1bb6a0a07602ce1838ab1eee81e0c487484b
7
+ data.tar.gz: 8f07194647af977527b357417691574667ae8f67cb861f41eeb069b160446bc2fe8ba3b9c0bdc87abb015ce45389583dd624774cb779dcaa35318ef2b1f8293f
data/bin/Changes CHANGED
@@ -7,6 +7,38 @@ RSS feed: https://exiftool.org/rss.xml
7
7
  Note: The most recent production release is Version 13.44. (Other versions are
8
8
  considered development releases, and are not uploaded to MetaCPAN.)
9
9
 
10
+ Jan. 25, 2026 - Version 13.46
11
+
12
+ - Added a new Pentax LensType
13
+ - Decode some new Canon tags (github #380)
14
+ - Renamed a newly added Canon tag (thanks Martin Chvatal)
15
+ - Improved identification of Canon RF lenses in edited images when an extender
16
+ was used
17
+ - Changed description of FocalLength35efl to add "35mm Equiv"
18
+ - Patched -validate option to recognize DNG 1.7.1 tags
19
+ - Patched to remove maker note error/warning when writing files from some
20
+ Google phones (github #377)
21
+ - Patched to improve warning for corrupted HEIC files downloaded from
22
+ heic.digital, and added ability to delete this garbage when writing
23
+ (github #361 and #378)
24
+ - Fixed minor error when writing some DJI DNG files
25
+ - API Changes:
26
+ - Added GeoUserTag option
27
+
28
+ Dec. 26, 2025 - Version 13.45
29
+
30
+ - Added a number of new values for some Sony tags (thanks Milos Komarcevic)
31
+ - Added a few new button functions for the Nikon Z9 (thanks Warren Hatch)
32
+ - Added some Nikon subject detection values (thanks Warren Hatch)
33
+ - Added a new Canon SubjectSwitching value
34
+ - Decode Ricoh APP7 maker notes
35
+ - Patched to allow a specific PreviewImage to be written to a DNG file
36
+ containing multiple previews
37
+ - Fixed bug reading large Protobuf integers on 32-bit systems (github #373)
38
+ - Fixed minor error when writing some DJI DNG files
39
+ - API Changes:
40
+ - Added SystemTimeRes option
41
+
10
42
  Dec. 15, 2025 - Version 13.44 (production release)
11
43
 
12
44
  - Added read support for Kandao KVAR files
@@ -15,7 +47,7 @@ Dec. 15, 2025 - Version 13.44 (production release)
15
47
  - Added a few new Matroska tags
16
48
  - Added a few values related to the new RAW file types for the Sony ILCE-7M5
17
49
  (thanks Milos Komarcevic)
18
- - Decode a few new PhaseOne tags ( (github #372)
50
+ - Decode a few new PhaseOne tags (github #372)
19
51
  - Decode timed GPS and other metadata from Kandao MP4 videos
20
52
  - Improvements to family 1 and 5 groups for tags in Matroska videos, and
21
53
  prioritize top-level tags when duplicates exist
data/bin/META.json CHANGED
@@ -50,6 +50,6 @@
50
50
  }
51
51
  },
52
52
  "release_status" : "stable",
53
- "version" : "13.44",
53
+ "version" : "13.46",
54
54
  "x_serialization_backend" : "JSON::PP version 4.06"
55
55
  }
data/bin/META.yml CHANGED
@@ -31,5 +31,5 @@ recommends:
31
31
  Time::HiRes: '0'
32
32
  requires:
33
33
  perl: '5.004'
34
- version: '13.44'
34
+ version: '13.46'
35
35
  x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
data/bin/README CHANGED
@@ -111,8 +111,8 @@ your home directory, then you would type the following commands in a
111
111
  terminal window to extract and run ExifTool:
112
112
 
113
113
  cd ~/Desktop
114
- gzip -dc Image-ExifTool-13.44.tar.gz | tar -xf -
115
- cd Image-ExifTool-13.44
114
+ gzip -dc Image-ExifTool-13.46.tar.gz | tar -xf -
115
+ cd Image-ExifTool-13.46
116
116
  ./exiftool t/images/ExifTool.jpg
117
117
 
118
118
  Note: These commands extract meta information from one of the test images.
@@ -169,7 +169,7 @@ for calculating digest values and providing other features listed below:
169
169
 
170
170
  COPYRIGHT AND LICENSE
171
171
 
172
- Copyright 2003-2025, Phil Harvey
172
+ Copyright 2003-2026, Phil Harvey
173
173
 
174
174
  This is free software; you can redistribute it and/or modify it under the
175
175
  same terms as Perl itself (either the Perl Artistic License or GPL).
@@ -71,8 +71,11 @@
71
71
  # The %Image::ExifTool::UserDefined hash defines new tags to be added
72
72
  # to existing tables.
73
73
  %Image::ExifTool::UserDefined = (
74
- # All EXIF tags are added to the Main table, and WriteGroup is used to
75
- # specify where the tag is written (default is ExifIFD if not specified):
74
+ # All EXIF tags but GPS are added to the Main table, and WriteGroup is
75
+ # used to specify where the tag is written (defaulting to ExifIFD). Note
76
+ # that when reading custom EXIF tags, the same config file must be used
77
+ # to be able to see them with the given names. Without the config file
78
+ # they may only be seen as unknown tags with the -u option.
76
79
  'Image::ExifTool::Exif::Main' => {
77
80
  # Example 1. EXIF:NewEXIFTag
78
81
  0xd000 => {
data/bin/exiftool CHANGED
@@ -11,7 +11,7 @@ use strict;
11
11
  use warnings;
12
12
  require 5.004;
13
13
 
14
- my $version = '13.44';
14
+ my $version = '13.46';
15
15
 
16
16
  $^W = 1; # enable global warnings
17
17
 
@@ -87,6 +87,7 @@ sub ReadStayOpen($);
87
87
  sub Progress($$);
88
88
  sub PrintTagList($@);
89
89
  sub PrintErrors($$$);
90
+ sub GetASCII($);
90
91
 
91
92
  $SIG{INT} = 'SigInt'; # do cleanup on Ctrl-C
92
93
  $SIG{CONT} = 'SigCont'; # (allows break-out of delays)
@@ -5368,7 +5369,7 @@ values (or decrement if I<VALUE> is negative), and C<-=> may be used to
5368
5369
  conditionally delete or replace a tag (see L</WRITING EXAMPLES> for
5369
5370
  examples). C<^=> is used to write an empty string instead of deleting the
5370
5371
  tag when no I<VALUE> is given, but otherwise it is equivalent to C<=>.
5371
- (Note that the caret must be quoted on the Windows command line.)
5372
+ (Note that the caret must be quoted in the Windows CMD shell.)
5372
5373
 
5373
5374
  I<TAG> may contain one or more leading family 0, 1, 2 or 7 group names,
5374
5375
  prefixed by optional family numbers, and separated colons. If no group name
@@ -5570,12 +5571,19 @@ list items when copying groups of tags from a file containing redundant
5570
5571
  information, it also prevents values of different tags from being copied
5571
5572
  into the same list when this is the intent. To accumulate values
5572
5573
  from different operations into the same list, add a C<+> after the initial
5573
- C<-> of the argument. For example:
5574
+ C<-> of the argument or use the B<-addTagsFromFile> option. For example:
5574
5575
 
5575
5576
  exiftool -tagsfromfile @ '-subject<make' '-+subject<model' ...
5576
5577
 
5577
- Similarly, C<-+DSTTAG> must be used when conditionally replacing a tag to
5578
- prevent overriding earlier conditions.
5578
+ or
5579
+
5580
+ exiftool -addtagsfromfile @ '-subject<make' '-subject<model' ...
5581
+
5582
+ Similarly, C<-+DSTTAG> or B<-addTagsFromFile> must be used when
5583
+ conditionally replacing a tag to prevent overriding earlier conditions.
5584
+
5585
+ Other than these differences, the B<-tagsFromFile> and B<-addTagsFromFile>
5586
+ options are equivalent.
5579
5587
 
5580
5588
  6) The B<-a> option (allow duplicate tags) is always in effect when copying
5581
5589
  tags from I<SRCFILE>, but the highest priority tag is always copied last so
@@ -6128,7 +6136,7 @@ with this command:
6128
6136
 
6129
6137
  produces output like this:
6130
6138
 
6131
- -- Generated by ExifTool 13.44 --
6139
+ -- Generated by ExifTool 13.46 --
6132
6140
  File: a.jpg - 2003:10:31 15:44:19
6133
6141
  (f/5.6, 1/60s, ISO 100)
6134
6142
  File: b.jpg - 2006:05:23 11:57:38
@@ -7143,10 +7151,10 @@ load exiftool for each invocation.
7143
7151
  =item B<-api> [I<OPT[[^]=[VAL]]>]
7144
7152
 
7145
7153
  Set ExifTool API option. I<OPT> is an API option name. The option value is
7146
- set to 1 if I<=VAL> is omitted. If I<VAL> is omitted, the option value is
7147
- set to undef if C<=> is used, or an empty string with C<^=>. If I<OPT> is
7148
- not specified a list of available options is returned. The option name is
7149
- not case senstive, but the option values are. See
7154
+ set to 1 if I<=VAL> is omitted. If just I<VAL> is omitted, the option value
7155
+ is set to undef if C<=> is used, or an empty string with C<^=>. If I<OPT>
7156
+ is not specified a list of available options is returned. The option name
7157
+ is not case sensitive, but the option values are. See
7150
7158
  L<Image::ExifTool Options|Image::ExifTool/Options> for option details. This
7151
7159
  overrides API options set via the config file. Note that the exiftool app
7152
7160
  sets some API options internally, and attempts to change these via the
@@ -8101,7 +8109,7 @@ the commands if B<-execute> was used).
8101
8109
 
8102
8110
  =head1 AUTHOR
8103
8111
 
8104
- Copyright 2003-2025, Phil Harvey
8112
+ Copyright 2003-2026, Phil Harvey
8105
8113
 
8106
8114
  This is free software; you can redistribute it and/or modify it under the
8107
8115
  same terms as Perl itself.
@@ -29,7 +29,7 @@
29
29
  # Sets internal ERROR member from $! if there is an error reading
30
30
  # the file.
31
31
  #
32
- # Legal: Copyright (c) 2003-2025, Phil Harvey (philharvey66 at gmail.com)
32
+ # Legal: Copyright (c) 2003-2026, Phil Harvey (philharvey66 at gmail.com)
33
33
  # This library is free software; you can redistribute it and/or
34
34
  # modify it under the same terms as Perl itself.
35
35
  #------------------------------------------------------------------------------
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Description: Buffer to support random access reading of sequential file
5
5
  #
6
- # Legal: Copyright (c) 2003-2025, Phil Harvey (philharvey66 at gmail.com)
6
+ # Legal: Copyright (c) 2003-2026, Phil Harvey (philharvey66 at gmail.com)
7
7
  # This library is free software; you can redistribute it and/or
8
8
  # modify it under the same terms as Perl itself.
9
9
  #------------------------------------------------------------------------------
@@ -236,7 +236,7 @@ the end of file is not allowed.
236
236
 
237
237
  =head1 AUTHOR
238
238
 
239
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
239
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
240
240
 
241
241
  This library is free software; you can redistribute it and/or modify it
242
242
  under the same terms as Perl itself.
@@ -163,7 +163,7 @@ based on unofficial sources which may be incomplete, inaccurate or outdated.
163
163
 
164
164
  =head1 AUTHOR
165
165
 
166
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
166
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
167
167
 
168
168
  This library is free software; you can redistribute it and/or modify it
169
169
  under the same terms as Perl itself.
@@ -477,7 +477,7 @@ main purpose of encryption, so this really can't be considered a bug.
477
477
 
478
478
  =head1 AUTHOR
479
479
 
480
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
480
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
481
481
 
482
482
  This library is free software; you can redistribute it and/or modify it
483
483
  under the same terms as Perl itself.
@@ -259,7 +259,7 @@ scanning for AFCP information.
259
259
 
260
260
  =head1 AUTHOR
261
261
 
262
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
262
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
263
263
 
264
264
  This library is free software; you can redistribute it and/or modify it
265
265
  under the same terms as Perl itself.
@@ -291,7 +291,7 @@ information from AIFF (Audio Interchange File Format) audio files.
291
291
 
292
292
  =head1 AUTHOR
293
293
 
294
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
294
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
295
295
 
296
296
  This library is free software; you can redistribute it and/or modify it
297
297
  under the same terms as Perl itself.
@@ -263,7 +263,7 @@ Currently doesn't parse MAC header unless it is at the start of the file.
263
263
 
264
264
  =head1 AUTHOR
265
265
 
266
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
266
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
267
267
 
268
268
  This library is free software; you can redistribute it and/or modify it
269
269
  under the same terms as Perl itself.
@@ -306,7 +306,7 @@ APP12 meta information.
306
306
 
307
307
  =head1 AUTHOR
308
308
 
309
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
309
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
310
310
 
311
311
  This library is free software; you can redistribute it and/or modify it
312
312
  under the same terms as Perl itself.
@@ -879,7 +879,7 @@ Windows Media Audio (WMA) and Windows Media Video (WMV) files.
879
879
 
880
880
  =head1 AUTHOR
881
881
 
882
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
882
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
883
883
 
884
884
  This library is free software; you can redistribute it and/or modify it
885
885
  under the same terms as Perl itself.
@@ -399,7 +399,7 @@ Apple maker notes in EXIF information.
399
399
 
400
400
  =head1 AUTHOR
401
401
 
402
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
402
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
403
403
 
404
404
  This library is free software; you can redistribute it and/or modify it
405
405
  under the same terms as Perl itself.
@@ -291,7 +291,7 @@ information from Audible audio books.
291
291
 
292
292
  =head1 AUTHOR
293
293
 
294
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
294
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
295
295
 
296
296
  This library is free software; you can redistribute it and/or modify it
297
297
  under the same terms as Perl itself.
@@ -335,7 +335,7 @@ This module contains definitions required by Image::ExifTool to read BMP
335
335
 
336
336
  =head1 AUTHOR
337
337
 
338
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
338
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
339
339
 
340
340
  This library is free software; you can redistribute it and/or modify it
341
341
  under the same terms as Perl itself.
@@ -231,7 +231,7 @@ This module contains definitions required by Image::ExifTool to read BPG
231
231
 
232
232
  =head1 AUTHOR
233
233
 
234
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
234
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
235
235
 
236
236
  This library is free software; you can redistribute it and/or modify it
237
237
  under the same terms as Perl itself.
@@ -445,7 +445,7 @@ compression ability).
445
445
 
446
446
  =head1 AUTHOR
447
447
 
448
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
448
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
449
449
  Copyright 2002, Leon Bottou and Yann Le Cun
450
450
  Copyright 2001, AT&T
451
451
  Copyright 1999-2001, LizardTech Inc.
@@ -282,7 +282,7 @@ information in BigTIFF images.
282
282
 
283
283
  =head1 AUTHOR
284
284
 
285
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
285
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
286
286
 
287
287
  This library is free software; you can redistribute it and/or modify it
288
288
  under the same terms as Perl itself.
@@ -35,7 +35,7 @@ use Image::ExifTool::Sony;
35
35
  use Image::ExifTool::Validate;
36
36
  use Image::ExifTool::MacOS;
37
37
 
38
- $VERSION = '3.63';
38
+ $VERSION = '3.64';
39
39
  @ISA = qw(Exporter);
40
40
 
41
41
  sub NumbersFirst($$);
@@ -555,7 +555,7 @@ Pentax, Ricoh, Samsung, Sanyo, SeaLife, Sony, Supra and Vivitar.
555
555
  These tags are used in Panasonic/Leica cameras.
556
556
  },
557
557
  Pentax => q{
558
- These tags are used in Pentax/Asahi cameras.
558
+ These tags are used in Pentax/Asahi/Ricoh cameras.
559
559
  },
560
560
  CanonRaw => q{
561
561
  These tags apply to CRW-format Canon RAW files and information in the APP0
@@ -699,7 +699,7 @@ L<Image::ExifTool::BuildTagLookup|Image::ExifTool::BuildTagLookup>.
699
699
 
700
700
  ~head1 AUTHOR
701
701
 
702
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
702
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
703
703
 
704
704
  This library is free software; you can redistribute it and/or modify it
705
705
  under the same terms as Perl itself.
@@ -2831,7 +2831,7 @@ Returned list of writable pseudo tags.
2831
2831
 
2832
2832
  =head1 AUTHOR
2833
2833
 
2834
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
2834
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
2835
2835
 
2836
2836
  This library is free software; you can redistribute it and/or modify it
2837
2837
  under the same terms as Perl itself.
@@ -324,7 +324,7 @@ specification.
324
324
 
325
325
  =head1 AUTHOR
326
326
 
327
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
327
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
328
328
 
329
329
  This library is free software; you can redistribute it and/or modify it
330
330
  under the same terms as Perl itself.
@@ -88,7 +88,7 @@ sub ProcessCTMD($$$);
88
88
  sub ProcessExifInfo($$$);
89
89
  sub SwapWords($);
90
90
 
91
- $VERSION = '5.00';
91
+ $VERSION = '5.02';
92
92
 
93
93
  # Note: Removed 'USM' from 'L' lenses since it is redundant - PH
94
94
  # (or is it? Ref 32 shows 5 non-USM L-type lenses)
@@ -2165,6 +2165,13 @@ my %offOn = ( 0 => 'Off', 1 => 'On' );
2165
2165
  }
2166
2166
  },
2167
2167
  # 0x4049 - related to croping (forum13491) - "8 0 0 0" = no crop, "8 1 0 1" = crop enabled
2168
+ 0x4053 => { #github380
2169
+ Name => 'FocusBracketingInfo',
2170
+ SubDirectory => {
2171
+ Validate => 'Image::ExifTool::Canon::Validate($dirData,$subdirStart,$size)',
2172
+ TagTable => 'Image::ExifTool::Canon::FocusBracketingInfo',
2173
+ }
2174
+ },
2168
2175
  0x4059 => { #forum16111
2169
2176
  Name => 'LevelInfo',
2170
2177
  SubDirectory => {
@@ -4806,13 +4813,9 @@ my %ciMaxFocal = (
4806
4813
  PRIORITY => 0,
4807
4814
  GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
4808
4815
  NOTES => 'CameraInfo tags for the EOS R6 Mark II.',
4809
- 0x086d => { #forum17745
4810
- Name => 'ShutterCount',
4811
- Format => 'int32u',
4812
- # (upper 2 bytes are currently unknown for this tag in JPEG images --
4813
- # we need samples ideally spanning the 65536 count)
4814
- RawConv => '$$self{PATH}[2] eq "UUID-Canon" ? $val : $val & 0xffff',
4815
- Notes => 'includes electronic + mechanical shutter',
4816
+ 0x086d => { #forum17745 (+ private email)
4817
+ Name => 'ImageCount', # (resets to 0 when SD card is formatted)
4818
+ Format => 'int16u',
4816
4819
  },
4817
4820
  );
4818
4821
 
@@ -9397,6 +9400,7 @@ my %filterConv = (
9397
9400
  0 => 'Initial Priority',
9398
9401
  1 => 'On Subject',
9399
9402
  2 => 'Switch Subject',
9403
+ 0x7fffffff => 'n/a',
9400
9404
  },
9401
9405
  },
9402
9406
  24 => { #forum16068 #KG extensions for 'left' and 'right'
@@ -9508,6 +9512,33 @@ my %filterConv = (
9508
9512
 
9509
9513
  );
9510
9514
 
9515
+ #github380
9516
+ %Image::ExifTool::Canon::FocusBracketingInfo = (
9517
+ %binaryDataAttrs,
9518
+ FORMAT => 'int32s',
9519
+ FIRST_ENTRY => 1,
9520
+ GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
9521
+ 1 => {
9522
+ Name => 'FocusBracketing',
9523
+ PrintConv => \%offOn,
9524
+ },
9525
+ 2 => 'FocusBracketingImageCount', # (value: 1-999)
9526
+ 3 => 'FocusBracketingFocusIncrement', # (value: 1-10)
9527
+ 4 => {
9528
+ Name => 'FocusBracketingExposureSmoothing',
9529
+ PrintConv => \%offOn,
9530
+ },
9531
+ 5 => {
9532
+ Name => 'FocusBracketingDepthComposite',
9533
+ PrintConv => \%offOn,
9534
+ },
9535
+ 6 => {
9536
+ Name => 'FocusBracketingCropDepthComposite',
9537
+ PrintConv => \%offOn,
9538
+ },
9539
+ 7 => 'FocusBracketingFlashInterval', # in seconds
9540
+ );
9541
+
9511
9542
  # Canon UUID atoms (ref PH, SX280)
9512
9543
  %Image::ExifTool::Canon::uuid = (
9513
9544
  GROUPS => { 0 => 'MakerNotes', 1 => 'Canon', 2 => 'Video' },
@@ -10052,8 +10083,10 @@ sub PrintLensID(@)
10052
10083
  foreach $lens (@lenses) {
10053
10084
  push @user, $lens if $Image::ExifTool::userLens{$lens};
10054
10085
  }
10086
+ my @tcs = (1, 1.4, 2, 2.8);
10087
+ @tcs = ( $3 ) if $lensModel =~ / \+ ((EXTENDER )?RF)?(\d+(\.\d*)?)x\b/;
10055
10088
  # attempt to determine actual lens
10056
- foreach $tc (1, 1.4, 2, 2.8) { # loop through teleconverter scaling factors
10089
+ foreach $tc (@tcs) { # loop through teleconverter scaling factors
10057
10090
  foreach $lens (@lenses) {
10058
10091
  next unless $lens =~ /(\d+)(?:-(\d+))?mm.*?(?:[fF]\/?)(\d+(?:\.\d+)?)(?:-(\d+(?:\.\d+)?))?/;
10059
10092
  # ($1=short focal, $2=long focal, $3=max aperture wide, $4=max aperture tele)
@@ -10068,7 +10101,16 @@ sub PrintLensID(@)
10068
10101
  }
10069
10102
  next if abs($shortFocal - $sf * $tc) > 0.9;
10070
10103
  my $tclens = $lens;
10071
- $tclens .= " + ${tc}x" if $tc > 1;
10104
+ if ($lens =~ /^(.*) \+ (RF)?(\d+(\.\d*)?)x$/) {
10105
+ next unless $3 eq $tc;
10106
+ # remove previous entry if same lens
10107
+ my $lns = $1;
10108
+ pop @maybe if @maybe and $maybe[-1] =~ /^$lns/;
10109
+ pop @likely if @likely and $likely[-1] =~ /^$lns/;
10110
+ pop @matches if @matches and $matches[-1] =~ /^$lns/;
10111
+ } elsif ($tc > 1) {
10112
+ $tclens .= " + ${tc}x";
10113
+ }
10072
10114
  push @maybe, $tclens;
10073
10115
  next if abs($longFocal - $lf * $tc) > 0.9;
10074
10116
  push @likely, $tclens;
@@ -10726,7 +10768,7 @@ Canon maker notes in EXIF information.
10726
10768
 
10727
10769
  =head1 AUTHOR
10728
10770
 
10729
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
10771
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
10730
10772
 
10731
10773
  This library is free software; you can redistribute it and/or modify it
10732
10774
  under the same terms as Perl itself.
@@ -2873,7 +2873,7 @@ Image::ExifTool to read this information.
2873
2873
 
2874
2874
  =head1 AUTHOR
2875
2875
 
2876
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
2876
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
2877
2877
 
2878
2878
  This library is free software; you can redistribute it and/or modify it
2879
2879
  under the same terms as Perl itself.
@@ -888,7 +888,7 @@ tags.)
888
888
 
889
889
  =head1 AUTHOR
890
890
 
891
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
891
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
892
892
 
893
893
  This library is free software; you can redistribute it and/or modify it
894
894
  under the same terms as Perl itself.
@@ -2288,7 +2288,7 @@ files, and as a trailer in JPEG, CRW, CR2 and TIFF images.
2288
2288
 
2289
2289
  =head1 AUTHOR
2290
2290
 
2291
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
2291
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
2292
2292
 
2293
2293
  This library is free software; you can redistribute it and/or modify it
2294
2294
  under the same terms as Perl itself.
@@ -221,7 +221,7 @@ settings files (COS).
221
221
 
222
222
  =head1 AUTHOR
223
223
 
224
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
224
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
225
225
 
226
226
  This library is free software; you can redistribute it and/or modify it
227
227
  under the same terms as Perl itself.
@@ -2034,7 +2034,7 @@ Casio maker notes in EXIF information.
2034
2034
 
2035
2035
  =head1 AUTHOR
2036
2036
 
2037
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
2037
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
2038
2038
 
2039
2039
  This library is free software; you can redistribute it and/or modify it
2040
2040
  under the same terms as Perl itself.
@@ -422,7 +422,7 @@ when decoding certain types of information.
422
422
 
423
423
  =head1 AUTHOR
424
424
 
425
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
425
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
426
426
 
427
427
  This library is free software; you can redistribute it and/or modify it
428
428
  under the same terms as Perl itself.
@@ -3853,7 +3853,7 @@ No translation of special characters sets is done.
3853
3853
 
3854
3854
  =head1 AUTHOR
3855
3855
 
3856
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
3856
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
3857
3857
 
3858
3858
  This library is free software; you can redistribute it and/or modify it
3859
3859
  under the same terms as Perl itself.
@@ -880,7 +880,7 @@ the maker notes in images from some DJI Phantom drones.
880
880
 
881
881
  =head1 AUTHOR
882
882
 
883
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
883
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
884
884
 
885
885
  This library is free software; you can redistribute it and/or modify it
886
886
  under the same terms as Perl itself.
@@ -849,7 +849,7 @@ information in DNG (Digital Negative) images.
849
849
 
850
850
  =head1 AUTHOR
851
851
 
852
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
852
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
853
853
 
854
854
  This library is free software; you can redistribute it and/or modify it
855
855
  under the same terms as Perl itself.
@@ -225,7 +225,7 @@ metadata from DPX (Digital Picture Exchange) images.
225
225
 
226
226
  =head1 AUTHOR
227
227
 
228
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
228
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
229
229
 
230
230
  This library is free software; you can redistribute it and/or modify it
231
231
  under the same terms as Perl itself.
@@ -117,7 +117,7 @@ This module contains definitions required by Image::ExifTool to read DSF
117
117
 
118
118
  =head1 AUTHOR
119
119
 
120
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
120
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
121
121
 
122
122
  This library is free software; you can redistribute it and/or modify it
123
123
  under the same terms as Perl itself.
@@ -291,7 +291,7 @@ information from DV (raw Digital Video) files.
291
291
 
292
292
  =head1 AUTHOR
293
293
 
294
- Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
294
+ Copyright 2003-2026, Phil Harvey (philharvey66 at gmail.com)
295
295
 
296
296
  This library is free software; you can redistribute it and/or modify it
297
297
  under the same terms as Perl itself.