exiftool-vendored.pl 12.65.0 → 12.69.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.
- package/bin/Changes +60 -2
- package/bin/MANIFEST +5 -0
- package/bin/META.json +1 -1
- package/bin/META.yml +1 -1
- package/bin/README +7 -7
- package/bin/exiftool +30 -21
- package/bin/lib/Image/ExifTool/Apple.pm +6 -2
- package/bin/lib/Image/ExifTool/Canon.pm +55 -13
- package/bin/lib/Image/ExifTool/DNG.pm +25 -2
- package/bin/lib/Image/ExifTool/Exif.pm +95 -13
- package/bin/lib/Image/ExifTool/FujiFilm.pm +20 -1
- package/bin/lib/Image/ExifTool/Geotag.pm +17 -12
- package/bin/lib/Image/ExifTool/Nikon.pm +47 -11
- package/bin/lib/Image/ExifTool/PLUS.pm +19 -4
- package/bin/lib/Image/ExifTool/PNG.pm +14 -7
- package/bin/lib/Image/ExifTool/Panasonic.pm +13 -9
- package/bin/lib/Image/ExifTool/Pentax.pm +8 -1
- package/bin/lib/Image/ExifTool/PhotoMechanic.pm +2 -1
- package/bin/lib/Image/ExifTool/QuickTime.pm +62 -52
- package/bin/lib/Image/ExifTool/README +7 -3
- package/bin/lib/Image/ExifTool/RIFF.pm +8 -2
- package/bin/lib/Image/ExifTool/Sony.pm +66 -21
- package/bin/lib/Image/ExifTool/TagLookup.pm +6881 -6709
- package/bin/lib/Image/ExifTool/TagNames.pod +454 -37
- package/bin/lib/Image/ExifTool/Validate.pm +18 -16
- package/bin/lib/Image/ExifTool/WriteCanonRaw.pl +2 -2
- package/bin/lib/Image/ExifTool/WriteExif.pl +14 -4
- package/bin/lib/Image/ExifTool/WriteQuickTime.pl +2 -0
- package/bin/lib/Image/ExifTool/WriteRIFF.pl +22 -3
- package/bin/lib/Image/ExifTool/Writer.pl +53 -11
- package/bin/lib/Image/ExifTool/XISF.pm +185 -0
- package/bin/lib/Image/ExifTool/XMP.pm +67 -2
- package/bin/lib/Image/ExifTool/XMP2.pl +36 -1
- package/bin/lib/Image/ExifTool.pm +45 -20
- package/bin/lib/Image/ExifTool.pod +20 -10
- package/bin/perl-Image-ExifTool.spec +6 -6
- package/bin/pp_build_exe.args +5 -4
- package/package.json +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 27322 tags, with 17138 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
|
|
@@ -838,7 +838,8 @@ for the official EXIF 2.32 specification.
|
|
|
838
838
|
0xc42a OceImageLogic - no
|
|
839
839
|
0xc44f Annotations - no
|
|
840
840
|
0xc4a5 PrintIM IFD0 PrintIM
|
|
841
|
-
|
|
841
|
+
0xc519 HasselbladXML - PLIST
|
|
842
|
+
0xc51b HasselbladExif - EXIF
|
|
842
843
|
0xc573 OriginalFileName - no
|
|
843
844
|
0xc580 USPTOOriginalContentType - no
|
|
844
845
|
0xc5e0 CR2CFAPattern - no
|
|
@@ -969,6 +970,12 @@ for the official EXIF 2.32 specification.
|
|
|
969
970
|
0xcd39 ProfileHueSatMapData3 IFD0 float[n]!
|
|
970
971
|
0xcd3a ReductionMatrix3 IFD0 rational64s[n]!
|
|
971
972
|
0xcd3b RGBTables IFD0 undef!
|
|
973
|
+
0xcd40 ProfileGainTableMap2 IFD0 undef!
|
|
974
|
+
0xcd43 ColumnInterleaveFactor SubIFD int32u!
|
|
975
|
+
0xcd44 ImageSequenceInfo IFD0 DNG ImageSeq
|
|
976
|
+
0xcd46 ImageStats IFD0 undef!
|
|
977
|
+
0xcd47 ProfileDynamicRange IFD0 DNG ProfileDynamicRange
|
|
978
|
+
0xcd48 ProfileGroupName IFD0 string!
|
|
972
979
|
0xea1c Padding ExifIFD undef!
|
|
973
980
|
0xea1d OffsetSchema ExifIFD int32s!
|
|
974
981
|
0xfde8 OwnerName ExifIFD string/
|
|
@@ -1739,6 +1746,121 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1739
1746
|
DefringePurpleHueHi integer/
|
|
1740
1747
|
DefringePurpleHueLo integer/
|
|
1741
1748
|
Dehaze real/
|
|
1749
|
+
DepthBasedCorrections DepthBasedCorr Struct+
|
|
1750
|
+
DepthBasedCorrCorrectionActive boolean/_+
|
|
1751
|
+
DepthBasedCorrCorrectionAmount real/_+
|
|
1752
|
+
DepthBasedCorrMask CorrectionMask Struct_+
|
|
1753
|
+
DepthBasedCorrMaskAlpha real/_
|
|
1754
|
+
DepthBasedCorrMaskAngle real/_
|
|
1755
|
+
DepthBasedCorrMaskBottom real/_
|
|
1756
|
+
DepthBasedCorrMaskCenterValue real/_
|
|
1757
|
+
DepthBasedCorrMaskCenterWeight real/_
|
|
1758
|
+
DepthBasedCorrMaskRange CorrRangeMask Struct_+
|
|
1759
|
+
DepthBasedCorrMaskRangeAreaModels AreaModels Struct_+
|
|
1760
|
+
DepthBasedCorrMaskRangeAreaModelsComponents string/_+
|
|
1761
|
+
DepthBasedCorrMaskRangeAreaModelsColorSampleInfo string/_+
|
|
1762
|
+
DepthBasedCorrMaskRangeColorAmount real/_+
|
|
1763
|
+
DepthBasedCorrMaskRangeDepthFeather real/_+
|
|
1764
|
+
DepthBasedCorrMaskRangeDepthMax real/_+
|
|
1765
|
+
DepthBasedCorrMaskRangeDepthMin real/_+
|
|
1766
|
+
DepthBasedCorrMaskRangeInvert boolean/_+
|
|
1767
|
+
DepthBasedCorrMaskRangeLumFeather real/_+
|
|
1768
|
+
DepthBasedCorrMaskRangeLuminanceDepthSampleInfo string/_+
|
|
1769
|
+
DepthBasedCorrMaskRangeLumMax real/_+
|
|
1770
|
+
DepthBasedCorrMaskRangeLumMin real/_+
|
|
1771
|
+
DepthBasedCorrMaskRangeLumRange string/_+
|
|
1772
|
+
DepthBasedCorrMaskRangeSampleType integer/_+
|
|
1773
|
+
DepthBasedCorrMaskRangeType string/_+
|
|
1774
|
+
DepthBasedCorrMaskRangeVersion string/_+
|
|
1775
|
+
DepthBasedCorrMaskDabs string/_+
|
|
1776
|
+
DepthBasedCorrMaskFeather real/_
|
|
1777
|
+
DepthBasedCorrMaskFlipped boolean/_
|
|
1778
|
+
DepthBasedCorrMaskFlow real/_
|
|
1779
|
+
DepthBasedCorrMaskFullX real/_
|
|
1780
|
+
DepthBasedCorrMaskFullY real/_
|
|
1781
|
+
DepthBasedCorrMaskInputDigest string/_
|
|
1782
|
+
DepthBasedCorrMaskLeft real/_
|
|
1783
|
+
DepthBasedCorrMaskMaskActive boolean/_
|
|
1784
|
+
DepthBasedCorrMaskMaskBlendMode integer/_
|
|
1785
|
+
DepthBasedCorrMaskMaskDigest string/_
|
|
1786
|
+
DepthBasedCorrMaskMaskInverted boolean/_
|
|
1787
|
+
DepthBasedCorrMaskMaskName string/_
|
|
1788
|
+
DepthBasedCorrMaskMasks CorrectionMask Struct_+
|
|
1789
|
+
DepthBasedCorrMaskMasksAlpha real/_
|
|
1790
|
+
DepthBasedCorrMaskMasksAngle real/_
|
|
1791
|
+
DepthBasedCorrMaskMasksBottom real/_
|
|
1792
|
+
DepthBasedCorrMaskMasksCenterValue real/_
|
|
1793
|
+
DepthBasedCorrMaskMasksCenterWeight real/_
|
|
1794
|
+
DepthBasedCorrMaskMasksDabs string/_+
|
|
1795
|
+
DepthBasedCorrMaskMasksFeather real/_
|
|
1796
|
+
DepthBasedCorrMaskMasksFlipped boolean/_
|
|
1797
|
+
DepthBasedCorrMaskMasksFlow real/_
|
|
1798
|
+
DepthBasedCorrMaskMasksFullX real/_
|
|
1799
|
+
DepthBasedCorrMaskMasksFullY real/_
|
|
1800
|
+
DepthBasedCorrMaskMasksInputDigest string/_
|
|
1801
|
+
DepthBasedCorrMaskMasksLeft real/_
|
|
1802
|
+
DepthBasedCorrMaskMasksMaskActive boolean/_
|
|
1803
|
+
DepthBasedCorrMaskMasksMaskBlendMode integer/_
|
|
1804
|
+
DepthBasedCorrMaskMasksMaskDigest string/_
|
|
1805
|
+
DepthBasedCorrMaskMasksMaskInverted boolean/_
|
|
1806
|
+
DepthBasedCorrMaskMasksMaskName string/_
|
|
1807
|
+
DepthBasedCorrMaskMasksMaskSubType string/_
|
|
1808
|
+
DepthBasedCorrMaskMasksMaskSyncID string/_
|
|
1809
|
+
DepthBasedCorrMaskMasksValue real/_
|
|
1810
|
+
DepthBasedCorrMaskMasksMaskVersion string/_
|
|
1811
|
+
DepthBasedCorrMaskMasksMidpoint real/_
|
|
1812
|
+
DepthBasedCorrMaskMasksOrigin string/_
|
|
1813
|
+
DepthBasedCorrMaskMasksPerimeterValue real/_
|
|
1814
|
+
DepthBasedCorrMaskMasksRadius real/_
|
|
1815
|
+
DepthBasedCorrMaskMasksReferencePoint string/_
|
|
1816
|
+
DepthBasedCorrMaskMasksRight real/_
|
|
1817
|
+
DepthBasedCorrMaskMasksRoundness real/_
|
|
1818
|
+
DepthBasedCorrMaskMasksSizeX real/_
|
|
1819
|
+
DepthBasedCorrMaskMasksSizeY real/_
|
|
1820
|
+
DepthBasedCorrMaskMasksTop real/_
|
|
1821
|
+
DepthBasedCorrMaskMaskSubType string/_
|
|
1822
|
+
DepthBasedCorrMaskMasksVersion integer/_
|
|
1823
|
+
DepthBasedCorrMaskMasksWhat string/_
|
|
1824
|
+
DepthBasedCorrMaskMasksWholeImageArea string/_
|
|
1825
|
+
DepthBasedCorrMaskMasksX real/_
|
|
1826
|
+
DepthBasedCorrMaskMasksY real/_
|
|
1827
|
+
DepthBasedCorrMaskMaskSyncID string/_
|
|
1828
|
+
DepthBasedCorrMaskMasksZeroX real/_
|
|
1829
|
+
DepthBasedCorrMaskMasksZeroY real/_
|
|
1830
|
+
DepthBasedCorrMaskValue real/_
|
|
1831
|
+
DepthBasedCorrMaskMaskVersion string/_
|
|
1832
|
+
DepthBasedCorrMaskMidpoint real/_
|
|
1833
|
+
DepthBasedCorrMaskOrigin string/_
|
|
1834
|
+
DepthBasedCorrMaskPerimeterValue real/_
|
|
1835
|
+
DepthBasedCorrMaskRadius real/_
|
|
1836
|
+
DepthBasedCorrMaskReferencePoint string/_
|
|
1837
|
+
DepthBasedCorrMaskRight real/_
|
|
1838
|
+
DepthBasedCorrMaskRoundness real/_
|
|
1839
|
+
DepthBasedCorrMaskSizeX real/_
|
|
1840
|
+
DepthBasedCorrMaskSizeY real/_
|
|
1841
|
+
DepthBasedCorrMaskTop real/_
|
|
1842
|
+
DepthBasedCorrMaskVersion integer/_
|
|
1843
|
+
DepthBasedCorrMaskWhat string/_
|
|
1844
|
+
DepthBasedCorrMaskWholeImageArea string/_
|
|
1845
|
+
DepthBasedCorrMaskX real/_
|
|
1846
|
+
DepthBasedCorrMaskY real/_
|
|
1847
|
+
DepthBasedCorrMaskZeroX real/_
|
|
1848
|
+
DepthBasedCorrMaskZeroY real/_
|
|
1849
|
+
DepthBasedCorrCorrectionSyncID string/_+
|
|
1850
|
+
DepthBasedCorrLocalCorrectedDepth real/_+
|
|
1851
|
+
DepthBasedCorrLocalCurveRefineSaturation real/_+
|
|
1852
|
+
DepthBasedCorrWhat string/_+
|
|
1853
|
+
DepthMapInfo DepthMapInfo Struct
|
|
1854
|
+
DepthMapInfoBaseHighlightGuideInputDigest string/_
|
|
1855
|
+
DepthMapInfoBaseHighlightGuideTable string/_
|
|
1856
|
+
DepthMapInfoBaseHighlightGuideVersion string/_
|
|
1857
|
+
DepthMapInfoBaseLayeredDepthInputDigest string/_
|
|
1858
|
+
DepthMapInfoBaseLayeredDepthTable string/_
|
|
1859
|
+
DepthMapInfoBaseLayeredDepthVersion string/_
|
|
1860
|
+
DepthMapInfoBaseRawDepthInputDigest string/_
|
|
1861
|
+
DepthMapInfoBaseRawDepthTable string/_
|
|
1862
|
+
DepthMapInfoBaseRawDepthVersion string/_
|
|
1863
|
+
DepthMapInfoDepthSource string/_
|
|
1742
1864
|
Description lang-alt/
|
|
1743
1865
|
DNGIgnoreSidecars boolean/
|
|
1744
1866
|
Exposure real/
|
|
@@ -1919,6 +2041,24 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1919
2041
|
IncrementalTemperature integer/
|
|
1920
2042
|
IncrementalTint integer/
|
|
1921
2043
|
JPEGHandling string/
|
|
2044
|
+
LensBlur LensBlur Struct
|
|
2045
|
+
LensBlurActive boolean/_
|
|
2046
|
+
LensBlurAmount real/_
|
|
2047
|
+
LensBlurBokehAspect real/_
|
|
2048
|
+
LensBlurBokehRotation real/_
|
|
2049
|
+
LensBlurBokehShape real/_
|
|
2050
|
+
LensBlurBokehShapeDetail real/_
|
|
2051
|
+
LensBlurCatEyeAmount real/_
|
|
2052
|
+
LensBlurCatEyeScale real/_
|
|
2053
|
+
LensBlurFocalRange string/_
|
|
2054
|
+
LensBlurFocalRangeSource real/_
|
|
2055
|
+
LensBlurHighlightsBoost real/_
|
|
2056
|
+
LensBlurHighlightsThreshold real/_
|
|
2057
|
+
LensBlurSampledArea string/_
|
|
2058
|
+
LensBlurSampledRange string/_
|
|
2059
|
+
LensBlurSphericalAberration real/_
|
|
2060
|
+
LensBlurSubjectRange string/_
|
|
2061
|
+
LensBlurVersion string/_
|
|
1922
2062
|
LensManualDistortionAmount integer/
|
|
1923
2063
|
LensProfileChromaticAberrationScale integer/
|
|
1924
2064
|
LensProfileDigest string/
|
|
@@ -1947,8 +2087,10 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1947
2087
|
LookParametersCameraProfile string/_
|
|
1948
2088
|
LookParametersClarity2012 string/_
|
|
1949
2089
|
LookParametersConvertToGrayscale string/_
|
|
2090
|
+
LookParametersHighlights2012 string/_
|
|
1950
2091
|
LookParametersLookTable string/_
|
|
1951
2092
|
LookParametersProcessVersion string/_
|
|
2093
|
+
LookParametersShadows2012 string/_
|
|
1952
2094
|
LookParametersToneCurvePV2012 string/_+
|
|
1953
2095
|
LookParametersToneCurvePV2012Blue string/_+
|
|
1954
2096
|
LookParametersToneCurvePV2012Green string/_+
|
|
@@ -2597,6 +2739,55 @@ Called CorrectionRangeMask by the spec.
|
|
|
2597
2739
|
AreaComponents string+
|
|
2598
2740
|
ColorRangeMaskAreaSampleInfo string
|
|
2599
2741
|
|
|
2742
|
+
=head3 XMP DepthBasedCorr Struct
|
|
2743
|
+
|
|
2744
|
+
Field Name Writable
|
|
2745
|
+
---------- --------
|
|
2746
|
+
CorrectionActive boolean
|
|
2747
|
+
CorrectionAmount real
|
|
2748
|
+
CorrectionMasks CorrectionMask Struct+
|
|
2749
|
+
CorrectionSyncID string
|
|
2750
|
+
LocalCorrectedDepth real
|
|
2751
|
+
LocalCurveRefineSaturation real
|
|
2752
|
+
What string
|
|
2753
|
+
|
|
2754
|
+
=head3 XMP DepthMapInfo Struct
|
|
2755
|
+
|
|
2756
|
+
Field Name Writable
|
|
2757
|
+
---------- --------
|
|
2758
|
+
BaseHighlightGuideInputDigest string
|
|
2759
|
+
BaseHighlightGuideTable string
|
|
2760
|
+
BaseHighlightGuideVersion string
|
|
2761
|
+
BaseLayeredDepthInputDigest string
|
|
2762
|
+
BaseLayeredDepthTable string
|
|
2763
|
+
BaseLayeredDepthVersion string
|
|
2764
|
+
BaseRawDepthInputDigest string
|
|
2765
|
+
BaseRawDepthTable string
|
|
2766
|
+
BaseRawDepthVersion string
|
|
2767
|
+
DepthSource string
|
|
2768
|
+
|
|
2769
|
+
=head3 XMP LensBlur Struct
|
|
2770
|
+
|
|
2771
|
+
Field Name Writable
|
|
2772
|
+
---------- --------
|
|
2773
|
+
Active boolean
|
|
2774
|
+
BlurAmount real
|
|
2775
|
+
BokehAspect real
|
|
2776
|
+
BokehRotation real
|
|
2777
|
+
BokehShape real
|
|
2778
|
+
BokehShapeDetail real
|
|
2779
|
+
CatEyeAmount real
|
|
2780
|
+
CatEyeScale real
|
|
2781
|
+
FocalRange string
|
|
2782
|
+
FocalRangeSource real
|
|
2783
|
+
HighlightsBoost real
|
|
2784
|
+
HighlightsThreshold real
|
|
2785
|
+
SampledArea string
|
|
2786
|
+
SampledRange string
|
|
2787
|
+
SphericalAberration real
|
|
2788
|
+
SubjectRange string
|
|
2789
|
+
Version string
|
|
2790
|
+
|
|
2600
2791
|
=head3 XMP Look Struct
|
|
2601
2792
|
|
|
2602
2793
|
Field Name Writable
|
|
@@ -2619,8 +2810,10 @@ Called CorrectionRangeMask by the spec.
|
|
|
2619
2810
|
CameraProfile string
|
|
2620
2811
|
Clarity2012 string
|
|
2621
2812
|
ConvertToGrayscale string
|
|
2813
|
+
Highlights2012 string
|
|
2622
2814
|
LookTable string
|
|
2623
2815
|
ProcessVersion string
|
|
2816
|
+
Shadows2012 string
|
|
2624
2817
|
ToneCurvePV2012 string+
|
|
2625
2818
|
ToneCurvePV2012Blue string+
|
|
2626
2819
|
ToneCurvePV2012Green string+
|
|
@@ -2931,6 +3124,121 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
2931
3124
|
DefringePurpleHueHi integer
|
|
2932
3125
|
DefringePurpleHueLo integer
|
|
2933
3126
|
Dehaze real
|
|
3127
|
+
DepthBasedCorrections DepthBasedCorr Struct+
|
|
3128
|
+
DepthBasedCorrCorrectionActive boolean_+
|
|
3129
|
+
DepthBasedCorrCorrectionAmount real_+
|
|
3130
|
+
DepthBasedCorrMask CorrectionMask Struct_+
|
|
3131
|
+
DepthBasedCorrMaskAlpha real_
|
|
3132
|
+
DepthBasedCorrMaskAngle real_
|
|
3133
|
+
DepthBasedCorrMaskBottom real_
|
|
3134
|
+
DepthBasedCorrMaskCenterValue real_
|
|
3135
|
+
DepthBasedCorrMaskCenterWeight real_
|
|
3136
|
+
DepthBasedCorrMaskRange CorrRangeMask Struct_+
|
|
3137
|
+
DepthBasedCorrMaskRangeAreaModels AreaModels Struct_+
|
|
3138
|
+
DepthBasedCorrMaskRangeAreaModelsComponents string_+
|
|
3139
|
+
DepthBasedCorrMaskRangeAreaModelsColorSampleInfo string_+
|
|
3140
|
+
DepthBasedCorrMaskRangeColorAmount real_+
|
|
3141
|
+
DepthBasedCorrMaskRangeDepthFeather real_+
|
|
3142
|
+
DepthBasedCorrMaskRangeDepthMax real_+
|
|
3143
|
+
DepthBasedCorrMaskRangeDepthMin real_+
|
|
3144
|
+
DepthBasedCorrMaskRangeInvert boolean_+
|
|
3145
|
+
DepthBasedCorrMaskRangeLumFeather real_+
|
|
3146
|
+
DepthBasedCorrMaskRangeLuminanceDepthSampleInfo string_+
|
|
3147
|
+
DepthBasedCorrMaskRangeLumMax real_+
|
|
3148
|
+
DepthBasedCorrMaskRangeLumMin real_+
|
|
3149
|
+
DepthBasedCorrMaskRangeLumRange string_+
|
|
3150
|
+
DepthBasedCorrMaskRangeSampleType integer_+
|
|
3151
|
+
DepthBasedCorrMaskRangeType string_+
|
|
3152
|
+
DepthBasedCorrMaskRangeVersion string_+
|
|
3153
|
+
DepthBasedCorrMaskDabs string_+
|
|
3154
|
+
DepthBasedCorrMaskFeather real_
|
|
3155
|
+
DepthBasedCorrMaskFlipped boolean_
|
|
3156
|
+
DepthBasedCorrMaskFlow real_
|
|
3157
|
+
DepthBasedCorrMaskFullX real_
|
|
3158
|
+
DepthBasedCorrMaskFullY real_
|
|
3159
|
+
DepthBasedCorrMaskInputDigest string_
|
|
3160
|
+
DepthBasedCorrMaskLeft real_
|
|
3161
|
+
DepthBasedCorrMaskMaskActive boolean_
|
|
3162
|
+
DepthBasedCorrMaskMaskBlendMode integer_
|
|
3163
|
+
DepthBasedCorrMaskMaskDigest string_
|
|
3164
|
+
DepthBasedCorrMaskMaskInverted boolean_
|
|
3165
|
+
DepthBasedCorrMaskMaskName string_
|
|
3166
|
+
DepthBasedCorrMaskMasks CorrectionMask Struct_+
|
|
3167
|
+
DepthBasedCorrMaskMasksAlpha real_
|
|
3168
|
+
DepthBasedCorrMaskMasksAngle real_
|
|
3169
|
+
DepthBasedCorrMaskMasksBottom real_
|
|
3170
|
+
DepthBasedCorrMaskMasksCenterValue real_
|
|
3171
|
+
DepthBasedCorrMaskMasksCenterWeight real_
|
|
3172
|
+
DepthBasedCorrMaskMasksDabs string_+
|
|
3173
|
+
DepthBasedCorrMaskMasksFeather real_
|
|
3174
|
+
DepthBasedCorrMaskMasksFlipped boolean_
|
|
3175
|
+
DepthBasedCorrMaskMasksFlow real_
|
|
3176
|
+
DepthBasedCorrMaskMasksFullX real_
|
|
3177
|
+
DepthBasedCorrMaskMasksFullY real_
|
|
3178
|
+
DepthBasedCorrMaskMasksInputDigest string_
|
|
3179
|
+
DepthBasedCorrMaskMasksLeft real_
|
|
3180
|
+
DepthBasedCorrMaskMasksMaskActive boolean_
|
|
3181
|
+
DepthBasedCorrMaskMasksMaskBlendMode integer_
|
|
3182
|
+
DepthBasedCorrMaskMasksMaskDigest string_
|
|
3183
|
+
DepthBasedCorrMaskMasksMaskInverted boolean_
|
|
3184
|
+
DepthBasedCorrMaskMasksMaskName string_
|
|
3185
|
+
DepthBasedCorrMaskMasksMaskSubType string_
|
|
3186
|
+
DepthBasedCorrMaskMasksMaskSyncID string_
|
|
3187
|
+
DepthBasedCorrMaskMasksValue real_
|
|
3188
|
+
DepthBasedCorrMaskMasksMaskVersion string_
|
|
3189
|
+
DepthBasedCorrMaskMasksMidpoint real_
|
|
3190
|
+
DepthBasedCorrMaskMasksOrigin string_
|
|
3191
|
+
DepthBasedCorrMaskMasksPerimeterValue real_
|
|
3192
|
+
DepthBasedCorrMaskMasksRadius real_
|
|
3193
|
+
DepthBasedCorrMaskMasksReferencePoint string_
|
|
3194
|
+
DepthBasedCorrMaskMasksRight real_
|
|
3195
|
+
DepthBasedCorrMaskMasksRoundness real_
|
|
3196
|
+
DepthBasedCorrMaskMasksSizeX real_
|
|
3197
|
+
DepthBasedCorrMaskMasksSizeY real_
|
|
3198
|
+
DepthBasedCorrMaskMasksTop real_
|
|
3199
|
+
DepthBasedCorrMaskMaskSubType string_
|
|
3200
|
+
DepthBasedCorrMaskMasksVersion integer_
|
|
3201
|
+
DepthBasedCorrMaskMasksWhat string_
|
|
3202
|
+
DepthBasedCorrMaskMasksWholeImageArea string_
|
|
3203
|
+
DepthBasedCorrMaskMasksX real_
|
|
3204
|
+
DepthBasedCorrMaskMasksY real_
|
|
3205
|
+
DepthBasedCorrMaskMaskSyncID string_
|
|
3206
|
+
DepthBasedCorrMaskMasksZeroX real_
|
|
3207
|
+
DepthBasedCorrMaskMasksZeroY real_
|
|
3208
|
+
DepthBasedCorrMaskValue real_
|
|
3209
|
+
DepthBasedCorrMaskMaskVersion string_
|
|
3210
|
+
DepthBasedCorrMaskMidpoint real_
|
|
3211
|
+
DepthBasedCorrMaskOrigin string_
|
|
3212
|
+
DepthBasedCorrMaskPerimeterValue real_
|
|
3213
|
+
DepthBasedCorrMaskRadius real_
|
|
3214
|
+
DepthBasedCorrMaskReferencePoint string_
|
|
3215
|
+
DepthBasedCorrMaskRight real_
|
|
3216
|
+
DepthBasedCorrMaskRoundness real_
|
|
3217
|
+
DepthBasedCorrMaskSizeX real_
|
|
3218
|
+
DepthBasedCorrMaskSizeY real_
|
|
3219
|
+
DepthBasedCorrMaskTop real_
|
|
3220
|
+
DepthBasedCorrMaskVersion integer_
|
|
3221
|
+
DepthBasedCorrMaskWhat string_
|
|
3222
|
+
DepthBasedCorrMaskWholeImageArea string_
|
|
3223
|
+
DepthBasedCorrMaskX real_
|
|
3224
|
+
DepthBasedCorrMaskY real_
|
|
3225
|
+
DepthBasedCorrMaskZeroX real_
|
|
3226
|
+
DepthBasedCorrMaskZeroY real_
|
|
3227
|
+
DepthBasedCorrCorrectionSyncID string_+
|
|
3228
|
+
DepthBasedCorrLocalCorrectedDepth real_+
|
|
3229
|
+
DepthBasedCorrLocalCurveRefineSaturation real_+
|
|
3230
|
+
DepthBasedCorrWhat string_+
|
|
3231
|
+
DepthMapInfo DepthMapInfo Struct
|
|
3232
|
+
DepthMapInfoBaseHighlightGuideInputDigest string_
|
|
3233
|
+
DepthMapInfoBaseHighlightGuideTable string_
|
|
3234
|
+
DepthMapInfoBaseHighlightGuideVersion string_
|
|
3235
|
+
DepthMapInfoBaseLayeredDepthInputDigest string_
|
|
3236
|
+
DepthMapInfoBaseLayeredDepthTable string_
|
|
3237
|
+
DepthMapInfoBaseLayeredDepthVersion string_
|
|
3238
|
+
DepthMapInfoBaseRawDepthInputDigest string_
|
|
3239
|
+
DepthMapInfoBaseRawDepthTable string_
|
|
3240
|
+
DepthMapInfoBaseRawDepthVersion string_
|
|
3241
|
+
DepthMapInfoDepthSource string_
|
|
2934
3242
|
Description lang-alt/
|
|
2935
3243
|
DNGIgnoreSidecars boolean
|
|
2936
3244
|
Exposure real
|
|
@@ -3111,6 +3419,24 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
3111
3419
|
IncrementalTemperature integer
|
|
3112
3420
|
IncrementalTint integer
|
|
3113
3421
|
JPEGHandling string
|
|
3422
|
+
LensBlur LensBlur Struct
|
|
3423
|
+
LensBlurActive boolean_
|
|
3424
|
+
LensBlurAmount real_
|
|
3425
|
+
LensBlurBokehAspect real_
|
|
3426
|
+
LensBlurBokehRotation real_
|
|
3427
|
+
LensBlurBokehShape real_
|
|
3428
|
+
LensBlurBokehShapeDetail real_
|
|
3429
|
+
LensBlurCatEyeAmount real_
|
|
3430
|
+
LensBlurCatEyeScale real_
|
|
3431
|
+
LensBlurFocalRange string_
|
|
3432
|
+
LensBlurFocalRangeSource real_
|
|
3433
|
+
LensBlurHighlightsBoost real_
|
|
3434
|
+
LensBlurHighlightsThreshold real_
|
|
3435
|
+
LensBlurSampledArea string_
|
|
3436
|
+
LensBlurSampledRange string_
|
|
3437
|
+
LensBlurSphericalAberration real_
|
|
3438
|
+
LensBlurSubjectRange string_
|
|
3439
|
+
LensBlurVersion string_
|
|
3114
3440
|
LensManualDistortionAmount integer
|
|
3115
3441
|
LensProfileChromaticAberrationScale integer
|
|
3116
3442
|
LensProfileDigest string
|
|
@@ -3139,8 +3465,10 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
3139
3465
|
LookParametersCameraProfile string_
|
|
3140
3466
|
LookParametersClarity2012 string_
|
|
3141
3467
|
LookParametersConvertToGrayscale string_
|
|
3468
|
+
LookParametersHighlights2012 string_
|
|
3142
3469
|
LookParametersLookTable string_
|
|
3143
3470
|
LookParametersProcessVersion string_
|
|
3471
|
+
LookParametersShadows2012 string_
|
|
3144
3472
|
LookParametersToneCurvePV2012 string_+
|
|
3145
3473
|
LookParametersToneCurvePV2012Blue string_+
|
|
3146
3474
|
LookParametersToneCurvePV2012Green string_+
|
|
@@ -4328,6 +4656,7 @@ These tags belong to the ExifTool XMP-GCamera family 1 group.
|
|
|
4328
4656
|
BurstPrimary string
|
|
4329
4657
|
DisableAutoCreation string+
|
|
4330
4658
|
HDRPMakerNote string
|
|
4659
|
+
HdrPlusMakernote string
|
|
4331
4660
|
MicroVideo integer
|
|
4332
4661
|
MicroVideoOffset integer
|
|
4333
4662
|
MicroVideoPresentationTimestampUs integer
|
|
@@ -5557,7 +5886,7 @@ These tags belong to the ExifTool XMP-prism family 1 group.
|
|
|
5557
5886
|
|
|
5558
5887
|
PRISM Rights Language 2.1 namespace tags. These tags have been deprecated
|
|
5559
5888
|
since the release of the PRISM Usage Rights 3.0. (see
|
|
5560
|
-
L<
|
|
5889
|
+
L<https://www.w3.org/submissions/2020/SUBM-prism-20200910/prism-image.html>)
|
|
5561
5890
|
|
|
5562
5891
|
These tags belong to the ExifTool XMP-prl family 1 group.
|
|
5563
5892
|
|
|
@@ -6570,12 +6899,13 @@ GeoTiffAsciiParams.
|
|
|
6570
6899
|
|
|
6571
6900
|
=head3 PLUS XMP Tags
|
|
6572
6901
|
|
|
6573
|
-
PLUS (Picture Licensing Universal System) License Data Format
|
|
6902
|
+
PLUS (Picture Licensing Universal System) License Data Format 2.0.1 XMP
|
|
6574
6903
|
tags. Note that all controlled-vocabulary tags in this table (ie. tags with
|
|
6575
6904
|
a fixed set of values) have raw values which begin with
|
|
6576
6905
|
"http://ns.useplus.org/ldf/vocab/", but to reduce clutter this prefix has
|
|
6577
|
-
been removed from the values shown below
|
|
6578
|
-
the
|
|
6906
|
+
been removed from the values shown below, and from the values read and
|
|
6907
|
+
written with the -n option. See L<http://ns.useplus.org/> for the complete
|
|
6908
|
+
specification.
|
|
6579
6909
|
|
|
6580
6910
|
These tags belong to the ExifTool XMP-plus family 1 group.
|
|
6581
6911
|
|
|
@@ -6599,6 +6929,7 @@ These tags belong to the ExifTool XMP-plus family 1 group.
|
|
|
6599
6929
|
Custom7 lang-alt+
|
|
6600
6930
|
Custom8 lang-alt+
|
|
6601
6931
|
Custom9 lang-alt+
|
|
6932
|
+
DataMining string
|
|
6602
6933
|
EndUser EndUser Struct+
|
|
6603
6934
|
EndUserID string_+
|
|
6604
6935
|
EndUserName string_+
|
|
@@ -7188,7 +7519,7 @@ Tags extracted from the maker notes of iPhone images.
|
|
|
7188
7519
|
0x000c FocusDistanceRange rational64s[2]
|
|
7189
7520
|
0x000f OISMode int32s
|
|
7190
7521
|
0x0011 ContentIdentifier string
|
|
7191
|
-
0x0014 ImageCaptureType
|
|
7522
|
+
0x0014 ImageCaptureType int32s
|
|
7192
7523
|
0x0015 ImageUniqueID string
|
|
7193
7524
|
0x0017 LivePhotoVideoIndex yes
|
|
7194
7525
|
0x0019 ImageProcessingFlags? int32s
|
|
@@ -7479,6 +7810,7 @@ Unknown only to reduce the volume of the normal output.
|
|
|
7479
7810
|
CanonCameraInfo1000D Canon CameraInfo1000D
|
|
7480
7811
|
CanonCameraInfo1100D Canon CameraInfo600D
|
|
7481
7812
|
CanonCameraInfo1200D Canon CameraInfo60D
|
|
7813
|
+
CanonCameraInfoR6 Canon CameraInfoR6
|
|
7482
7814
|
CanonCameraInfoPowerShot Canon CameraInfoPowerShot
|
|
7483
7815
|
CanonCameraInfoPowerShot2 Canon CameraInfoPowerShot2
|
|
7484
7816
|
CanonCameraInfoUnknown32 Canon CameraInfoUnknown32
|
|
@@ -7516,6 +7848,7 @@ Unknown only to reduce the volume of the normal output.
|
|
|
7516
7848
|
0x0038 BatteryType undef
|
|
7517
7849
|
0x003c AFInfo3 Canon AFInfo2
|
|
7518
7850
|
0x0081 RawDataOffset no
|
|
7851
|
+
0x0082 RawDataLength no
|
|
7519
7852
|
0x0083 OriginalDecisionDataOffset int32u*
|
|
7520
7853
|
0x0090 CustomFunctions1D CanonCustom Functions1D
|
|
7521
7854
|
0x0091 PersonalFunctions CanonCustom PersonalFuncs
|
|
@@ -8462,6 +8795,14 @@ CameraInfo tags for the EOS 1000D.
|
|
|
8462
8795
|
615 PictureStyleInfo Canon PSInfo
|
|
8463
8796
|
2359 LensModel string[64]
|
|
8464
8797
|
|
|
8798
|
+
=head3 Canon CameraInfoR6 Tags
|
|
8799
|
+
|
|
8800
|
+
CameraInfo tags for the EOS R6.
|
|
8801
|
+
|
|
8802
|
+
Index1 Tag Name Writable
|
|
8803
|
+
------ -------- --------
|
|
8804
|
+
2801 ShutterCount int32u
|
|
8805
|
+
|
|
8465
8806
|
=head3 Canon CameraInfoPowerShot Tags
|
|
8466
8807
|
|
|
8467
8808
|
CameraInfo tags for PowerShot models such as the A450, A460, A550, A560,
|
|
@@ -13764,6 +14105,7 @@ DiMAGE X and Xt.
|
|
|
13764
14105
|
0x003d BlackLevel int16u[4]
|
|
13765
14106
|
0x003e ImageSizeRAW yes
|
|
13766
14107
|
0x003f WhiteBalanceFineTune rational64s[2]
|
|
14108
|
+
0x0044 JPGCompression yes
|
|
13767
14109
|
0x0045 CropArea int16u[4]
|
|
13768
14110
|
0x004e NikonSettings NikonSettings
|
|
13769
14111
|
0x004f ColorTemperatureAuto int16u
|
|
@@ -14281,6 +14623,7 @@ firmware 1.00 and earlier.
|
|
|
14281
14623
|
16 ImageArea int8u
|
|
14282
14624
|
545 ISO2 int8u
|
|
14283
14625
|
578 ShutterCount int32u
|
|
14626
|
+
671.1 JPGCompression int8u & 0x40
|
|
14284
14627
|
718 CustomSettingsD3S NikonCustom SettingsD3
|
|
14285
14628
|
|
|
14286
14629
|
=head3 Nikon ShotInfoD300a Tags
|
|
@@ -14664,7 +15007,7 @@ These tags are extracted from encrypted data in images from the Z7II.
|
|
|
14664
15007
|
|
|
14665
15008
|
=head3 Nikon MenuSettingsZ7II Tags
|
|
14666
15009
|
|
|
14667
|
-
These tags are used by the Z5, Z6, Z7, Z6II, Z7II, Z50 and
|
|
15010
|
+
These tags are used by the Z5, Z6, Z7, Z6II, Z7II, Z50, Zfc and Zf.
|
|
14668
15011
|
|
|
14669
15012
|
Index1 Tag Name Writable
|
|
14670
15013
|
------ -------- --------
|
|
@@ -18310,7 +18653,7 @@ These tags are used in Panasonic/Leica cameras.
|
|
|
18310
18653
|
0x006d City undef
|
|
18311
18654
|
0x006f Landmark undef
|
|
18312
18655
|
0x0070 IntelligentResolution int8u
|
|
18313
|
-
0x0076
|
|
18656
|
+
0x0076 MergedImages int16u
|
|
18314
18657
|
0x0077 BurstSpeed int16u
|
|
18315
18658
|
0x0079 IntelligentD-Range int16u
|
|
18316
18659
|
0x007c ClearRetouch int16u
|
|
@@ -21400,7 +21743,7 @@ Valid from July 2020 for ILCE-1/7SM3, ILME-FX3.
|
|
|
21400
21743
|
|
|
21401
21744
|
=head3 Sony Tag9050d Tags
|
|
21402
21745
|
|
|
21403
|
-
Valid for ILCE-6700/ZV-E1.
|
|
21746
|
+
Valid for ILCE-6700/7CM2/7CR/ZV-E1.
|
|
21404
21747
|
|
|
21405
21748
|
Index1 Tag Name Writable
|
|
21406
21749
|
------ -------- --------
|
|
@@ -21808,7 +22151,7 @@ E-mount models.
|
|
|
21808
22151
|
|
|
21809
22152
|
=head3 Sony Tag9416 Tags
|
|
21810
22153
|
|
|
21811
|
-
Valid for the ILCE-1/6700/7M4/7RM5/7SM3, ILME-FX3/FX30, ZV-E1.
|
|
22154
|
+
Valid for the ILCE-1/6700/7CM2/7CR/7M4/7RM5/7SM3, ILME-FX3/FX30, ZV-E1.
|
|
21812
22155
|
|
|
21813
22156
|
Index1 Tag Name Writable
|
|
21814
22157
|
------ -------- --------
|
|
@@ -21820,7 +22163,9 @@ Valid for the ILCE-1/6700/7M4/7RM5/7SM3, ILME-FX3/FX30, ZV-E1.
|
|
|
21820
22163
|
16 SonyFNumber2 no
|
|
21821
22164
|
18 SonyMaxApertureValue no
|
|
21822
22165
|
29 SequenceImageNumber no
|
|
22166
|
+
43 ReleaseMode2 no
|
|
21823
22167
|
53 ExposureProgram no
|
|
22168
|
+
55 CreativeStyle no
|
|
21824
22169
|
72 LensMount no
|
|
21825
22170
|
73 LensFormat no
|
|
21826
22171
|
74 LensMount no
|
|
@@ -22239,6 +22584,51 @@ information.
|
|
|
22239
22584
|
0x0006 OriginalTHMFileType no
|
|
22240
22585
|
0x0007 OriginalTHMCreator no
|
|
22241
22586
|
|
|
22587
|
+
=head3 DNG ImageSeq Tags
|
|
22588
|
+
|
|
22589
|
+
Index1 Tag Name Writable
|
|
22590
|
+
------ -------- --------
|
|
22591
|
+
0 SeqID no
|
|
22592
|
+
1 SeqType no
|
|
22593
|
+
2 SeqFrameInfo no
|
|
22594
|
+
3 SeqIndex no
|
|
22595
|
+
7 SeqCount no
|
|
22596
|
+
11 SeqFinal no
|
|
22597
|
+
|
|
22598
|
+
=head3 DNG ProfileDynamicRange Tags
|
|
22599
|
+
|
|
22600
|
+
Index1 Tag Name Writable
|
|
22601
|
+
------ -------- --------
|
|
22602
|
+
0 PDRVersion no
|
|
22603
|
+
2 DynamicRange no
|
|
22604
|
+
4 HintMaxOutputValue no
|
|
22605
|
+
|
|
22606
|
+
=head2 PLIST Tags
|
|
22607
|
+
|
|
22608
|
+
Apple Property List tags. ExifTool reads both XML and binary-format PLIST
|
|
22609
|
+
files, and will extract any existing tags even if they aren't listed below.
|
|
22610
|
+
These tags belong to the family 0 "PLIST" group, but family 1 group may be
|
|
22611
|
+
either "XML" or "PLIST" depending on whether the format is XML or binary.
|
|
22612
|
+
|
|
22613
|
+
Tag ID Tag Name Writable
|
|
22614
|
+
------ -------- --------
|
|
22615
|
+
'MetaDataList//DateTimeOriginal'
|
|
22616
|
+
DateTimeOriginal no
|
|
22617
|
+
'MetaDataList//Duration' Duration no
|
|
22618
|
+
'MetaDataList//Geolocation/Latitude'
|
|
22619
|
+
GPSLatitude no
|
|
22620
|
+
'MetaDataList//Geolocation/Longitude'
|
|
22621
|
+
GPSLongitude no
|
|
22622
|
+
'MetaDataList//Geolocation/MapDatum'
|
|
22623
|
+
GPSMapDatum no
|
|
22624
|
+
'XMLFileType' XMLFileType no
|
|
22625
|
+
'cast//name' Cast no+
|
|
22626
|
+
'codirectors//name' Codirectors no+
|
|
22627
|
+
'directors//name' Directors no+
|
|
22628
|
+
'producers//name' Producers no+
|
|
22629
|
+
'screenwriters//name' Screenwriters no+
|
|
22630
|
+
'studio//name' Studio no+
|
|
22631
|
+
|
|
22242
22632
|
=head2 CanonRaw Tags
|
|
22243
22633
|
|
|
22244
22634
|
These tags apply to CRW-format Canon RAW files and information in the APP0
|
|
@@ -24937,32 +25327,6 @@ metadata. As well as these tags, ExifTool will read any existing tags.
|
|
|
24937
25327
|
ThumbnailURL no
|
|
24938
25328
|
Title no
|
|
24939
25329
|
|
|
24940
|
-
=head2 PLIST Tags
|
|
24941
|
-
|
|
24942
|
-
Apple Property List tags. ExifTool reads both XML and binary-format PLIST
|
|
24943
|
-
files, and will extract any existing tags even if they aren't listed below.
|
|
24944
|
-
These tags belong to the family 0 "PLIST" group, but family 1 group may be
|
|
24945
|
-
either "XML" or "PLIST" depending on whether the format is XML or binary.
|
|
24946
|
-
|
|
24947
|
-
Tag ID Tag Name Writable
|
|
24948
|
-
------ -------- --------
|
|
24949
|
-
'MetaDataList//DateTimeOriginal'
|
|
24950
|
-
DateTimeOriginal no
|
|
24951
|
-
'MetaDataList//Duration' Duration no
|
|
24952
|
-
'MetaDataList//Geolocation/Latitude'
|
|
24953
|
-
GPSLatitude no
|
|
24954
|
-
'MetaDataList//Geolocation/Longitude'
|
|
24955
|
-
GPSLongitude no
|
|
24956
|
-
'MetaDataList//Geolocation/MapDatum'
|
|
24957
|
-
GPSMapDatum no
|
|
24958
|
-
'XMLFileType' XMLFileType no
|
|
24959
|
-
'cast//name' Cast no+
|
|
24960
|
-
'codirectors//name' Codirectors no+
|
|
24961
|
-
'directors//name' Directors no+
|
|
24962
|
-
'producers//name' Producers no+
|
|
24963
|
-
'screenwriters//name' Screenwriters no+
|
|
24964
|
-
'studio//name' Studio no+
|
|
24965
|
-
|
|
24966
25330
|
=head2 APP12 Tags
|
|
24967
25331
|
|
|
24968
25332
|
=head3 APP12 PictureInfo Tags
|
|
@@ -25614,6 +25978,7 @@ These tags belong to the ExifTool XMP-photomech family 1 group.
|
|
|
25614
25978
|
-------- --------
|
|
25615
25979
|
ColorClass integer
|
|
25616
25980
|
CountryCode string/
|
|
25981
|
+
CreatorIdentity string+
|
|
25617
25982
|
EditStatus string
|
|
25618
25983
|
PMVersion string
|
|
25619
25984
|
Prefs string
|
|
@@ -29103,6 +29468,7 @@ QuickTimeHandler option may be set to 0 to avoid this.
|
|
|
29103
29468
|
'itnu' iTunesU int8s
|
|
29104
29469
|
'keyw' Keyword string
|
|
29105
29470
|
'ldes' LongDescription string
|
|
29471
|
+
'ownr' Owner string
|
|
29106
29472
|
'pcst' Podcast int8s
|
|
29107
29473
|
'perf' Performer string
|
|
29108
29474
|
'pgap' PlayGap int8s
|
|
@@ -29131,6 +29497,7 @@ QuickTimeHandler option may be set to 0 to avoid this.
|
|
|
29131
29497
|
'tvnn' TVNetworkName string
|
|
29132
29498
|
'tvsh' TVShow string
|
|
29133
29499
|
'tvsn' TVSeason int32u
|
|
29500
|
+
'xid ' ISRC string
|
|
29134
29501
|
'yrrc' Year string
|
|
29135
29502
|
"\xa9ART" Artist string
|
|
29136
29503
|
"\xa9alb" Album string
|
|
@@ -29288,6 +29655,7 @@ and are not currently writable.
|
|
|
29288
29655
|
4 ColorPrimaries no
|
|
29289
29656
|
6 TransferCharacteristics no
|
|
29290
29657
|
8 MatrixCoefficients no
|
|
29658
|
+
10 VideoFullRangeFlag no
|
|
29291
29659
|
|
|
29292
29660
|
=head3 QuickTime HEVCConfig Tags
|
|
29293
29661
|
|
|
@@ -30279,6 +30647,7 @@ metadata to WEBP images, but can't yet write to other RIFF-based formats.
|
|
|
30279
30647
|
'VP8 ' VP8Bitstream RIFF VP8
|
|
30280
30648
|
'VP8L' VP8L RIFF VP8L
|
|
30281
30649
|
'VP8X' VP8X RIFF VP8X
|
|
30650
|
+
"XMP\0" XMP XMP
|
|
30282
30651
|
'XMP ' XMP XMP
|
|
30283
30652
|
'_PMX' XMP XMP
|
|
30284
30653
|
'aXML' AXML XMP XML
|
|
@@ -37533,6 +37902,53 @@ L<https://fits.gsfc.nasa.gov/fits_standard.html> for the specification.
|
|
|
37533
37902
|
'TIME-END' ObservationTimeEnd no
|
|
37534
37903
|
'TIME-OBS' ObservationTime no
|
|
37535
37904
|
|
|
37905
|
+
=head2 XISF Tags
|
|
37906
|
+
|
|
37907
|
+
This table lists some standard Extensible Image Serialization Format (XISF)
|
|
37908
|
+
tags, but ExifTool will extract any other tags found. See
|
|
37909
|
+
L<https://pixinsight.com/xisf/> for the specification.
|
|
37910
|
+
|
|
37911
|
+
Tag ID Tag Name Writable
|
|
37912
|
+
------ -------- --------
|
|
37913
|
+
'Abstract' Abstract no
|
|
37914
|
+
'AccessRights' AccessRights no
|
|
37915
|
+
'Authors' Authors no
|
|
37916
|
+
'BibliographicReferences'
|
|
37917
|
+
BibliographicReferences no
|
|
37918
|
+
'BriefDescription' BriefDescription no
|
|
37919
|
+
'CompressionCodecs' CompressionCodecs no
|
|
37920
|
+
'CompressionLevel' CompressionLevel no
|
|
37921
|
+
'Contributors' Contributors no
|
|
37922
|
+
'Copyright' Copyright no
|
|
37923
|
+
'CreationTime' CreateDate no
|
|
37924
|
+
'CreatorApplication' CreatorApplication no
|
|
37925
|
+
'CreatorModule' CreatorModule no
|
|
37926
|
+
'CreatorOS' CreatorOS no
|
|
37927
|
+
'Description' Description no
|
|
37928
|
+
'ImageBounds' ImageBounds no
|
|
37929
|
+
'ImageColorSpace' ColorSpace no
|
|
37930
|
+
'ImageData' ImageData no
|
|
37931
|
+
'ImageGeometry' ImageGeometry no
|
|
37932
|
+
'ImageICCProfile' ICC_Profile no
|
|
37933
|
+
'ImageICCProfileLocation' ICCProfileLocation no
|
|
37934
|
+
'ImageId' ImageID no
|
|
37935
|
+
'ImageImageType' ImageType no
|
|
37936
|
+
'ImageLocation' ImageLocation no
|
|
37937
|
+
'ImageOffset' ImagePixelOffset no
|
|
37938
|
+
'ImageOrientation' Orientation no
|
|
37939
|
+
'ImagePixelStorage' ImagePixelStorage no
|
|
37940
|
+
'ImageResolutionHorizontal' XResolution no
|
|
37941
|
+
'ImageResolutionUnit' ResolutionUnit no
|
|
37942
|
+
'ImageResolutionVertical' YResolution no
|
|
37943
|
+
'ImageSampleFormat' ImageSampleFormat no
|
|
37944
|
+
'ImageUuid' UUID no
|
|
37945
|
+
'Keywords' Keywords no
|
|
37946
|
+
'Languages' Languages no
|
|
37947
|
+
'License' License no
|
|
37948
|
+
'OriginalCreationTime' DateTimeOriginal no
|
|
37949
|
+
'RelatedResources' RelatedResources no
|
|
37950
|
+
'Title' Title no
|
|
37951
|
+
|
|
37536
37952
|
=head2 HTML Tags
|
|
37537
37953
|
|
|
37538
37954
|
Meta information extracted from the header of HTML and XHTML files. This is
|
|
@@ -38864,6 +39280,7 @@ FileName.
|
|
|
38864
39280
|
MaxVal File no
|
|
38865
39281
|
NewGUID ExifTool no
|
|
38866
39282
|
Now ExifTool no
|
|
39283
|
+
NumPlanes File no
|
|
38867
39284
|
OtherImage File no
|
|
38868
39285
|
PageCount File no
|
|
38869
39286
|
PreviewImage File yes
|