exiftool-vendored.pl 12.50.0 → 12.54.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 (203) hide show
  1. package/bin/Changes +69 -3
  2. package/bin/MANIFEST +2 -0
  3. package/bin/META.json +1 -1
  4. package/bin/META.yml +1 -1
  5. package/bin/README +3 -3
  6. package/bin/exiftool +12 -9
  7. package/bin/lib/File/RandomAccess.pm +1 -1
  8. package/bin/lib/File/RandomAccess.pod +2 -2
  9. package/bin/lib/Image/ExifTool/AES.pm +1 -1
  10. package/bin/lib/Image/ExifTool/AFCP.pm +1 -1
  11. package/bin/lib/Image/ExifTool/AIFF.pm +1 -1
  12. package/bin/lib/Image/ExifTool/APE.pm +1 -1
  13. package/bin/lib/Image/ExifTool/APP12.pm +1 -1
  14. package/bin/lib/Image/ExifTool/ASF.pm +1 -1
  15. package/bin/lib/Image/ExifTool/Apple.pm +197 -27
  16. package/bin/lib/Image/ExifTool/Audible.pm +1 -1
  17. package/bin/lib/Image/ExifTool/BMP.pm +1 -1
  18. package/bin/lib/Image/ExifTool/BPG.pm +1 -1
  19. package/bin/lib/Image/ExifTool/BZZ.pm +1 -1
  20. package/bin/lib/Image/ExifTool/BigTIFF.pm +1 -1
  21. package/bin/lib/Image/ExifTool/BuildTagLookup.pm +3 -3
  22. package/bin/lib/Image/ExifTool/CBOR.pm +1 -1
  23. package/bin/lib/Image/ExifTool/Canon.pm +14 -2
  24. package/bin/lib/Image/ExifTool/CanonCustom.pm +1 -1
  25. package/bin/lib/Image/ExifTool/CanonRaw.pm +1 -1
  26. package/bin/lib/Image/ExifTool/CanonVRD.pm +9 -9
  27. package/bin/lib/Image/ExifTool/CaptureOne.pm +1 -1
  28. package/bin/lib/Image/ExifTool/Casio.pm +4 -4
  29. package/bin/lib/Image/ExifTool/Charset.pm +1 -1
  30. package/bin/lib/Image/ExifTool/DICOM.pm +1 -1
  31. package/bin/lib/Image/ExifTool/DJI.pm +1 -1
  32. package/bin/lib/Image/ExifTool/DNG.pm +1 -1
  33. package/bin/lib/Image/ExifTool/DPX.pm +1 -1
  34. package/bin/lib/Image/ExifTool/DV.pm +1 -1
  35. package/bin/lib/Image/ExifTool/DarwinCore.pm +1 -1
  36. package/bin/lib/Image/ExifTool/DjVu.pm +1 -1
  37. package/bin/lib/Image/ExifTool/EXE.pm +1 -1
  38. package/bin/lib/Image/ExifTool/Exif.pm +5 -16
  39. package/bin/lib/Image/ExifTool/FITS.pm +1 -1
  40. package/bin/lib/Image/ExifTool/FLAC.pm +1 -1
  41. package/bin/lib/Image/ExifTool/FLIF.pm +1 -1
  42. package/bin/lib/Image/ExifTool/FLIR.pm +7 -6
  43. package/bin/lib/Image/ExifTool/Fixup.pm +1 -1
  44. package/bin/lib/Image/ExifTool/Flash.pm +1 -1
  45. package/bin/lib/Image/ExifTool/FlashPix.pm +1 -1
  46. package/bin/lib/Image/ExifTool/Font.pm +1 -1
  47. package/bin/lib/Image/ExifTool/FotoStation.pm +1 -1
  48. package/bin/lib/Image/ExifTool/FujiFilm.pm +20 -13
  49. package/bin/lib/Image/ExifTool/GE.pm +1 -1
  50. package/bin/lib/Image/ExifTool/GIF.pm +1 -1
  51. package/bin/lib/Image/ExifTool/GIMP.pm +1 -1
  52. package/bin/lib/Image/ExifTool/GPS.pm +12 -6
  53. package/bin/lib/Image/ExifTool/GeoTiff.pm +1 -1
  54. package/bin/lib/Image/ExifTool/Geotag.pm +13 -5
  55. package/bin/lib/Image/ExifTool/GoPro.pm +1 -1
  56. package/bin/lib/Image/ExifTool/H264.pm +1 -1
  57. package/bin/lib/Image/ExifTool/HP.pm +1 -1
  58. package/bin/lib/Image/ExifTool/HTML.pm +1 -1
  59. package/bin/lib/Image/ExifTool/HtmlDump.pm +1 -1
  60. package/bin/lib/Image/ExifTool/ICC_Profile.pm +1 -1
  61. package/bin/lib/Image/ExifTool/ICO.pm +1 -1
  62. package/bin/lib/Image/ExifTool/ID3.pm +1 -1
  63. package/bin/lib/Image/ExifTool/IPTC.pm +1 -1
  64. package/bin/lib/Image/ExifTool/ISO.pm +1 -1
  65. package/bin/lib/Image/ExifTool/ITC.pm +1 -1
  66. package/bin/lib/Image/ExifTool/Import.pm +1 -1
  67. package/bin/lib/Image/ExifTool/InDesign.pm +1 -1
  68. package/bin/lib/Image/ExifTool/JPEG.pm +2 -1
  69. package/bin/lib/Image/ExifTool/JPEGDigest.pm +1 -1
  70. package/bin/lib/Image/ExifTool/JSON.pm +1 -1
  71. package/bin/lib/Image/ExifTool/JVC.pm +1 -1
  72. package/bin/lib/Image/ExifTool/Jpeg2000.pm +35 -8
  73. package/bin/lib/Image/ExifTool/Kodak.pm +1 -1
  74. package/bin/lib/Image/ExifTool/KyoceraRaw.pm +1 -1
  75. package/bin/lib/Image/ExifTool/LIF.pm +1 -1
  76. package/bin/lib/Image/ExifTool/LNK.pm +1 -1
  77. package/bin/lib/Image/ExifTool/Lang/cs.pm +1 -1
  78. package/bin/lib/Image/ExifTool/Lang/de.pm +2 -2
  79. package/bin/lib/Image/ExifTool/Lang/en_ca.pm +1 -1
  80. package/bin/lib/Image/ExifTool/Lang/en_gb.pm +1 -1
  81. package/bin/lib/Image/ExifTool/Lang/es.pm +1 -1
  82. package/bin/lib/Image/ExifTool/Lang/fi.pm +1 -1
  83. package/bin/lib/Image/ExifTool/Lang/fr.pm +6016 -760
  84. package/bin/lib/Image/ExifTool/Lang/it.pm +1 -1
  85. package/bin/lib/Image/ExifTool/Lang/ja.pm +1 -1
  86. package/bin/lib/Image/ExifTool/Lang/ko.pm +1 -1
  87. package/bin/lib/Image/ExifTool/Lang/nl.pm +1 -1
  88. package/bin/lib/Image/ExifTool/Lang/pl.pm +1 -1
  89. package/bin/lib/Image/ExifTool/Lang/ru.pm +1 -1
  90. package/bin/lib/Image/ExifTool/Lang/sk.pm +1806 -0
  91. package/bin/lib/Image/ExifTool/Lang/sv.pm +1 -1
  92. package/bin/lib/Image/ExifTool/Lang/tr.pm +1 -1
  93. package/bin/lib/Image/ExifTool/Lang/zh_cn.pm +1 -1
  94. package/bin/lib/Image/ExifTool/Lang/zh_tw.pm +1 -1
  95. package/bin/lib/Image/ExifTool/Leaf.pm +1 -1
  96. package/bin/lib/Image/ExifTool/Lytro.pm +1 -1
  97. package/bin/lib/Image/ExifTool/M2TS.pm +1 -1
  98. package/bin/lib/Image/ExifTool/MIE.pm +1 -1
  99. package/bin/lib/Image/ExifTool/MIEUnits.pod +1 -1
  100. package/bin/lib/Image/ExifTool/MIFF.pm +1 -1
  101. package/bin/lib/Image/ExifTool/MISB.pm +1 -1
  102. package/bin/lib/Image/ExifTool/MNG.pm +1 -1
  103. package/bin/lib/Image/ExifTool/MOI.pm +1 -1
  104. package/bin/lib/Image/ExifTool/MPC.pm +1 -1
  105. package/bin/lib/Image/ExifTool/MPEG.pm +1 -1
  106. package/bin/lib/Image/ExifTool/MPF.pm +1 -1
  107. package/bin/lib/Image/ExifTool/MRC.pm +1 -1
  108. package/bin/lib/Image/ExifTool/MWG.pm +1 -1
  109. package/bin/lib/Image/ExifTool/MXF.pm +1 -1
  110. package/bin/lib/Image/ExifTool/MacOS.pm +1 -1
  111. package/bin/lib/Image/ExifTool/MakerNotes.pm +1 -1
  112. package/bin/lib/Image/ExifTool/Matroska.pm +262 -46
  113. package/bin/lib/Image/ExifTool/Microsoft.pm +1 -1
  114. package/bin/lib/Image/ExifTool/Minolta.pm +1 -1
  115. package/bin/lib/Image/ExifTool/MinoltaRaw.pm +1 -1
  116. package/bin/lib/Image/ExifTool/Motorola.pm +1 -1
  117. package/bin/lib/Image/ExifTool/Nikon.pm +658 -276
  118. package/bin/lib/Image/ExifTool/NikonCapture.pm +1 -1
  119. package/bin/lib/Image/ExifTool/NikonCustom.pm +140 -107
  120. package/bin/lib/Image/ExifTool/NikonSettings.pm +1 -1
  121. package/bin/lib/Image/ExifTool/Nintendo.pm +1 -1
  122. package/bin/lib/Image/ExifTool/OOXML.pm +1 -1
  123. package/bin/lib/Image/ExifTool/Ogg.pm +1 -1
  124. package/bin/lib/Image/ExifTool/Olympus.pm +4 -3
  125. package/bin/lib/Image/ExifTool/OpenEXR.pm +1 -1
  126. package/bin/lib/Image/ExifTool/Opus.pm +1 -1
  127. package/bin/lib/Image/ExifTool/Other.pm +1 -1
  128. package/bin/lib/Image/ExifTool/PCX.pm +1 -1
  129. package/bin/lib/Image/ExifTool/PDF.pm +1 -1
  130. package/bin/lib/Image/ExifTool/PGF.pm +1 -1
  131. package/bin/lib/Image/ExifTool/PICT.pm +1 -1
  132. package/bin/lib/Image/ExifTool/PLIST.pm +12 -7
  133. package/bin/lib/Image/ExifTool/PLUS.pm +1 -1
  134. package/bin/lib/Image/ExifTool/PNG.pm +9 -2
  135. package/bin/lib/Image/ExifTool/PPM.pm +1 -1
  136. package/bin/lib/Image/ExifTool/PSP.pm +1 -1
  137. package/bin/lib/Image/ExifTool/Palm.pm +1 -1
  138. package/bin/lib/Image/ExifTool/Panasonic.pm +1 -1
  139. package/bin/lib/Image/ExifTool/PanasonicRaw.pm +1 -1
  140. package/bin/lib/Image/ExifTool/Parrot.pm +1 -1
  141. package/bin/lib/Image/ExifTool/Pentax.pm +1 -1
  142. package/bin/lib/Image/ExifTool/PhaseOne.pm +1 -1
  143. package/bin/lib/Image/ExifTool/PhotoCD.pm +1 -1
  144. package/bin/lib/Image/ExifTool/PhotoMechanic.pm +1 -1
  145. package/bin/lib/Image/ExifTool/Photoshop.pm +1 -1
  146. package/bin/lib/Image/ExifTool/PostScript.pm +1 -1
  147. package/bin/lib/Image/ExifTool/PrintIM.pm +1 -1
  148. package/bin/lib/Image/ExifTool/Qualcomm.pm +1 -1
  149. package/bin/lib/Image/ExifTool/QuickTime.pm +8 -4
  150. package/bin/lib/Image/ExifTool/QuickTimeStream.pl +63 -15
  151. package/bin/lib/Image/ExifTool/README +2 -1
  152. package/bin/lib/Image/ExifTool/RIFF.pm +1 -1
  153. package/bin/lib/Image/ExifTool/RSRC.pm +1 -1
  154. package/bin/lib/Image/ExifTool/RTF.pm +1 -1
  155. package/bin/lib/Image/ExifTool/Radiance.pm +1 -1
  156. package/bin/lib/Image/ExifTool/Rawzor.pm +1 -1
  157. package/bin/lib/Image/ExifTool/Real.pm +1 -1
  158. package/bin/lib/Image/ExifTool/Reconyx.pm +1 -1
  159. package/bin/lib/Image/ExifTool/Red.pm +1 -1
  160. package/bin/lib/Image/ExifTool/Ricoh.pm +1 -1
  161. package/bin/lib/Image/ExifTool/Samsung.pm +3 -1
  162. package/bin/lib/Image/ExifTool/Sanyo.pm +1 -1
  163. package/bin/lib/Image/ExifTool/Scalado.pm +1 -1
  164. package/bin/lib/Image/ExifTool/Shift.pl +1 -1
  165. package/bin/lib/Image/ExifTool/Shortcuts.pm +1 -1
  166. package/bin/lib/Image/ExifTool/Sigma.pm +1 -1
  167. package/bin/lib/Image/ExifTool/SigmaRaw.pm +1 -1
  168. package/bin/lib/Image/ExifTool/Sony.pm +7 -7
  169. package/bin/lib/Image/ExifTool/SonyIDC.pm +1 -1
  170. package/bin/lib/Image/ExifTool/Stim.pm +1 -1
  171. package/bin/lib/Image/ExifTool/TagInfoXML.pm +13 -8
  172. package/bin/lib/Image/ExifTool/TagLookup.pm +4599 -4505
  173. package/bin/lib/Image/ExifTool/TagNames.pod +313 -39
  174. package/bin/lib/Image/ExifTool/Text.pm +1 -1
  175. package/bin/lib/Image/ExifTool/Theora.pm +1 -1
  176. package/bin/lib/Image/ExifTool/Torrent.pm +1 -1
  177. package/bin/lib/Image/ExifTool/Unknown.pm +1 -1
  178. package/bin/lib/Image/ExifTool/VCard.pm +1 -1
  179. package/bin/lib/Image/ExifTool/Validate.pm +1 -1
  180. package/bin/lib/Image/ExifTool/Vorbis.pm +1 -1
  181. package/bin/lib/Image/ExifTool/WTV.pm +1 -1
  182. package/bin/lib/Image/ExifTool/WriteCanonRaw.pl +1 -1
  183. package/bin/lib/Image/ExifTool/WriteExif.pl +14 -1
  184. package/bin/lib/Image/ExifTool/WriteIPTC.pl +1 -1
  185. package/bin/lib/Image/ExifTool/WritePDF.pl +5 -1
  186. package/bin/lib/Image/ExifTool/WritePNG.pl +1 -1
  187. package/bin/lib/Image/ExifTool/WritePhotoshop.pl +1 -1
  188. package/bin/lib/Image/ExifTool/WritePostScript.pl +1 -1
  189. package/bin/lib/Image/ExifTool/WriteQuickTime.pl +30 -14
  190. package/bin/lib/Image/ExifTool/WriteRIFF.pl +1 -1
  191. package/bin/lib/Image/ExifTool/WriteXMP.pl +16 -2
  192. package/bin/lib/Image/ExifTool/Writer.pl +35 -15
  193. package/bin/lib/Image/ExifTool/XMP.pm +23 -3
  194. package/bin/lib/Image/ExifTool/XMP2.pl +20 -1
  195. package/bin/lib/Image/ExifTool/XMPStruct.pl +1 -1
  196. package/bin/lib/Image/ExifTool/ZIP.pm +20 -8
  197. package/bin/lib/Image/ExifTool/ZISRAW.pm +1 -1
  198. package/bin/lib/Image/ExifTool/iWork.pm +1 -1
  199. package/bin/lib/Image/ExifTool.pm +38 -16
  200. package/bin/lib/Image/ExifTool.pod +39 -38
  201. package/bin/perl-Image-ExifTool.spec +1 -1
  202. package/bin/pp_build_exe.args +6 -5
  203. package/package.json +3 -3
@@ -671,7 +671,7 @@ L<Image::ExifTool::BuildTagLookup|Image::ExifTool::BuildTagLookup>.
671
671
 
672
672
  ~head1 AUTHOR
673
673
 
674
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
674
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
675
675
 
676
676
  This library is free software; you can redistribute it and/or modify it
677
677
  under the same terms as Perl itself.
@@ -1507,7 +1507,7 @@ TagID: foreach $tagID (@keys) {
1507
1507
  }
1508
1508
  }
1509
1509
  foreach $tagID (sort keys %$hash) {
1510
- warn sprintf("Warning: Missing %s for %s %s, tag %d (0x%.4x)\n",
1510
+ warn sprintf("Warning: Missing %s for %s %s, tag %s (0x%.4x)\n",
1511
1511
  $var, $short, $$hash{$tagID}, $tagID, $tagID);
1512
1512
  }
1513
1513
  }
@@ -2773,7 +2773,7 @@ Returned list of writable pseudo tags.
2773
2773
 
2774
2774
  =head1 AUTHOR
2775
2775
 
2776
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
2776
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
2777
2777
 
2778
2778
  This library is free software; you can redistribute it and/or modify it
2779
2779
  under the same terms as Perl itself.
@@ -307,7 +307,7 @@ specification.
307
307
 
308
308
  =head1 AUTHOR
309
309
 
310
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
310
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
311
311
 
312
312
  This library is free software; you can redistribute it and/or modify it
313
313
  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 = '4.63';
91
+ $VERSION = '4.64';
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)
@@ -8578,6 +8578,10 @@ my %ciMaxFocal = (
8578
8578
  Name => 'DistortionCorrectionSetting',
8579
8579
  PrintConv => \%offOn,
8580
8580
  },
8581
+ 9 => { #forum14286
8582
+ Name => 'DigitalLensOptimizerSetting',
8583
+ PrintConv => \%offOn,
8584
+ },
8581
8585
  );
8582
8586
 
8583
8587
  # Auto Lighting Optimizater information (MakerNotes tag 0x4018) (ref PH)
@@ -8624,6 +8628,14 @@ my %ciMaxFocal = (
8624
8628
  # 6 - related to ChromaticAberrationCorr
8625
8629
  # 7 - related to DistortionCorrection (0=off, 1=On in a 5DmkIV sample)
8626
8630
  # 8 - related to PeripheralIlluminationCorr and ChromaticAberrationCorr
8631
+ 10 => { #forum14286
8632
+ Name => 'DigitalLensOptimizer',
8633
+ PrintConv => {
8634
+ 0 => 'Off',
8635
+ 1 => 'Stanard',
8636
+ 2 => 'High',
8637
+ },
8638
+ },
8627
8639
  );
8628
8640
 
8629
8641
  # Lens information (MakerNotes tag 0x4019) (ref 20)
@@ -10176,7 +10188,7 @@ Canon maker notes in EXIF information.
10176
10188
 
10177
10189
  =head1 AUTHOR
10178
10190
 
10179
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
10191
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
10180
10192
 
10181
10193
  This library is free software; you can redistribute it and/or modify it
10182
10194
  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-2022, Phil Harvey (philharvey66 at gmail.com)
2876
+ Copyright 2003-2023, 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.
@@ -884,7 +884,7 @@ tags.)
884
884
 
885
885
  =head1 AUTHOR
886
886
 
887
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
887
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
888
888
 
889
889
  This library is free software; you can redistribute it and/or modify it
890
890
  under the same terms as Perl itself.
@@ -23,7 +23,7 @@ use vars qw($VERSION);
23
23
  use Image::ExifTool qw(:DataAccess :Utils);
24
24
  use Image::ExifTool::Canon;
25
25
 
26
- $VERSION = '1.34';
26
+ $VERSION = '1.35';
27
27
 
28
28
  sub ProcessCanonVRD($$;$);
29
29
  sub WriteCanonVRD($$;$);
@@ -999,7 +999,7 @@ my $blankFooter = "CANON OPTIONAL DATA\0" . ("\0" x 42) . "\xff\xd9";
999
999
  PROCESS_PROC => \&ProcessDR4,
1000
1000
  WRITE_PROC => \&ProcessDR4,
1001
1001
  WRITABLE => 1,
1002
- GROUPS => { 2 => 'Image' },
1002
+ GROUPS => { 1 => 'CanonDR4', 2 => 'Image' },
1003
1003
  VARS => { HEX_ID => 1, SORT_PROC => \&SortDR4 },
1004
1004
  NOTES => q{
1005
1005
  Tags written by Canon DPP version 4 in CanonVRD trailers and DR4 files. Each
@@ -1276,7 +1276,7 @@ my $blankFooter = "CANON OPTIONAL DATA\0" . ("\0" x 42) . "\xff\xd9";
1276
1276
  WRITABLE => 1,
1277
1277
  FIRST_ENTRY => 0,
1278
1278
  FORMAT => 'int32u',
1279
- GROUPS => { 2 => 'Image' },
1279
+ GROUPS => { 1 => 'CanonDR4', 2 => 'Image' },
1280
1280
  # 0 - value: 'IIII' (presumably byte order)
1281
1281
  # 1 - value: 0x00040004 (currently use this for magic number)
1282
1282
  # 2 - value: 6
@@ -1301,7 +1301,7 @@ my $blankFooter = "CANON OPTIONAL DATA\0" . ("\0" x 42) . "\xff\xd9";
1301
1301
  WRITABLE => 1,
1302
1302
  FIRST_ENTRY => 0,
1303
1303
  FORMAT => 'int32u',
1304
- GROUPS => { 2 => 'Image' },
1304
+ GROUPS => { 1 => 'CanonDR4', 2 => 'Image' },
1305
1305
  0x00 => {
1306
1306
  Name => 'ToneCurveColorSpace',
1307
1307
  PrintConv => {
@@ -1354,7 +1354,7 @@ my $blankFooter = "CANON OPTIONAL DATA\0" . ("\0" x 42) . "\xff\xd9";
1354
1354
  WRITABLE => 1,
1355
1355
  FIRST_ENTRY => 0,
1356
1356
  FORMAT => 'double',
1357
- GROUPS => { 2 => 'Image' },
1357
+ GROUPS => { 1 => 'CanonDR4', 2 => 'Image' },
1358
1358
  0x02 => 'GammaContrast',
1359
1359
  0x03 => 'GammaColorTone',
1360
1360
  0x04 => 'GammaSaturation',
@@ -1410,7 +1410,7 @@ my $blankFooter = "CANON OPTIONAL DATA\0" . ("\0" x 42) . "\xff\xd9";
1410
1410
  WRITABLE => 1,
1411
1411
  FIRST_ENTRY => 0,
1412
1412
  FORMAT => 'int32s',
1413
- GROUPS => { 2 => 'Image' },
1413
+ GROUPS => { 1 => 'CanonDR4', 2 => 'Image' },
1414
1414
  0 => { Name => 'CropActive', %noYes },
1415
1415
  1 => 'CropRotatedOriginalWidth',
1416
1416
  2 => 'CropRotatedOriginalHeight',
@@ -1432,7 +1432,7 @@ my $blankFooter = "CANON OPTIONAL DATA\0" . ("\0" x 42) . "\xff\xd9";
1432
1432
  # DR4 Stamp Tool tags (ref PH)
1433
1433
  %Image::ExifTool::CanonVRD::StampInfo = (
1434
1434
  PROCESS_PROC => \&Image::ExifTool::ProcessBinaryData,
1435
- GROUPS => { 2 => 'Image' },
1435
+ GROUPS => { 1 => 'CanonDR4', 2 => 'Image' },
1436
1436
  FORMAT => 'int32u',
1437
1437
  FIRST_ENTRY => 0,
1438
1438
  0x02 => 'StampToolCount',
@@ -1441,7 +1441,7 @@ my $blankFooter = "CANON OPTIONAL DATA\0" . ("\0" x 42) . "\xff\xd9";
1441
1441
  # DR4 dust delete information (ref PH)
1442
1442
  %Image::ExifTool::CanonVRD::DustInfo = (
1443
1443
  PROCESS_PROC => \&Image::ExifTool::ProcessBinaryData,
1444
- GROUPS => { 2 => 'Image' },
1444
+ GROUPS => { 1 => 'CanonDR4', 2 => 'Image' },
1445
1445
  FORMAT => 'int32u',
1446
1446
  FIRST_ENTRY => 0,
1447
1447
  0x02 => { Name => 'DustDeleteApplied', %noYes },
@@ -2263,7 +2263,7 @@ files, and as a trailer in JPEG, CRW, CR2 and TIFF images.
2263
2263
 
2264
2264
  =head1 AUTHOR
2265
2265
 
2266
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
2266
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
2267
2267
 
2268
2268
  This library is free software; you can redistribute it and/or modify it
2269
2269
  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-2022, Phil Harvey (philharvey66 at gmail.com)
224
+ Copyright 2003-2023, 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.
@@ -634,7 +634,7 @@ $VERSION = '1.38';
634
634
  15 => 'High Speed Best Selection',
635
635
  16 => 'Portrait',
636
636
  17 => 'Scenery',
637
- 18 => 'Portrait With Scenery',
637
+ 18 => 'Portrait with Scenery',
638
638
  19 => 'Flower',
639
639
  20 => 'Natural Green',
640
640
  21 => 'Autumn Leaves',
@@ -723,7 +723,7 @@ $VERSION = '1.38';
723
723
  14 => 'High Speed Best Selection',
724
724
  15 => 'Portrait',
725
725
  16 => 'Scenery',
726
- 17 => 'Portrait With Scenery',
726
+ 17 => 'Portrait with Scenery',
727
727
  18 => 'Flower',
728
728
  19 => 'Natural Green',
729
729
  20 => 'Autumn Leaves',
@@ -1408,7 +1408,7 @@ $VERSION = '1.38';
1408
1408
  0 => 'Off',
1409
1409
  1 => 'Portrait',
1410
1410
  2 => 'Scenery',
1411
- 3 => 'Portrait With Scenery',
1411
+ 3 => 'Portrait with Scenery',
1412
1412
  4 => 'Children',
1413
1413
  5 => 'Sports',
1414
1414
  6 => 'Night Scene',
@@ -2034,7 +2034,7 @@ Casio maker notes in EXIF information.
2034
2034
 
2035
2035
  =head1 AUTHOR
2036
2036
 
2037
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
2037
+ Copyright 2003-2023, 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-2022, Phil Harvey (philharvey66 at gmail.com)
425
+ Copyright 2003-2023, 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-2022, Phil Harvey (philharvey66 at gmail.com)
3856
+ Copyright 2003-2023, 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.
@@ -210,7 +210,7 @@ the maker notes in images from some DJI Phantom drones.
210
210
 
211
211
  =head1 AUTHOR
212
212
 
213
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
213
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
214
214
 
215
215
  This library is free software; you can redistribute it and/or modify it
216
216
  under the same terms as Perl itself.
@@ -826,7 +826,7 @@ information in DNG (Digital Negative) images.
826
826
 
827
827
  =head1 AUTHOR
828
828
 
829
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
829
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
830
830
 
831
831
  This library is free software; you can redistribute it and/or modify it
832
832
  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-2022, Phil Harvey (philharvey66 at gmail.com)
228
+ Copyright 2003-2023, 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.
@@ -291,7 +291,7 @@ information from DV (raw Digital Video) files.
291
291
 
292
292
  =head1 AUTHOR
293
293
 
294
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
294
+ Copyright 2003-2023, 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.
@@ -372,7 +372,7 @@ This file contains tag definitions for the Darwin Core XMP namespace.
372
372
 
373
373
  =head1 AUTHOR
374
374
 
375
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
375
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
376
376
 
377
377
  This library is free software; you can redistribute it and/or modify it
378
378
  under the same terms as Perl itself.
@@ -353,7 +353,7 @@ Image::ExifTool::AIFF.
353
353
 
354
354
  =head1 AUTHOR
355
355
 
356
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
356
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
357
357
 
358
358
  This library is free software; you can redistribute it and/or modify it
359
359
  under the same terms as Perl itself.
@@ -1406,7 +1406,7 @@ library files.
1406
1406
 
1407
1407
  =head1 AUTHOR
1408
1408
 
1409
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
1409
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
1410
1410
 
1411
1411
  This library is free software; you can redistribute it and/or modify it
1412
1412
  under the same terms as Perl itself.
@@ -70,6 +70,7 @@ sub PrintParameter($$$);
70
70
  sub GetOffList($$$$$);
71
71
  sub PrintOpcode($$$);
72
72
  sub PrintLensInfo($);
73
+ sub InverseOffsetTime($$);
73
74
  sub ConvertLensInfo($);
74
75
 
75
76
  # size limit for loading binary data block into memory
@@ -2082,11 +2083,7 @@ my %opcodeInfo = (
2082
2083
  Notes => 'time zone for ModifyDate',
2083
2084
  Writable => 'string',
2084
2085
  Shift => 'Time',
2085
- PrintConvInv => q{
2086
- return "+00:00" if $val =~ /\d{2}Z$/;
2087
- return sprintf("%s%.2d:%.2d",$1,$2,$3) if $val =~ /([-+])(\d{1,2}):(\d{2})/;
2088
- return undef;
2089
- },
2086
+ PrintConvInv => \&InverseOffsetTime,
2090
2087
  },
2091
2088
  0x9011 => {
2092
2089
  Name => 'OffsetTimeOriginal',
@@ -2094,11 +2091,7 @@ my %opcodeInfo = (
2094
2091
  Notes => 'time zone for DateTimeOriginal',
2095
2092
  Writable => 'string',
2096
2093
  Shift => 'Time',
2097
- PrintConvInv => q{
2098
- return "+00:00" if $val =~ /\d{2}Z$/;
2099
- return sprintf("%s%.2d:%.2d",$1,$2,$3) if $val =~ /([-+])(\d{1,2}):(\d{2})/;
2100
- return undef;
2101
- },
2094
+ PrintConvInv => \&InverseOffsetTime,
2102
2095
  },
2103
2096
  0x9012 => {
2104
2097
  Name => 'OffsetTimeDigitized',
@@ -2106,11 +2099,7 @@ my %opcodeInfo = (
2106
2099
  Notes => 'time zone for CreateDate',
2107
2100
  Writable => 'string',
2108
2101
  Shift => 'Time',
2109
- PrintConvInv => q{
2110
- return "+00:00" if $val =~ /\d{2}Z$/;
2111
- return sprintf("%s%.2d:%.2d",$1,$2,$3) if $val =~ /([-+])(\d{1,2}):(\d{2})/;
2112
- return undef;
2113
- },
2102
+ PrintConvInv => \&InverseOffsetTime,
2114
2103
  },
2115
2104
  0x9101 => {
2116
2105
  Name => 'ComponentsConfiguration',
@@ -6789,7 +6778,7 @@ EXIF and TIFF meta information.
6789
6778
 
6790
6779
  =head1 AUTHOR
6791
6780
 
6792
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
6781
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
6793
6782
 
6794
6783
  This library is free software; you can redistribute it and/or modify it
6795
6784
  under the same terms as Perl itself.
@@ -137,7 +137,7 @@ information from FITS (Flexible Image Transport System) images.
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.
@@ -298,7 +298,7 @@ information from Free Lossless Audio Codec (FLAC) audio files.
298
298
 
299
299
  =head1 AUTHOR
300
300
 
301
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
301
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
302
302
 
303
303
  This library is free software; you can redistribute it and/or modify it
304
304
  under the same terms as Perl itself.
@@ -329,7 +329,7 @@ meta information in FLIF (Free Lossless Image Format) images.
329
329
 
330
330
  =head1 AUTHOR
331
331
 
332
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
332
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
333
333
 
334
334
  This library is free software; you can redistribute it and/or modify it
335
335
  under the same terms as Perl itself.
@@ -24,7 +24,7 @@ use Image::ExifTool qw(:DataAccess :Utils);
24
24
  use Image::ExifTool::Exif;
25
25
  use Image::ExifTool::GPS;
26
26
 
27
- $VERSION = '1.21';
27
+ $VERSION = '1.22';
28
28
 
29
29
  sub ProcessFLIR($$;$);
30
30
  sub ProcessFLIRText($$$);
@@ -241,7 +241,8 @@ my %float8g = ( Format => 'float', PrintConv => 'sprintf("%.8g",$val)' );
241
241
  16.1 => {
242
242
  Name => 'RawThermalImage',
243
243
  Groups => { 2 => 'Preview' },
244
- RawConv => '\$$self{RawThermalImage}',
244
+ # make a copy in case we want to extract more of them with -ee2
245
+ RawConv => 'my $copy = $$self{RawThermalImage}; \$copy',
245
246
  },
246
247
  );
247
248
 
@@ -272,7 +273,7 @@ my %float8g = ( Format => 'float', PrintConv => 'sprintf("%.8g",$val)' );
272
273
  },
273
274
  16.1 => {
274
275
  Name => 'GainDeadMapImage',
275
- RawConv => '\$$self{GainDeadMapImage}',
276
+ RawConv => 'my $copy = \$$self{GainDeadMapImage}; \$copy',
276
277
  },
277
278
  );
278
279
 
@@ -303,7 +304,7 @@ my %float8g = ( Format => 'float', PrintConv => 'sprintf("%.8g",$val)' );
303
304
  },
304
305
  16.1 => {
305
306
  Name => 'CoarseMapImage',
306
- RawConv => '\$$self{CoarseMapImage}',
307
+ RawConv => 'my $copy = \$$self{CoarseMapImage}; \$copy',
307
308
  },
308
309
  );
309
310
 
@@ -334,7 +335,7 @@ my %float8g = ( Format => 'float', PrintConv => 'sprintf("%.8g",$val)' );
334
335
  },
335
336
  20.1 => {
336
337
  Name => 'PaintImage',
337
- RawConv => '\$$self{PaintImage}',
338
+ RawConv => 'my $copy = \$$self{PaintImage}; \$copy',
338
339
  },
339
340
  );
340
341
 
@@ -1632,7 +1633,7 @@ Systems Inc. thermal image files (FFF, FPF and JPEG format).
1632
1633
 
1633
1634
  =head1 AUTHOR
1634
1635
 
1635
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
1636
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
1636
1637
 
1637
1638
  This library is free software; you can redistribute it and/or modify it
1638
1639
  under the same terms as Perl itself.
@@ -354,7 +354,7 @@ linear list when ApplyFixups() is called.
354
354
 
355
355
  =head1 AUTHOR
356
356
 
357
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
357
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
358
358
 
359
359
  This library is free software; you can redistribute it and/or modify it
360
360
  under the same terms as Perl itself.
@@ -721,7 +721,7 @@ will add AMF3 support.
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.
@@ -2418,7 +2418,7 @@ JPEG images.
2418
2418
 
2419
2419
  =head1 AUTHOR
2420
2420
 
2421
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
2421
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
2422
2422
 
2423
2423
  This library is free software; you can redistribute it and/or modify it
2424
2424
  under the same terms as Perl itself.
@@ -622,7 +622,7 @@ extracted from these formats.
622
622
 
623
623
  =head1 AUTHOR
624
624
 
625
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
625
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
626
626
 
627
627
  This library is free software; you can redistribute it and/or modify it
628
628
  under the same terms as Perl itself.
@@ -243,7 +243,7 @@ write information from the FotoWare FotoStation trailer.
243
243
 
244
244
  =head1 AUTHOR
245
245
 
246
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
246
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
247
247
 
248
248
  This library is free software; you can redistribute it and/or modify it
249
249
  under the same terms as Perl itself.
@@ -31,7 +31,7 @@ use vars qw($VERSION);
31
31
  use Image::ExifTool qw(:DataAccess :Utils);
32
32
  use Image::ExifTool::Exif;
33
33
 
34
- $VERSION = '1.84';
34
+ $VERSION = '1.85';
35
35
 
36
36
  sub ProcessFujiDir($$$);
37
37
  sub ProcessFaceRec($$$);
@@ -222,6 +222,7 @@ my %faceCategories = (
222
222
  },
223
223
  0x100a => { #2
224
224
  Name => 'WhiteBalanceFineTune',
225
+ Notes => 'newer cameras should divide these values by 20', #forum10800
225
226
  Writable => 'int32s',
226
227
  Count => 2,
227
228
  PrintConv => 'sprintf("Red %+d, Blue %+d", split(" ", $val))',
@@ -478,14 +479,20 @@ my %faceCategories = (
478
479
  64 => 'Strong',
479
480
  },
480
481
  },
481
- 0x1049 => { #12
482
+ 0x1049 => { #12,forum14319
482
483
  Name => 'BWAdjustment',
483
484
  Notes => 'positive values are warm, negative values are cool',
484
485
  Format => 'int8s',
485
486
  PrintConv => '$val > 0 ? "+$val" : $val',
486
487
  PrintConvInv => '$val + 0',
487
488
  },
488
- # 0x104b - BWAdjustment for Green->Magenta (forum10800)
489
+ 0x104b => { #forum10800,forum14319
490
+ Name => 'BWMagentaGreen',
491
+ Notes => 'positive values are green, negative values are magenta',
492
+ Format => 'int8s',
493
+ PrintConv => '$val > 0 ? "+$val" : $val',
494
+ PrintConvInv => '$val + 0',
495
+ },
489
496
  0x104c => { #PR158
490
497
  Name => "GrainEffectSize",
491
498
  Writable => 'int16u', #PH
@@ -505,6 +512,15 @@ my %faceCategories = (
505
512
  4 => 'Electronic Shutter 1.25x Crop', # (continuous high)
506
513
  },
507
514
  },
515
+ 0x104e => { #forum10800 (X-Pro3)
516
+ Name => 'ColorChromeFXBlue',
517
+ Writable => 'int32s',
518
+ PrintConv => {
519
+ 0 => 'Off',
520
+ 32 => 'Weak', # (NC)
521
+ 64 => 'Strong',
522
+ },
523
+ },
508
524
  0x1050 => { #forum6109
509
525
  Name => 'ShutterType',
510
526
  Writable => 'int16u',
@@ -699,15 +715,6 @@ my %faceCategories = (
699
715
  PrintConv => '"$val%"',
700
716
  PrintConvInv => '$val=~s/\s*\%$//; $val',
701
717
  },
702
- 0x104e => { #forum10800 (X-Pro3)
703
- Name => 'ColorChromeFXBlue',
704
- Writable => 'int32s',
705
- PrintConv => {
706
- 0 => 'Off',
707
- 32 => 'Weak', # (NC)
708
- 64 => 'Strong',
709
- },
710
- },
711
718
  0x1422 => { #8
712
719
  Name => 'ImageStabilization',
713
720
  Writable => 'int16u',
@@ -1717,7 +1724,7 @@ FujiFilm maker notes in EXIF information, and to read/write FujiFilm RAW
1717
1724
 
1718
1725
  =head1 AUTHOR
1719
1726
 
1720
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
1727
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
1721
1728
 
1722
1729
  This library is free software; you can redistribute it and/or modify it
1723
1730
  under the same terms as Perl itself.
@@ -68,7 +68,7 @@ General Imaging maker notes.
68
68
 
69
69
  =head1 AUTHOR
70
70
 
71
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
71
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
72
72
 
73
73
  This library is free software; you can redistribute it and/or modify it
74
74
  under the same terms as Perl itself.
@@ -541,7 +541,7 @@ write GIF meta information.
541
541
 
542
542
  =head1 AUTHOR
543
543
 
544
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
544
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
545
545
 
546
546
  This library is free software; you can redistribute it and/or modify it
547
547
  under the same terms as Perl itself.
@@ -270,7 +270,7 @@ GIMP software.
270
270
 
271
271
  =head1 AUTHOR
272
272
 
273
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
273
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
274
274
 
275
275
  This library is free software; you can redistribute it and/or modify it
276
276
  under the same terms as Perl itself.