exiftool-vendored.exe 12.55.0 → 12.60.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 (61) hide show
  1. package/bin/exiftool_files/Changes +97 -4
  2. package/bin/exiftool_files/README +19 -19
  3. package/bin/exiftool_files/arg_files/xmp2exif.args +4 -1
  4. package/bin/exiftool_files/config_files/example.config +1 -0
  5. package/bin/exiftool_files/config_files/rotate_regions.config +1 -1
  6. package/bin/exiftool_files/exiftool.pl +198 -123
  7. package/bin/exiftool_files/fmt_files/kml.fmt +3 -0
  8. package/bin/exiftool_files/fmt_files/kml_track.fmt +3 -0
  9. package/bin/exiftool_files/lib/Image/ExifTool/AIFF.pm +2 -2
  10. package/bin/exiftool_files/lib/Image/ExifTool/APE.pm +2 -2
  11. package/bin/exiftool_files/lib/Image/ExifTool/BuildTagLookup.pm +25 -19
  12. package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +33 -7
  13. package/bin/exiftool_files/lib/Image/ExifTool/CanonRaw.pm +5 -1
  14. package/bin/exiftool_files/lib/Image/ExifTool/DJI.pm +28 -2
  15. package/bin/exiftool_files/lib/Image/ExifTool/Exif.pm +107 -20
  16. package/bin/exiftool_files/lib/Image/ExifTool/FlashPix.pm +92 -9
  17. package/bin/exiftool_files/lib/Image/ExifTool/FujiFilm.pm +9 -4
  18. package/bin/exiftool_files/lib/Image/ExifTool/GPS.pm +7 -2
  19. package/bin/exiftool_files/lib/Image/ExifTool/Geotag.pm +30 -7
  20. package/bin/exiftool_files/lib/Image/ExifTool/InfiRay.pm +227 -0
  21. package/bin/exiftool_files/lib/Image/ExifTool/JPEG.pm +53 -7
  22. package/bin/exiftool_files/lib/Image/ExifTool/Jpeg2000.pm +5 -5
  23. package/bin/exiftool_files/lib/Image/ExifTool/LIF.pm +10 -2
  24. package/bin/exiftool_files/lib/Image/ExifTool/LNK.pm +5 -4
  25. package/bin/exiftool_files/lib/Image/ExifTool/MIE.pm +3 -3
  26. package/bin/exiftool_files/lib/Image/ExifTool/MPEG.pm +2 -2
  27. package/bin/exiftool_files/lib/Image/ExifTool/MakerNotes.pm +3 -2
  28. package/bin/exiftool_files/lib/Image/ExifTool/Minolta.pm +6 -7
  29. package/bin/exiftool_files/lib/Image/ExifTool/MinoltaRaw.pm +2 -1
  30. package/bin/exiftool_files/lib/Image/ExifTool/Nikon.pm +1199 -1325
  31. package/bin/exiftool_files/lib/Image/ExifTool/NikonCustom.pm +2 -2
  32. package/bin/exiftool_files/lib/Image/ExifTool/NikonSettings.pm +1 -1
  33. package/bin/exiftool_files/lib/Image/ExifTool/Olympus.pm +88 -6
  34. package/bin/exiftool_files/lib/Image/ExifTool/OpenEXR.pm +32 -15
  35. package/bin/exiftool_files/lib/Image/ExifTool/PNG.pm +89 -3
  36. package/bin/exiftool_files/lib/Image/ExifTool/PanasonicRaw.pm +27 -1
  37. package/bin/exiftool_files/lib/Image/ExifTool/Pentax.pm +8 -5
  38. package/bin/exiftool_files/lib/Image/ExifTool/PhaseOne.pm +14 -1
  39. package/bin/exiftool_files/lib/Image/ExifTool/Photoshop.pm +38 -7
  40. package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +44 -13
  41. package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +63 -20
  42. package/bin/exiftool_files/lib/Image/ExifTool/README +19 -2
  43. package/bin/exiftool_files/lib/Image/ExifTool/RIFF.pm +34 -13
  44. package/bin/exiftool_files/lib/Image/ExifTool/Rawzor.pm +2 -2
  45. package/bin/exiftool_files/lib/Image/ExifTool/Real.pm +2 -2
  46. package/bin/exiftool_files/lib/Image/ExifTool/Ricoh.pm +2 -1
  47. package/bin/exiftool_files/lib/Image/ExifTool/Sigma.pm +5 -4
  48. package/bin/exiftool_files/lib/Image/ExifTool/SigmaRaw.pm +9 -3
  49. package/bin/exiftool_files/lib/Image/ExifTool/Sony.pm +28 -1
  50. package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +4691 -4624
  51. package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +511 -117
  52. package/bin/exiftool_files/lib/Image/ExifTool/VCard.pm +19 -5
  53. package/bin/exiftool_files/lib/Image/ExifTool/Validate.pm +5 -5
  54. package/bin/exiftool_files/lib/Image/ExifTool/WriteExif.pl +42 -0
  55. package/bin/exiftool_files/lib/Image/ExifTool/WriteXMP.pl +1 -1
  56. package/bin/exiftool_files/lib/Image/ExifTool/Writer.pl +150 -36
  57. package/bin/exiftool_files/lib/Image/ExifTool/XMP.pm +19 -4
  58. package/bin/exiftool_files/lib/Image/ExifTool/XMP2.pl +2 -1
  59. package/bin/exiftool_files/lib/Image/ExifTool.pm +248 -54
  60. package/bin/exiftool_files/lib/Image/ExifTool.pod +94 -58
  61. package/package.json +2 -2
@@ -34,7 +34,7 @@ use Image::ExifTool qw(:DataAccess :Utils);
34
34
  use Image::ExifTool::Exif;
35
35
  use Image::ExifTool::Minolta;
36
36
 
37
- $VERSION = '3.56';
37
+ $VERSION = '3.59';
38
38
 
39
39
  sub ProcessSRF($$$);
40
40
  sub ProcessSR2($$$);
@@ -160,6 +160,7 @@ sub PrintInvLensSpec($;$$);
160
160
  32875 => 'Sony FE 24-70mm F2.8 GM II', #JR
161
161
  32876 => 'Sony E 11mm F1.8', #JR
162
162
  32877 => 'Sony E 15mm F1.4 G', #JR
163
+ 32878 => 'Sony FE 20-70mm F4 G', #JR
163
164
 
164
165
  # (comment this out so LensID will report the LensModel, which is more useful)
165
166
  # 32952 => 'Metabones Canon EF Speed Booster Ultra', #JR (corresponds to 184, but 'Advanced' mode, LensMount reported as E-mount)
@@ -191,6 +192,7 @@ sub PrintInvLensSpec($;$$);
191
192
  49235 => 'Zeiss Loxia 85mm F2.4', #JR
192
193
  49236 => 'Zeiss Loxia 25mm F2.4', #JR
193
194
 
195
+ 49456 => 'Tamron E 18-200mm F3.5-6.3 Di III VC', #FrancoisPiette
194
196
  49457 => 'Tamron 28-75mm F2.8 Di III RXD', #JR (Model A036)
195
197
  49458 => 'Tamron 17-28mm F2.8 Di III RXD', #JR (Model A046)
196
198
  49459 => 'Tamron 35mm F2.8 Di III OSD M1:2', #IB (Model F053)
@@ -256,6 +258,8 @@ sub PrintInvLensSpec($;$$);
256
258
  50533 => 'Sigma 16-28mm F2.8 DG DN | C', #JR (022)
257
259
  50534 => 'Sigma 20mm F1.4 DG DN | A', #JR (022)
258
260
  50535 => 'Sigma 24mm F1.4 DG DN | A', #JR (022)
261
+ 50536 => 'Sigma 60-600mm F4.5-6.3 DG DN OS | S', #JR (023)
262
+ 50539 => 'Sigma 50mm F1.4 DG DN | A', #JR (023)
259
263
 
260
264
  50992 => 'Voigtlander SUPER WIDE-HELIAR 15mm F4.5 III', #JR
261
265
  50993 => 'Voigtlander HELIAR-HYPER WIDE 10mm F5.6', #IB
@@ -1953,6 +1957,7 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
1953
1957
  '3 3 3 0' => 'ARW 2.3.3', #JR (ILCE-9)
1954
1958
  '3 3 5 0' => 'ARW 2.3.5', #JR (DSC-HX99)
1955
1959
  '4 0 0 0' => 'ARW 4.0', # (ILCE-7SM3)
1960
+ '4 0 1 0' => 'ARW 4.0.1', #github#195 (ZV-E1)
1956
1961
  # what about cRAW images?
1957
1962
  },
1958
1963
  },
@@ -2041,6 +2046,7 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
2041
2046
  369 => 'DSC-RX100M5A', #JR
2042
2047
  371 => 'ILCE-6400', #IB
2043
2048
  372 => 'DSC-RX0M2', #JR
2049
+ 373 => 'DSC-HX95', #github191
2044
2050
  374 => 'DSC-RX100M7', #IB
2045
2051
  375 => 'ILCE-7RM4', #IB
2046
2052
  376 => 'ILCE-9M2', #JR
@@ -2157,6 +2163,7 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
2157
2163
  # set to 65535 for E-mount lenses (values 0x80xx)
2158
2164
  ValueConvInv => '($val & 0xff00) == 0x8000 ? 65535 : int($val)',
2159
2165
  PrintConv => \%sonyLensTypes,
2166
+ PrintInt => 1,
2160
2167
  },
2161
2168
  0xb028 => { #2
2162
2169
  # (used by the DSLR-A100)
@@ -5566,6 +5573,7 @@ my %faceInfo = (
5566
5573
  Format => 'int16u',
5567
5574
  SeparateTable => 'LensType2',
5568
5575
  PrintConv => \%sonyLensTypes2,
5576
+ PrintInt => 1,
5569
5577
  },
5570
5578
  0x400 => { #JR
5571
5579
  Name => 'ImageNumber',
@@ -6599,6 +6607,7 @@ my %isoSetting2010 = (
6599
6607
  Format => 'int16u',
6600
6608
  SeparateTable => 'LensType2',
6601
6609
  PrintConv => \%sonyLensTypes2,
6610
+ PrintInt => 1,
6602
6611
  },
6603
6612
  0x1896 => {
6604
6613
  Name => 'LensType',
@@ -6608,6 +6617,7 @@ my %isoSetting2010 = (
6608
6617
  SeparateTable => 1,
6609
6618
  ValueConvInv => '($val & 0xff00) == 0x8000 ? 0 : int($val)',
6610
6619
  PrintConv => \%sonyLensTypes,
6620
+ PrintInt => 1,
6611
6621
  },
6612
6622
  0x1898 => {
6613
6623
  Name => 'DistortionCorrParamsPresent',
@@ -6805,6 +6815,7 @@ my %isoSetting2010 = (
6805
6815
  Format => 'int16u',
6806
6816
  SeparateTable => 'LensType2',
6807
6817
  PrintConv => \%sonyLensTypes2,
6818
+ PrintInt => 1,
6808
6819
  },
6809
6820
  0x18c2 => {
6810
6821
  Name => 'LensType',
@@ -6814,6 +6825,7 @@ my %isoSetting2010 = (
6814
6825
  SeparateTable => 1,
6815
6826
  ValueConvInv => '($val & 0xff00) == 0x8000 ? 0 : int($val)',
6816
6827
  PrintConv => \%sonyLensTypes,
6828
+ PrintInt => 1,
6817
6829
  },
6818
6830
  0x18c4 => {
6819
6831
  Name => 'DistortionCorrParamsPresent',
@@ -6942,6 +6954,7 @@ my %isoSetting2010 = (
6942
6954
  Format => 'int16u',
6943
6955
  SeparateTable => 'LensType2',
6944
6956
  PrintConv => \%sonyLensTypes2,
6957
+ PrintInt => 1,
6945
6958
  },
6946
6959
  0x18f2 => {
6947
6960
  Name => 'LensType',
@@ -6951,6 +6964,7 @@ my %isoSetting2010 = (
6951
6964
  SeparateTable => 1,
6952
6965
  ValueConvInv => '($val & 0xff00) == 0x8000 ? 0 : int($val)',
6953
6966
  PrintConv => \%sonyLensTypes,
6967
+ PrintInt => 1,
6954
6968
  },
6955
6969
  0x18f4 => {
6956
6970
  Name => 'DistortionCorrParamsPresent',
@@ -7071,6 +7085,7 @@ my %isoSetting2010 = (
7071
7085
  Format => 'int16u',
7072
7086
  SeparateTable => 'LensType2',
7073
7087
  PrintConv => \%sonyLensTypes2,
7088
+ PrintInt => 1,
7074
7089
  },
7075
7090
  0x17f6 => {
7076
7091
  Name => 'LensType',
@@ -7080,6 +7095,7 @@ my %isoSetting2010 = (
7080
7095
  SeparateTable => 1,
7081
7096
  ValueConvInv => '($val & 0xff00) == 0x8000 ? 0 : int($val)',
7082
7097
  PrintConv => \%sonyLensTypes,
7098
+ PrintInt => 1,
7083
7099
  },
7084
7100
  0x17f8 => {
7085
7101
  Name => 'DistortionCorrParamsPresent',
@@ -7435,6 +7451,7 @@ my %isoSetting2010 = (
7435
7451
  Format => 'int16u',
7436
7452
  SeparateTable => 'LensType2',
7437
7453
  PrintConv => \%sonyLensTypes2,
7454
+ PrintInt => 1,
7438
7455
  },
7439
7456
  0x0109 => {
7440
7457
  Name => 'LensType',
@@ -7446,6 +7463,7 @@ my %isoSetting2010 = (
7446
7463
  # has a value of 0 for E-mount lenses (values 0x80xx)
7447
7464
  ValueConvInv => '($val & 0xff00) == 0x8000 ? 0 : int($val)',
7448
7465
  PrintConv => \%sonyLensTypes,
7466
+ PrintInt => 1,
7449
7467
  },
7450
7468
  0x010b => {
7451
7469
  Name => 'DistortionCorrParamsPresent',
@@ -7722,6 +7740,7 @@ my %isoSetting2010 = (
7722
7740
  Format => 'int16u',
7723
7741
  SeparateTable => 'LensType2',
7724
7742
  PrintConv => \%sonyLensTypes2,
7743
+ PrintInt => 1,
7725
7744
  },
7726
7745
  0x0109 => {
7727
7746
  Name => 'LensType',
@@ -7733,6 +7752,7 @@ my %isoSetting2010 = (
7733
7752
  # has a value of 0 for E-mount lenses (values 0x80xx)
7734
7753
  ValueConvInv => '($val & 0xff00) == 0x8000 ? 0 : int($val)',
7735
7754
  PrintConv => \%sonyLensTypes,
7755
+ PrintInt => 1,
7736
7756
  },
7737
7757
  0x010b => {
7738
7758
  Name => 'DistortionCorrParamsPresent',
@@ -8531,6 +8551,7 @@ my %isoSetting2010 = (
8531
8551
  Notes => 'E-mount lenses',
8532
8552
  SeparateTable => 'LensType2',
8533
8553
  PrintConv => \%sonyLensTypes2,
8554
+ PrintInt => 1,
8534
8555
  },
8535
8556
  0x0608 => {
8536
8557
  Name => 'LensType',
@@ -8539,6 +8560,7 @@ my %isoSetting2010 = (
8539
8560
  Notes => 'A-mount lenses on SLT and NEX',
8540
8561
  SeparateTable => 1,
8541
8562
  PrintConv => \%sonyLensTypes,
8563
+ PrintInt => 1,
8542
8564
  },
8543
8565
  0x064a => {
8544
8566
  Name => 'VignettingCorrParams',
@@ -8709,6 +8731,7 @@ my %isoSetting2010 = (
8709
8731
  Notes => 'E-mount lenses',
8710
8732
  SeparateTable => 'LensType2',
8711
8733
  PrintConv => \%sonyLensTypes2,
8734
+ PrintInt => 1,
8712
8735
  },
8713
8736
  0x0062 => {
8714
8737
  Name => 'LensType',
@@ -8717,6 +8740,7 @@ my %isoSetting2010 = (
8717
8740
  Notes => 'A-mount lenses on SLT and NEX',
8718
8741
  SeparateTable => 1,
8719
8742
  PrintConv => \%sonyLensTypes,
8743
+ PrintInt => 1,
8720
8744
  },
8721
8745
  0x0064 => {
8722
8746
  Name => 'DistortionCorrParams',
@@ -8933,6 +8957,7 @@ my %isoSetting2010 = (
8933
8957
  Format => 'int16u',
8934
8958
  SeparateTable => 'LensType2',
8935
8959
  PrintConv => \%sonyLensTypes2,
8960
+ PrintInt => 1,
8936
8961
  },
8937
8962
  0x000b => {
8938
8963
  Name => 'CameraE-mountVersion',
@@ -9618,6 +9643,7 @@ my %isoSetting2010 = (
9618
9643
  Format => 'int16u',
9619
9644
  SeparateTable => 'LensType2',
9620
9645
  PrintConv => \%sonyLensTypes2,
9646
+ PrintInt => 1,
9621
9647
  },
9622
9648
  0x004d => {
9623
9649
  Name => 'LensType',
@@ -9627,6 +9653,7 @@ my %isoSetting2010 = (
9627
9653
  SeparateTable => 1,
9628
9654
  ValueConvInv => '($val & 0xff00) == 0x8000 ? 0 : int($val)',
9629
9655
  PrintConv => \%sonyLensTypes,
9656
+ PrintInt => 1,
9630
9657
  },
9631
9658
  0x004f => {
9632
9659
  Name => 'DistortionCorrParams',