exiftool-vendored.pl 12.30.0 → 12.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/bin/Changes +129 -3
  2. package/bin/MANIFEST +2 -0
  3. package/bin/META.json +1 -1
  4. package/bin/META.yml +1 -1
  5. package/bin/README +2 -2
  6. package/bin/arg_files/xmp2exif.args +2 -1
  7. package/bin/config_files/example.config +1 -1
  8. package/bin/exiftool +88 -55
  9. package/bin/fmt_files/gpx.fmt +1 -1
  10. package/bin/fmt_files/gpx_wpt.fmt +1 -1
  11. package/bin/lib/Image/ExifTool/BuildTagLookup.pm +13 -3
  12. package/bin/lib/Image/ExifTool/CBOR.pm +331 -0
  13. package/bin/lib/Image/ExifTool/Canon.pm +175 -12
  14. package/bin/lib/Image/ExifTool/CanonCustom.pm +12 -2
  15. package/bin/lib/Image/ExifTool/Charset.pm +2 -0
  16. package/bin/lib/Image/ExifTool/DPX.pm +13 -2
  17. package/bin/lib/Image/ExifTool/DarwinCore.pm +2 -2
  18. package/bin/lib/Image/ExifTool/Exif.pm +109 -3
  19. package/bin/lib/Image/ExifTool/FLIR.pm +33 -8
  20. package/bin/lib/Image/ExifTool/GIF.pm +5 -1
  21. package/bin/lib/Image/ExifTool/GPS.pm +14 -10
  22. package/bin/lib/Image/ExifTool/Geotag.pm +13 -2
  23. package/bin/lib/Image/ExifTool/GoPro.pm +16 -1
  24. package/bin/lib/Image/ExifTool/ICC_Profile.pm +96 -4
  25. package/bin/lib/Image/ExifTool/JSON.pm +7 -3
  26. package/bin/lib/Image/ExifTool/Jpeg2000.pm +154 -24
  27. package/bin/lib/Image/ExifTool/M2TS.pm +27 -12
  28. package/bin/lib/Image/ExifTool/MacOS.pm +2 -2
  29. package/bin/lib/Image/ExifTool/Nikon.pm +1204 -96
  30. package/bin/lib/Image/ExifTool/NikonCustom.pm +5 -1
  31. package/bin/lib/Image/ExifTool/NikonSettings.pm +135 -71
  32. package/bin/lib/Image/ExifTool/Olympus.pm +5 -1
  33. package/bin/lib/Image/ExifTool/OpenEXR.pm +4 -2
  34. package/bin/lib/Image/ExifTool/PDF.pm +11 -12
  35. package/bin/lib/Image/ExifTool/PNG.pm +4 -1
  36. package/bin/lib/Image/ExifTool/Panasonic.pm +2 -2
  37. package/bin/lib/Image/ExifTool/Pentax.pm +2 -1
  38. package/bin/lib/Image/ExifTool/QuickTime.pm +69 -10
  39. package/bin/lib/Image/ExifTool/QuickTimeStream.pl +141 -111
  40. package/bin/lib/Image/ExifTool/README +9 -2
  41. package/bin/lib/Image/ExifTool/Sony.pm +56 -13
  42. package/bin/lib/Image/ExifTool/TagInfoXML.pm +9 -4
  43. package/bin/lib/Image/ExifTool/TagLookup.pm +6473 -5827
  44. package/bin/lib/Image/ExifTool/TagNames.pod +1401 -54
  45. package/bin/lib/Image/ExifTool/WritePDF.pl +1 -0
  46. package/bin/lib/Image/ExifTool/WritePNG.pl +2 -0
  47. package/bin/lib/Image/ExifTool/WriteQuickTime.pl +10 -0
  48. package/bin/lib/Image/ExifTool/WriteXMP.pl +10 -11
  49. package/bin/lib/Image/ExifTool/Writer.pl +50 -5
  50. package/bin/lib/Image/ExifTool/XMP.pm +125 -31
  51. package/bin/lib/Image/ExifTool/XMP2.pl +3 -1
  52. package/bin/lib/Image/ExifTool/XMPStruct.pl +3 -1
  53. package/bin/lib/Image/ExifTool.pm +89 -22
  54. package/bin/lib/Image/ExifTool.pod +21 -13
  55. package/bin/perl-Image-ExifTool.spec +1 -1
  56. package/bin/pp_build_exe.args +5 -4
  57. package/package.json +3 -3
@@ -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 24297 tags, with 15752 unique tag names.
15
+ They contain a total of 25521 tags, with 16386 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
@@ -925,6 +925,20 @@ for the official EXIF 2.32 specification.
925
925
  0xc7ec DepthUnits IFD0 int16u!
926
926
  0xc7ed DepthMeasureType IFD0 int16u!
927
927
  0xc7ee EnhanceParams IFD0 string!
928
+ 0xcd2d ProfileGainTableMap SubIFD undef!
929
+ 0xcd2e SemanticName SubIFD no
930
+ 0xcd30 SemanticInstanceIFD SubIFD no
931
+ 0xcd31 CalibrationIlluminant3 IFD0 int16u!
932
+ 0xcd32 CameraCalibration3 IFD0 rational64s[n]!
933
+ 0xcd33 ColorMatrix3 IFD0 rational64s[n]!
934
+ 0xcd34 ForwardMatrix3 IFD0 rational64s[n]!
935
+ 0xcd35 IlluminantData1 IFD0 undef!
936
+ 0xcd36 IlluminantData2 IFD0 undef!
937
+ 0xcd37 IlluminantData3 IFD0 undef!
938
+ 0xcd38 MaskSubArea SubIFD no
939
+ 0xcd39 ProfileHueSatMapData3 IFD0 float[n]!
940
+ 0xcd3a ReductionMatrix3 IFD0 rational64s[n]!
941
+ 0xcd3b RGBTables IFD0 undef!
928
942
  0xea1c Padding ExifIFD undef!
929
943
  0xea1d OffsetSchema ExifIFD int32s!
930
944
  0xfde8 OwnerName ExifIFD string/
@@ -1420,6 +1434,7 @@ These tags belong to the ExifTool XMP-aux family 1 group.
1420
1434
  LensID string
1421
1435
  LensInfo string/
1422
1436
  LensSerialNumber string/
1437
+ NeutralDensityFactor string
1423
1438
  OwnerName string/
1424
1439
  SerialNumber string/
1425
1440
  VignetteCorrectionAlreadyApplied boolean
@@ -1497,17 +1512,85 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1497
1512
  CircGradBasedCorrMaskBottom real/_
1498
1513
  CircGradBasedCorrMaskCenterValue real/_
1499
1514
  CircGradBasedCorrMaskCenterWeight real/_
1515
+ CircGradBasedCorrMaskRange CorrRangeMask Struct_+
1516
+ CircGradBasedCorrMaskRangeAreaModels AreaModels Struct_+
1517
+ CircGradBasedCorrMaskRangeAreaModelsComponents string/_+
1518
+ CircGradBasedCorrMaskRangeAreaModelsColorSampleInfo string/_+
1519
+ CircGradBasedCorrMaskRangeColorAmount real/_+
1520
+ CircGradBasedCorrMaskRangeDepthFeather real/_+
1521
+ CircGradBasedCorrMaskRangeDepthMax real/_+
1522
+ CircGradBasedCorrMaskRangeDepthMin real/_+
1523
+ CircGradBasedCorrMaskRangeInvert boolean/_+
1524
+ CircGradBasedCorrMaskRangeLumFeather real/_+
1525
+ CircGradBasedCorrMaskRangeLuminanceDepthSampleInfo string/_+
1526
+ CircGradBasedCorrMaskRangeLumMax real/_+
1527
+ CircGradBasedCorrMaskRangeLumMin real/_+
1528
+ CircGradBasedCorrMaskRangeLumRange string/_+
1529
+ CircGradBasedCorrMaskRangeSampleType integer/_+
1530
+ CircGradBasedCorrMaskRangeType string/_+
1531
+ CircGradBasedCorrMaskRangeVersion string/_+
1500
1532
  CircGradBasedCorrMaskDabs string/_
1501
1533
  CircGradBasedCorrMaskFeather real/_
1502
1534
  CircGradBasedCorrMaskFlipped boolean/_
1503
1535
  CircGradBasedCorrMaskFlow real/_
1504
1536
  CircGradBasedCorrMaskFullX real/_
1505
1537
  CircGradBasedCorrMaskFullY real/_
1538
+ CircGradBasedCorrMaskInputDigest string/_
1506
1539
  CircGradBasedCorrMaskLeft real/_
1540
+ CircGradBasedCorrMaskMaskActive boolean/_
1541
+ CircGradBasedCorrMaskMaskBlendMode integer/_
1542
+ CircGradBasedCorrMaskMaskDigest string/_
1543
+ CircGradBasedCorrMaskMaskInverted boolean/_
1544
+ CircGradBasedCorrMaskMaskName string/_
1545
+ CircGradBasedCorrMaskMasks CorrectionMask Struct_+
1546
+ CircGradBasedCorrMaskMasksAlpha real/_
1547
+ CircGradBasedCorrMaskMasksAngle real/_
1548
+ CircGradBasedCorrMaskMasksBottom real/_
1549
+ CircGradBasedCorrMaskMasksCenterValue real/_
1550
+ CircGradBasedCorrMaskMasksCenterWeight real/_
1551
+ CircGradBasedCorrMaskMasksDabs string/_+
1552
+ CircGradBasedCorrMaskMasksFeather real/_
1553
+ CircGradBasedCorrMaskMasksFlipped boolean/_
1554
+ CircGradBasedCorrMaskMasksFlow real/_
1555
+ CircGradBasedCorrMaskMasksFullX real/_
1556
+ CircGradBasedCorrMaskMasksFullY real/_
1557
+ CircGradBasedCorrMaskMasksInputDigest string/_
1558
+ CircGradBasedCorrMaskMasksLeft real/_
1559
+ CircGradBasedCorrMaskMasksMaskActive boolean/_
1560
+ CircGradBasedCorrMaskMasksMaskBlendMode integer/_
1561
+ CircGradBasedCorrMaskMasksMaskDigest string/_
1562
+ CircGradBasedCorrMaskMasksMaskInverted boolean/_
1563
+ CircGradBasedCorrMaskMasksMaskName string/_
1564
+ CircGradBasedCorrMaskMasksMaskSubType string/_
1565
+ CircGradBasedCorrMaskMasksMaskSyncID string/_
1566
+ CircGradBasedCorrMaskMasksValue real/_
1567
+ CircGradBasedCorrMaskMasksMaskVersion string/_
1568
+ CircGradBasedCorrMaskMasksMidpoint real/_
1569
+ CircGradBasedCorrMaskMasksOrigin string/_
1570
+ CircGradBasedCorrMaskMasksPerimeterValue real/_
1571
+ CircGradBasedCorrMaskMasksRadius real/_
1572
+ CircGradBasedCorrMaskMasksReferencePoint string/_
1573
+ CircGradBasedCorrMaskMasksRight real/_
1574
+ CircGradBasedCorrMaskMasksRoundness real/_
1575
+ CircGradBasedCorrMaskMasksSizeX real/_
1576
+ CircGradBasedCorrMaskMasksSizeY real/_
1577
+ CircGradBasedCorrMaskMasksTop real/_
1578
+ CircGradBasedCorrMaskMaskSubType string/_
1579
+ CircGradBasedCorrMaskMasksVersion integer/_
1580
+ CircGradBasedCorrMaskMasksWhat string/_
1581
+ CircGradBasedCorrMaskMasksWholeImageArea string/_
1582
+ CircGradBasedCorrMaskMasksX real/_
1583
+ CircGradBasedCorrMaskMasksY real/_
1584
+ CircGradBasedCorrMaskMaskSyncID string/_
1585
+ CircGradBasedCorrMaskMasksZeroX real/_
1586
+ CircGradBasedCorrMaskMasksZeroY real/_
1507
1587
  CircGradBasedCorrMaskValue real/_
1588
+ CircGradBasedCorrMaskMaskVersion string/_
1508
1589
  CircGradBasedCorrMaskMidpoint real/_
1590
+ CircGradBasedCorrMaskOrigin string/_
1509
1591
  CircGradBasedCorrMaskPerimeterValue real/_
1510
1592
  CircGradBasedCorrMaskRadius real/_
1593
+ CircGradBasedCorrMaskReferencePoint string/_
1511
1594
  CircGradBasedCorrMaskRight real/_
1512
1595
  CircGradBasedCorrMaskRoundness real/_
1513
1596
  CircGradBasedCorrMaskSizeX real/_
@@ -1515,20 +1598,30 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1515
1598
  CircGradBasedCorrMaskTop real/_
1516
1599
  CircGradBasedCorrMaskVersion integer/_
1517
1600
  CircGradBasedCorrMaskWhat string/_
1601
+ CircGradBasedCorrMaskWholeImageArea string/_
1518
1602
  CircGradBasedCorrMaskX real/_
1519
1603
  CircGradBasedCorrMaskY real/_
1520
1604
  CircGradBasedCorrMaskZeroX real/_
1521
1605
  CircGradBasedCorrMaskZeroY real/_
1522
- CircGradBasedCorrRangeMask CorrectionRangeMask Struct_+
1606
+ CircGradBasedCorrCorrectionName string/_+
1607
+ CircGradBasedCorrRangeMask CorrRangeMask Struct_+
1608
+ CircGradBasedCorrRangeMaskAreaModels AreaModels Struct_+
1609
+ CircGradBasedCorrRangeMaskAreaModelsComponents string/_+
1610
+ CircGradBasedCorrRangeMaskAreaModelsColorSampleInfo string/_+
1523
1611
  CircGradBasedCorrRangeMaskColorAmount real/_+
1524
1612
  CircGradBasedCorrRangeMaskDepthFeather real/_+
1525
1613
  CircGradBasedCorrRangeMaskDepthMax real/_+
1526
1614
  CircGradBasedCorrRangeMaskDepthMin real/_+
1615
+ CircGradBasedCorrRangeMaskInvert boolean/_+
1527
1616
  CircGradBasedCorrRangeMaskLumFeather real/_+
1617
+ CircGradBasedCorrRangeMaskLuminanceDepthSampleInfo string/_+
1528
1618
  CircGradBasedCorrRangeMaskLumMax real/_+
1529
1619
  CircGradBasedCorrRangeMaskLumMin real/_+
1620
+ CircGradBasedCorrRangeMaskLumRange string/_+
1621
+ CircGradBasedCorrRangeMaskSampleType integer/_+
1530
1622
  CircGradBasedCorrRangeMaskType string/_+
1531
1623
  CircGradBasedCorrRangeMaskVersion string/_+
1624
+ CircGradBasedCorrCorrectionSyncID string/_+
1532
1625
  CircGradBasedCorrBlacks2012 real/_
1533
1626
  CircGradBasedCorrBrightness real/_
1534
1627
  CircGradBasedCorrClarity real/_
@@ -1549,8 +1642,8 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1549
1642
  CircGradBasedCorrTemperature real/_
1550
1643
  CircGradBasedCorrTexture real/_
1551
1644
  CircGradBasedCorrTint real/_
1552
- CircGradBasedCorrHue real/_
1553
- CircGradBasedCorrSaturation real/_
1645
+ CircGradBasedCorrToningHue real/_
1646
+ CircGradBasedCorrToningSaturation real/_
1554
1647
  CircGradBasedCorrWhites2012 real/_
1555
1648
  CircGradBasedCorrWhat string/_
1556
1649
  Clarity integer/
@@ -1570,6 +1663,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1570
1663
  ColorNoiseReduction integer/
1571
1664
  ColorNoiseReductionDetail integer/
1572
1665
  ColorNoiseReductionSmoothness integer/
1666
+ CompatibleVersion string/
1573
1667
  ContactInfo string/
1574
1668
  Contrast integer/
1575
1669
  Contrast2012 integer/
@@ -1612,17 +1706,85 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1612
1706
  GradientBasedCorrMaskBottom real/_
1613
1707
  GradientBasedCorrMaskCenterValue real/_
1614
1708
  GradientBasedCorrMaskCenterWeight real/_
1709
+ GradientBasedCorrMaskRange CorrRangeMask Struct_+
1710
+ GradientBasedCorrMaskRangeAreaModels AreaModels Struct_+
1711
+ GradientBasedCorrMaskRangeAreaModelsComponents string/_+
1712
+ GradientBasedCorrMaskRangeAreaModelsColorSampleInfo string/_+
1713
+ GradientBasedCorrMaskRangeColorAmount real/_+
1714
+ GradientBasedCorrMaskRangeDepthFeather real/_+
1715
+ GradientBasedCorrMaskRangeDepthMax real/_+
1716
+ GradientBasedCorrMaskRangeDepthMin real/_+
1717
+ GradientBasedCorrMaskRangeInvert boolean/_+
1718
+ GradientBasedCorrMaskRangeLumFeather real/_+
1719
+ GradientBasedCorrMaskRangeLuminanceDepthSampleInfo string/_+
1720
+ GradientBasedCorrMaskRangeLumMax real/_+
1721
+ GradientBasedCorrMaskRangeLumMin real/_+
1722
+ GradientBasedCorrMaskRangeLumRange string/_+
1723
+ GradientBasedCorrMaskRangeSampleType integer/_+
1724
+ GradientBasedCorrMaskRangeType string/_+
1725
+ GradientBasedCorrMaskRangeVersion string/_+
1615
1726
  GradientBasedCorrMaskDabs string/_
1616
1727
  GradientBasedCorrMaskFeather real/_
1617
1728
  GradientBasedCorrMaskFlipped boolean/_
1618
1729
  GradientBasedCorrMaskFlow real/_
1619
1730
  GradientBasedCorrMaskFullX real/_
1620
1731
  GradientBasedCorrMaskFullY real/_
1732
+ GradientBasedCorrMaskInputDigest string/_
1621
1733
  GradientBasedCorrMaskLeft real/_
1734
+ GradientBasedCorrMaskMaskActive boolean/_
1735
+ GradientBasedCorrMaskMaskBlendMode integer/_
1736
+ GradientBasedCorrMaskMaskDigest string/_
1737
+ GradientBasedCorrMaskMaskInverted boolean/_
1738
+ GradientBasedCorrMaskMaskName string/_
1739
+ GradientBasedCorrMaskMasks CorrectionMask Struct_+
1740
+ GradientBasedCorrMaskMasksAlpha real/_
1741
+ GradientBasedCorrMaskMasksAngle real/_
1742
+ GradientBasedCorrMaskMasksBottom real/_
1743
+ GradientBasedCorrMaskMasksCenterValue real/_
1744
+ GradientBasedCorrMaskMasksCenterWeight real/_
1745
+ GradientBasedCorrMaskMasksDabs string/_+
1746
+ GradientBasedCorrMaskMasksFeather real/_
1747
+ GradientBasedCorrMaskMasksFlipped boolean/_
1748
+ GradientBasedCorrMaskMasksFlow real/_
1749
+ GradientBasedCorrMaskMasksFullX real/_
1750
+ GradientBasedCorrMaskMasksFullY real/_
1751
+ GradientBasedCorrMaskMasksInputDigest string/_
1752
+ GradientBasedCorrMaskMasksLeft real/_
1753
+ GradientBasedCorrMaskMasksMaskActive boolean/_
1754
+ GradientBasedCorrMaskMasksMaskBlendMode integer/_
1755
+ GradientBasedCorrMaskMasksMaskDigest string/_
1756
+ GradientBasedCorrMaskMasksMaskInverted boolean/_
1757
+ GradientBasedCorrMaskMasksMaskName string/_
1758
+ GradientBasedCorrMaskMasksMaskSubType string/_
1759
+ GradientBasedCorrMaskMasksMaskSyncID string/_
1760
+ GradientBasedCorrMaskMasksValue real/_
1761
+ GradientBasedCorrMaskMasksMaskVersion string/_
1762
+ GradientBasedCorrMaskMasksMidpoint real/_
1763
+ GradientBasedCorrMaskMasksOrigin string/_
1764
+ GradientBasedCorrMaskMasksPerimeterValue real/_
1765
+ GradientBasedCorrMaskMasksRadius real/_
1766
+ GradientBasedCorrMaskMasksReferencePoint string/_
1767
+ GradientBasedCorrMaskMasksRight real/_
1768
+ GradientBasedCorrMaskMasksRoundness real/_
1769
+ GradientBasedCorrMaskMasksSizeX real/_
1770
+ GradientBasedCorrMaskMasksSizeY real/_
1771
+ GradientBasedCorrMaskMasksTop real/_
1772
+ GradientBasedCorrMaskMaskSubType string/_
1773
+ GradientBasedCorrMaskMasksVersion integer/_
1774
+ GradientBasedCorrMaskMasksWhat string/_
1775
+ GradientBasedCorrMaskMasksWholeImageArea string/_
1776
+ GradientBasedCorrMaskMasksX real/_
1777
+ GradientBasedCorrMaskMasksY real/_
1778
+ GradientBasedCorrMaskMaskSyncID string/_
1779
+ GradientBasedCorrMaskMasksZeroX real/_
1780
+ GradientBasedCorrMaskMasksZeroY real/_
1622
1781
  GradientBasedCorrMaskValue real/_
1782
+ GradientBasedCorrMaskMaskVersion string/_
1623
1783
  GradientBasedCorrMaskMidpoint real/_
1784
+ GradientBasedCorrMaskOrigin string/_
1624
1785
  GradientBasedCorrMaskPerimeterValue real/_
1625
1786
  GradientBasedCorrMaskRadius real/_
1787
+ GradientBasedCorrMaskReferencePoint string/_
1626
1788
  GradientBasedCorrMaskRight real/_
1627
1789
  GradientBasedCorrMaskRoundness real/_
1628
1790
  GradientBasedCorrMaskSizeX real/_
@@ -1630,20 +1792,30 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1630
1792
  GradientBasedCorrMaskTop real/_
1631
1793
  GradientBasedCorrMaskVersion integer/_
1632
1794
  GradientBasedCorrMaskWhat string/_
1795
+ GradientBasedCorrMaskWholeImageArea string/_
1633
1796
  GradientBasedCorrMaskX real/_
1634
1797
  GradientBasedCorrMaskY real/_
1635
1798
  GradientBasedCorrMaskZeroX real/_
1636
1799
  GradientBasedCorrMaskZeroY real/_
1637
- GradientBasedCorrRangeMask CorrectionRangeMask Struct_+
1800
+ GradientBasedCorrCorrectionName string/_+
1801
+ GradientBasedCorrRangeMask CorrRangeMask Struct_+
1802
+ GradientBasedCorrRangeMaskAreaModels AreaModels Struct_+
1803
+ GradientBasedCorrRangeMaskAreaModelsComponents string/_+
1804
+ GradientBasedCorrRangeMaskAreaModelsColorSampleInfo string/_+
1638
1805
  GradientBasedCorrRangeMaskColorAmount real/_+
1639
1806
  GradientBasedCorrRangeMaskDepthFeather real/_+
1640
1807
  GradientBasedCorrRangeMaskDepthMax real/_+
1641
1808
  GradientBasedCorrRangeMaskDepthMin real/_+
1809
+ GradientBasedCorrRangeMaskInvert boolean/_+
1642
1810
  GradientBasedCorrRangeMaskLumFeather real/_+
1811
+ GradientBasedCorrRangeMaskLuminanceDepthSampleInfo string/_+
1643
1812
  GradientBasedCorrRangeMaskLumMax real/_+
1644
1813
  GradientBasedCorrRangeMaskLumMin real/_+
1814
+ GradientBasedCorrRangeMaskLumRange string/_+
1815
+ GradientBasedCorrRangeMaskSampleType integer/_+
1645
1816
  GradientBasedCorrRangeMaskType string/_+
1646
1817
  GradientBasedCorrRangeMaskVersion string/_+
1818
+ GradientBasedCorrCorrectionSyncID string/_+
1647
1819
  GradientBasedCorrBlacks2012 real/_
1648
1820
  GradientBasedCorrBrightness real/_
1649
1821
  GradientBasedCorrClarity real/_
@@ -1664,8 +1836,8 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1664
1836
  GradientBasedCorrTemperature real/_
1665
1837
  GradientBasedCorrTexture real/_
1666
1838
  GradientBasedCorrTint real/_
1667
- GradientBasedCorrHue real/_
1668
- GradientBasedCorrSaturation real/_
1839
+ GradientBasedCorrToningHue real/_
1840
+ GradientBasedCorrToningSaturation real/_
1669
1841
  GradientBasedCorrWhites2012 real/_
1670
1842
  GradientBasedCorrWhat string/_
1671
1843
  GrainAmount integer/
@@ -1730,6 +1902,9 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1730
1902
  LookParametersLookTable string/_
1731
1903
  LookParametersProcessVersion string/_
1732
1904
  LookParametersToneCurvePV2012 string/_+
1905
+ LookParametersToneCurvePV2012Blue string/_+
1906
+ LookParametersToneCurvePV2012Green string/_+
1907
+ LookParametersToneCurvePV2012Red string/_+
1733
1908
  LookParametersVersion string/_
1734
1909
  LookSupportsAmount string/_
1735
1910
  LookSupportsMonochrome string/_
@@ -1746,6 +1921,149 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1746
1921
  LuminanceNoiseReductionContrast integer/
1747
1922
  LuminanceNoiseReductionDetail integer/
1748
1923
  LuminanceSmoothing integer/
1924
+ MaskGroupBasedCorrections Correction Struct+
1925
+ MaskGroupBasedCorrActive boolean/_
1926
+ MaskGroupBasedCorrAmount real/_
1927
+ MaskGroupBasedCorrMask CorrectionMask Struct_+
1928
+ MaskGroupBasedCorrMaskAlpha real/_
1929
+ MaskGroupBasedCorrMaskAngle real/_
1930
+ MaskGroupBasedCorrMaskBottom real/_
1931
+ MaskGroupBasedCorrMaskCenterValue real/_
1932
+ MaskGroupBasedCorrMaskCenterWeight real/_
1933
+ MaskGroupBasedCorrMaskRange CorrRangeMask Struct_+
1934
+ MaskGroupBasedCorrMaskRangeAreaModels AreaModels Struct_+
1935
+ MaskGroupBasedCorrMaskRangeAreaModelsComponents string/_+
1936
+ MaskGroupBasedCorrMaskRangeAreaModelsColorSampleInfo string/_+
1937
+ MaskGroupBasedCorrMaskRangeColorAmount real/_+
1938
+ MaskGroupBasedCorrMaskRangeDepthFeather real/_+
1939
+ MaskGroupBasedCorrMaskRangeDepthMax real/_+
1940
+ MaskGroupBasedCorrMaskRangeDepthMin real/_+
1941
+ MaskGroupBasedCorrMaskRangeInvert boolean/_+
1942
+ MaskGroupBasedCorrMaskRangeLumFeather real/_+
1943
+ MaskGroupBasedCorrMaskRangeLuminanceDepthSampleInfo string/_+
1944
+ MaskGroupBasedCorrMaskRangeLumMax real/_+
1945
+ MaskGroupBasedCorrMaskRangeLumMin real/_+
1946
+ MaskGroupBasedCorrMaskRangeLumRange string/_+
1947
+ MaskGroupBasedCorrMaskRangeSampleType integer/_+
1948
+ MaskGroupBasedCorrMaskRangeType string/_+
1949
+ MaskGroupBasedCorrMaskRangeVersion string/_+
1950
+ MaskGroupBasedCorrMaskDabs string/_+
1951
+ MaskGroupBasedCorrMaskFeather real/_
1952
+ MaskGroupBasedCorrMaskFlipped boolean/_
1953
+ MaskGroupBasedCorrMaskFlow real/_
1954
+ MaskGroupBasedCorrMaskFullX real/_
1955
+ MaskGroupBasedCorrMaskFullY real/_
1956
+ MaskGroupBasedCorrMaskInputDigest string/_
1957
+ MaskGroupBasedCorrMaskLeft real/_
1958
+ MaskGroupBasedCorrMaskMaskActive boolean/_
1959
+ MaskGroupBasedCorrMaskMaskBlendMode integer/_
1960
+ MaskGroupBasedCorrMaskMaskDigest string/_
1961
+ MaskGroupBasedCorrMaskMaskInverted boolean/_
1962
+ MaskGroupBasedCorrMaskMaskName string/_
1963
+ MaskGroupBasedCorrMaskMasks CorrectionMask Struct_+
1964
+ MaskGroupBasedCorrMaskMasksAlpha real/_
1965
+ MaskGroupBasedCorrMaskMasksAngle real/_
1966
+ MaskGroupBasedCorrMaskMasksBottom real/_
1967
+ MaskGroupBasedCorrMaskMasksCenterValue real/_
1968
+ MaskGroupBasedCorrMaskMasksCenterWeight real/_
1969
+ MaskGroupBasedCorrMaskMasksDabs string/_+
1970
+ MaskGroupBasedCorrMaskMasksFeather real/_
1971
+ MaskGroupBasedCorrMaskMasksFlipped boolean/_
1972
+ MaskGroupBasedCorrMaskMasksFlow real/_
1973
+ MaskGroupBasedCorrMaskMasksFullX real/_
1974
+ MaskGroupBasedCorrMaskMasksFullY real/_
1975
+ MaskGroupBasedCorrMaskMasksInputDigest string/_
1976
+ MaskGroupBasedCorrMaskMasksLeft real/_
1977
+ MaskGroupBasedCorrMaskMasksMaskActive boolean/_
1978
+ MaskGroupBasedCorrMaskMasksMaskBlendMode integer/_
1979
+ MaskGroupBasedCorrMaskMasksMaskDigest string/_
1980
+ MaskGroupBasedCorrMaskMasksMaskInverted boolean/_
1981
+ MaskGroupBasedCorrMaskMasksMaskName string/_
1982
+ MaskGroupBasedCorrMaskMasksMaskSubType string/_
1983
+ MaskGroupBasedCorrMaskMasksMaskSyncID string/_
1984
+ MaskGroupBasedCorrMaskMasksValue real/_
1985
+ MaskGroupBasedCorrMaskMasksMaskVersion string/_
1986
+ MaskGroupBasedCorrMaskMasksMidpoint real/_
1987
+ MaskGroupBasedCorrMaskMasksOrigin string/_
1988
+ MaskGroupBasedCorrMaskMasksPerimeterValue real/_
1989
+ MaskGroupBasedCorrMaskMasksRadius real/_
1990
+ MaskGroupBasedCorrMaskMasksReferencePoint string/_
1991
+ MaskGroupBasedCorrMaskMasksRight real/_
1992
+ MaskGroupBasedCorrMaskMasksRoundness real/_
1993
+ MaskGroupBasedCorrMaskMasksSizeX real/_
1994
+ MaskGroupBasedCorrMaskMasksSizeY real/_
1995
+ MaskGroupBasedCorrMaskMasksTop real/_
1996
+ MaskGroupBasedCorrMaskMaskSubType string/_
1997
+ MaskGroupBasedCorrMaskMasksVersion integer/_
1998
+ MaskGroupBasedCorrMaskMasksWhat string/_
1999
+ MaskGroupBasedCorrMaskMasksWholeImageArea string/_
2000
+ MaskGroupBasedCorrMaskMasksX real/_
2001
+ MaskGroupBasedCorrMaskMasksY real/_
2002
+ MaskGroupBasedCorrMaskMaskSyncID string/_
2003
+ MaskGroupBasedCorrMaskMasksZeroX real/_
2004
+ MaskGroupBasedCorrMaskMasksZeroY real/_
2005
+ MaskGroupBasedCorrMaskValue real/_
2006
+ MaskGroupBasedCorrMaskMaskVersion string/_
2007
+ MaskGroupBasedCorrMaskMidpoint real/_
2008
+ MaskGroupBasedCorrMaskOrigin string/_
2009
+ MaskGroupBasedCorrMaskPerimeterValue real/_
2010
+ MaskGroupBasedCorrMaskRadius real/_
2011
+ MaskGroupBasedCorrMaskReferencePoint string/_
2012
+ MaskGroupBasedCorrMaskRight real/_
2013
+ MaskGroupBasedCorrMaskRoundness real/_
2014
+ MaskGroupBasedCorrMaskSizeX real/_
2015
+ MaskGroupBasedCorrMaskSizeY real/_
2016
+ MaskGroupBasedCorrMaskTop real/_
2017
+ MaskGroupBasedCorrMaskVersion integer/_
2018
+ MaskGroupBasedCorrMaskWhat string/_
2019
+ MaskGroupBasedCorrMaskWholeImageArea string/_
2020
+ MaskGroupBasedCorrMaskX real/_
2021
+ MaskGroupBasedCorrMaskY real/_
2022
+ MaskGroupBasedCorrMaskZeroX real/_
2023
+ MaskGroupBasedCorrMaskZeroY real/_
2024
+ MaskGroupBasedCorrCorrectionName string/_+
2025
+ MaskGroupBasedCorrRangeMask CorrRangeMask Struct_+
2026
+ MaskGroupBasedCorrRangeMaskAreaModels AreaModels Struct_+
2027
+ MaskGroupBasedCorrRangeMaskAreaModelsComponents string/_+
2028
+ MaskGroupBasedCorrRangeMaskAreaModelsColorSampleInfo string/_+
2029
+ MaskGroupBasedCorrRangeMaskColorAmount real/_+
2030
+ MaskGroupBasedCorrRangeMaskDepthFeather real/_+
2031
+ MaskGroupBasedCorrRangeMaskDepthMax real/_+
2032
+ MaskGroupBasedCorrRangeMaskDepthMin real/_+
2033
+ MaskGroupBasedCorrRangeMaskInvert boolean/_+
2034
+ MaskGroupBasedCorrRangeMaskLumFeather real/_+
2035
+ MaskGroupBasedCorrRangeMaskLuminanceDepthSampleInfo string/_+
2036
+ MaskGroupBasedCorrRangeMaskLumMax real/_+
2037
+ MaskGroupBasedCorrRangeMaskLumMin real/_+
2038
+ MaskGroupBasedCorrRangeMaskLumRange string/_+
2039
+ MaskGroupBasedCorrRangeMaskSampleType integer/_+
2040
+ MaskGroupBasedCorrRangeMaskType string/_+
2041
+ MaskGroupBasedCorrRangeMaskVersion string/_+
2042
+ MaskGroupBasedCorrCorrectionSyncID string/_+
2043
+ MaskGroupBasedCorrBlacks2012 real/_
2044
+ MaskGroupBasedCorrBrightness real/_
2045
+ MaskGroupBasedCorrClarity real/_
2046
+ MaskGroupBasedCorrClarity2012 real/_
2047
+ MaskGroupBasedCorrContrast real/_
2048
+ MaskGroupBasedCorrContrast2012 real/_
2049
+ MaskGroupBasedCorrDefringe real/_
2050
+ MaskGroupBasedCorrDehaze real/_
2051
+ MaskGroupBasedCorrExposure real/_
2052
+ MaskGroupBasedCorrExposure2012 real/_
2053
+ MaskGroupBasedCorrHighlights2012 real/_
2054
+ MaskGroupBasedCorrHue real/_
2055
+ MaskGroupBasedCorrLuminanceNoise real/_
2056
+ MaskGroupBasedCorrMoire real/_
2057
+ MaskGroupBasedCorrSaturation real/_
2058
+ MaskGroupBasedCorrShadows2012 real/_
2059
+ MaskGroupBasedCorrSharpness real/_
2060
+ MaskGroupBasedCorrTemperature real/_
2061
+ MaskGroupBasedCorrTexture real/_
2062
+ MaskGroupBasedCorrTint real/_
2063
+ MaskGroupBasedCorrToningHue real/_
2064
+ MaskGroupBasedCorrToningSaturation real/_
2065
+ MaskGroupBasedCorrWhites2012 real/_
2066
+ MaskGroupBasedCorrWhat string/_
1749
2067
  MoireFilter string/
1750
2068
  Name lang-alt/
1751
2069
  NegativeCacheLargePreviewSize integer/
@@ -1761,17 +2079,85 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1761
2079
  PaintCorrectionMaskBottom real/_
1762
2080
  PaintCorrectionMaskCenterValue real/_
1763
2081
  PaintCorrectionMaskCenterWeight real/_
2082
+ PaintCorrectionMaskRange CorrRangeMask Struct_+
2083
+ PaintCorrectionMaskRangeAreaModels AreaModels Struct_+
2084
+ PaintCorrectionMaskRangeAreaModelsComponents string/_+
2085
+ PaintCorrectionMaskRangeAreaModelsColorSampleInfo string/_+
2086
+ PaintCorrectionMaskRangeColorAmount real/_+
2087
+ PaintCorrectionMaskRangeDepthFeather real/_+
2088
+ PaintCorrectionMaskRangeDepthMax real/_+
2089
+ PaintCorrectionMaskRangeDepthMin real/_+
2090
+ PaintCorrectionMaskRangeInvert boolean/_+
2091
+ PaintCorrectionMaskRangeLumFeather real/_+
2092
+ PaintCorrectionMaskRangeLuminanceDepthSampleInfo string/_+
2093
+ PaintCorrectionMaskRangeLumMax real/_+
2094
+ PaintCorrectionMaskRangeLumMin real/_+
2095
+ PaintCorrectionMaskRangeLumRange string/_+
2096
+ PaintCorrectionMaskRangeSampleType integer/_+
2097
+ PaintCorrectionMaskRangeType string/_+
2098
+ PaintCorrectionMaskRangeVersion string/_+
1764
2099
  PaintCorrectionMaskDabs string/_
1765
2100
  PaintCorrectionMaskFeather real/_
1766
2101
  PaintCorrectionMaskFlipped boolean/_
1767
2102
  PaintCorrectionMaskFlow real/_
1768
2103
  PaintCorrectionMaskFullX real/_
1769
2104
  PaintCorrectionMaskFullY real/_
2105
+ PaintCorrectionMaskInputDigest string/_
1770
2106
  PaintCorrectionMaskLeft real/_
2107
+ PaintCorrectionMaskMaskActive boolean/_
2108
+ PaintCorrectionMaskMaskBlendMode integer/_
2109
+ PaintCorrectionMaskMaskDigest string/_
2110
+ PaintCorrectionMaskMaskInverted boolean/_
2111
+ PaintCorrectionMaskMaskName string/_
2112
+ PaintCorrectionMaskMasks CorrectionMask Struct_+
2113
+ PaintCorrectionMaskMasksAlpha real/_
2114
+ PaintCorrectionMaskMasksAngle real/_
2115
+ PaintCorrectionMaskMasksBottom real/_
2116
+ PaintCorrectionMaskMasksCenterValue real/_
2117
+ PaintCorrectionMaskMasksCenterWeight real/_
2118
+ PaintCorrectionMaskMasksDabs string/_+
2119
+ PaintCorrectionMaskMasksFeather real/_
2120
+ PaintCorrectionMaskMasksFlipped boolean/_
2121
+ PaintCorrectionMaskMasksFlow real/_
2122
+ PaintCorrectionMaskMasksFullX real/_
2123
+ PaintCorrectionMaskMasksFullY real/_
2124
+ PaintCorrectionMaskMasksInputDigest string/_
2125
+ PaintCorrectionMaskMasksLeft real/_
2126
+ PaintCorrectionMaskMasksMaskActive boolean/_
2127
+ PaintCorrectionMaskMasksMaskBlendMode integer/_
2128
+ PaintCorrectionMaskMasksMaskDigest string/_
2129
+ PaintCorrectionMaskMasksMaskInverted boolean/_
2130
+ PaintCorrectionMaskMasksMaskName string/_
2131
+ PaintCorrectionMaskMasksMaskSubType string/_
2132
+ PaintCorrectionMaskMasksMaskSyncID string/_
2133
+ PaintCorrectionMaskMasksValue real/_
2134
+ PaintCorrectionMaskMasksMaskVersion string/_
2135
+ PaintCorrectionMaskMasksMidpoint real/_
2136
+ PaintCorrectionMaskMasksOrigin string/_
2137
+ PaintCorrectionMaskMasksPerimeterValue real/_
2138
+ PaintCorrectionMaskMasksRadius real/_
2139
+ PaintCorrectionMaskMasksReferencePoint string/_
2140
+ PaintCorrectionMaskMasksRight real/_
2141
+ PaintCorrectionMaskMasksRoundness real/_
2142
+ PaintCorrectionMaskMasksSizeX real/_
2143
+ PaintCorrectionMaskMasksSizeY real/_
2144
+ PaintCorrectionMaskMasksTop real/_
2145
+ PaintCorrectionMaskMaskSubType string/_
2146
+ PaintCorrectionMaskMasksVersion integer/_
2147
+ PaintCorrectionMaskMasksWhat string/_
2148
+ PaintCorrectionMaskMasksWholeImageArea string/_
2149
+ PaintCorrectionMaskMasksX real/_
2150
+ PaintCorrectionMaskMasksY real/_
2151
+ PaintCorrectionMaskMaskSyncID string/_
2152
+ PaintCorrectionMaskMasksZeroX real/_
2153
+ PaintCorrectionMaskMasksZeroY real/_
1771
2154
  PaintCorrectionMaskValue real/_
2155
+ PaintCorrectionMaskMaskVersion string/_
1772
2156
  PaintCorrectionMaskMidpoint real/_
2157
+ PaintCorrectionMaskOrigin string/_
1773
2158
  PaintCorrectionMaskPerimeterValue real/_
1774
2159
  PaintCorrectionMaskRadius real/_
2160
+ PaintCorrectionMaskReferencePoint string/_
1775
2161
  PaintCorrectionMaskRight real/_
1776
2162
  PaintCorrectionMaskRoundness real/_
1777
2163
  PaintCorrectionMaskSizeX real/_
@@ -1779,20 +2165,30 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1779
2165
  PaintCorrectionMaskTop real/_
1780
2166
  PaintCorrectionMaskVersion integer/_
1781
2167
  PaintCorrectionMaskWhat string/_
2168
+ PaintCorrectionMaskWholeImageArea string/_
1782
2169
  PaintCorrectionMaskX real/_
1783
2170
  PaintCorrectionMaskY real/_
1784
2171
  PaintCorrectionMaskZeroX real/_
1785
2172
  PaintCorrectionMaskZeroY real/_
1786
- PaintCorrectionRangeMask CorrectionRangeMask Struct_+
2173
+ PaintCorrectionCorrectionName string/_+
2174
+ PaintCorrectionRangeMask CorrRangeMask Struct_+
2175
+ PaintCorrectionRangeMaskAreaModels AreaModels Struct_+
2176
+ PaintCorrectionRangeMaskAreaModelsComponents string/_+
2177
+ PaintCorrectionRangeMaskAreaModelsColorSampleInfo string/_+
1787
2178
  PaintCorrectionRangeMaskColorAmount real/_+
1788
2179
  PaintCorrectionRangeMaskDepthFeather real/_+
1789
2180
  PaintCorrectionRangeMaskDepthMax real/_+
1790
2181
  PaintCorrectionRangeMaskDepthMin real/_+
2182
+ PaintCorrectionRangeMaskInvert boolean/_+
1791
2183
  PaintCorrectionRangeMaskLumFeather real/_+
2184
+ PaintCorrectionRangeMaskLuminanceDepthSampleInfo string/_+
1792
2185
  PaintCorrectionRangeMaskLumMax real/_+
1793
2186
  PaintCorrectionRangeMaskLumMin real/_+
2187
+ PaintCorrectionRangeMaskLumRange string/_+
2188
+ PaintCorrectionRangeMaskSampleType integer/_+
1794
2189
  PaintCorrectionRangeMaskType string/_+
1795
2190
  PaintCorrectionRangeMaskVersion string/_+
2191
+ PaintCorrectionCorrectionSyncID string/_+
1796
2192
  PaintCorrectionBlacks2012 real/_
1797
2193
  PaintCorrectionBrightness real/_
1798
2194
  PaintCorrectionClarity real/_
@@ -1813,8 +2209,8 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1813
2209
  PaintCorrectionTemperature real/_
1814
2210
  PaintCorrectionTexture real/_
1815
2211
  PaintCorrectionTint real/_
1816
- PaintCorrectionHue real/_
1817
- PaintCorrectionSaturation real/_
2212
+ PaintCorrectionToningHue real/_
2213
+ PaintCorrectionToningSaturation real/_
1818
2214
  PaintCorrectionWhites2012 real/_
1819
2215
  PaintCorrectionWhat string/_
1820
2216
  ParametricDarks integer/
@@ -1840,6 +2236,13 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1840
2236
  PostCropVignetteStyle integer/
1841
2237
  PresetType string/
1842
2238
  ProcessVersion string/
2239
+ RangeMask RangeMask Struct
2240
+ RangeMaskMapInfo MapInfo Struct_
2241
+ RangeMaskMapInfoLabMax string/_
2242
+ RangeMaskMapInfoLabMin string/_
2243
+ RangeMaskMapInfoLumEq string/_+
2244
+ RangeMaskMapInfoRGBMax string/_
2245
+ RangeMaskMapInfoRGBMin string/_
1843
2246
  RawFileName string/
1844
2247
  RedEyeInfo string/+
1845
2248
  RedHue integer/
@@ -1852,17 +2255,85 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1852
2255
  RetouchAreaMaskBottom real/_
1853
2256
  RetouchAreaMaskCenterValue real/_
1854
2257
  RetouchAreaMaskCenterWeight real/_
2258
+ RetouchAreaMaskRange CorrRangeMask Struct_+
2259
+ RetouchAreaMaskRangeAreaModels AreaModels Struct_+
2260
+ RetouchAreaMaskRangeAreaModelsComponents string/_+
2261
+ RetouchAreaMaskRangeAreaModelsColorSampleInfo string/_+
2262
+ RetouchAreaMaskRangeColorAmount real/_+
2263
+ RetouchAreaMaskRangeDepthFeather real/_+
2264
+ RetouchAreaMaskRangeDepthMax real/_+
2265
+ RetouchAreaMaskRangeDepthMin real/_+
2266
+ RetouchAreaMaskRangeInvert boolean/_+
2267
+ RetouchAreaMaskRangeLumFeather real/_+
2268
+ RetouchAreaMaskRangeLuminanceDepthSampleInfo string/_+
2269
+ RetouchAreaMaskRangeLumMax real/_+
2270
+ RetouchAreaMaskRangeLumMin real/_+
2271
+ RetouchAreaMaskRangeLumRange string/_+
2272
+ RetouchAreaMaskRangeSampleType integer/_+
2273
+ RetouchAreaMaskRangeType string/_+
2274
+ RetouchAreaMaskRangeVersion string/_+
1855
2275
  RetouchAreaMaskDabs string/_
1856
2276
  RetouchAreaMaskFeather real/_
1857
2277
  RetouchAreaMaskFlipped boolean/_
1858
2278
  RetouchAreaMaskFlow real/_
1859
2279
  RetouchAreaMaskFullX real/_
1860
2280
  RetouchAreaMaskFullY real/_
2281
+ RetouchAreaMaskInputDigest string/_
1861
2282
  RetouchAreaMaskLeft real/_
2283
+ RetouchAreaMaskMaskActive boolean/_
2284
+ RetouchAreaMaskMaskBlendMode integer/_
2285
+ RetouchAreaMaskMaskDigest string/_
2286
+ RetouchAreaMaskMaskInverted boolean/_
2287
+ RetouchAreaMaskMaskName string/_
2288
+ RetouchAreaMaskMasks CorrectionMask Struct_+
2289
+ RetouchAreaMaskMasksAlpha real/_
2290
+ RetouchAreaMaskMasksAngle real/_
2291
+ RetouchAreaMaskMasksBottom real/_
2292
+ RetouchAreaMaskMasksCenterValue real/_
2293
+ RetouchAreaMaskMasksCenterWeight real/_
2294
+ RetouchAreaMaskMasksDabs string/_+
2295
+ RetouchAreaMaskMasksFeather real/_
2296
+ RetouchAreaMaskMasksFlipped boolean/_
2297
+ RetouchAreaMaskMasksFlow real/_
2298
+ RetouchAreaMaskMasksFullX real/_
2299
+ RetouchAreaMaskMasksFullY real/_
2300
+ RetouchAreaMaskMasksInputDigest string/_
2301
+ RetouchAreaMaskMasksLeft real/_
2302
+ RetouchAreaMaskMasksMaskActive boolean/_
2303
+ RetouchAreaMaskMasksMaskBlendMode integer/_
2304
+ RetouchAreaMaskMasksMaskDigest string/_
2305
+ RetouchAreaMaskMasksMaskInverted boolean/_
2306
+ RetouchAreaMaskMasksMaskName string/_
2307
+ RetouchAreaMaskMasksMaskSubType string/_
2308
+ RetouchAreaMaskMasksMaskSyncID string/_
2309
+ RetouchAreaMaskMasksValue real/_
2310
+ RetouchAreaMaskMasksMaskVersion string/_
2311
+ RetouchAreaMaskMasksMidpoint real/_
2312
+ RetouchAreaMaskMasksOrigin string/_
2313
+ RetouchAreaMaskMasksPerimeterValue real/_
2314
+ RetouchAreaMaskMasksRadius real/_
2315
+ RetouchAreaMaskMasksReferencePoint string/_
2316
+ RetouchAreaMaskMasksRight real/_
2317
+ RetouchAreaMaskMasksRoundness real/_
2318
+ RetouchAreaMaskMasksSizeX real/_
2319
+ RetouchAreaMaskMasksSizeY real/_
2320
+ RetouchAreaMaskMasksTop real/_
2321
+ RetouchAreaMaskMaskSubType string/_
2322
+ RetouchAreaMaskMasksVersion integer/_
2323
+ RetouchAreaMaskMasksWhat string/_
2324
+ RetouchAreaMaskMasksWholeImageArea string/_
2325
+ RetouchAreaMaskMasksX real/_
2326
+ RetouchAreaMaskMasksY real/_
2327
+ RetouchAreaMaskMaskSyncID string/_
2328
+ RetouchAreaMaskMasksZeroX real/_
2329
+ RetouchAreaMaskMasksZeroY real/_
1862
2330
  RetouchAreaMaskValue real/_
2331
+ RetouchAreaMaskMaskVersion string/_
1863
2332
  RetouchAreaMaskMidpoint real/_
2333
+ RetouchAreaMaskOrigin string/_
1864
2334
  RetouchAreaMaskPerimeterValue real/_
1865
2335
  RetouchAreaMaskRadius real/_
2336
+ RetouchAreaMaskReferencePoint string/_
1866
2337
  RetouchAreaMaskRight real/_
1867
2338
  RetouchAreaMaskRoundness real/_
1868
2339
  RetouchAreaMaskSizeX real/_
@@ -1870,6 +2341,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1870
2341
  RetouchAreaMaskTop real/_
1871
2342
  RetouchAreaMaskVersion integer/_
1872
2343
  RetouchAreaMaskWhat string/_
2344
+ RetouchAreaMaskWholeImageArea string/_
1873
2345
  RetouchAreaMaskX real/_
1874
2346
  RetouchAreaMaskY real/_
1875
2347
  RetouchAreaMaskZeroX real/_
@@ -1962,7 +2434,10 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1962
2434
  CorrectionActive boolean
1963
2435
  CorrectionAmount real
1964
2436
  CorrectionMasks CorrectionMask Struct+
1965
- CorrectionRangeMask CorrectionRangeMask Struct
2437
+ CorrectionName string
2438
+ CorrRangeMask CorrRangeMask Struct
2439
+ -
2440
+ CorrectionSyncID string
1966
2441
  LocalBlacks2012 real
1967
2442
  LocalBrightness real
1968
2443
  LocalClarity real
@@ -1997,17 +2472,31 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1997
2472
  Bottom real
1998
2473
  CenterValue real
1999
2474
  CenterWeight real
2475
+ CorrRangeMask CorrRangeMask Struct
2476
+ -
2000
2477
  Dabs string+
2001
2478
  Feather real
2002
2479
  Flipped boolean
2003
2480
  Flow real
2004
2481
  FullX real
2005
2482
  FullY real
2483
+ InputDigest string
2006
2484
  Left real
2485
+ MaskActive boolean
2486
+ MaskBlendMode integer
2487
+ MaskDigest string
2488
+ MaskInverted boolean
2489
+ MaskName string
2490
+ MaskSubType string
2491
+ MaskSyncID string
2007
2492
  MaskValue real
2493
+ MaskVersion string
2494
+ Masks CorrectionMask Struct
2008
2495
  Midpoint real
2496
+ Origin string
2009
2497
  PerimeterValue real
2010
2498
  Radius real
2499
+ ReferencePoint string
2011
2500
  Right real
2012
2501
  Roundness real
2013
2502
  SizeX real
@@ -2015,25 +2504,40 @@ These tags belong to the ExifTool XMP-crd family 1 group.
2015
2504
  Top real
2016
2505
  Version integer
2017
2506
  What string
2507
+ WholeImageArea string
2018
2508
  X real
2019
2509
  Y real
2020
2510
  ZeroX real
2021
2511
  ZeroY real
2022
2512
 
2023
- =head3 XMP CorrectionRangeMask Struct
2513
+ =head3 XMP CorrRangeMask Struct
2514
+
2515
+ Called CorrectionRangeMask by the spec.
2024
2516
 
2025
2517
  Field Name Writable
2026
2518
  ---------- --------
2519
+ AreaModels AreaModels Struct+
2027
2520
  ColorAmount real
2028
2521
  DepthFeather real
2029
2522
  DepthMax real
2030
2523
  DepthMin real
2524
+ Invert boolean
2031
2525
  LumFeather real
2032
2526
  LumMax real
2033
2527
  LumMin real
2528
+ LumRange string
2529
+ LuminanceDepthSampleInfo string
2530
+ SampleType integer
2034
2531
  Type string
2035
2532
  Version string
2036
2533
 
2534
+ =head3 XMP AreaModels Struct
2535
+
2536
+ Field Name Writable
2537
+ ---------- --------
2538
+ AreaComponents string+
2539
+ ColorRangeMaskAreaSampleInfo string
2540
+
2037
2541
  =head3 XMP Look Struct
2038
2542
 
2039
2543
  Field Name Writable
@@ -2059,8 +2563,35 @@ These tags belong to the ExifTool XMP-crd family 1 group.
2059
2563
  LookTable string
2060
2564
  ProcessVersion string
2061
2565
  ToneCurvePV2012 string+
2566
+ ToneCurvePV2012Blue string+
2567
+ ToneCurvePV2012Green string+
2568
+ ToneCurvePV2012Red string+
2062
2569
  Version string
2063
2570
 
2571
+ =head3 XMP RangeMask Struct
2572
+
2573
+ This structure is actually called RangeMaskMapInfo, but it only contains one
2574
+ element which is a RangeMaskMapInfo structure (Yes, really!). So these are
2575
+ renamed to RangeMask and MapInfo respectively to avoid confusion and
2576
+ redundancy in the tag names.
2577
+
2578
+ Field Name Writable
2579
+ ---------- --------
2580
+ RangeMaskMapInfo MapInfo Struct
2581
+
2582
+ =head3 XMP MapInfo Struct
2583
+
2584
+ Called RangeMaskMapInfo by the specification, the same as the containing
2585
+ structure.
2586
+
2587
+ Field Name Writable
2588
+ ---------- --------
2589
+ LabMax string
2590
+ LabMin string
2591
+ LumEq string+
2592
+ RGBMax string
2593
+ RGBMin string
2594
+
2064
2595
  =head3 XMP RetouchArea Struct
2065
2596
 
2066
2597
  Field Name Writable
@@ -2161,17 +2692,85 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2161
2692
  CircGradBasedCorrMaskBottom real_
2162
2693
  CircGradBasedCorrMaskCenterValue real_
2163
2694
  CircGradBasedCorrMaskCenterWeight real_
2695
+ CircGradBasedCorrMaskRange CorrRangeMask Struct_+
2696
+ CircGradBasedCorrMaskRangeAreaModels AreaModels Struct_+
2697
+ CircGradBasedCorrMaskRangeAreaModelsComponents string_+
2698
+ CircGradBasedCorrMaskRangeAreaModelsColorSampleInfo string_+
2699
+ CircGradBasedCorrMaskRangeColorAmount real_+
2700
+ CircGradBasedCorrMaskRangeDepthFeather real_+
2701
+ CircGradBasedCorrMaskRangeDepthMax real_+
2702
+ CircGradBasedCorrMaskRangeDepthMin real_+
2703
+ CircGradBasedCorrMaskRangeInvert boolean_+
2704
+ CircGradBasedCorrMaskRangeLumFeather real_+
2705
+ CircGradBasedCorrMaskRangeLuminanceDepthSampleInfo string_+
2706
+ CircGradBasedCorrMaskRangeLumMax real_+
2707
+ CircGradBasedCorrMaskRangeLumMin real_+
2708
+ CircGradBasedCorrMaskRangeLumRange string_+
2709
+ CircGradBasedCorrMaskRangeSampleType integer_+
2710
+ CircGradBasedCorrMaskRangeType string_+
2711
+ CircGradBasedCorrMaskRangeVersion string_+
2164
2712
  CircGradBasedCorrMaskDabs string_
2165
2713
  CircGradBasedCorrMaskFeather real_
2166
2714
  CircGradBasedCorrMaskFlipped boolean_
2167
2715
  CircGradBasedCorrMaskFlow real_
2168
2716
  CircGradBasedCorrMaskFullX real_
2169
2717
  CircGradBasedCorrMaskFullY real_
2718
+ CircGradBasedCorrMaskInputDigest string_
2170
2719
  CircGradBasedCorrMaskLeft real_
2720
+ CircGradBasedCorrMaskMaskActive boolean_
2721
+ CircGradBasedCorrMaskMaskBlendMode integer_
2722
+ CircGradBasedCorrMaskMaskDigest string_
2723
+ CircGradBasedCorrMaskMaskInverted boolean_
2724
+ CircGradBasedCorrMaskMaskName string_
2725
+ CircGradBasedCorrMaskMasks CorrectionMask Struct_+
2726
+ CircGradBasedCorrMaskMasksAlpha real_
2727
+ CircGradBasedCorrMaskMasksAngle real_
2728
+ CircGradBasedCorrMaskMasksBottom real_
2729
+ CircGradBasedCorrMaskMasksCenterValue real_
2730
+ CircGradBasedCorrMaskMasksCenterWeight real_
2731
+ CircGradBasedCorrMaskMasksDabs string_+
2732
+ CircGradBasedCorrMaskMasksFeather real_
2733
+ CircGradBasedCorrMaskMasksFlipped boolean_
2734
+ CircGradBasedCorrMaskMasksFlow real_
2735
+ CircGradBasedCorrMaskMasksFullX real_
2736
+ CircGradBasedCorrMaskMasksFullY real_
2737
+ CircGradBasedCorrMaskMasksInputDigest string_
2738
+ CircGradBasedCorrMaskMasksLeft real_
2739
+ CircGradBasedCorrMaskMasksMaskActive boolean_
2740
+ CircGradBasedCorrMaskMasksMaskBlendMode integer_
2741
+ CircGradBasedCorrMaskMasksMaskDigest string_
2742
+ CircGradBasedCorrMaskMasksMaskInverted boolean_
2743
+ CircGradBasedCorrMaskMasksMaskName string_
2744
+ CircGradBasedCorrMaskMasksMaskSubType string_
2745
+ CircGradBasedCorrMaskMasksMaskSyncID string_
2746
+ CircGradBasedCorrMaskMasksValue real_
2747
+ CircGradBasedCorrMaskMasksMaskVersion string_
2748
+ CircGradBasedCorrMaskMasksMidpoint real_
2749
+ CircGradBasedCorrMaskMasksOrigin string_
2750
+ CircGradBasedCorrMaskMasksPerimeterValue real_
2751
+ CircGradBasedCorrMaskMasksRadius real_
2752
+ CircGradBasedCorrMaskMasksReferencePoint string_
2753
+ CircGradBasedCorrMaskMasksRight real_
2754
+ CircGradBasedCorrMaskMasksRoundness real_
2755
+ CircGradBasedCorrMaskMasksSizeX real_
2756
+ CircGradBasedCorrMaskMasksSizeY real_
2757
+ CircGradBasedCorrMaskMasksTop real_
2758
+ CircGradBasedCorrMaskMaskSubType string_
2759
+ CircGradBasedCorrMaskMasksVersion integer_
2760
+ CircGradBasedCorrMaskMasksWhat string_
2761
+ CircGradBasedCorrMaskMasksWholeImageArea string_
2762
+ CircGradBasedCorrMaskMasksX real_
2763
+ CircGradBasedCorrMaskMasksY real_
2764
+ CircGradBasedCorrMaskMaskSyncID string_
2765
+ CircGradBasedCorrMaskMasksZeroX real_
2766
+ CircGradBasedCorrMaskMasksZeroY real_
2171
2767
  CircGradBasedCorrMaskValue real_
2768
+ CircGradBasedCorrMaskMaskVersion string_
2172
2769
  CircGradBasedCorrMaskMidpoint real_
2770
+ CircGradBasedCorrMaskOrigin string_
2173
2771
  CircGradBasedCorrMaskPerimeterValue real_
2174
2772
  CircGradBasedCorrMaskRadius real_
2773
+ CircGradBasedCorrMaskReferencePoint string_
2175
2774
  CircGradBasedCorrMaskRight real_
2176
2775
  CircGradBasedCorrMaskRoundness real_
2177
2776
  CircGradBasedCorrMaskSizeX real_
@@ -2179,20 +2778,30 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2179
2778
  CircGradBasedCorrMaskTop real_
2180
2779
  CircGradBasedCorrMaskVersion integer_
2181
2780
  CircGradBasedCorrMaskWhat string_
2781
+ CircGradBasedCorrMaskWholeImageArea string_
2182
2782
  CircGradBasedCorrMaskX real_
2183
2783
  CircGradBasedCorrMaskY real_
2184
2784
  CircGradBasedCorrMaskZeroX real_
2185
2785
  CircGradBasedCorrMaskZeroY real_
2186
- CircGradBasedCorrRangeMask CorrectionRangeMask Struct_+
2786
+ CircGradBasedCorrCorrectionName string_+
2787
+ CircGradBasedCorrRangeMask CorrRangeMask Struct_+
2788
+ CircGradBasedCorrRangeMaskAreaModels AreaModels Struct_+
2789
+ CircGradBasedCorrRangeMaskAreaModelsComponents string_+
2790
+ CircGradBasedCorrRangeMaskAreaModelsColorSampleInfo string_+
2187
2791
  CircGradBasedCorrRangeMaskColorAmount real_+
2188
2792
  CircGradBasedCorrRangeMaskDepthFeather real_+
2189
2793
  CircGradBasedCorrRangeMaskDepthMax real_+
2190
2794
  CircGradBasedCorrRangeMaskDepthMin real_+
2795
+ CircGradBasedCorrRangeMaskInvert boolean_+
2191
2796
  CircGradBasedCorrRangeMaskLumFeather real_+
2797
+ CircGradBasedCorrRangeMaskLuminanceDepthSampleInfo string_+
2192
2798
  CircGradBasedCorrRangeMaskLumMax real_+
2193
2799
  CircGradBasedCorrRangeMaskLumMin real_+
2800
+ CircGradBasedCorrRangeMaskLumRange string_+
2801
+ CircGradBasedCorrRangeMaskSampleType integer_+
2194
2802
  CircGradBasedCorrRangeMaskType string_+
2195
2803
  CircGradBasedCorrRangeMaskVersion string_+
2804
+ CircGradBasedCorrCorrectionSyncID string_+
2196
2805
  CircGradBasedCorrBlacks2012 real_
2197
2806
  CircGradBasedCorrBrightness real_
2198
2807
  CircGradBasedCorrClarity real_
@@ -2213,8 +2822,8 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2213
2822
  CircGradBasedCorrTemperature real_
2214
2823
  CircGradBasedCorrTexture real_
2215
2824
  CircGradBasedCorrTint real_
2216
- CircGradBasedCorrHue real_
2217
- CircGradBasedCorrSaturation real_
2825
+ CircGradBasedCorrToningHue real_
2826
+ CircGradBasedCorrToningSaturation real_
2218
2827
  CircGradBasedCorrWhites2012 real_
2219
2828
  CircGradBasedCorrWhat string_
2220
2829
  Clarity integer
@@ -2234,6 +2843,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2234
2843
  ColorNoiseReduction integer
2235
2844
  ColorNoiseReductionDetail integer
2236
2845
  ColorNoiseReductionSmoothness integer
2846
+ CompatibleVersion string
2237
2847
  ContactInfo string
2238
2848
  Contrast integer/
2239
2849
  Contrast2012 integer
@@ -2276,17 +2886,85 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2276
2886
  GradientBasedCorrMaskBottom real_
2277
2887
  GradientBasedCorrMaskCenterValue real_
2278
2888
  GradientBasedCorrMaskCenterWeight real_
2889
+ GradientBasedCorrMaskRange CorrRangeMask Struct_+
2890
+ GradientBasedCorrMaskRangeAreaModels AreaModels Struct_+
2891
+ GradientBasedCorrMaskRangeAreaModelsComponents string_+
2892
+ GradientBasedCorrMaskRangeAreaModelsColorSampleInfo string_+
2893
+ GradientBasedCorrMaskRangeColorAmount real_+
2894
+ GradientBasedCorrMaskRangeDepthFeather real_+
2895
+ GradientBasedCorrMaskRangeDepthMax real_+
2896
+ GradientBasedCorrMaskRangeDepthMin real_+
2897
+ GradientBasedCorrMaskRangeInvert boolean_+
2898
+ GradientBasedCorrMaskRangeLumFeather real_+
2899
+ GradientBasedCorrMaskRangeLuminanceDepthSampleInfo string_+
2900
+ GradientBasedCorrMaskRangeLumMax real_+
2901
+ GradientBasedCorrMaskRangeLumMin real_+
2902
+ GradientBasedCorrMaskRangeLumRange string_+
2903
+ GradientBasedCorrMaskRangeSampleType integer_+
2904
+ GradientBasedCorrMaskRangeType string_+
2905
+ GradientBasedCorrMaskRangeVersion string_+
2279
2906
  GradientBasedCorrMaskDabs string_
2280
2907
  GradientBasedCorrMaskFeather real_
2281
2908
  GradientBasedCorrMaskFlipped boolean_
2282
2909
  GradientBasedCorrMaskFlow real_
2283
2910
  GradientBasedCorrMaskFullX real_
2284
2911
  GradientBasedCorrMaskFullY real_
2912
+ GradientBasedCorrMaskInputDigest string_
2285
2913
  GradientBasedCorrMaskLeft real_
2914
+ GradientBasedCorrMaskMaskActive boolean_
2915
+ GradientBasedCorrMaskMaskBlendMode integer_
2916
+ GradientBasedCorrMaskMaskDigest string_
2917
+ GradientBasedCorrMaskMaskInverted boolean_
2918
+ GradientBasedCorrMaskMaskName string_
2919
+ GradientBasedCorrMaskMasks CorrectionMask Struct_+
2920
+ GradientBasedCorrMaskMasksAlpha real_
2921
+ GradientBasedCorrMaskMasksAngle real_
2922
+ GradientBasedCorrMaskMasksBottom real_
2923
+ GradientBasedCorrMaskMasksCenterValue real_
2924
+ GradientBasedCorrMaskMasksCenterWeight real_
2925
+ GradientBasedCorrMaskMasksDabs string_+
2926
+ GradientBasedCorrMaskMasksFeather real_
2927
+ GradientBasedCorrMaskMasksFlipped boolean_
2928
+ GradientBasedCorrMaskMasksFlow real_
2929
+ GradientBasedCorrMaskMasksFullX real_
2930
+ GradientBasedCorrMaskMasksFullY real_
2931
+ GradientBasedCorrMaskMasksInputDigest string_
2932
+ GradientBasedCorrMaskMasksLeft real_
2933
+ GradientBasedCorrMaskMasksMaskActive boolean_
2934
+ GradientBasedCorrMaskMasksMaskBlendMode integer_
2935
+ GradientBasedCorrMaskMasksMaskDigest string_
2936
+ GradientBasedCorrMaskMasksMaskInverted boolean_
2937
+ GradientBasedCorrMaskMasksMaskName string_
2938
+ GradientBasedCorrMaskMasksMaskSubType string_
2939
+ GradientBasedCorrMaskMasksMaskSyncID string_
2940
+ GradientBasedCorrMaskMasksValue real_
2941
+ GradientBasedCorrMaskMasksMaskVersion string_
2942
+ GradientBasedCorrMaskMasksMidpoint real_
2943
+ GradientBasedCorrMaskMasksOrigin string_
2944
+ GradientBasedCorrMaskMasksPerimeterValue real_
2945
+ GradientBasedCorrMaskMasksRadius real_
2946
+ GradientBasedCorrMaskMasksReferencePoint string_
2947
+ GradientBasedCorrMaskMasksRight real_
2948
+ GradientBasedCorrMaskMasksRoundness real_
2949
+ GradientBasedCorrMaskMasksSizeX real_
2950
+ GradientBasedCorrMaskMasksSizeY real_
2951
+ GradientBasedCorrMaskMasksTop real_
2952
+ GradientBasedCorrMaskMaskSubType string_
2953
+ GradientBasedCorrMaskMasksVersion integer_
2954
+ GradientBasedCorrMaskMasksWhat string_
2955
+ GradientBasedCorrMaskMasksWholeImageArea string_
2956
+ GradientBasedCorrMaskMasksX real_
2957
+ GradientBasedCorrMaskMasksY real_
2958
+ GradientBasedCorrMaskMaskSyncID string_
2959
+ GradientBasedCorrMaskMasksZeroX real_
2960
+ GradientBasedCorrMaskMasksZeroY real_
2286
2961
  GradientBasedCorrMaskValue real_
2962
+ GradientBasedCorrMaskMaskVersion string_
2287
2963
  GradientBasedCorrMaskMidpoint real_
2964
+ GradientBasedCorrMaskOrigin string_
2288
2965
  GradientBasedCorrMaskPerimeterValue real_
2289
2966
  GradientBasedCorrMaskRadius real_
2967
+ GradientBasedCorrMaskReferencePoint string_
2290
2968
  GradientBasedCorrMaskRight real_
2291
2969
  GradientBasedCorrMaskRoundness real_
2292
2970
  GradientBasedCorrMaskSizeX real_
@@ -2294,20 +2972,30 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2294
2972
  GradientBasedCorrMaskTop real_
2295
2973
  GradientBasedCorrMaskVersion integer_
2296
2974
  GradientBasedCorrMaskWhat string_
2975
+ GradientBasedCorrMaskWholeImageArea string_
2297
2976
  GradientBasedCorrMaskX real_
2298
2977
  GradientBasedCorrMaskY real_
2299
2978
  GradientBasedCorrMaskZeroX real_
2300
2979
  GradientBasedCorrMaskZeroY real_
2301
- GradientBasedCorrRangeMask CorrectionRangeMask Struct_+
2980
+ GradientBasedCorrCorrectionName string_+
2981
+ GradientBasedCorrRangeMask CorrRangeMask Struct_+
2982
+ GradientBasedCorrRangeMaskAreaModels AreaModels Struct_+
2983
+ GradientBasedCorrRangeMaskAreaModelsComponents string_+
2984
+ GradientBasedCorrRangeMaskAreaModelsColorSampleInfo string_+
2302
2985
  GradientBasedCorrRangeMaskColorAmount real_+
2303
2986
  GradientBasedCorrRangeMaskDepthFeather real_+
2304
2987
  GradientBasedCorrRangeMaskDepthMax real_+
2305
2988
  GradientBasedCorrRangeMaskDepthMin real_+
2989
+ GradientBasedCorrRangeMaskInvert boolean_+
2306
2990
  GradientBasedCorrRangeMaskLumFeather real_+
2991
+ GradientBasedCorrRangeMaskLuminanceDepthSampleInfo string_+
2307
2992
  GradientBasedCorrRangeMaskLumMax real_+
2308
2993
  GradientBasedCorrRangeMaskLumMin real_+
2994
+ GradientBasedCorrRangeMaskLumRange string_+
2995
+ GradientBasedCorrRangeMaskSampleType integer_+
2309
2996
  GradientBasedCorrRangeMaskType string_+
2310
2997
  GradientBasedCorrRangeMaskVersion string_+
2998
+ GradientBasedCorrCorrectionSyncID string_+
2311
2999
  GradientBasedCorrBlacks2012 real_
2312
3000
  GradientBasedCorrBrightness real_
2313
3001
  GradientBasedCorrClarity real_
@@ -2328,8 +3016,8 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2328
3016
  GradientBasedCorrTemperature real_
2329
3017
  GradientBasedCorrTexture real_
2330
3018
  GradientBasedCorrTint real_
2331
- GradientBasedCorrHue real_
2332
- GradientBasedCorrSaturation real_
3019
+ GradientBasedCorrToningHue real_
3020
+ GradientBasedCorrToningSaturation real_
2333
3021
  GradientBasedCorrWhites2012 real_
2334
3022
  GradientBasedCorrWhat string_
2335
3023
  GrainAmount integer
@@ -2394,6 +3082,9 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2394
3082
  LookParametersLookTable string_
2395
3083
  LookParametersProcessVersion string_
2396
3084
  LookParametersToneCurvePV2012 string_+
3085
+ LookParametersToneCurvePV2012Blue string_+
3086
+ LookParametersToneCurvePV2012Green string_+
3087
+ LookParametersToneCurvePV2012Red string_+
2397
3088
  LookParametersVersion string_
2398
3089
  LookSupportsAmount string_
2399
3090
  LookSupportsMonochrome string_
@@ -2410,6 +3101,149 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2410
3101
  LuminanceNoiseReductionContrast integer
2411
3102
  LuminanceNoiseReductionDetail integer
2412
3103
  LuminanceSmoothing integer
3104
+ MaskGroupBasedCorrections Correction Struct+
3105
+ MaskGroupBasedCorrActive boolean_
3106
+ MaskGroupBasedCorrAmount real_
3107
+ MaskGroupBasedCorrMask CorrectionMask Struct_+
3108
+ MaskGroupBasedCorrMaskAlpha real_
3109
+ MaskGroupBasedCorrMaskAngle real_
3110
+ MaskGroupBasedCorrMaskBottom real_
3111
+ MaskGroupBasedCorrMaskCenterValue real_
3112
+ MaskGroupBasedCorrMaskCenterWeight real_
3113
+ MaskGroupBasedCorrMaskRange CorrRangeMask Struct_+
3114
+ MaskGroupBasedCorrMaskRangeAreaModels AreaModels Struct_+
3115
+ MaskGroupBasedCorrMaskRangeAreaModelsComponents string_+
3116
+ MaskGroupBasedCorrMaskRangeAreaModelsColorSampleInfo string_+
3117
+ MaskGroupBasedCorrMaskRangeColorAmount real_+
3118
+ MaskGroupBasedCorrMaskRangeDepthFeather real_+
3119
+ MaskGroupBasedCorrMaskRangeDepthMax real_+
3120
+ MaskGroupBasedCorrMaskRangeDepthMin real_+
3121
+ MaskGroupBasedCorrMaskRangeInvert boolean_+
3122
+ MaskGroupBasedCorrMaskRangeLumFeather real_+
3123
+ MaskGroupBasedCorrMaskRangeLuminanceDepthSampleInfo string_+
3124
+ MaskGroupBasedCorrMaskRangeLumMax real_+
3125
+ MaskGroupBasedCorrMaskRangeLumMin real_+
3126
+ MaskGroupBasedCorrMaskRangeLumRange string_+
3127
+ MaskGroupBasedCorrMaskRangeSampleType integer_+
3128
+ MaskGroupBasedCorrMaskRangeType string_+
3129
+ MaskGroupBasedCorrMaskRangeVersion string_+
3130
+ MaskGroupBasedCorrMaskDabs string_+
3131
+ MaskGroupBasedCorrMaskFeather real_
3132
+ MaskGroupBasedCorrMaskFlipped boolean_
3133
+ MaskGroupBasedCorrMaskFlow real_
3134
+ MaskGroupBasedCorrMaskFullX real_
3135
+ MaskGroupBasedCorrMaskFullY real_
3136
+ MaskGroupBasedCorrMaskInputDigest string_
3137
+ MaskGroupBasedCorrMaskLeft real_
3138
+ MaskGroupBasedCorrMaskMaskActive boolean_
3139
+ MaskGroupBasedCorrMaskMaskBlendMode integer_
3140
+ MaskGroupBasedCorrMaskMaskDigest string_
3141
+ MaskGroupBasedCorrMaskMaskInverted boolean_
3142
+ MaskGroupBasedCorrMaskMaskName string_
3143
+ MaskGroupBasedCorrMaskMasks CorrectionMask Struct_+
3144
+ MaskGroupBasedCorrMaskMasksAlpha real_
3145
+ MaskGroupBasedCorrMaskMasksAngle real_
3146
+ MaskGroupBasedCorrMaskMasksBottom real_
3147
+ MaskGroupBasedCorrMaskMasksCenterValue real_
3148
+ MaskGroupBasedCorrMaskMasksCenterWeight real_
3149
+ MaskGroupBasedCorrMaskMasksDabs string_+
3150
+ MaskGroupBasedCorrMaskMasksFeather real_
3151
+ MaskGroupBasedCorrMaskMasksFlipped boolean_
3152
+ MaskGroupBasedCorrMaskMasksFlow real_
3153
+ MaskGroupBasedCorrMaskMasksFullX real_
3154
+ MaskGroupBasedCorrMaskMasksFullY real_
3155
+ MaskGroupBasedCorrMaskMasksInputDigest string_
3156
+ MaskGroupBasedCorrMaskMasksLeft real_
3157
+ MaskGroupBasedCorrMaskMasksMaskActive boolean_
3158
+ MaskGroupBasedCorrMaskMasksMaskBlendMode integer_
3159
+ MaskGroupBasedCorrMaskMasksMaskDigest string_
3160
+ MaskGroupBasedCorrMaskMasksMaskInverted boolean_
3161
+ MaskGroupBasedCorrMaskMasksMaskName string_
3162
+ MaskGroupBasedCorrMaskMasksMaskSubType string_
3163
+ MaskGroupBasedCorrMaskMasksMaskSyncID string_
3164
+ MaskGroupBasedCorrMaskMasksValue real_
3165
+ MaskGroupBasedCorrMaskMasksMaskVersion string_
3166
+ MaskGroupBasedCorrMaskMasksMidpoint real_
3167
+ MaskGroupBasedCorrMaskMasksOrigin string_
3168
+ MaskGroupBasedCorrMaskMasksPerimeterValue real_
3169
+ MaskGroupBasedCorrMaskMasksRadius real_
3170
+ MaskGroupBasedCorrMaskMasksReferencePoint string_
3171
+ MaskGroupBasedCorrMaskMasksRight real_
3172
+ MaskGroupBasedCorrMaskMasksRoundness real_
3173
+ MaskGroupBasedCorrMaskMasksSizeX real_
3174
+ MaskGroupBasedCorrMaskMasksSizeY real_
3175
+ MaskGroupBasedCorrMaskMasksTop real_
3176
+ MaskGroupBasedCorrMaskMaskSubType string_
3177
+ MaskGroupBasedCorrMaskMasksVersion integer_
3178
+ MaskGroupBasedCorrMaskMasksWhat string_
3179
+ MaskGroupBasedCorrMaskMasksWholeImageArea string_
3180
+ MaskGroupBasedCorrMaskMasksX real_
3181
+ MaskGroupBasedCorrMaskMasksY real_
3182
+ MaskGroupBasedCorrMaskMaskSyncID string_
3183
+ MaskGroupBasedCorrMaskMasksZeroX real_
3184
+ MaskGroupBasedCorrMaskMasksZeroY real_
3185
+ MaskGroupBasedCorrMaskValue real_
3186
+ MaskGroupBasedCorrMaskMaskVersion string_
3187
+ MaskGroupBasedCorrMaskMidpoint real_
3188
+ MaskGroupBasedCorrMaskOrigin string_
3189
+ MaskGroupBasedCorrMaskPerimeterValue real_
3190
+ MaskGroupBasedCorrMaskRadius real_
3191
+ MaskGroupBasedCorrMaskReferencePoint string_
3192
+ MaskGroupBasedCorrMaskRight real_
3193
+ MaskGroupBasedCorrMaskRoundness real_
3194
+ MaskGroupBasedCorrMaskSizeX real_
3195
+ MaskGroupBasedCorrMaskSizeY real_
3196
+ MaskGroupBasedCorrMaskTop real_
3197
+ MaskGroupBasedCorrMaskVersion integer_
3198
+ MaskGroupBasedCorrMaskWhat string_
3199
+ MaskGroupBasedCorrMaskWholeImageArea string_
3200
+ MaskGroupBasedCorrMaskX real_
3201
+ MaskGroupBasedCorrMaskY real_
3202
+ MaskGroupBasedCorrMaskZeroX real_
3203
+ MaskGroupBasedCorrMaskZeroY real_
3204
+ MaskGroupBasedCorrCorrectionName string_+
3205
+ MaskGroupBasedCorrRangeMask CorrRangeMask Struct_+
3206
+ MaskGroupBasedCorrRangeMaskAreaModels AreaModels Struct_+
3207
+ MaskGroupBasedCorrRangeMaskAreaModelsComponents string_+
3208
+ MaskGroupBasedCorrRangeMaskAreaModelsColorSampleInfo string_+
3209
+ MaskGroupBasedCorrRangeMaskColorAmount real_+
3210
+ MaskGroupBasedCorrRangeMaskDepthFeather real_+
3211
+ MaskGroupBasedCorrRangeMaskDepthMax real_+
3212
+ MaskGroupBasedCorrRangeMaskDepthMin real_+
3213
+ MaskGroupBasedCorrRangeMaskInvert boolean_+
3214
+ MaskGroupBasedCorrRangeMaskLumFeather real_+
3215
+ MaskGroupBasedCorrRangeMaskLuminanceDepthSampleInfo string_+
3216
+ MaskGroupBasedCorrRangeMaskLumMax real_+
3217
+ MaskGroupBasedCorrRangeMaskLumMin real_+
3218
+ MaskGroupBasedCorrRangeMaskLumRange string_+
3219
+ MaskGroupBasedCorrRangeMaskSampleType integer_+
3220
+ MaskGroupBasedCorrRangeMaskType string_+
3221
+ MaskGroupBasedCorrRangeMaskVersion string_+
3222
+ MaskGroupBasedCorrCorrectionSyncID string_+
3223
+ MaskGroupBasedCorrBlacks2012 real_
3224
+ MaskGroupBasedCorrBrightness real_
3225
+ MaskGroupBasedCorrClarity real_
3226
+ MaskGroupBasedCorrClarity2012 real_
3227
+ MaskGroupBasedCorrContrast real_
3228
+ MaskGroupBasedCorrContrast2012 real_
3229
+ MaskGroupBasedCorrDefringe real_
3230
+ MaskGroupBasedCorrDehaze real_
3231
+ MaskGroupBasedCorrExposure real_
3232
+ MaskGroupBasedCorrExposure2012 real_
3233
+ MaskGroupBasedCorrHighlights2012 real_
3234
+ MaskGroupBasedCorrHue real_
3235
+ MaskGroupBasedCorrLuminanceNoise real_
3236
+ MaskGroupBasedCorrMoire real_
3237
+ MaskGroupBasedCorrSaturation real_
3238
+ MaskGroupBasedCorrShadows2012 real_
3239
+ MaskGroupBasedCorrSharpness real_
3240
+ MaskGroupBasedCorrTemperature real_
3241
+ MaskGroupBasedCorrTexture real_
3242
+ MaskGroupBasedCorrTint real_
3243
+ MaskGroupBasedCorrToningHue real_
3244
+ MaskGroupBasedCorrToningSaturation real_
3245
+ MaskGroupBasedCorrWhites2012 real_
3246
+ MaskGroupBasedCorrWhat string_
2413
3247
  MoireFilter string
2414
3248
  Name lang-alt/
2415
3249
  NegativeCacheLargePreviewSize integer
@@ -2425,17 +3259,85 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2425
3259
  PaintCorrectionMaskBottom real_
2426
3260
  PaintCorrectionMaskCenterValue real_
2427
3261
  PaintCorrectionMaskCenterWeight real_
3262
+ PaintCorrectionMaskRange CorrRangeMask Struct_+
3263
+ PaintCorrectionMaskRangeAreaModels AreaModels Struct_+
3264
+ PaintCorrectionMaskRangeAreaModelsComponents string_+
3265
+ PaintCorrectionMaskRangeAreaModelsColorSampleInfo string_+
3266
+ PaintCorrectionMaskRangeColorAmount real_+
3267
+ PaintCorrectionMaskRangeDepthFeather real_+
3268
+ PaintCorrectionMaskRangeDepthMax real_+
3269
+ PaintCorrectionMaskRangeDepthMin real_+
3270
+ PaintCorrectionMaskRangeInvert boolean_+
3271
+ PaintCorrectionMaskRangeLumFeather real_+
3272
+ PaintCorrectionMaskRangeLuminanceDepthSampleInfo string_+
3273
+ PaintCorrectionMaskRangeLumMax real_+
3274
+ PaintCorrectionMaskRangeLumMin real_+
3275
+ PaintCorrectionMaskRangeLumRange string_+
3276
+ PaintCorrectionMaskRangeSampleType integer_+
3277
+ PaintCorrectionMaskRangeType string_+
3278
+ PaintCorrectionMaskRangeVersion string_+
2428
3279
  PaintCorrectionMaskDabs string_
2429
3280
  PaintCorrectionMaskFeather real_
2430
3281
  PaintCorrectionMaskFlipped boolean_
2431
3282
  PaintCorrectionMaskFlow real_
2432
3283
  PaintCorrectionMaskFullX real_
2433
3284
  PaintCorrectionMaskFullY real_
3285
+ PaintCorrectionMaskInputDigest string_
2434
3286
  PaintCorrectionMaskLeft real_
3287
+ PaintCorrectionMaskMaskActive boolean_
3288
+ PaintCorrectionMaskMaskBlendMode integer_
3289
+ PaintCorrectionMaskMaskDigest string_
3290
+ PaintCorrectionMaskMaskInverted boolean_
3291
+ PaintCorrectionMaskMaskName string_
3292
+ PaintCorrectionMaskMasks CorrectionMask Struct_+
3293
+ PaintCorrectionMaskMasksAlpha real_
3294
+ PaintCorrectionMaskMasksAngle real_
3295
+ PaintCorrectionMaskMasksBottom real_
3296
+ PaintCorrectionMaskMasksCenterValue real_
3297
+ PaintCorrectionMaskMasksCenterWeight real_
3298
+ PaintCorrectionMaskMasksDabs string_+
3299
+ PaintCorrectionMaskMasksFeather real_
3300
+ PaintCorrectionMaskMasksFlipped boolean_
3301
+ PaintCorrectionMaskMasksFlow real_
3302
+ PaintCorrectionMaskMasksFullX real_
3303
+ PaintCorrectionMaskMasksFullY real_
3304
+ PaintCorrectionMaskMasksInputDigest string_
3305
+ PaintCorrectionMaskMasksLeft real_
3306
+ PaintCorrectionMaskMasksMaskActive boolean_
3307
+ PaintCorrectionMaskMasksMaskBlendMode integer_
3308
+ PaintCorrectionMaskMasksMaskDigest string_
3309
+ PaintCorrectionMaskMasksMaskInverted boolean_
3310
+ PaintCorrectionMaskMasksMaskName string_
3311
+ PaintCorrectionMaskMasksMaskSubType string_
3312
+ PaintCorrectionMaskMasksMaskSyncID string_
3313
+ PaintCorrectionMaskMasksValue real_
3314
+ PaintCorrectionMaskMasksMaskVersion string_
3315
+ PaintCorrectionMaskMasksMidpoint real_
3316
+ PaintCorrectionMaskMasksOrigin string_
3317
+ PaintCorrectionMaskMasksPerimeterValue real_
3318
+ PaintCorrectionMaskMasksRadius real_
3319
+ PaintCorrectionMaskMasksReferencePoint string_
3320
+ PaintCorrectionMaskMasksRight real_
3321
+ PaintCorrectionMaskMasksRoundness real_
3322
+ PaintCorrectionMaskMasksSizeX real_
3323
+ PaintCorrectionMaskMasksSizeY real_
3324
+ PaintCorrectionMaskMasksTop real_
3325
+ PaintCorrectionMaskMaskSubType string_
3326
+ PaintCorrectionMaskMasksVersion integer_
3327
+ PaintCorrectionMaskMasksWhat string_
3328
+ PaintCorrectionMaskMasksWholeImageArea string_
3329
+ PaintCorrectionMaskMasksX real_
3330
+ PaintCorrectionMaskMasksY real_
3331
+ PaintCorrectionMaskMaskSyncID string_
3332
+ PaintCorrectionMaskMasksZeroX real_
3333
+ PaintCorrectionMaskMasksZeroY real_
2435
3334
  PaintCorrectionMaskValue real_
3335
+ PaintCorrectionMaskMaskVersion string_
2436
3336
  PaintCorrectionMaskMidpoint real_
3337
+ PaintCorrectionMaskOrigin string_
2437
3338
  PaintCorrectionMaskPerimeterValue real_
2438
3339
  PaintCorrectionMaskRadius real_
3340
+ PaintCorrectionMaskReferencePoint string_
2439
3341
  PaintCorrectionMaskRight real_
2440
3342
  PaintCorrectionMaskRoundness real_
2441
3343
  PaintCorrectionMaskSizeX real_
@@ -2443,20 +3345,30 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2443
3345
  PaintCorrectionMaskTop real_
2444
3346
  PaintCorrectionMaskVersion integer_
2445
3347
  PaintCorrectionMaskWhat string_
3348
+ PaintCorrectionMaskWholeImageArea string_
2446
3349
  PaintCorrectionMaskX real_
2447
3350
  PaintCorrectionMaskY real_
2448
3351
  PaintCorrectionMaskZeroX real_
2449
3352
  PaintCorrectionMaskZeroY real_
2450
- PaintCorrectionRangeMask CorrectionRangeMask Struct_+
3353
+ PaintCorrectionCorrectionName string_+
3354
+ PaintCorrectionRangeMask CorrRangeMask Struct_+
3355
+ PaintCorrectionRangeMaskAreaModels AreaModels Struct_+
3356
+ PaintCorrectionRangeMaskAreaModelsComponents string_+
3357
+ PaintCorrectionRangeMaskAreaModelsColorSampleInfo string_+
2451
3358
  PaintCorrectionRangeMaskColorAmount real_+
2452
3359
  PaintCorrectionRangeMaskDepthFeather real_+
2453
3360
  PaintCorrectionRangeMaskDepthMax real_+
2454
3361
  PaintCorrectionRangeMaskDepthMin real_+
3362
+ PaintCorrectionRangeMaskInvert boolean_+
2455
3363
  PaintCorrectionRangeMaskLumFeather real_+
3364
+ PaintCorrectionRangeMaskLuminanceDepthSampleInfo string_+
2456
3365
  PaintCorrectionRangeMaskLumMax real_+
2457
3366
  PaintCorrectionRangeMaskLumMin real_+
3367
+ PaintCorrectionRangeMaskLumRange string_+
3368
+ PaintCorrectionRangeMaskSampleType integer_+
2458
3369
  PaintCorrectionRangeMaskType string_+
2459
3370
  PaintCorrectionRangeMaskVersion string_+
3371
+ PaintCorrectionCorrectionSyncID string_+
2460
3372
  PaintCorrectionBlacks2012 real_
2461
3373
  PaintCorrectionBrightness real_
2462
3374
  PaintCorrectionClarity real_
@@ -2477,8 +3389,8 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2477
3389
  PaintCorrectionTemperature real_
2478
3390
  PaintCorrectionTexture real_
2479
3391
  PaintCorrectionTint real_
2480
- PaintCorrectionHue real_
2481
- PaintCorrectionSaturation real_
3392
+ PaintCorrectionToningHue real_
3393
+ PaintCorrectionToningSaturation real_
2482
3394
  PaintCorrectionWhites2012 real_
2483
3395
  PaintCorrectionWhat string_
2484
3396
  ParametricDarks integer
@@ -2504,6 +3416,13 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2504
3416
  PostCropVignetteStyle integer
2505
3417
  PresetType string
2506
3418
  ProcessVersion string
3419
+ RangeMask RangeMask Struct
3420
+ RangeMaskMapInfo MapInfo Struct_
3421
+ RangeMaskMapInfoLabMax string_
3422
+ RangeMaskMapInfoLabMin string_
3423
+ RangeMaskMapInfoLumEq string_+
3424
+ RangeMaskMapInfoRGBMax string_
3425
+ RangeMaskMapInfoRGBMin string_
2507
3426
  RawFileName string
2508
3427
  RedEyeInfo string+
2509
3428
  RedHue integer
@@ -2516,17 +3435,85 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2516
3435
  RetouchAreaMaskBottom real_
2517
3436
  RetouchAreaMaskCenterValue real_
2518
3437
  RetouchAreaMaskCenterWeight real_
3438
+ RetouchAreaMaskRange CorrRangeMask Struct_+
3439
+ RetouchAreaMaskRangeAreaModels AreaModels Struct_+
3440
+ RetouchAreaMaskRangeAreaModelsComponents string_+
3441
+ RetouchAreaMaskRangeAreaModelsColorSampleInfo string_+
3442
+ RetouchAreaMaskRangeColorAmount real_+
3443
+ RetouchAreaMaskRangeDepthFeather real_+
3444
+ RetouchAreaMaskRangeDepthMax real_+
3445
+ RetouchAreaMaskRangeDepthMin real_+
3446
+ RetouchAreaMaskRangeInvert boolean_+
3447
+ RetouchAreaMaskRangeLumFeather real_+
3448
+ RetouchAreaMaskRangeLuminanceDepthSampleInfo string_+
3449
+ RetouchAreaMaskRangeLumMax real_+
3450
+ RetouchAreaMaskRangeLumMin real_+
3451
+ RetouchAreaMaskRangeLumRange string_+
3452
+ RetouchAreaMaskRangeSampleType integer_+
3453
+ RetouchAreaMaskRangeType string_+
3454
+ RetouchAreaMaskRangeVersion string_+
2519
3455
  RetouchAreaMaskDabs string_
2520
3456
  RetouchAreaMaskFeather real_
2521
3457
  RetouchAreaMaskFlipped boolean_
2522
3458
  RetouchAreaMaskFlow real_
2523
3459
  RetouchAreaMaskFullX real_
2524
3460
  RetouchAreaMaskFullY real_
3461
+ RetouchAreaMaskInputDigest string_
2525
3462
  RetouchAreaMaskLeft real_
3463
+ RetouchAreaMaskMaskActive boolean_
3464
+ RetouchAreaMaskMaskBlendMode integer_
3465
+ RetouchAreaMaskMaskDigest string_
3466
+ RetouchAreaMaskMaskInverted boolean_
3467
+ RetouchAreaMaskMaskName string_
3468
+ RetouchAreaMaskMasks CorrectionMask Struct_+
3469
+ RetouchAreaMaskMasksAlpha real_
3470
+ RetouchAreaMaskMasksAngle real_
3471
+ RetouchAreaMaskMasksBottom real_
3472
+ RetouchAreaMaskMasksCenterValue real_
3473
+ RetouchAreaMaskMasksCenterWeight real_
3474
+ RetouchAreaMaskMasksDabs string_+
3475
+ RetouchAreaMaskMasksFeather real_
3476
+ RetouchAreaMaskMasksFlipped boolean_
3477
+ RetouchAreaMaskMasksFlow real_
3478
+ RetouchAreaMaskMasksFullX real_
3479
+ RetouchAreaMaskMasksFullY real_
3480
+ RetouchAreaMaskMasksInputDigest string_
3481
+ RetouchAreaMaskMasksLeft real_
3482
+ RetouchAreaMaskMasksMaskActive boolean_
3483
+ RetouchAreaMaskMasksMaskBlendMode integer_
3484
+ RetouchAreaMaskMasksMaskDigest string_
3485
+ RetouchAreaMaskMasksMaskInverted boolean_
3486
+ RetouchAreaMaskMasksMaskName string_
3487
+ RetouchAreaMaskMasksMaskSubType string_
3488
+ RetouchAreaMaskMasksMaskSyncID string_
3489
+ RetouchAreaMaskMasksValue real_
3490
+ RetouchAreaMaskMasksMaskVersion string_
3491
+ RetouchAreaMaskMasksMidpoint real_
3492
+ RetouchAreaMaskMasksOrigin string_
3493
+ RetouchAreaMaskMasksPerimeterValue real_
3494
+ RetouchAreaMaskMasksRadius real_
3495
+ RetouchAreaMaskMasksReferencePoint string_
3496
+ RetouchAreaMaskMasksRight real_
3497
+ RetouchAreaMaskMasksRoundness real_
3498
+ RetouchAreaMaskMasksSizeX real_
3499
+ RetouchAreaMaskMasksSizeY real_
3500
+ RetouchAreaMaskMasksTop real_
3501
+ RetouchAreaMaskMaskSubType string_
3502
+ RetouchAreaMaskMasksVersion integer_
3503
+ RetouchAreaMaskMasksWhat string_
3504
+ RetouchAreaMaskMasksWholeImageArea string_
3505
+ RetouchAreaMaskMasksX real_
3506
+ RetouchAreaMaskMasksY real_
3507
+ RetouchAreaMaskMaskSyncID string_
3508
+ RetouchAreaMaskMasksZeroX real_
3509
+ RetouchAreaMaskMasksZeroY real_
2526
3510
  RetouchAreaMaskValue real_
3511
+ RetouchAreaMaskMaskVersion string_
2527
3512
  RetouchAreaMaskMidpoint real_
3513
+ RetouchAreaMaskOrigin string_
2528
3514
  RetouchAreaMaskPerimeterValue real_
2529
3515
  RetouchAreaMaskRadius real_
3516
+ RetouchAreaMaskReferencePoint string_
2530
3517
  RetouchAreaMaskRight real_
2531
3518
  RetouchAreaMaskRoundness real_
2532
3519
  RetouchAreaMaskSizeX real_
@@ -2534,6 +3521,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2534
3521
  RetouchAreaMaskTop real_
2535
3522
  RetouchAreaMaskVersion integer_
2536
3523
  RetouchAreaMaskWhat string_
3524
+ RetouchAreaMaskWholeImageArea string_
2537
3525
  RetouchAreaMaskX real_
2538
3526
  RetouchAreaMaskY real_
2539
3527
  RetouchAreaMaskZeroX real_
@@ -3138,8 +4126,8 @@ These tags belong to the ExifTool XMP-exif family 1 group.
3138
4126
 
3139
4127
  =head3 XMP exifEX Tags
3140
4128
 
3141
- EXIF tags added by the EXIF 2.31 for XMP specification (see
3142
- L<http://www.cipa.jp/std/documents/e/DC-X010-2017.pdf>).
4129
+ EXIF tags added by the EXIF 2.32 for XMP specification (see
4130
+ L<https://cipa.jp/std/documents/download_e.html?DC-010-2020_E>).
3143
4131
 
3144
4132
  These tags belong to the ExifTool XMP-exifEX family 1 group.
3145
4133
 
@@ -3487,6 +4475,7 @@ These tags belong to the ExifTool XMP-iptcCore family 1 group.
3487
4475
 
3488
4476
  Tag Name Writable
3489
4477
  -------- --------
4478
+ AltTextAccessibility lang-alt
3490
4479
  CountryCode string
3491
4480
  CreatorContactInfo ContactInfo Struct
3492
4481
  CreatorCity string_
@@ -3497,6 +4486,7 @@ These tags belong to the ExifTool XMP-iptcCore family 1 group.
3497
4486
  CreatorWorkEmail string_
3498
4487
  CreatorWorkTelephone string_
3499
4488
  CreatorWorkURL string_
4489
+ ExtDescrAccessibility lang-alt
3500
4490
  IntellectualGenre string
3501
4491
  Location string
3502
4492
  Scene string+
@@ -3517,7 +4507,7 @@ These tags belong to the ExifTool XMP-iptcCore family 1 group.
3517
4507
 
3518
4508
  =head3 XMP iptcExt Tags
3519
4509
 
3520
- This table contains tags defined by the IPTC Extension schema version 1.5.
4510
+ This table contains tags defined by the IPTC Extension schema version 1.6.
3521
4511
  The actual namespace prefix is "Iptc4xmpExt", but ExifTool shortens this for
3522
4512
  the family 1 group name. (see
3523
4513
  L<http://www.iptc.org/standards/photo-metadata/iptc-standard/>)
@@ -3596,6 +4586,7 @@ These tags belong to the ExifTool XMP-iptcExt family 1 group.
3596
4586
  ShownEvent Entity Struct+
3597
4587
  ShownEventIdentifier string_+
3598
4588
  ShownEventName lang-alt_+
4589
+ EventID string+
3599
4590
  ExternalMetadataLink string+
3600
4591
  FeedIdentifier string
3601
4592
  Genre CVTermDetails Struct+
@@ -4018,6 +5009,7 @@ These tags belong to the ExifTool XMP-lr family 1 group.
4018
5009
  -------- --------
4019
5010
  HierarchicalSubject string+
4020
5011
  PrivateRTKInfo string
5012
+ WeightedFlatSubject string+
4021
5013
 
4022
5014
  =head3 XMP MediaPro Tags
4023
5015
 
@@ -4473,7 +5465,7 @@ These tags belong to the ExifTool XMP-tiff family 1 group.
4473
5465
  ImageWidth integer
4474
5466
  Make string
4475
5467
  Model string
4476
- NativeDigest string
5468
+ NativeDigest string/
4477
5469
  Orientation integer
4478
5470
  PhotometricInterpretation integer
4479
5471
  PlanarConfiguration integer
@@ -5543,32 +6535,98 @@ specification.
5543
6535
  'A2B0' AToB0 no
5544
6536
  'A2B1' AToB1 no
5545
6537
  'A2B2' AToB2 no
6538
+ 'A2B3' AToB3 no
6539
+ 'A2M0' AToM0 no
5546
6540
  'B2A0' BToA0 no
5547
6541
  'B2A1' BToA1 no
5548
6542
  'B2A2' BToA2 no
6543
+ 'B2A3' BToA3 no
5549
6544
  'B2D0' BToD0 no
5550
6545
  'B2D1' BToD1 no
5551
6546
  'B2D2' BToD2 no
5552
6547
  'B2D3' BToD3 no
6548
+ 'CxF ' CXF no
5553
6549
  'D2B0' DToB0 no
5554
6550
  'D2B1' DToB1 no
5555
6551
  'D2B2' DToB2 no
5556
6552
  'D2B3' DToB3 no
5557
6553
  'Header' ProfileHeader ICC_Profile Header
6554
+ 'M2A0' MToA0 no
6555
+ 'M2B0' MToB0 no
6556
+ 'M2B1' MToB1 no
6557
+ 'M2B2' MToB2 no
6558
+ 'M2B3' MToB3 no
6559
+ 'M2S0' MToS0 no
6560
+ 'M2S1' MToS1 no
6561
+ 'M2S2' MToS2 no
6562
+ 'M2S3' MToS3 no
5558
6563
  'MS00' WCSProfiles no
6564
+ 'bAB0' BRDFAToB0 no
6565
+ 'bAB1' BRDFAToB1 no
6566
+ 'bAB2' BRDFAToB2 no
6567
+ 'bAB3' BRDFAToB3 no
6568
+ 'bBA0' BRDFBToA0 no
6569
+ 'bBA1' BRDFBToA1 no
6570
+ 'bBA2' BRDFBToA2 no
6571
+ 'bBA3' BRDFBToA3 no
6572
+ 'bBD0' BRDFBToD0 no
6573
+ 'bBD1' BRDFBToD1 no
6574
+ 'bBD2' BRDFBToD2 no
6575
+ 'bBD3' BRDFBToD3 no
6576
+ 'bDB0' BRDFDToB0 no
6577
+ 'bDB1' BRDFDToB1 no
6578
+ 'bDB2' BRDFDToB2 no
6579
+ 'bDB3' BRDFDToB3 no
6580
+ 'bMB0' BRDFMToB0 no
6581
+ 'bMB1' BRDFMToB1 no
6582
+ 'bMB2' BRDFMToB2 no
6583
+ 'bMB3' BRDFMToB3 no
6584
+ 'bMS0' BRDFMToS0 no
6585
+ 'bMS1' BRDFMToS1 no
6586
+ 'bMS2' BRDFMToS2 no
6587
+ 'bMS3' BRDFMToS3 no
5559
6588
  'bTRC' BlueTRC no
5560
6589
  'bXYZ' BlueMatrixColumn no
6590
+ 'bcp0' BRDFColorimetricParam0 no
6591
+ 'bcp1' BRDFColorimetricParam1 no
6592
+ 'bcp2' BRDFColorimetricParam2 no
6593
+ 'bcp3' BRDFColorimetricParam3 no
5561
6594
  'bfd ' UCRBG no
5562
6595
  'bkpt' MediaBlackPoint no
6596
+ 'bsp0' BRDFSpectralParam0 no
6597
+ 'bsp1' BRDFSpectralParam1 no
6598
+ 'bsp2' BRDFSpectralParam2 no
6599
+ 'bsp3' BRDFSpectralParam3 no
6600
+ 'c2sp' CustomToStandardPcc no
5563
6601
  'calt' CalibrationDateTime no
6602
+ 'cept' ColorEncodingParams no
5564
6603
  'chad' ChromaticAdaptation no
5565
6604
  'chrm' Chromaticity ICC_Profile Chromaticity
5566
6605
  'ciis' ColorimetricIntentImageState no
6606
+ 'clio' ColorantInfoOut no
6607
+ 'cloo' ColorantOrderOut no
5567
6608
  'clot' ColorantTableOut no
5568
6609
  'clro' ColorantOrder no
5569
6610
  'clrt' ColorantTable ICC_Profile ColorantTable
5570
6611
  'cprt' ProfileCopyright no
5571
6612
  'crdi' CRDInfo no
6613
+ 'csnm' ColorSpaceName no
6614
+ 'dAB0' DirectionalAToB0 no
6615
+ 'dAB1' DirectionalAToB1 no
6616
+ 'dAB2' DirectionalAToB2 no
6617
+ 'dAB3' DirectionalAToB3 no
6618
+ 'dBA0' DirectionalBToA0 no
6619
+ 'dBA1' DirectionalBToA1 no
6620
+ 'dBA2' DirectionalBToA2 no
6621
+ 'dBA3' DirectionalBToA3 no
6622
+ 'dBD0' DirectionalBToD0 no
6623
+ 'dBD1' DirectionalBToD1 no
6624
+ 'dBD2' DirectionalBToD2 no
6625
+ 'dBD3' DirectionalBToD3 no
6626
+ 'dDB0' DirectionalDToB0 no
6627
+ 'dDB1' DirectionalDToB1 no
6628
+ 'dDB2' DirectionalDToB2 no
6629
+ 'dDB3' DirectionalDToB3 no
5572
6630
  'desc' ProfileDescription no
5573
6631
  'devs' DeviceSettings no
5574
6632
  'dmdd' DeviceModelDesc no
@@ -5578,14 +6636,23 @@ specification.
5578
6636
  'gTRC' GreenTRC no
5579
6637
  'gXYZ' GreenMatrixColumn no
5580
6638
  'gamt' Gamut no
6639
+ 'gdb0' GamutBoundaryDescription0 no
6640
+ 'gdb1' GamutBoundaryDescription1 no
6641
+ 'gdb2' GamutBoundaryDescription2 no
6642
+ 'gdb3' GamutBoundaryDescription3 no
5581
6643
  'kTRC' GrayTRC no
5582
6644
  'lumi' Luminance no
6645
+ 'mcta' MultiplexTypeArray no
6646
+ 'mdv ' MultiplexDefaultValues no
5583
6647
  'meas' Measurement ICC_Profile Measurement
5584
6648
  'meta' Metadata ICC_Profile Metadata
6649
+ 'miin' MeasurementInputInfo no
6650
+ 'minf' MeasurementInfo no
5585
6651
  'mmod' MakeAndModel no
5586
6652
  'ncl2' NamedColor2 no
5587
6653
  'ncol' NamedColor no
5588
6654
  'ndin' NativeDisplayInfo no
6655
+ 'nmcl' NamedColor no
5589
6656
  'pre0' Preview0 no
5590
6657
  'pre1' Preview1 no
5591
6658
  'pre2' Preview2 no
@@ -5597,18 +6664,24 @@ specification.
5597
6664
  'psd3' PostScript2CRD3 no
5598
6665
  'pseq' ProfileSequenceDesc no
5599
6666
  'psid' ProfileSequenceIdentifier no
6667
+ 'psin' ProfileSequenceInfo no
5600
6668
  'psvm' PS2CRDVMSize no
5601
6669
  'rTRC' RedTRC no
5602
6670
  'rXYZ' RedMatrixColumn no
5603
6671
  'resp' OutputResponse no
6672
+ 'rfnm' ReferenceName no
5604
6673
  'rhoc' ReflectionHardcopyOrigColorimetry no
5605
6674
  'rig0' PerceptualRenderingIntentGamut no
5606
6675
  'rig2' SaturationRenderingIntentGamut no
5607
6676
  'rpoc' ReflectionPrintOutputColorimetry no
6677
+ 's2cp' StandardToCustomPcc no
5608
6678
  'sape' SceneAppearanceEstimates no
5609
6679
  'scoe' SceneColorimetryEstimates no
5610
6680
  'scrd' ScreeningDesc no
5611
6681
  'scrn' Screening no
6682
+ 'smap' SurfaceMap no
6683
+ 'svcn' SpectralViewingConditions no
6684
+ 'swpt' SpectralWhitePoint no
5612
6685
  'targ' CharTarget no
5613
6686
  'tech' Technology no
5614
6687
  'vcgt' VideoCardGamma no
@@ -5931,6 +7004,7 @@ Unknown only to reduce the volume of the normal output.
5931
7004
  0x000c FlickerReductionIndicator no
5932
7005
  0x000d MovieISOAutoHiLimit no
5933
7006
  0x000e MovieISOAutoControlManualMode no
7007
+ 0x000f MovieWhiteBalanceSameAsPhoto no
5934
7008
  0x001d AF-CPrioritySel no
5935
7009
  0x001e AF-SPrioritySel no
5936
7010
  0x0020 AFPointSel no
@@ -5986,6 +7060,8 @@ Unknown only to reduce the volume of the normal output.
5986
7060
  0x0063 Language no
5987
7061
  0x006c ShootingInfoDisplay no
5988
7062
  0x0074 FlickAdvanceDirection no
7063
+ 0x0075 HDMIOutputResolution no
7064
+ 0x0077 HDMIOutputRange no
5989
7065
  0x0080 RemoteFuncButton no
5990
7066
  0x008b CmdDialsReverseRotation no
5991
7067
  0x008d FocusPeakingHighlightColor no
@@ -5993,6 +7069,7 @@ Unknown only to reduce the volume of the normal output.
5993
7069
  0x008f ShutterSpeedLock no
5994
7070
  0x0090 ApertureLock no
5995
7071
  0x0091 MovieHighlightDisplayThreshold no
7072
+ 0x0092 HDMIExternalRecorder no
5996
7073
  0x0093 BlockShotAFResponse no
5997
7074
  0x0094 SubjectMotion no
5998
7075
  0x0095 Three-DTrackingFaceDetection no
@@ -6055,10 +7132,14 @@ Unknown only to reduce the volume of the normal output.
6055
7132
  0x00fb SecondarySlotFunction no
6056
7133
  0x00fc SilentPhotography no
6057
7134
  0x00fd ExtendedShutterSpeeds no
7135
+ 0x0102 HDMIBitDepth no
7136
+ 0x0103 HDMIOutputHDR no
7137
+ 0x0104 HDMIViewAssist no
6058
7138
  0x0109 BracketSet no
6059
7139
  0x010a BracketProgram no
6060
7140
  0x010b BracketIncrement no
6061
7141
  0x010c BracketIncrement no
7142
+ 0x010e MonitorBrightness no
6062
7143
  0x0116 GroupAreaC1 no
6063
7144
  0x0117 AutoAreaAFStartingPoint no
6064
7145
  0x0118 FocusPointPersistence no
@@ -6102,7 +7183,7 @@ Unknown only to reduce the volume of the normal output.
6102
7183
  0x0150 ShutterType no
6103
7184
  0x0151 LensFunc2Button no
6104
7185
  0x0158 USBPowerDelivery no
6105
- 0x015b GroupAreaC2 no
7186
+ 0x0159 EnergySavingMode no
6106
7187
  0x015c BracketingBurstOptions no
6107
7188
  0x015e PrimarySlot no
6108
7189
  0x015f ReverseFocusRing no
@@ -6115,7 +7196,9 @@ Unknown only to reduce the volume of the normal output.
6115
7196
  0x016a LimitAF-AreaModeSelAutoAnimals? no
6116
7197
  0x016b LimitAF-AreaModeSelWideLPeople? no
6117
7198
  0x016c LimitAF-AreaModeSelWideLAnimals? no
7199
+ 0x016d SaveFocus no
6118
7200
  0x016e AFAreaMode no
7201
+ 0x016f MovieAFAreaMode no
6119
7202
  0x0170 PreferSubSelectorCenter no
6120
7203
  0x0171 KeepExposureWithTeleconverter no
6121
7204
  0x0174 FocusPointSelectionSpeed no
@@ -6238,6 +7321,7 @@ Unknown only to reduce the volume of the normal output.
6238
7321
  ColorData8 Canon ColorData8
6239
7322
  ColorData9 Canon ColorData9
6240
7323
  ColorData10 Canon ColorData10
7324
+ ColorData11 Canon ColorData11
6241
7325
  ColorDataUnknown Canon ColorDataUnknown
6242
7326
  0x4002 CRWParam? no
6243
7327
  0x4003 ColorInfo Canon ColorInfo
@@ -7359,6 +8443,7 @@ WB tags for the Canon G9.
7359
8443
  19 LiveViewShooting int16s
7360
8444
  20 FocusDistanceUpper int16u
7361
8445
  21 FocusDistanceLower int16u
8446
+ 23 ShutterMode int16s
7362
8447
  25 FlashExposureLock int16s
7363
8448
  61 RFLensType int16u
7364
8449
 
@@ -7868,7 +8953,8 @@ These tags are used by the EOS 600D and 1200D.
7868
8953
 
7869
8954
  =head3 Canon ColorData7 Tags
7870
8955
 
7871
- These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D, M and 7DmkII.
8956
+ These tags are used by the EOS 1DX, 5DmkIII, 6D, 7DmkII, 100D, 650D, 700D,
8957
+ 8000D, M and M2.
7872
8958
 
7873
8959
  Index2 Tag Name Writable
7874
8960
  ------ -------- --------
@@ -7948,6 +9034,9 @@ These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D, M and 7DmkII.
7948
9034
 
7949
9035
  =head3 Canon ColorData8 Tags
7950
9036
 
9037
+ These tags are used by the EOS 1DXmkII, 5DS, 5DSR, 5DmkIV, 6DmkII, 77D, 80D,
9038
+ 200D, 800D, 1300D, 2000D, 4000D and 9000D.
9039
+
7951
9040
  Index2 Tag Name Writable
7952
9041
  ------ -------- --------
7953
9042
  0 ColorDataVersion int16s
@@ -8044,6 +9133,8 @@ These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D, M and 7DmkII.
8044
9133
 
8045
9134
  =head3 Canon ColorData9 Tags
8046
9135
 
9136
+ These tags are used by the M6mkII, M50, M200, EOS R, RP, 90D, 250D and 850D
9137
+
8047
9138
  Index2 Tag Name Writable
8048
9139
  ------ -------- --------
8049
9140
  0 ColorDataVersion int16s
@@ -8133,6 +9224,8 @@ These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D, M and 7DmkII.
8133
9224
 
8134
9225
  =head3 Canon ColorData10 Tags
8135
9226
 
9227
+ These tags are used by the R5, R5 and EOS 1DXmkIII.
9228
+
8136
9229
  Index2 Tag Name Writable
8137
9230
  ------ -------- --------
8138
9231
  0 ColorDataVersion int16s
@@ -8220,6 +9313,95 @@ These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D, M and 7DmkII.
8220
9313
  811 SpecularWhiteLevel int16u
8221
9314
  812 LinearityUpperMargin int16u
8222
9315
 
9316
+ =head3 Canon ColorData11 Tags
9317
+
9318
+ These tags are used by the EOS R3
9319
+
9320
+ Index2 Tag Name Writable
9321
+ ------ -------- --------
9322
+ 0 ColorDataVersion int16s
9323
+ 105 WB_RGGBLevelsAsShot int16s[4]
9324
+ 109 ColorTempAsShot int16s
9325
+ 110 WB_RGGBLevelsAuto int16s[4]
9326
+ 114 ColorTempAuto int16s
9327
+ 115 WB_RGGBLevelsMeasured int16s[4]
9328
+ 119 ColorTempMeasured int16s
9329
+ 120 WB_RGGBLevelsUnknown? int16s[4]
9330
+ 124 ColorTempUnknown? int16s
9331
+ 125 WB_RGGBLevelsUnknown2? int16s[4]
9332
+ 129 ColorTempUnknown2? int16s
9333
+ 130 WB_RGGBLevelsUnknown3? int16s[4]
9334
+ 134 ColorTempUnknown3? int16s
9335
+ 135 WB_RGGBLevelsUnknown4? int16s[4]
9336
+ 139 ColorTempUnknown4? int16s
9337
+ 140 WB_RGGBLevelsUnknown5? int16s[4]
9338
+ 144 ColorTempUnknown5? int16s
9339
+ 145 WB_RGGBLevelsUnknown6? int16s[4]
9340
+ 149 ColorTempUnknown6? int16s
9341
+ 150 WB_RGGBLevelsUnknown7? int16s[4]
9342
+ 154 ColorTempUnknown7? int16s
9343
+ 155 WB_RGGBLevelsUnknown8? int16s[4]
9344
+ 159 ColorTempUnknown8? int16s
9345
+ 160 WB_RGGBLevelsUnknown9? int16s[4]
9346
+ 164 ColorTempUnknown9? int16s
9347
+ 165 WB_RGGBLevelsUnknown10? int16s[4]
9348
+ 169 ColorTempUnknown10? int16s
9349
+ 170 WB_RGGBLevelsUnknown11? int16s[4]
9350
+ 174 ColorTempUnknown11? int16s
9351
+ 175 WB_RGGBLevelsUnknown11? int16s[4]
9352
+ 179 ColorTempUnknown11? int16s
9353
+ 180 WB_RGGBLevelsUnknown12? int16s[4]
9354
+ 184 ColorTempUnknown12? int16s
9355
+ 185 WB_RGGBLevelsUnknown13? int16s[4]
9356
+ 189 ColorTempUnknown13? int16s
9357
+ 190 WB_RGGBLevelsUnknown14? int16s[4]
9358
+ 194 ColorTempUnknown14? int16s
9359
+ 195 WB_RGGBLevelsUnknown15? int16s[4]
9360
+ 199 ColorTempUnknown15? int16s
9361
+ 200 WB_RGGBLevelsUnknown16? int16s[4]
9362
+ 204 ColorTempUnknown16? int16s
9363
+ 205 WB_RGGBLevelsDaylight int16s[4]
9364
+ 209 ColorTempDaylight int16s
9365
+ 210 WB_RGGBLevelsShade int16s[4]
9366
+ 214 ColorTempShade int16s
9367
+ 215 WB_RGGBLevelsCloudy int16s[4]
9368
+ 219 ColorTempCloudy int16s
9369
+ 220 WB_RGGBLevelsTungsten int16s[4]
9370
+ 224 ColorTempTungsten int16s
9371
+ 225 WB_RGGBLevelsFluorescent int16s[4]
9372
+ 229 ColorTempFluorescent int16s
9373
+ 230 WB_RGGBLevelsKelvin int16s[4]
9374
+ 234 ColorTempKelvin int16s
9375
+ 235 WB_RGGBLevelsFlash int16s[4]
9376
+ 239 ColorTempFlash int16s
9377
+ 240 WB_RGGBLevelsUnknown17? int16s[4]
9378
+ 244 ColorTempUnknown17? int16s
9379
+ 245 WB_RGGBLevelsUnknown18? int16s[4]
9380
+ 249 ColorTempUnknown18? int16s
9381
+ 250 WB_RGGBLevelsUnknown19? int16s[4]
9382
+ 254 ColorTempUnknown19? int16s
9383
+ 255 WB_RGGBLevelsUnknown20? int16s[4]
9384
+ 259 ColorTempUnknown20? int16s
9385
+ 260 WB_RGGBLevelsUnknown21? int16s[4]
9386
+ 264 ColorTempUnknown21? int16s
9387
+ 265 WB_RGGBLevelsUnknown22? int16s[4]
9388
+ 269 ColorTempUnknown22? int16s
9389
+ 270 WB_RGGBLevelsUnknown23? int16s[4]
9390
+ 274 ColorTempUnknown23? int16s
9391
+ 275 WB_RGGBLevelsUnknown24? int16s[4]
9392
+ 279 ColorTempUnknown24? int16s
9393
+ 280 WB_RGGBLevelsUnknown25? int16s[4]
9394
+ 284 ColorTempUnknown25? int16s
9395
+ 285 WB_RGGBLevelsUnknown26? int16s[4]
9396
+ 289 ColorTempUnknown26? int16s
9397
+ 290 WB_RGGBLevelsUnknown27? int16s[4]
9398
+ 294 ColorTempUnknown27? int16s
9399
+ 300 ColorCalib? Canon ColorCalib
9400
+ 363 PerChannelBlackLevel int16u[4]
9401
+ 640 NormalWhiteLevel int16u
9402
+ 641 SpecularWhiteLevel int16u
9403
+ 642 LinearityUpperMargin int16u
9404
+
8223
9405
  =head3 Canon ColorDataUnknown Tags
8224
9406
 
8225
9407
  Index2 Tag Name Writable
@@ -9492,7 +10674,7 @@ imaging cameras by FLIR Systems Inc.
9492
10674
 
9493
10675
  Information extracted from FLIR FFF images and the APP1 FLIR segment of JPEG
9494
10676
  images. These tags may also be extracted from the first frame of an FLIR
9495
- SEQ file.
10677
+ SEQ file, or all frames if the ExtractEmbedded option is used.
9496
10678
 
9497
10679
  Tag ID Tag Name Writable
9498
10680
  ------ -------- --------
@@ -12316,6 +13498,7 @@ DiMAGE X and Xt.
12316
13498
  ShotInfoD6 Nikon ShotInfoD6
12317
13499
  ShotInfoD610 Nikon ShotInfoD610
12318
13500
  ShotInfoZ7_2 Nikon ShotInfoZ7_2
13501
+ ShotInfoZ9 Nikon ShotInfoZ9
12319
13502
  ShotInfo02xx Nikon ShotInfo
12320
13503
  ShotInfoUnknown Nikon ShotInfo
12321
13504
  0x0092 HueAdjustment int16s
@@ -12377,6 +13560,7 @@ DiMAGE X and Xt.
12377
13560
  0x00b9 AFTune Nikon AFTune
12378
13561
  0x00bb RetouchInfo Nikon RetouchInfo
12379
13562
  0x00bd PictureControlData Nikon PictureControl
13563
+ 0x00bf SilentPhotography yes
12380
13564
  0x00c3 BarometerInfo Nikon BarometerInfo
12381
13565
  0x0e00 PrintIM PrintIM
12382
13566
  0x0e01 NikonCaptureData NikonCapture
@@ -12599,6 +13783,13 @@ Tags written by some Nikon GPS-equipped cameras like the AW100.
12599
13783
  8 POILevel int8u
12600
13784
  9 Location undef[70]
12601
13785
 
13786
+ =head3 Nikon MakerNotes0x51 Tags
13787
+
13788
+ Index1 Tag Name Writable
13789
+ ------ -------- --------
13790
+ 0 FirmwareVersion no
13791
+ 10 NEFCompression int16u[0.5]
13792
+
12602
13793
  =head3 Nikon AFInfo Tags
12603
13794
 
12604
13795
  Index1 Tag Name Writable
@@ -12897,6 +14088,8 @@ These tags are extracted from encrypted data in images from the D5 and D500.
12897
14088
  0 ShotInfoVersion no
12898
14089
  4 FirmwareVersion no
12899
14090
  202 Rotation int8u & 0x03
14091
+ 208 Interval int8u~
14092
+ 212 IntervalFrame int8u~
12900
14093
  1506 FlickerReductionIndicator int8u & 0x01
12901
14094
  2004 JPGCompression int8u & 0x01
12902
14095
  2171 AEBracketingSteps int8u & 0xff
@@ -12923,9 +14116,29 @@ These tags are extracted from encrypted data in images from the D6.
12923
14116
  Index Tag Name Writable
12924
14117
  ----- -------- --------
12925
14118
  0 ShotInfoVersion no
14119
+ 4 FirmwareVersion no
14120
+ 30220 IntervalShooting int16u~
12926
14121
  49690 RollAngle fixed32u
12927
14122
  49694 PitchAngle fixed32u
12928
14123
  49698 YawAngle fixed32u
14124
+ 50190 Intervals int32u
14125
+ 50194 ShotsPerInterval int32u
14126
+ 50198 IntervalExposureSmoothing int8u
14127
+ 50200 IntervalPriority int8u
14128
+ 50234 FocusShiftNumberShots int8u
14129
+ 50238 FocusShiftStepWidth int8u
14130
+ 50242 FocusShiftInterval int8u~
14131
+ 50246 FocusShiftExposureLock int8u
14132
+ 50336 DiffractionCompensation int8u
14133
+ 50342 FlashControlMode int8u
14134
+ 50348 FlashGNDistance? no
14135
+ 50352 FlashOutput? int8u
14136
+ 50362 FlashRemoteControl? int8u
14137
+ 50366 FlashMasterControlMode int8u
14138
+ 50368 FlashMasterCompensation? int8s
14139
+ 50372 FlashMasterOutput? int8u
14140
+ 50374 FlashWirelessOption? int8u
14141
+ 50524 MovieType? int8u
12929
14142
 
12930
14143
  =head3 Nikon ShotInfoD610 Tags
12931
14144
 
@@ -12945,9 +14158,69 @@ These tags are extracted from encrypted data in images from the Z7_2.
12945
14158
  ----- -------- --------
12946
14159
  0 ShotInfoVersion no
12947
14160
  4 FirmwareVersion no
14161
+ 30220 IntervalShooting int16u~
14162
+ 32672 PortraitImpressionBalance int8u[2]~
12948
14163
  52786 RollAngle fixed32u
12949
14164
  52790 PitchAngle fixed32u
12950
14165
  52794 YawAngle fixed32u
14166
+ 52918 ZMenuSettingsOffset int8u
14167
+ 52920 ZMenuSettings Nikon ZMenuSettings
14168
+
14169
+ =head3 Nikon ZMenuSettings Tags
14170
+
14171
+ These tags are used by the Z5 Z6 Z7 Z6II Z7II Z50 Zfc
14172
+
14173
+ Index1 Tag Name Writable
14174
+ ------ -------- --------
14175
+ 160 IntervalDurationHours int32u
14176
+ 164 IntervalDurationMinutes int32u
14177
+ 168 IntervalDurationSeconds int32u
14178
+ 176 Intervals int32u
14179
+ 180 ShotsPerInterval int32u
14180
+ 184 IntervalExposureSmoothing int8u
14181
+ 186 IntervalPriority int8u
14182
+ 220 FocusShiftNumberShots int8u
14183
+ 224 FocusShiftStepWidth int8u
14184
+ 228 FocusShiftInterval int8u~
14185
+ 232 FocusShiftExposureLock int8u
14186
+ 322 DiffractionCompensation int8u
14187
+ 323 AutoDistortionControl int8u
14188
+ 326 NikonMeteringMode? int8u
14189
+ 328 FlashControlMode int8u
14190
+ 334 FlashGNDistance? no
14191
+ 338 FlashOutput? int8u
14192
+ 346 FlashWirelessOption? int8u
14193
+ 348 FlashRemoteControl? int8u
14194
+ 352 FlashMasterControlMode int8u
14195
+ 354 FlashMasterCompensation? int8s
14196
+ 358 FlashMasterOutput? int8u
14197
+ 502 MovieFrameSize? int8u
14198
+ 504 MovieFrameRate? int8u
14199
+ 506 MovieSlowMotion? int8u
14200
+ 510 MovieType? int8u
14201
+ 516 MovieISOAutoManualMode? no
14202
+ 568 MovieActiveD-Lighting? int8u
14203
+ 572 MovieHighISONoiseReduction? int8u
14204
+ 574 MovieVignetteControl? int8u
14205
+ 576 MovieVignetteControlSameAsPhoto? int8u
14206
+ 577 MovieDiffractionCompensation? int8u
14207
+ 578 MovieAutoDistortionControl? int8u
14208
+ 584 MovieFocusMode? int8u
14209
+ 590 MovieVibrationReduction? int8u
14210
+ 591 MovieVibrationReductionSameAsPhoto? int8u
14211
+ 858 HDMIOutputN-Log? int8u
14212
+
14213
+ =head3 Nikon ShotInfoZ9 Tags
14214
+
14215
+ These tags are extracted from encrypted data in images from the Z9.
14216
+
14217
+ Index Tag Name Writable
14218
+ ----- -------- --------
14219
+ 0 ShotInfoVersion no
14220
+ 4 FirmwareVersion no
14221
+ 60139 RollAngle fixed32u
14222
+ 60143 PitchAngle fixed32u
14223
+ 60147 YawAngle fixed32u
12951
14224
 
12952
14225
  =head3 Nikon ShotInfo Tags
12953
14226
 
@@ -15412,6 +16685,7 @@ such as the OM E-M5.
15412
16685
  44 Model no
15413
16686
  131 DateTime1 no
15414
16687
  157 DateTime2 no
16688
+ 383 LensModel no
15415
16689
 
15416
16690
  =head3 Olympus scrn2 Tags
15417
16691
 
@@ -18716,6 +19990,7 @@ WX350/WX500, ILCE-1/7/7C/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/7SM3/9/9M2/5000/
18716
19990
  Index1 Tag Name Writable
18717
19991
  ------ -------- --------
18718
19992
  1176 ISOInfo Sony ISOInfo
19993
+ 1181 ISOInfo Sony ISOInfo
18719
19994
  1185 ISOInfo Sony ISOInfo
18720
19995
  1186 ISOInfo Sony ISOInfo
18721
19996
  1437 ISOInfo Sony ISOInfo
@@ -19046,7 +20321,7 @@ E-mount models.
19046
20321
 
19047
20322
  =head3 Sony Tag9416 Tags
19048
20323
 
19049
- Valid for the ILCE-1/7SM3, ILME-FX3.
20324
+ Valid for the ILCE-1/7M4/7SM3, ILME-FX3.
19050
20325
 
19051
20326
  Index1 Tag Name Writable
19052
20327
  ------ -------- --------
@@ -19070,7 +20345,9 @@ Valid for the ILCE-1/7SM3, ILME-FX3.
19070
20345
  115 MinFocalLength no
19071
20346
  117 MaxFocalLength no
19072
20347
  2191 VignettingCorrParams no
20348
+ 2193 VignettingCorrParams no
19073
20349
  2324 ChromaticAberrationCorrParams no
20350
+ 2326 ChromaticAberrationCorrParams no
19074
20351
 
19075
20352
  =head3 Sony PIC Tags
19076
20353
 
@@ -20506,6 +21783,7 @@ L<https://github.com/gopro/gpmf-parser> for details about this format.
20506
21783
  'EISA' ElectronicImageStabilization no
20507
21784
  'EMPT' Empty? no
20508
21785
  'ESCS' EscapeStatus? no
21786
+ 'EXPT' MaximumShutterAngle no
20509
21787
  'FACE' FaceDetected no
20510
21788
  'FCNM' FaceNumbers no
20511
21789
  'FMWR' FirmwareVersion no
@@ -20523,7 +21801,11 @@ L<https://github.com/gopro/gpmf-parser> for details about this format.
20523
21801
  'LNED' LocalPositionNED no
20524
21802
  'MAGN' Magnetometer no
20525
21803
  'MINF' Model no
21804
+ 'MTRX' AccelerometerMatrix no
21805
+ 'MUID' MediaUniqueID no
20526
21806
  'OREN' AutoRotation no
21807
+ 'ORIN' InputOrientation no
21808
+ 'ORIO' OutputOrientation no
20527
21809
  'PHDR' HDRSetting no
20528
21810
  'PIMN' AutoISOMin no
20529
21811
  'PIMX' AutoISOMax no
@@ -20540,6 +21822,7 @@ L<https://github.com/gopro/gpmf-parser> for details about this format.
20540
21822
  'SHUT' ExposureTimes no
20541
21823
  'SIMU' ScaledIMU no
20542
21824
  'SIUN' SIUnits? no
21825
+ 'SROT' SensorReadoutTime no
20543
21826
  'STMP' TimeStamp no
20544
21827
  'STNM' StreamName? no
20545
21828
  'STRM' NestedSignalStream GoPro GPMF
@@ -20547,6 +21830,7 @@ L<https://github.com/gopro/gpmf-parser> for details about this format.
20547
21830
  'TMPC' CameraTemperature no
20548
21831
  'TSMP' TotalSamples? no
20549
21832
  'TYPE' StructureType? no
21833
+ 'UNIF' InputUniformity no
20550
21834
  'UNIT' Units? no
20551
21835
  'VERS' MetadataVersion no
20552
21836
  'VFOV' FieldOfView no
@@ -21816,16 +23100,19 @@ even if it is not listed in this table.
21816
23100
 
21817
23101
  =head2 Jpeg2000 Tags
21818
23102
 
21819
- The tags below are extracted from JPEG 2000 images and the JUMBF metadata in
21820
- JPEG images. Note that ExifTool currently writes only EXIF, IPTC and XMP
21821
- tags in Jpeg2000 images.
23103
+ The tags below are found in JPEG 2000 images and the JUMBF metadata in JPEG
23104
+ images, but not all of these are extracted. Note that ExifTool currently
23105
+ writes only EXIF, IPTC and XMP tags in Jpeg2000 images.
21822
23106
 
21823
23107
  Tag ID Tag Name Writable
21824
23108
  ------ -------- --------
21825
23109
  'Exif' EXIF EXIF
21826
23110
  'asoc' Association Jpeg2000
23111
+ 'bfdb' BinaryDataType no
21827
23112
  'bfil' BinaryFilter no
23113
+ 'bidb' BinaryData no
21828
23114
  'bpcc' BitsPerComponent no
23115
+ 'cbor' CBORData CBOR
21829
23116
  'cdef' ComponentDefinition no
21830
23117
  'cgrp' ColorGroup no
21831
23118
  'chck' DigitalSignature no
@@ -21879,6 +23166,7 @@ tags in Jpeg2000 images.
21879
23166
  UUID-GeoJP2 EXIF
21880
23167
  UUID-Photoshop Photoshop
21881
23168
  UUID-Signature no
23169
+ UUID-C2PAClaimSignature -
21882
23170
  UUID-Unknown no
21883
23171
  'xml ' XML XMP XML
21884
23172
  XMP -
@@ -21886,14 +23174,23 @@ tags in Jpeg2000 images.
21886
23174
 
21887
23175
  =head3 Jpeg2000 ColorSpec Tags
21888
23176
 
23177
+ The table below contains tags in the color specification (colr) box. This
23178
+ box may be rewritten by writing either ICC_Profile, ColorSpace or
23179
+ ColorSpecData. When writing, any existing colr boxes are replaced with the
23180
+ newly created colr box.
23181
+
23182
+ B<NOTE>: Care must be taken when writing this color specification because
23183
+ writing a specification that is incompatible with the image data may make
23184
+ the image undisplayable.
23185
+
21889
23186
  Index1 Tag Name Writable
21890
23187
  ------ -------- --------
21891
- 0 ColorSpecMethod no
21892
- 1 ColorSpecPrecedence no
21893
- 2 ColorSpecApproximation no
23188
+ 0 ColorSpecMethod int8s!
23189
+ 1 ColorSpecPrecedence int8s!
23190
+ 2 ColorSpecApproximation int8s!
21894
23191
  3 ICC_Profile ICC_Profile
21895
- ColorSpace no
21896
- ColorSpecData no
23192
+ ColorSpace int32u!
23193
+ ColorSpecData undef!
21897
23194
 
21898
23195
  =head3 Jpeg2000 FileType Tags
21899
23196
 
@@ -21960,6 +23257,24 @@ JSON-formatted files.
21960
23257
  ON1_SettingsMetadataUsage no
21961
23258
  ON1_SettingsMetadataVisibleToUser no
21962
23259
 
23260
+ =head2 CBOR Tags
23261
+
23262
+ The tags below are extracted from CBOR (Concise Binary Object
23263
+ Representation) metadata. The C2PA specification uses this format for some
23264
+ metadata. As well as these tags, ExifTool will read any existing tags.
23265
+
23266
+ Tag Name Writable
23267
+ -------- --------
23268
+ AuthorIdentifier no
23269
+ AuthorName no
23270
+ DocumentID no
23271
+ Format no
23272
+ InstanceID no
23273
+ Relationship no
23274
+ ThumbnailHash no+
23275
+ ThumbnailURL no
23276
+ Title no
23277
+
21963
23278
  =head2 PLIST Tags
21964
23279
 
21965
23280
  Apple Property List tags. ExifTool reads both XML and binary-format PLIST
@@ -22116,7 +23431,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
22116
23431
  EventEarliestDate date_
22117
23432
  EventEndDayOfYear integer_
22118
23433
  EventDate date_
22119
- EventID string_
23434
+ EventID string/_
22120
23435
  EventRemarks lang-alt_
22121
23436
  EventTime string_
22122
23437
  EventFieldNotes string_
@@ -22158,7 +23473,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
22158
23473
  HumanObservationEarliestDate date_
22159
23474
  HumanObservationEndDayOfYear integer_
22160
23475
  HumanObservationEventDate date_
22161
- HumanObservationEventID string_
23476
+ HumanObservationEventID string/_
22162
23477
  HumanObservationEventRemarks lang-alt_
22163
23478
  HumanObservationEventTime string_
22164
23479
  HumanObservationFieldNotes string_
@@ -22190,7 +23505,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
22190
23505
  MachineObservationEarliestDate date_
22191
23506
  MachineObservationEndDayOfYear integer_
22192
23507
  MachineObservationEventDate date_
22193
- MachineObservationEventID string_
23508
+ MachineObservationEventID string/_
22194
23509
  MachineObservationEventRemarks lang-alt_
22195
23510
  MachineObservationEventTime string_
22196
23511
  MachineObservationFieldNotes string_
@@ -23557,6 +24872,7 @@ specification.
23557
24872
  GIFVersion no
23558
24873
  ScreenDescriptor GIF Screen
23559
24874
  Text no
24875
+ TransparentColor no
23560
24876
 
23561
24877
  =head3 GIF Extensions Tags
23562
24878
 
@@ -23955,6 +25271,8 @@ available. Alternate language tags and values containing special characters
23955
25271
  if the Compress option is used and Compress::Zlib is available. Raw profile
23956
25272
  information is always created as compressed zTXt if Compress::Zlib is
23957
25273
  available, or tEXt otherwise. Standard XMP is written as uncompressed iTXt.
25274
+ User-defined tags may set an 'iTXt' flag in the tag definition to be written
25275
+ only as iTXt.
23958
25276
 
23959
25277
  Alternate languages are accessed by suffixing the tag name with a '-',
23960
25278
  followed by an RFC 3066 language code (eg. "PNG:Comment-fr", or
@@ -24388,6 +25706,7 @@ Tags extracted from DPX (Digital Picture Exchange) images.
24388
25706
  1532 SourceCreateDate no
24389
25707
  1556 InputDeviceName no
24390
25708
  1588 InputDeviceSerialNumber no
25709
+ 1628 AspectRatio no
24391
25710
  1724 OriginalFrameRate no
24392
25711
  1728 ShutterAngle no
24393
25712
  1732 FrameID no
@@ -24989,16 +26308,11 @@ This is the PDF document catalog.
24989
26308
 
24990
26309
  Tag ID Tag Name Writable
24991
26310
  ------ -------- --------
24992
- 'Cs1' Cs1 PDF Cs1
26311
+ 'CS0' CS0 PDF DefaultRGB
26312
+ 'Cs1' Cs1 PDF DefaultRGB
24993
26313
  'DefaultCMYK' DefaultCMYK PDF DefaultRGB
24994
26314
  'DefaultRGB' DefaultRGB PDF DefaultRGB
24995
26315
 
24996
- =head3 PDF Cs1 Tags
24997
-
24998
- Tag ID Tag Name Writable
24999
- ------ -------- --------
25000
- '_stream' _stream ICC_Profile
25001
-
25002
26316
  =head3 PDF DefaultRGB Tags
25003
26317
 
25004
26318
  Tag ID Tag Name Writable
@@ -26015,7 +27329,7 @@ According to the specification, integer-format QuickTime date/time tags
26015
27329
  should be stored as UTC. Unfortunately, digital cameras often store local
26016
27330
  time values instead (presumably because they don't know the time zone). For
26017
27331
  this reason, by default ExifTool does not assume a time zone for these
26018
- values. However, if the QuickTimeUTC API option is set, then ExifTool will
27332
+ values. However, if the API QuickTimeUTC option is set, then ExifTool will
26019
27333
  assume these values are properly stored as UTC, and will convert them to
26020
27334
  local time when extracting.
26021
27335
 
@@ -26024,6 +27338,11 @@ the PrintConv option is enabled and no time zone is specified. This is
26024
27338
  because Apple software may display crazy values if the time zone is missing
26025
27339
  for some tags.
26026
27340
 
27341
+ By default ExifTool will remove null padding from some QuickTime containers
27342
+ in Canon CR3 files when writing, but the
27343
+ QuickTimePad option may be used to preserve
27344
+ the original size by padding with nulls if necessary.
27345
+
26027
27346
  See
26028
27347
  L<https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/>
26029
27348
  for the official specification.
@@ -26038,6 +27357,7 @@ for the official specification.
26038
27357
  'frea' Kodak_frea Kodak frea
26039
27358
  'free' KodakFree Kodak Free
26040
27359
  Pittasoft QuickTime Pittasoft
27360
+ ThumbnailImage no
26041
27361
  Free? no
26042
27362
  'ftyp' FileType QuickTime FileType
26043
27363
  'gps0' GPSTrack QuickTime Stream
@@ -26098,7 +27418,7 @@ Tags found in Pittasoft Blackvue dashcam "free" data.
26098
27418
  The tags below are extracted from timed metadata in QuickTime and other
26099
27419
  formats of video files when the ExtractEmbedded option is used. Although
26100
27420
  most of these tags are combined into the single table below, ExifTool
26101
- currently reads 55 different formats of timed GPS metadata from video files.
27421
+ currently reads 59 different formats of timed GPS metadata from video files.
26102
27422
 
26103
27423
  Tag Name Writable
26104
27424
  -------- --------
@@ -26156,6 +27476,7 @@ currently reads 55 different formats of timed GPS metadata from video files.
26156
27476
  fdsc GoPro fdsc
26157
27477
  gpmd_Kingslim QuickTime Stream
26158
27478
  gpmd_Rove QuickTime Stream
27479
+ gpmd_FMAS QuickTime Stream
26159
27480
  gpmd_GoPro GoPro GPMF
26160
27481
  marl QuickTime marl
26161
27482
  mebx QuickTime Keys
@@ -26343,7 +27664,7 @@ changed via the config file.
26343
27664
  'player.movie.audio.gain' AudioGain yes
26344
27665
  'player.movie.audio.mute' Mute int8u
26345
27666
  'player.movie.audio.pitchshift' PitchShift yes
26346
- 'player.movie.audio.treble' Trebel yes
27667
+ 'player.movie.audio.treble' Treble yes
26347
27668
  'player.movie.visual.brightness' Brightness yes
26348
27669
  'player.movie.visual.color' Color yes
26349
27670
  'player.movie.visual.contrast' Contrast yes
@@ -26584,21 +27905,42 @@ QuickTimeHandler option may be set to 0 to avoid this.
26584
27905
  =head3 QuickTime iTunesInfo Tags
26585
27906
 
26586
27907
  ExifTool will extract any iTunesInfo tags that exist, even if they are not
26587
- defined in this table.
27908
+ defined in this table. These tags belong to the family 1 "iTunes" group,
27909
+ and are not currently writable.
26588
27910
 
26589
27911
  Tag ID Tag Name Writable
26590
27912
  ------ -------- --------
27913
+ 'ARTISTS' Artists no
27914
+ 'BARCODE' Barcode no
27915
+ 'CATALOGNUMBER' CatalogNumber no
26591
27916
  'DISCNUMBER' DiscNumber no
27917
+ 'Dynamic Range (DR)' DynamicRange no
27918
+ 'Dynamic Range (R128)' DynamicRangeR128 no
26592
27919
  'Encoding Params' EncodingParams QuickTime EncodingParams
27920
+ 'LABEL' Label no
27921
+ 'MEDIA' Media no
27922
+ 'MOOD' Mood no
27923
+ 'Peak Level (R128)' PeakLevelR128 no
27924
+ 'Peak Level (Sample)' PeakLevelSample no
27925
+ 'RATING' Rating no
27926
+ 'SCRIPT' Script no
26593
27927
  'TRACKNUMBER' TrackNumber no
27928
+ 'Volume Level (R128)' VolumeLevelR128 no
27929
+ 'Volume Level (ReplayGain)' ReplayVolumeLevel no
26594
27930
  'iTunEXTC' ContentRating no
26595
27931
  'iTunMOVI' iTunMOVI PLIST
26596
27932
  'iTunNORM' VolumeNormalization no
26597
27933
  'iTunSMPB' iTunSMPB no
26598
27934
  'iTunes_CDDB_1' CDDB1Info no
26599
27935
  'iTunes_CDDB_TrackNumber' CDDBTrackNumber no
27936
+ 'initialkey' InitialKey no
27937
+ 'originaldate' OriginalDate no
27938
+ 'originalyear' OriginalYear no
26600
27939
  'popularimeter' Popularimeter no
27940
+ 'replaygain_track_gain' ReplayTrackGain no
27941
+ 'replaygain_track_peak' ReplayTrackPeak no
26601
27942
  'tool' iTunTool no
27943
+ '~length' Length no
26602
27944
 
26603
27945
  =head3 QuickTime EncodingParams Tags
26604
27946
 
@@ -35141,7 +36483,7 @@ options, but these files are not writable directly.
35141
36483
 
35142
36484
  XAttr tags are extracted using the "xattr" utility. They are extracted if
35143
36485
  any "XAttr*" tag or the MacOS group is specifically requested, or by setting
35144
- the XAttrTags API option to 1 or the RequestAll API option to 2 or higher.
36486
+ the API XAttrTags option to 1 or the API RequestAll option to 2 or higher.
35145
36487
  And they are extracted by default from MacOS "._" files when reading
35146
36488
  these files directly.
35147
36489
 
@@ -35163,7 +36505,7 @@ these files directly.
35163
36505
 
35164
36506
  MDItem tags are extracted using the "mdls" utility. They are extracted if
35165
36507
  any "MDItem*" tag or the MacOS group is specifically requested, or by
35166
- setting the MDItemTags API option to 1 or the RequestAll API option to 2 or
36508
+ setting the API MDItemTags option to 1 or the API RequestAll option to 2 or
35167
36509
  higher. Note that these tags do not necessarily reflect the current
35168
36510
  metadata of a file -- it may take some time for the MacOS mdworker daemon to
35169
36511
  index the file after a metadata change.
@@ -35387,6 +36729,7 @@ FileName.
35387
36729
  XMP XMP yes!
35388
36730
  XResolution File no
35389
36731
  YResolution File no
36732
+ ZoneIdentifier System yes!
35390
36733
 
35391
36734
  =head2 Composite Tags
35392
36735
 
@@ -35531,13 +36874,17 @@ values, may created via the ExifTool configuration file.
35531
36874
  GPS:GPSLatitudeRef
35532
36875
  GPSLatitude QuickTime:GPSCoordinates no
35533
36876
  GPSLatitude QuickTime:LocationInformation no
36877
+ GPSLatitude Sony:GPSLatitude no
36878
+ Sony:GPSLatitudeRef
35534
36879
  GPSLatitudeRef XMP-exif:GPSLatitude no
35535
36880
  GPSLongitude GPS:GPSLongitude no
35536
36881
  GPS:GPSLongitudeRef
35537
36882
  GPSLongitude QuickTime:GPSCoordinates no
35538
36883
  GPSLongitude QuickTime:LocationInformation no
36884
+ GPSLongitude Sony:GPSLongitude no
36885
+ Sony:GPSLongitudeRef
35539
36886
  GPSLongitudeRef XMP-exif:GPSLongitude no
35540
- GPSPosition GPSLatitude no
36887
+ GPSPosition GPSLatitude yes
35541
36888
  GPSLongitude
35542
36889
  HyperfocalDistance FocalLength no
35543
36890
  Aperture