exiftool_vendored 13.17.0 → 13.19.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.
@@ -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.71';
37
+ $VERSION = '3.72';
38
38
 
39
39
  sub ProcessSRF($$$);
40
40
  sub ProcessSR2($$$);
@@ -171,6 +171,7 @@ sub PrintInvLensSpec($;$$);
171
171
  32886 => 'Sony FE 300mm F2.8 GM OSS', #JR
172
172
  32887 => 'Sony E PZ 16-50mm F3.5-5.6 OSS II', #JR
173
173
  32888 => 'Sony FE 85mm F1.4 GM II', #JR
174
+ 32889 => 'Sony FE 28-70mm F2 GM',
174
175
 
175
176
  # (comment this out so LensID will report the LensModel, which is more useful)
176
177
  # 32952 => 'Metabones Canon EF Speed Booster Ultra', #JR (corresponds to 184, but 'Advanced' mode, LensMount reported as E-mount)
@@ -1226,6 +1227,7 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
1226
1227
  9 => 'Center (LA-EA4)', # seen for ILCE-7RM2 with LA-EA4
1227
1228
  11 => 'Zone',
1228
1229
  12 => 'Expanded Flexible Spot',
1230
+ 13 => 'Custom AF Area', # NC, new AFArea option for ILCE-9M3, ILCE-1M2
1229
1231
  },
1230
1232
  },{
1231
1233
  Name => 'AFAreaModeSetting',
@@ -1726,7 +1728,7 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
1726
1728
  },
1727
1729
  },{
1728
1730
  Name => 'Tag9050d',
1729
- Condition => '$$self{Model} =~ /^(ILCE-(6700|7CM2|7CR)|ZV-(E1|E10M2))\b/',
1731
+ Condition => '$$self{Model} =~ /^(ILCE-(6700|7CM2|7CR)|ZV-(E1|E10M2))\b/ or ($$self{Model} =~ /^(ILCE-1M2)/ and $$valPt =~ /^\x00/)',
1730
1732
  SubDirectory => {
1731
1733
  TagTable => 'Image::ExifTool::Sony::Tag9050d',
1732
1734
  ByteOrder => 'LittleEndian',
@@ -8208,14 +8210,17 @@ my %isoSetting2010 = (
8208
8210
  WRITE_PROC => \&WriteEnciphered,
8209
8211
  CHECK_PROC => \&Image::ExifTool::CheckBinaryData,
8210
8212
  FORMAT => 'int8u',
8211
- NOTES => 'Valid for ILCE-6700/7CM2/7CR/ZV-E1.',
8213
+ NOTES => q{
8214
+ Valid for ILCE-6700/7CM2/7CR/ZV-E1. Also for ILCE-1M2 when using mechanical
8215
+ shutter.
8216
+ },
8212
8217
  WRITABLE => 1,
8213
8218
  FIRST_ENTRY => 0,
8214
8219
  GROUPS => { 0 => 'MakerNotes', 2 => 'Image' },
8215
8220
  0x000a => {
8216
8221
  Name => 'ShutterCount',
8217
8222
  # number of mechanical shutter actuations, does not increase during electronic shutter / Silent Shooting
8218
- Condition => '$$self{Model} =~ /^(ILCE-(6700|7CM2|7CR))/',
8223
+ Condition => '$$self{Model} =~ /^(ILCE-(1M2|6700|7CM2|7CR))/',
8219
8224
  Format => 'int32u',
8220
8225
  Notes => 'total number of mechanical shutter actuations',
8221
8226
  RawConv => '$val & 0x00ffffff',
@@ -8451,7 +8456,7 @@ my %isoSetting2010 = (
8451
8456
  200 => 'Continuous - Sweep Panorama',
8452
8457
  },
8453
8458
  },
8454
- 0x001a => { %sequenceFileNumber },
8459
+ 0x001a => { %sequenceFileNumber }, # ILCE-9M3/1M2 have sometimes deviating values.
8455
8460
  0x001e => {
8456
8461
  Name => 'SequenceLength',
8457
8462
  PrintConv => {
@@ -8476,7 +8481,7 @@ my %isoSetting2010 = (
8476
8481
  },
8477
8482
  0x002a => [{
8478
8483
  Name => 'Quality2',
8479
- Condition => '$$self{Model} !~ /^(ILCE-(1|6700|7CM2|7CR|7M4|7RM5|7SM3|9M3)|ILME-(FX3|FX30)|ZV-(E1|E10M2))\b/',
8484
+ Condition => '$$self{Model} !~ /^(ILCE-(1|1M2|6700|7CM2|7CR|7M4|7RM5|7SM3|9M3)|ILME-(FX3|FX30)|ZV-(E1|E10M2))\b/',
8480
8485
  PrintConv => {
8481
8486
  0 => 'JPEG',
8482
8487
  1 => 'RAW',
@@ -8544,7 +8549,7 @@ my %isoSetting2010 = (
8544
8549
  0x0000 => { Name => 'Ver9401', Hidden => 1, RawConv => '$$self{Ver9401} = $val; $$self{OPTIONS}{Unknown}<2 ? undef : $val' },
8545
8550
 
8546
8551
  0x03e2 => { Name => 'ISOInfo', Condition => '$$self{Ver9401} == 181', Format => 'int8u[5]', SubDirectory => { TagTable => 'Image::ExifTool::Sony::ISOInfo' } },
8547
- 0x03f4 => { Name => 'ISOInfo', Condition => '$$self{Ver9401} == 185', Format => 'int8u[5]', SubDirectory => { TagTable => 'Image::ExifTool::Sony::ISOInfo' } },
8552
+ 0x03f4 => { Name => 'ISOInfo', Condition => '$$self{Ver9401} =~ /^(185|186)/', Format => 'int8u[5]', SubDirectory => { TagTable => 'Image::ExifTool::Sony::ISOInfo' } },
8548
8553
  0x044e => { Name => 'ISOInfo', Condition => '$$self{Ver9401} == 178', Format => 'int8u[5]', SubDirectory => { TagTable => 'Image::ExifTool::Sony::ISOInfo' } },
8549
8554
  0x0498 => { Name => 'ISOInfo', Condition => '$$self{Ver9401} == 148', Format => 'int8u[5]', SubDirectory => { TagTable => 'Image::ExifTool::Sony::ISOInfo' } },
8550
8555
  0x049d => { Name => 'ISOInfo', Condition => '$$self{Ver9401} == 167 and $$self{Software} !~ /^ILCE-7M4 (v2|v3)/', Format => 'int8u[5]', SubDirectory => { TagTable => 'Image::ExifTool::Sony::ISOInfo' } },
@@ -8619,6 +8624,7 @@ my %isoSetting2010 = (
8619
8624
  10 => 'Selective (for Miniature effect)', # seen for DSC-HX30V,TX30,WX60,WX100
8620
8625
  11 => 'Zone', #JR (ILCE-7 series)
8621
8626
  12 => 'Expanded Flexible Spot', #JR (HX90V, ILCE-7 series)
8627
+ 13 => 'Custom AF Area', # NC, new AFArea option for ILCE-9M3, ILCE-1M2
8622
8628
  14 => 'Tracking',
8623
8629
  15 => 'Face Tracking',
8624
8630
  20 => 'Animal Eye Tracking',
@@ -10034,7 +10040,7 @@ my %isoSetting2010 = (
10034
10040
  },
10035
10041
  0x089d => { # Note: 32 values for these newer models, and 32 non-zero values present for new lenses like SEL2470GM2 and SEL2070G
10036
10042
  Name => 'VignettingCorrParams',
10037
- Condition => '$$self{Model} =~ /^(ILCE-(6700|7CM2|7CR|7RM5)|ILME-FX30|ZV-(E1|E10M2))\b/',
10043
+ Condition => '$$self{Model} =~ /^(ILCE-(1M2|6700|7CM2|7CR|7RM5)|ILME-FX30|ZV-(E1|E10M2))\b/',
10038
10044
  Format => 'int16s[32]',
10039
10045
  },
10040
10046
  0x08b5 => {
@@ -10055,7 +10061,7 @@ my %isoSetting2010 = (
10055
10061
  },
10056
10062
  0x08e5 => {
10057
10063
  Name => 'APS-CSizeCapture',
10058
- Condition => '$$self{Model} =~ /^(ILCE-(7CM2|7CR|7RM5)|ZV-E1)\b/',
10064
+ Condition => '$$self{Model} =~ /^(ILCE-(1M2|7CM2|7CR|7RM5)|ZV-E1)\b/',
10059
10065
  PrintConv => {
10060
10066
  0 => 'Off',
10061
10067
  1 => 'On',
@@ -10073,7 +10079,7 @@ my %isoSetting2010 = (
10073
10079
  },
10074
10080
  0x0945 => {
10075
10081
  Name => 'ChromaticAberrationCorrParams',
10076
- Condition => '$$self{Model} =~ /^(ILCE-(6700|7CM2|7CR|7RM5)|ILME-FX30|ZV-(E1|E10M2))\b/',
10082
+ Condition => '$$self{Model} =~ /^(ILCE-(1M2|6700|7CM2|7CR|7RM5)|ILME-FX30|ZV-(E1|E10M2))\b/',
10077
10083
  Format => 'int16s[32]',
10078
10084
  },
10079
10085
  );