exiftool-vendored.exe 12.38.0 → 12.41.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 (201) hide show
  1. package/LICENSE +254 -247
  2. package/bin/exiftool_files/Changes +62 -0
  3. package/bin/exiftool_files/README +45 -45
  4. package/bin/exiftool_files/arg_files/exif2xmp.args +5 -0
  5. package/bin/exiftool_files/arg_files/xmp2exif.args +6 -0
  6. package/bin/exiftool_files/config_files/acdsee.config +6 -6
  7. package/bin/exiftool_files/config_files/photoshop_paths.config +30 -7
  8. package/bin/exiftool_files/config_files/picasa_faces.config +1 -1
  9. package/bin/exiftool_files/config_files/pix4d.config +2 -2
  10. package/bin/exiftool_files/config_files/tiff_version.config +2 -2
  11. package/bin/exiftool_files/exiftool.pl +97 -65
  12. package/bin/exiftool_files/lib/File/RandomAccess.pm +1 -1
  13. package/bin/exiftool_files/lib/File/RandomAccess.pod +2 -2
  14. package/bin/exiftool_files/lib/Image/ExifTool/AES.pm +1 -1
  15. package/bin/exiftool_files/lib/Image/ExifTool/AFCP.pm +1 -1
  16. package/bin/exiftool_files/lib/Image/ExifTool/AIFF.pm +1 -1
  17. package/bin/exiftool_files/lib/Image/ExifTool/APE.pm +1 -1
  18. package/bin/exiftool_files/lib/Image/ExifTool/APP12.pm +1 -1
  19. package/bin/exiftool_files/lib/Image/ExifTool/ASF.pm +1 -1
  20. package/bin/exiftool_files/lib/Image/ExifTool/Apple.pm +1 -1
  21. package/bin/exiftool_files/lib/Image/ExifTool/Audible.pm +1 -1
  22. package/bin/exiftool_files/lib/Image/ExifTool/BMP.pm +1 -1
  23. package/bin/exiftool_files/lib/Image/ExifTool/BPG.pm +1 -1
  24. package/bin/exiftool_files/lib/Image/ExifTool/BZZ.pm +1 -1
  25. package/bin/exiftool_files/lib/Image/ExifTool/BigTIFF.pm +1 -1
  26. package/bin/exiftool_files/lib/Image/ExifTool/BuildTagLookup.pm +6 -4
  27. package/bin/exiftool_files/lib/Image/ExifTool/CBOR.pm +1 -1
  28. package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +79 -5
  29. package/bin/exiftool_files/lib/Image/ExifTool/CanonCustom.pm +1 -1
  30. package/bin/exiftool_files/lib/Image/ExifTool/CanonRaw.pm +1 -1
  31. package/bin/exiftool_files/lib/Image/ExifTool/CanonVRD.pm +1 -1
  32. package/bin/exiftool_files/lib/Image/ExifTool/CaptureOne.pm +1 -1
  33. package/bin/exiftool_files/lib/Image/ExifTool/Casio.pm +1 -1
  34. package/bin/exiftool_files/lib/Image/ExifTool/Charset.pm +1 -1
  35. package/bin/exiftool_files/lib/Image/ExifTool/DICOM.pm +1 -1
  36. package/bin/exiftool_files/lib/Image/ExifTool/DJI.pm +1 -1
  37. package/bin/exiftool_files/lib/Image/ExifTool/DNG.pm +1 -1
  38. package/bin/exiftool_files/lib/Image/ExifTool/DPX.pm +1 -1
  39. package/bin/exiftool_files/lib/Image/ExifTool/DV.pm +1 -1
  40. package/bin/exiftool_files/lib/Image/ExifTool/DarwinCore.pm +1 -1
  41. package/bin/exiftool_files/lib/Image/ExifTool/DjVu.pm +1 -1
  42. package/bin/exiftool_files/lib/Image/ExifTool/EXE.pm +1 -1
  43. package/bin/exiftool_files/lib/Image/ExifTool/Exif.pm +53 -21
  44. package/bin/exiftool_files/lib/Image/ExifTool/FITS.pm +1 -1
  45. package/bin/exiftool_files/lib/Image/ExifTool/FLAC.pm +1 -1
  46. package/bin/exiftool_files/lib/Image/ExifTool/FLIF.pm +1 -1
  47. package/bin/exiftool_files/lib/Image/ExifTool/FLIR.pm +16 -4
  48. package/bin/exiftool_files/lib/Image/ExifTool/Fixup.pm +1 -1
  49. package/bin/exiftool_files/lib/Image/ExifTool/Flash.pm +1 -1
  50. package/bin/exiftool_files/lib/Image/ExifTool/FlashPix.pm +1 -1
  51. package/bin/exiftool_files/lib/Image/ExifTool/Font.pm +1 -1
  52. package/bin/exiftool_files/lib/Image/ExifTool/FotoStation.pm +1 -1
  53. package/bin/exiftool_files/lib/Image/ExifTool/FujiFilm.pm +1 -1
  54. package/bin/exiftool_files/lib/Image/ExifTool/GE.pm +1 -1
  55. package/bin/exiftool_files/lib/Image/ExifTool/GIF.pm +1 -1
  56. package/bin/exiftool_files/lib/Image/ExifTool/GIMP.pm +1 -1
  57. package/bin/exiftool_files/lib/Image/ExifTool/GPS.pm +1 -1
  58. package/bin/exiftool_files/lib/Image/ExifTool/GeoTiff.pm +1 -1
  59. package/bin/exiftool_files/lib/Image/ExifTool/Geotag.pm +4 -3
  60. package/bin/exiftool_files/lib/Image/ExifTool/GoPro.pm +1 -1
  61. package/bin/exiftool_files/lib/Image/ExifTool/H264.pm +1 -1
  62. package/bin/exiftool_files/lib/Image/ExifTool/HP.pm +1 -1
  63. package/bin/exiftool_files/lib/Image/ExifTool/HTML.pm +1 -1
  64. package/bin/exiftool_files/lib/Image/ExifTool/HtmlDump.pm +1 -1
  65. package/bin/exiftool_files/lib/Image/ExifTool/ICC_Profile.pm +1 -1
  66. package/bin/exiftool_files/lib/Image/ExifTool/ID3.pm +1 -1
  67. package/bin/exiftool_files/lib/Image/ExifTool/IPTC.pm +1 -1
  68. package/bin/exiftool_files/lib/Image/ExifTool/ISO.pm +1 -1
  69. package/bin/exiftool_files/lib/Image/ExifTool/ITC.pm +1 -1
  70. package/bin/exiftool_files/lib/Image/ExifTool/Import.pm +1 -1
  71. package/bin/exiftool_files/lib/Image/ExifTool/InDesign.pm +1 -1
  72. package/bin/exiftool_files/lib/Image/ExifTool/JPEG.pm +6 -2
  73. package/bin/exiftool_files/lib/Image/ExifTool/JPEGDigest.pm +1 -1
  74. package/bin/exiftool_files/lib/Image/ExifTool/JSON.pm +1 -1
  75. package/bin/exiftool_files/lib/Image/ExifTool/JVC.pm +1 -1
  76. package/bin/exiftool_files/lib/Image/ExifTool/Jpeg2000.pm +1 -1
  77. package/bin/exiftool_files/lib/Image/ExifTool/Kodak.pm +1 -1
  78. package/bin/exiftool_files/lib/Image/ExifTool/KyoceraRaw.pm +1 -1
  79. package/bin/exiftool_files/lib/Image/ExifTool/LIF.pm +1 -1
  80. package/bin/exiftool_files/lib/Image/ExifTool/LNK.pm +1 -1
  81. package/bin/exiftool_files/lib/Image/ExifTool/Lang/cs.pm +1 -1
  82. package/bin/exiftool_files/lib/Image/ExifTool/Lang/de.pm +1 -1
  83. package/bin/exiftool_files/lib/Image/ExifTool/Lang/en_ca.pm +1 -1
  84. package/bin/exiftool_files/lib/Image/ExifTool/Lang/en_gb.pm +1 -1
  85. package/bin/exiftool_files/lib/Image/ExifTool/Lang/es.pm +1 -1
  86. package/bin/exiftool_files/lib/Image/ExifTool/Lang/fi.pm +1 -1
  87. package/bin/exiftool_files/lib/Image/ExifTool/Lang/fr.pm +1 -1
  88. package/bin/exiftool_files/lib/Image/ExifTool/Lang/it.pm +1 -1
  89. package/bin/exiftool_files/lib/Image/ExifTool/Lang/ja.pm +1 -1
  90. package/bin/exiftool_files/lib/Image/ExifTool/Lang/ko.pm +1 -1
  91. package/bin/exiftool_files/lib/Image/ExifTool/Lang/nl.pm +1 -1
  92. package/bin/exiftool_files/lib/Image/ExifTool/Lang/pl.pm +1 -1
  93. package/bin/exiftool_files/lib/Image/ExifTool/Lang/ru.pm +1 -1
  94. package/bin/exiftool_files/lib/Image/ExifTool/Lang/sv.pm +1 -1
  95. package/bin/exiftool_files/lib/Image/ExifTool/Lang/tr.pm +1 -1
  96. package/bin/exiftool_files/lib/Image/ExifTool/Lang/zh_cn.pm +1 -1
  97. package/bin/exiftool_files/lib/Image/ExifTool/Lang/zh_tw.pm +1 -1
  98. package/bin/exiftool_files/lib/Image/ExifTool/Leaf.pm +1 -1
  99. package/bin/exiftool_files/lib/Image/ExifTool/Lytro.pm +1 -1
  100. package/bin/exiftool_files/lib/Image/ExifTool/M2TS.pm +1 -1
  101. package/bin/exiftool_files/lib/Image/ExifTool/MIE.pm +1 -1
  102. package/bin/exiftool_files/lib/Image/ExifTool/MIEUnits.pod +1 -1
  103. package/bin/exiftool_files/lib/Image/ExifTool/MIFF.pm +1 -1
  104. package/bin/exiftool_files/lib/Image/ExifTool/MNG.pm +1 -1
  105. package/bin/exiftool_files/lib/Image/ExifTool/MOI.pm +1 -1
  106. package/bin/exiftool_files/lib/Image/ExifTool/MPC.pm +1 -1
  107. package/bin/exiftool_files/lib/Image/ExifTool/MPEG.pm +1 -1
  108. package/bin/exiftool_files/lib/Image/ExifTool/MPF.pm +1 -1
  109. package/bin/exiftool_files/lib/Image/ExifTool/MRC.pm +1 -1
  110. package/bin/exiftool_files/lib/Image/ExifTool/MWG.pm +1 -1
  111. package/bin/exiftool_files/lib/Image/ExifTool/MXF.pm +1 -1
  112. package/bin/exiftool_files/lib/Image/ExifTool/MacOS.pm +10 -10
  113. package/bin/exiftool_files/lib/Image/ExifTool/MakerNotes.pm +13 -2
  114. package/bin/exiftool_files/lib/Image/ExifTool/Matroska.pm +9 -5
  115. package/bin/exiftool_files/lib/Image/ExifTool/Microsoft.pm +1 -1
  116. package/bin/exiftool_files/lib/Image/ExifTool/Minolta.pm +1 -1
  117. package/bin/exiftool_files/lib/Image/ExifTool/MinoltaRaw.pm +1 -1
  118. package/bin/exiftool_files/lib/Image/ExifTool/Motorola.pm +1 -1
  119. package/bin/exiftool_files/lib/Image/ExifTool/Nikon.pm +924 -184
  120. package/bin/exiftool_files/lib/Image/ExifTool/NikonCapture.pm +1 -1
  121. package/bin/exiftool_files/lib/Image/ExifTool/NikonCustom.pm +519 -6
  122. package/bin/exiftool_files/lib/Image/ExifTool/NikonSettings.pm +17 -18
  123. package/bin/exiftool_files/lib/Image/ExifTool/Nintendo.pm +1 -1
  124. package/bin/exiftool_files/lib/Image/ExifTool/OOXML.pm +1 -1
  125. package/bin/exiftool_files/lib/Image/ExifTool/Ogg.pm +1 -1
  126. package/bin/exiftool_files/lib/Image/ExifTool/Olympus.pm +8 -7
  127. package/bin/exiftool_files/lib/Image/ExifTool/OpenEXR.pm +1 -1
  128. package/bin/exiftool_files/lib/Image/ExifTool/Opus.pm +1 -1
  129. package/bin/exiftool_files/lib/Image/ExifTool/Other.pm +1 -1
  130. package/bin/exiftool_files/lib/Image/ExifTool/PCX.pm +1 -1
  131. package/bin/exiftool_files/lib/Image/ExifTool/PDF.pm +1 -1
  132. package/bin/exiftool_files/lib/Image/ExifTool/PGF.pm +1 -1
  133. package/bin/exiftool_files/lib/Image/ExifTool/PICT.pm +1 -1
  134. package/bin/exiftool_files/lib/Image/ExifTool/PLIST.pm +1 -1
  135. package/bin/exiftool_files/lib/Image/ExifTool/PLUS.pm +1 -1
  136. package/bin/exiftool_files/lib/Image/ExifTool/PNG.pm +28 -8
  137. package/bin/exiftool_files/lib/Image/ExifTool/PPM.pm +1 -1
  138. package/bin/exiftool_files/lib/Image/ExifTool/PSP.pm +1 -1
  139. package/bin/exiftool_files/lib/Image/ExifTool/Palm.pm +1 -1
  140. package/bin/exiftool_files/lib/Image/ExifTool/Panasonic.pm +1 -1
  141. package/bin/exiftool_files/lib/Image/ExifTool/PanasonicRaw.pm +1 -1
  142. package/bin/exiftool_files/lib/Image/ExifTool/Parrot.pm +1 -1
  143. package/bin/exiftool_files/lib/Image/ExifTool/Pentax.pm +3 -2
  144. package/bin/exiftool_files/lib/Image/ExifTool/PhaseOne.pm +1 -1
  145. package/bin/exiftool_files/lib/Image/ExifTool/PhotoCD.pm +1 -1
  146. package/bin/exiftool_files/lib/Image/ExifTool/PhotoMechanic.pm +1 -1
  147. package/bin/exiftool_files/lib/Image/ExifTool/Photoshop.pm +1 -1
  148. package/bin/exiftool_files/lib/Image/ExifTool/PostScript.pm +1 -1
  149. package/bin/exiftool_files/lib/Image/ExifTool/PrintIM.pm +1 -1
  150. package/bin/exiftool_files/lib/Image/ExifTool/Qualcomm.pm +1 -1
  151. package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +10 -6
  152. package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +16 -5
  153. package/bin/exiftool_files/lib/Image/ExifTool/RIFF.pm +1 -1
  154. package/bin/exiftool_files/lib/Image/ExifTool/RSRC.pm +1 -1
  155. package/bin/exiftool_files/lib/Image/ExifTool/RTF.pm +1 -1
  156. package/bin/exiftool_files/lib/Image/ExifTool/Radiance.pm +1 -1
  157. package/bin/exiftool_files/lib/Image/ExifTool/Rawzor.pm +1 -1
  158. package/bin/exiftool_files/lib/Image/ExifTool/Real.pm +1 -1
  159. package/bin/exiftool_files/lib/Image/ExifTool/Reconyx.pm +1 -1
  160. package/bin/exiftool_files/lib/Image/ExifTool/Red.pm +1 -1
  161. package/bin/exiftool_files/lib/Image/ExifTool/Ricoh.pm +1 -1
  162. package/bin/exiftool_files/lib/Image/ExifTool/Samsung.pm +6 -2
  163. package/bin/exiftool_files/lib/Image/ExifTool/Sanyo.pm +1 -1
  164. package/bin/exiftool_files/lib/Image/ExifTool/Scalado.pm +1 -1
  165. package/bin/exiftool_files/lib/Image/ExifTool/Shift.pl +3 -1
  166. package/bin/exiftool_files/lib/Image/ExifTool/Shortcuts.pm +3 -2
  167. package/bin/exiftool_files/lib/Image/ExifTool/Sigma.pm +1 -1
  168. package/bin/exiftool_files/lib/Image/ExifTool/SigmaRaw.pm +1 -1
  169. package/bin/exiftool_files/lib/Image/ExifTool/Sony.pm +11 -5
  170. package/bin/exiftool_files/lib/Image/ExifTool/SonyIDC.pm +1 -1
  171. package/bin/exiftool_files/lib/Image/ExifTool/Stim.pm +1 -1
  172. package/bin/exiftool_files/lib/Image/ExifTool/TagInfoXML.pm +2 -2
  173. package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +6382 -6290
  174. package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +340 -21
  175. package/bin/exiftool_files/lib/Image/ExifTool/Text.pm +1 -1
  176. package/bin/exiftool_files/lib/Image/ExifTool/Theora.pm +1 -1
  177. package/bin/exiftool_files/lib/Image/ExifTool/Torrent.pm +1 -1
  178. package/bin/exiftool_files/lib/Image/ExifTool/Unknown.pm +1 -1
  179. package/bin/exiftool_files/lib/Image/ExifTool/VCard.pm +1 -1
  180. package/bin/exiftool_files/lib/Image/ExifTool/Validate.pm +1 -1
  181. package/bin/exiftool_files/lib/Image/ExifTool/Vorbis.pm +1 -1
  182. package/bin/exiftool_files/lib/Image/ExifTool/WTV.pm +1 -1
  183. package/bin/exiftool_files/lib/Image/ExifTool/WriteCanonRaw.pl +1 -1
  184. package/bin/exiftool_files/lib/Image/ExifTool/WriteExif.pl +1 -1
  185. package/bin/exiftool_files/lib/Image/ExifTool/WriteIPTC.pl +1 -1
  186. package/bin/exiftool_files/lib/Image/ExifTool/WritePDF.pl +1 -1
  187. package/bin/exiftool_files/lib/Image/ExifTool/WritePNG.pl +30 -10
  188. package/bin/exiftool_files/lib/Image/ExifTool/WritePhotoshop.pl +1 -1
  189. package/bin/exiftool_files/lib/Image/ExifTool/WritePostScript.pl +1 -1
  190. package/bin/exiftool_files/lib/Image/ExifTool/WriteQuickTime.pl +9 -4
  191. package/bin/exiftool_files/lib/Image/ExifTool/WriteXMP.pl +3 -1
  192. package/bin/exiftool_files/lib/Image/ExifTool/Writer.pl +6 -5
  193. package/bin/exiftool_files/lib/Image/ExifTool/XMP.pm +49 -23
  194. package/bin/exiftool_files/lib/Image/ExifTool/XMP2.pl +3 -2
  195. package/bin/exiftool_files/lib/Image/ExifTool/XMPStruct.pl +22 -8
  196. package/bin/exiftool_files/lib/Image/ExifTool/ZIP.pm +10 -2
  197. package/bin/exiftool_files/lib/Image/ExifTool/ZISRAW.pm +1 -1
  198. package/bin/exiftool_files/lib/Image/ExifTool/iWork.pm +1 -1
  199. package/bin/exiftool_files/lib/Image/ExifTool.pm +21 -5
  200. package/bin/exiftool_files/lib/Image/ExifTool.pod +71 -69
  201. package/package.json +14 -3
@@ -5,7 +5,7 @@
5
5
  #
6
6
  # URL: https://exiftool.org/
7
7
  #
8
- # Legal: Copyright (c) 2003-2021, Phil Harvey (philharvey66 at gmail.com)
8
+ # Legal: Copyright (c) 2003-2022, Phil Harvey (philharvey66 at gmail.com)
9
9
  # This library is free software; you can redistribute it and/or
10
10
  # modify it under the same terms as Perl itself.
11
11
  #------------------------------------------------------------------------------
@@ -65,48 +65,48 @@ supported by ExifTool (r = read, w = write, c = create):
65
65
 
66
66
  File Types
67
67
  ------------+-------------+-------------+-------------+------------
68
- 360 r/w | DR4 r/w/c | JNG r/w | ODP r | RIFF r
69
- 3FR r | DSS r | JP2 r/w | ODS r | RSRC r
70
- 3G2 r/w | DV r | JPEG r/w | ODT r | RTF r
71
- 3GP r/w | DVB r/w | JSON r | OFR r | RW2 r/w
72
- A r | DVR-MS r | JXL r | OGG r | RWL r/w
73
- AA r | DYLIB r | K25 r | OGV r | RWZ r
74
- AAE r | EIP r | KDC r | ONP r | RM r
75
- AAX r/w | EPS r/w | KEY r | OPUS r | SEQ r
76
- ACR r | EPUB r | LA r | ORF r/w | SKETCH r
77
- AFM r | ERF r/w | LFP r | ORI r/w | SO r
78
- AI r/w | EXE r | LIF r | OTF r | SR2 r/w
79
- AIFF r | EXIF r/w/c | LNK r | PAC r | SRF r
80
- APE r | EXR r | LRV r/w | PAGES r | SRW r/w
81
- ARQ r/w | EXV r/w/c | M2TS r | PBM r/w | SVG r
82
- ARW r/w | F4A/V r/w | M4A/V r/w | PCD r | SWF r
83
- ASF r | FFF r/w | MACOS r | PCX r | THM r/w
84
- AVI r | FITS r | MAX r | PDB r | TIFF r/w
85
- AVIF r/w | FLA r | MEF r/w | PDF r/w | TORRENT r
86
- AZW r | FLAC r | MIE r/w/ | PEF r/w | TTC r
87
- BMP r | FLIF r/w | MIFF r c | PFA r | TTF r
88
- BPG r | FLV r | MKA r | PFB r | TXT r
89
- BTF r | FPF r | MKS r | PFM r | VCF r
90
- CHM r | FPX r | MKV r | PGF r | VRD r/w/c
91
- COS r | GIF r/w | MNG r/w | PGM r/w | VSD r
92
- CR2 r/w | GPR r/w | MOBI r | PLIST r | WAV r
93
- CR3 r/w | GZ r | MODD r | PICT r | WDP r/w
94
- CRM r/w | HDP r/w | MOI r | PMP r | WEBP r
95
- CRW r/w | HDR r | MOS r/w | PNG r/w | WEBM r
96
- CS1 r/w | HEIC r/w | MOV r/w | PPM r/w | WMA r
97
- CSV r | HEIF r/w | MP3 r | PPT r | WMV r
98
- CZI r | HTML r | MP4 r/w | PPTX r | WTV r
99
- DCM r | ICC r/w/c | MPC r | PS r/w | WV r
100
- DCP r/w | ICS r | MPG r | PSB r/w | X3F r/w
101
- DCR r | IDML r | MPO r/w | PSD r/w | XCF r
102
- DFONT r | IIQ r/w | MQV r/w | PSP r | XLS r
103
- DIVX r | IND r/w | MRC r | QTIF r/w | XLSX r
104
- DJVU r | INSP r/w | MRW r/w | R3D r | XMP r/w/c
105
- DLL r | INSV r | MXF r | RA r | ZIP r
106
- DNG r/w | INX r | NEF r/w | RAF r/w |
107
- DOC r | ISO r | NRW r/w | RAM r |
108
- DOCX r | ITC r | NUMBERS r | RAR r |
109
- DPX r | J2C r | O r | RAW r/w |
68
+ 360 r/w | DR4 r/w/c | JNG r/w | O r | RAW r/w
69
+ 3FR r | DSS r | JP2 r/w | ODP r | RIFF r
70
+ 3G2 r/w | DV r | JPEG r/w | ODS r | RSRC r
71
+ 3GP r/w | DVB r/w | JSON r | ODT r | RTF r
72
+ A r | DVR-MS r | JXL r | OFR r | RW2 r/w
73
+ AA r | DYLIB r | K25 r | OGG r | RWL r/w
74
+ AAE r | EIP r | KDC r | OGV r | RWZ r
75
+ AAX r/w | EPS r/w | KEY r | ONP r | RM r
76
+ ACR r | EPUB r | LA r | OPUS r | SEQ r
77
+ AFM r | ERF r/w | LFP r | ORF r/w | SKETCH r
78
+ AI r/w | EXE r | LIF r | ORI r/w | SO r
79
+ AIFF r | EXIF r/w/c | LNK r | OTF r | SR2 r/w
80
+ APE r | EXR r | LRV r/w | PAC r | SRF r
81
+ ARQ r/w | EXV r/w/c | M2TS r | PAGES r | SRW r/w
82
+ ARW r/w | F4A/V r/w | M4A/V r/w | PBM r/w | SVG r
83
+ ASF r | FFF r/w | MACOS r | PCD r | SWF r
84
+ AVI r | FITS r | MAX r | PCX r | THM r/w
85
+ AVIF r/w | FLA r | MEF r/w | PDB r | TIFF r/w
86
+ AZW r | FLAC r | MIE r/w/ | PDF r/w | TORRENT r
87
+ BMP r | FLIF r/w | MIFF r c | PEF r/w | TTC r
88
+ BPG r | FLV r | MKA r | PFA r | TTF r
89
+ BTF r | FPF r | MKS r | PFB r | TXT r
90
+ CHM r | FPX r | MKV r | PFM r | VCF r
91
+ COS r | GIF r/w | MNG r/w | PGF r | VRD r/w/c
92
+ CR2 r/w | GPR r/w | MOBI r | PGM r/w | VSD r
93
+ CR3 r/w | GZ r | MODD r | PLIST r | WAV r
94
+ CRM r/w | HDP r/w | MOI r | PICT r | WDP r/w
95
+ CRW r/w | HDR r | MOS r/w | PMP r | WEBP r
96
+ CS1 r/w | HEIC r/w | MOV r/w | PNG r/w | WEBM r
97
+ CSV r | HEIF r/w | MP3 r | PPM r/w | WMA r
98
+ CZI r | HTML r | MP4 r/w | PPT r | WMV r
99
+ DCM r | ICC r/w/c | MPC r | PPTX r | WTV r
100
+ DCP r/w | ICS r | MPG r | PS r/w | WV r
101
+ DCR r | IDML r | MPO r/w | PSB r/w | X3F r/w
102
+ DFONT r | IIQ r/w | MQV r/w | PSD r/w | XCF r
103
+ DIVX r | IND r/w | MRC r | PSP r | XLS r
104
+ DJVU r | INSP r/w | MRW r/w | QTIF r/w | XLSX r
105
+ DLL r | INSV r | MXF r | R3D r | XMP r/w/c
106
+ DNG r/w | INX r | NEF r/w | RA r | ZIP r
107
+ DOC r | ISO r | NKSC r/w | RAF r/w |
108
+ DOCX r | ITC r | NRW r/w | RAM r |
109
+ DPX r | J2C r | NUMBERS r | RAR r |
110
110
 
111
111
  Meta Information
112
112
  ----------------------+----------------------+---------------------
@@ -593,12 +593,13 @@ different when copying tags with L</SetNewValuesFromFile>.
593
593
  =item DateFormat
594
594
 
595
595
  Format for printing date/time values. See C<strftime> in the L<POSIX>
596
- package for details about the format string. If date can not be converted,
597
- value is left unchanged unless the StrictDate option is set. Timezones are
598
- ignored. The inverse conversion (ie. when calling L</SetNewValue>) is
599
- performed only if POSIX::strptime or Time::Piece is installed. The default
600
- setting of undef causes date/time values to remain in standard EXIF format
601
- (similar to a DateFormat of "%Y:%m:%d %H:%M:%S").
596
+ package and L<https://exiftool.org/filename.html#codes> for details about
597
+ the format string. If the date can not be converted, the value is left
598
+ unchanged unless the StrictDate option is set. Timezones are ignored. The
599
+ inverse conversion (ie. when calling L</SetNewValue>) is performed only if
600
+ POSIX::strptime or Time::Piece is installed. The default setting of undef
601
+ causes date/time values to remain in standard EXIF format (similar to a
602
+ DateFormat of "%Y:%m:%d %H:%M:%S").
602
603
 
603
604
  =item Duplicates
604
605
 
@@ -2325,25 +2326,26 @@ MIE-Orient, MIE-Preview, MIE-Thumbnail, MIE-UTM, MIE-Unknown, MIE-Video,
2325
2326
  MIFF, MNG, MOBI, MOI, MPC, MPEG, MPF0, MPImage, MS-DOC, MXF, MacOS,
2326
2327
  MakerNotes, MakerUnknown, Matroska, MediaJukebox, Meta, MetaIFD, Microsoft,
2327
2328
  Minolta, MinoltaRaw, Motorola, NITF, Nikon, NikonCapture, NikonCustom,
2328
- NikonScan, NikonSettings, Nintendo, Ocad, Ogg, Olympus, OpenEXR, Opus, PDF,
2329
- PICT, PNG, PNG-pHYs, PSP, Palm, Panasonic, PanasonicRaw, Pentax, PhaseOne,
2330
- PhotoCD, PhotoMechanic, Photoshop, PictureInfo, PostScript, PreviewIFD,
2331
- PrintIM, ProfileIFD, Qualcomm, QuickTime, RAF, RAF2, RIFF, RMETA, RSRC, RTF,
2332
- Radiance, Rawzor, Real, Real-CONT, Real-MDPR, Real-PROP, Real-RA3, Real-RA4,
2333
- Real-RA5, Real-RJMD, Reconyx, Red, Ricoh, SPIFF, SR2, SR2DataIFD, SR2SubIFD,
2334
- SRF#, SVG, Samsung, Sanyo, Scalado, Sigma, SigmaRaw, Sony, SonyIDC, Stim,
2335
- SubIFD, System, Theora, Torrent, Track#, UserData, UserParam, VCalendar,
2336
- VCard, Version0, Vorbis, WTV, XML, XMP, XMP-DICOM, XMP-Device, XMP-GAudio,
2337
- XMP-GDepth, XMP-GFocus, XMP-GImage, XMP-GPano, XMP-GSpherical, XMP-LImage,
2338
- XMP-MP, XMP-MP1, XMP-PixelLive, XMP-aas, XMP-acdsee, XMP-album,
2339
- XMP-apple-fi, XMP-aux, XMP-cc, XMP-cell, XMP-creatorAtom, XMP-crs, XMP-dc,
2340
- XMP-dex, XMP-digiKam, XMP-drone-dji, XMP-dwc, XMP-exif, XMP-exifEX,
2341
- XMP-expressionmedia, XMP-extensis, XMP-fpv, XMP-getty, XMP-ics,
2342
- XMP-iptcCore, XMP-iptcExt, XMP-lr, XMP-mediapro, XMP-microsoft,
2343
- XMP-mwg-coll, XMP-mwg-kw, XMP-mwg-rs, XMP-pdf, XMP-pdfx, XMP-photomech,
2344
- XMP-photoshop, XMP-plus, XMP-pmi, XMP-prism, XMP-prl, XMP-prm, XMP-pur,
2345
- XMP-rdf, XMP-swf, XMP-tiff, XMP-x, XMP-xmp, XMP-xmpBJ, XMP-xmpDM, XMP-xmpMM,
2346
- XMP-xmpNote, XMP-xmpPLUS, XMP-xmpRights, XMP-xmpTPg, ZIP, iTunes
2329
+ NikonScan, NikonSettings, NineEdits, Nintendo, Ocad, Ogg, Olympus, OpenEXR,
2330
+ Opus, PDF, PICT, PNG, PNG-pHYs, PSP, Palm, Panasonic, PanasonicRaw, Pentax,
2331
+ PhaseOne, PhotoCD, PhotoMechanic, Photoshop, PictureInfo, PostScript,
2332
+ PreviewIFD, PrintIM, ProfileIFD, Qualcomm, QuickTime, RAF, RAF2, RIFF,
2333
+ RMETA, RSRC, RTF, Radiance, Rawzor, Real, Real-CONT, Real-MDPR, Real-PROP,
2334
+ Real-RA3, Real-RA4, Real-RA5, Real-RJMD, Reconyx, Red, Ricoh, SPIFF, SR2,
2335
+ SR2DataIFD, SR2SubIFD, SRF#, SVG, Samsung, Sanyo, Scalado, Sigma, SigmaRaw,
2336
+ Sony, SonyIDC, Stim, SubIFD, System, Theora, Torrent, Track#, UserData,
2337
+ UserParam, VCalendar, VCard, Version0, Vorbis, WTV, XML, XMP, XMP-DICOM,
2338
+ XMP-Device, XMP-GAudio, XMP-GDepth, XMP-GFocus, XMP-GImage, XMP-GPano,
2339
+ XMP-GSpherical, XMP-LImage, XMP-MP, XMP-MP1, XMP-PixelLive, XMP-aas,
2340
+ XMP-acdsee, XMP-album, XMP-apple-fi, XMP-aux, XMP-cc, XMP-cell,
2341
+ XMP-creatorAtom, XMP-crs, XMP-dc, XMP-dex, XMP-digiKam, XMP-drone-dji,
2342
+ XMP-dwc, XMP-exif, XMP-exifEX, XMP-expressionmedia, XMP-extensis, XMP-fpv,
2343
+ XMP-getty, XMP-ics, XMP-iptcCore, XMP-iptcExt, XMP-lr, XMP-mediapro,
2344
+ XMP-microsoft, XMP-mwg-coll, XMP-mwg-kw, XMP-mwg-rs, XMP-pdf, XMP-pdfx,
2345
+ XMP-photomech, XMP-photoshop, XMP-plus, XMP-pmi, XMP-prism, XMP-prl,
2346
+ XMP-prm, XMP-pur, XMP-rdf, XMP-swf, XMP-tiff, XMP-x, XMP-xmp, XMP-xmpBJ,
2347
+ XMP-xmpDM, XMP-xmpMM, XMP-xmpNote, XMP-xmpPLUS, XMP-xmpRights, XMP-xmpTPg,
2348
+ ZIP, iTunes
2347
2349
 
2348
2350
  =item Family 2 (Category):
2349
2351
 
@@ -2742,7 +2744,7 @@ specified by the L</Charset> option.
2742
2744
 
2743
2745
  =head1 AUTHOR
2744
2746
 
2745
- Copyright 2003-2021, Phil Harvey
2747
+ Copyright 2003-2022, Phil Harvey
2746
2748
 
2747
2749
  This library is free software; you can redistribute it and/or modify it
2748
2750
  under the same terms as Perl itself.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exiftool-vendored.exe",
3
- "version": "12.38.0",
3
+ "version": "12.41.0",
4
4
  "description": "Vendored win32 ExifTool for Node.js",
5
5
  "main": "./index.js",
6
6
  "homepage": "https://github.com/mceachen/exiftool-vendored.exe#readme",
@@ -29,8 +29,19 @@
29
29
  "test": "mocha",
30
30
  "update": "bash -c ./update.sh"
31
31
  },
32
+ "release-it": {
33
+ "hooks": {
34
+ "before:init": [
35
+ "yarn install",
36
+ "yarn test"
37
+ ]
38
+ },
39
+ "github": {
40
+ "release": true
41
+ }
42
+ },
32
43
  "devDependencies": {
33
- "mocha": "^9.1.3",
34
- "prettier": "^2.5.1"
44
+ "mocha": "^9.2.2",
45
+ "prettier": "^2.6.2"
35
46
  }
36
47
  }