exiftool_vendored 12.22.0 → 12.25.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/bin/Changes +50 -0
  3. data/bin/MANIFEST +11 -0
  4. data/bin/META.json +1 -1
  5. data/bin/META.yml +1 -1
  6. data/bin/README +44 -43
  7. data/bin/config_files/acdsee.config +193 -6
  8. data/bin/config_files/cuepointlist.config +70 -0
  9. data/bin/exiftool +45 -44
  10. data/bin/lib/Image/ExifTool.pm +85 -26
  11. data/bin/lib/Image/ExifTool.pod +61 -50
  12. data/bin/lib/Image/ExifTool/BuildTagLookup.pm +1 -1
  13. data/bin/lib/Image/ExifTool/Canon.pm +3 -2
  14. data/bin/lib/Image/ExifTool/DjVu.pm +6 -5
  15. data/bin/lib/Image/ExifTool/Exif.pm +16 -7
  16. data/bin/lib/Image/ExifTool/FujiFilm.pm +18 -8
  17. data/bin/lib/Image/ExifTool/JPEG.pm +6 -2
  18. data/bin/lib/Image/ExifTool/JSON.pm +24 -3
  19. data/bin/lib/Image/ExifTool/Jpeg2000.pm +361 -16
  20. data/bin/lib/Image/ExifTool/MRC.pm +341 -0
  21. data/bin/lib/Image/ExifTool/MWG.pm +3 -3
  22. data/bin/lib/Image/ExifTool/MXF.pm +1 -1
  23. data/bin/lib/Image/ExifTool/MacOS.pm +1 -1
  24. data/bin/lib/Image/ExifTool/Microsoft.pm +5 -3
  25. data/bin/lib/Image/ExifTool/Nikon.pm +3 -2
  26. data/bin/lib/Image/ExifTool/NikonSettings.pm +10 -1
  27. data/bin/lib/Image/ExifTool/PNG.pm +2 -2
  28. data/bin/lib/Image/ExifTool/Panasonic.pm +14 -1
  29. data/bin/lib/Image/ExifTool/PhaseOne.pm +4 -3
  30. data/bin/lib/Image/ExifTool/QuickTime.pm +102 -44
  31. data/bin/lib/Image/ExifTool/QuickTimeStream.pl +88 -29
  32. data/bin/lib/Image/ExifTool/RIFF.pm +83 -11
  33. data/bin/lib/Image/ExifTool/Samsung.pm +2 -1
  34. data/bin/lib/Image/ExifTool/Sony.pm +98 -24
  35. data/bin/lib/Image/ExifTool/TagLookup.pm +56 -15
  36. data/bin/lib/Image/ExifTool/TagNames.pod +388 -173
  37. data/bin/lib/Image/ExifTool/WritePostScript.pl +1 -0
  38. data/bin/lib/Image/ExifTool/WriteQuickTime.pl +37 -12
  39. data/bin/lib/Image/ExifTool/WriteXMP.pl +6 -2
  40. data/bin/lib/Image/ExifTool/Writer.pl +1 -0
  41. data/bin/lib/Image/ExifTool/XMP.pm +20 -7
  42. data/bin/perl-Image-ExifTool.spec +42 -42
  43. data/lib/exiftool_vendored/version.rb +1 -1
  44. metadata +6 -8
@@ -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 24094 tags, with 15597 unique tag names.
15
+ They contain a total of 24273 tags, with 15738 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
@@ -137,6 +137,7 @@ L<https://www.w3.org/Graphics/JPEG/jfif3.pdf> for the JPEG specification.
137
137
  'APP9' MediaJukebox JPEG MediaJukebox
138
138
  'APP10' Comment no
139
139
  'APP11' JPEG-HDR JPEG HDR
140
+ JUMBF Jpeg2000
140
141
  'APP12' PictureInfo APP12 PictureInfo
141
142
  Ducky APP12 Ducky
142
143
  'APP13' Photoshop Photoshop
@@ -6100,6 +6101,8 @@ Unknown only to reduce the volume of the normal output.
6100
6101
  0x016b LimitAF-AreaModeSelWideLPeople? no
6101
6102
  0x016c LimitAF-AreaModeSelWideLAnimals? no
6102
6103
  0x016e AFAreaMode no
6104
+ 0x0170 PreferSubSelectorCenter no
6105
+ 0x0174 FocusPointSelectionSpeed no
6103
6106
 
6104
6107
  =head2 Canon Tags
6105
6108
 
@@ -9932,6 +9935,8 @@ Tags extracted from FLIR Public image Format (FPF) files.
9932
9935
  0x1100 AutoBracketing int16u
9933
9936
  0x1101 SequenceNumber int16u
9934
9937
  0x1103 DriveSettings FujiFilm DriveSettings
9938
+ 0x1105 PixelShiftShots int16u
9939
+ 0x1106 PixelShiftOffset rational64s[2]
9935
9940
  0x1153 PanoramaAngle int16u
9936
9941
  0x1154 PanoramaDirection int16u
9937
9942
  0x1201 AdvancedFilter int32u
@@ -9988,10 +9993,11 @@ Tags extracted from FLIR Public image Format (FPF) files.
9988
9993
 
9989
9994
  Index4 Tag Name Writable
9990
9995
  ------ -------- --------
9991
- 0.1 FocusMode2 int32u & 0xff
9992
- 0.2 AFAreaMode int32u & 0xf00
9993
- 0.3 AFAreaPointSize int32u & 0xf000
9994
- 0.4 AFAreaZoneSize int32u & 0xf0000
9996
+ 0.1 FocusMode2 int32u & 0x0f
9997
+ 0.2 PreAF int32u & 0xf0
9998
+ 0.3 AFAreaMode int32u & 0xf00
9999
+ 0.4 AFAreaPointSize int32u & 0xf000
10000
+ 0.5 AFAreaZoneSize int32u & 0xf0000
9995
10001
 
9996
10002
  =head3 FujiFilm AFCSettings Tags
9997
10003
 
@@ -15801,6 +15807,9 @@ This information is written by the Leica S (Typ 007) and M10 models.
15801
15807
  0x034c UserProfile string
15802
15808
  0x0359 ISOSelected int32s
15803
15809
  0x035a FNumber int32s
15810
+ 0x035b CorrelatedColorTemp int16u
15811
+ 0x035c ColorTint int16s
15812
+ 0x035d WhitePoint rational64u[2]
15804
15813
 
15805
15814
  =head3 Panasonic Type2 Tags
15806
15815
 
@@ -17513,6 +17522,13 @@ MakerNotes.
17513
17522
  0x202e Quality int16u[2]
17514
17523
  0x202f PixelShiftInfo undef
17515
17524
  0x2031 SerialNumber string
17525
+ 0x2032 Shadows int32s
17526
+ 0x2033 Highlights int32s
17527
+ 0x2034 Fade int32s
17528
+ 0x2035 SharpnessRange int32s
17529
+ 0x2036 Clarity int32s
17530
+ 0x2037 FocusFrameSize no
17531
+ 0x2039 JPEG-HEIFSwitch int16u
17516
17532
  0x3000 ShotInfo Sony ShotInfo
17517
17533
  0x900b Tag900b Sony Tag900b
17518
17534
  0x9050 Tag9050a Sony Tag9050a
@@ -18599,7 +18615,7 @@ Valid from July 2015 for ILCE-6100/6300/6400/6500/6600/7C/7M3/7RM2/7RM3/7RM4/
18599
18615
 
18600
18616
  =head3 Sony Tag9050c Tags
18601
18617
 
18602
- Valid from July 2020 for ILCE-1/7SM3.
18618
+ Valid from July 2020 for ILCE-1/7SM3, ILME-FX3.
18603
18619
 
18604
18620
  Index1 Tag Name Writable
18605
18621
  ------ -------- --------
@@ -18614,6 +18630,7 @@ Valid from July 2020 for ILCE-1/7SM3.
18614
18630
  104 SonyFNumber int16u
18615
18631
  107 ReleaseMode2 int8u
18616
18632
  136 InternalSerialNumber int8u[6]~
18633
+ 138 InternalSerialNumber int8u[6]~
18617
18634
 
18618
18635
  =head3 Sony Tag9400a Tags
18619
18636
 
@@ -18815,7 +18832,7 @@ These tags are currently extracted for SLT models only.
18815
18832
 
18816
18833
  =head3 Sony Tag940c Tags
18817
18834
 
18818
- NEX and ILCE models only.
18835
+ E-mount cameras only.
18819
18836
 
18820
18837
  Index1 Tag Name Writable
18821
18838
  ------ -------- --------
@@ -19005,7 +19022,7 @@ E-mount models.
19005
19022
 
19006
19023
  =head3 Sony Tag9416 Tags
19007
19024
 
19008
- Valid for the ILCE-1/7SM3.
19025
+ Valid for the ILCE-1/7SM3, ILME-FX3.
19009
19026
 
19010
19027
  Index1 Tag Name Writable
19011
19028
  ------ -------- --------
@@ -21771,6 +21788,178 @@ even if it is not listed in this table.
21771
21788
  YhiYloCorK1 no
21772
21789
  YhiYloCorK2 no
21773
21790
 
21791
+ =head2 Jpeg2000 Tags
21792
+
21793
+ The tags below are extracted from JPEG 2000 images and the JUMBF metadata in
21794
+ JPEG images. Note that ExifTool currently writes only EXIF, IPTC and XMP
21795
+ tags in Jpeg2000 images.
21796
+
21797
+ Tag ID Tag Name Writable
21798
+ ------ -------- --------
21799
+ 'Exif' EXIF EXIF
21800
+ 'asoc' Association Jpeg2000
21801
+ 'bfil' BinaryFilter no
21802
+ 'bpcc' BitsPerComponent no
21803
+ 'cdef' ComponentDefinition no
21804
+ 'cgrp' ColorGroup no
21805
+ 'chck' DigitalSignature no
21806
+ 'cmap' ComponentMapping no
21807
+ 'colr' ColorSpecification Jpeg2000 ColorSpec
21808
+ 'comp' Composition no
21809
+ 'copt' CompositionOptions no
21810
+ 'cref' Cross-Reference no
21811
+ 'creg' CodestreamRegistration no
21812
+ 'drep' DesiredReproductions no
21813
+ 'dtbl' DataReference no
21814
+ 'flst' FragmentList no
21815
+ 'free' Free no
21816
+ 'ftbl' FragmentTable no
21817
+ 'ftyp' FileType Jpeg2000 FileType
21818
+ 'gtso' GraphicsTechnologyStandardOutput no
21819
+ 'ihdr' ImageHeader Jpeg2000 ImageHeader
21820
+ 'inst' InstructionSet no
21821
+ 'jP ' JP2Signature no
21822
+ 'jp2c' ContiguousCodestream no
21823
+ PreviewImage no
21824
+ 'jp2h' JP2Header Jpeg2000
21825
+ 'jp2i' IntellectualProperty XMP
21826
+ 'jpch' CodestreamHeader Jpeg2000
21827
+ 'jplh' CompositingLayerHeader Jpeg2000
21828
+ 'json' JSONData JSON
21829
+ 'jumb' JUMBFBox Jpeg2000
21830
+ 'jumd' JUMBFDescr Jpeg2000 JUMD
21831
+ 'jxlc' JXLCodestream no
21832
+ 'lbl ' Label no
21833
+ 'mdat' MediaData no
21834
+ 'mp7b' MPEG7Binary no
21835
+ 'nlst' NumberList no
21836
+ 'opct' Opacity no
21837
+ 'pclr' Palette no
21838
+ 'prfl' Profile no
21839
+ 'res ' Resolution Jpeg2000
21840
+ 'resc' CaptureResolution Jpeg2000 CaptureResolution
21841
+ 'resd' DisplayResolution Jpeg2000 DisplayResolution
21842
+ 'roid' ROIDescription no
21843
+ 'rreq' ReaderRequirements no
21844
+ 'uinf' UUIDInfo Jpeg2000
21845
+ 'ulst' UUIDList no
21846
+ 'url ' URL no
21847
+ 'uuid' UUID-EXIF EXIF
21848
+ UUID-EXIF2 EXIF
21849
+ UUID-EXIF_bad EXIF
21850
+ UUID-IPTC IPTC
21851
+ UUID-IPTC2 IPTC
21852
+ UUID-XMP XMP
21853
+ UUID-GeoJP2 EXIF
21854
+ UUID-Photoshop Photoshop
21855
+ UUID-Signature no
21856
+ UUID-Unknown no
21857
+ 'xml ' XML XMP XML
21858
+ XMP -
21859
+ XMP
21860
+
21861
+ =head3 Jpeg2000 ColorSpec Tags
21862
+
21863
+ Index1 Tag Name Writable
21864
+ ------ -------- --------
21865
+ 0 ColorSpecMethod no
21866
+ 1 ColorSpecPrecedence no
21867
+ 2 ColorSpecApproximation no
21868
+ 3 ICC_Profile ICC_Profile
21869
+ ColorSpace no
21870
+ ColorSpecData no
21871
+
21872
+ =head3 Jpeg2000 FileType Tags
21873
+
21874
+ Index4 Tag Name Writable
21875
+ ------ -------- --------
21876
+ 0 MajorBrand no
21877
+ 1 MinorVersion no
21878
+ 2 CompatibleBrands no
21879
+
21880
+ =head3 Jpeg2000 ImageHeader Tags
21881
+
21882
+ Index1 Tag Name Writable
21883
+ ------ -------- --------
21884
+ 0 ImageHeight no
21885
+ 4 ImageWidth no
21886
+ 8 NumberOfComponents no
21887
+ 10 BitsPerComponent no
21888
+ 11 Compression no
21889
+
21890
+ =head3 Jpeg2000 JUMD Tags
21891
+
21892
+ Information extracted from the JUMBF description box.
21893
+
21894
+ Tag ID Tag Name Writable
21895
+ ------ -------- --------
21896
+ 'jumd-flags' JUMDFlags no
21897
+ 'jumd-id' JUMDID no
21898
+ 'jumd-label' JUMDLabel no
21899
+ 'jumd-sig' JUMDSignature no
21900
+ 'jumd-type' JUMDType no
21901
+
21902
+ =head3 Jpeg2000 CaptureResolution Tags
21903
+
21904
+ Index1 Tag Name Writable
21905
+ ------ -------- --------
21906
+ 0 CaptureYResolution no
21907
+ 4 CaptureXResolution no
21908
+ 8 CaptureYResolutionUnit no
21909
+ 9 CaptureXResolutionUnit no
21910
+
21911
+ =head3 Jpeg2000 DisplayResolution Tags
21912
+
21913
+ Index1 Tag Name Writable
21914
+ ------ -------- --------
21915
+ 0 DisplayYResolution no
21916
+ 4 DisplayXResolution no
21917
+ 8 DisplayYResolutionUnit no
21918
+ 9 DisplayXResolutionUnit no
21919
+
21920
+ =head2 JSON Tags
21921
+
21922
+ Other than a few tags in the table below, JSON tags have not been
21923
+ pre-defined. However, ExifTool will read any existing tags from basic
21924
+ JSON-formatted files.
21925
+
21926
+ Tag Name Writable
21927
+ -------- --------
21928
+ ON1_SettingsData PLIST
21929
+ ON1_SettingsMetadataCreated no
21930
+ ON1_SettingsMetadataModified no
21931
+ ON1_SettingsMetadataName no
21932
+ ON1_SettingsMetadataPluginID no
21933
+ ON1_SettingsMetadataTimestamp no
21934
+ ON1_SettingsMetadataUsage no
21935
+ ON1_SettingsMetadataVisibleToUser no
21936
+
21937
+ =head2 PLIST Tags
21938
+
21939
+ Apple Property List tags. ExifTool reads both XML and binary-format PLIST
21940
+ files, and will extract any existing tags even if they aren't listed below.
21941
+ These tags belong to the family 0 "PLIST" group, but family 1 group may be
21942
+ either "XML" or "PLIST" depending on whether the format is XML or binary.
21943
+
21944
+ Tag ID Tag Name Writable
21945
+ ------ -------- --------
21946
+ 'MetaDataList//DateTimeOriginal'
21947
+ DateTimeOriginal no
21948
+ 'MetaDataList//Duration' Duration no
21949
+ 'MetaDataList//Geolocation/Latitude'
21950
+ GPSLatitude no
21951
+ 'MetaDataList//Geolocation/Longitude'
21952
+ GPSLongitude no
21953
+ 'MetaDataList//Geolocation/MapDatum'
21954
+ GPSMapDatum no
21955
+ 'XMLFileType' XMLFileType no
21956
+ 'cast//name' Cast no+
21957
+ 'codirectors//name' Codirectors no+
21958
+ 'directors//name' Directors no+
21959
+ 'producers//name' Producers no+
21960
+ 'screenwriters//name' Screenwriters no+
21961
+ 'studio//name' Studio no+
21962
+
21774
21963
  =head2 APP12 Tags
21775
21964
 
21776
21965
  =head3 APP12 PictureInfo Tags
@@ -23327,113 +23516,6 @@ to avoid name conflicts.
23327
23516
  'Duration' Duration rational64u~
23328
23517
  'data' RelatedVideoFile undef
23329
23518
 
23330
- =head2 Jpeg2000 Tags
23331
-
23332
- The tags below are extracted from JPEG 2000 images, however ExifTool
23333
- currently writes only EXIF, IPTC and XMP tags in these images.
23334
-
23335
- Tag ID Tag Name Writable
23336
- ------ -------- --------
23337
- 'asoc' Association Jpeg2000
23338
- 'bfil' BinaryFilter no
23339
- 'bpcc' BitsPerComponent no
23340
- 'cdef' ComponentDefinition no
23341
- 'cgrp' ColorGroup no
23342
- 'chck' DigitalSignature no
23343
- 'cmap' ComponentMapping no
23344
- 'colr' ColorSpecification Jpeg2000 ColorSpec
23345
- 'comp' Composition no
23346
- 'copt' CompositionOptions no
23347
- 'cref' Cross-Reference no
23348
- 'creg' CodestreamRegistration no
23349
- 'drep' DesiredReproductions no
23350
- 'dtbl' DataReference no
23351
- 'flst' FragmentList no
23352
- 'free' Free no
23353
- 'ftbl' FragmentTable no
23354
- 'ftyp' FileType Jpeg2000 FileType
23355
- 'gtso' GraphicsTechnologyStandardOutput no
23356
- 'ihdr' ImageHeader Jpeg2000 ImageHeader
23357
- 'inst' InstructionSet no
23358
- 'jP ' JP2Signature no
23359
- 'jp2c' ContiguousCodestream no
23360
- 'jp2h' JP2Header Jpeg2000
23361
- 'jp2i' IntellectualProperty XMP
23362
- 'jpch' CodestreamHeader Jpeg2000
23363
- 'jplh' CompositingLayerHeader Jpeg2000
23364
- 'lbl ' Label no
23365
- 'mdat' MediaData no
23366
- 'mp7b' MPEG7Binary no
23367
- 'nlst' NumberList no
23368
- 'opct' Opacity no
23369
- 'pclr' Palette no
23370
- 'prfl' Profile no
23371
- 'res ' Resolution Jpeg2000
23372
- 'resc' CaptureResolution Jpeg2000 CaptureResolution
23373
- 'resd' DisplayResolution Jpeg2000 DisplayResolution
23374
- 'roid' ROIDescription no
23375
- 'rreq' ReaderRequirements no
23376
- 'uinf' UUIDInfo Jpeg2000
23377
- 'ulst' UUIDList no
23378
- 'url ' URL no
23379
- 'uuid' UUID-EXIF EXIF
23380
- UUID-EXIF2 EXIF
23381
- UUID-EXIF_bad EXIF
23382
- UUID-IPTC IPTC
23383
- UUID-IPTC2 IPTC
23384
- UUID-XMP XMP
23385
- UUID-GeoJP2 EXIF
23386
- UUID-Photoshop Photoshop
23387
- UUID-Unknown no
23388
- 'xml ' XML XMP XML
23389
-
23390
- =head3 Jpeg2000 ColorSpec Tags
23391
-
23392
- Index1 Tag Name Writable
23393
- ------ -------- --------
23394
- 0 ColorSpecMethod no
23395
- 1 ColorSpecPrecedence no
23396
- 2 ColorSpecApproximation no
23397
- 3 ICC_Profile ICC_Profile
23398
- ColorSpace no
23399
- ColorSpecData no
23400
-
23401
- =head3 Jpeg2000 FileType Tags
23402
-
23403
- Index4 Tag Name Writable
23404
- ------ -------- --------
23405
- 0 MajorBrand no
23406
- 1 MinorVersion no
23407
- 2 CompatibleBrands no
23408
-
23409
- =head3 Jpeg2000 ImageHeader Tags
23410
-
23411
- Index1 Tag Name Writable
23412
- ------ -------- --------
23413
- 0 ImageHeight no
23414
- 4 ImageWidth no
23415
- 8 NumberOfComponents no
23416
- 10 BitsPerComponent no
23417
- 11 Compression no
23418
-
23419
- =head3 Jpeg2000 CaptureResolution Tags
23420
-
23421
- Index1 Tag Name Writable
23422
- ------ -------- --------
23423
- 0 CaptureYResolution no
23424
- 4 CaptureXResolution no
23425
- 8 CaptureYResolutionUnit no
23426
- 9 CaptureXResolutionUnit no
23427
-
23428
- =head3 Jpeg2000 DisplayResolution Tags
23429
-
23430
- Index1 Tag Name Writable
23431
- ------ -------- --------
23432
- 0 DisplayYResolution no
23433
- 4 DisplayXResolution no
23434
- 8 DisplayYResolutionUnit no
23435
- 9 DisplayXResolutionUnit no
23436
-
23437
23519
  =head2 GIF Tags
23438
23520
 
23439
23521
  This table lists information extracted from GIF images. See
@@ -24346,6 +24428,155 @@ files.
24346
24428
  48 PrimaryFileGUID no
24347
24429
  64 FileGUID no
24348
24430
 
24431
+ =head2 MRC Tags
24432
+
24433
+ Tags extracted from Medical Research Council (MRC) format imaging files.
24434
+ See L<https://www.ccpem.ac.uk/mrc_format/mrc2014.php> for the specification.
24435
+
24436
+ Index4 Tag Name Writable
24437
+ ------ -------- --------
24438
+ 0 ImageWidth no
24439
+ 1 ImageHeight no
24440
+ 2 ImageDepth no
24441
+ 3 ImageMode no
24442
+ 4 StartPoint no
24443
+ 7 GridSize no
24444
+ 10 CellWidth no
24445
+ 11 CellHeight no
24446
+ 12 CellDepth no
24447
+ 13 CellAlpha no
24448
+ 14 CellBeta no
24449
+ 15 CellGamma no
24450
+ 16 ImageWidthAxis no
24451
+ 17 ImageHeightAxis no
24452
+ 18 ImageDepthAxis no
24453
+ 19 DensityMin no
24454
+ 20 DensityMax no
24455
+ 21 DensityMean no
24456
+ 22 SpaceGroupNumber no
24457
+ 23 ExtendedHeaderSize no
24458
+ 26 ExtendedHeaderType no
24459
+ 27 MRCVersion no
24460
+ 49 Origin no
24461
+ 53 MachineStamp no
24462
+ 54 RMSDeviation no
24463
+ 55 NumberOfLabels no
24464
+ 56 Label0 no
24465
+ 76 Label1 no
24466
+ 96 Label2 no
24467
+ 116 Label3 no
24468
+ 136 Label4 no
24469
+ 156 Label5 no
24470
+ 176 Label6 no
24471
+ 196 Label7 no
24472
+ 216 Label8 no
24473
+ 236 Label9 no
24474
+
24475
+ =head3 MRC FEI12 Tags
24476
+
24477
+ Tags extracted from FEI1 and FEI2 extended headers.
24478
+
24479
+ Index1 Tag Name Writable
24480
+ ------ -------- --------
24481
+ 0 MetadataSize no
24482
+ 4 MetadataVersion no
24483
+ 8 Bitmask1 no
24484
+ 12 TimeStamp no
24485
+ 20 MicroscopeType no
24486
+ 36 MicroscopeID no
24487
+ 52 Application no
24488
+ 68 AppVersion no
24489
+ 84 HighTension no
24490
+ 92 Dose no
24491
+ 100 AlphaTilt no
24492
+ 108 BetaTilt no
24493
+ 116 XStage no
24494
+ 124 YStage no
24495
+ 132 ZStage no
24496
+ 140 TiltAxisAngle no
24497
+ 148 DualAxisRot no
24498
+ 156 PixelSizeX no
24499
+ 164 PixelSizeY no
24500
+ 220 Defocus no
24501
+ 228 STEMDefocus no
24502
+ 236 AppliedDefocus no
24503
+ 244 InstrumentMode no
24504
+ 248 ProjectionMode no
24505
+ 252 ObjectiveLens no
24506
+ 268 HighMagnificationMode no
24507
+ 284 ProbeMode no
24508
+ 288 EFTEMOn no
24509
+ 289 Magnification no
24510
+ 297 Bitmask2 no
24511
+ 301 CameraLength no
24512
+ 309 SpotIndex no
24513
+ 313 IlluminationArea no
24514
+ 321 Intensity no
24515
+ 329 ConvergenceAngle no
24516
+ 337 IlluminationMode no
24517
+ 353 WideConvergenceAngleRange no
24518
+ 354 SlitInserted no
24519
+ 355 SlitWidth no
24520
+ 363 AccelVoltOffset no
24521
+ 371 DriftTubeVolt no
24522
+ 379 EnergyShift no
24523
+ 387 ShiftOffsetX no
24524
+ 395 ShiftOffsetY no
24525
+ 403 ShiftX no
24526
+ 411 ShiftY no
24527
+ 419 IntegrationTime no
24528
+ 427 BinningWidth no
24529
+ 431 BinningHeight no
24530
+ 435 CameraName no
24531
+ 451 ReadoutAreaLeft no
24532
+ 455 ReadoutAreaTop no
24533
+ 459 ReadoutAreaRight no
24534
+ 463 ReadoutAreaBottom no
24535
+ 467 CetaNoiseReduct no
24536
+ 468 CetaFramesSummed no
24537
+ 472 DirectDetElectronCounting no
24538
+ 473 DirectDetAlignFrames no
24539
+ 490 Bitmask3 no
24540
+ 518 PhasePlate no
24541
+ 519 STEMDetectorName no
24542
+ 535 Gain no
24543
+ 543 Offset no
24544
+ 571 DwellTime no
24545
+ 579 FrameTime no
24546
+ 587 ScanSizeLeft no
24547
+ 591 ScanSizeTop no
24548
+ 595 ScanSizeRight no
24549
+ 599 ScanSizeBottom no
24550
+ 603 FullScanFOV_X no
24551
+ 611 FullScanFOV_Y no
24552
+ 619 Element no
24553
+ 635 EnergyIntervalLower no
24554
+ 643 EnergyIntervalHigher no
24555
+ 651 Method no
24556
+ 655 IsDoseFraction no
24557
+ 656 FractionNumber no
24558
+ 660 StartFrame no
24559
+ 664 EndFrame no
24560
+ 668 InputStackFilename no
24561
+ 748 Bitmask4 no
24562
+ 752 AlphaTiltMin no
24563
+ 760 AlphaTiltMax no
24564
+ 768 ScanRotation no
24565
+ 776 DiffractionPatternRotation no
24566
+ 784 ImageRotation no
24567
+ 792 ScanModeEnumeration no
24568
+ 796 AcquisitionTimeStamp no
24569
+ 804 DetectorCommercialName no
24570
+ 820 StartTiltAngle no
24571
+ 828 EndTiltAngle no
24572
+ 836 TiltPerImage no
24573
+ 844 TitlSpeed no
24574
+ 852 BeamCenterX no
24575
+ 856 BeamCenterY no
24576
+ 860 CFEGFlashTimeStamp no
24577
+ 868 PhasePlatePosition no
24578
+ 872 ObjectiveAperture no
24579
+
24349
24580
  =head2 MIFF Tags
24350
24581
 
24351
24582
  The MIFF (Magick Image File Format) format allows aribrary tag names to be
@@ -25848,6 +26079,7 @@ formats of timed GPS metadata from video files.
25848
26079
  INSV QuickTime INSV_MakerNotes
25849
26080
  ISO no
25850
26081
  JpgFromRaw no
26082
+ KiloCalories no
25851
26083
  PreviewInfo QuickTime PreviewInfo
25852
26084
  RVMI_gReV QuickTime RVMI_gReV
25853
26085
  RVMI_sReV QuickTime RVMI_sReV
@@ -26949,7 +27181,7 @@ the config file.
26949
27181
  'chpl' ChapterList no
26950
27182
  'clfn' ClipFileName string
26951
27183
  'clid' ClipID string
26952
- 'clsf' Classification no
27184
+ 'clsf' Classification undef/
26953
27185
  'cmid' CameraID string
26954
27186
  'cmnm' Model string/
26955
27187
  'coll' CollectionName string/
@@ -26967,7 +27199,7 @@ the config file.
26967
27199
  'infu' InfoURL string
26968
27200
  'kgtt' TrackType string
26969
27201
  'kywd' Keywords no
26970
- 'loci' LocationInformation no
27202
+ 'loci' LocationInformation undef/
26971
27203
  'lrcu' LyricsURI string
26972
27204
  'lvlm' LevelMeter? rational64s
26973
27205
  'manu' Make no
@@ -26982,7 +27214,7 @@ the config file.
26982
27214
  'rads' Rads? rational64s
26983
27215
  'reel' ReelName string
26984
27216
  'roll' Roll rational64s/
26985
- 'rtng' Rating no
27217
+ 'rtng' Rating undef/
26986
27218
  'scen' Scene string
26987
27219
  'scrn' OlympusPreview Olympus scrn
26988
27220
  'shot' ShotName string
@@ -26995,12 +27227,12 @@ the config file.
26995
27227
  ThumbnailPNG string
26996
27228
  UnknownThumbnail string
26997
27229
  'titl' Title string/
26998
- 'urat' UserRating no
27230
+ 'urat' UserRating undef/
26999
27231
  'uuid' GarminSoftware string
27000
27232
  UUID-Unknown? no
27001
27233
  'vndr' Vendor string
27002
27234
  'vrot' AccelerometerData no
27003
- 'yrrc' Year no
27235
+ 'yrrc' Year undef/
27004
27236
  "\xa9ART" Artist string
27005
27237
  "\xa9TIM" StartTimecode string
27006
27238
  "\xa9TSC" StartTimeScale string
@@ -27442,32 +27674,6 @@ Parrot streaming metadata automation extension.
27442
27674
  28 AutomationAnimation no
27443
27675
  29 AutomationFlags no
27444
27676
 
27445
- =head2 PLIST Tags
27446
-
27447
- Apple Property List tags. ExifTool reads both XML and binary-format PLIST
27448
- files, and will extract any existing tags even if they aren't listed below.
27449
- These tags belong to the family 0 "PLIST" group, but family 1 group may be
27450
- either "XML" or "PLIST" depending on whether the format is XML or binary.
27451
-
27452
- Tag ID Tag Name Writable
27453
- ------ -------- --------
27454
- 'MetaDataList//DateTimeOriginal'
27455
- DateTimeOriginal no
27456
- 'MetaDataList//Duration' Duration no
27457
- 'MetaDataList//Geolocation/Latitude'
27458
- GPSLatitude no
27459
- 'MetaDataList//Geolocation/Longitude'
27460
- GPSLongitude no
27461
- 'MetaDataList//Geolocation/MapDatum'
27462
- GPSMapDatum no
27463
- 'XMLFileType' XMLFileType no
27464
- 'cast//name' Cast no+
27465
- 'codirectors//name' Codirectors no+
27466
- 'directors//name' Directors no+
27467
- 'producers//name' Producers no+
27468
- 'screenwriters//name' Screenwriters no+
27469
- 'studio//name' Studio no+
27470
-
27471
27677
  =head2 Matroska Tags
27472
27678
 
27473
27679
  The following tags are extracted from Matroska multimedia container files.
@@ -29331,7 +29537,7 @@ because they are bulky 16-byte binary values.
29331
29537
  VideoAndFilmFrameRelationship no
29332
29538
  VideoAverageBitrate no
29333
29539
  VideoClipDuration no
29334
- VideoCodingSchemeID? no
29540
+ VideoCodingSchemeID no
29335
29541
  VideoColorKind no
29336
29542
  VideoCompressionAlgorithm no
29337
29543
  VideoDeviceKind no
@@ -29834,6 +30040,7 @@ sub-documents, but the Duration is calculated for the full video.
29834
30040
  'LIST_INF0' Info RIFF Info
29835
30041
  'LIST_INFO' Info RIFF Info
29836
30042
  'LIST_Tdat' Tdat RIFF Tdat
30043
+ 'LIST_adtl' AssociatedDataList RIFF
29837
30044
  'LIST_exif' Exif RIFF Exif
29838
30045
  'LIST_hdrl' Hdrl RIFF Hdrl
29839
30046
  'LIST_hydt' PentaxData Pentax AVI
@@ -29856,9 +30063,14 @@ sub-documents, but the Duration is calculated for the full video.
29856
30063
  'gps0' GPSTrack QuickTime Stream
29857
30064
  'gsen' GSensor QuickTime Stream
29858
30065
  'iXML' IXML XMP XML
29859
- 'labl' Label RIFF Label
30066
+ 'inst' Instrument RIFF Instrument
30067
+ 'labl' CuePointLabel no
29860
30068
  'list' ListType no
30069
+ 'ltxt' LabeledText no
30070
+ 'note' CuePointNote no
29861
30071
  'olym' Olym Olympus WAV
30072
+ 'plst' Playlist no
30073
+ 'smpl' Sampler RIFF Sampler
29862
30074
  'tx_USER' UserText RIFF UserText
29863
30075
  'tx_Unknown' Text no
29864
30076
 
@@ -30155,12 +30367,32 @@ L<https://tech.ebu.ch/docs/tech/tech3306-2009.pdf> for the specification.
30155
30367
  1 DataSize64 no
30156
30368
  2 NumberOfSamples64 no
30157
30369
 
30158
- =head3 RIFF Label Tags
30370
+ =head3 RIFF Instrument Tags
30371
+
30372
+ Index1 Tag Name Writable
30373
+ ------ -------- --------
30374
+ 0 UnshiftedNote no
30375
+ 1 FineTune no
30376
+ 2 Gain no
30377
+ 3 LowNote no
30378
+ 4 HighNote no
30379
+ 5 LowVelocity no
30380
+ 6 HighVelocity no
30381
+
30382
+ =head3 RIFF Sampler Tags
30159
30383
 
30160
30384
  Index4 Tag Name Writable
30161
30385
  ------ -------- --------
30162
- 0 LabelID no
30163
- 1 LabelText no
30386
+ 0 Manufacturer no
30387
+ 1 Product no
30388
+ 2 SamplePeriod no
30389
+ 3 MIDIUnityNote no
30390
+ 4 MIDIPitchFraction no
30391
+ 5 SMPTEFormat no
30392
+ 6 SMPTEOffset no
30393
+ 7 NumSampleLoops no
30394
+ 8 SamplerDataLen no
30395
+ 9 SamplerData no
30164
30396
 
30165
30397
  =head3 RIFF UserText Tags
30166
30398
 
@@ -33778,23 +34010,6 @@ L<https://fits.gsfc.nasa.gov/fits_standard.html> for the specification.
33778
34010
  'TIME-END' ObservationTimeEnd no
33779
34011
  'TIME-OBS' ObservationTime no
33780
34012
 
33781
- =head2 JSON Tags
33782
-
33783
- Other than a few tags in the table below, JSON tags have not been
33784
- pre-defined. However, ExifTool will read any existing tags from basic
33785
- JSON-formatted files.
33786
-
33787
- Tag Name Writable
33788
- -------- --------
33789
- ON1_SettingsData PLIST
33790
- ON1_SettingsMetadataCreated no
33791
- ON1_SettingsMetadataModified no
33792
- ON1_SettingsMetadataName no
33793
- ON1_SettingsMetadataPluginID no
33794
- ON1_SettingsMetadataTimestamp no
33795
- ON1_SettingsMetadataUsage no
33796
- ON1_SettingsMetadataVisibleToUser no
33797
-
33798
34013
  =head2 HTML Tags
33799
34014
 
33800
34015
  Meta information extracted from the header of HTML and XHTML files. This is
@@ -34874,7 +35089,7 @@ options, but these files are not writable directly.
34874
35089
  XAttr tags are extracted using the "xattr" utility. They are extracted if
34875
35090
  any "XAttr*" tag or the MacOS group is specifically requested, or by setting
34876
35091
  the XAttrTags API option to 1 or the RequestAll API option to 2 or higher.
34877
- And they extracted by default from MacOS "._" files when reading
35092
+ And they are extracted by default from MacOS "._" files when reading
34878
35093
  these files directly.
34879
35094
 
34880
35095
  Tag Name Writable
@@ -35699,7 +35914,7 @@ overlapping EXIF, IPTC and XMP tags to be reconciled when reading, and
35699
35914
  synchronized when writing. The MWG Composite tags below are designed to aid
35700
35915
  in the implementation of these recommendations. As well, the MWG defines
35701
35916
  new XMP tags which are listed in the subsequent tables below. See
35702
- L<https://web.archive.org/web/20181006115950/http://www.metadataworkinggroup.org/specs/>
35917
+ L<https://web.archive.org/web/20180919181934/http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf>
35703
35918
  for the official MWG specification.
35704
35919
 
35705
35920
  =head3 MWG Composite Tags
@@ -35810,7 +36025,7 @@ implements this policy and changes EXIF:Artist to a list-type tag.
35810
36025
 
35811
36026
  Image region metadata defined by the MWG 2.0 specification. These tags
35812
36027
  may be accessed without the need to load the MWG Composite tags above. See
35813
- L<https://web.archive.org/web/20181006115950/http://www.metadataworkinggroup.org/specs/>
36028
+ L<https://web.archive.org/web/20180919181934/http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf>
35814
36029
  for the official specification.
35815
36030
 
35816
36031
  These tags belong to the ExifTool XMP-mwg-rs family 1 group.
@@ -35880,7 +36095,7 @@ Hierarchical keywords metadata defined by the MWG 2.0 specification.
35880
36095
  ExifTool unrolls keyword structures to an arbitrary depth of 6 to allow
35881
36096
  individual levels to be accessed with different tag names, and to avoid
35882
36097
  infinite recursion. See
35883
- L<https://web.archive.org/web/20181006115950/http://www.metadataworkinggroup.org/specs/>
36098
+ L<https://web.archive.org/web/20180919181934/http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf>
35884
36099
  for the official specification.
35885
36100
 
35886
36101
  These tags belong to the ExifTool XMP-mwg-kw family 1 group.
@@ -35924,7 +36139,7 @@ These tags belong to the ExifTool XMP-mwg-kw family 1 group.
35924
36139
  =head3 MWG Collections Tags
35925
36140
 
35926
36141
  Collections metadata defined by the MWG 2.0 specification. See
35927
- L<https://web.archive.org/web/20181006115950/http://www.metadataworkinggroup.org/specs/>
36142
+ L<https://web.archive.org/web/20180919181934/http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf>
35928
36143
  for the official specification.
35929
36144
 
35930
36145
  These tags belong to the ExifTool XMP-mwg-coll family 1 group.