exiftool_vendored 12.52.0 → 12.55.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 (204) hide show
  1. checksums.yaml +4 -4
  2. data/bin/Changes +42 -1
  3. data/bin/META.json +1 -1
  4. data/bin/META.yml +1 -1
  5. data/bin/README +3 -3
  6. data/bin/exiftool +12 -10
  7. data/bin/fmt_files/kml_track.fmt +3 -3
  8. data/bin/lib/File/RandomAccess.pm +1 -1
  9. data/bin/lib/File/RandomAccess.pod +2 -2
  10. data/bin/lib/Image/ExifTool/AES.pm +1 -1
  11. data/bin/lib/Image/ExifTool/AFCP.pm +1 -1
  12. data/bin/lib/Image/ExifTool/AIFF.pm +1 -1
  13. data/bin/lib/Image/ExifTool/APE.pm +1 -1
  14. data/bin/lib/Image/ExifTool/APP12.pm +1 -1
  15. data/bin/lib/Image/ExifTool/ASF.pm +1 -1
  16. data/bin/lib/Image/ExifTool/Apple.pm +197 -27
  17. data/bin/lib/Image/ExifTool/Audible.pm +1 -1
  18. data/bin/lib/Image/ExifTool/BMP.pm +1 -1
  19. data/bin/lib/Image/ExifTool/BPG.pm +1 -1
  20. data/bin/lib/Image/ExifTool/BZZ.pm +1 -1
  21. data/bin/lib/Image/ExifTool/BigTIFF.pm +1 -1
  22. data/bin/lib/Image/ExifTool/BuildTagLookup.pm +4 -4
  23. data/bin/lib/Image/ExifTool/CBOR.pm +1 -1
  24. data/bin/lib/Image/ExifTool/Canon.pm +14 -2
  25. data/bin/lib/Image/ExifTool/CanonCustom.pm +1 -1
  26. data/bin/lib/Image/ExifTool/CanonRaw.pm +1 -1
  27. data/bin/lib/Image/ExifTool/CanonVRD.pm +9 -9
  28. data/bin/lib/Image/ExifTool/CaptureOne.pm +1 -1
  29. data/bin/lib/Image/ExifTool/Casio.pm +1 -1
  30. data/bin/lib/Image/ExifTool/Charset.pm +1 -1
  31. data/bin/lib/Image/ExifTool/DICOM.pm +1 -1
  32. data/bin/lib/Image/ExifTool/DJI.pm +1 -1
  33. data/bin/lib/Image/ExifTool/DNG.pm +1 -1
  34. data/bin/lib/Image/ExifTool/DPX.pm +1 -1
  35. data/bin/lib/Image/ExifTool/DV.pm +1 -1
  36. data/bin/lib/Image/ExifTool/DarwinCore.pm +1 -1
  37. data/bin/lib/Image/ExifTool/DjVu.pm +1 -1
  38. data/bin/lib/Image/ExifTool/EXE.pm +1 -1
  39. data/bin/lib/Image/ExifTool/Exif.pm +5 -16
  40. data/bin/lib/Image/ExifTool/FITS.pm +1 -1
  41. data/bin/lib/Image/ExifTool/FLAC.pm +1 -1
  42. data/bin/lib/Image/ExifTool/FLIF.pm +1 -1
  43. data/bin/lib/Image/ExifTool/FLIR.pm +1 -1
  44. data/bin/lib/Image/ExifTool/Fixup.pm +1 -1
  45. data/bin/lib/Image/ExifTool/Flash.pm +1 -1
  46. data/bin/lib/Image/ExifTool/FlashPix.pm +1 -1
  47. data/bin/lib/Image/ExifTool/Font.pm +1 -1
  48. data/bin/lib/Image/ExifTool/FotoStation.pm +1 -1
  49. data/bin/lib/Image/ExifTool/FujiFilm.pm +21 -13
  50. data/bin/lib/Image/ExifTool/GE.pm +1 -1
  51. data/bin/lib/Image/ExifTool/GIF.pm +1 -1
  52. data/bin/lib/Image/ExifTool/GIMP.pm +1 -1
  53. data/bin/lib/Image/ExifTool/GPS.pm +1 -1
  54. data/bin/lib/Image/ExifTool/GeoTiff.pm +1 -1
  55. data/bin/lib/Image/ExifTool/Geotag.pm +14 -5
  56. data/bin/lib/Image/ExifTool/GoPro.pm +1 -1
  57. data/bin/lib/Image/ExifTool/H264.pm +1 -1
  58. data/bin/lib/Image/ExifTool/HP.pm +1 -1
  59. data/bin/lib/Image/ExifTool/HTML.pm +1 -1
  60. data/bin/lib/Image/ExifTool/HtmlDump.pm +1 -1
  61. data/bin/lib/Image/ExifTool/ICC_Profile.pm +1 -1
  62. data/bin/lib/Image/ExifTool/ICO.pm +1 -1
  63. data/bin/lib/Image/ExifTool/ID3.pm +1 -1
  64. data/bin/lib/Image/ExifTool/IPTC.pm +1 -1
  65. data/bin/lib/Image/ExifTool/ISO.pm +1 -1
  66. data/bin/lib/Image/ExifTool/ITC.pm +1 -1
  67. data/bin/lib/Image/ExifTool/Import.pm +1 -1
  68. data/bin/lib/Image/ExifTool/InDesign.pm +1 -1
  69. data/bin/lib/Image/ExifTool/JPEG.pm +1 -1
  70. data/bin/lib/Image/ExifTool/JPEGDigest.pm +1 -1
  71. data/bin/lib/Image/ExifTool/JSON.pm +1 -1
  72. data/bin/lib/Image/ExifTool/JVC.pm +1 -1
  73. data/bin/lib/Image/ExifTool/Jpeg2000.pm +11 -5
  74. data/bin/lib/Image/ExifTool/Kodak.pm +1 -1
  75. data/bin/lib/Image/ExifTool/KyoceraRaw.pm +1 -1
  76. data/bin/lib/Image/ExifTool/LIF.pm +1 -1
  77. data/bin/lib/Image/ExifTool/LNK.pm +1 -1
  78. data/bin/lib/Image/ExifTool/Lang/cs.pm +1 -1
  79. data/bin/lib/Image/ExifTool/Lang/de.pm +1 -1
  80. data/bin/lib/Image/ExifTool/Lang/en_ca.pm +1 -1
  81. data/bin/lib/Image/ExifTool/Lang/en_gb.pm +1 -1
  82. data/bin/lib/Image/ExifTool/Lang/es.pm +1 -1
  83. data/bin/lib/Image/ExifTool/Lang/fi.pm +1 -1
  84. data/bin/lib/Image/ExifTool/Lang/fr.pm +1 -1
  85. data/bin/lib/Image/ExifTool/Lang/it.pm +1 -1
  86. data/bin/lib/Image/ExifTool/Lang/ja.pm +1 -1
  87. data/bin/lib/Image/ExifTool/Lang/ko.pm +1 -1
  88. data/bin/lib/Image/ExifTool/Lang/nl.pm +1 -1
  89. data/bin/lib/Image/ExifTool/Lang/pl.pm +1 -1
  90. data/bin/lib/Image/ExifTool/Lang/ru.pm +1 -1
  91. data/bin/lib/Image/ExifTool/Lang/sk.pm +1806 -1927
  92. data/bin/lib/Image/ExifTool/Lang/sv.pm +1 -1
  93. data/bin/lib/Image/ExifTool/Lang/tr.pm +1 -1
  94. data/bin/lib/Image/ExifTool/Lang/zh_cn.pm +1 -1
  95. data/bin/lib/Image/ExifTool/Lang/zh_tw.pm +1 -1
  96. data/bin/lib/Image/ExifTool/Leaf.pm +1 -1
  97. data/bin/lib/Image/ExifTool/Lytro.pm +1 -1
  98. data/bin/lib/Image/ExifTool/M2TS.pm +1 -1
  99. data/bin/lib/Image/ExifTool/MIE.pm +1 -1
  100. data/bin/lib/Image/ExifTool/MIEUnits.pod +1 -1
  101. data/bin/lib/Image/ExifTool/MIFF.pm +1 -1
  102. data/bin/lib/Image/ExifTool/MISB.pm +1 -1
  103. data/bin/lib/Image/ExifTool/MNG.pm +1 -1
  104. data/bin/lib/Image/ExifTool/MOI.pm +1 -1
  105. data/bin/lib/Image/ExifTool/MPC.pm +1 -1
  106. data/bin/lib/Image/ExifTool/MPEG.pm +1 -1
  107. data/bin/lib/Image/ExifTool/MPF.pm +1 -1
  108. data/bin/lib/Image/ExifTool/MRC.pm +1 -1
  109. data/bin/lib/Image/ExifTool/MWG.pm +1 -1
  110. data/bin/lib/Image/ExifTool/MXF.pm +1 -1
  111. data/bin/lib/Image/ExifTool/MacOS.pm +1 -1
  112. data/bin/lib/Image/ExifTool/MakerNotes.pm +1 -1
  113. data/bin/lib/Image/ExifTool/Matroska.pm +5 -5
  114. data/bin/lib/Image/ExifTool/Microsoft.pm +1 -1
  115. data/bin/lib/Image/ExifTool/Minolta.pm +1 -1
  116. data/bin/lib/Image/ExifTool/MinoltaRaw.pm +1 -1
  117. data/bin/lib/Image/ExifTool/Motorola.pm +1 -1
  118. data/bin/lib/Image/ExifTool/Nikon.pm +219 -10
  119. data/bin/lib/Image/ExifTool/NikonCapture.pm +1 -1
  120. data/bin/lib/Image/ExifTool/NikonCustom.pm +1 -1
  121. data/bin/lib/Image/ExifTool/NikonSettings.pm +1 -1
  122. data/bin/lib/Image/ExifTool/Nintendo.pm +1 -1
  123. data/bin/lib/Image/ExifTool/OOXML.pm +1 -1
  124. data/bin/lib/Image/ExifTool/Ogg.pm +1 -1
  125. data/bin/lib/Image/ExifTool/Olympus.pm +1 -1
  126. data/bin/lib/Image/ExifTool/OpenEXR.pm +1 -1
  127. data/bin/lib/Image/ExifTool/Opus.pm +1 -1
  128. data/bin/lib/Image/ExifTool/Other.pm +1 -1
  129. data/bin/lib/Image/ExifTool/PCX.pm +1 -1
  130. data/bin/lib/Image/ExifTool/PDF.pm +1 -1
  131. data/bin/lib/Image/ExifTool/PGF.pm +1 -1
  132. data/bin/lib/Image/ExifTool/PICT.pm +1 -1
  133. data/bin/lib/Image/ExifTool/PLIST.pm +12 -7
  134. data/bin/lib/Image/ExifTool/PLUS.pm +1 -1
  135. data/bin/lib/Image/ExifTool/PNG.pm +1 -1
  136. data/bin/lib/Image/ExifTool/PPM.pm +1 -1
  137. data/bin/lib/Image/ExifTool/PSP.pm +1 -1
  138. data/bin/lib/Image/ExifTool/Palm.pm +1 -1
  139. data/bin/lib/Image/ExifTool/Panasonic.pm +1 -1
  140. data/bin/lib/Image/ExifTool/PanasonicRaw.pm +1 -1
  141. data/bin/lib/Image/ExifTool/Parrot.pm +1 -1
  142. data/bin/lib/Image/ExifTool/Pentax.pm +1 -1
  143. data/bin/lib/Image/ExifTool/PhaseOne.pm +1 -1
  144. data/bin/lib/Image/ExifTool/PhotoCD.pm +1 -1
  145. data/bin/lib/Image/ExifTool/PhotoMechanic.pm +1 -1
  146. data/bin/lib/Image/ExifTool/Photoshop.pm +1 -1
  147. data/bin/lib/Image/ExifTool/PostScript.pm +1 -1
  148. data/bin/lib/Image/ExifTool/PrintIM.pm +1 -1
  149. data/bin/lib/Image/ExifTool/Qualcomm.pm +1 -1
  150. data/bin/lib/Image/ExifTool/QuickTime.pm +23 -7
  151. data/bin/lib/Image/ExifTool/QuickTimeStream.pl +122 -28
  152. data/bin/lib/Image/ExifTool/README +3 -0
  153. data/bin/lib/Image/ExifTool/RIFF.pm +1 -1
  154. data/bin/lib/Image/ExifTool/RSRC.pm +1 -1
  155. data/bin/lib/Image/ExifTool/RTF.pm +1 -1
  156. data/bin/lib/Image/ExifTool/Radiance.pm +1 -1
  157. data/bin/lib/Image/ExifTool/Rawzor.pm +1 -1
  158. data/bin/lib/Image/ExifTool/Real.pm +1 -1
  159. data/bin/lib/Image/ExifTool/Reconyx.pm +1 -1
  160. data/bin/lib/Image/ExifTool/Red.pm +1 -1
  161. data/bin/lib/Image/ExifTool/Ricoh.pm +1 -1
  162. data/bin/lib/Image/ExifTool/Samsung.pm +3 -1
  163. data/bin/lib/Image/ExifTool/Sanyo.pm +1 -1
  164. data/bin/lib/Image/ExifTool/Scalado.pm +1 -1
  165. data/bin/lib/Image/ExifTool/Shift.pl +1 -1
  166. data/bin/lib/Image/ExifTool/Shortcuts.pm +1 -1
  167. data/bin/lib/Image/ExifTool/Sigma.pm +1 -1
  168. data/bin/lib/Image/ExifTool/SigmaRaw.pm +1 -1
  169. data/bin/lib/Image/ExifTool/Sony.pm +3 -3
  170. data/bin/lib/Image/ExifTool/SonyIDC.pm +1 -1
  171. data/bin/lib/Image/ExifTool/Stim.pm +1 -1
  172. data/bin/lib/Image/ExifTool/TagInfoXML.pm +2 -2
  173. data/bin/lib/Image/ExifTool/TagLookup.pm +1023 -979
  174. data/bin/lib/Image/ExifTool/TagNames.pod +99 -9
  175. data/bin/lib/Image/ExifTool/Text.pm +1 -1
  176. data/bin/lib/Image/ExifTool/Theora.pm +1 -1
  177. data/bin/lib/Image/ExifTool/Torrent.pm +1 -1
  178. data/bin/lib/Image/ExifTool/Unknown.pm +1 -1
  179. data/bin/lib/Image/ExifTool/VCard.pm +1 -1
  180. data/bin/lib/Image/ExifTool/Validate.pm +1 -1
  181. data/bin/lib/Image/ExifTool/Vorbis.pm +1 -1
  182. data/bin/lib/Image/ExifTool/WTV.pm +1 -1
  183. data/bin/lib/Image/ExifTool/WriteCanonRaw.pl +1 -1
  184. data/bin/lib/Image/ExifTool/WriteExif.pl +14 -1
  185. data/bin/lib/Image/ExifTool/WriteIPTC.pl +1 -1
  186. data/bin/lib/Image/ExifTool/WritePDF.pl +5 -1
  187. data/bin/lib/Image/ExifTool/WritePNG.pl +1 -1
  188. data/bin/lib/Image/ExifTool/WritePhotoshop.pl +1 -1
  189. data/bin/lib/Image/ExifTool/WritePostScript.pl +1 -1
  190. data/bin/lib/Image/ExifTool/WriteQuickTime.pl +18 -7
  191. data/bin/lib/Image/ExifTool/WriteRIFF.pl +1 -1
  192. data/bin/lib/Image/ExifTool/WriteXMP.pl +1 -1
  193. data/bin/lib/Image/ExifTool/Writer.pl +2 -2
  194. data/bin/lib/Image/ExifTool/XMP.pm +23 -3
  195. data/bin/lib/Image/ExifTool/XMP2.pl +20 -1
  196. data/bin/lib/Image/ExifTool/XMPStruct.pl +1 -1
  197. data/bin/lib/Image/ExifTool/ZIP.pm +1 -1
  198. data/bin/lib/Image/ExifTool/ZISRAW.pm +1 -1
  199. data/bin/lib/Image/ExifTool/iWork.pm +1 -1
  200. data/bin/lib/Image/ExifTool.pm +4 -3
  201. data/bin/lib/Image/ExifTool.pod +39 -38
  202. data/bin/perl-Image-ExifTool.spec +1 -1
  203. data/lib/exiftool_vendored/version.rb +1 -1
  204. metadata +2 -2
@@ -620,7 +620,7 @@ and values.
620
620
 
621
621
  =head1 AUTHOR
622
622
 
623
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
623
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
624
624
 
625
625
  This library is free software; you can redistribute it and/or modify it
626
626
  under the same terms as Perl itself.
@@ -528,7 +528,7 @@ and values.
528
528
 
529
529
  =head1 AUTHOR
530
530
 
531
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
531
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
532
532
 
533
533
  This library is free software; you can redistribute it and/or modify it
534
534
  under the same terms as Perl itself.
@@ -1313,7 +1313,7 @@ and values.
1313
1313
 
1314
1314
  =head1 AUTHOR
1315
1315
 
1316
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
1316
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
1317
1317
 
1318
1318
  This library is free software; you can redistribute it and/or modify it
1319
1319
  under the same terms as Perl itself.
@@ -784,7 +784,7 @@ and values.
784
784
 
785
785
  =head1 AUTHOR
786
786
 
787
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
787
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
788
788
 
789
789
  This library is free software; you can redistribute it and/or modify it
790
790
  under the same terms as Perl itself.
@@ -504,7 +504,7 @@ Capture.
504
504
 
505
505
  =head1 AUTHOR
506
506
 
507
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
507
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
508
508
 
509
509
  This library is free software; you can redistribute it and/or modify it
510
510
  under the same terms as Perl itself.
@@ -192,7 +192,7 @@ from Lytro Light Field Picture (LFP) files.
192
192
 
193
193
  =head1 AUTHOR
194
194
 
195
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
195
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
196
196
 
197
197
  This library is free software; you can redistribute it and/or modify it
198
198
  under the same terms as Perl itself.
@@ -936,7 +936,7 @@ video.
936
936
 
937
937
  =head1 AUTHOR
938
938
 
939
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
939
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
940
940
 
941
941
  This library is free software; you can redistribute it and/or modify it
942
942
  under the same terms as Perl itself.
@@ -2551,7 +2551,7 @@ tag name. For example:
2551
2551
 
2552
2552
  =head1 AUTHOR
2553
2553
 
2554
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
2554
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
2555
2555
 
2556
2556
  This library is free software; you can redistribute it and/or modify it
2557
2557
  under the same terms as Perl itself. The MIE format itself is also
@@ -356,7 +356,7 @@ A few examples of combined units strings:
356
356
 
357
357
  =head1 AUTHOR
358
358
 
359
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
359
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
360
360
 
361
361
  This library is free software; you can redistribute it and/or modify it
362
362
  under the same terms as Perl itself.
@@ -255,7 +255,7 @@ This module contains routines required by Image::ExifTool to read MIFF
255
255
 
256
256
  =head1 AUTHOR
257
257
 
258
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
258
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
259
259
 
260
260
  This library is free software; you can redistribute it and/or modify it
261
261
  under the same terms as Perl itself.
@@ -468,7 +468,7 @@ Board (MISB) KLV-format metadata from M2TS videos.
468
468
 
469
469
  =head1 AUTHOR
470
470
 
471
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
471
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
472
472
 
473
473
  This library is free software; you can redistribute it and/or modify it
474
474
  under the same terms as Perl itself.
@@ -661,7 +661,7 @@ This module contains definitions required by Image::ExifTool to read MNG
661
661
 
662
662
  =head1 AUTHOR
663
663
 
664
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
664
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
665
665
 
666
666
  This library is free software; you can redistribute it and/or modify it
667
667
  under the same terms as Perl itself.
@@ -137,7 +137,7 @@ information from MOI files.
137
137
 
138
138
  =head1 AUTHOR
139
139
 
140
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
140
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
141
141
 
142
142
  This library is free software; you can redistribute it and/or modify it
143
143
  under the same terms as Perl itself.
@@ -134,7 +134,7 @@ information from Musepack (MPC) audio files.
134
134
 
135
135
  =head1 AUTHOR
136
136
 
137
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
137
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
138
138
 
139
139
  This library is free software; you can redistribute it and/or modify it
140
140
  under the same terms as Perl itself.
@@ -704,7 +704,7 @@ based on unofficial sources which may be incomplete, inaccurate or outdated.
704
704
 
705
705
  =head1 AUTHOR
706
706
 
707
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
707
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
708
708
 
709
709
  This library is free software; you can redistribute it and/or modify it
710
710
  under the same terms as Perl itself.
@@ -266,7 +266,7 @@ Format (MPF) information from JPEG images.
266
266
 
267
267
  =head1 AUTHOR
268
268
 
269
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
269
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
270
270
 
271
271
  This library is free software; you can redistribute it and/or modify it
272
272
  under the same terms as Perl itself.
@@ -315,7 +315,7 @@ metadata from Medical Research Council (MRC) images.
315
315
 
316
316
  =head1 AUTHOR
317
317
 
318
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
318
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
319
319
 
320
320
  This library is free software; you can redistribute it and/or modify it
321
321
  under the same terms as Perl itself.
@@ -756,7 +756,7 @@ must be loaded explicitly as described above.
756
756
 
757
757
  =head1 AUTHOR
758
758
 
759
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
759
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
760
760
 
761
761
  This library is free software; you can redistribute it and/or modify it
762
762
  under the same terms as Perl itself.
@@ -2987,7 +2987,7 @@ information from MXF (Material Exchange Format) files.
2987
2987
 
2988
2988
  =head1 AUTHOR
2989
2989
 
2990
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
2990
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
2991
2991
 
2992
2992
  This library is free software; you can redistribute it and/or modify it
2993
2993
  under the same terms as Perl itself.
@@ -721,7 +721,7 @@ Writable tags use "xattr", "setfile" or "osascript" for writing.
721
721
 
722
722
  =head1 AUTHOR
723
723
 
724
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
724
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
725
725
 
726
726
  This library is free software; you can redistribute it and/or modify it
727
727
  under the same terms as Perl itself.
@@ -1830,7 +1830,7 @@ maker notes in EXIF information.
1830
1830
 
1831
1831
  =head1 AUTHOR
1832
1832
 
1833
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
1833
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
1834
1834
 
1835
1835
  This library is free software; you can redistribute it and/or modify it
1836
1836
  under the same terms as Perl itself.
@@ -15,7 +15,7 @@ use strict;
15
15
  use vars qw($VERSION);
16
16
  use Image::ExifTool qw(:DataAccess :Utils);
17
17
 
18
- $VERSION = '1.13';
18
+ $VERSION = '1.14';
19
19
 
20
20
  sub HandleStruct($$;$$$$);
21
21
 
@@ -708,11 +708,11 @@ my %uidInfo = (
708
708
  );
709
709
 
710
710
  # standardized tag names (ref 2)
711
- %Image::ExifTool::Matroska::Tags = (
711
+ %Image::ExifTool::Matroska::StdTag = (
712
712
  GROUPS => { 2 => 'Video' },
713
713
  VARS => { LONG_TAGS => 1 },
714
714
  NOTES => q{
715
- Standardized Matroska tags (see
715
+ Standardized Matroska tags, stored in a SimpleTag structure (see
716
716
  L<https://www.matroska.org/technical/tagging.html>).
717
717
  },
718
718
  ORIGINAL => 'Original', # struct
@@ -826,7 +826,7 @@ sub HandleStruct($$;$$$$)
826
826
  {
827
827
  local $_;
828
828
  my ($et, $struct, $pid, $pname, $lang, $ctry) = @_;
829
- my $tagTbl = GetTagTable('Image::ExifTool::Matroska::Tags');
829
+ my $tagTbl = GetTagTable('Image::ExifTool::Matroska::StdTag');
830
830
  my $tag = $$struct{TagName};
831
831
  my $tagInfo = $$tagTbl{$tag};
832
832
  # create tag if necessary
@@ -1140,7 +1140,7 @@ information from Matroska multimedia files (MKA, MKV, MKS and WEBM).
1140
1140
 
1141
1141
  =head1 AUTHOR
1142
1142
 
1143
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
1143
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
1144
1144
 
1145
1145
  This library is free software; you can redistribute it and/or modify it
1146
1146
  under the same terms as Perl itself.
@@ -1100,7 +1100,7 @@ Xtra tags in videos.
1100
1100
 
1101
1101
  =head1 AUTHOR
1102
1102
 
1103
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
1103
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
1104
1104
 
1105
1105
  This library is free software; you can redistribute it and/or modify it
1106
1106
  under the same terms as Perl itself.
@@ -2928,7 +2928,7 @@ and write Minolta RAW (MRW) images.
2928
2928
 
2929
2929
  =head1 AUTHOR
2930
2930
 
2931
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
2931
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
2932
2932
 
2933
2933
  This library is free software; you can redistribute it and/or modify it
2934
2934
  under the same terms as Perl itself.
@@ -512,7 +512,7 @@ write Konica-Minolta RAW (MRW) images.
512
512
 
513
513
  =head1 AUTHOR
514
514
 
515
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
515
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
516
516
 
517
517
  This library is free software; you can redistribute it and/or modify it
518
518
  under the same terms as Perl itself.
@@ -165,7 +165,7 @@ cell phone images.
165
165
 
166
166
  =head1 AUTHOR
167
167
 
168
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
168
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
169
169
 
170
170
  This library is free software; you can redistribute it and/or modify it
171
171
  under the same terms as Perl itself.
@@ -64,7 +64,7 @@ use Image::ExifTool::Exif;
64
64
  use Image::ExifTool::GPS;
65
65
  use Image::ExifTool::XMP;
66
66
 
67
- $VERSION = '4.15';
67
+ $VERSION = '4.17';
68
68
 
69
69
  sub LensIDConv($$$);
70
70
  sub ProcessNikonAVI($$$);
@@ -617,6 +617,7 @@ sub GetAFPointGrid($$;$);
617
617
  #
618
618
  '00 40 2B 2B 2C 2C 00 02' => 'Tokina AT-X 17 AF PRO (AF 17mm f/3.5)',
619
619
  '00 47 44 44 24 24 00 06' => 'Tokina AT-X M35 PRO DX (AF 35mm f/2.8 Macro)',
620
+ '8D 54 68 68 24 24 87 02' => 'Tokina AT-X PRO 100mm F2.8 D Macro', #30
620
621
  '00 54 68 68 24 24 00 02' => 'Tokina AT-X M100 AF PRO D (AF 100mm f/2.8 Macro)',
621
622
  '27 48 8E 8E 30 30 1D 02' => 'Tokina AT-X 304 AF (AF 300mm f/4.0)',
622
623
  '00 54 8E 8E 24 24 00 02' => 'Tokina AT-X 300 AF PRO (AF 300mm f/2.8)',
@@ -809,6 +810,7 @@ my %flashColorFilter = (
809
810
  66 => 'Blue',
810
811
  67 => 'Yellow',
811
812
  68 => 'Amber',
813
+ 128 => 'Incandescent', #SZ-4TN Incandescent
812
814
  );
813
815
 
814
816
  # flash control mode values (ref JD)
@@ -4290,10 +4292,10 @@ my %base64coord = (
4290
4292
  $$self{ContrastDetectAF} == 2 and $$self{AFInfo2Version} =~ /^03/ or
4291
4293
  $$self{ContrastDetectAF} == 1 and $$self{AFInfo2Version} =~ /^0301/
4292
4294
  },
4293
- Format => 'int16u',
4295
+ Format => 'int16u', # (decodes same byte as 0x2f)
4294
4296
  },
4295
4297
  0x2f => { #28 (Z7) Still photography range 1-17 for the 493 point Z7 (arranged in a 29x17 grid. Center at x=16, y=10).
4296
- Name => 'AFFocusPointXPosition',
4298
+ Name => 'FocusPositionHorizontal',
4297
4299
  Condition => q{
4298
4300
  $$self{ContrastDetectAF} == 2 and $$self{AFInfo2Version} =~ /^03/ or
4299
4301
  $$self{ContrastDetectAF} == 1 and $$self{AFInfo2Version} =~ /^0301/
@@ -4307,7 +4309,7 @@ my %base64coord = (
4307
4309
  $$self{ContrastDetectAF} == 2 and $$self{AFInfo2Version} =~ /^03/ or
4308
4310
  $$self{ContrastDetectAF} == 1 and $$self{AFInfo2Version} =~ /^0301/
4309
4311
  },
4310
- Format => 'int16u',
4312
+ Format => 'int16u', # (decodes same byte as 0x31)
4311
4313
  },{ #PH (D500, see forum11190)
4312
4314
  Name => 'AFPointsInFocus',
4313
4315
  Condition => '$$self{AFInfo2Version} eq "0101" and $$self{PhaseDetectAF} == 7',
@@ -4320,7 +4322,7 @@ my %base64coord = (
4320
4322
  },
4321
4323
  ],
4322
4324
  0x31 => { #28 (Z7)
4323
- Name => 'AFFocusPointYPosition',
4325
+ Name => 'FocusPositionVertical',
4324
4326
  Condition => q{
4325
4327
  $$self{ContrastDetectAF} == 2 and $$self{AFInfo2Version} =~ /^03/ or
4326
4328
  $$self{ContrastDetectAF} == 1 and $$self{AFInfo2Version} =~ /^0301/
@@ -4450,6 +4452,21 @@ my %base64coord = (
4450
4452
  Writable => 0,
4451
4453
  RawConv => '$$self{AFInfo2Version} = $val',
4452
4454
  },
4455
+ 5 => { #28
4456
+ Name => 'AFAreaMode', #reflects the mode active when the shutter is tripped, not the position of the Focus Mode button (which is recorded in MenuSettingsZ9 tag also named AfAreaMode)
4457
+ PrintConv => {
4458
+ 192 => 'Pinpoint',
4459
+ 193 => 'Single',
4460
+ 195 => 'Wide (S)',
4461
+ 196 => 'Wide (L)',
4462
+ 197 => 'Auto',
4463
+ 204 => 'Dynamic Area (S)',
4464
+ 205 => 'Dynamic Area (M)',
4465
+ 206 => 'Dynamic Area (L)',
4466
+ 207 => '3D-tracking',
4467
+ 208 => 'Wide (C1/C2)',
4468
+ },
4469
+ },
4453
4470
  0x3e => {
4454
4471
  Name => 'AFImageWidth',
4455
4472
  Format => 'int16u',
@@ -4458,6 +4475,11 @@ my %base64coord = (
4458
4475
  Name => 'AFImageHeight',
4459
4476
  Format => 'int16u',
4460
4477
  },
4478
+ 0x42 => { #28
4479
+ Name => 'AFAreaXPosition', #top left image corner is the origin
4480
+ Format => 'int16u', # (decodes same byte as 0x43)
4481
+ RawConv => '$val ? $val : undef',
4482
+ },
4461
4483
  0x43 => {
4462
4484
  Name => 'FocusPositionHorizontal',
4463
4485
  Notes => q{
@@ -4469,6 +4491,11 @@ my %base64coord = (
4469
4491
  # (the 11R (5) position is not used, for a total of 29 columns, ref AlbertShan email)
4470
4492
  PrintConv => sub { my ($val) = @_; PrintAFPointsLeftRight($val, 29); },
4471
4493
  },
4494
+ 0x44 => { #28
4495
+ Name => 'AFAreaYPosition',
4496
+ Format => 'int16u', # (decodes same byte as 0x45)
4497
+ RawConv => '$val ? $val : undef',
4498
+ },
4472
4499
  0x45 => {
4473
4500
  Name => 'FocusPositionVertical',
4474
4501
  # (the 6U (4) and 2D (12) are not used, for a total of 17 rows, ref AlbertShan email)
@@ -8914,7 +8941,7 @@ my %nikonFocalConversions = (
8914
8941
  %Image::ExifTool::Nikon::MenuSettingsZ9Firmware3 = ( #starts at Offset26 + 248
8915
8942
  %binaryDataAttrs,
8916
8943
  GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
8917
- DATAMEMBER => [ 154, 204, 208, 248, 554 ],
8944
+ DATAMEMBER => [ 154, 204, 208, 248, 444, 554 ],
8918
8945
  IS_SUBDIR => [ 847 ],
8919
8946
  NOTES => 'These tags are used by the Z9 firmware 3.00.',
8920
8947
  154 => {
@@ -8984,6 +9011,39 @@ my %nikonFocalConversions = (
8984
9011
  436 => { Name => 'MovieVignetteControl', PrintConv => \%offLowNormalHighZ7, Unknown => 1 },
8985
9012
  438 => { Name => 'DiffractionCompensation', PrintConv => \%offOn }, # value can be set from both the Photo Shoot Menu and the Video Shooting Menu
8986
9013
  440 => { Name => 'FlickerReductionShooting',PrintConv => \%offOn },
9014
+ 444 => {
9015
+ Name => 'FlashControlMode', # this and nearby tag values for flash may be set from either the Photo Shooting Menu or using the Flash unit menu
9016
+ RawConv => '$$self{FlashControlMode} = $val',
9017
+ PrintConv => \%flashControlModeZ7,
9018
+ },
9019
+ 446 => {
9020
+ Name => 'FlashMasterCompensation',
9021
+ Format => 'int8s',
9022
+ Unknown => 1,
9023
+ ValueConv => '$val/6',
9024
+ ValueConvInv => '6 * $val',
9025
+ PrintConv => '$val ? sprintf("%+.1f",$val) : 0',
9026
+ PrintConvInv => '$val',
9027
+ },
9028
+ 450 => {
9029
+ Name => 'FlashGNDistance',
9030
+ Condition => '$$self{FlashControlMode} == 2',
9031
+ Unknown => 1,
9032
+ ValueConv => '$val + 3',
9033
+ PrintConv => \%flashGNDistance,
9034
+ },
9035
+ 454 => {
9036
+ Name => 'FlashOutput', # range[0,24] with 0=>Full; 1=>50%; then decreasing flash power in 1/3 stops to 0.39% (1/256 full power). also found in FlashInfoUnknown at offset 0x0a (with different mappings)
9037
+ Condition => '$$self{FlashControlMode} >= 3',
9038
+ Unknown => 1,
9039
+ ValueConv => '2 ** (-$val/3)',
9040
+ ValueConvInv => '$val>0 ? -3*log($val)/log(2) : 0',
9041
+ PrintConv => '$val>0.99 ? "Full" : sprintf("%.1f%%",$val*100)',
9042
+ PrintConvInv => '$val=~/(\d+)/ ? $1/100 : 1',
9043
+ },
9044
+ #462 flash wireless control 0=> 'Off' 1=> 'Optical AWL'
9045
+ #464 => { Name => 'FlashRemoteControl', PrintConv => \%flashRemoteControlZ7, Unknown => 1 },
9046
+ #476 => { Name => 'FlashWirelessOption', PrintConv => \%flashWirelessOptionZ7, Unknown => 1 },
8987
9047
  548 => { Name => 'AFAreaMode', PrintConv => \%aFAreaModeZ9},
8988
9048
  550 => { Name => 'VRMode', PrintConv => \%vRModeZ9},
8989
9049
  554 => {
@@ -10197,7 +10257,7 @@ my %nikonFocalConversions = (
10197
10257
  },
10198
10258
  12 => {
10199
10259
  Name => 'FlashFocalLength',
10200
- Notes => 'only valid if flash pattern is "Standard Illumination"',
10260
+ Notes => 'only valid if flash pattern is "Standard Illumination"', #illumination pattern no no supported starting with the SB-910
10201
10261
  RawConv => '($val and $val != 255) ? $val : undef',
10202
10262
  PrintConv => '"$val mm"',
10203
10263
  PrintConvInv => '$val=~/(\d+)/; $1 || 0',
@@ -10267,7 +10327,7 @@ my %nikonFocalConversions = (
10267
10327
  0x29 => [ #PH
10268
10328
  {
10269
10329
  Name => 'FlashGroupBOutput',
10270
- Condition => '$$self{FlashGroupBControlMode} >= 0x60',
10330
+ Condition => '$$self{FlashGroupBControlMode} >= 0x06',
10271
10331
  ValueConv => '2 ** (-$val/6)',
10272
10332
  ValueConvInv => '$val>0 ? -6*log($val)/log(2) : 0',
10273
10333
  PrintConv => '$val>0.99 ? "Full" : sprintf("%.0f%%",$val*100)',
@@ -10307,6 +10367,7 @@ my %nikonFocalConversions = (
10307
10367
  %Image::ExifTool::Nikon::FlashInfo0300 = (
10308
10368
  %binaryDataAttrs,
10309
10369
  GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
10370
+ DATAMEMBER => [ 9.2, 17.1, 18.1, 18.2 ],
10310
10371
  0 => {
10311
10372
  Name => 'FlashInfoVersion',
10312
10373
  Format => 'string[4]',
@@ -10321,15 +10382,39 @@ my %nikonFocalConversions = (
10321
10382
  },
10322
10383
  },
10323
10384
  6 => {
10324
- Format => 'int8u[2]',
10325
10385
  Name => 'ExternalFlashFirmware',
10386
+ Format => 'int8u[2]',
10326
10387
  SeparateTable => 'FlashFirmware',
10327
10388
  PrintConv => \%flashFirmware,
10328
10389
  },
10390
+ 8 => {
10391
+ Name => 'ExternalFlashFlags',
10392
+ PrintConv => { BITMASK => {
10393
+ 0 => 'Flash Ready', #flash status is 'Not Ready' when this bit is off and FlashSource is non-zero
10394
+ # 1 - ? (observed with SB-900)
10395
+ 2 => 'Bounce Flash',
10396
+ 4 => 'Wide Flash Adapter',
10397
+ 7 => 'Zoom Override', #override takes place when the Wide Flash Adapter is dropped in place and/or the zoom level is overriden on via flash menu
10398
+ }},
10399
+ },
10400
+ 9.1 => {
10401
+ Name => 'FlashCommanderMode',
10402
+ Mask => 0x80,
10403
+ PrintConv => { 0 => 'Off', 1 => 'On' },
10404
+ },
10405
+ 9.2 => {
10406
+ Name => 'FlashControlMode',
10407
+ Mask => 0x7f,
10408
+ DataMember => 'FlashControlMode',
10409
+ RawConv => '$$self{FlashControlMode} = $val',
10410
+ PrintConv => \%flashControlMode,
10411
+ SeparateTable => 'FlashControlMode',
10412
+ },
10329
10413
  10 => {
10330
10414
  Name => 'FlashCompensation',
10331
10415
  # this is the compensation from the camera (0x0012) for "Built-in" FlashType, or
10332
10416
  # the compensation from the external unit (0x0017) for "Optional" FlashType - PH
10417
+ Condition => '$$self{FlashControlMode} == 0x01 or $$self{FlashControlMode} == 0x02', #only valid for TTL and TTL-BL modes
10333
10418
  Format => 'int8s',
10334
10419
  Priority => 0,
10335
10420
  ValueConv => '-$val/6',
@@ -10337,6 +10422,130 @@ my %nikonFocalConversions = (
10337
10422
  PrintConv => 'Image::ExifTool::Exif::PrintFraction($val)',
10338
10423
  PrintConvInv => 'Image::ExifTool::Exif::ConvertFraction($val)',
10339
10424
  },
10425
+ 13 => {
10426
+ Name => 'RepeatingFlashRate',
10427
+ RawConv => '($val and $val != 255) ? $val : undef',
10428
+ PrintConv => '"$val Hz"',
10429
+ PrintConvInv => '$val=~/(\d+)/; $1 || 0',
10430
+ },
10431
+ 14 => {
10432
+ Name => 'RepeatingFlashCount',
10433
+ RawConv => '($val and $val != 255) ? $val : undef',
10434
+ },
10435
+ 15 => {
10436
+ Name => 'FlashGNDistance',
10437
+ SeparateTable => 1,
10438
+ PrintConv => \%flashGNDistance,
10439
+ },
10440
+ 16 => {
10441
+ Name => 'FlashColorFilter',
10442
+ SeparateTable => 1,
10443
+ PrintConv => \%flashColorFilter,
10444
+ },
10445
+ 17.1 => { #PH
10446
+ Name => 'FlashGroupAControlMode',
10447
+ Mask => 0x0f,
10448
+ Notes => 'note: group A tags may apply to the built-in flash settings for some models',
10449
+ DataMember => 'FlashGroupAControlMode',
10450
+ RawConv => '$$self{FlashGroupAControlMode} = $val',
10451
+ PrintConv => \%flashControlMode,
10452
+ SeparateTable => 'FlashControlMode',
10453
+ },
10454
+ 18.1 => { #PH
10455
+ Name => 'FlashGroupBControlMode',
10456
+ Mask => 0xf0,
10457
+ Notes => 'note: group B tags may apply to group A settings for some models',
10458
+ DataMember => 'FlashGroupBControlMode',
10459
+ RawConv => '$$self{FlashGroupBControlMode} = $val',
10460
+ PrintConv => \%flashControlMode,
10461
+ SeparateTable => 'FlashControlMode',
10462
+ },
10463
+ 18.2 => { #PH
10464
+ Name => 'FlashGroupCControlMode',
10465
+ Mask => 0x0f,
10466
+ Notes => 'note: group C tags may apply to group B settings for some models',
10467
+ DataMember => 'FlashGroupCControlMode',
10468
+ RawConv => '$$self{FlashGroupCControlMode} = $val',
10469
+ PrintConv => \%flashControlMode,
10470
+ SeparateTable => 'FlashControlMode',
10471
+ },
10472
+ 33 => {
10473
+ Name => 'FlashOutput',
10474
+ Condition => '$$self{FlashControlMode} >= 0x06', #only valid for M mode
10475
+ ValueConv => '2 ** (-$val/6)',
10476
+ ValueConvInv => '$val>0 ? -6*log($val)/log(2) : 0',
10477
+ PrintConv => '$val>0.99 ? "Full" : sprintf("%.0f%%",$val*100)',
10478
+ PrintConvInv => '$val=~/(\d+)/ ? $1/100 : 1',
10479
+ },
10480
+ 37 => {
10481
+ Name => 'FlashIlluminationPattern',
10482
+ PrintConv => {
10483
+ 0 => 'Standard',
10484
+ 1 => 'Center-weighted',
10485
+ 2 => 'Even',
10486
+ },
10487
+ },
10488
+ 38 => {
10489
+ Name => 'FlashFocalLength',
10490
+ Notes => 'only valid if flash pattern is "Standard Illumination"',
10491
+ RawConv => '($val and $val != 255) ? $val : undef',
10492
+ PrintConv => '"$val mm"',
10493
+ PrintConvInv => '$val=~/(\d+)/; $1 || 0',
10494
+ },
10495
+ 40 => [ #PH
10496
+ {
10497
+ Name => 'FlashGroupAOutput',
10498
+ Condition => '$$self{FlashGroupAControlMode} >= 0x06',
10499
+ ValueConv => '2 ** (-$val/6)',
10500
+ ValueConvInv => '$val>0 ? -6*log($val)/log(2) : 0',
10501
+ PrintConv => '$val>0.99 ? "Full" : sprintf("%.0f%%",$val*100)',
10502
+ PrintConvInv => '$val=~/(\d+)/ ? $1/100 : 1',
10503
+ },
10504
+ {
10505
+ Name => 'FlashGroupACompensation',
10506
+ Format => 'int8s',
10507
+ ValueConv => '-($val-2)/6',
10508
+ ValueConvInv => '-6 * $val + 2',
10509
+ PrintConv => '$val ? sprintf("%+.1f",$val) : 0',
10510
+ PrintConvInv => '$val',
10511
+ },
10512
+ ],
10513
+ 41 => [ #PH
10514
+ {
10515
+ Name => 'FlashGroupBOutput',
10516
+ Condition => '$$self{FlashGroupBControlMode} >= 0x06',
10517
+ ValueConv => '2 ** (-$val/6)',
10518
+ ValueConvInv => '$val>0 ? -6*log($val)/log(2) : 0',
10519
+ PrintConv => '$val>0.99 ? "Full" : sprintf("%.0f%%",$val*100)',
10520
+ PrintConvInv => '$val=~/(\d+)/ ? $1/100 : 1',
10521
+ },
10522
+ {
10523
+ Name => 'FlashGroupBCompensation',
10524
+ Format => 'int8s',
10525
+ ValueConv => '-($val-2)/6',
10526
+ ValueConvInv => '-6 * $val + 2',
10527
+ PrintConv => '$val ? sprintf("%+.1f",$val) : 0',
10528
+ PrintConvInv => '$val',
10529
+ },
10530
+ ],
10531
+ 42 => [ #PH
10532
+ {
10533
+ Name => 'FlashGroupCOutput',
10534
+ Condition => '$$self{FlashGroupCControlMode} >= 0x06',
10535
+ ValueConv => '2 ** (-$val/6)',
10536
+ ValueConvInv => '$val>0 ? -6*log($val)/log(2) : 0',
10537
+ PrintConv => '$val>0.99 ? "Full" : sprintf("%.0f%%",$val*100)',
10538
+ PrintConvInv => '$val=~/(\d+)/ ? $1/100 : 1',
10539
+ },
10540
+ {
10541
+ Name => 'FlashGroupCCompensation',
10542
+ Format => 'int8s',
10543
+ ValueConv => '-($val-2)/6',
10544
+ ValueConvInv => '-6 * $val + 2',
10545
+ PrintConv => '$val ? sprintf("%+.1f",$val) : 0',
10546
+ PrintConvInv => '$val',
10547
+ },
10548
+ ],
10340
10549
  );
10341
10550
  # Unknown Flash information
10342
10551
  %Image::ExifTool::Nikon::FlashInfoUnknown = (
@@ -12301,7 +12510,7 @@ Nikon maker notes in EXIF information.
12301
12510
 
12302
12511
  =head1 AUTHOR
12303
12512
 
12304
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
12513
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
12305
12514
 
12306
12515
  This library is free software; you can redistribute it and/or modify it
12307
12516
  under the same terms as Perl itself.
@@ -918,7 +918,7 @@ the maker notes of NEF images.
918
918
 
919
919
  =head1 AUTHOR
920
920
 
921
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
921
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
922
922
 
923
923
  This library is free software; you can redistribute it and/or modify it
924
924
  under the same terms as Perl itself.