exiftool_vendored 11.54.0 → 11.55.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of exiftool_vendored might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/bin/Changes +15 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +2 -2
- data/bin/exiftool +35 -11
- data/bin/lib/Image/ExifTool.pm +66 -31
- data/bin/lib/Image/ExifTool/BuildTagLookup.pm +1 -1
- data/bin/lib/Image/ExifTool/Canon.pm +2 -1
- data/bin/lib/Image/ExifTool/Kodak.pm +2 -1
- data/bin/lib/Image/ExifTool/Lang/de.pm +2 -1
- data/bin/lib/Image/ExifTool/Lang/ru.pm +2 -2
- data/bin/lib/Image/ExifTool/Minolta.pm +68 -64
- data/bin/lib/Image/ExifTool/Panasonic.pm +22 -5
- data/bin/lib/Image/ExifTool/QuickTime.pm +121 -2
- data/bin/lib/Image/ExifTool/README +19 -12
- data/bin/lib/Image/ExifTool/Samsung.pm +1 -1
- data/bin/lib/Image/ExifTool/Sony.pm +14 -13
- data/bin/lib/Image/ExifTool/TagInfoXML.pm +9 -5
- data/bin/lib/Image/ExifTool/TagLookup.pm +1459 -1437
- data/bin/lib/Image/ExifTool/TagNames.pod +515 -91
- data/bin/lib/Image/ExifTool/Validate.pm +2 -2
- data/bin/lib/Image/ExifTool/WriteExif.pl +2 -2
- data/bin/lib/Image/ExifTool/Writer.pl +3 -3
- data/bin/lib/Image/ExifTool/XMP.pm +8 -1
- data/bin/lib/Image/ExifTool/XMP2.pl +32 -1
- data/bin/perl-Image-ExifTool.spec +1 -1
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +2 -2
@@ -12,7 +12,7 @@ meta information extracted from or written to a file.
|
|
12
12
|
=head1 TAG TABLES
|
13
13
|
|
14
14
|
The tables listed below give the names of all tags recognized by ExifTool.
|
15
|
-
They contain a total of
|
15
|
+
They contain a total of 22987 tags, with 15043 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
|
@@ -1208,6 +1208,7 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
|
|
1208
1208
|
aux XMP aux
|
1209
1209
|
cc XMP cc
|
1210
1210
|
cell XMP cell
|
1211
|
+
crd XMP crd
|
1211
1212
|
creatorAtom XMP creatorAtom
|
1212
1213
|
crs XMP crs
|
1213
1214
|
dc XMP dc
|
@@ -1427,6 +1428,474 @@ These tags belong to the ExifTool XMP-cell family 1 group.
|
|
1427
1428
|
MobileNetworkCode string
|
1428
1429
|
CellR string
|
1429
1430
|
|
1431
|
+
=head3 XMP crd Tags
|
1432
|
+
|
1433
|
+
Adobe Camera Raw Defaults tags.
|
1434
|
+
|
1435
|
+
These tags belong to the ExifTool XMP-crd family 1 group.
|
1436
|
+
|
1437
|
+
Tag Name Writable
|
1438
|
+
-------- --------
|
1439
|
+
AlreadyApplied boolean/
|
1440
|
+
AutoBrightness boolean/
|
1441
|
+
AutoContrast boolean/
|
1442
|
+
AutoExposure boolean/
|
1443
|
+
AutoLateralCA integer/
|
1444
|
+
AutoShadows boolean/
|
1445
|
+
AutoTone boolean/
|
1446
|
+
AutoWhiteVersion integer/
|
1447
|
+
Blacks2012 integer/
|
1448
|
+
BlueHue integer/
|
1449
|
+
BlueSaturation integer/
|
1450
|
+
Brightness integer/
|
1451
|
+
CameraProfile string/
|
1452
|
+
CameraProfileDigest string/
|
1453
|
+
ChromaticAberrationB integer/
|
1454
|
+
ChromaticAberrationR integer/
|
1455
|
+
CircularGradientBasedCorrections Correction Struct+
|
1456
|
+
CircGradBasedCorrActive boolean_
|
1457
|
+
CircGradBasedCorrAmount real_
|
1458
|
+
CircGradBasedCorrMasks CorrectionMask Struct_+
|
1459
|
+
CircGradBasedCorrMaskAlpha real_
|
1460
|
+
CircGradBasedCorrMaskAngle real_
|
1461
|
+
CircGradBasedCorrMaskBottom real_
|
1462
|
+
CircGradBasedCorrMaskCenterValue real_
|
1463
|
+
CircGradBasedCorrMaskCenterWeight real_
|
1464
|
+
CircGradBasedCorrMaskDabs string/_
|
1465
|
+
CircGradBasedCorrMaskFeather real_
|
1466
|
+
CircGradBasedCorrMaskFlipped boolean_
|
1467
|
+
CircGradBasedCorrMaskFlow real_
|
1468
|
+
CircGradBasedCorrMaskFullX real_
|
1469
|
+
CircGradBasedCorrMaskFullY real_
|
1470
|
+
CircGradBasedCorrMaskLeft real_
|
1471
|
+
CircGradBasedCorrMaskValue real_
|
1472
|
+
CircGradBasedCorrMaskMidpoint real_
|
1473
|
+
CircGradBasedCorrMaskPerimeterValue real_
|
1474
|
+
CircGradBasedCorrMaskRadius real_
|
1475
|
+
CircGradBasedCorrMaskRight real_
|
1476
|
+
CircGradBasedCorrMaskRoundness real_
|
1477
|
+
CircGradBasedCorrMaskSizeX real_
|
1478
|
+
CircGradBasedCorrMaskSizeY real_
|
1479
|
+
CircGradBasedCorrMaskTop real_
|
1480
|
+
CircGradBasedCorrMaskVersion integer_
|
1481
|
+
CircGradBasedCorrMaskWhat string_
|
1482
|
+
CircGradBasedCorrMaskX real_
|
1483
|
+
CircGradBasedCorrMaskY real_
|
1484
|
+
CircGradBasedCorrMaskZeroX real_
|
1485
|
+
CircGradBasedCorrMaskZeroY real_
|
1486
|
+
CircGradBasedCorrBrightness real_
|
1487
|
+
CircGradBasedCorrClarity real_
|
1488
|
+
CircGradBasedCorrClarity2012 real_
|
1489
|
+
CircGradBasedCorrContrast real_
|
1490
|
+
CircGradBasedCorrContrast2012 real_
|
1491
|
+
CircGradBasedCorrDefringe real_
|
1492
|
+
CircGradBasedCorrExposure real_
|
1493
|
+
CircGradBasedCorrExposure2012 real_
|
1494
|
+
CircGradBasedCorrHighlights2012 real_
|
1495
|
+
CircGradBasedCorrLuminanceNoise real_
|
1496
|
+
CircGradBasedCorrMoire real_
|
1497
|
+
CircGradBasedCorrSaturation real_
|
1498
|
+
CircGradBasedCorrShadows2012 real_
|
1499
|
+
CircGradBasedCorrSharpness real_
|
1500
|
+
CircGradBasedCorrTemperature real_
|
1501
|
+
CircGradBasedCorrTint real_
|
1502
|
+
CircGradBasedCorrHue real_
|
1503
|
+
CircGradBasedCorrSaturation real_
|
1504
|
+
CircGradBasedCorrWhat string_
|
1505
|
+
Clarity integer/
|
1506
|
+
Clarity2012 integer/
|
1507
|
+
ColorNoiseReduction integer/
|
1508
|
+
ColorNoiseReductionDetail integer/
|
1509
|
+
ColorNoiseReductionSmoothness integer/
|
1510
|
+
Contrast integer/
|
1511
|
+
Contrast2012 integer/
|
1512
|
+
Converter string/
|
1513
|
+
ConvertToGrayscale boolean/
|
1514
|
+
CropAngle real/
|
1515
|
+
CropBottom real/
|
1516
|
+
CropConstrainToWarp integer/
|
1517
|
+
CropHeight real/
|
1518
|
+
CropLeft real/
|
1519
|
+
CropRight real/
|
1520
|
+
CropTop real/
|
1521
|
+
CropUnit integer/
|
1522
|
+
CropUnits integer/
|
1523
|
+
CropWidth real/
|
1524
|
+
DefaultAutoGray boolean/
|
1525
|
+
DefaultAutoTone boolean/
|
1526
|
+
DefaultsSpecificToISO boolean/
|
1527
|
+
DefaultsSpecificToSerial boolean/
|
1528
|
+
Defringe integer/
|
1529
|
+
DefringeGreenAmount integer/
|
1530
|
+
DefringeGreenHueHi integer/
|
1531
|
+
DefringeGreenHueLo integer/
|
1532
|
+
DefringePurpleAmount integer/
|
1533
|
+
DefringePurpleHueHi integer/
|
1534
|
+
DefringePurpleHueLo integer/
|
1535
|
+
Dehaze real/
|
1536
|
+
DNGIgnoreSidecars boolean/
|
1537
|
+
Exposure real/
|
1538
|
+
Exposure2012 real/
|
1539
|
+
FillLight integer/
|
1540
|
+
GradientBasedCorrections Correction Struct+
|
1541
|
+
GradientBasedCorrActive boolean_
|
1542
|
+
GradientBasedCorrAmount real_
|
1543
|
+
GradientBasedCorrMasks CorrectionMask Struct_+
|
1544
|
+
GradientBasedCorrMaskAlpha real_
|
1545
|
+
GradientBasedCorrMaskAngle real_
|
1546
|
+
GradientBasedCorrMaskBottom real_
|
1547
|
+
GradientBasedCorrMaskCenterValue real_
|
1548
|
+
GradientBasedCorrMaskCenterWeight real_
|
1549
|
+
GradientBasedCorrMaskDabs string/_
|
1550
|
+
GradientBasedCorrMaskFeather real_
|
1551
|
+
GradientBasedCorrMaskFlipped boolean_
|
1552
|
+
GradientBasedCorrMaskFlow real_
|
1553
|
+
GradientBasedCorrMaskFullX real_
|
1554
|
+
GradientBasedCorrMaskFullY real_
|
1555
|
+
GradientBasedCorrMaskLeft real_
|
1556
|
+
GradientBasedCorrMaskValue real_
|
1557
|
+
GradientBasedCorrMaskMidpoint real_
|
1558
|
+
GradientBasedCorrMaskPerimeterValue real_
|
1559
|
+
GradientBasedCorrMaskRadius real_
|
1560
|
+
GradientBasedCorrMaskRight real_
|
1561
|
+
GradientBasedCorrMaskRoundness real_
|
1562
|
+
GradientBasedCorrMaskSizeX real_
|
1563
|
+
GradientBasedCorrMaskSizeY real_
|
1564
|
+
GradientBasedCorrMaskTop real_
|
1565
|
+
GradientBasedCorrMaskVersion integer_
|
1566
|
+
GradientBasedCorrMaskWhat string_
|
1567
|
+
GradientBasedCorrMaskX real_
|
1568
|
+
GradientBasedCorrMaskY real_
|
1569
|
+
GradientBasedCorrMaskZeroX real_
|
1570
|
+
GradientBasedCorrMaskZeroY real_
|
1571
|
+
GradientBasedCorrBrightness real_
|
1572
|
+
GradientBasedCorrClarity real_
|
1573
|
+
GradientBasedCorrClarity2012 real_
|
1574
|
+
GradientBasedCorrContrast real_
|
1575
|
+
GradientBasedCorrContrast2012 real_
|
1576
|
+
GradientBasedCorrDefringe real_
|
1577
|
+
GradientBasedCorrExposure real_
|
1578
|
+
GradientBasedCorrExposure2012 real_
|
1579
|
+
GradientBasedCorrHighlights2012 real_
|
1580
|
+
GradientBasedCorrLuminanceNoise real_
|
1581
|
+
GradientBasedCorrMoire real_
|
1582
|
+
GradientBasedCorrSaturation real_
|
1583
|
+
GradientBasedCorrShadows2012 real_
|
1584
|
+
GradientBasedCorrSharpness real_
|
1585
|
+
GradientBasedCorrTemperature real_
|
1586
|
+
GradientBasedCorrTint real_
|
1587
|
+
GradientBasedCorrHue real_
|
1588
|
+
GradientBasedCorrSaturation real_
|
1589
|
+
GradientBasedCorrWhat string_
|
1590
|
+
GrainAmount integer/
|
1591
|
+
GrainFrequency integer/
|
1592
|
+
GrainSize integer/
|
1593
|
+
GrayMixerAqua integer/
|
1594
|
+
GrayMixerBlue integer/
|
1595
|
+
GrayMixerGreen integer/
|
1596
|
+
GrayMixerMagenta integer/
|
1597
|
+
GrayMixerOrange integer/
|
1598
|
+
GrayMixerPurple integer/
|
1599
|
+
GrayMixerRed integer/
|
1600
|
+
GrayMixerYellow integer/
|
1601
|
+
GreenHue integer/
|
1602
|
+
GreenSaturation integer/
|
1603
|
+
HasCrop boolean/
|
1604
|
+
HasSettings boolean/
|
1605
|
+
Highlight2012 integer/
|
1606
|
+
HighlightRecovery integer/
|
1607
|
+
Highlights2012 integer/
|
1608
|
+
HueAdjustmentAqua integer/
|
1609
|
+
HueAdjustmentBlue integer/
|
1610
|
+
HueAdjustmentGreen integer/
|
1611
|
+
HueAdjustmentMagenta integer/
|
1612
|
+
HueAdjustmentOrange integer/
|
1613
|
+
HueAdjustmentPurple integer/
|
1614
|
+
HueAdjustmentRed integer/
|
1615
|
+
HueAdjustmentYellow integer/
|
1616
|
+
IncrementalTemperature integer/
|
1617
|
+
IncrementalTint integer/
|
1618
|
+
JPEGHandling string/
|
1619
|
+
LensManualDistortionAmount integer/
|
1620
|
+
LensProfileChromaticAberrationScale integer/
|
1621
|
+
LensProfileDigest string/
|
1622
|
+
LensProfileDistortionScale integer/
|
1623
|
+
LensProfileEnable integer/
|
1624
|
+
LensProfileFilename string/
|
1625
|
+
LensProfileMatchKeyCameraModelName string/
|
1626
|
+
LensProfileMatchKeyExifMake string/
|
1627
|
+
LensProfileMatchKeyExifModel string/
|
1628
|
+
LensProfileMatchKeyIsRaw boolean/
|
1629
|
+
LensProfileMatchKeyLensID string/
|
1630
|
+
LensProfileMatchKeyLensInfo string/
|
1631
|
+
LensProfileMatchKeyLensName string/
|
1632
|
+
LensProfileMatchKeySensorFormatFactor real/
|
1633
|
+
LensProfileName string/
|
1634
|
+
LensProfileSetup string/
|
1635
|
+
LensProfileVignettingScale integer/
|
1636
|
+
LuminanceAdjustmentAqua integer/
|
1637
|
+
LuminanceAdjustmentBlue integer/
|
1638
|
+
LuminanceAdjustmentGreen integer/
|
1639
|
+
LuminanceAdjustmentMagenta integer/
|
1640
|
+
LuminanceAdjustmentOrange integer/
|
1641
|
+
LuminanceAdjustmentPurple integer/
|
1642
|
+
LuminanceAdjustmentRed integer/
|
1643
|
+
LuminanceAdjustmentYellow integer/
|
1644
|
+
LuminanceNoiseReductionContrast integer/
|
1645
|
+
LuminanceNoiseReductionDetail integer/
|
1646
|
+
LuminanceSmoothing integer/
|
1647
|
+
MoireFilter string/
|
1648
|
+
NegativeCacheLargePreviewSize integer/
|
1649
|
+
NegativeCacheMaximumSize real/
|
1650
|
+
NegativeCachePath string/
|
1651
|
+
PaintBasedCorrections Correction Struct+
|
1652
|
+
PaintCorrectionActive boolean_
|
1653
|
+
PaintCorrectionAmount real_
|
1654
|
+
PaintBasedCorrectionMasks CorrectionMask Struct_+
|
1655
|
+
PaintCorrectionMaskAlpha real_
|
1656
|
+
PaintCorrectionMaskAngle real_
|
1657
|
+
PaintCorrectionMaskBottom real_
|
1658
|
+
PaintCorrectionMaskCenterValue real_
|
1659
|
+
PaintCorrectionMaskCenterWeight real_
|
1660
|
+
PaintCorrectionMaskDabs string/_
|
1661
|
+
PaintCorrectionMaskFeather real_
|
1662
|
+
PaintCorrectionMaskFlipped boolean_
|
1663
|
+
PaintCorrectionMaskFlow real_
|
1664
|
+
PaintCorrectionMaskFullX real_
|
1665
|
+
PaintCorrectionMaskFullY real_
|
1666
|
+
PaintCorrectionMaskLeft real_
|
1667
|
+
PaintCorrectionMaskValue real_
|
1668
|
+
PaintCorrectionMaskMidpoint real_
|
1669
|
+
PaintCorrectionMaskPerimeterValue real_
|
1670
|
+
PaintCorrectionMaskRadius real_
|
1671
|
+
PaintCorrectionMaskRight real_
|
1672
|
+
PaintCorrectionMaskRoundness real_
|
1673
|
+
PaintCorrectionMaskSizeX real_
|
1674
|
+
PaintCorrectionMaskSizeY real_
|
1675
|
+
PaintCorrectionMaskTop real_
|
1676
|
+
PaintCorrectionMaskVersion integer_
|
1677
|
+
PaintCorrectionMaskWhat string_
|
1678
|
+
PaintCorrectionMaskX real_
|
1679
|
+
PaintCorrectionMaskY real_
|
1680
|
+
PaintCorrectionMaskZeroX real_
|
1681
|
+
PaintCorrectionMaskZeroY real_
|
1682
|
+
PaintCorrectionBrightness real_
|
1683
|
+
PaintCorrectionClarity real_
|
1684
|
+
PaintCorrectionClarity2012 real_
|
1685
|
+
PaintCorrectionContrast real_
|
1686
|
+
PaintCorrectionContrast2012 real_
|
1687
|
+
PaintCorrectionDefringe real_
|
1688
|
+
PaintCorrectionExposure real_
|
1689
|
+
PaintCorrectionExposure2012 real_
|
1690
|
+
PaintCorrectionHighlights2012 real_
|
1691
|
+
PaintCorrectionLuminanceNoise real_
|
1692
|
+
PaintCorrectionMoire real_
|
1693
|
+
PaintCorrectionSaturation real_
|
1694
|
+
PaintCorrectionShadows2012 real_
|
1695
|
+
PaintCorrectionSharpness real_
|
1696
|
+
PaintCorrectionTemperature real_
|
1697
|
+
PaintCorrectionTint real_
|
1698
|
+
PaintCorrectionHue real_
|
1699
|
+
PaintCorrectionSaturation real_
|
1700
|
+
PaintCorrectionWhat string_
|
1701
|
+
ParametricDarks integer/
|
1702
|
+
ParametricHighlights integer/
|
1703
|
+
ParametricHighlightSplit integer/
|
1704
|
+
ParametricLights integer/
|
1705
|
+
ParametricMidtoneSplit integer/
|
1706
|
+
ParametricShadows integer/
|
1707
|
+
ParametricShadowSplit integer/
|
1708
|
+
PerspectiveAspect integer/
|
1709
|
+
PerspectiveHorizontal integer/
|
1710
|
+
PerspectiveRotate real/
|
1711
|
+
PerspectiveScale integer/
|
1712
|
+
PerspectiveUpright integer/
|
1713
|
+
PerspectiveVertical integer/
|
1714
|
+
PerspectiveX real/
|
1715
|
+
PerspectiveY real/
|
1716
|
+
PostCropVignetteAmount integer/
|
1717
|
+
PostCropVignetteFeather integer/
|
1718
|
+
PostCropVignetteHighlightContrast integer/
|
1719
|
+
PostCropVignetteMidpoint integer/
|
1720
|
+
PostCropVignetteRoundness integer/
|
1721
|
+
PostCropVignetteStyle integer/
|
1722
|
+
ProcessVersion string/
|
1723
|
+
RawFileName string/
|
1724
|
+
RedEyeInfo string/+
|
1725
|
+
RedHue integer/
|
1726
|
+
RedSaturation integer/
|
1727
|
+
RetouchAreas RetouchArea Struct+
|
1728
|
+
RetouchAreaFeather real_
|
1729
|
+
RetouchAreaMasks CorrectionMask Struct_+
|
1730
|
+
RetouchAreaMaskAlpha real_
|
1731
|
+
RetouchAreaMaskAngle real_
|
1732
|
+
RetouchAreaMaskBottom real_
|
1733
|
+
RetouchAreaMaskCenterValue real_
|
1734
|
+
RetouchAreaMaskCenterWeight real_
|
1735
|
+
RetouchAreaMaskDabs string/_
|
1736
|
+
RetouchAreaMaskFeather real_
|
1737
|
+
RetouchAreaMaskFlipped boolean_
|
1738
|
+
RetouchAreaMaskFlow real_
|
1739
|
+
RetouchAreaMaskFullX real_
|
1740
|
+
RetouchAreaMaskFullY real_
|
1741
|
+
RetouchAreaMaskLeft real_
|
1742
|
+
RetouchAreaMaskValue real_
|
1743
|
+
RetouchAreaMaskMidpoint real_
|
1744
|
+
RetouchAreaMaskPerimeterValue real_
|
1745
|
+
RetouchAreaMaskRadius real_
|
1746
|
+
RetouchAreaMaskRight real_
|
1747
|
+
RetouchAreaMaskRoundness real_
|
1748
|
+
RetouchAreaMaskSizeX real_
|
1749
|
+
RetouchAreaMaskSizeY real_
|
1750
|
+
RetouchAreaMaskTop real_
|
1751
|
+
RetouchAreaMaskVersion integer_
|
1752
|
+
RetouchAreaMaskWhat string_
|
1753
|
+
RetouchAreaMaskX real_
|
1754
|
+
RetouchAreaMaskY real_
|
1755
|
+
RetouchAreaMaskZeroX real_
|
1756
|
+
RetouchAreaMaskZeroY real_
|
1757
|
+
RetouchAreaMethod string_
|
1758
|
+
RetouchAreaOffsetY real_
|
1759
|
+
RetouchAreaOpacity real_
|
1760
|
+
RetouchAreaSeed integer_
|
1761
|
+
RetouchAreaSourceState string_
|
1762
|
+
RetouchAreaSourceX real_
|
1763
|
+
RetouchAreaSpotType string_
|
1764
|
+
RetouchInfo string/+
|
1765
|
+
Saturation integer/
|
1766
|
+
SaturationAdjustmentAqua integer/
|
1767
|
+
SaturationAdjustmentBlue integer/
|
1768
|
+
SaturationAdjustmentGreen integer/
|
1769
|
+
SaturationAdjustmentMagenta integer/
|
1770
|
+
SaturationAdjustmentOrange integer/
|
1771
|
+
SaturationAdjustmentPurple integer/
|
1772
|
+
SaturationAdjustmentRed integer/
|
1773
|
+
SaturationAdjustmentYellow integer/
|
1774
|
+
Shadows integer/
|
1775
|
+
Shadows2012 integer/
|
1776
|
+
ShadowTint integer/
|
1777
|
+
SharpenDetail integer/
|
1778
|
+
SharpenEdgeMasking integer/
|
1779
|
+
SharpenRadius real/
|
1780
|
+
Sharpness integer/
|
1781
|
+
Smoothness integer/
|
1782
|
+
SplitToningBalance integer/
|
1783
|
+
SplitToningHighlightHue integer/
|
1784
|
+
SplitToningHighlightSaturation integer/
|
1785
|
+
SplitToningShadowHue integer/
|
1786
|
+
SplitToningShadowSaturation integer/
|
1787
|
+
ColorTemperature integer/
|
1788
|
+
Texture integer/
|
1789
|
+
TIFFHandling string/
|
1790
|
+
Tint integer/
|
1791
|
+
ToneCurve string/+
|
1792
|
+
ToneCurveBlue string/+
|
1793
|
+
ToneCurveGreen string/+
|
1794
|
+
ToneCurveName string/
|
1795
|
+
ToneCurveName2012 string/
|
1796
|
+
ToneCurvePV2012 string/+
|
1797
|
+
ToneCurvePV2012Blue string/+
|
1798
|
+
ToneCurvePV2012Green string/+
|
1799
|
+
ToneCurvePV2012Red string/+
|
1800
|
+
ToneCurveRed string/+
|
1801
|
+
ToneMapStrength real/
|
1802
|
+
UprightCenterMode integer/
|
1803
|
+
UprightCenterNormX real/
|
1804
|
+
UprightCenterNormY real/
|
1805
|
+
UprightDependentDigest string/
|
1806
|
+
UprightFocalLength35mm real/
|
1807
|
+
UprightFocalMode integer/
|
1808
|
+
UprightFourSegmentsCount integer/
|
1809
|
+
UprightPreview boolean/
|
1810
|
+
UprightTransform_0 string/
|
1811
|
+
UprightTransform_1 string/
|
1812
|
+
UprightTransform_2 string/
|
1813
|
+
UprightTransform_3 string/
|
1814
|
+
UprightTransform_4 string/
|
1815
|
+
UprightTransform_5 string/
|
1816
|
+
UprightTransformCount integer/
|
1817
|
+
UprightVersion integer/
|
1818
|
+
Version string/
|
1819
|
+
Vibrance integer/
|
1820
|
+
VignetteAmount integer/
|
1821
|
+
VignetteMidpoint integer/
|
1822
|
+
What string/
|
1823
|
+
WhiteBalance string/
|
1824
|
+
Whites2012 integer/
|
1825
|
+
|
1826
|
+
=head3 XMP Correction Struct
|
1827
|
+
|
1828
|
+
Field Name Writable
|
1829
|
+
---------- --------
|
1830
|
+
CorrectionActive boolean
|
1831
|
+
CorrectionAmount real
|
1832
|
+
CorrectionMasks CorrectionMask Struct+
|
1833
|
+
LocalBrightness real
|
1834
|
+
LocalClarity real
|
1835
|
+
LocalClarity2012 real
|
1836
|
+
LocalContrast real
|
1837
|
+
LocalContrast2012 real
|
1838
|
+
LocalDefringe real
|
1839
|
+
LocalExposure real
|
1840
|
+
LocalExposure2012 real
|
1841
|
+
LocalHighlights2012 real
|
1842
|
+
LocalLuminanceNoise real
|
1843
|
+
LocalMoire real
|
1844
|
+
LocalSaturation real
|
1845
|
+
LocalShadows2012 real
|
1846
|
+
LocalSharpness real
|
1847
|
+
LocalTemperature real
|
1848
|
+
LocalTint real
|
1849
|
+
LocalToningHue real
|
1850
|
+
LocalToningSaturation real
|
1851
|
+
What string
|
1852
|
+
|
1853
|
+
=head3 XMP CorrectionMask Struct
|
1854
|
+
|
1855
|
+
Field Name Writable
|
1856
|
+
---------- --------
|
1857
|
+
Alpha real
|
1858
|
+
Angle real
|
1859
|
+
Bottom real
|
1860
|
+
CenterValue real
|
1861
|
+
CenterWeight real
|
1862
|
+
Dabs string+
|
1863
|
+
Feather real
|
1864
|
+
Flipped boolean
|
1865
|
+
Flow real
|
1866
|
+
FullX real
|
1867
|
+
FullY real
|
1868
|
+
Left real
|
1869
|
+
MaskValue real
|
1870
|
+
Midpoint real
|
1871
|
+
PerimeterValue real
|
1872
|
+
Radius real
|
1873
|
+
Right real
|
1874
|
+
Roundness real
|
1875
|
+
SizeX real
|
1876
|
+
SizeY real
|
1877
|
+
Top real
|
1878
|
+
Version integer
|
1879
|
+
What string
|
1880
|
+
X real
|
1881
|
+
Y real
|
1882
|
+
ZeroX real
|
1883
|
+
ZeroY real
|
1884
|
+
|
1885
|
+
=head3 XMP RetouchArea Struct
|
1886
|
+
|
1887
|
+
Field Name Writable
|
1888
|
+
---------- --------
|
1889
|
+
Feather real
|
1890
|
+
Masks CorrectionMask Struct+
|
1891
|
+
Method string
|
1892
|
+
OffsetY real
|
1893
|
+
Opacity real
|
1894
|
+
Seed integer
|
1895
|
+
SourceState string
|
1896
|
+
SourceX real
|
1897
|
+
SpotType string
|
1898
|
+
|
1430
1899
|
=head3 XMP creatorAtom Tags
|
1431
1900
|
|
1432
1901
|
Adobe creatorAtom tags, written by After Effects.
|
@@ -1651,6 +2120,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
1651
2120
|
GreenSaturation integer
|
1652
2121
|
HasCrop boolean
|
1653
2122
|
HasSettings boolean
|
2123
|
+
Highlight2012 integer
|
1654
2124
|
HighlightRecovery integer
|
1655
2125
|
Highlights2012 integer
|
1656
2126
|
HueAdjustmentAqua integer
|
@@ -1833,6 +2303,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
1833
2303
|
SplitToningShadowHue integer
|
1834
2304
|
SplitToningShadowSaturation integer
|
1835
2305
|
ColorTemperature integer
|
2306
|
+
Texture integer
|
1836
2307
|
TIFFHandling string
|
1837
2308
|
Tint integer
|
1838
2309
|
ToneCurve string+
|
@@ -1870,79 +2341,6 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
1870
2341
|
WhiteBalance string/
|
1871
2342
|
Whites2012 integer
|
1872
2343
|
|
1873
|
-
=head3 XMP Correction Struct
|
1874
|
-
|
1875
|
-
Field Name Writable
|
1876
|
-
---------- --------
|
1877
|
-
CorrectionActive boolean
|
1878
|
-
CorrectionAmount real
|
1879
|
-
CorrectionMasks CorrectionMask Struct+
|
1880
|
-
LocalBrightness real
|
1881
|
-
LocalClarity real
|
1882
|
-
LocalClarity2012 real
|
1883
|
-
LocalContrast real
|
1884
|
-
LocalContrast2012 real
|
1885
|
-
LocalDefringe real
|
1886
|
-
LocalExposure real
|
1887
|
-
LocalExposure2012 real
|
1888
|
-
LocalHighlights2012 real
|
1889
|
-
LocalLuminanceNoise real
|
1890
|
-
LocalMoire real
|
1891
|
-
LocalSaturation real
|
1892
|
-
LocalShadows2012 real
|
1893
|
-
LocalSharpness real
|
1894
|
-
LocalTemperature real
|
1895
|
-
LocalTint real
|
1896
|
-
LocalToningHue real
|
1897
|
-
LocalToningSaturation real
|
1898
|
-
What string
|
1899
|
-
|
1900
|
-
=head3 XMP CorrectionMask Struct
|
1901
|
-
|
1902
|
-
Field Name Writable
|
1903
|
-
---------- --------
|
1904
|
-
Alpha real
|
1905
|
-
Angle real
|
1906
|
-
Bottom real
|
1907
|
-
CenterValue real
|
1908
|
-
CenterWeight real
|
1909
|
-
Dabs string+
|
1910
|
-
Feather real
|
1911
|
-
Flipped boolean
|
1912
|
-
Flow real
|
1913
|
-
FullX real
|
1914
|
-
FullY real
|
1915
|
-
Left real
|
1916
|
-
MaskValue real
|
1917
|
-
Midpoint real
|
1918
|
-
PerimeterValue real
|
1919
|
-
Radius real
|
1920
|
-
Right real
|
1921
|
-
Roundness real
|
1922
|
-
SizeX real
|
1923
|
-
SizeY real
|
1924
|
-
Top real
|
1925
|
-
Version integer
|
1926
|
-
What string
|
1927
|
-
X real
|
1928
|
-
Y real
|
1929
|
-
ZeroX real
|
1930
|
-
ZeroY real
|
1931
|
-
|
1932
|
-
=head3 XMP RetouchArea Struct
|
1933
|
-
|
1934
|
-
Field Name Writable
|
1935
|
-
---------- --------
|
1936
|
-
Feather real
|
1937
|
-
Masks CorrectionMask Struct+
|
1938
|
-
Method string
|
1939
|
-
OffsetY real
|
1940
|
-
Opacity real
|
1941
|
-
Seed integer
|
1942
|
-
SourceState string
|
1943
|
-
SourceX real
|
1944
|
-
SpotType string
|
1945
|
-
|
1946
2344
|
=head3 XMP dc Tags
|
1947
2345
|
|
1948
2346
|
Dublin Core namespace tags.
|
@@ -9692,6 +10090,7 @@ data, however ExifTool will extract information from any tags found here.
|
|
9692
10090
|
'ISO' ISO no
|
9693
10091
|
'ISO Speed' ISO no
|
9694
10092
|
'Image Number' ImageNumber no
|
10093
|
+
'Lens' Lens no
|
9695
10094
|
'Max Aperture' MaxAperture no
|
9696
10095
|
'Meter Mode' MeterMode no
|
9697
10096
|
'Min Aperture' MinAperture no
|
@@ -14139,6 +14538,8 @@ These tags are used in Panasonic/Leica cameras.
|
|
14139
14538
|
0x00b9 RedEyeRemoval int16u
|
14140
14539
|
0x00bb VideoBurstMode int32u
|
14141
14540
|
0x00bc DiffractionCorrection int16u
|
14541
|
+
0x00d1 ISO int32u
|
14542
|
+
0x00d6 NoiseReductionStrength rational64s
|
14142
14543
|
0x0e00 PrintIM PrintIM
|
14143
14544
|
0x2003 TimeInfo Panasonic TimeInfo
|
14144
14545
|
0x8000 MakerNoteVersion undef
|
@@ -24608,13 +25009,34 @@ defined in this table.
|
|
24608
25009
|
'auxC' AuxiliaryImageType no
|
24609
25010
|
'clap' CleanAperture no
|
24610
25011
|
'colr' ICC_Profile ICC_Profile
|
24611
|
-
'hvcC' HEVCConfiguration
|
25012
|
+
'hvcC' HEVCConfiguration QuickTime HEVCConfig
|
24612
25013
|
'irot' Rotation int8u
|
24613
25014
|
'ispe' ImageSpatialExtent no
|
24614
25015
|
'pasp' PixelAspectRatio int32u
|
24615
25016
|
'pixi' ImagePixelDepth no
|
24616
25017
|
'rloc' RelativeLocation no
|
24617
25018
|
|
25019
|
+
=head3 QuickTime HEVCConfig Tags
|
25020
|
+
|
25021
|
+
Index1 Tag Name Writable
|
25022
|
+
------ -------- --------
|
25023
|
+
0 HEVCConfigurationVersion no
|
25024
|
+
1 GeneralProfileSpace no
|
25025
|
+
1.1 GeneralTierFlag no
|
25026
|
+
1.2 GeneralProfileIDC no
|
25027
|
+
2 GenProfileCompatibilityFlags no
|
25028
|
+
6 ConstraintIndicatorFlags no
|
25029
|
+
12 GeneralLevelIDC no
|
25030
|
+
13 MinSpatialSegmentationIDC no
|
25031
|
+
15 ParallelismType no
|
25032
|
+
16 ChromaFormat no
|
25033
|
+
17 BitDepthLuma no
|
25034
|
+
18 BitDepthChroma no
|
25035
|
+
19 AverageFrameRate no
|
25036
|
+
21 ConstantFrameRate no
|
25037
|
+
21.1 NumTemporalLayers no
|
25038
|
+
21.2 TemporalIDNested no
|
25039
|
+
|
24618
25040
|
=head3 QuickTime ItemRef Tags
|
24619
25041
|
|
24620
25042
|
Tag ID Tag Name Writable
|
@@ -25014,6 +25436,7 @@ MP4 metadata sample description.
|
|
25014
25436
|
------ -------- --------
|
25015
25437
|
0x0004 OtherFormat no
|
25016
25438
|
'ftab' FontTable no
|
25439
|
+
'name' OtherName no
|
25017
25440
|
|
25018
25441
|
=head3 QuickTime VideoHeader Tags
|
25019
25442
|
|
@@ -25186,6 +25609,7 @@ file.
|
|
25186
25609
|
'vndr' Vendor string
|
25187
25610
|
'yrrc' Year no
|
25188
25611
|
"\xa9ART" Artist string
|
25612
|
+
"\xa9TIM" StartTimecode string
|
25189
25613
|
"\xa9TSC" StartTimeScale string
|
25190
25614
|
"\xa9TSZ" StartTimeSampleSize string
|
25191
25615
|
"\xa9alb" Album string
|
@@ -33096,14 +33520,14 @@ values, may created via the ExifTool configuration file.
|
|
33096
33520
|
Canon:DigitalZoom
|
33097
33521
|
DriveMode ContinuousDrive no
|
33098
33522
|
SelfTimer
|
33099
|
-
Duration
|
33100
|
-
|
33101
|
-
Duration Vorbis:NominalBitrate no
|
33102
|
-
FileSize
|
33523
|
+
Duration AIFF:SampleRate no
|
33524
|
+
AIFF:NumSampleFrames
|
33103
33525
|
Duration APE:SampleRate no
|
33104
33526
|
APE:TotalFrames
|
33105
33527
|
APE:BlocksPerFrame
|
33106
33528
|
APE:FinalFrameBlocks
|
33529
|
+
Duration FLAC:SampleRate no
|
33530
|
+
FLAC:TotalSamples
|
33107
33531
|
Duration FileSize no
|
33108
33532
|
ID3Size
|
33109
33533
|
MPEG:AudioBitrate
|
@@ -33119,8 +33543,8 @@ values, may created via the ExifTool configuration file.
|
|
33119
33543
|
FileSize
|
33120
33544
|
FrameCount
|
33121
33545
|
VideoFrameCount
|
33122
|
-
Duration
|
33123
|
-
|
33546
|
+
Duration Vorbis:NominalBitrate no
|
33547
|
+
FileSize
|
33124
33548
|
ExtenderStatus Olympus:Extender no
|
33125
33549
|
Olympus:LensType
|
33126
33550
|
MaxApertureValue
|
@@ -33178,19 +33602,19 @@ values, may created via the ExifTool configuration file.
|
|
33178
33602
|
ISO Canon:CameraISO no
|
33179
33603
|
Canon:BaseISO
|
33180
33604
|
Canon:AutoISO
|
33181
|
-
ImageHeight Main:PostScript:ImageData no
|
33182
|
-
PostScript:BoundingBox
|
33183
33605
|
ImageHeight IFD0:SensorTopBorder no
|
33184
33606
|
IFD0:SensorBottomBorder
|
33607
|
+
ImageHeight Main:PostScript:ImageData no
|
33608
|
+
PostScript:BoundingBox
|
33185
33609
|
ImageSize ImageWidth no
|
33186
33610
|
ImageHeight
|
33187
33611
|
ExifImageWidth
|
33188
33612
|
ExifImageHeight
|
33189
33613
|
RawImageCroppedSize
|
33190
|
-
ImageWidth Main:PostScript:ImageData no
|
33191
|
-
PostScript:BoundingBox
|
33192
33614
|
ImageWidth IFD0:SensorLeftBorder no
|
33193
33615
|
IFD0:SensorRightBorder
|
33616
|
+
ImageWidth Main:PostScript:ImageData no
|
33617
|
+
PostScript:BoundingBox
|
33194
33618
|
JpgFromRaw JpgFromRawStart yes
|
33195
33619
|
JpgFromRawLength
|
33196
33620
|
Lens Canon:MinFocalLength no
|
@@ -33211,12 +33635,6 @@ values, may created via the ExifTool configuration file.
|
|
33211
33635
|
LensType2
|
33212
33636
|
LensType3
|
33213
33637
|
LensFocalLength
|
33214
|
-
LensID XMP-aux:LensID no
|
33215
|
-
Make
|
33216
|
-
LensInfo
|
33217
|
-
FocalLength
|
33218
|
-
LensModel
|
33219
|
-
MaxApertureValue
|
33220
33638
|
LensID Nikon:LensIDNumber no
|
33221
33639
|
LensFStops
|
33222
33640
|
MinFocalLength
|
@@ -33226,6 +33644,12 @@ values, may created via the ExifTool configuration file.
|
|
33226
33644
|
MCUVersion
|
33227
33645
|
Nikon:LensType
|
33228
33646
|
LensID Ricoh:LensFirmware no
|
33647
|
+
LensID XMP-aux:LensID no
|
33648
|
+
Make
|
33649
|
+
LensInfo
|
33650
|
+
FocalLength
|
33651
|
+
LensModel
|
33652
|
+
MaxApertureValue
|
33229
33653
|
LensSpec Nikon:Lens no
|
33230
33654
|
Nikon:LensType
|
33231
33655
|
LightValue Aperture no
|