exiftool-vendored.pl 12.39.0 → 12.42.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 (46) hide show
  1. package/bin/Changes +66 -1
  2. package/bin/MANIFEST +1 -0
  3. package/bin/META.json +1 -1
  4. package/bin/META.yml +1 -1
  5. package/bin/README +2 -2
  6. package/bin/arg_files/exif2xmp.args +5 -0
  7. package/bin/arg_files/xmp2exif.args +6 -0
  8. package/bin/config_files/acdsee.config +6 -6
  9. package/bin/config_files/photoshop_paths.config +30 -7
  10. package/bin/config_files/picasa_faces.config +1 -1
  11. package/bin/config_files/pix4d.config +2 -2
  12. package/bin/config_files/tiff_version.config +2 -2
  13. package/bin/exiftool +54 -22
  14. package/bin/lib/Image/ExifTool/Canon.pm +89 -6
  15. package/bin/lib/Image/ExifTool/DJI.pm +59 -1
  16. package/bin/lib/Image/ExifTool/DNG.pm +8 -2
  17. package/bin/lib/Image/ExifTool/Exif.pm +53 -20
  18. package/bin/lib/Image/ExifTool/Geotag.pm +3 -2
  19. package/bin/lib/Image/ExifTool/ICC_Profile.pm +10 -8
  20. package/bin/lib/Image/ExifTool/ID3.pm +5 -5
  21. package/bin/lib/Image/ExifTool/MacOS.pm +9 -9
  22. package/bin/lib/Image/ExifTool/MakerNotes.pm +17 -1
  23. package/bin/lib/Image/ExifTool/Nikon.pm +44 -12
  24. package/bin/lib/Image/ExifTool/NikonCustom.pm +4 -1
  25. package/bin/lib/Image/ExifTool/Olympus.pm +27 -7
  26. package/bin/lib/Image/ExifTool/PDF.pm +2 -1
  27. package/bin/lib/Image/ExifTool/Panasonic.pm +10 -1
  28. package/bin/lib/Image/ExifTool/Pentax.pm +1 -1
  29. package/bin/lib/Image/ExifTool/Photoshop.pm +6 -5
  30. package/bin/lib/Image/ExifTool/QuickTime.pm +9 -5
  31. package/bin/lib/Image/ExifTool/QuickTimeStream.pl +2 -2
  32. package/bin/lib/Image/ExifTool/Samsung.pm +237 -2
  33. package/bin/lib/Image/ExifTool/Shortcuts.pm +3 -1
  34. package/bin/lib/Image/ExifTool/Sony.pm +10 -4
  35. package/bin/lib/Image/ExifTool/TagLookup.pm +6376 -6354
  36. package/bin/lib/Image/ExifTool/TagNames.pod +79 -28
  37. package/bin/lib/Image/ExifTool/WriteQuickTime.pl +7 -3
  38. package/bin/lib/Image/ExifTool/WriteXMP.pl +2 -0
  39. package/bin/lib/Image/ExifTool/Writer.pl +1 -1
  40. package/bin/lib/Image/ExifTool/XMP.pm +9 -1
  41. package/bin/lib/Image/ExifTool/XMPStruct.pl +21 -7
  42. package/bin/lib/Image/ExifTool.pm +20 -12
  43. package/bin/lib/Image/ExifTool.pod +7 -6
  44. package/bin/perl-Image-ExifTool.spec +1 -1
  45. package/bin/pp_build_exe.args +4 -4
  46. package/package.json +14 -3
@@ -19,7 +19,7 @@ package Image::ExifTool::Shortcuts;
19
19
  use strict;
20
20
  use vars qw($VERSION);
21
21
 
22
- $VERSION = '1.65';
22
+ $VERSION = '1.67';
23
23
 
24
24
  # this is a special table used to define command-line shortcuts
25
25
  # (documentation Notes may be added for these via %shortcutNotes in BuildTagLookup.pm)
@@ -118,6 +118,7 @@ $VERSION = '1.65';
118
118
  'MakerNoteCasio',
119
119
  'MakerNoteCasio2',
120
120
  'MakerNoteDJI',
121
+ 'MakerNoteDJIInfo',
121
122
  'MakerNoteFLIR',
122
123
  'MakerNoteFujiFilm',
123
124
  'MakerNoteGE',
@@ -158,6 +159,7 @@ $VERSION = '1.65';
158
159
  'MakerNoteNintendo',
159
160
  'MakerNoteOlympus',
160
161
  'MakerNoteOlympus2',
162
+ 'MakerNoteOlympus3',
161
163
  'MakerNoteLeica',
162
164
  'MakerNoteLeica2',
163
165
  'MakerNoteLeica3',
@@ -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.48';
37
+ $VERSION = '3.50';
38
38
 
39
39
  sub ProcessSRF($$$);
40
40
  sub ProcessSR2($$$);
@@ -244,7 +244,8 @@ sub PrintInvLensSpec($;$$);
244
244
  50529 => 'Sigma 90mm F2.8 DG DN | C', #JR (021)
245
245
  50530 => 'Sigma 24mm F2 DG DN | C', #JR (021)
246
246
  50531 => 'Sigma 18-50mm F2.8 DC DN | C', #IB/JR (021)
247
-
247
+ 50532 => 'Sigma 20mm F2 DG DN | C', #JR (022)
248
+
248
249
  50992 => 'Voigtlander SUPER WIDE-HELIAR 15mm F4.5 III', #JR
249
250
  50993 => 'Voigtlander HELIAR-HYPER WIDE 10mm F5.6', #IB
250
251
  50994 => 'Voigtlander ULTRA WIDE-HELIAR 12mm F5.6 III', #IB
@@ -273,7 +274,12 @@ sub PrintInvLensSpec($;$$);
273
274
  51510 => 'Samyang AF 18mm F2.8 or Samyang AF 35mm F1.8', #JR
274
275
  51510.1 => 'Samyang AF 35mm F1.8', #JR
275
276
  51512 => 'Samyang AF 75mm F1.8', #IB/JR
277
+ 51513 => 'Samyang AF 35mm F1.8', #JR
276
278
  51514 => 'Samyang AF 24mm F1.8', #IB
279
+ 51515 => 'Samyang AF 12mm F2.0', #JR
280
+ 51516 => 'Samyang AF 24-70mm F2.8', #JR
281
+ 51517 => 'Samyang AF 50mm F1.4 II', #JR
282
+ 51518 => 'Samyang AF 135mm F1.8', #JR
277
283
  );
278
284
 
279
285
  # ExposureProgram values (ref PH, mainly decoded from A200)
@@ -1786,7 +1792,7 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
1786
1792
  # 15 0 35 2 2 ILCA-68/77M2, ILCE-5000/5100/6000/7/7R/7S/7M2/QX1, DSC-HX60V/HX350/HX400V/QX30/RX10/RX100M3/WX220/WX350
1787
1793
  # 16 0 85 2 2 DSC-HX80/HX90V/WX500
1788
1794
  # 17 0 232 1 2 DSC-RX0/RX0M2/RX1RM2/RX10M2/RX10M3/RX10M4/RX100M4/RX100M5/RX100M5A/RX100M6/RX100M7/HX99, ILCE-6100/6300/6400/6500/6600/7C/7M3/7RM2/7RM3/7RM4/7SM2/9/9M2, ILCA-99M2, ZV-1
1789
- # 18 0 20 0 164 ILCE-7SM3
1795
+ # 18 0 20 0 164 ILCE-7SM3
1790
1796
  # other values for Panorama images and several other models
1791
1797
  0x9404 => [{
1792
1798
  Name => 'Tag9404a',
@@ -8382,7 +8388,7 @@ my %isoSetting2010 = (
8382
8388
  DATAMEMBER => [ 0x04 ],
8383
8389
  0x04 => {
8384
8390
  # seen values 0,2,3,18,19,32,49,50,83,130,132,148,213,229,255
8385
- # CameraTemperature is valid for all values above except ==0 and >=130
8391
+ # CameraTemperature is valid for all values above except ==0 and >=130
8386
8392
  Name => 'TempTest2',
8387
8393
  DataMember => 'TempTest2',
8388
8394
  Hidden => 1,