exiftool-vendored.exe 12.31.0 → 12.39.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 (196) hide show
  1. package/LICENSE +254 -247
  2. package/bin/exiftool_files/Changes +130 -4
  3. package/bin/exiftool_files/README +45 -45
  4. package/bin/exiftool_files/arg_files/xmp2exif.args +2 -1
  5. package/bin/exiftool_files/exiftool.pl +143 -101
  6. package/bin/exiftool_files/lib/File/RandomAccess.pm +1 -1
  7. package/bin/exiftool_files/lib/File/RandomAccess.pod +2 -2
  8. package/bin/exiftool_files/lib/Image/ExifTool/AES.pm +1 -1
  9. package/bin/exiftool_files/lib/Image/ExifTool/AFCP.pm +1 -1
  10. package/bin/exiftool_files/lib/Image/ExifTool/AIFF.pm +1 -1
  11. package/bin/exiftool_files/lib/Image/ExifTool/APE.pm +1 -1
  12. package/bin/exiftool_files/lib/Image/ExifTool/APP12.pm +1 -1
  13. package/bin/exiftool_files/lib/Image/ExifTool/ASF.pm +1 -1
  14. package/bin/exiftool_files/lib/Image/ExifTool/Apple.pm +1 -1
  15. package/bin/exiftool_files/lib/Image/ExifTool/Audible.pm +1 -1
  16. package/bin/exiftool_files/lib/Image/ExifTool/BMP.pm +1 -1
  17. package/bin/exiftool_files/lib/Image/ExifTool/BPG.pm +1 -1
  18. package/bin/exiftool_files/lib/Image/ExifTool/BZZ.pm +1 -1
  19. package/bin/exiftool_files/lib/Image/ExifTool/BigTIFF.pm +1 -1
  20. package/bin/exiftool_files/lib/Image/ExifTool/BuildTagLookup.pm +17 -5
  21. package/bin/exiftool_files/lib/Image/ExifTool/CBOR.pm +331 -0
  22. package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +171 -13
  23. package/bin/exiftool_files/lib/Image/ExifTool/CanonCustom.pm +13 -3
  24. package/bin/exiftool_files/lib/Image/ExifTool/CanonRaw.pm +1 -1
  25. package/bin/exiftool_files/lib/Image/ExifTool/CanonVRD.pm +1 -1
  26. package/bin/exiftool_files/lib/Image/ExifTool/CaptureOne.pm +1 -1
  27. package/bin/exiftool_files/lib/Image/ExifTool/Casio.pm +1 -1
  28. package/bin/exiftool_files/lib/Image/ExifTool/Charset.pm +3 -1
  29. package/bin/exiftool_files/lib/Image/ExifTool/DICOM.pm +1 -1
  30. package/bin/exiftool_files/lib/Image/ExifTool/DJI.pm +1 -1
  31. package/bin/exiftool_files/lib/Image/ExifTool/DNG.pm +1 -1
  32. package/bin/exiftool_files/lib/Image/ExifTool/DPX.pm +1 -1
  33. package/bin/exiftool_files/lib/Image/ExifTool/DV.pm +1 -1
  34. package/bin/exiftool_files/lib/Image/ExifTool/DarwinCore.pm +3 -3
  35. package/bin/exiftool_files/lib/Image/ExifTool/DjVu.pm +1 -1
  36. package/bin/exiftool_files/lib/Image/ExifTool/EXE.pm +1 -1
  37. package/bin/exiftool_files/lib/Image/ExifTool/Exif.pm +118 -4
  38. package/bin/exiftool_files/lib/Image/ExifTool/FITS.pm +1 -1
  39. package/bin/exiftool_files/lib/Image/ExifTool/FLAC.pm +1 -1
  40. package/bin/exiftool_files/lib/Image/ExifTool/FLIF.pm +1 -1
  41. package/bin/exiftool_files/lib/Image/ExifTool/FLIR.pm +48 -11
  42. package/bin/exiftool_files/lib/Image/ExifTool/Fixup.pm +1 -1
  43. package/bin/exiftool_files/lib/Image/ExifTool/Flash.pm +1 -1
  44. package/bin/exiftool_files/lib/Image/ExifTool/FlashPix.pm +1 -1
  45. package/bin/exiftool_files/lib/Image/ExifTool/Font.pm +1 -1
  46. package/bin/exiftool_files/lib/Image/ExifTool/FotoStation.pm +1 -1
  47. package/bin/exiftool_files/lib/Image/ExifTool/FujiFilm.pm +1 -1
  48. package/bin/exiftool_files/lib/Image/ExifTool/GE.pm +1 -1
  49. package/bin/exiftool_files/lib/Image/ExifTool/GIF.pm +6 -2
  50. package/bin/exiftool_files/lib/Image/ExifTool/GIMP.pm +1 -1
  51. package/bin/exiftool_files/lib/Image/ExifTool/GPS.pm +15 -11
  52. package/bin/exiftool_files/lib/Image/ExifTool/GeoTiff.pm +1 -1
  53. package/bin/exiftool_files/lib/Image/ExifTool/Geotag.pm +14 -3
  54. package/bin/exiftool_files/lib/Image/ExifTool/GoPro.pm +1 -1
  55. package/bin/exiftool_files/lib/Image/ExifTool/H264.pm +1 -1
  56. package/bin/exiftool_files/lib/Image/ExifTool/HP.pm +1 -1
  57. package/bin/exiftool_files/lib/Image/ExifTool/HTML.pm +1 -1
  58. package/bin/exiftool_files/lib/Image/ExifTool/HtmlDump.pm +1 -1
  59. package/bin/exiftool_files/lib/Image/ExifTool/ICC_Profile.pm +97 -5
  60. package/bin/exiftool_files/lib/Image/ExifTool/ID3.pm +1 -1
  61. package/bin/exiftool_files/lib/Image/ExifTool/IPTC.pm +1 -1
  62. package/bin/exiftool_files/lib/Image/ExifTool/ISO.pm +1 -1
  63. package/bin/exiftool_files/lib/Image/ExifTool/ITC.pm +1 -1
  64. package/bin/exiftool_files/lib/Image/ExifTool/Import.pm +1 -1
  65. package/bin/exiftool_files/lib/Image/ExifTool/InDesign.pm +1 -1
  66. package/bin/exiftool_files/lib/Image/ExifTool/JPEG.pm +6 -2
  67. package/bin/exiftool_files/lib/Image/ExifTool/JPEGDigest.pm +1 -1
  68. package/bin/exiftool_files/lib/Image/ExifTool/JSON.pm +8 -4
  69. package/bin/exiftool_files/lib/Image/ExifTool/JVC.pm +1 -1
  70. package/bin/exiftool_files/lib/Image/ExifTool/Jpeg2000.pm +155 -25
  71. package/bin/exiftool_files/lib/Image/ExifTool/Kodak.pm +1 -1
  72. package/bin/exiftool_files/lib/Image/ExifTool/KyoceraRaw.pm +1 -1
  73. package/bin/exiftool_files/lib/Image/ExifTool/LIF.pm +1 -1
  74. package/bin/exiftool_files/lib/Image/ExifTool/LNK.pm +1 -1
  75. package/bin/exiftool_files/lib/Image/ExifTool/Lang/cs.pm +1 -1
  76. package/bin/exiftool_files/lib/Image/ExifTool/Lang/de.pm +1 -1
  77. package/bin/exiftool_files/lib/Image/ExifTool/Lang/en_ca.pm +1 -1
  78. package/bin/exiftool_files/lib/Image/ExifTool/Lang/en_gb.pm +1 -1
  79. package/bin/exiftool_files/lib/Image/ExifTool/Lang/es.pm +1 -1
  80. package/bin/exiftool_files/lib/Image/ExifTool/Lang/fi.pm +1 -1
  81. package/bin/exiftool_files/lib/Image/ExifTool/Lang/fr.pm +1 -1
  82. package/bin/exiftool_files/lib/Image/ExifTool/Lang/it.pm +1 -1
  83. package/bin/exiftool_files/lib/Image/ExifTool/Lang/ja.pm +1 -1
  84. package/bin/exiftool_files/lib/Image/ExifTool/Lang/ko.pm +1 -1
  85. package/bin/exiftool_files/lib/Image/ExifTool/Lang/nl.pm +1 -1
  86. package/bin/exiftool_files/lib/Image/ExifTool/Lang/pl.pm +1 -1
  87. package/bin/exiftool_files/lib/Image/ExifTool/Lang/ru.pm +1 -1
  88. package/bin/exiftool_files/lib/Image/ExifTool/Lang/sv.pm +1 -1
  89. package/bin/exiftool_files/lib/Image/ExifTool/Lang/tr.pm +1 -1
  90. package/bin/exiftool_files/lib/Image/ExifTool/Lang/zh_cn.pm +1 -1
  91. package/bin/exiftool_files/lib/Image/ExifTool/Lang/zh_tw.pm +1 -1
  92. package/bin/exiftool_files/lib/Image/ExifTool/Leaf.pm +1 -1
  93. package/bin/exiftool_files/lib/Image/ExifTool/Lytro.pm +1 -1
  94. package/bin/exiftool_files/lib/Image/ExifTool/M2TS.pm +1 -1
  95. package/bin/exiftool_files/lib/Image/ExifTool/MIE.pm +1 -1
  96. package/bin/exiftool_files/lib/Image/ExifTool/MIEUnits.pod +1 -1
  97. package/bin/exiftool_files/lib/Image/ExifTool/MIFF.pm +1 -1
  98. package/bin/exiftool_files/lib/Image/ExifTool/MNG.pm +1 -1
  99. package/bin/exiftool_files/lib/Image/ExifTool/MOI.pm +1 -1
  100. package/bin/exiftool_files/lib/Image/ExifTool/MPC.pm +1 -1
  101. package/bin/exiftool_files/lib/Image/ExifTool/MPEG.pm +1 -1
  102. package/bin/exiftool_files/lib/Image/ExifTool/MPF.pm +1 -1
  103. package/bin/exiftool_files/lib/Image/ExifTool/MRC.pm +1 -1
  104. package/bin/exiftool_files/lib/Image/ExifTool/MWG.pm +1 -1
  105. package/bin/exiftool_files/lib/Image/ExifTool/MXF.pm +1 -1
  106. package/bin/exiftool_files/lib/Image/ExifTool/MacOS.pm +3 -3
  107. package/bin/exiftool_files/lib/Image/ExifTool/MakerNotes.pm +1 -1
  108. package/bin/exiftool_files/lib/Image/ExifTool/Matroska.pm +9 -5
  109. package/bin/exiftool_files/lib/Image/ExifTool/Microsoft.pm +1 -1
  110. package/bin/exiftool_files/lib/Image/ExifTool/Minolta.pm +1 -1
  111. package/bin/exiftool_files/lib/Image/ExifTool/MinoltaRaw.pm +1 -1
  112. package/bin/exiftool_files/lib/Image/ExifTool/Motorola.pm +1 -1
  113. package/bin/exiftool_files/lib/Image/ExifTool/Nikon.pm +1895 -74
  114. package/bin/exiftool_files/lib/Image/ExifTool/NikonCapture.pm +1 -1
  115. package/bin/exiftool_files/lib/Image/ExifTool/NikonCustom.pm +523 -6
  116. package/bin/exiftool_files/lib/Image/ExifTool/NikonSettings.pm +150 -87
  117. package/bin/exiftool_files/lib/Image/ExifTool/Nintendo.pm +1 -1
  118. package/bin/exiftool_files/lib/Image/ExifTool/OOXML.pm +1 -1
  119. package/bin/exiftool_files/lib/Image/ExifTool/Ogg.pm +1 -1
  120. package/bin/exiftool_files/lib/Image/ExifTool/Olympus.pm +6 -2
  121. package/bin/exiftool_files/lib/Image/ExifTool/OpenEXR.pm +5 -3
  122. package/bin/exiftool_files/lib/Image/ExifTool/Opus.pm +1 -1
  123. package/bin/exiftool_files/lib/Image/ExifTool/Other.pm +1 -1
  124. package/bin/exiftool_files/lib/Image/ExifTool/PCX.pm +1 -1
  125. package/bin/exiftool_files/lib/Image/ExifTool/PDF.pm +6 -4
  126. package/bin/exiftool_files/lib/Image/ExifTool/PGF.pm +1 -1
  127. package/bin/exiftool_files/lib/Image/ExifTool/PICT.pm +1 -1
  128. package/bin/exiftool_files/lib/Image/ExifTool/PLIST.pm +1 -1
  129. package/bin/exiftool_files/lib/Image/ExifTool/PLUS.pm +1 -1
  130. package/bin/exiftool_files/lib/Image/ExifTool/PNG.pm +29 -8
  131. package/bin/exiftool_files/lib/Image/ExifTool/PPM.pm +1 -1
  132. package/bin/exiftool_files/lib/Image/ExifTool/PSP.pm +1 -1
  133. package/bin/exiftool_files/lib/Image/ExifTool/Palm.pm +1 -1
  134. package/bin/exiftool_files/lib/Image/ExifTool/Panasonic.pm +3 -3
  135. package/bin/exiftool_files/lib/Image/ExifTool/PanasonicRaw.pm +1 -1
  136. package/bin/exiftool_files/lib/Image/ExifTool/Parrot.pm +1 -1
  137. package/bin/exiftool_files/lib/Image/ExifTool/Pentax.pm +4 -2
  138. package/bin/exiftool_files/lib/Image/ExifTool/PhaseOne.pm +1 -1
  139. package/bin/exiftool_files/lib/Image/ExifTool/PhotoCD.pm +1 -1
  140. package/bin/exiftool_files/lib/Image/ExifTool/PhotoMechanic.pm +1 -1
  141. package/bin/exiftool_files/lib/Image/ExifTool/Photoshop.pm +1 -1
  142. package/bin/exiftool_files/lib/Image/ExifTool/PostScript.pm +1 -1
  143. package/bin/exiftool_files/lib/Image/ExifTool/PrintIM.pm +1 -1
  144. package/bin/exiftool_files/lib/Image/ExifTool/Qualcomm.pm +1 -1
  145. package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +25 -4
  146. package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +125 -81
  147. package/bin/exiftool_files/lib/Image/ExifTool/README +9 -2
  148. package/bin/exiftool_files/lib/Image/ExifTool/RIFF.pm +1 -1
  149. package/bin/exiftool_files/lib/Image/ExifTool/RSRC.pm +1 -1
  150. package/bin/exiftool_files/lib/Image/ExifTool/RTF.pm +1 -1
  151. package/bin/exiftool_files/lib/Image/ExifTool/Radiance.pm +1 -1
  152. package/bin/exiftool_files/lib/Image/ExifTool/Rawzor.pm +1 -1
  153. package/bin/exiftool_files/lib/Image/ExifTool/Real.pm +1 -1
  154. package/bin/exiftool_files/lib/Image/ExifTool/Reconyx.pm +1 -1
  155. package/bin/exiftool_files/lib/Image/ExifTool/Red.pm +1 -1
  156. package/bin/exiftool_files/lib/Image/ExifTool/Ricoh.pm +1 -1
  157. package/bin/exiftool_files/lib/Image/ExifTool/Samsung.pm +1 -1
  158. package/bin/exiftool_files/lib/Image/ExifTool/Sanyo.pm +1 -1
  159. package/bin/exiftool_files/lib/Image/ExifTool/Scalado.pm +1 -1
  160. package/bin/exiftool_files/lib/Image/ExifTool/Shift.pl +3 -1
  161. package/bin/exiftool_files/lib/Image/ExifTool/Shortcuts.pm +1 -1
  162. package/bin/exiftool_files/lib/Image/ExifTool/Sigma.pm +1 -1
  163. package/bin/exiftool_files/lib/Image/ExifTool/SigmaRaw.pm +1 -1
  164. package/bin/exiftool_files/lib/Image/ExifTool/Sony.pm +34 -14
  165. package/bin/exiftool_files/lib/Image/ExifTool/SonyIDC.pm +1 -1
  166. package/bin/exiftool_files/lib/Image/ExifTool/Stim.pm +1 -1
  167. package/bin/exiftool_files/lib/Image/ExifTool/TagInfoXML.pm +11 -6
  168. package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +6589 -5877
  169. package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +1681 -65
  170. package/bin/exiftool_files/lib/Image/ExifTool/Text.pm +1 -1
  171. package/bin/exiftool_files/lib/Image/ExifTool/Theora.pm +1 -1
  172. package/bin/exiftool_files/lib/Image/ExifTool/Torrent.pm +1 -1
  173. package/bin/exiftool_files/lib/Image/ExifTool/Unknown.pm +1 -1
  174. package/bin/exiftool_files/lib/Image/ExifTool/VCard.pm +1 -1
  175. package/bin/exiftool_files/lib/Image/ExifTool/Validate.pm +1 -1
  176. package/bin/exiftool_files/lib/Image/ExifTool/Vorbis.pm +1 -1
  177. package/bin/exiftool_files/lib/Image/ExifTool/WTV.pm +1 -1
  178. package/bin/exiftool_files/lib/Image/ExifTool/WriteCanonRaw.pl +1 -1
  179. package/bin/exiftool_files/lib/Image/ExifTool/WriteExif.pl +1 -1
  180. package/bin/exiftool_files/lib/Image/ExifTool/WriteIPTC.pl +1 -1
  181. package/bin/exiftool_files/lib/Image/ExifTool/WritePDF.pl +1 -1
  182. package/bin/exiftool_files/lib/Image/ExifTool/WritePNG.pl +30 -10
  183. package/bin/exiftool_files/lib/Image/ExifTool/WritePhotoshop.pl +1 -1
  184. package/bin/exiftool_files/lib/Image/ExifTool/WritePostScript.pl +1 -1
  185. package/bin/exiftool_files/lib/Image/ExifTool/WriteQuickTime.pl +12 -1
  186. package/bin/exiftool_files/lib/Image/ExifTool/WriteXMP.pl +11 -12
  187. package/bin/exiftool_files/lib/Image/ExifTool/Writer.pl +56 -10
  188. package/bin/exiftool_files/lib/Image/ExifTool/XMP.pm +164 -52
  189. package/bin/exiftool_files/lib/Image/ExifTool/XMP2.pl +6 -3
  190. package/bin/exiftool_files/lib/Image/ExifTool/XMPStruct.pl +4 -2
  191. package/bin/exiftool_files/lib/Image/ExifTool/ZIP.pm +10 -2
  192. package/bin/exiftool_files/lib/Image/ExifTool/ZISRAW.pm +1 -1
  193. package/bin/exiftool_files/lib/Image/ExifTool/iWork.pm +1 -1
  194. package/bin/exiftool_files/lib/Image/ExifTool.pm +8939 -8864
  195. package/bin/exiftool_files/lib/Image/ExifTool.pod +76 -67
  196. package/package.json +3 -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
  ----------------------+----------------------+---------------------
@@ -860,6 +860,14 @@ commonly found in samples from other software, and it has been reported that
860
860
  Apple QuickTime Player and Photos.apps will ignore ItemList tags if this is
861
861
  missing. Default is 1.
862
862
 
863
+ =item QuickTimePad
864
+
865
+ Flag to preserve the padding of some QuickTime atoms when writing.
866
+ QuickTime-based Canon CR3 files pad the values of container atoms with null
867
+ bytes. This padding is removed by default when the file is rewritten, but
868
+ setting this option to 1 adds padding to preserve the original atom size if
869
+ the new atom would be smaller than the original. Default is undef.
870
+
863
871
  =item QuickTimeUTC
864
872
 
865
873
  Flag set to assume that QuickTime date/time values are stored as UTC,
@@ -1236,7 +1244,7 @@ The following ExifTool options are effective in the call to L</WriteInfo>:
1236
1244
 
1237
1245
  ByteOrder, Charset, CharsetEXIF, CharsetFileName, CharsetIPTC, Compact,
1238
1246
  Compress, FixBase, IgnoreMinorErrors, NoMultiExif, NoPDFList, Password,
1239
- QuickTimeHandler, Verbose and WriteMode.
1247
+ QuickTimeHandler, QuickTimePad, Verbose and WriteMode.
1240
1248
 
1241
1249
  =head2 GetTagList
1242
1250
 
@@ -2300,9 +2308,9 @@ Torrent, Trailer, UserParam, VCard, Vorbis, WTV, XML, XMP, ZIP
2300
2308
  =item Family 1 (Specific Location):
2301
2309
 
2302
2310
  AC3, AFCP, AIFF, APE, ASF, AVI1, Adobe, AdobeCM, AdobeDNG, Apple, Audible,
2303
- CIFF, CameraIFD, Canon, CanonCustom, CanonRaw, CanonVRD, Casio, Chapter#,
2304
- Composite, DICOM, DJI, DNG, DV, DjVu, DjVu-Meta, Ducky, EPPIM, EXE, EXIF,
2305
- ExifIFD, ExifTool, FITS, FLAC, FLIR, File, Flash, FlashPix, Font,
2311
+ CBOR, CIFF, CameraIFD, Canon, CanonCustom, CanonRaw, CanonVRD, Casio,
2312
+ Chapter#, Composite, DICOM, DJI, DNG, DV, DjVu, DjVu-Meta, Ducky, EPPIM,
2313
+ EXE, EXIF, ExifIFD, ExifTool, FITS, FLAC, FLIR, File, Flash, FlashPix, Font,
2306
2314
  FotoStation, FujiFilm, FujiIFD, GE, GIF, GIMP, GPS, GeoTiff, GlobParamIFD,
2307
2315
  GoPro, GraphConv, H264, HP, HTC, HTML, HTML-dc, HTML-ncc, HTML-office,
2308
2316
  HTML-prod, HTML-vw96, HTTP-equiv, ICC-chrm, ICC-clrt, ICC-header, ICC-meas,
@@ -2317,25 +2325,26 @@ MIE-Orient, MIE-Preview, MIE-Thumbnail, MIE-UTM, MIE-Unknown, MIE-Video,
2317
2325
  MIFF, MNG, MOBI, MOI, MPC, MPEG, MPF0, MPImage, MS-DOC, MXF, MacOS,
2318
2326
  MakerNotes, MakerUnknown, Matroska, MediaJukebox, Meta, MetaIFD, Microsoft,
2319
2327
  Minolta, MinoltaRaw, Motorola, NITF, Nikon, NikonCapture, NikonCustom,
2320
- NikonScan, NikonSettings, Nintendo, Ocad, Ogg, Olympus, OpenEXR, Opus, PDF,
2321
- PICT, PNG, PNG-pHYs, PSP, Palm, Panasonic, PanasonicRaw, Pentax, PhaseOne,
2322
- PhotoCD, PhotoMechanic, Photoshop, PictureInfo, PostScript, PreviewIFD,
2323
- PrintIM, ProfileIFD, Qualcomm, QuickTime, RAF, RAF2, RIFF, RMETA, RSRC, RTF,
2324
- Radiance, Rawzor, Real, Real-CONT, Real-MDPR, Real-PROP, Real-RA3, Real-RA4,
2325
- Real-RA5, Real-RJMD, Reconyx, Red, Ricoh, SPIFF, SR2, SR2DataIFD, SR2SubIFD,
2326
- SRF#, SVG, Samsung, Sanyo, Scalado, Sigma, SigmaRaw, Sony, SonyIDC, Stim,
2327
- SubIFD, System, Theora, Torrent, Track#, UserData, UserParam, VCalendar,
2328
- VCard, Version0, Vorbis, WTV, XML, XMP, XMP-DICOM, XMP-Device, XMP-GAudio,
2329
- XMP-GDepth, XMP-GFocus, XMP-GImage, XMP-GPano, XMP-GSpherical, XMP-LImage,
2330
- XMP-MP, XMP-MP1, XMP-PixelLive, XMP-aas, XMP-acdsee, XMP-album,
2331
- XMP-apple-fi, XMP-aux, XMP-cc, XMP-cell, XMP-creatorAtom, XMP-crs, XMP-dc,
2332
- XMP-dex, XMP-digiKam, XMP-drone-dji, XMP-dwc, XMP-exif, XMP-exifEX,
2333
- XMP-expressionmedia, XMP-extensis, XMP-fpv, XMP-getty, XMP-ics,
2334
- XMP-iptcCore, XMP-iptcExt, XMP-lr, XMP-mediapro, XMP-microsoft,
2335
- XMP-mwg-coll, XMP-mwg-kw, XMP-mwg-rs, XMP-pdf, XMP-pdfx, XMP-photomech,
2336
- XMP-photoshop, XMP-plus, XMP-pmi, XMP-prism, XMP-prl, XMP-prm, XMP-pur,
2337
- XMP-rdf, XMP-swf, XMP-tiff, XMP-x, XMP-xmp, XMP-xmpBJ, XMP-xmpDM, XMP-xmpMM,
2338
- XMP-xmpNote, XMP-xmpPLUS, XMP-xmpRights, XMP-xmpTPg, ZIP, iTunes
2328
+ NikonScan, NikonSettings, NineEdits, Nintendo, Ocad, Ogg, Olympus, OpenEXR,
2329
+ Opus, PDF, PICT, PNG, PNG-pHYs, PSP, Palm, Panasonic, PanasonicRaw, Pentax,
2330
+ PhaseOne, PhotoCD, PhotoMechanic, Photoshop, PictureInfo, PostScript,
2331
+ PreviewIFD, PrintIM, ProfileIFD, Qualcomm, QuickTime, RAF, RAF2, RIFF,
2332
+ RMETA, RSRC, RTF, Radiance, Rawzor, Real, Real-CONT, Real-MDPR, Real-PROP,
2333
+ Real-RA3, Real-RA4, Real-RA5, Real-RJMD, Reconyx, Red, Ricoh, SPIFF, SR2,
2334
+ SR2DataIFD, SR2SubIFD, SRF#, SVG, Samsung, Sanyo, Scalado, Sigma, SigmaRaw,
2335
+ Sony, SonyIDC, Stim, SubIFD, System, Theora, Torrent, Track#, UserData,
2336
+ UserParam, VCalendar, VCard, Version0, Vorbis, WTV, XML, XMP, XMP-DICOM,
2337
+ XMP-Device, XMP-GAudio, XMP-GDepth, XMP-GFocus, XMP-GImage, XMP-GPano,
2338
+ XMP-GSpherical, XMP-LImage, XMP-MP, XMP-MP1, XMP-PixelLive, XMP-aas,
2339
+ XMP-acdsee, XMP-album, XMP-apple-fi, XMP-aux, XMP-cc, XMP-cell,
2340
+ XMP-creatorAtom, XMP-crs, XMP-dc, XMP-dex, XMP-digiKam, XMP-drone-dji,
2341
+ XMP-dwc, XMP-exif, XMP-exifEX, XMP-expressionmedia, XMP-extensis, XMP-fpv,
2342
+ XMP-getty, XMP-ics, XMP-iptcCore, XMP-iptcExt, XMP-lr, XMP-mediapro,
2343
+ XMP-microsoft, XMP-mwg-coll, XMP-mwg-kw, XMP-mwg-rs, XMP-pdf, XMP-pdfx,
2344
+ XMP-photomech, XMP-photoshop, XMP-plus, XMP-pmi, XMP-prism, XMP-prl,
2345
+ XMP-prm, XMP-pur, XMP-rdf, XMP-swf, XMP-tiff, XMP-x, XMP-xmp, XMP-xmpBJ,
2346
+ XMP-xmpDM, XMP-xmpMM, XMP-xmpNote, XMP-xmpPLUS, XMP-xmpRights, XMP-xmpTPg,
2347
+ ZIP, iTunes
2339
2348
 
2340
2349
  =item Family 2 (Category):
2341
2350
 
@@ -2734,7 +2743,7 @@ specified by the L</Charset> option.
2734
2743
 
2735
2744
  =head1 AUTHOR
2736
2745
 
2737
- Copyright 2003-2021, Phil Harvey
2746
+ Copyright 2003-2022, Phil Harvey
2738
2747
 
2739
2748
  This library is free software; you can redistribute it and/or modify it
2740
2749
  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.31.0",
3
+ "version": "12.39.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",
@@ -30,7 +30,7 @@
30
30
  "update": "bash -c ./update.sh"
31
31
  },
32
32
  "devDependencies": {
33
- "mocha": "^9.1.1",
34
- "prettier": "^2.4.1"
33
+ "mocha": "^9.1.4",
34
+ "prettier": "^2.5.1"
35
35
  }
36
36
  }