exiftool_vendored 12.38.0 → 12.42.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (206) hide show
  1. checksums.yaml +4 -4
  2. data/bin/Changes +83 -1
  3. data/bin/MANIFEST +2 -0
  4. data/bin/META.json +1 -1
  5. data/bin/META.yml +1 -1
  6. data/bin/README +45 -45
  7. data/bin/arg_files/exif2xmp.args +5 -0
  8. data/bin/arg_files/xmp2exif.args +6 -0
  9. data/bin/config_files/acdsee.config +6 -6
  10. data/bin/config_files/photoshop_paths.config +30 -7
  11. data/bin/config_files/picasa_faces.config +1 -1
  12. data/bin/config_files/pix4d.config +2 -2
  13. data/bin/config_files/tiff_version.config +2 -2
  14. data/bin/exiftool +98 -66
  15. data/bin/lib/File/RandomAccess.pm +1 -1
  16. data/bin/lib/File/RandomAccess.pod +2 -2
  17. data/bin/lib/Image/ExifTool/AES.pm +1 -1
  18. data/bin/lib/Image/ExifTool/AFCP.pm +1 -1
  19. data/bin/lib/Image/ExifTool/AIFF.pm +1 -1
  20. data/bin/lib/Image/ExifTool/APE.pm +1 -1
  21. data/bin/lib/Image/ExifTool/APP12.pm +1 -1
  22. data/bin/lib/Image/ExifTool/ASF.pm +1 -1
  23. data/bin/lib/Image/ExifTool/Apple.pm +1 -1
  24. data/bin/lib/Image/ExifTool/Audible.pm +1 -1
  25. data/bin/lib/Image/ExifTool/BMP.pm +1 -1
  26. data/bin/lib/Image/ExifTool/BPG.pm +1 -1
  27. data/bin/lib/Image/ExifTool/BZZ.pm +1 -1
  28. data/bin/lib/Image/ExifTool/BigTIFF.pm +1 -1
  29. data/bin/lib/Image/ExifTool/BuildTagLookup.pm +6 -4
  30. data/bin/lib/Image/ExifTool/CBOR.pm +1 -1
  31. data/bin/lib/Image/ExifTool/Canon.pm +90 -7
  32. data/bin/lib/Image/ExifTool/CanonCustom.pm +1 -1
  33. data/bin/lib/Image/ExifTool/CanonRaw.pm +1 -1
  34. data/bin/lib/Image/ExifTool/CanonVRD.pm +1 -1
  35. data/bin/lib/Image/ExifTool/CaptureOne.pm +1 -1
  36. data/bin/lib/Image/ExifTool/Casio.pm +1 -1
  37. data/bin/lib/Image/ExifTool/Charset.pm +1 -1
  38. data/bin/lib/Image/ExifTool/DICOM.pm +1 -1
  39. data/bin/lib/Image/ExifTool/DJI.pm +60 -2
  40. data/bin/lib/Image/ExifTool/DNG.pm +9 -3
  41. data/bin/lib/Image/ExifTool/DPX.pm +1 -1
  42. data/bin/lib/Image/ExifTool/DV.pm +1 -1
  43. data/bin/lib/Image/ExifTool/DarwinCore.pm +1 -1
  44. data/bin/lib/Image/ExifTool/DjVu.pm +1 -1
  45. data/bin/lib/Image/ExifTool/EXE.pm +1 -1
  46. data/bin/lib/Image/ExifTool/Exif.pm +62 -21
  47. data/bin/lib/Image/ExifTool/FITS.pm +1 -1
  48. data/bin/lib/Image/ExifTool/FLAC.pm +1 -1
  49. data/bin/lib/Image/ExifTool/FLIF.pm +1 -1
  50. data/bin/lib/Image/ExifTool/FLIR.pm +16 -4
  51. data/bin/lib/Image/ExifTool/Fixup.pm +1 -1
  52. data/bin/lib/Image/ExifTool/Flash.pm +1 -1
  53. data/bin/lib/Image/ExifTool/FlashPix.pm +1 -1
  54. data/bin/lib/Image/ExifTool/Font.pm +1 -1
  55. data/bin/lib/Image/ExifTool/FotoStation.pm +1 -1
  56. data/bin/lib/Image/ExifTool/FujiFilm.pm +1 -1
  57. data/bin/lib/Image/ExifTool/GE.pm +1 -1
  58. data/bin/lib/Image/ExifTool/GIF.pm +1 -1
  59. data/bin/lib/Image/ExifTool/GIMP.pm +1 -1
  60. data/bin/lib/Image/ExifTool/GPS.pm +1 -1
  61. data/bin/lib/Image/ExifTool/GeoTiff.pm +1 -1
  62. data/bin/lib/Image/ExifTool/Geotag.pm +4 -3
  63. data/bin/lib/Image/ExifTool/GoPro.pm +1 -1
  64. data/bin/lib/Image/ExifTool/H264.pm +1 -1
  65. data/bin/lib/Image/ExifTool/HP.pm +1 -1
  66. data/bin/lib/Image/ExifTool/HTML.pm +1 -1
  67. data/bin/lib/Image/ExifTool/HtmlDump.pm +1 -1
  68. data/bin/lib/Image/ExifTool/ICC_Profile.pm +11 -9
  69. data/bin/lib/Image/ExifTool/ID3.pm +6 -6
  70. data/bin/lib/Image/ExifTool/IPTC.pm +1 -1
  71. data/bin/lib/Image/ExifTool/ISO.pm +1 -1
  72. data/bin/lib/Image/ExifTool/ITC.pm +1 -1
  73. data/bin/lib/Image/ExifTool/Import.pm +1 -1
  74. data/bin/lib/Image/ExifTool/InDesign.pm +1 -1
  75. data/bin/lib/Image/ExifTool/JPEG.pm +6 -2
  76. data/bin/lib/Image/ExifTool/JPEGDigest.pm +1 -1
  77. data/bin/lib/Image/ExifTool/JSON.pm +1 -1
  78. data/bin/lib/Image/ExifTool/JVC.pm +1 -1
  79. data/bin/lib/Image/ExifTool/Jpeg2000.pm +1 -1
  80. data/bin/lib/Image/ExifTool/Kodak.pm +1 -1
  81. data/bin/lib/Image/ExifTool/KyoceraRaw.pm +1 -1
  82. data/bin/lib/Image/ExifTool/LIF.pm +1 -1
  83. data/bin/lib/Image/ExifTool/LNK.pm +1 -1
  84. data/bin/lib/Image/ExifTool/Lang/cs.pm +1 -1
  85. data/bin/lib/Image/ExifTool/Lang/de.pm +1 -1
  86. data/bin/lib/Image/ExifTool/Lang/en_ca.pm +1 -1
  87. data/bin/lib/Image/ExifTool/Lang/en_gb.pm +1 -1
  88. data/bin/lib/Image/ExifTool/Lang/es.pm +1 -1
  89. data/bin/lib/Image/ExifTool/Lang/fi.pm +1 -1
  90. data/bin/lib/Image/ExifTool/Lang/fr.pm +1 -1
  91. data/bin/lib/Image/ExifTool/Lang/it.pm +1 -1
  92. data/bin/lib/Image/ExifTool/Lang/ja.pm +1 -1
  93. data/bin/lib/Image/ExifTool/Lang/ko.pm +1 -1
  94. data/bin/lib/Image/ExifTool/Lang/nl.pm +1 -1
  95. data/bin/lib/Image/ExifTool/Lang/pl.pm +1 -1
  96. data/bin/lib/Image/ExifTool/Lang/ru.pm +1 -1
  97. data/bin/lib/Image/ExifTool/Lang/sv.pm +1 -1
  98. data/bin/lib/Image/ExifTool/Lang/tr.pm +1 -1
  99. data/bin/lib/Image/ExifTool/Lang/zh_cn.pm +1 -1
  100. data/bin/lib/Image/ExifTool/Lang/zh_tw.pm +1 -1
  101. data/bin/lib/Image/ExifTool/Leaf.pm +1 -1
  102. data/bin/lib/Image/ExifTool/Lytro.pm +1 -1
  103. data/bin/lib/Image/ExifTool/M2TS.pm +1 -1
  104. data/bin/lib/Image/ExifTool/MIE.pm +1 -1
  105. data/bin/lib/Image/ExifTool/MIEUnits.pod +1 -1
  106. data/bin/lib/Image/ExifTool/MIFF.pm +1 -1
  107. data/bin/lib/Image/ExifTool/MNG.pm +1 -1
  108. data/bin/lib/Image/ExifTool/MOI.pm +1 -1
  109. data/bin/lib/Image/ExifTool/MPC.pm +1 -1
  110. data/bin/lib/Image/ExifTool/MPEG.pm +1 -1
  111. data/bin/lib/Image/ExifTool/MPF.pm +1 -1
  112. data/bin/lib/Image/ExifTool/MRC.pm +1 -1
  113. data/bin/lib/Image/ExifTool/MWG.pm +1 -1
  114. data/bin/lib/Image/ExifTool/MXF.pm +1 -1
  115. data/bin/lib/Image/ExifTool/MacOS.pm +10 -10
  116. data/bin/lib/Image/ExifTool/MakerNotes.pm +18 -2
  117. data/bin/lib/Image/ExifTool/Matroska.pm +9 -5
  118. data/bin/lib/Image/ExifTool/Microsoft.pm +1 -1
  119. data/bin/lib/Image/ExifTool/Minolta.pm +1 -1
  120. data/bin/lib/Image/ExifTool/MinoltaRaw.pm +1 -1
  121. data/bin/lib/Image/ExifTool/Motorola.pm +1 -1
  122. data/bin/lib/Image/ExifTool/Nikon.pm +929 -184
  123. data/bin/lib/Image/ExifTool/NikonCapture.pm +1 -1
  124. data/bin/lib/Image/ExifTool/NikonCustom.pm +522 -6
  125. data/bin/lib/Image/ExifTool/NikonSettings.pm +17 -18
  126. data/bin/lib/Image/ExifTool/Nintendo.pm +1 -1
  127. data/bin/lib/Image/ExifTool/OOXML.pm +1 -1
  128. data/bin/lib/Image/ExifTool/Ogg.pm +1 -1
  129. data/bin/lib/Image/ExifTool/Olympus.pm +28 -8
  130. data/bin/lib/Image/ExifTool/OpenEXR.pm +1 -1
  131. data/bin/lib/Image/ExifTool/Opus.pm +1 -1
  132. data/bin/lib/Image/ExifTool/Other.pm +1 -1
  133. data/bin/lib/Image/ExifTool/PCX.pm +1 -1
  134. data/bin/lib/Image/ExifTool/PDF.pm +3 -2
  135. data/bin/lib/Image/ExifTool/PGF.pm +1 -1
  136. data/bin/lib/Image/ExifTool/PICT.pm +1 -1
  137. data/bin/lib/Image/ExifTool/PLIST.pm +1 -1
  138. data/bin/lib/Image/ExifTool/PLUS.pm +1 -1
  139. data/bin/lib/Image/ExifTool/PNG.pm +28 -8
  140. data/bin/lib/Image/ExifTool/PPM.pm +1 -1
  141. data/bin/lib/Image/ExifTool/PSP.pm +1 -1
  142. data/bin/lib/Image/ExifTool/Palm.pm +1 -1
  143. data/bin/lib/Image/ExifTool/Panasonic.pm +11 -2
  144. data/bin/lib/Image/ExifTool/PanasonicRaw.pm +1 -1
  145. data/bin/lib/Image/ExifTool/Parrot.pm +1 -1
  146. data/bin/lib/Image/ExifTool/Pentax.pm +4 -3
  147. data/bin/lib/Image/ExifTool/PhaseOne.pm +1 -1
  148. data/bin/lib/Image/ExifTool/PhotoCD.pm +1 -1
  149. data/bin/lib/Image/ExifTool/PhotoMechanic.pm +1 -1
  150. data/bin/lib/Image/ExifTool/Photoshop.pm +7 -6
  151. data/bin/lib/Image/ExifTool/PostScript.pm +1 -1
  152. data/bin/lib/Image/ExifTool/PrintIM.pm +1 -1
  153. data/bin/lib/Image/ExifTool/Qualcomm.pm +1 -1
  154. data/bin/lib/Image/ExifTool/QuickTime.pm +10 -6
  155. data/bin/lib/Image/ExifTool/QuickTimeStream.pl +16 -5
  156. data/bin/lib/Image/ExifTool/RIFF.pm +1 -1
  157. data/bin/lib/Image/ExifTool/RSRC.pm +1 -1
  158. data/bin/lib/Image/ExifTool/RTF.pm +1 -1
  159. data/bin/lib/Image/ExifTool/Radiance.pm +1 -1
  160. data/bin/lib/Image/ExifTool/Rawzor.pm +1 -1
  161. data/bin/lib/Image/ExifTool/Real.pm +1 -1
  162. data/bin/lib/Image/ExifTool/Reconyx.pm +1 -1
  163. data/bin/lib/Image/ExifTool/Red.pm +1 -1
  164. data/bin/lib/Image/ExifTool/Ricoh.pm +1 -1
  165. data/bin/lib/Image/ExifTool/Samsung.pm +238 -3
  166. data/bin/lib/Image/ExifTool/Sanyo.pm +1 -1
  167. data/bin/lib/Image/ExifTool/Scalado.pm +1 -1
  168. data/bin/lib/Image/ExifTool/Shift.pl +3 -1
  169. data/bin/lib/Image/ExifTool/Shortcuts.pm +4 -2
  170. data/bin/lib/Image/ExifTool/Sigma.pm +1 -1
  171. data/bin/lib/Image/ExifTool/SigmaRaw.pm +1 -1
  172. data/bin/lib/Image/ExifTool/Sony.pm +11 -5
  173. data/bin/lib/Image/ExifTool/SonyIDC.pm +1 -1
  174. data/bin/lib/Image/ExifTool/Stim.pm +1 -1
  175. data/bin/lib/Image/ExifTool/TagInfoXML.pm +2 -2
  176. data/bin/lib/Image/ExifTool/TagLookup.pm +6398 -6290
  177. data/bin/lib/Image/ExifTool/TagNames.pod +397 -47
  178. data/bin/lib/Image/ExifTool/Text.pm +1 -1
  179. data/bin/lib/Image/ExifTool/Theora.pm +1 -1
  180. data/bin/lib/Image/ExifTool/Torrent.pm +1 -1
  181. data/bin/lib/Image/ExifTool/Unknown.pm +1 -1
  182. data/bin/lib/Image/ExifTool/VCard.pm +1 -1
  183. data/bin/lib/Image/ExifTool/Validate.pm +1 -1
  184. data/bin/lib/Image/ExifTool/Vorbis.pm +1 -1
  185. data/bin/lib/Image/ExifTool/WTV.pm +1 -1
  186. data/bin/lib/Image/ExifTool/WriteCanonRaw.pl +1 -1
  187. data/bin/lib/Image/ExifTool/WriteExif.pl +1 -1
  188. data/bin/lib/Image/ExifTool/WriteIPTC.pl +1 -1
  189. data/bin/lib/Image/ExifTool/WritePDF.pl +1 -1
  190. data/bin/lib/Image/ExifTool/WritePNG.pl +30 -10
  191. data/bin/lib/Image/ExifTool/WritePhotoshop.pl +1 -1
  192. data/bin/lib/Image/ExifTool/WritePostScript.pl +1 -1
  193. data/bin/lib/Image/ExifTool/WriteQuickTime.pl +9 -4
  194. data/bin/lib/Image/ExifTool/WriteXMP.pl +3 -1
  195. data/bin/lib/Image/ExifTool/Writer.pl +7 -6
  196. data/bin/lib/Image/ExifTool/XMP.pm +49 -23
  197. data/bin/lib/Image/ExifTool/XMP2.pl +3 -2
  198. data/bin/lib/Image/ExifTool/XMPStruct.pl +22 -8
  199. data/bin/lib/Image/ExifTool/ZIP.pm +10 -2
  200. data/bin/lib/Image/ExifTool/ZISRAW.pm +1 -1
  201. data/bin/lib/Image/ExifTool/iWork.pm +1 -1
  202. data/bin/lib/Image/ExifTool.pm +30 -14
  203. data/bin/lib/Image/ExifTool.pod +71 -69
  204. data/bin/perl-Image-ExifTool.spec +43 -43
  205. data/lib/exiftool_vendored/version.rb +1 -1
  206. metadata +2 -2
@@ -12,7 +12,7 @@ meta information extracted from or written to a file.
12
12
  =head1 TAG TABLES
13
13
 
14
14
  The tables listed below give the names of all tags recognized by ExifTool.
15
- They contain a total of 25521 tags, with 16386 unique tag names.
15
+ They contain a total of 25792 tags, with 16480 unique tag names.
16
16
 
17
17
  B<Tag ID>, B<Index#> or B<Sequence> is given in the first column of each
18
18
  table. A B<Tag ID> is the computer-readable equivalent of a tag name, and
@@ -156,6 +156,7 @@ L<https://www.w3.org/Graphics/JPEG/jfif3.pdf> for the JPEG specification.
156
156
  Samsung Samsung Trailer
157
157
  EmbeddedVideo no
158
158
  Insta360 no
159
+ NikonApp no
159
160
  PreviewImage yes
160
161
 
161
162
  =head3 JPEG AVI1 Tags
@@ -628,6 +629,7 @@ for the official EXIF 2.32 specification.
628
629
  MakerNoteCanon ExifIFD Canon
629
630
  MakerNoteCasio ExifIFD Casio
630
631
  MakerNoteCasio2 ExifIFD Casio Type2
632
+ MakerNoteDJIInfo ExifIFD DJI Info
631
633
  MakerNoteDJI ExifIFD DJI
632
634
  MakerNoteFLIR ExifIFD FLIR
633
635
  MakerNoteFujiFilm ExifIFD FujiFilm
@@ -668,6 +670,7 @@ for the official EXIF 2.32 specification.
668
670
  MakerNoteNintendo ExifIFD Nintendo
669
671
  MakerNoteOlympus ExifIFD Olympus
670
672
  MakerNoteOlympus2 ExifIFD Olympus
673
+ MakerNoteOlympus3 ExifIFD Olympus
671
674
  MakerNoteLeica ExifIFD Panasonic
672
675
  MakerNoteLeica2 ExifIFD Panasonic Leica2
673
676
  MakerNoteLeica3 ExifIFD Panasonic Leica3
@@ -852,6 +855,7 @@ for the official EXIF 2.32 specification.
852
855
  MakerNotePentax IFD0 Pentax
853
856
  MakerNotePentax5 IFD0 Pentax
854
857
  MakerNoteRicohPentax IFD0 Pentax
858
+ MakerNoteDJIInfo IFD0 DJI Info
855
859
  DNGPrivateData IFD0 int8u!
856
860
  0xc635 MakerNoteSafety IFD0 int16u
857
861
  0xc640 RawImageSegmentation - no
@@ -1251,6 +1255,7 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
1251
1255
  acdsee XMP acdsee
1252
1256
  album XMP Album
1253
1257
  apple-fi XMP apple_fi
1258
+ ast Nikon ast
1254
1259
  aux XMP aux
1255
1260
  cc XMP cc
1256
1261
  cell XMP cell
@@ -1290,6 +1295,7 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
1290
1295
  mwg-coll MWG Collections
1291
1296
  mwg-kw MWG Keywords
1292
1297
  mwg-rs MWG Regions
1298
+ nine Nikon nine
1293
1299
  pdf XMP pdf
1294
1300
  pdfx XMP pdfx
1295
1301
  photomech PhotoMechanic XMP
@@ -1302,6 +1308,7 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
1302
1308
  prm XMP prm
1303
1309
  pur XMP pur
1304
1310
  rdf XMP rdf
1311
+ sdc Nikon sdc
1305
1312
  swf XMP swf
1306
1313
  tiff XMP tiff
1307
1314
  x XMP x
@@ -6750,6 +6757,7 @@ Metadata tags that exist.
6750
6757
 
6751
6758
  Tag Name Writable
6752
6759
  -------- --------
6760
+ CreatorApp no
6753
6761
  ManufacturerName no
6754
6762
  MediaColor no
6755
6763
  MediaWeight no
@@ -7116,7 +7124,7 @@ Unknown only to reduce the volume of the normal output.
7116
7124
  0x00de LimitSelectableImageArea16To9? no
7117
7125
  0x00df ApplySettingsToLiveView no
7118
7126
  0x00e0 FocusPeakingLevel no
7119
- 0x00e9 LensControlRing no
7127
+ 0x00ea LensControlRing no
7120
7128
  0x00ed MovieMultiSelector no
7121
7129
  0x00ee MovieAFSpeed no
7122
7130
  0x00ef MovieAFSpeedApply no
@@ -7342,6 +7350,7 @@ Unknown only to reduce the volume of the normal output.
7342
7350
  0x4021 MultiExp Canon MultiExp
7343
7351
  0x4024 FilterInfo Canon FilterInfo
7344
7352
  0x4025 HDRInfo Canon HDRInfo
7353
+ 0x4026 LogInfo Canon LogInfo
7345
7354
  0x4028 AFConfig Canon AFConfig
7346
7355
  0x403f RawBurstModeRoll Canon RawBurstInfo
7347
7356
 
@@ -9511,6 +9520,18 @@ Information about creative filter settings.
9511
9520
  1 HDR int32s
9512
9521
  2 HDREffect int32s
9513
9522
 
9523
+ =head3 Canon LogInfo Tags
9524
+
9525
+ Index4 Tag Name Writable
9526
+ ------ -------- --------
9527
+ 4 CompressionFormat int32s
9528
+ 6 Sharpness int32s
9529
+ 7 Saturation int32s
9530
+ 8 ColorTone int32s
9531
+ 9 ColorSpace2 int32s
9532
+ 10 ColorMatrix int32s
9533
+ 11 CanonLogVersion int32s
9534
+
9514
9535
  =head3 Canon AFConfig Tags
9515
9536
 
9516
9537
  Index4 Tag Name Writable
@@ -10633,6 +10654,30 @@ These tags belong to the ExifTool XMP-drone-dji family 1 group.
10633
10654
  RtkStdLon real
10634
10655
  SelfData string
10635
10656
 
10657
+ =head3 DJI Info Tags
10658
+
10659
+ Tags written by some DJI drones.
10660
+
10661
+ Tag ID Tag Name Writable
10662
+ ------ -------- --------
10663
+ 'FlightDegree(Y,P,R)' FlightDegree no
10664
+ 'FlightSpeed(X,Y,Z)' FlightSpeed no
10665
+ 'GimbalDegree(Y,P,R)' GimbalDegree no
10666
+ 'adj_dbg_info' ADJDebugInfo no
10667
+ 'ae_dbg_info' AEDebugInfo no
10668
+ 'ae_histogram_info' AEHistogramInfo no
10669
+ 'ae_liveview_histogram_info'
10670
+ AELiveViewHistogramInfo no
10671
+ 'ae_liveview_local_histogram'
10672
+ AELiveViewLocalHistogram no
10673
+ 'ae_local_histogram' AELocalHistogram no
10674
+ 'af_dbg_info' AFDebugInfo no
10675
+ 'awb_dbg_info' AWBDebugInfo no
10676
+ 'hiso' Histogram no
10677
+ 'hyperlapse_dbg_info' HyperlapsDebugInfo no
10678
+ 'sensor_id' SensorID no
10679
+ 'xidiri' Xidiri no
10680
+
10636
10681
  =head3 DJI ThermalParams Tags
10637
10682
 
10638
10683
  Thermal parameters extracted from APP4 of DJI RJPEG files from the ZH20T.
@@ -10884,8 +10929,10 @@ FLIR Picture in Picture tags.
10884
10929
  64 GPSDOP no
10885
10930
  68 GPSSpeedRef no
10886
10931
  70 GPSTrackRef no
10932
+ 72 GPSImgDirectionRef no
10887
10933
  76 GPSSpeed no
10888
10934
  80 GPSTrack no
10935
+ 84 GPSImgDirection no
10889
10936
  88 GPSMapDatum no
10890
10937
 
10891
10938
  =head3 FLIR MeterLink Tags
@@ -13497,7 +13544,7 @@ DiMAGE X and Xt.
13497
13544
  ShotInfoD500 Nikon ShotInfoD500
13498
13545
  ShotInfoD6 Nikon ShotInfoD6
13499
13546
  ShotInfoD610 Nikon ShotInfoD610
13500
- ShotInfoZ7_2 Nikon ShotInfoZ7_2
13547
+ ShotInfoZ7II Nikon ShotInfoZ7II
13501
13548
  ShotInfoZ9 Nikon ShotInfoZ9
13502
13549
  ShotInfo02xx Nikon ShotInfo
13503
13550
  ShotInfoUnknown Nikon ShotInfo
@@ -13554,7 +13601,8 @@ DiMAGE X and Xt.
13554
13601
  0x00b1 HighISONoiseReduction int16u
13555
13602
  0x00b3 ToningEffect string
13556
13603
  0x00b6 PowerUpTime undef
13557
- 0x00b7 AFInfo2 Nikon AFInfo2
13604
+ 0x00b7 AFInfo2 Nikon AFInfo2V0400
13605
+ Nikon AFInfo2
13558
13606
  0x00b8 FileInfo Nikon FileInfo
13559
13607
  Nikon FileInfo
13560
13608
  0x00b9 AFTune Nikon AFTune
@@ -13573,6 +13621,63 @@ DiMAGE X and Xt.
13573
13621
  0x0e1e NikonCaptureOutput Nikon CaptureOutput
13574
13622
  0x0e22 NEFBitDepth int16u[4]!
13575
13623
 
13624
+ =head3 Nikon ast Tags
13625
+
13626
+ Tags used by Nikon NX Studio in Nikon NKSC sidecar files and trailers.
13627
+
13628
+ These tags belong to the ExifTool XMP-ast family 1 group.
13629
+
13630
+ Tag Name Writable
13631
+ -------- --------
13632
+ About no
13633
+ GPSAltitude no
13634
+ GPSAltitudeRef no
13635
+ GPSImgDirection no
13636
+ GPSImgDirectionRef no
13637
+ GPSLatitude no
13638
+ GPSLatitudeRef no
13639
+ GPSLongitude no
13640
+ GPSLongitudeRef no
13641
+ GPSMapDatum no
13642
+ GPSVersionID no
13643
+ IPTC IPTC
13644
+ Version no
13645
+ XMLPackets XMP
13646
+
13647
+ =head3 Nikon nine Tags
13648
+
13649
+ These tags belong to the ExifTool XMP-nine family 1 group.
13650
+
13651
+ Tag Name Writable
13652
+ -------- --------
13653
+ About no
13654
+ Label no
13655
+ NineEdits Nikon NineEdits
13656
+ Rating no
13657
+ Trim no
13658
+ Version no
13659
+
13660
+ =head3 Nikon NineEdits Tags
13661
+
13662
+ XML-based tags used to store editing information.
13663
+
13664
+ Tag Name Writable
13665
+ -------- --------
13666
+ FilterParametersBinary no
13667
+ FilterParametersCustomCustomData no
13668
+ FilterParametersExportExportData no
13669
+
13670
+ =head3 Nikon sdc Tags
13671
+
13672
+ These tags belong to the ExifTool XMP-sdc family 1 group.
13673
+
13674
+ Tag Name Writable
13675
+ -------- --------
13676
+ About no
13677
+ AppName no
13678
+ AppVersion no
13679
+ Version no
13680
+
13576
13681
  =head3 Nikon PreviewIFD Tags
13577
13682
 
13578
13683
  Tag ID Tag Name Writable
@@ -14150,9 +14255,9 @@ These tags are extracted from encrypted data in images from the D610.
14150
14255
  4 FirmwareVersion no
14151
14256
  1999 CustomSettingsD610 NikonCustom SettingsD610
14152
14257
 
14153
- =head3 Nikon ShotInfoZ7_2 Tags
14258
+ =head3 Nikon ShotInfoZ7II Tags
14154
14259
 
14155
- These tags are extracted from encrypted data in images from the Z7_2.
14260
+ These tags are extracted from encrypted data in images from the Z7II.
14156
14261
 
14157
14262
  Index Tag Name Writable
14158
14263
  ----- -------- --------
@@ -14163,12 +14268,12 @@ These tags are extracted from encrypted data in images from the Z7_2.
14163
14268
  52786 RollAngle fixed32u
14164
14269
  52790 PitchAngle fixed32u
14165
14270
  52794 YawAngle fixed32u
14166
- 52918 ZMenuSettingsOffset int8u
14167
- 52920 ZMenuSettings Nikon ZMenuSettings
14271
+ 52918 MenuSettingsZ7IIOffset int8u
14272
+ 52920 MenuSettingsZ7II Nikon MenuSettingsZ7II
14168
14273
 
14169
- =head3 Nikon ZMenuSettings Tags
14274
+ =head3 Nikon MenuSettingsZ7II Tags
14170
14275
 
14171
- These tags are used by the Z5 Z6 Z7 Z6II Z7II Z50 Zfc
14276
+ These tags are used by the Z5, Z6, Z7, Z6II, Z7II, Z50 and Zfc.
14172
14277
 
14173
14278
  Index1 Tag Name Writable
14174
14279
  ------ -------- --------
@@ -14185,7 +14290,7 @@ These tags are used by the Z5 Z6 Z7 Z6II Z7II Z50 Zfc
14185
14290
  232 FocusShiftExposureLock int8u
14186
14291
  322 DiffractionCompensation int8u
14187
14292
  323 AutoDistortionControl int8u
14188
- 326 NikonMeteringMode? int8u
14293
+ 326 NikonMeteringMode int8u
14189
14294
  328 FlashControlMode int8u
14190
14295
  334 FlashGNDistance? no
14191
14296
  338 FlashOutput? int8u
@@ -14198,7 +14303,7 @@ These tags are used by the Z5 Z6 Z7 Z6II Z7II Z50 Zfc
14198
14303
  504 MovieFrameRate? int8u
14199
14304
  506 MovieSlowMotion? int8u
14200
14305
  510 MovieType? int8u
14201
- 516 MovieISOAutoManualMode? no
14306
+ 516 MovieISOAutoManualMode? int16u
14202
14307
  568 MovieActiveD-Lighting? int8u
14203
14308
  572 MovieHighISONoiseReduction? int8u
14204
14309
  574 MovieVignetteControl? int8u
@@ -14218,9 +14323,88 @@ These tags are extracted from encrypted data in images from the Z9.
14218
14323
  ----- -------- --------
14219
14324
  0 ShotInfoVersion no
14220
14325
  4 FirmwareVersion no
14326
+ 27800 IntervalShooting int16u~
14327
+ 30788 FocusShiftShooting int8u~
14221
14328
  60139 RollAngle fixed32u
14222
14329
  60143 PitchAngle fixed32u
14223
14330
  60147 YawAngle fixed32u
14331
+ 60491 MenuSettingsZ9 Nikon MenuSettingsZ9
14332
+
14333
+ =head3 Nikon MenuSettingsZ9 Tags
14334
+
14335
+ These tags are used by the Z9.
14336
+
14337
+ Index1 Tag Name Writable
14338
+ ------ -------- --------
14339
+ 140 MultipleExposureMode int8u
14340
+ 142 MultiExposureShots int8u
14341
+ 188 Intervals int32u
14342
+ 192 ShotsPerInterval int32u
14343
+ 232 FocusShiftNumberShots int8u
14344
+ 236 FocusShiftStepWidth int8u
14345
+ 240 FocusShiftInterval int8u~
14346
+ 244 FocusShiftExposureLock? int8u
14347
+ 274 PhotoShootingMenuBank int8u
14348
+ 276 ExtendedMenuBanks int8u
14349
+ 308 PhotoShootingMenuBankImageArea int8u
14350
+ 322 AutoISO int8u
14351
+ 324 ISOAutoHiLimit? int16u
14352
+ 326 ISOAutoFlashLimit? int16u
14353
+ 334 ISOAutoShutterTime no
14354
+ 416 MovieVignetteControl? int8u
14355
+ 418 DiffractionCompensation int8u
14356
+ 420 FlickerReductionShooting int8u
14357
+ 424 FlashControlMode int8u
14358
+ 426 FlashMasterCompensation? int8s
14359
+ 430 FlashGNDistance? no
14360
+ 434 FlashOutput? int8u
14361
+ 444 FlashRemoteControl? int8u
14362
+ 456 FlashWirelessOption? int8u
14363
+ 528 AFAreaMode int8u
14364
+ 530 VRMode int8u
14365
+ 534 BracketSet int8u
14366
+ 536 BracketProgram int8u
14367
+ 538 BracketIncrement int8u
14368
+ 556 SecondarySlotFunction int8u
14369
+ 572 DXCropAlert int8u
14370
+ 574 SubjectDetection int8u
14371
+ 604 MovieImageArea? int8u & 0x01
14372
+ 614 MovieType? int8u
14373
+ 616 MovieISOAutoHiLimit? int16u
14374
+ 618 MovieISOAutoControlManualMode? int8u
14375
+ 620 MovieISOAutoManualMode? int16u
14376
+ 696 MovieActiveD-Lighting? int8u
14377
+ 698 MovieHighISONoiseReduction? int8u
14378
+ 704 MovieFlickerReduction int8u
14379
+ 706 MovieMeteringMode? int8u
14380
+ 708 MovieFocusMode? int8u
14381
+ 710 MovieAFAreaMode int8u
14382
+ 712 MovieVRMode? int8u
14383
+ 716 MovieElectronicVR? int8u
14384
+ 718 MovieSoundRecording? int8u
14385
+ 720 MicrophoneSensitivity? int8u
14386
+ 722 MicrophoneAttenuator? int8u
14387
+ 724 MicrophoneFrequencyResponse? int8u
14388
+ 726 WindNoiseReduction? int8u
14389
+ 748 MovieToneMap? int8u
14390
+ 754 MovieFrameSize? int8u
14391
+ 756 MovieFrameRate? int8u
14392
+ 762 MicrophoneJackPower? int8u
14393
+ 763 MovieDXCropAlert? int8u
14394
+ 764 MovieSubjectDetection? int8u
14395
+ 799 CustomSettingsZ9 NikonCustom SettingsZ9
14396
+ 1426 Language? int8u
14397
+ 1428 TimeZone int8u
14398
+ 1434 MonitorBrightness? no
14399
+ 1456 AFFineTune? int8u
14400
+ 1552 HDMIOutputResolution int8u
14401
+ 1565 SetClockFromLocationData? int8u
14402
+ 1572 AirplaneMode? int8u
14403
+ 1573 EmptySlotRelease? int8u
14404
+ 1608 EnergySavingMode? int8u
14405
+ 1632 RecordLocationData? int8u
14406
+ 1636 USBPowerDelivery? int8u
14407
+ 1645 SensorShield? int8u
14224
14408
 
14225
14409
  =head3 Nikon ShotInfo Tags
14226
14410
 
@@ -14546,7 +14730,7 @@ These tags are used by the D4S, D750, D810, D5500, D7200 (FlashInfoVersion
14546
14730
  0 FlashInfoVersion no
14547
14731
  4 FlashSource int8u
14548
14732
  6 ExternalFlashFirmware int8u[2]
14549
- 27 FlashCompensation int8s
14733
+ 10 FlashCompensation int8s
14550
14734
 
14551
14735
  =head3 Nikon FlashInfoUnknown Tags
14552
14736
 
@@ -14563,6 +14747,18 @@ These tags are used by the D4S, D750, D810, D5500, D7200 (FlashInfoVersion
14563
14747
  2 MultiExposureShots int32u
14564
14748
  3 MultiExposureAutoGain int32u
14565
14749
 
14750
+ =head3 Nikon AFInfo2V0400 Tags
14751
+
14752
+ Index1 Tag Name Writable
14753
+ ------ -------- --------
14754
+ 0 AFInfo2Version no
14755
+ 62 AFImageWidth int16u
14756
+ 64 AFImageHeight int16u
14757
+ 67 FocusPositionHorizontal int8u~
14758
+ 69 FocusPositionVertical int8u~
14759
+ 70 AFAreaWidth int16u
14760
+ 72 AFAreaHeight int16u
14761
+
14566
14762
  =head3 Nikon AFInfo2 Tags
14567
14763
 
14568
14764
  These tags are written by Nikon DSLR's which have the live view feature.
@@ -15914,6 +16110,151 @@ Custom settings for the D610.
15914
16110
  21.2 ShootingInfoMonitorOffTime int8u & 0x1c
15915
16111
  35.1 PlaybackMonitorOffTime int8u & 0xe0
15916
16112
 
16113
+ =head3 NikonCustom SettingsZ9 Tags
16114
+
16115
+ Custom settings for the Z9.
16116
+
16117
+ Index1 Tag Name Writable
16118
+ ------ -------- --------
16119
+ 1 CustomSettingsBank int8u
16120
+ 3 AF-CPrioritySelection int8u
16121
+ 5 AF-SPrioritySelection int8u
16122
+ 7 BlockShotAFResponse int8u
16123
+ 11 AFPointSel int8u
16124
+ 13 StoreByOrientation int8u
16125
+ 15 AFActivation int8u
16126
+ 16 AF-OnOutOfFocusRelease? int8u
16127
+ 17 LimitAF-AreaModeSelPinpoint? int8u
16128
+ 19 LimitAF-AreaModeSelWideAF_S? int8u
16129
+ 20 LimitAF-AreaModeSelWideAF_L? int8u
16130
+ 21 LimitAFAreaModeSelAuto? int8u
16131
+ 22 FocusPointWrap? int8u
16132
+ 23 ManualFocusPointIllumination? int8u
16133
+ 24 DynamicAreaAFAssist? int8u
16134
+ 25 AF-AssistIlluminator int8u
16135
+ 26 ManualFocusRingInAFMode int8u
16136
+ 27 ExposureControlStepSize int8u
16137
+ 29 EasyExposureCompensation int8u
16138
+ 31 CenterWeightedAreaSize int8u
16139
+ 33 FineTuneOptMatrixMetering int8s
16140
+ 35 FineTuneOptCenterWeighted int8s
16141
+ 37 FineTuneOptSpotMetering int8s
16142
+ 39 FineTuneOptHighlightWeighted int8s
16143
+ 41 ShutterReleaseButtonAE-L int8u
16144
+ 43 SelfTimerTime int8u
16145
+ 45 SelfTimerShotCount int8u
16146
+ 49 SelfTimerShotInterval int8u
16147
+ 51 PlaybackMonitorOffTime int8u
16148
+ 53 MenuMonitorOffTime int8u
16149
+ 55 ShootingInfoMonitorOffTime int8u
16150
+ 57 ImageReviewMonitorOffTime int8u
16151
+ 59 CLModeShootingSpeed int8u
16152
+ 61 MaxContinuousRelease no
16153
+ 65 SyncReleaseMode? int8u
16154
+ 69 LimitSelectableImageAreaDX? int8u
16155
+ 70 LimitSelectableImageArea1To1? int8u
16156
+ 71 LimitSelectableImageArea16To9? int8u
16157
+ 72 FileNumberSequence int8u
16158
+ 73 FocusPeakingLevel? int8u
16159
+ 75 FocusPeakingHighlightColor? int8u
16160
+ 81 ContinuousModeDisplay int8u
16161
+ 83 FlashSyncSpeed no
16162
+ 85 HighSpeedSync int8u
16163
+ 87 FlashShutterSpeed no
16164
+ 89 FlashExposureCompArea int8u
16165
+ 91 AutoFlashISOSensitivity int8u
16166
+ 93 ModelingFlash int8u
16167
+ 95 AutoBracketModeM int8u
16168
+ 97 AutoBracketOrder int8u
16169
+ 99 Func1Button int8u
16170
+ 115 Func2Button int8u
16171
+ 131 AFOnButton int8u
16172
+ 143 SubSelector? int8u
16173
+ 155 AssignMovieRecordButton? int8u
16174
+ 159 LensFunc1Button int8u
16175
+ 167 LensFunc2Button int8u
16176
+ 173 LensControlRing int8u
16177
+ 175 MultiSelectorShootMode int8u
16178
+ 179 MultiSelectorPlaybackMode int8u
16179
+ 183 ShutterSpeedLock int8u
16180
+ 184 ApertureLock int8u
16181
+ 186 CmdDialsReverseRotation int8u
16182
+ 191 UseDialWithoutHold? int8u
16183
+ 193 ReverseIndicators? int8u
16184
+ 195 MovieFunc1Button int8u
16185
+ 203 MovieAF-OnButton int8u
16186
+ 217 MovieMultiSelector? int8u
16187
+ 221 MovieAFSpeed int8u
16188
+ 223 MovieAFSpeedApply int8u
16189
+ 225 MovieAFTrackingSensitivity int8u
16190
+ 257 LCDIllumination? int8u
16191
+ 258 ExtendedShutterSpeeds int8u
16192
+ 259 SubjectMotion int8u
16193
+ 261 FocusPointPersistence int8u
16194
+ 263 AutoFocusModeRestrictions? int8u
16195
+ 267 CHModeShootingSpeed int8u
16196
+ 269.1 LimitReleaseModeSelCL? int8u & 0x02
16197
+ 269.2 LimitReleaseModeSelCH? int8u & 0x04
16198
+ 269.3 LimitReleaseModeSelC30? int8u & 0x10
16199
+ 269.4 LimitReleaseModeSelC120? int8u & 0x40
16200
+ 269.5 LimitReleaseModeSelSelf? int8u & 0x80
16201
+ 273 FlashBurstPriority? int8u
16202
+ 277 VerticalFuncButton int8u
16203
+ 281 Func3Button int8u
16204
+ 285 VerticalAFOnButton int8u
16205
+ 293 VerticalMultiSelectorPlaybackMode? int8u
16206
+ 295 MovieFunc3Button int8u
16207
+ 335 LimitAF-AreaModeSelDynamic_S? int8u
16208
+ 336 LimitAF-AreaModeSelDynamic_M? int8u
16209
+ 337 LimitAF-AreaModeSelDynamic_L? int8u
16210
+ 339 LimitAF-AreaModeSel3DTracking? int8u
16211
+ 341 PlaybackFlickUp? int8u
16212
+ 345 PlaybackFlickDown? int8u
16213
+ 349 ISOStepSize int8u
16214
+ 355 ReverseFocusRing int8u
16215
+ 356 EVFImageFrame? int8u
16216
+ 357 EVFGrid? int8u
16217
+ 359 VirtualHorizonStyle? int8u
16218
+ 373 Func4Button? int8u
16219
+ 379 AudioButton? int8u
16220
+ 381 QualityButton? int8u
16221
+ 399 VerticalMultiSelector? int8u
16222
+ 421 Func1ButtonPlaybackMode? int8u
16223
+ 423 Func2ButtonPlaybackMode? int8u
16224
+ 425 Func3ButtonPlaybackMode? int8u
16225
+ 431 Func4ButtonPlaybackMode? int8u
16226
+ 437 MovieRecordButtonPlaybackMode? int8u
16227
+ 439 VerticalFuncButtonPlaybackMode? int8u
16228
+ 441 AudioButtonPlaybackMode? int8u
16229
+ 447 QualityButtonPlaybackMode? int8u
16230
+ 453 WhiteBalanceButtonPlaybackMode? int8u
16231
+ 459 CommandDialPlaybackMode? int8u
16232
+ 463 SubCommandDialPlaybackMode? int8u
16233
+ 467 FocusPointLock? int8u
16234
+ 469 ControlRingResponse int8u
16235
+ 481 VerticalMovieFuncButton? int8u
16236
+ 505 VerticalMovieAFOnButton? int8u
16237
+ 515 MovieAFAreaMode? int8u
16238
+ 527 HDMIViewAssist? int8u
16239
+ 529 ZebraPatternToneRange? int8u
16240
+ 531 MovieZebraPattern? int8u
16241
+ 533 MovieHighlightDisplayThreshold? int8u
16242
+ 535 MovieMidtoneDisplayValue? int8u
16243
+ 537 MovieMidtoneDisplayRange? int8u~
16244
+ 541 MovieEVFGrid? int8u
16245
+ 549 MovieShutterSpeedLock? int8u
16246
+ 550 MovieFocusPointLock? int8u
16247
+ 563 MatrixMetering? int8u
16248
+ 564 AF-CFocusDisplay int8u
16249
+ 565 FocusPeakingDisplay? int8u
16250
+ 567 KeepExposure int8u
16251
+ 585 StarlightView? int8u
16252
+ 587 EVFWarmDisplayMode? int8u
16253
+ 589 EVFWarmDisplayBrightness? int8s
16254
+ 591 EVFReleaseIndicator? int8u
16255
+ 601 MovieApertureLock? int8u
16256
+ 607 FlickAdvanceDirection? int8u
16257
+
15917
16258
  =head2 NikonCapture Tags
15918
16259
 
15919
16260
  This information is written by the Nikon Capture software in tag 0x0e01 of
@@ -16327,6 +16668,7 @@ any information found here will be extracted, even if the tag is not listed.
16327
16668
  0x0306 AFFineTune int8u
16328
16669
  0x0307 AFFineTuneAdj int16s[3]
16329
16670
  0x0308 FocusBracketStepSize int8u
16671
+ 0x0309 AISubjectTrackingMode int16u
16330
16672
  0x0400 FlashMode int16u
16331
16673
  0x0401 FlashExposureComp rational64s
16332
16674
  0x0403 FlashRemoteControl int16u
@@ -17118,29 +17460,30 @@ iPalm.
17118
17460
  Tags extracted from the PANA and LEIC user data found in MP4 videos from
17119
17461
  various Panasonic and Leica models.
17120
17462
 
17121
- Index1 Tag Name Writable
17122
- ------ -------- --------
17123
- 0 Make no
17124
- 4 Model no
17125
- 12 Model no
17126
- 16 JPEG-likeData EXIF
17127
- 22 Model no
17128
- 52 Version1 no
17129
- 62 Version2 no
17130
- 80 MakerNoteLeica5 Panasonic Leica5
17131
- 88 ThumbnailWidth no
17132
- 90 ThumbnailHeight no
17133
- 92 ThumbnailImage no
17134
- 1334 ThumbnailWidth no
17135
- 1338 ThumbnailHeight no
17136
- 1342 ThumbnailLength no
17137
- 1350 ThumbnailImage no
17138
- 1358 ThumbnailWidth no
17139
- 1362 ThumbnailHeight no
17140
- 1366 ThumbnailLength no
17141
- 1374 ThumbnailImage no
17142
- 16488 ExifData EXIF
17143
- 16512 ExifData EXIF
17463
+ Index1 Tag Name Writable
17464
+ ------ -------- --------
17465
+ 0 Make no
17466
+ 4 Model no
17467
+ 12 Model no
17468
+ 16 JPEG-likeData EXIF
17469
+ 22 Model no
17470
+ 52 Version1 no
17471
+ 62 Version2 no
17472
+ 80 MakerNoteLeica5 Panasonic Leica5
17473
+ 88 ThumbnailWidth no
17474
+ 90 ThumbnailHeight no
17475
+ 92 ThumbnailImage no
17476
+ 1334 ThumbnailWidth no
17477
+ 1338 ThumbnailHeight no
17478
+ 1342 ThumbnailLength no
17479
+ 1350 ThumbnailImage no
17480
+ 1358 ThumbnailWidth no
17481
+ 1362 ThumbnailHeight no
17482
+ 1366 ThumbnailLength no
17483
+ 1374 ThumbnailImage no
17484
+ 16488 ExifData EXIF
17485
+ 16512 ExifData EXIF
17486
+ 0x00200080 ExifData EXIF
17144
17487
 
17145
17488
  =head2 Pentax Tags
17146
17489
 
@@ -20641,6 +20984,7 @@ still proprietary) Adobe format.
20641
20984
  MakerNoteCanon Canon
20642
20985
  MakerNoteCasio Casio
20643
20986
  MakerNoteCasio2 Casio Type2
20987
+ MakerNoteDJIInfo DJI Info
20644
20988
  MakerNoteDJI DJI
20645
20989
  MakerNoteFLIR FLIR
20646
20990
  MakerNoteFujiFilm FujiFilm
@@ -20681,6 +21025,7 @@ still proprietary) Adobe format.
20681
21025
  MakerNoteNintendo Nintendo
20682
21026
  MakerNoteOlympus Olympus
20683
21027
  MakerNoteOlympus2 Olympus
21028
+ MakerNoteOlympus3 Olympus
20684
21029
  MakerNoteLeica Panasonic
20685
21030
  MakerNoteLeica2 Panasonic Leica2
20686
21031
  MakerNoteLeica3 Panasonic Leica3
@@ -25195,13 +25540,13 @@ check if speed is more of a concern.
25195
25540
  'dSIG' DigitalSignature no
25196
25541
  'eXIf' eXIf EXIF
25197
25542
  'fRAc' FractalParameters no
25198
- 'gAMA' Gamma no
25543
+ 'gAMA' Gamma yes!
25199
25544
  'gIFg' GIFGraphicControlExtension no
25200
25545
  'gIFt' GIFPlainTextExtension no
25201
25546
  'gIFx' GIFApplicationExtension no
25202
25547
  'hIST' PaletteHistogram no
25203
25548
  'iCCP' ICC_Profile ICC_Profile
25204
- 'iCCP-name' ProfileName no
25549
+ 'iCCP-name' ProfileName yes
25205
25550
  'iDOT' AppleDataOffsets no
25206
25551
  'iTXt' InternationalText PNG TextualData
25207
25552
  'oFFs' ImageOffset no
@@ -25210,7 +25555,7 @@ check if speed is more of a concern.
25210
25555
  'sBIT' SignificantBits no
25211
25556
  'sCAL' SubjectScale PNG SubjectScale
25212
25557
  'sPLT' SuggestedPalette no
25213
- 'sRGB' SRGBRendering no
25558
+ 'sRGB' SRGBRendering yes!
25214
25559
  'sTER' StereoImage PNG StereoImage
25215
25560
  'tEXt' TextualData PNG TextualData
25216
25561
  'tIME' ModifyDate yes
@@ -26440,9 +26785,9 @@ ExifTool extracts ID3 and Lyrics3 information from MP3, MPEG, WAV, AIFF,
26440
26785
  OGG, FLAC, APE, MPC and RealAudio files. ID3v2 tags which support multiple
26441
26786
  languages (eg. Comment and Lyrics) are extracted by specifying the tag name,
26442
26787
  followed by a dash ('-'), then a 3-character ISO 639-2 language code (eg.
26443
- "Comment-spa"). See L<http://www.id3.org/> for the official ID3
26444
- specification and L<http://www.loc.gov/standards/iso639-2/php/code_list.php>
26445
- for a list of ISO 639-2 language codes.
26788
+ "Comment-spa"). See L<https://id3.org/> for the official ID3 specification
26789
+ and L<http://www.loc.gov/standards/iso639-2/php/code_list.php> for a list of
26790
+ ISO 639-2 language codes.
26446
26791
 
26447
26792
  Tag Name Writable
26448
26793
  -------- --------
@@ -29294,9 +29639,10 @@ for the specification.
29294
29639
  0x7671 ProjectionType no
29295
29640
  0x7672 EquirectangularProj QuickTime equi
29296
29641
  CubemapProj QuickTime cbmp
29297
- 0x7673 ProjectionPosYaw no
29298
- 0x7674 ProjectionPosPitch no
29299
- 0x7675 ProjectionPosRoll no
29642
+ ProjectionPrivate no
29643
+ 0x7673 ProjectionPoseYaw no
29644
+ 0x7674 ProjectionPosePitch no
29645
+ 0x7675 ProjectionPoseRoll no
29300
29646
 
29301
29647
  =head2 MOI Tags
29302
29648
 
@@ -36256,6 +36602,7 @@ document number (ie. the exiftool C<-g3> option).
36256
36602
  9 ZipCompressedSize no
36257
36603
  11 ZipUncompressedSize no
36258
36604
  15 ZipFileName no
36605
+ '_com' ZipFileComment no
36259
36606
 
36260
36607
  =head3 ZIP GZIP Tags
36261
36608
 
@@ -36711,6 +37058,7 @@ FileName.
36711
37058
  NewGUID ExifTool no
36712
37059
  Now ExifTool no
36713
37060
  OtherImage File no
37061
+ PageCount File no
36714
37062
  PreviewImage File yes
36715
37063
  PreviewPDF File no
36716
37064
  PreviewPNG File no
@@ -36884,7 +37232,7 @@ values, may created via the ExifTool configuration file.
36884
37232
  GPSLongitude Sony:GPSLongitude no
36885
37233
  Sony:GPSLongitudeRef
36886
37234
  GPSLongitudeRef XMP-exif:GPSLongitude no
36887
- GPSPosition GPSLatitude yes
37235
+ GPSPosition GPSLatitude yes!
36888
37236
  GPSLongitude
36889
37237
  HyperfocalDistance FocalLength no
36890
37238
  Aperture
@@ -37178,6 +37526,7 @@ for more details.
37178
37526
  MakerNoteCasio
37179
37527
  MakerNoteCasio2
37180
37528
  MakerNoteDJI
37529
+ MakerNoteDJIInfo
37181
37530
  MakerNoteFLIR
37182
37531
  MakerNoteFujiFilm
37183
37532
  MakerNoteGE
@@ -37218,6 +37567,7 @@ for more details.
37218
37567
  MakerNoteNintendo
37219
37568
  MakerNoteOlympus
37220
37569
  MakerNoteOlympus2
37570
+ MakerNoteOlympus3
37221
37571
  MakerNoteLeica
37222
37572
  MakerNoteLeica2
37223
37573
  MakerNoteLeica3
@@ -37564,7 +37914,7 @@ L<Image::ExifTool::BuildTagLookup|Image::ExifTool::BuildTagLookup>.
37564
37914
 
37565
37915
  =head1 AUTHOR
37566
37916
 
37567
- Copyright 2003-2021, Phil Harvey (philharvey66 at gmail.com)
37917
+ Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
37568
37918
 
37569
37919
  This library is free software; you can redistribute it and/or modify it
37570
37920
  under the same terms as Perl itself.