exiftool-vendored.exe 13.36.0 → 13.38.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 (72) hide show
  1. package/bin/exiftool.exe +0 -0
  2. package/bin/exiftool_files/exiftool.pl +1 -1
  3. package/bin/exiftool_files/lib/Image/ExifTool/Audible.pm +1 -1
  4. package/bin/exiftool_files/lib/Image/ExifTool/BMP.pm +2 -2
  5. package/bin/exiftool_files/lib/Image/ExifTool/BuildTagLookup.pm +16 -9
  6. package/bin/exiftool_files/lib/Image/ExifTool/CBOR.pm +1 -1
  7. package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +59 -5
  8. package/bin/exiftool_files/lib/Image/ExifTool/CanonVRD.pm +1 -1
  9. package/bin/exiftool_files/lib/Image/ExifTool/CaptureOne.pm +1 -1
  10. package/bin/exiftool_files/lib/Image/ExifTool/DJI.pm +5 -5
  11. package/bin/exiftool_files/lib/Image/ExifTool/DSF.pm +138 -0
  12. package/bin/exiftool_files/lib/Image/ExifTool/DV.pm +1 -1
  13. package/bin/exiftool_files/lib/Image/ExifTool/EXE.pm +5 -2
  14. package/bin/exiftool_files/lib/Image/ExifTool/FLIF.pm +1 -1
  15. package/bin/exiftool_files/lib/Image/ExifTool/FLIR.pm +3 -3
  16. package/bin/exiftool_files/lib/Image/ExifTool/FlashPix.pm +1 -1
  17. package/bin/exiftool_files/lib/Image/ExifTool/FujiFilm.pm +5 -4
  18. package/bin/exiftool_files/lib/Image/ExifTool/GIF.pm +1 -1
  19. package/bin/exiftool_files/lib/Image/ExifTool/GM.pm +1 -1
  20. package/bin/exiftool_files/lib/Image/ExifTool/Geolocation.pm +3 -1
  21. package/bin/exiftool_files/lib/Image/ExifTool/Geotag.pm +13 -3
  22. package/bin/exiftool_files/lib/Image/ExifTool/GoPro.pm +11 -8
  23. package/bin/exiftool_files/lib/Image/ExifTool/Google.pm +814 -0
  24. package/bin/exiftool_files/lib/Image/ExifTool/H264.pm +1 -1
  25. package/bin/exiftool_files/lib/Image/ExifTool/ICC_Profile.pm +1 -1
  26. package/bin/exiftool_files/lib/Image/ExifTool/ID3.pm +14 -13
  27. package/bin/exiftool_files/lib/Image/ExifTool/JPEG.pm +1 -1
  28. package/bin/exiftool_files/lib/Image/ExifTool/JSON.pm +1 -1
  29. package/bin/exiftool_files/lib/Image/ExifTool/LIF.pm +1 -1
  30. package/bin/exiftool_files/lib/Image/ExifTool/LNK.pm +2 -2
  31. package/bin/exiftool_files/lib/Image/ExifTool/Lytro.pm +1 -1
  32. package/bin/exiftool_files/lib/Image/ExifTool/M2TS.pm +34 -25
  33. package/bin/exiftool_files/lib/Image/ExifTool/MIEUnits.pod +1 -1
  34. package/bin/exiftool_files/lib/Image/ExifTool/MPEG.pm +1 -1
  35. package/bin/exiftool_files/lib/Image/ExifTool/MWG.pm +1 -1
  36. package/bin/exiftool_files/lib/Image/ExifTool/MXF.pm +1 -1
  37. package/bin/exiftool_files/lib/Image/ExifTool/MacOS.pm +2 -2
  38. package/bin/exiftool_files/lib/Image/ExifTool/MakerNotes.pm +30 -7
  39. package/bin/exiftool_files/lib/Image/ExifTool/Microsoft.pm +4 -4
  40. package/bin/exiftool_files/lib/Image/ExifTool/Nikon.pm +4 -4
  41. package/bin/exiftool_files/lib/Image/ExifTool/OOXML.pm +1 -1
  42. package/bin/exiftool_files/lib/Image/ExifTool/Ogg.pm +1 -1
  43. package/bin/exiftool_files/lib/Image/ExifTool/Olympus.pm +2 -1
  44. package/bin/exiftool_files/lib/Image/ExifTool/Other.pm +1 -1
  45. package/bin/exiftool_files/lib/Image/ExifTool/Panasonic.pm +1 -1
  46. package/bin/exiftool_files/lib/Image/ExifTool/Pentax.pm +18 -7
  47. package/bin/exiftool_files/lib/Image/ExifTool/Protobuf.pm +12 -6
  48. package/bin/exiftool_files/lib/Image/ExifTool/Qualcomm.pm +2 -2
  49. package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +30 -8
  50. package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +2 -0
  51. package/bin/exiftool_files/lib/Image/ExifTool/README +7 -6
  52. package/bin/exiftool_files/lib/Image/ExifTool/Rawzor.pm +1 -1
  53. package/bin/exiftool_files/lib/Image/ExifTool/Reconyx.pm +375 -91
  54. package/bin/exiftool_files/lib/Image/ExifTool/Samsung.pm +1 -1
  55. package/bin/exiftool_files/lib/Image/ExifTool/Shortcuts.pm +8 -5
  56. package/bin/exiftool_files/lib/Image/ExifTool/Sony.pm +22 -7
  57. package/bin/exiftool_files/lib/Image/ExifTool/TagInfoXML.pm +3 -2
  58. package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +5753 -5696
  59. package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +707 -518
  60. package/bin/exiftool_files/lib/Image/ExifTool/Text.pm +1 -1
  61. package/bin/exiftool_files/lib/Image/ExifTool/Trailer.pm +1 -1
  62. package/bin/exiftool_files/lib/Image/ExifTool/WPG.pm +1 -1
  63. package/bin/exiftool_files/lib/Image/ExifTool/WTV.pm +1 -1
  64. package/bin/exiftool_files/lib/Image/ExifTool/WavPack.pm +144 -0
  65. package/bin/exiftool_files/lib/Image/ExifTool/XMP.pm +43 -37
  66. package/bin/exiftool_files/lib/Image/ExifTool/XMP2.pl +0 -482
  67. package/bin/exiftool_files/lib/Image/ExifTool/ZIP.pm +1 -1
  68. package/bin/exiftool_files/lib/Image/ExifTool/iWork.pm +1 -1
  69. package/bin/exiftool_files/lib/Image/ExifTool.pm +42 -27
  70. package/bin/exiftool_files/lib/Image/ExifTool.pod +60 -59
  71. package/bin/exiftool_files/windows_exiftool.txt +66 -64
  72. package/package.json +3 -3
@@ -29,7 +29,7 @@ use vars qw($VERSION $RELEASE @ISA @EXPORT_OK %EXPORT_TAGS $AUTOLOAD @fileTypes
29
29
  %jpegMarker %specialTags %fileTypeLookup $testLen $exeDir
30
30
  %static_vars $advFmtSelf $configFile @configFiles $noConfig);
31
31
 
32
- $VERSION = '13.36';
32
+ $VERSION = '13.38';
33
33
  $RELEASE = '';
34
34
  @ISA = qw(Exporter);
35
35
  %EXPORT_TAGS = (
@@ -148,16 +148,16 @@ sub ReadValue($$$;$$$);
148
148
  PCX PGF PSP PhotoCD Radiance Other::PFM PDF PostScript Photoshop::Header
149
149
  Photoshop::Layers Photoshop::ImageData FujiFilm::RAFHeader FujiFilm::RAF
150
150
  FujiFilm::IFD FujiFilm::MRAW Samsung::Trailer Sony::SRF2 Sony::SR2SubIFD
151
- Sony::PMP ITC ID3 ID3::Lyrics3 FLAC AAC Ogg Vorbis APE APE::NewHeader
152
- APE::OldHeader Audible MPC MPEG::Audio MPEG::Video MPEG::Xing M2TS QuickTime
153
- QuickTime::ImageFile QuickTime::Stream QuickTime::Tags360Fly Matroska
154
- Matroska::StdTag MOI MXF DV Flash Flash::FLV Real::Media Real::Audio
155
- Real::Metafile Red RIFF AIFF ASF TNEF WTV DICOM FITS XISF MIE JSON HTML
156
- XMP::SVG Palm Palm::MOBI Palm::EXTH Torrent EXE EXE::PEVersion EXE::PEString
157
- EXE::DebugRSDS EXE::DebugNB10 EXE::Misc EXE::MachO EXE::PEF EXE::ELF EXE::AR
158
- EXE::CHM LNK PCAP Font VCard Text VCard::VCalendar VCard::VNote RSRC Rawzor
159
- ZIP ZIP::GZIP ZIP::RAR ZIP::RAR5 RTF OOXML iWork ISO FLIR::AFF FLIR::FPF
160
- MacOS MacOS::MDItem FlashPix::DocTable
151
+ Sony::PMP ITC ID3 ID3::Lyrics3 FLAC AAC Ogg Vorbis DSF WavPack APE
152
+ APE::NewHeader APE::OldHeader Audible MPC MPEG::Audio MPEG::Video MPEG::Xing
153
+ M2TS QuickTime QuickTime::ImageFile QuickTime::Stream QuickTime::Tags360Fly
154
+ Matroska Matroska::StdTag MOI MXF DV Flash Flash::FLV Real::Media
155
+ Real::Audio Real::Metafile Red RIFF AIFF ASF TNEF WTV DICOM FITS XISF MIE
156
+ JSON HTML XMP::SVG Palm Palm::MOBI Palm::EXTH Torrent EXE EXE::PEVersion
157
+ EXE::PEString EXE::DebugRSDS EXE::DebugNB10 EXE::Misc EXE::MachO EXE::PEF
158
+ EXE::ELF EXE::AR EXE::CHM LNK PCAP Font VCard Text VCard::VCalendar
159
+ VCard::VNote RSRC Rawzor ZIP ZIP::GZIP ZIP::RAR ZIP::RAR5 RTF OOXML iWork
160
+ ISO FLIR::AFF FLIR::FPF MacOS MacOS::MDItem FlashPix::DocTable
161
161
  );
162
162
 
163
163
  # alphabetical list of current Lang modules
@@ -194,13 +194,13 @@ $defaultLang = 'en'; # default language
194
194
  # 3) PLIST must be in this list for the binary PLIST format, although it may
195
195
  # cause a file to be checked twice for XML
196
196
  @fileTypes = qw(JPEG EXV CRW DR4 TIFF GIF MRW RAF X3F JP2 PNG MIE MIFF PS PDF
197
- PSD XMP BMP WPG BPG PPM RIFF AIFF ASF MOV MPEG Real SWF PSP FLV
198
- OGG FLAC APE MPC MKV MXF DV PMP IND PGF ICC ITC FLIR FLIF FPF
199
- LFP HTML VRD RTF FITS XISF XCF DSS QTIF FPX PICT ZIP GZIP PLIST
200
- RAR 7Z BZ2 CZI TAR EXE EXR HDR CHM LNK WMF AVC DEX DPX RAW Font
201
- JUMBF RSRC M2TS MacOS PHP PCX DCX DWF DWG DXF WTV Torrent VCard
202
- LRI R3D AA PDB PFM2 MRC LIF JXL MOI ISO ALIAS PCAP JSON MP3
203
- TNEF DICOM PCD NKA ICO TXT AAC);
197
+ PSD XMP BMP WPG BPG PPM WV RIFF AIFF ASF MOV MPEG Real SWF PSP
198
+ FLV OGG FLAC APE MPC MKV MXF DV PMP IND PGF ICC ITC FLIR FLIF
199
+ FPF LFP HTML VRD RTF FITS XISF XCF DSF DSS QTIF FPX PICT ZIP
200
+ GZIP PLIST RAR 7Z BZ2 CZI TAR EXE EXR HDR CHM LNK WMF AVC DEX
201
+ DPX RAW Font JUMBF RSRC M2TS MacOS PHP PCX DCX DWF DWG DXF WTV
202
+ Torrent VCard LRI R3D AA PDB PFM2 MRC LIF JXL MOI ISO ALIAS PCAP
203
+ JSON MP3 TNEF DICOM PCD NKA ICO TXT AAC);
204
204
 
205
205
  # file types that we can write (edit)
206
206
  my @writeTypes = qw(JPEG TIFF GIF CRW MRW ORF RAF RAW PNG MIE PSD XMP PPM EPS
@@ -304,6 +304,7 @@ my %createTypes = map { $_ => 1 } qw(XMP ICC MIE VRD DR4 EXIF EXV);
304
304
  DPX => ['DPX', 'Digital Picture Exchange' ],
305
305
  DR4 => ['DR4', 'Canon VRD version 4 Recipe'],
306
306
  DS2 => ['DSS', 'Digital Speech Standard 2'],
307
+ DSF => ['DSF', 'DSF Stream File'],
307
308
  DSS => ['DSS', 'Digital Speech Standard'],
308
309
  DV => ['DV', 'Digital Video'],
309
310
  DVB => ['MOV', 'Digital Video Broadcasting'],
@@ -556,7 +557,8 @@ my %createTypes = map { $_ => 1 } qw(XMP ICC MIE VRD DR4 EXIF EXV);
556
557
  WMA => ['ASF', 'Windows Media Audio'],
557
558
  WMF => ['WMF', 'Windows Metafile Format'],
558
559
  WMV => ['ASF', 'Windows Media Video'],
559
- WV => ['RIFF', 'WavePack lossless audio'],
560
+ WV => ['WV', 'WavPack Audio'],
561
+ WVP => 'WV',
560
562
  X3F => ['X3F', 'Sigma RAW format'],
561
563
  XCF => ['XCF', 'GIMP native image format'],
562
564
  XHTML=> ['HTML', 'Extensible HyperText Markup Language'],
@@ -652,6 +654,7 @@ my %fileDescription = (
652
654
  DPX => 'image/x-dpx',
653
655
  DR4 => 'application/octet-stream', #PH (NC)
654
656
  DS2 => 'audio/x-ds2',
657
+ DSF => 'audio/x-dsf',
655
658
  DSS => 'audio/x-dss',
656
659
  DV => 'video/x-dv',
657
660
  'DVR-MS' => 'video/x-ms-dvr',
@@ -818,6 +821,7 @@ my %fileDescription = (
818
821
  WMV => 'video/x-ms-wmv',
819
822
  WPG => 'image/x-wpg',
820
823
  WTV => 'video/x-ms-wtv',
824
+ WV => 'audio/x-wavpack',
821
825
  X3F => 'image/x-sigma-x3f',
822
826
  XCF => 'image/x-xcf',
823
827
  XISF => 'image/x-xisf',
@@ -901,6 +905,7 @@ my %moduleName = (
901
905
  TXT => 'Text',
902
906
  VRD => 'CanonVRD',
903
907
  WMF => 0,
908
+ WV => 'WavPack',
904
909
  X3F => 'SigmaRaw',
905
910
  XCF => 'GIMP',
906
911
  );
@@ -933,6 +938,7 @@ $testLen = 1024; # number of bytes to read when testing for magic number
933
938
  DOCX => 'PK\x03\x04',
934
939
  DPX => '(SDPX|XPDS)',
935
940
  DR4 => 'IIII[\x04|\x05]\0\x04\0',
941
+ DSF => 'DSD \x1c\0{7}.{16}fmt ',
936
942
  DSS => '(\x02dss|\x03ds2)',
937
943
  DV => '\x1f\x07\0[\x3f\xbf]', # (not tested if extension recognized)
938
944
  DWF => '\(DWF V\d',
@@ -970,7 +976,7 @@ $testLen = 1024; # number of bytes to read when testing for magic number
970
976
  LIF => '\x70\0{3}.{4}\x2a.{4}<\0',
971
977
  LNK => '.{4}\x01\x14\x02\0{5}\xc0\0{6}\x46',
972
978
  LRI => 'LELR \0',
973
- M2TS => '(....)?\x47',
979
+ M2TS => '.{0,191}?\x47(.{187}|.{191})\x47(.{187}|.{191})\x47',
974
980
  MacOS=> '\0\x05\x16\x07\0.\0\0Mac OS X ',
975
981
  MIE => '~[\x10\x18]\x04.0MIE',
976
982
  MIFF => 'id=ImageMagick',
@@ -1259,7 +1265,7 @@ my %systemTagsNotes = (
1259
1265
  # used to write the entire corresponding directory as a block.
1260
1266
  %Image::ExifTool::Extra = (
1261
1267
  GROUPS => { 0 => 'File', 1 => 'File', 2 => 'Image' },
1262
- VARS => { NO_ID => 1 }, # tag ID's aren't meaningful for these tags
1268
+ VARS => { ID_FMT => 'none' }, # tag ID's aren't meaningful for these tags
1263
1269
  WRITE_PROC => \&DummyWriteProc,
1264
1270
  Error => {
1265
1271
  Priority => 0,
@@ -2122,7 +2128,7 @@ my %systemTagsNotes = (
2122
2128
  %Image::ExifTool::JPEG::SOF = (
2123
2129
  GROUPS => { 0 => 'File', 1 => 'File', 2 => 'Image' },
2124
2130
  NOTES => 'This information is extracted from the JPEG Start Of Frame segment.',
2125
- VARS => { NO_ID => 1 }, # tag ID's aren't meaningful for these tags
2131
+ VARS => { ID_FMT => 'none' }, # tag ID's aren't meaningful for these tags
2126
2132
  EncodingProcess => {
2127
2133
  PrintHex => 1,
2128
2134
  PrintConv => {
@@ -2261,7 +2267,7 @@ my %systemTagsNotes = (
2261
2267
  GROUPS => { 0 => 'Composite', 1 => 'Composite' },
2262
2268
  TABLE_NAME => 'Image::ExifTool::Composite',
2263
2269
  SHORT_NAME => 'Composite',
2264
- VARS => { NO_ID => 1 }, # want empty tagID's for Composite tags
2270
+ VARS => { ID_FMT => 'none' }, # want empty tagID's for Composite tags
2265
2271
  WRITE_PROC => \&DummyWriteProc,
2266
2272
  );
2267
2273
 
@@ -5523,23 +5529,31 @@ sub AddCleanup($)
5523
5529
  #------------------------------------------------------------------------------
5524
5530
  # Add warning tag
5525
5531
  # Inputs: 0) ExifTool object reference, 1) warning message
5526
- # 2) true if minor (2 if behaviour changes when warning is ignored,
5527
- # or 3 if warning shouldn't be issued when Validate option is used)
5532
+ # 2) 0=normal warning, 1=minor, 2=minor with behavioural change when
5533
+ # ignored, 3=warning shouldn't be issued with Validate option,
5534
+ # bit 0x04 set causes warning count to not be incremented
5528
5535
  # Returns: true if warning tag was added
5529
5536
  sub Warn($$;$)
5530
5537
  {
5531
5538
  my ($self, $str, $ignorable) = @_;
5532
5539
  my $noWarn = $$self{OPTIONS}{NoWarning};
5533
- if ($ignorable) {
5540
+ my $noCount;
5541
+ while ($ignorable) {
5542
+ if ($ignorable & 0x04) {
5543
+ $noCount = 1;
5544
+ $ignorable &= 0x03 or last;
5545
+ }
5546
+ my $ignorable = $ignorable & 0x03;
5534
5547
  return 0 if $$self{OPTIONS}{IgnoreMinorErrors};
5535
5548
  return 0 if $ignorable eq '3' and $$self{OPTIONS}{Validate};
5536
5549
  return 1 if defined $noWarn and eval { $str =~ /$noWarn/ };
5537
5550
  $str = $ignorable eq '2' ? "[Minor] $str" : "[minor] $str";
5551
+ last;
5538
5552
  }
5539
5553
  unless (defined $noWarn and eval { $str =~ /$noWarn/ }) {
5540
5554
  # add each warning only once but count number of occurrences
5541
5555
  if ($$self{WAS_WARNED}{$str}) {
5542
- ++$$self{WAS_WARNED}{$str};
5556
+ ++$$self{WAS_WARNED}{$str} unless $noCount;
5543
5557
  } else {
5544
5558
  $self->FoundTag('Warning', $str);
5545
5559
  $$self{WAS_WARNED}{$str} = 1;
@@ -9575,6 +9589,7 @@ sub DoEscape($$)
9575
9589
  sub SetFileType($;$$$)
9576
9590
  {
9577
9591
  my ($self, $fileType, $mimeType, $normExt) = @_;
9592
+ # use only the first FileType set if called again for the main document
9578
9593
  unless ($$self{FileType} and not $$self{DOC_NUM}) {
9579
9594
  my $baseType = $$self{FILE_TYPE};
9580
9595
  my $ext = $$self{FILE_EXT};
@@ -54,62 +54,62 @@ Image::ExifTool - Read and write meta information
54
54
  =head1 DESCRIPTION
55
55
 
56
56
  Reads and writes meta information in a wide variety of files, including the
57
- maker notes of many digital cameras by various manufacturers such as Canon,
58
- Casio, DJI, FLIR, FujiFilm, GE, GoPro, HP, JVC/Victor, Kodak, Leaf,
59
- Minolta/Konica-Minolta, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica,
60
- Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and
61
- Sony.
57
+ maker notes of many digital cameras by various manufacturers such as Apple,
58
+ Canon, Casio, DJI, FLIR, FujiFilm, GE, Google, GoPro, HP, JVC/Victor, Kodak,
59
+ Leaf, Minolta/Konica-Minolta, Nikon, Nintendo, Olympus/Epson,
60
+ Panasonic/Leica, Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo,
61
+ Sigma/Foveon and Sony.
62
62
 
63
63
  Below is a list of file types and meta information formats currently
64
64
  supported by ExifTool (r = read, w = write, c = create):
65
65
 
66
66
  File Types
67
67
  ------------+-------------+-------------+-------------+------------
68
- 360 r/w | DPX r | JNG r/w | ODP r | RSRC r
69
- 3FR r | DR4 r/w/c | JP2 r/w | ODS r | RTF r
70
- 3G2 r/w | DSS r | JPEG r/w | ODT r | RW2 r/w
71
- 3GP r/w | DV r | JSON r | OFR r | RWL r/w
72
- 7Z r | DVB r/w | JXL r/w | OGG r | RWZ r
73
- A r | DVR-MS r | K25 r | OGV r | RM r
74
- AA r | DYLIB r | KDC r | ONP r | SEQ r
75
- AAC r | EIP r | KEY r | OPUS r | SKETCH r
76
- AAE r | EPS r/w | LA r | ORF r/w | SO r
77
- AAX r/w | EPUB r | LFP r | ORI r/w | SR2 r/w
78
- ACR r | ERF r/w | LIF r | OTF r | SRF r
79
- AFM r | EXE r | LNK r | PAC r | SRW r/w
80
- AI r/w | EXIF r/w/c | LRV r/w | PAGES r | SVG r
81
- AIFF r | EXR r | M2TS r | PBM r/w | SWF r
82
- APE r | EXV r/w/c | M4A/V r/w | PCAP r | THM r/w
83
- ARQ r/w | F4A/V r/w | MACOS r | PCAPNG r | TIFF r/w
84
- ARW r/w | FFF r/w | MAX r | PCD r | TNEF r
85
- ASF r | FITS r | MEF r/w | PCX r | TORRENT r
86
- AVI r | FLA r | MIE r/w/c | PDB r | TTC r
87
- AVIF r/w | FLAC r | MIFF r | PDF r/w | TTF r
88
- AZW r | FLIF r/w | MKA r | PEF r/w | TXT r
89
- BMP r | FLV r | MKS r | PFA r | VCF r
90
- BPG r | FPF r | MKV r | PFB r | VNT r
91
- BTF r | FPX r | MNG r/w | PFM r | VRD r/w/c
92
- C2PA r | GIF r/w | MOBI r | PGF r | VSD r
93
- CHM r | GLV r/w | MODD r | PGM r/w | WAV r
94
- COS r | GPR r/w | MOI r | PLIST r | WDP r/w
95
- CR2 r/w | GZ r | MOS r/w | PICT r | WEBP r/w
96
- CR3 r/w | HDP r/w | MOV r/w | PMP r | WEBM r
97
- CRM r/w | HDR r | MP3 r | PNG r/w | WMA r
98
- CRW r/w | HEIC r/w | MP4 r/w | PPM r/w | WMV r
99
- CS1 r/w | HEIF r/w | MPC r | PPT r | WPG r
100
- CSV r | HTML r | MPG r | PPTX r | WTV r
101
- CUR r | ICC r/w/c | MPO r/w | PS r/w | WV r
102
- CZI r | ICO r | MQV r/w | PSB r/w | X3F r/w
103
- DCM r | ICS r | MRC r | PSD r/w | XCF r
104
- DCP r/w | IDML r | MRW r/w | PSP r | XISF r
105
- DCR r | IIQ r/w | MXF r | QTIF r/w | XLS r
106
- DFONT r | IND r/w | NEF r/w | R3D r | XLSX r
107
- DIVX r | INSP r/w | NKA r | RA r | XMP r/w/c
108
- DJVU r | INSV r | NKSC r/w | RAF r/w | ZIP r
109
- DLL r | INX r | NRW r/w | RAM r |
110
- DNG r/w | ISO r | NUMBERS r | RAR r |
111
- DOC r | ITC r | NXD r | RAW r/w |
112
- DOCX r | J2C r | O r | RIFF r |
68
+ 360 r/w | DPX r | J2C r | O r | RIFF r
69
+ 3FR r | DR4 r/w/c | JNG r/w | ODP r | RSRC r
70
+ 3G2 r/w | DSF r | JP2 r/w | ODS r | RTF r
71
+ 3GP r/w | DSS r | JPEG r/w | ODT r | RW2 r/w
72
+ 7Z r | DV r | JSON r | OFR r | RWL r/w
73
+ A r | DVB r/w | JXL r/w | OGG r | RWZ r
74
+ AA r | DVR-MS r | K25 r | OGV r | RM r
75
+ AAC r | DYLIB r | KDC r | ONP r | SEQ r
76
+ AAE r | EIP r | KEY r | OPUS r | SKETCH r
77
+ AAX r/w | EPS r/w | LA r | ORF r/w | SO r
78
+ ACR r | EPUB r | LFP r | ORI r/w | SR2 r/w
79
+ AFM r | ERF r/w | LIF r | OTF r | SRF r
80
+ AI r/w | EXE r | LNK r | PAC r | SRW r/w
81
+ AIFF r | EXIF r/w/c | LRV r/w | PAGES r | SVG r
82
+ APE r | EXR r | M2TS r | PBM r/w | SWF r
83
+ ARQ r/w | EXV r/w/c | M4A/V r/w | PCAP r | THM r/w
84
+ ARW r/w | F4A/V r/w | MACOS r | PCAPNG r | TIFF r/w
85
+ ASF r | FFF r/w | MAX r | PCD r | TNEF r
86
+ AVI r | FITS r | MEF r/w | PCX r | TORRENT r
87
+ AVIF r/w | FLA r | MIE r/w/c | PDB r | TTC r
88
+ AZW r | FLAC r | MIFF r | PDF r/w | TTF r
89
+ BMP r | FLIF r/w | MKA r | PEF r/w | TXT r
90
+ BPG r | FLV r | MKS r | PFA r | VCF r
91
+ BTF r | FPF r | MKV r | PFB r | VNT r
92
+ C2PA r | FPX r | MNG r/w | PFM r | VRD r/w/c
93
+ CHM r | GIF r/w | MOBI r | PGF r | VSD r
94
+ COS r | GLV r/w | MODD r | PGM r/w | WAV r
95
+ CR2 r/w | GPR r/w | MOI r | PLIST r | WDP r/w
96
+ CR3 r/w | GZ r | MOS r/w | PICT r | WEBP r/w
97
+ CRM r/w | HDP r/w | MOV r/w | PMP r | WEBM r
98
+ CRW r/w | HDR r | MP3 r | PNG r/w | WMA r
99
+ CS1 r/w | HEIC r/w | MP4 r/w | PPM r/w | WMV r
100
+ CSV r | HEIF r/w | MPC r | PPT r | WPG r
101
+ CUR r | HTML r | MPG r | PPTX r | WTV r
102
+ CZI r | ICC r/w/c | MPO r/w | PS r/w | WV r
103
+ DCM r | ICO r | MQV r/w | PSB r/w | X3F r/w
104
+ DCP r/w | ICS r | MRC r | PSD r/w | XCF r
105
+ DCR r | IDML r | MRW r/w | PSP r | XISF r
106
+ DFONT r | IIQ r/w | MXF r | QTIF r/w | XLS r
107
+ DIVX r | IND r/w | NEF r/w | R3D r | XLSX r
108
+ DJVU r | INSP r/w | NKA r | RA r | XMP r/w/c
109
+ DLL r | INSV r | NKSC r/w | RAF r/w | ZIP r
110
+ DNG r/w | INX r | NRW r/w | RAM r |
111
+ DOC r | ISO r | NUMBERS r | RAR r |
112
+ DOCX r | ITC r | NXD r | RAW r/w |
113
113
 
114
114
  Meta Information
115
115
  ----------------------+----------------------+---------------------
@@ -1082,13 +1082,14 @@ name documentation. Default is undef.
1082
1082
 
1083
1083
  =item RequestTags
1084
1084
 
1085
- List of additional tag and/or group names to request in the next call to
1085
+ List of additional tag and/or group names to request in subsequent calls to
1086
1086
  L</ExtractInfo>. This option is useful only for tags/groups which aren't
1087
- extracted unless specifically requested. Value may be a list reference, a
1088
- delimited string of names (any delimiter is allowed), or undef to clear the
1089
- current RequestTags list. Groups are requested by adding a colon after the
1090
- name (eg. "MacOS:"). Names are converted to lower case as they are added to
1091
- the list. Default is undef.
1087
+ extracted unless specifically requested, or if L</IgnoreTags> is set to
1088
+ "All". Value may be a list reference, a delimited string of names (any
1089
+ delimiter is allowed), or undef to clear the current RequestTags list.
1090
+ Groups are requested by adding a colon after the name (eg. "MacOS:"). Names
1091
+ are converted to lower case as they are added to the list. Default is
1092
+ undef.
1092
1093
 
1093
1094
  =item SaveBin
1094
1095
 
@@ -2298,14 +2299,14 @@ identical group names unless the family string begins with a colon.
2298
2299
  The group family numbers are currently available:
2299
2300
 
2300
2301
  0) Information Type (eg. EXIF, XMP, IPTC)
2301
- 1) Specific Location (eg. IFD0, XMP-dc)
2302
+ 1) Specific Location (eg. IFD0, ExifIFD, XMP-dc)
2302
2303
  2) Category (eg. Author, Time)
2303
2304
  3) Document Number (eg. Main, Doc1, Doc3-2)
2304
- 4) Instance Number (eg. Copy1, Copy2, Copy3...)
2305
+ 4) Instance Number (eg. Copy1, Copy2, Copy3)
2305
2306
  5) Metadata Path (eg. JPEG-APP1-IFD0-ExifIFD)
2306
2307
  6) EXIF/TIFF Format (eg. int8u, int32u, undef, string)
2307
2308
  7) Tag ID (eg. ID-271, ID-rights, ID-a9aut)
2308
- 8) Alternate File Number (eg. File1, File2, File3...)
2309
+ 8) Alternate File Number (eg. File1, File2, File3)
2309
2310
 
2310
2311
  Families 0 and 1 are based on the file structure, and are similar except
2311
2312
  that family 1 is more specific and sub-divides some groups to give more
@@ -63,51 +63,51 @@ DESCRIPTION
63
63
 
64
64
  File Types
65
65
  ------------+-------------+-------------+-------------+------------
66
- 360 r/w | DPX r | JNG r/w | ODP r | RSRC r
67
- 3FR r | DR4 r/w/c | JP2 r/w | ODS r | RTF r
68
- 3G2 r/w | DSS r | JPEG r/w | ODT r | RW2 r/w
69
- 3GP r/w | DV r | JSON r | OFR r | RWL r/w
70
- 7Z r | DVB r/w | JXL r/w | OGG r | RWZ r
71
- A r | DVR-MS r | K25 r | OGV r | RM r
72
- AA r | DYLIB r | KDC r | ONP r | SEQ r
73
- AAC r | EIP r | KEY r | OPUS r | SKETCH r
74
- AAE r | EPS r/w | LA r | ORF r/w | SO r
75
- AAX r/w | EPUB r | LFP r | ORI r/w | SR2 r/w
76
- ACR r | ERF r/w | LIF r | OTF r | SRF r
77
- AFM r | EXE r | LNK r | PAC r | SRW r/w
78
- AI r/w | EXIF r/w/c | LRV r/w | PAGES r | SVG r
79
- AIFF r | EXR r | M2TS r | PBM r/w | SWF r
80
- APE r | EXV r/w/c | M4A/V r/w | PCAP r | THM r/w
81
- ARQ r/w | F4A/V r/w | MACOS r | PCAPNG r | TIFF r/w
82
- ARW r/w | FFF r/w | MAX r | PCD r | TNEF r
83
- ASF r | FITS r | MEF r/w | PCX r | TORRENT r
84
- AVI r | FLA r | MIE r/w/c | PDB r | TTC r
85
- AVIF r/w | FLAC r | MIFF r | PDF r/w | TTF r
86
- AZW r | FLIF r/w | MKA r | PEF r/w | TXT r
87
- BMP r | FLV r | MKS r | PFA r | VCF r
88
- BPG r | FPF r | MKV r | PFB r | VNT r
89
- BTF r | FPX r | MNG r/w | PFM r | VRD r/w/c
90
- C2PA r | GIF r/w | MOBI r | PGF r | VSD r
91
- CHM r | GLV r/w | MODD r | PGM r/w | WAV r
92
- COS r | GPR r/w | MOI r | PLIST r | WDP r/w
93
- CR2 r/w | GZ r | MOS r/w | PICT r | WEBP r/w
94
- CR3 r/w | HDP r/w | MOV r/w | PMP r | WEBM r
95
- CRM r/w | HDR r | MP3 r | PNG r/w | WMA r
96
- CRW r/w | HEIC r/w | MP4 r/w | PPM r/w | WMV r
97
- CS1 r/w | HEIF r/w | MPC r | PPT r | WPG r
98
- CSV r | HTML r | MPG r | PPTX r | WTV r
99
- CUR r | ICC r/w/c | MPO r/w | PS r/w | WV r
100
- CZI r | ICO r | MQV r/w | PSB r/w | X3F r/w
101
- DCM r | ICS r | MRC r | PSD r/w | XCF r
102
- DCP r/w | IDML r | MRW r/w | PSP r | XISF r
103
- DCR r | IIQ r/w | MXF r | QTIF r/w | XLS r
104
- DFONT r | IND r/w | NEF r/w | R3D r | XLSX r
105
- DIVX r | INSP r/w | NKA r | RA r | XMP r/w/c
106
- DJVU r | INSV r | NKSC r/w | RAF r/w | ZIP r
107
- DLL r | INX r | NRW r/w | RAM r |
108
- DNG r/w | ISO r | NUMBERS r | RAR r |
109
- DOC r | ITC r | NXD r | RAW r/w |
110
- DOCX r | J2C r | O r | RIFF r |
66
+ 360 r/w | DPX r | J2C r | O r | RIFF r
67
+ 3FR r | DR4 r/w/c | JNG r/w | ODP r | RSRC r
68
+ 3G2 r/w | DSF r | JP2 r/w | ODS r | RTF r
69
+ 3GP r/w | DSS r | JPEG r/w | ODT r | RW2 r/w
70
+ 7Z r | DV r | JSON r | OFR r | RWL r/w
71
+ A r | DVB r/w | JXL r/w | OGG r | RWZ r
72
+ AA r | DVR-MS r | K25 r | OGV r | RM r
73
+ AAC r | DYLIB r | KDC r | ONP r | SEQ r
74
+ AAE r | EIP r | KEY r | OPUS r | SKETCH r
75
+ AAX r/w | EPS r/w | LA r | ORF r/w | SO r
76
+ ACR r | EPUB r | LFP r | ORI r/w | SR2 r/w
77
+ AFM r | ERF r/w | LIF r | OTF r | SRF r
78
+ AI r/w | EXE r | LNK r | PAC r | SRW r/w
79
+ AIFF r | EXIF r/w/c | LRV r/w | PAGES r | SVG r
80
+ APE r | EXR r | M2TS r | PBM r/w | SWF r
81
+ ARQ r/w | EXV r/w/c | M4A/V r/w | PCAP r | THM r/w
82
+ ARW r/w | F4A/V r/w | MACOS r | PCAPNG r | TIFF r/w
83
+ ASF r | FFF r/w | MAX r | PCD r | TNEF r
84
+ AVI r | FITS r | MEF r/w | PCX r | TORRENT r
85
+ AVIF r/w | FLA r | MIE r/w/c | PDB r | TTC r
86
+ AZW r | FLAC r | MIFF r | PDF r/w | TTF r
87
+ BMP r | FLIF r/w | MKA r | PEF r/w | TXT r
88
+ BPG r | FLV r | MKS r | PFA r | VCF r
89
+ BTF r | FPF r | MKV r | PFB r | VNT r
90
+ C2PA r | FPX r | MNG r/w | PFM r | VRD r/w/c
91
+ CHM r | GIF r/w | MOBI r | PGF r | VSD r
92
+ COS r | GLV r/w | MODD r | PGM r/w | WAV r
93
+ CR2 r/w | GPR r/w | MOI r | PLIST r | WDP r/w
94
+ CR3 r/w | GZ r | MOS r/w | PICT r | WEBP r/w
95
+ CRM r/w | HDP r/w | MOV r/w | PMP r | WEBM r
96
+ CRW r/w | HDR r | MP3 r | PNG r/w | WMA r
97
+ CS1 r/w | HEIC r/w | MP4 r/w | PPM r/w | WMV r
98
+ CSV r | HEIF r/w | MPC r | PPT r | WPG r
99
+ CUR r | HTML r | MPG r | PPTX r | WTV r
100
+ CZI r | ICC r/w/c | MPO r/w | PS r/w | WV r
101
+ DCM r | ICO r | MQV r/w | PSB r/w | X3F r/w
102
+ DCP r/w | ICS r | MRC r | PSD r/w | XCF r
103
+ DCR r | IDML r | MRW r/w | PSP r | XISF r
104
+ DFONT r | IIQ r/w | MXF r | QTIF r/w | XLS r
105
+ DIVX r | IND r/w | NEF r/w | R3D r | XLSX r
106
+ DJVU r | INSP r/w | NKA r | RA r | XMP r/w/c
107
+ DLL r | INSV r | NKSC r/w | RAF r/w | ZIP r
108
+ DNG r/w | INX r | NRW r/w | RAM r |
109
+ DOC r | ISO r | NUMBERS r | RAR r |
110
+ DOCX r | ITC r | NXD r | RAW r/w |
111
111
 
112
112
  Meta Information
113
113
  ----------------------+----------------------+---------------------
@@ -714,11 +714,13 @@ OPTIONS
714
714
  names) for each column of the file, and values must be separated by
715
715
  commas. A special "SourceFile" column specifies the files
716
716
  associated with each row of information (and a SourceFile of "*"
717
- may be used to define default tags to be imported for all files
718
- which are combined with any tags specified for the specific
719
- SourceFile processed). The -csvDelim option may be used to change
720
- the input/output field delimiter if something other than a comma is
721
- required.
717
+ may be used to define default tags to be imported for all files,
718
+ which are then combined with any tags specified for the specific
719
+ SourceFile processed). To be clear, the imported CSV file acts as a
720
+ lookup table to obtain the tags for import based on the
721
+ files/directories and tags specified on the command line. The
722
+ -csvDelim option may be used to change the input/output field
723
+ delimiter if something other than a comma is required.
722
724
 
723
725
  The following examples demonstrate basic use of the -csv option:
724
726
 
@@ -921,19 +923,19 @@ OPTIONS
921
923
 
922
924
  exiftool -j -api structformat=jsonq -sep ", " ...
923
925
 
924
- If *JSONFILE* is specified, the file is imported and the tag
925
- definitions from the file are used to set tag values on a per-file
926
- basis. The special "SourceFile" entry in each JSON object
927
- associates the information with a specific target file. An object
928
- with a missing SourceFile or a SourceFile of "*" defines default
929
- tags for all target files which are combined with any tags
930
- specified for the specific SourceFile processed. The imported JSON
931
- file must have the same format as the exported JSON files with the
932
- exception that options exporting JSON objects instead of simple
933
- values are not compatible with the import file format (ie. export
934
- with -D, -H, -l, or -T is not compatible, and use -G instead of
935
- -g). Additionally, tag names in the input JSON file may be suffixed
936
- with a "#" to disable print conversion.
926
+ If *JSONFILE* is specified, the JSON file is imported and the tag
927
+ definitions from the JSON are used to set tag values on a per-file
928
+ basis for each file specified on the command line. A special
929
+ "SourceFile" entry in each JSON object associates the information
930
+ with a specific target file. An object with a missing SourceFile or
931
+ a SourceFile of "*" defines default tags for all target files which
932
+ are combined with any tags specified for the specific SourceFile
933
+ processed. The imported JSON file must have the same format as the
934
+ exported JSON files with the exception that options exporting JSON
935
+ objects instead of simple values are not compatible with the import
936
+ file format (ie. export with -D, -H, -l, or -T is not compatible,
937
+ and use -G instead of -g). Additionally, tag names in the input
938
+ JSON file may be suffixed with a "#" to disable print conversion.
937
939
 
938
940
  Specific tags may be imported from the JSON database by adding
939
941
  -*TAG* options to the command, or excluded with --*TAG*, with
@@ -1085,7 +1087,7 @@ OPTIONS
1085
1087
 
1086
1088
  produces output like this:
1087
1089
 
1088
- -- Generated by ExifTool 13.36 --
1090
+ -- Generated by ExifTool 13.38 --
1089
1091
  File: a.jpg - 2003:10:31 15:44:19
1090
1092
  (f/5.6, 1/60s, ISO 100)
1091
1093
  File: b.jpg - 2006:05:23 11:57:38
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exiftool-vendored.exe",
3
- "version": "13.36.0",
3
+ "version": "13.38.0",
4
4
  "description": "Vendored win32 ExifTool for Node.js",
5
5
  "main": "./index.js",
6
6
  "homepage": "https://github.com/photostructure/exiftool-vendored.exe#readme",
@@ -50,11 +50,11 @@
50
50
  }
51
51
  },
52
52
  "devDependencies": {
53
- "axios": "^1.11.0",
54
53
  "mocha": "^11.7.2",
54
+ "npm-check-updates": "^18.2.1",
55
55
  "npm-run-all": "4.1.5",
56
56
  "prettier": "^3.6.2",
57
- "release-it": "^19.0.4",
57
+ "release-it": "^19.0.5",
58
58
  "extract-zip": "^2.0.1",
59
59
  "xml2js": "^0.6.2"
60
60
  }