exiftool-vendored.exe 12.67.0 → 12.70.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/exiftool_files/Changes +79 -10
- package/bin/exiftool_files/README +7 -7
- package/bin/exiftool_files/exiftool.pl +37 -31
- package/bin/exiftool_files/lib/Image/ExifTool/CBOR.pm +18 -2
- package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +87 -16
- package/bin/exiftool_files/lib/Image/ExifTool/DJI.pm +3 -2
- package/bin/exiftool_files/lib/Image/ExifTool/DNG.pm +25 -2
- package/bin/exiftool_files/lib/Image/ExifTool/EXE.pm +54 -6
- package/bin/exiftool_files/lib/Image/ExifTool/Exif.pm +175 -14
- package/bin/exiftool_files/lib/Image/ExifTool/FujiFilm.pm +158 -20
- package/bin/exiftool_files/lib/Image/ExifTool/GIF.pm +5 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Geotag.pm +16 -11
- package/bin/exiftool_files/lib/Image/ExifTool/ID3.pm +70 -7
- package/bin/exiftool_files/lib/Image/ExifTool/InDesign.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/JPEG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Jpeg2000.pm +30 -15
- package/bin/exiftool_files/lib/Image/ExifTool/MakerNotes.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/Nikon.pm +82 -22
- package/bin/exiftool_files/lib/Image/ExifTool/Olympus.pm +7 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PNG.pm +3 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Panasonic.pm +22 -9
- package/bin/exiftool_files/lib/Image/ExifTool/Pentax.pm +6 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PhotoMechanic.pm +2 -1
- package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +92 -55
- package/bin/exiftool_files/lib/Image/ExifTool/README +14 -5
- package/bin/exiftool_files/lib/Image/ExifTool/RIFF.pm +60 -10
- package/bin/exiftool_files/lib/Image/ExifTool/Sony.pm +152 -46
- package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +6955 -6713
- package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +878 -334
- package/bin/exiftool_files/lib/Image/ExifTool/Text.pm +4 -5
- package/bin/exiftool_files/lib/Image/ExifTool/Validate.pm +23 -20
- package/bin/exiftool_files/lib/Image/ExifTool/WriteCanonRaw.pl +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/WriteExif.pl +14 -4
- package/bin/exiftool_files/lib/Image/ExifTool/WriteQuickTime.pl +3 -0
- package/bin/exiftool_files/lib/Image/ExifTool/WriteRIFF.pl +31 -6
- package/bin/exiftool_files/lib/Image/ExifTool/Writer.pl +40 -14
- package/bin/exiftool_files/lib/Image/ExifTool/XISF.pm +185 -0
- package/bin/exiftool_files/lib/Image/ExifTool/XMP.pm +67 -2
- package/bin/exiftool_files/lib/Image/ExifTool/XMP2.pl +35 -0
- package/bin/exiftool_files/lib/Image/ExifTool.pm +92 -45
- package/bin/exiftool_files/lib/Image/ExifTool.pod +14 -8
- 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
|
|
15
|
+
They contain a total of 27401 tags, with 17199 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
|
|
@@ -490,6 +490,72 @@ for the official EXIF 2.32 specification.
|
|
|
490
490
|
0x4747 XP_DIP_XML - no
|
|
491
491
|
0x4748 StitchInfo - Microsoft Stitch
|
|
492
492
|
0x4749 RatingPercent IFD0 int16u/
|
|
493
|
+
0x5001 ResolutionXUnit - no
|
|
494
|
+
0x5002 ResolutionYUnit - no
|
|
495
|
+
0x5003 ResolutionXLengthUnit - no
|
|
496
|
+
0x5004 ResolutionYLengthUnit - no
|
|
497
|
+
0x5005 PrintFlags - no
|
|
498
|
+
0x5006 PrintFlagsVersion - no
|
|
499
|
+
0x5007 PrintFlagsCrop - no
|
|
500
|
+
0x5008 PrintFlagsBleedWidth - no
|
|
501
|
+
0x5009 PrintFlagsBleedWidthScale - no
|
|
502
|
+
0x500a HalftoneLPI - no
|
|
503
|
+
0x500b HalftoneLPIUnit - no
|
|
504
|
+
0x500c HalftoneDegree - no
|
|
505
|
+
0x500d HalftoneShape - no
|
|
506
|
+
0x500e HalftoneMisc - no
|
|
507
|
+
0x500f HalftoneScreen - no
|
|
508
|
+
0x5010 JPEGQuality - no
|
|
509
|
+
0x5011 GridSize - no
|
|
510
|
+
0x5012 ThumbnailFormat - no
|
|
511
|
+
0x5013 ThumbnailWidth - no
|
|
512
|
+
0x5014 ThumbnailHeight - no
|
|
513
|
+
0x5015 ThumbnailColorDepth - no
|
|
514
|
+
0x5016 ThumbnailPlanes - no
|
|
515
|
+
0x5017 ThumbnailRawBytes - no
|
|
516
|
+
0x5018 ThumbnailLength - no
|
|
517
|
+
0x5019 ThumbnailCompressedSize - no
|
|
518
|
+
0x501a ColorTransferFunction - no
|
|
519
|
+
0x501b ThumbnailData - no
|
|
520
|
+
0x5020 ThumbnailImageWidth - no
|
|
521
|
+
0x5021 ThumbnailImageHeight - no
|
|
522
|
+
0x5022 ThumbnailBitsPerSample - no
|
|
523
|
+
0x5023 ThumbnailCompression - no
|
|
524
|
+
0x5024 ThumbnailPhotometricInterp - no
|
|
525
|
+
0x5025 ThumbnailDescription - no
|
|
526
|
+
0x5026 ThumbnailEquipMake - no
|
|
527
|
+
0x5027 ThumbnailEquipModel - no
|
|
528
|
+
0x5028 ThumbnailStripOffsets - no
|
|
529
|
+
0x5029 ThumbnailOrientation - no
|
|
530
|
+
0x502a ThumbnailSamplesPerPixel - no
|
|
531
|
+
0x502b ThumbnailRowsPerStrip - no
|
|
532
|
+
0x502c ThumbnailStripByteCounts - no
|
|
533
|
+
0x502d ThumbnailResolutionX - no
|
|
534
|
+
0x502e ThumbnailResolutionY - no
|
|
535
|
+
0x502f ThumbnailPlanarConfig - no
|
|
536
|
+
0x5030 ThumbnailResolutionUnit - no
|
|
537
|
+
0x5031 ThumbnailTransferFunction - no
|
|
538
|
+
0x5032 ThumbnailSoftware - no
|
|
539
|
+
0x5033 ThumbnailDateTime - no
|
|
540
|
+
0x5034 ThumbnailArtist - no
|
|
541
|
+
0x5035 ThumbnailWhitePoint - no
|
|
542
|
+
0x5036 ThumbnailPrimaryChromaticities - no
|
|
543
|
+
0x5037 ThumbnailYCbCrCoefficients - no
|
|
544
|
+
0x5038 ThumbnailYCbCrSubsampling - no
|
|
545
|
+
0x5039 ThumbnailYCbCrPositioning - no
|
|
546
|
+
0x503a ThumbnailRefBlackWhite - no
|
|
547
|
+
0x503b ThumbnailCopyright - no
|
|
548
|
+
0x5090 LuminanceTable - no
|
|
549
|
+
0x5091 ChrominanceTable - no
|
|
550
|
+
0x5100 FrameDelay - no
|
|
551
|
+
0x5101 LoopCount - no
|
|
552
|
+
0x5102 GlobalPalette - no
|
|
553
|
+
0x5103 IndexBackground - no
|
|
554
|
+
0x5104 IndexTransparent - no
|
|
555
|
+
0x5110 PixelUnits - no
|
|
556
|
+
0x5111 PixelsPerUnitX - no
|
|
557
|
+
0x5112 PixelsPerUnitY - no
|
|
558
|
+
0x5113 PaletteHistogram - no
|
|
493
559
|
0x7000 SonyRawFileType - no
|
|
494
560
|
0x7010 SonyToneCurve - no
|
|
495
561
|
0x7031 VignettingCorrection SubIFD int16s!
|
|
@@ -838,7 +904,8 @@ for the official EXIF 2.32 specification.
|
|
|
838
904
|
0xc42a OceImageLogic - no
|
|
839
905
|
0xc44f Annotations - no
|
|
840
906
|
0xc4a5 PrintIM IFD0 PrintIM
|
|
841
|
-
|
|
907
|
+
0xc519 HasselbladXML - PLIST
|
|
908
|
+
0xc51b HasselbladExif - EXIF
|
|
842
909
|
0xc573 OriginalFileName - no
|
|
843
910
|
0xc580 USPTOOriginalContentType - no
|
|
844
911
|
0xc5e0 CR2CFAPattern - no
|
|
@@ -969,6 +1036,13 @@ for the official EXIF 2.32 specification.
|
|
|
969
1036
|
0xcd39 ProfileHueSatMapData3 IFD0 float[n]!
|
|
970
1037
|
0xcd3a ReductionMatrix3 IFD0 rational64s[n]!
|
|
971
1038
|
0xcd3b RGBTables IFD0 undef!
|
|
1039
|
+
0xcd40 ProfileGainTableMap2 IFD0 undef!
|
|
1040
|
+
0xcd41 JUMBF - Jpeg2000
|
|
1041
|
+
0xcd43 ColumnInterleaveFactor SubIFD int32u!
|
|
1042
|
+
0xcd44 ImageSequenceInfo IFD0 DNG ImageSeq
|
|
1043
|
+
0xcd46 ImageStats IFD0 undef!
|
|
1044
|
+
0xcd47 ProfileDynamicRange IFD0 DNG ProfileDynamicRange
|
|
1045
|
+
0xcd48 ProfileGroupName IFD0 string!
|
|
972
1046
|
0xea1c Padding ExifIFD undef!
|
|
973
1047
|
0xea1d OffsetSchema ExifIFD int32s!
|
|
974
1048
|
0xfde8 OwnerName ExifIFD string/
|
|
@@ -1739,6 +1813,121 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1739
1813
|
DefringePurpleHueHi integer/
|
|
1740
1814
|
DefringePurpleHueLo integer/
|
|
1741
1815
|
Dehaze real/
|
|
1816
|
+
DepthBasedCorrections DepthBasedCorr Struct+
|
|
1817
|
+
DepthBasedCorrCorrectionActive boolean/_+
|
|
1818
|
+
DepthBasedCorrCorrectionAmount real/_+
|
|
1819
|
+
DepthBasedCorrMask CorrectionMask Struct_+
|
|
1820
|
+
DepthBasedCorrMaskAlpha real/_
|
|
1821
|
+
DepthBasedCorrMaskAngle real/_
|
|
1822
|
+
DepthBasedCorrMaskBottom real/_
|
|
1823
|
+
DepthBasedCorrMaskCenterValue real/_
|
|
1824
|
+
DepthBasedCorrMaskCenterWeight real/_
|
|
1825
|
+
DepthBasedCorrMaskRange CorrRangeMask Struct_+
|
|
1826
|
+
DepthBasedCorrMaskRangeAreaModels AreaModels Struct_+
|
|
1827
|
+
DepthBasedCorrMaskRangeAreaModelsComponents string/_+
|
|
1828
|
+
DepthBasedCorrMaskRangeAreaModelsColorSampleInfo string/_+
|
|
1829
|
+
DepthBasedCorrMaskRangeColorAmount real/_+
|
|
1830
|
+
DepthBasedCorrMaskRangeDepthFeather real/_+
|
|
1831
|
+
DepthBasedCorrMaskRangeDepthMax real/_+
|
|
1832
|
+
DepthBasedCorrMaskRangeDepthMin real/_+
|
|
1833
|
+
DepthBasedCorrMaskRangeInvert boolean/_+
|
|
1834
|
+
DepthBasedCorrMaskRangeLumFeather real/_+
|
|
1835
|
+
DepthBasedCorrMaskRangeLuminanceDepthSampleInfo string/_+
|
|
1836
|
+
DepthBasedCorrMaskRangeLumMax real/_+
|
|
1837
|
+
DepthBasedCorrMaskRangeLumMin real/_+
|
|
1838
|
+
DepthBasedCorrMaskRangeLumRange string/_+
|
|
1839
|
+
DepthBasedCorrMaskRangeSampleType integer/_+
|
|
1840
|
+
DepthBasedCorrMaskRangeType string/_+
|
|
1841
|
+
DepthBasedCorrMaskRangeVersion string/_+
|
|
1842
|
+
DepthBasedCorrMaskDabs string/_+
|
|
1843
|
+
DepthBasedCorrMaskFeather real/_
|
|
1844
|
+
DepthBasedCorrMaskFlipped boolean/_
|
|
1845
|
+
DepthBasedCorrMaskFlow real/_
|
|
1846
|
+
DepthBasedCorrMaskFullX real/_
|
|
1847
|
+
DepthBasedCorrMaskFullY real/_
|
|
1848
|
+
DepthBasedCorrMaskInputDigest string/_
|
|
1849
|
+
DepthBasedCorrMaskLeft real/_
|
|
1850
|
+
DepthBasedCorrMaskMaskActive boolean/_
|
|
1851
|
+
DepthBasedCorrMaskMaskBlendMode integer/_
|
|
1852
|
+
DepthBasedCorrMaskMaskDigest string/_
|
|
1853
|
+
DepthBasedCorrMaskMaskInverted boolean/_
|
|
1854
|
+
DepthBasedCorrMaskMaskName string/_
|
|
1855
|
+
DepthBasedCorrMaskMasks CorrectionMask Struct_+
|
|
1856
|
+
DepthBasedCorrMaskMasksAlpha real/_
|
|
1857
|
+
DepthBasedCorrMaskMasksAngle real/_
|
|
1858
|
+
DepthBasedCorrMaskMasksBottom real/_
|
|
1859
|
+
DepthBasedCorrMaskMasksCenterValue real/_
|
|
1860
|
+
DepthBasedCorrMaskMasksCenterWeight real/_
|
|
1861
|
+
DepthBasedCorrMaskMasksDabs string/_+
|
|
1862
|
+
DepthBasedCorrMaskMasksFeather real/_
|
|
1863
|
+
DepthBasedCorrMaskMasksFlipped boolean/_
|
|
1864
|
+
DepthBasedCorrMaskMasksFlow real/_
|
|
1865
|
+
DepthBasedCorrMaskMasksFullX real/_
|
|
1866
|
+
DepthBasedCorrMaskMasksFullY real/_
|
|
1867
|
+
DepthBasedCorrMaskMasksInputDigest string/_
|
|
1868
|
+
DepthBasedCorrMaskMasksLeft real/_
|
|
1869
|
+
DepthBasedCorrMaskMasksMaskActive boolean/_
|
|
1870
|
+
DepthBasedCorrMaskMasksMaskBlendMode integer/_
|
|
1871
|
+
DepthBasedCorrMaskMasksMaskDigest string/_
|
|
1872
|
+
DepthBasedCorrMaskMasksMaskInverted boolean/_
|
|
1873
|
+
DepthBasedCorrMaskMasksMaskName string/_
|
|
1874
|
+
DepthBasedCorrMaskMasksMaskSubType string/_
|
|
1875
|
+
DepthBasedCorrMaskMasksMaskSyncID string/_
|
|
1876
|
+
DepthBasedCorrMaskMasksValue real/_
|
|
1877
|
+
DepthBasedCorrMaskMasksMaskVersion string/_
|
|
1878
|
+
DepthBasedCorrMaskMasksMidpoint real/_
|
|
1879
|
+
DepthBasedCorrMaskMasksOrigin string/_
|
|
1880
|
+
DepthBasedCorrMaskMasksPerimeterValue real/_
|
|
1881
|
+
DepthBasedCorrMaskMasksRadius real/_
|
|
1882
|
+
DepthBasedCorrMaskMasksReferencePoint string/_
|
|
1883
|
+
DepthBasedCorrMaskMasksRight real/_
|
|
1884
|
+
DepthBasedCorrMaskMasksRoundness real/_
|
|
1885
|
+
DepthBasedCorrMaskMasksSizeX real/_
|
|
1886
|
+
DepthBasedCorrMaskMasksSizeY real/_
|
|
1887
|
+
DepthBasedCorrMaskMasksTop real/_
|
|
1888
|
+
DepthBasedCorrMaskMaskSubType string/_
|
|
1889
|
+
DepthBasedCorrMaskMasksVersion integer/_
|
|
1890
|
+
DepthBasedCorrMaskMasksWhat string/_
|
|
1891
|
+
DepthBasedCorrMaskMasksWholeImageArea string/_
|
|
1892
|
+
DepthBasedCorrMaskMasksX real/_
|
|
1893
|
+
DepthBasedCorrMaskMasksY real/_
|
|
1894
|
+
DepthBasedCorrMaskMaskSyncID string/_
|
|
1895
|
+
DepthBasedCorrMaskMasksZeroX real/_
|
|
1896
|
+
DepthBasedCorrMaskMasksZeroY real/_
|
|
1897
|
+
DepthBasedCorrMaskValue real/_
|
|
1898
|
+
DepthBasedCorrMaskMaskVersion string/_
|
|
1899
|
+
DepthBasedCorrMaskMidpoint real/_
|
|
1900
|
+
DepthBasedCorrMaskOrigin string/_
|
|
1901
|
+
DepthBasedCorrMaskPerimeterValue real/_
|
|
1902
|
+
DepthBasedCorrMaskRadius real/_
|
|
1903
|
+
DepthBasedCorrMaskReferencePoint string/_
|
|
1904
|
+
DepthBasedCorrMaskRight real/_
|
|
1905
|
+
DepthBasedCorrMaskRoundness real/_
|
|
1906
|
+
DepthBasedCorrMaskSizeX real/_
|
|
1907
|
+
DepthBasedCorrMaskSizeY real/_
|
|
1908
|
+
DepthBasedCorrMaskTop real/_
|
|
1909
|
+
DepthBasedCorrMaskVersion integer/_
|
|
1910
|
+
DepthBasedCorrMaskWhat string/_
|
|
1911
|
+
DepthBasedCorrMaskWholeImageArea string/_
|
|
1912
|
+
DepthBasedCorrMaskX real/_
|
|
1913
|
+
DepthBasedCorrMaskY real/_
|
|
1914
|
+
DepthBasedCorrMaskZeroX real/_
|
|
1915
|
+
DepthBasedCorrMaskZeroY real/_
|
|
1916
|
+
DepthBasedCorrCorrectionSyncID string/_+
|
|
1917
|
+
DepthBasedCorrLocalCorrectedDepth real/_+
|
|
1918
|
+
DepthBasedCorrLocalCurveRefineSaturation real/_+
|
|
1919
|
+
DepthBasedCorrWhat string/_+
|
|
1920
|
+
DepthMapInfo DepthMapInfo Struct
|
|
1921
|
+
DepthMapInfoBaseHighlightGuideInputDigest string/_
|
|
1922
|
+
DepthMapInfoBaseHighlightGuideTable string/_
|
|
1923
|
+
DepthMapInfoBaseHighlightGuideVersion string/_
|
|
1924
|
+
DepthMapInfoBaseLayeredDepthInputDigest string/_
|
|
1925
|
+
DepthMapInfoBaseLayeredDepthTable string/_
|
|
1926
|
+
DepthMapInfoBaseLayeredDepthVersion string/_
|
|
1927
|
+
DepthMapInfoBaseRawDepthInputDigest string/_
|
|
1928
|
+
DepthMapInfoBaseRawDepthTable string/_
|
|
1929
|
+
DepthMapInfoBaseRawDepthVersion string/_
|
|
1930
|
+
DepthMapInfoDepthSource string/_
|
|
1742
1931
|
Description lang-alt/
|
|
1743
1932
|
DNGIgnoreSidecars boolean/
|
|
1744
1933
|
Exposure real/
|
|
@@ -1919,6 +2108,24 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1919
2108
|
IncrementalTemperature integer/
|
|
1920
2109
|
IncrementalTint integer/
|
|
1921
2110
|
JPEGHandling string/
|
|
2111
|
+
LensBlur LensBlur Struct
|
|
2112
|
+
LensBlurActive boolean/_
|
|
2113
|
+
LensBlurAmount real/_
|
|
2114
|
+
LensBlurBokehAspect real/_
|
|
2115
|
+
LensBlurBokehRotation real/_
|
|
2116
|
+
LensBlurBokehShape real/_
|
|
2117
|
+
LensBlurBokehShapeDetail real/_
|
|
2118
|
+
LensBlurCatEyeAmount real/_
|
|
2119
|
+
LensBlurCatEyeScale real/_
|
|
2120
|
+
LensBlurFocalRange string/_
|
|
2121
|
+
LensBlurFocalRangeSource real/_
|
|
2122
|
+
LensBlurHighlightsBoost real/_
|
|
2123
|
+
LensBlurHighlightsThreshold real/_
|
|
2124
|
+
LensBlurSampledArea string/_
|
|
2125
|
+
LensBlurSampledRange string/_
|
|
2126
|
+
LensBlurSphericalAberration real/_
|
|
2127
|
+
LensBlurSubjectRange string/_
|
|
2128
|
+
LensBlurVersion string/_
|
|
1922
2129
|
LensManualDistortionAmount integer/
|
|
1923
2130
|
LensProfileChromaticAberrationScale integer/
|
|
1924
2131
|
LensProfileDigest string/
|
|
@@ -1947,8 +2154,10 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1947
2154
|
LookParametersCameraProfile string/_
|
|
1948
2155
|
LookParametersClarity2012 string/_
|
|
1949
2156
|
LookParametersConvertToGrayscale string/_
|
|
2157
|
+
LookParametersHighlights2012 string/_
|
|
1950
2158
|
LookParametersLookTable string/_
|
|
1951
2159
|
LookParametersProcessVersion string/_
|
|
2160
|
+
LookParametersShadows2012 string/_
|
|
1952
2161
|
LookParametersToneCurvePV2012 string/_+
|
|
1953
2162
|
LookParametersToneCurvePV2012Blue string/_+
|
|
1954
2163
|
LookParametersToneCurvePV2012Green string/_+
|
|
@@ -2597,6 +2806,55 @@ Called CorrectionRangeMask by the spec.
|
|
|
2597
2806
|
AreaComponents string+
|
|
2598
2807
|
ColorRangeMaskAreaSampleInfo string
|
|
2599
2808
|
|
|
2809
|
+
=head3 XMP DepthBasedCorr Struct
|
|
2810
|
+
|
|
2811
|
+
Field Name Writable
|
|
2812
|
+
---------- --------
|
|
2813
|
+
CorrectionActive boolean
|
|
2814
|
+
CorrectionAmount real
|
|
2815
|
+
CorrectionMasks CorrectionMask Struct+
|
|
2816
|
+
CorrectionSyncID string
|
|
2817
|
+
LocalCorrectedDepth real
|
|
2818
|
+
LocalCurveRefineSaturation real
|
|
2819
|
+
What string
|
|
2820
|
+
|
|
2821
|
+
=head3 XMP DepthMapInfo Struct
|
|
2822
|
+
|
|
2823
|
+
Field Name Writable
|
|
2824
|
+
---------- --------
|
|
2825
|
+
BaseHighlightGuideInputDigest string
|
|
2826
|
+
BaseHighlightGuideTable string
|
|
2827
|
+
BaseHighlightGuideVersion string
|
|
2828
|
+
BaseLayeredDepthInputDigest string
|
|
2829
|
+
BaseLayeredDepthTable string
|
|
2830
|
+
BaseLayeredDepthVersion string
|
|
2831
|
+
BaseRawDepthInputDigest string
|
|
2832
|
+
BaseRawDepthTable string
|
|
2833
|
+
BaseRawDepthVersion string
|
|
2834
|
+
DepthSource string
|
|
2835
|
+
|
|
2836
|
+
=head3 XMP LensBlur Struct
|
|
2837
|
+
|
|
2838
|
+
Field Name Writable
|
|
2839
|
+
---------- --------
|
|
2840
|
+
Active boolean
|
|
2841
|
+
BlurAmount real
|
|
2842
|
+
BokehAspect real
|
|
2843
|
+
BokehRotation real
|
|
2844
|
+
BokehShape real
|
|
2845
|
+
BokehShapeDetail real
|
|
2846
|
+
CatEyeAmount real
|
|
2847
|
+
CatEyeScale real
|
|
2848
|
+
FocalRange string
|
|
2849
|
+
FocalRangeSource real
|
|
2850
|
+
HighlightsBoost real
|
|
2851
|
+
HighlightsThreshold real
|
|
2852
|
+
SampledArea string
|
|
2853
|
+
SampledRange string
|
|
2854
|
+
SphericalAberration real
|
|
2855
|
+
SubjectRange string
|
|
2856
|
+
Version string
|
|
2857
|
+
|
|
2600
2858
|
=head3 XMP Look Struct
|
|
2601
2859
|
|
|
2602
2860
|
Field Name Writable
|
|
@@ -2619,8 +2877,10 @@ Called CorrectionRangeMask by the spec.
|
|
|
2619
2877
|
CameraProfile string
|
|
2620
2878
|
Clarity2012 string
|
|
2621
2879
|
ConvertToGrayscale string
|
|
2880
|
+
Highlights2012 string
|
|
2622
2881
|
LookTable string
|
|
2623
2882
|
ProcessVersion string
|
|
2883
|
+
Shadows2012 string
|
|
2624
2884
|
ToneCurvePV2012 string+
|
|
2625
2885
|
ToneCurvePV2012Blue string+
|
|
2626
2886
|
ToneCurvePV2012Green string+
|
|
@@ -2931,6 +3191,121 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
2931
3191
|
DefringePurpleHueHi integer
|
|
2932
3192
|
DefringePurpleHueLo integer
|
|
2933
3193
|
Dehaze real
|
|
3194
|
+
DepthBasedCorrections DepthBasedCorr Struct+
|
|
3195
|
+
DepthBasedCorrCorrectionActive boolean_+
|
|
3196
|
+
DepthBasedCorrCorrectionAmount real_+
|
|
3197
|
+
DepthBasedCorrMask CorrectionMask Struct_+
|
|
3198
|
+
DepthBasedCorrMaskAlpha real_
|
|
3199
|
+
DepthBasedCorrMaskAngle real_
|
|
3200
|
+
DepthBasedCorrMaskBottom real_
|
|
3201
|
+
DepthBasedCorrMaskCenterValue real_
|
|
3202
|
+
DepthBasedCorrMaskCenterWeight real_
|
|
3203
|
+
DepthBasedCorrMaskRange CorrRangeMask Struct_+
|
|
3204
|
+
DepthBasedCorrMaskRangeAreaModels AreaModels Struct_+
|
|
3205
|
+
DepthBasedCorrMaskRangeAreaModelsComponents string_+
|
|
3206
|
+
DepthBasedCorrMaskRangeAreaModelsColorSampleInfo string_+
|
|
3207
|
+
DepthBasedCorrMaskRangeColorAmount real_+
|
|
3208
|
+
DepthBasedCorrMaskRangeDepthFeather real_+
|
|
3209
|
+
DepthBasedCorrMaskRangeDepthMax real_+
|
|
3210
|
+
DepthBasedCorrMaskRangeDepthMin real_+
|
|
3211
|
+
DepthBasedCorrMaskRangeInvert boolean_+
|
|
3212
|
+
DepthBasedCorrMaskRangeLumFeather real_+
|
|
3213
|
+
DepthBasedCorrMaskRangeLuminanceDepthSampleInfo string_+
|
|
3214
|
+
DepthBasedCorrMaskRangeLumMax real_+
|
|
3215
|
+
DepthBasedCorrMaskRangeLumMin real_+
|
|
3216
|
+
DepthBasedCorrMaskRangeLumRange string_+
|
|
3217
|
+
DepthBasedCorrMaskRangeSampleType integer_+
|
|
3218
|
+
DepthBasedCorrMaskRangeType string_+
|
|
3219
|
+
DepthBasedCorrMaskRangeVersion string_+
|
|
3220
|
+
DepthBasedCorrMaskDabs string_+
|
|
3221
|
+
DepthBasedCorrMaskFeather real_
|
|
3222
|
+
DepthBasedCorrMaskFlipped boolean_
|
|
3223
|
+
DepthBasedCorrMaskFlow real_
|
|
3224
|
+
DepthBasedCorrMaskFullX real_
|
|
3225
|
+
DepthBasedCorrMaskFullY real_
|
|
3226
|
+
DepthBasedCorrMaskInputDigest string_
|
|
3227
|
+
DepthBasedCorrMaskLeft real_
|
|
3228
|
+
DepthBasedCorrMaskMaskActive boolean_
|
|
3229
|
+
DepthBasedCorrMaskMaskBlendMode integer_
|
|
3230
|
+
DepthBasedCorrMaskMaskDigest string_
|
|
3231
|
+
DepthBasedCorrMaskMaskInverted boolean_
|
|
3232
|
+
DepthBasedCorrMaskMaskName string_
|
|
3233
|
+
DepthBasedCorrMaskMasks CorrectionMask Struct_+
|
|
3234
|
+
DepthBasedCorrMaskMasksAlpha real_
|
|
3235
|
+
DepthBasedCorrMaskMasksAngle real_
|
|
3236
|
+
DepthBasedCorrMaskMasksBottom real_
|
|
3237
|
+
DepthBasedCorrMaskMasksCenterValue real_
|
|
3238
|
+
DepthBasedCorrMaskMasksCenterWeight real_
|
|
3239
|
+
DepthBasedCorrMaskMasksDabs string_+
|
|
3240
|
+
DepthBasedCorrMaskMasksFeather real_
|
|
3241
|
+
DepthBasedCorrMaskMasksFlipped boolean_
|
|
3242
|
+
DepthBasedCorrMaskMasksFlow real_
|
|
3243
|
+
DepthBasedCorrMaskMasksFullX real_
|
|
3244
|
+
DepthBasedCorrMaskMasksFullY real_
|
|
3245
|
+
DepthBasedCorrMaskMasksInputDigest string_
|
|
3246
|
+
DepthBasedCorrMaskMasksLeft real_
|
|
3247
|
+
DepthBasedCorrMaskMasksMaskActive boolean_
|
|
3248
|
+
DepthBasedCorrMaskMasksMaskBlendMode integer_
|
|
3249
|
+
DepthBasedCorrMaskMasksMaskDigest string_
|
|
3250
|
+
DepthBasedCorrMaskMasksMaskInverted boolean_
|
|
3251
|
+
DepthBasedCorrMaskMasksMaskName string_
|
|
3252
|
+
DepthBasedCorrMaskMasksMaskSubType string_
|
|
3253
|
+
DepthBasedCorrMaskMasksMaskSyncID string_
|
|
3254
|
+
DepthBasedCorrMaskMasksValue real_
|
|
3255
|
+
DepthBasedCorrMaskMasksMaskVersion string_
|
|
3256
|
+
DepthBasedCorrMaskMasksMidpoint real_
|
|
3257
|
+
DepthBasedCorrMaskMasksOrigin string_
|
|
3258
|
+
DepthBasedCorrMaskMasksPerimeterValue real_
|
|
3259
|
+
DepthBasedCorrMaskMasksRadius real_
|
|
3260
|
+
DepthBasedCorrMaskMasksReferencePoint string_
|
|
3261
|
+
DepthBasedCorrMaskMasksRight real_
|
|
3262
|
+
DepthBasedCorrMaskMasksRoundness real_
|
|
3263
|
+
DepthBasedCorrMaskMasksSizeX real_
|
|
3264
|
+
DepthBasedCorrMaskMasksSizeY real_
|
|
3265
|
+
DepthBasedCorrMaskMasksTop real_
|
|
3266
|
+
DepthBasedCorrMaskMaskSubType string_
|
|
3267
|
+
DepthBasedCorrMaskMasksVersion integer_
|
|
3268
|
+
DepthBasedCorrMaskMasksWhat string_
|
|
3269
|
+
DepthBasedCorrMaskMasksWholeImageArea string_
|
|
3270
|
+
DepthBasedCorrMaskMasksX real_
|
|
3271
|
+
DepthBasedCorrMaskMasksY real_
|
|
3272
|
+
DepthBasedCorrMaskMaskSyncID string_
|
|
3273
|
+
DepthBasedCorrMaskMasksZeroX real_
|
|
3274
|
+
DepthBasedCorrMaskMasksZeroY real_
|
|
3275
|
+
DepthBasedCorrMaskValue real_
|
|
3276
|
+
DepthBasedCorrMaskMaskVersion string_
|
|
3277
|
+
DepthBasedCorrMaskMidpoint real_
|
|
3278
|
+
DepthBasedCorrMaskOrigin string_
|
|
3279
|
+
DepthBasedCorrMaskPerimeterValue real_
|
|
3280
|
+
DepthBasedCorrMaskRadius real_
|
|
3281
|
+
DepthBasedCorrMaskReferencePoint string_
|
|
3282
|
+
DepthBasedCorrMaskRight real_
|
|
3283
|
+
DepthBasedCorrMaskRoundness real_
|
|
3284
|
+
DepthBasedCorrMaskSizeX real_
|
|
3285
|
+
DepthBasedCorrMaskSizeY real_
|
|
3286
|
+
DepthBasedCorrMaskTop real_
|
|
3287
|
+
DepthBasedCorrMaskVersion integer_
|
|
3288
|
+
DepthBasedCorrMaskWhat string_
|
|
3289
|
+
DepthBasedCorrMaskWholeImageArea string_
|
|
3290
|
+
DepthBasedCorrMaskX real_
|
|
3291
|
+
DepthBasedCorrMaskY real_
|
|
3292
|
+
DepthBasedCorrMaskZeroX real_
|
|
3293
|
+
DepthBasedCorrMaskZeroY real_
|
|
3294
|
+
DepthBasedCorrCorrectionSyncID string_+
|
|
3295
|
+
DepthBasedCorrLocalCorrectedDepth real_+
|
|
3296
|
+
DepthBasedCorrLocalCurveRefineSaturation real_+
|
|
3297
|
+
DepthBasedCorrWhat string_+
|
|
3298
|
+
DepthMapInfo DepthMapInfo Struct
|
|
3299
|
+
DepthMapInfoBaseHighlightGuideInputDigest string_
|
|
3300
|
+
DepthMapInfoBaseHighlightGuideTable string_
|
|
3301
|
+
DepthMapInfoBaseHighlightGuideVersion string_
|
|
3302
|
+
DepthMapInfoBaseLayeredDepthInputDigest string_
|
|
3303
|
+
DepthMapInfoBaseLayeredDepthTable string_
|
|
3304
|
+
DepthMapInfoBaseLayeredDepthVersion string_
|
|
3305
|
+
DepthMapInfoBaseRawDepthInputDigest string_
|
|
3306
|
+
DepthMapInfoBaseRawDepthTable string_
|
|
3307
|
+
DepthMapInfoBaseRawDepthVersion string_
|
|
3308
|
+
DepthMapInfoDepthSource string_
|
|
2934
3309
|
Description lang-alt/
|
|
2935
3310
|
DNGIgnoreSidecars boolean
|
|
2936
3311
|
Exposure real
|
|
@@ -3111,6 +3486,24 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
3111
3486
|
IncrementalTemperature integer
|
|
3112
3487
|
IncrementalTint integer
|
|
3113
3488
|
JPEGHandling string
|
|
3489
|
+
LensBlur LensBlur Struct
|
|
3490
|
+
LensBlurActive boolean_
|
|
3491
|
+
LensBlurAmount real_
|
|
3492
|
+
LensBlurBokehAspect real_
|
|
3493
|
+
LensBlurBokehRotation real_
|
|
3494
|
+
LensBlurBokehShape real_
|
|
3495
|
+
LensBlurBokehShapeDetail real_
|
|
3496
|
+
LensBlurCatEyeAmount real_
|
|
3497
|
+
LensBlurCatEyeScale real_
|
|
3498
|
+
LensBlurFocalRange string_
|
|
3499
|
+
LensBlurFocalRangeSource real_
|
|
3500
|
+
LensBlurHighlightsBoost real_
|
|
3501
|
+
LensBlurHighlightsThreshold real_
|
|
3502
|
+
LensBlurSampledArea string_
|
|
3503
|
+
LensBlurSampledRange string_
|
|
3504
|
+
LensBlurSphericalAberration real_
|
|
3505
|
+
LensBlurSubjectRange string_
|
|
3506
|
+
LensBlurVersion string_
|
|
3114
3507
|
LensManualDistortionAmount integer
|
|
3115
3508
|
LensProfileChromaticAberrationScale integer
|
|
3116
3509
|
LensProfileDigest string
|
|
@@ -3139,8 +3532,10 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
3139
3532
|
LookParametersCameraProfile string_
|
|
3140
3533
|
LookParametersClarity2012 string_
|
|
3141
3534
|
LookParametersConvertToGrayscale string_
|
|
3535
|
+
LookParametersHighlights2012 string_
|
|
3142
3536
|
LookParametersLookTable string_
|
|
3143
3537
|
LookParametersProcessVersion string_
|
|
3538
|
+
LookParametersShadows2012 string_
|
|
3144
3539
|
LookParametersToneCurvePV2012 string_+
|
|
3145
3540
|
LookParametersToneCurvePV2012Blue string_+
|
|
3146
3541
|
LookParametersToneCurvePV2012Green string_+
|
|
@@ -4328,6 +4723,7 @@ These tags belong to the ExifTool XMP-GCamera family 1 group.
|
|
|
4328
4723
|
BurstPrimary string
|
|
4329
4724
|
DisableAutoCreation string+
|
|
4330
4725
|
HDRPMakerNote string
|
|
4726
|
+
HdrPlusMakernote string
|
|
4331
4727
|
MicroVideo integer
|
|
4332
4728
|
MicroVideoOffset integer
|
|
4333
4729
|
MicroVideoPresentationTimestampUs integer
|
|
@@ -7481,6 +7877,8 @@ Unknown only to reduce the volume of the normal output.
|
|
|
7481
7877
|
CanonCameraInfo1000D Canon CameraInfo1000D
|
|
7482
7878
|
CanonCameraInfo1100D Canon CameraInfo600D
|
|
7483
7879
|
CanonCameraInfo1200D Canon CameraInfo60D
|
|
7880
|
+
CanonCameraInfoR6 Canon CameraInfoR6
|
|
7881
|
+
CanonCameraInfoG5XII Canon CameraInfoG5XII
|
|
7484
7882
|
CanonCameraInfoPowerShot Canon CameraInfoPowerShot
|
|
7485
7883
|
CanonCameraInfoPowerShot2 Canon CameraInfoPowerShot2
|
|
7486
7884
|
CanonCameraInfoUnknown32 Canon CameraInfoUnknown32
|
|
@@ -8465,6 +8863,24 @@ CameraInfo tags for the EOS 1000D.
|
|
|
8465
8863
|
615 PictureStyleInfo Canon PSInfo
|
|
8466
8864
|
2359 LensModel string[64]
|
|
8467
8865
|
|
|
8866
|
+
=head3 Canon CameraInfoR6 Tags
|
|
8867
|
+
|
|
8868
|
+
CameraInfo tags for the EOS R6.
|
|
8869
|
+
|
|
8870
|
+
Index1 Tag Name Writable
|
|
8871
|
+
------ -------- --------
|
|
8872
|
+
2801 ShutterCount int32u
|
|
8873
|
+
|
|
8874
|
+
=head3 Canon CameraInfoG5XII Tags
|
|
8875
|
+
|
|
8876
|
+
CameraInfo tags for the EOS R6.
|
|
8877
|
+
|
|
8878
|
+
Index1 Tag Name Writable
|
|
8879
|
+
------ -------- --------
|
|
8880
|
+
659 ShutterCount int32u
|
|
8881
|
+
2849 DirectoryIndex int32u
|
|
8882
|
+
2861 FileIndex int32u
|
|
8883
|
+
|
|
8468
8884
|
=head3 Canon CameraInfoPowerShot Tags
|
|
8469
8885
|
|
|
8470
8886
|
CameraInfo tags for PowerShot models such as the A450, A460, A550, A560,
|
|
@@ -10871,7 +11287,7 @@ These tags belong to the ExifTool XMP-drone-dji family 1 group.
|
|
|
10871
11287
|
FlightZSpeed real
|
|
10872
11288
|
GPSLatitude real/
|
|
10873
11289
|
GPSLongitude real/
|
|
10874
|
-
GPSLongtitude real
|
|
11290
|
+
GPSLongtitude real/
|
|
10875
11291
|
GimbalPitchDegree real
|
|
10876
11292
|
GimbalReverse string
|
|
10877
11293
|
GimbalRollDegree real
|
|
@@ -11614,6 +12030,15 @@ Tags found in the FujiIFD information of RAF images from some models.
|
|
|
11614
12030
|
0xf00f ChromaticAberrationParams no
|
|
11615
12031
|
0xf010 VignettingParams no
|
|
11616
12032
|
|
|
12033
|
+
=head3 FujiFilm MRAW Tags
|
|
12034
|
+
|
|
12035
|
+
Tags extracted from the M-RAW header of multi-image RAF files. The family 1
|
|
12036
|
+
group name for these tags is "M-RAW".
|
|
12037
|
+
|
|
12038
|
+
Tag ID Tag Name Writable
|
|
12039
|
+
------ -------- --------
|
|
12040
|
+
0x0001 RawImageNumber no
|
|
12041
|
+
|
|
11617
12042
|
=head3 FujiFilm FFMV Tags
|
|
11618
12043
|
|
|
11619
12044
|
Information found in the FFMV atom of MOV videos.
|
|
@@ -13831,8 +14256,9 @@ DiMAGE X and Xt.
|
|
|
13831
14256
|
ColorBalance0211 Nikon ColorBalance4
|
|
13832
14257
|
ColorBalance0213 Nikon ColorBalance2
|
|
13833
14258
|
ColorBalance0215 Nikon ColorBalance4
|
|
13834
|
-
|
|
13835
|
-
|
|
14259
|
+
ColorBalance0219 Nikon ColorBalance2
|
|
14260
|
+
ColorBalanceUnknown1 Nikon ColorBalanceUnknown
|
|
14261
|
+
ColorBalanceUnknown2 Nikon ColorBalanceUnknown2
|
|
13836
14262
|
ColorBalanceUnknown Nikon ColorBalanceUnknown
|
|
13837
14263
|
0x0098 LensData0100 Nikon LensData00
|
|
13838
14264
|
LensData0101 Nikon LensData01
|
|
@@ -14285,6 +14711,7 @@ firmware 1.00 and earlier.
|
|
|
14285
14711
|
16 ImageArea int8u
|
|
14286
14712
|
545 ISO2 int8u
|
|
14287
14713
|
578 ShutterCount int32u
|
|
14714
|
+
671.1 JPGCompression int8u & 0x40
|
|
14288
14715
|
718 CustomSettingsD3S NikonCustom SettingsD3
|
|
14289
14716
|
|
|
14290
14717
|
=head3 Nikon ShotInfoD300a Tags
|
|
@@ -14645,6 +15072,7 @@ These tags are extracted from encrypted data in images from the Z7II.
|
|
|
14645
15072
|
4 FirmwareVersion no
|
|
14646
15073
|
48 IntervalOffset Nikon IntervalInfoZ7II
|
|
14647
15074
|
56 PortraitOffset Nikon PortraitInfoZ7II
|
|
15075
|
+
136 OrientationOffset Nikon OrientationInfo
|
|
14648
15076
|
152 OrientationOffset Nikon OrientationInfo
|
|
14649
15077
|
160 MenuOffset Nikon MenuInfoZ7II
|
|
14650
15078
|
|
|
@@ -14668,7 +15096,7 @@ These tags are extracted from encrypted data in images from the Z7II.
|
|
|
14668
15096
|
|
|
14669
15097
|
=head3 Nikon MenuSettingsZ7II Tags
|
|
14670
15098
|
|
|
14671
|
-
These tags are used by the Z5, Z6, Z7, Z6II, Z7II, Z50 and
|
|
15099
|
+
These tags are used by the Z5, Z6, Z7, Z6II, Z7II, Z50, Zfc and Zf.
|
|
14672
15100
|
|
|
14673
15101
|
Index1 Tag Name Writable
|
|
14674
15102
|
------ -------- --------
|
|
@@ -15256,6 +15684,12 @@ This information is encrypted for most camera models.
|
|
|
15256
15684
|
------ -------- --------
|
|
15257
15685
|
0 ColorBalanceVersion undef[4]
|
|
15258
15686
|
|
|
15687
|
+
=head3 Nikon ColorBalanceUnknown2 Tags
|
|
15688
|
+
|
|
15689
|
+
Index2 Tag Name Writable
|
|
15690
|
+
------ -------- --------
|
|
15691
|
+
0 ColorBalanceVersion undef[4]
|
|
15692
|
+
|
|
15259
15693
|
=head3 Nikon LensData00 Tags
|
|
15260
15694
|
|
|
15261
15695
|
This structure is used by the D100, and D1X with firmware version 1.1.
|
|
@@ -18239,6 +18673,291 @@ Tags found in the OLYM atom of MP4 videos from the TG-810.
|
|
|
18239
18673
|
265 ThumbnailWidth no
|
|
18240
18674
|
267 ThumbnailHeight no
|
|
18241
18675
|
|
|
18676
|
+
=head2 PanasonicRaw Tags
|
|
18677
|
+
|
|
18678
|
+
These tags are found in IFD0 of Panasonic/Leica RAW, RW2 and RWL images.
|
|
18679
|
+
|
|
18680
|
+
Tag ID Tag Name Writable
|
|
18681
|
+
------ -------- --------
|
|
18682
|
+
0x0001 PanasonicRawVersion undef
|
|
18683
|
+
0x0002 SensorWidth no
|
|
18684
|
+
0x0003 SensorHeight no
|
|
18685
|
+
0x0004 SensorTopBorder no
|
|
18686
|
+
0x0005 SensorLeftBorder no
|
|
18687
|
+
0x0006 SensorBottomBorder no
|
|
18688
|
+
0x0007 SensorRightBorder no
|
|
18689
|
+
0x0008 SamplesPerPixel int16u!
|
|
18690
|
+
0x0009 CFAPattern int16u!
|
|
18691
|
+
0x000a BitsPerSample int16u!
|
|
18692
|
+
0x000b Compression int16u!
|
|
18693
|
+
0x000e LinearityLimitRed int16u
|
|
18694
|
+
0x000f LinearityLimitGreen int16u
|
|
18695
|
+
0x0010 LinearityLimitBlue int16u
|
|
18696
|
+
0x0011 RedBalance int16u
|
|
18697
|
+
0x0012 BlueBalance int16u
|
|
18698
|
+
0x0013 WBInfo PanasonicRaw WBInfo
|
|
18699
|
+
0x0017 ISO int16u
|
|
18700
|
+
0x0018 HighISOMultiplierRed int16u
|
|
18701
|
+
0x0019 HighISOMultiplierGreen int16u
|
|
18702
|
+
0x001a HighISOMultiplierBlue int16u
|
|
18703
|
+
0x001b NoiseReductionParams undef[n]!
|
|
18704
|
+
0x001c BlackLevelRed int16u
|
|
18705
|
+
0x001d BlackLevelGreen int16u
|
|
18706
|
+
0x001e BlackLevelBlue int16u
|
|
18707
|
+
0x0024 WBRedLevel int16u
|
|
18708
|
+
0x0025 WBGreenLevel int16u
|
|
18709
|
+
0x0026 WBBlueLevel int16u
|
|
18710
|
+
0x0027 WBInfo2 PanasonicRaw WBInfo2
|
|
18711
|
+
0x002d RawFormat int16u!
|
|
18712
|
+
0x002e JpgFromRaw JPEG
|
|
18713
|
+
0x002f CropTop int16u
|
|
18714
|
+
0x0030 CropLeft int16u
|
|
18715
|
+
0x0031 CropBottom int16u
|
|
18716
|
+
0x0032 CropRight int16u
|
|
18717
|
+
0x010f Make string
|
|
18718
|
+
0x0110 Model string
|
|
18719
|
+
0x0111 StripOffsets no
|
|
18720
|
+
0x0112 Orientation int16u
|
|
18721
|
+
0x0116 RowsPerStrip no
|
|
18722
|
+
0x0117 StripByteCounts no
|
|
18723
|
+
0x0118 RawDataOffset no
|
|
18724
|
+
0x0119 DistortionInfo PanasonicRaw DistortionInfo
|
|
18725
|
+
0x011c Gamma int16u
|
|
18726
|
+
0x0120 CameraIFD PanasonicRaw CameraIFD
|
|
18727
|
+
0x0121 Multishot int32u
|
|
18728
|
+
0x0127 JpgFromRaw2 no
|
|
18729
|
+
0x013b Artist string
|
|
18730
|
+
0x02bc ApplicationNotes XMP
|
|
18731
|
+
0x8298 Copyright string
|
|
18732
|
+
0x83bb IPTC-NAA IPTC
|
|
18733
|
+
0x8769 ExifOffset EXIF
|
|
18734
|
+
0x8825 GPSInfo GPS
|
|
18735
|
+
|
|
18736
|
+
=head3 PanasonicRaw CameraIFD Tags
|
|
18737
|
+
|
|
18738
|
+
Tag ID Tag Name Writable
|
|
18739
|
+
------ -------- --------
|
|
18740
|
+
0x1001 MultishotOn no
|
|
18741
|
+
0x1100 FocusStepNear no
|
|
18742
|
+
0x1101 FocusStepCount no
|
|
18743
|
+
0x1102 FlashFired no
|
|
18744
|
+
0x1105 ZoomPosition no
|
|
18745
|
+
0x1200 LensAttached no
|
|
18746
|
+
0x1201 LensTypeMake no
|
|
18747
|
+
0x1202 LensTypeModel no
|
|
18748
|
+
0x1203 FocalLengthIn35mmFormat no
|
|
18749
|
+
0x1301 ApertureValue no
|
|
18750
|
+
0x1302 ShutterSpeedValue no
|
|
18751
|
+
0x1303 SensitivityValue no
|
|
18752
|
+
0x1305 HighISOMode no
|
|
18753
|
+
0x1412 FacesDetected no
|
|
18754
|
+
0x3200 WB_CFA0_LevelDaylight no
|
|
18755
|
+
0x3201 WB_CFA1_LevelDaylight no
|
|
18756
|
+
0x3202 WB_CFA2_LevelDaylight no
|
|
18757
|
+
0x3203 WB_CFA3_LevelDaylight no
|
|
18758
|
+
0x3300 WhiteBalanceSet no
|
|
18759
|
+
0x3420 WB_RedLevelAuto no
|
|
18760
|
+
0x3421 WB_BlueLevelAuto no
|
|
18761
|
+
0x3501 Orientation no
|
|
18762
|
+
0x3600 WhiteBalanceDetected no
|
|
18763
|
+
|
|
18764
|
+
=head3 PanasonicRaw WBInfo Tags
|
|
18765
|
+
|
|
18766
|
+
Index2 Tag Name Writable
|
|
18767
|
+
------ -------- --------
|
|
18768
|
+
0 NumWBEntries int16u
|
|
18769
|
+
1 WBType1 int16u
|
|
18770
|
+
2 WB_RBLevels1 int16u[2]
|
|
18771
|
+
4 WBType2 int16u
|
|
18772
|
+
5 WB_RBLevels2 int16u[2]
|
|
18773
|
+
7 WBType3 int16u
|
|
18774
|
+
8 WB_RBLevels3 int16u[2]
|
|
18775
|
+
10 WBType4 int16u
|
|
18776
|
+
11 WB_RBLevels4 int16u[2]
|
|
18777
|
+
13 WBType5 int16u
|
|
18778
|
+
14 WB_RBLevels5 int16u[2]
|
|
18779
|
+
16 WBType6 int16u
|
|
18780
|
+
17 WB_RBLevels6 int16u[2]
|
|
18781
|
+
19 WBType7 int16u
|
|
18782
|
+
20 WB_RBLevels7 int16u[2]
|
|
18783
|
+
|
|
18784
|
+
=head3 PanasonicRaw WBInfo2 Tags
|
|
18785
|
+
|
|
18786
|
+
Index2 Tag Name Writable
|
|
18787
|
+
------ -------- --------
|
|
18788
|
+
0 NumWBEntries int16u
|
|
18789
|
+
1 WBType1 int16u
|
|
18790
|
+
2 WB_RGBLevels1 int16u[3]
|
|
18791
|
+
5 WBType2 int16u
|
|
18792
|
+
6 WB_RGBLevels2 int16u[3]
|
|
18793
|
+
9 WBType3 int16u
|
|
18794
|
+
10 WB_RGBLevels3 int16u[3]
|
|
18795
|
+
13 WBType4 int16u
|
|
18796
|
+
14 WB_RGBLevels4 int16u[3]
|
|
18797
|
+
17 WBType5 int16u
|
|
18798
|
+
18 WB_RGBLevels5 int16u[3]
|
|
18799
|
+
21 WBType6 int16u
|
|
18800
|
+
22 WB_RGBLevels6 int16u[3]
|
|
18801
|
+
25 WBType7 int16u
|
|
18802
|
+
26 WB_RGBLevels7 int16u[3]
|
|
18803
|
+
|
|
18804
|
+
=head3 PanasonicRaw DistortionInfo Tags
|
|
18805
|
+
|
|
18806
|
+
Lens distortion correction information.
|
|
18807
|
+
|
|
18808
|
+
Tag ID Tag Name Writable
|
|
18809
|
+
------ -------- --------
|
|
18810
|
+
0x0002 DistortionParam02 int16s
|
|
18811
|
+
0x0004 DistortionParam04 int16s
|
|
18812
|
+
0x0005 DistortionScale int16s
|
|
18813
|
+
7.1 DistortionCorrection int16s & 0x0f
|
|
18814
|
+
0x0008 DistortionParam08 int16s
|
|
18815
|
+
0x0009 DistortionParam09 int16s
|
|
18816
|
+
0x000b DistortionParam11 int16s
|
|
18817
|
+
0x000c DistortionN? int16s
|
|
18818
|
+
|
|
18819
|
+
=head2 SigmaRaw Tags
|
|
18820
|
+
|
|
18821
|
+
These tags are used in Sigma and Foveon RAW (.X3F) images. Metadata is also
|
|
18822
|
+
extracted from the JpgFromRaw image if it exists (all models but the SD9 and
|
|
18823
|
+
SD10). Currently, metadata may only be written to the embedded JpgFromRaw.
|
|
18824
|
+
|
|
18825
|
+
Tag ID Tag Name Writable
|
|
18826
|
+
------ -------- --------
|
|
18827
|
+
'Header' Header SigmaRaw Header
|
|
18828
|
+
'Header4' Header4 SigmaRaw Header4
|
|
18829
|
+
'HeaderExt' HeaderExt SigmaRaw HeaderExt
|
|
18830
|
+
'IMA2' PreviewImage no
|
|
18831
|
+
JpgFromRaw no
|
|
18832
|
+
'IMAG' PreviewImage no
|
|
18833
|
+
'PROP' Properties SigmaRaw Properties
|
|
18834
|
+
|
|
18835
|
+
=head3 SigmaRaw Header Tags
|
|
18836
|
+
|
|
18837
|
+
Information extracted from the header of an X3F file.
|
|
18838
|
+
|
|
18839
|
+
Tag ID Tag Name Writable
|
|
18840
|
+
------ -------- --------
|
|
18841
|
+
0x0001 FileVersion no
|
|
18842
|
+
0x0002 ImageUniqueID no
|
|
18843
|
+
0x0006 MarkBits no
|
|
18844
|
+
0x0007 ImageWidth no
|
|
18845
|
+
0x0008 ImageHeight no
|
|
18846
|
+
0x0009 Rotation no
|
|
18847
|
+
0x000a WhiteBalance no
|
|
18848
|
+
0x0012 SceneCaptureType no
|
|
18849
|
+
|
|
18850
|
+
=head3 SigmaRaw Header4 Tags
|
|
18851
|
+
|
|
18852
|
+
Header information for version 4.0 or greater X3F.
|
|
18853
|
+
|
|
18854
|
+
Index4 Tag Name Writable
|
|
18855
|
+
------ -------- --------
|
|
18856
|
+
1 FileVersion no
|
|
18857
|
+
10 ImageWidth no
|
|
18858
|
+
11 ImageHeight no
|
|
18859
|
+
12 Rotation no
|
|
18860
|
+
|
|
18861
|
+
=head3 SigmaRaw HeaderExt Tags
|
|
18862
|
+
|
|
18863
|
+
Extended header data found in version 2.1 and 2.2 files
|
|
18864
|
+
|
|
18865
|
+
Tag ID Tag Name Writable
|
|
18866
|
+
------ -------- --------
|
|
18867
|
+
0x0000 Unused no
|
|
18868
|
+
0x0001 ExposureAdjust no
|
|
18869
|
+
0x0002 Contrast no
|
|
18870
|
+
0x0003 Shadow no
|
|
18871
|
+
0x0004 Highlight no
|
|
18872
|
+
0x0005 Saturation no
|
|
18873
|
+
0x0006 Sharpness no
|
|
18874
|
+
0x0007 RedAdjust no
|
|
18875
|
+
0x0008 GreenAdjust no
|
|
18876
|
+
0x0009 BlueAdjust no
|
|
18877
|
+
0x000a X3FillLight no
|
|
18878
|
+
|
|
18879
|
+
=head3 SigmaRaw Properties Tags
|
|
18880
|
+
|
|
18881
|
+
Tag ID Tag Name Writable
|
|
18882
|
+
------ -------- --------
|
|
18883
|
+
'AEMODE' MeteringMode no
|
|
18884
|
+
'AFAREA' AFArea no
|
|
18885
|
+
'AFINFOCUS' AFInFocus no
|
|
18886
|
+
'AFMODE' FocusMode no
|
|
18887
|
+
'APERTURE' FNumber no
|
|
18888
|
+
'AP_DESC' ApertureDisplayed no
|
|
18889
|
+
'BRACKET' BracketShot no
|
|
18890
|
+
'BURST' BurstShot no
|
|
18891
|
+
'CAMMANUF' Make no
|
|
18892
|
+
'CAMMODEL' Model no
|
|
18893
|
+
'CAMNAME' CameraName no
|
|
18894
|
+
'CAMSERIAL' SerialNumber no
|
|
18895
|
+
'CM_DESC' SceneCaptureType no
|
|
18896
|
+
'COLORSPACE' ColorSpace no
|
|
18897
|
+
'DRIVE' DriveMode no
|
|
18898
|
+
'EVAL_STATE' EvalState no
|
|
18899
|
+
'EXPCOMP' ExposureCompensation no
|
|
18900
|
+
'EXPNET' NetExposureCompensation no
|
|
18901
|
+
'EXPTIME' IntegrationTime no
|
|
18902
|
+
'FIRMVERS' FirmwareVersion no
|
|
18903
|
+
'FLASH' FlashMode no
|
|
18904
|
+
'FLASHEXPCOMP' FlashExpComp no
|
|
18905
|
+
'FLASHPOWER' FlashPower no
|
|
18906
|
+
'FLASHTTLMODE' FlashTTLMode no
|
|
18907
|
+
'FLASHTYPE' FlashType no
|
|
18908
|
+
'FLENGTH' FocalLength no
|
|
18909
|
+
'FLEQ35MM' FocalLengthIn35mmFormat no
|
|
18910
|
+
'FOCUS' Focus no
|
|
18911
|
+
'IMAGEBOARDID' ImageBoardID no
|
|
18912
|
+
'IMAGERBOARDID' ImagerBoardID no
|
|
18913
|
+
'IMAGERTEMP' SensorTemperature no
|
|
18914
|
+
'ISO' ISO no
|
|
18915
|
+
'LENSARANGE' LensApertureRange no
|
|
18916
|
+
'LENSFRANGE' LensFocalRange no
|
|
18917
|
+
'LENSMODEL' LensType no
|
|
18918
|
+
'PMODE' ExposureProgram no
|
|
18919
|
+
'RESOLUTION' Quality no
|
|
18920
|
+
'SENSORID' SensorID no
|
|
18921
|
+
'SHUTTER' ExposureTime no
|
|
18922
|
+
'SH_DESC' ShutterSpeedDisplayed no
|
|
18923
|
+
'TIME' DateTimeOriginal no
|
|
18924
|
+
'VERSION_BF' VersionBF no
|
|
18925
|
+
'WB_DESC' WhiteBalance no
|
|
18926
|
+
|
|
18927
|
+
=head2 Lytro Tags
|
|
18928
|
+
|
|
18929
|
+
Tag definitions for Lytro Light Field Picture (LFP) files. ExifTool
|
|
18930
|
+
extracts the full JSON metadata blocks, as well as breaking them down into
|
|
18931
|
+
individual tags. All available tags are extracted from the JSON metadata,
|
|
18932
|
+
even if they don't appear in the table below.
|
|
18933
|
+
|
|
18934
|
+
Tag Name Writable
|
|
18935
|
+
-------- --------
|
|
18936
|
+
AccelerometerTime no
|
|
18937
|
+
AccelerometerX no
|
|
18938
|
+
AccelerometerY no
|
|
18939
|
+
AccelerometerZ no
|
|
18940
|
+
CameraType no
|
|
18941
|
+
DateTimeOriginal no
|
|
18942
|
+
EmbeddedImage no
|
|
18943
|
+
ExposureTime no
|
|
18944
|
+
FNumber no
|
|
18945
|
+
FirmwareVersion no
|
|
18946
|
+
FocalLength no
|
|
18947
|
+
FocalPlaneXResolution no
|
|
18948
|
+
FrameExposureTime no
|
|
18949
|
+
ISO no
|
|
18950
|
+
ImageLimitExposureBias no
|
|
18951
|
+
ImageModulationExposureBias no
|
|
18952
|
+
JSONMetadata no+
|
|
18953
|
+
LensTemperature no
|
|
18954
|
+
Make no
|
|
18955
|
+
Model no
|
|
18956
|
+
Orientation no
|
|
18957
|
+
SensorSerialNumber no
|
|
18958
|
+
SerialNumber no
|
|
18959
|
+
SocTemperature no
|
|
18960
|
+
|
|
18242
18961
|
=head2 Panasonic Tags
|
|
18243
18962
|
|
|
18244
18963
|
These tags are used in Panasonic/Leica cameras.
|
|
@@ -18314,7 +19033,7 @@ These tags are used in Panasonic/Leica cameras.
|
|
|
18314
19033
|
0x006d City undef
|
|
18315
19034
|
0x006f Landmark undef
|
|
18316
19035
|
0x0070 IntelligentResolution int8u
|
|
18317
|
-
0x0076
|
|
19036
|
+
0x0076 MergedImages int16u
|
|
18318
19037
|
0x0077 BurstSpeed int16u
|
|
18319
19038
|
0x0079 IntelligentD-Range int16u
|
|
18320
19039
|
0x007c ClearRetouch int16u
|
|
@@ -18520,6 +19239,7 @@ This information is written by the X1, X2, X VARIO and T.
|
|
|
18520
19239
|
0x0412 FilmMode string
|
|
18521
19240
|
0x0413 WB_RGBLevels rational64u[3]
|
|
18522
19241
|
0x0500 InternalSerialNumber undef
|
|
19242
|
+
0x05ff CameraIFD PanasonicRaw CameraIFD
|
|
18523
19243
|
|
|
18524
19244
|
=head3 Panasonic FocusInfo Tags
|
|
18525
19245
|
|
|
@@ -20292,6 +21012,7 @@ MakerNotes.
|
|
|
20292
21012
|
0x2036 Clarity int32s
|
|
20293
21013
|
0x2037 FocusFrameSize no
|
|
20294
21014
|
0x2039 JPEG-HEIFSwitch int16u
|
|
21015
|
+
0x204a FocusLocation2 int16u[4]
|
|
20295
21016
|
0x3000 ShotInfo Sony ShotInfo
|
|
20296
21017
|
0x900b Tag900b Sony Tag900b
|
|
20297
21018
|
0x9050 Tag9050a Sony Tag9050a
|
|
@@ -20310,6 +21031,7 @@ MakerNotes.
|
|
|
20310
21031
|
0x9405 Tag9405a Sony Tag9405a
|
|
20311
21032
|
Tag9405b Sony Tag9405b
|
|
20312
21033
|
0x9406 Tag9406 Sony Tag9406
|
|
21034
|
+
Tag9406b Sony Tag9406b
|
|
20313
21035
|
0x940a Tag940a Sony Tag940a
|
|
20314
21036
|
0x940c Tag940c Sony Tag940c
|
|
20315
21037
|
0x940e AFInfo Sony AFInfo
|
|
@@ -21404,7 +22126,7 @@ Valid from July 2020 for ILCE-1/7SM3, ILME-FX3.
|
|
|
21404
22126
|
|
|
21405
22127
|
=head3 Sony Tag9050d Tags
|
|
21406
22128
|
|
|
21407
|
-
Valid for ILCE-6700/ZV-E1.
|
|
22129
|
+
Valid for ILCE-6700/7CM2/7CR/ZV-E1.
|
|
21408
22130
|
|
|
21409
22131
|
Index1 Tag Name Writable
|
|
21410
22132
|
------ -------- --------
|
|
@@ -21466,7 +22188,6 @@ WX350/WX500, ILCE-1/7/7C/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/7SM3/9/9M2/5000/
|
|
|
21466
22188
|
30 SequenceLength int8u
|
|
21467
22189
|
41 CameraOrientation int8u
|
|
21468
22190
|
42 Quality2 int8u
|
|
21469
|
-
71 SonyImageHeight int16u~
|
|
21470
22191
|
83 ModelReleaseYear int8u~
|
|
21471
22192
|
307 ShutterType int8u
|
|
21472
22193
|
313 ShutterType int8u
|
|
@@ -21477,6 +22198,7 @@ WX350/WX500, ILCE-1/7/7C/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/7SM3/9/9M2/5000/
|
|
|
21477
22198
|
Index1 Tag Name Writable
|
|
21478
22199
|
------ -------- --------
|
|
21479
22200
|
994 ISOInfo Sony ISOInfo
|
|
22201
|
+
1012 ISOInfo Sony ISOInfo
|
|
21480
22202
|
1102 ISOInfo Sony ISOInfo
|
|
21481
22203
|
1176 ISOInfo Sony ISOInfo
|
|
21482
22204
|
1181 ISOInfo Sony ISOInfo
|
|
@@ -21607,11 +22329,17 @@ ILCE-7/7M2/7M3/7R/7RM2/7RM3/7RM4/7S/7SM2/9/9M2/5000/5100/6000/6100/6300/
|
|
|
21607
22329
|
Index1 Tag Name Writable
|
|
21608
22330
|
------ -------- --------
|
|
21609
22331
|
5 BatteryTemperature int8u
|
|
21610
|
-
BatteryLevel int8u
|
|
21611
22332
|
6 BatteryLevelGrip1 int8u
|
|
21612
22333
|
7 BatteryLevel int8u
|
|
21613
22334
|
8 BatteryLevelGrip2 int8u
|
|
21614
22335
|
|
|
22336
|
+
=head3 Sony Tag9406b Tags
|
|
22337
|
+
|
|
22338
|
+
Index1 Tag Name Writable
|
|
22339
|
+
------ -------- --------
|
|
22340
|
+
5 BatteryLevel int8u
|
|
22341
|
+
7 BatteryLevel2 int8u
|
|
22342
|
+
|
|
21615
22343
|
=head3 Sony Tag940a Tags
|
|
21616
22344
|
|
|
21617
22345
|
These tags are currently extracted for SLT models only.
|
|
@@ -21812,7 +22540,7 @@ E-mount models.
|
|
|
21812
22540
|
|
|
21813
22541
|
=head3 Sony Tag9416 Tags
|
|
21814
22542
|
|
|
21815
|
-
Valid for the ILCE-1/6700/7M4/7RM5/7SM3, ILME-FX3/FX30, ZV-E1.
|
|
22543
|
+
Valid for the ILCE-1/6700/7CM2/7CR/7M4/7RM5/7SM3/9M3, ILME-FX3/FX30, ZV-E1.
|
|
21816
22544
|
|
|
21817
22545
|
Index1 Tag Name Writable
|
|
21818
22546
|
------ -------- --------
|
|
@@ -21824,7 +22552,9 @@ Valid for the ILCE-1/6700/7M4/7RM5/7SM3, ILME-FX3/FX30, ZV-E1.
|
|
|
21824
22552
|
16 SonyFNumber2 no
|
|
21825
22553
|
18 SonyMaxApertureValue no
|
|
21826
22554
|
29 SequenceImageNumber no
|
|
22555
|
+
43 ReleaseMode2 no
|
|
21827
22556
|
53 ExposureProgram no
|
|
22557
|
+
55 CreativeStyle no
|
|
21828
22558
|
72 LensMount no
|
|
21829
22559
|
73 LensFormat no
|
|
21830
22560
|
74 LensMount no
|
|
@@ -22243,6 +22973,51 @@ information.
|
|
|
22243
22973
|
0x0006 OriginalTHMFileType no
|
|
22244
22974
|
0x0007 OriginalTHMCreator no
|
|
22245
22975
|
|
|
22976
|
+
=head3 DNG ImageSeq Tags
|
|
22977
|
+
|
|
22978
|
+
Index1 Tag Name Writable
|
|
22979
|
+
------ -------- --------
|
|
22980
|
+
0 SeqID no
|
|
22981
|
+
1 SeqType no
|
|
22982
|
+
2 SeqFrameInfo no
|
|
22983
|
+
3 SeqIndex no
|
|
22984
|
+
7 SeqCount no
|
|
22985
|
+
11 SeqFinal no
|
|
22986
|
+
|
|
22987
|
+
=head3 DNG ProfileDynamicRange Tags
|
|
22988
|
+
|
|
22989
|
+
Index1 Tag Name Writable
|
|
22990
|
+
------ -------- --------
|
|
22991
|
+
0 PDRVersion no
|
|
22992
|
+
2 DynamicRange no
|
|
22993
|
+
4 HintMaxOutputValue no
|
|
22994
|
+
|
|
22995
|
+
=head2 PLIST Tags
|
|
22996
|
+
|
|
22997
|
+
Apple Property List tags. ExifTool reads both XML and binary-format PLIST
|
|
22998
|
+
files, and will extract any existing tags even if they aren't listed below.
|
|
22999
|
+
These tags belong to the family 0 "PLIST" group, but family 1 group may be
|
|
23000
|
+
either "XML" or "PLIST" depending on whether the format is XML or binary.
|
|
23001
|
+
|
|
23002
|
+
Tag ID Tag Name Writable
|
|
23003
|
+
------ -------- --------
|
|
23004
|
+
'MetaDataList//DateTimeOriginal'
|
|
23005
|
+
DateTimeOriginal no
|
|
23006
|
+
'MetaDataList//Duration' Duration no
|
|
23007
|
+
'MetaDataList//Geolocation/Latitude'
|
|
23008
|
+
GPSLatitude no
|
|
23009
|
+
'MetaDataList//Geolocation/Longitude'
|
|
23010
|
+
GPSLongitude no
|
|
23011
|
+
'MetaDataList//Geolocation/MapDatum'
|
|
23012
|
+
GPSMapDatum no
|
|
23013
|
+
'XMLFileType' XMLFileType no
|
|
23014
|
+
'cast//name' Cast no+
|
|
23015
|
+
'codirectors//name' Codirectors no+
|
|
23016
|
+
'directors//name' Directors no+
|
|
23017
|
+
'producers//name' Producers no+
|
|
23018
|
+
'screenwriters//name' Screenwriters no+
|
|
23019
|
+
'studio//name' Studio no+
|
|
23020
|
+
|
|
22246
23021
|
=head2 CanonRaw Tags
|
|
22247
23022
|
|
|
22248
23023
|
These tags apply to CRW-format Canon RAW files and information in the APP0
|
|
@@ -22480,291 +23255,6 @@ These tags are used in Minolta RAW format (MRW) images.
|
|
|
22480
23255
|
4 WB_GBRGLevels int16u[4]
|
|
22481
23256
|
WB_RGGBLevels int16u[4]
|
|
22482
23257
|
|
|
22483
|
-
=head2 PanasonicRaw Tags
|
|
22484
|
-
|
|
22485
|
-
These tags are found in IFD0 of Panasonic/Leica RAW, RW2 and RWL images.
|
|
22486
|
-
|
|
22487
|
-
Tag ID Tag Name Writable
|
|
22488
|
-
------ -------- --------
|
|
22489
|
-
0x0001 PanasonicRawVersion undef
|
|
22490
|
-
0x0002 SensorWidth no
|
|
22491
|
-
0x0003 SensorHeight no
|
|
22492
|
-
0x0004 SensorTopBorder no
|
|
22493
|
-
0x0005 SensorLeftBorder no
|
|
22494
|
-
0x0006 SensorBottomBorder no
|
|
22495
|
-
0x0007 SensorRightBorder no
|
|
22496
|
-
0x0008 SamplesPerPixel int16u!
|
|
22497
|
-
0x0009 CFAPattern int16u!
|
|
22498
|
-
0x000a BitsPerSample int16u!
|
|
22499
|
-
0x000b Compression int16u!
|
|
22500
|
-
0x000e LinearityLimitRed int16u
|
|
22501
|
-
0x000f LinearityLimitGreen int16u
|
|
22502
|
-
0x0010 LinearityLimitBlue int16u
|
|
22503
|
-
0x0011 RedBalance int16u
|
|
22504
|
-
0x0012 BlueBalance int16u
|
|
22505
|
-
0x0013 WBInfo PanasonicRaw WBInfo
|
|
22506
|
-
0x0017 ISO int16u
|
|
22507
|
-
0x0018 HighISOMultiplierRed int16u
|
|
22508
|
-
0x0019 HighISOMultiplierGreen int16u
|
|
22509
|
-
0x001a HighISOMultiplierBlue int16u
|
|
22510
|
-
0x001b NoiseReductionParams undef[n]!
|
|
22511
|
-
0x001c BlackLevelRed int16u
|
|
22512
|
-
0x001d BlackLevelGreen int16u
|
|
22513
|
-
0x001e BlackLevelBlue int16u
|
|
22514
|
-
0x0024 WBRedLevel int16u
|
|
22515
|
-
0x0025 WBGreenLevel int16u
|
|
22516
|
-
0x0026 WBBlueLevel int16u
|
|
22517
|
-
0x0027 WBInfo2 PanasonicRaw WBInfo2
|
|
22518
|
-
0x002d RawFormat int16u!
|
|
22519
|
-
0x002e JpgFromRaw JPEG
|
|
22520
|
-
0x002f CropTop int16u
|
|
22521
|
-
0x0030 CropLeft int16u
|
|
22522
|
-
0x0031 CropBottom int16u
|
|
22523
|
-
0x0032 CropRight int16u
|
|
22524
|
-
0x010f Make string
|
|
22525
|
-
0x0110 Model string
|
|
22526
|
-
0x0111 StripOffsets no
|
|
22527
|
-
0x0112 Orientation int16u
|
|
22528
|
-
0x0116 RowsPerStrip no
|
|
22529
|
-
0x0117 StripByteCounts no
|
|
22530
|
-
0x0118 RawDataOffset no
|
|
22531
|
-
0x0119 DistortionInfo PanasonicRaw DistortionInfo
|
|
22532
|
-
0x011c Gamma int16u
|
|
22533
|
-
0x0120 CameraIFD PanasonicRaw CameraIFD
|
|
22534
|
-
0x0121 Multishot int32u
|
|
22535
|
-
0x0127 JpgFromRaw2 no
|
|
22536
|
-
0x013b Artist string
|
|
22537
|
-
0x02bc ApplicationNotes XMP
|
|
22538
|
-
0x8298 Copyright string
|
|
22539
|
-
0x83bb IPTC-NAA IPTC
|
|
22540
|
-
0x8769 ExifOffset EXIF
|
|
22541
|
-
0x8825 GPSInfo GPS
|
|
22542
|
-
|
|
22543
|
-
=head3 PanasonicRaw WBInfo Tags
|
|
22544
|
-
|
|
22545
|
-
Index2 Tag Name Writable
|
|
22546
|
-
------ -------- --------
|
|
22547
|
-
0 NumWBEntries int16u
|
|
22548
|
-
1 WBType1 int16u
|
|
22549
|
-
2 WB_RBLevels1 int16u[2]
|
|
22550
|
-
4 WBType2 int16u
|
|
22551
|
-
5 WB_RBLevels2 int16u[2]
|
|
22552
|
-
7 WBType3 int16u
|
|
22553
|
-
8 WB_RBLevels3 int16u[2]
|
|
22554
|
-
10 WBType4 int16u
|
|
22555
|
-
11 WB_RBLevels4 int16u[2]
|
|
22556
|
-
13 WBType5 int16u
|
|
22557
|
-
14 WB_RBLevels5 int16u[2]
|
|
22558
|
-
16 WBType6 int16u
|
|
22559
|
-
17 WB_RBLevels6 int16u[2]
|
|
22560
|
-
19 WBType7 int16u
|
|
22561
|
-
20 WB_RBLevels7 int16u[2]
|
|
22562
|
-
|
|
22563
|
-
=head3 PanasonicRaw WBInfo2 Tags
|
|
22564
|
-
|
|
22565
|
-
Index2 Tag Name Writable
|
|
22566
|
-
------ -------- --------
|
|
22567
|
-
0 NumWBEntries int16u
|
|
22568
|
-
1 WBType1 int16u
|
|
22569
|
-
2 WB_RGBLevels1 int16u[3]
|
|
22570
|
-
5 WBType2 int16u
|
|
22571
|
-
6 WB_RGBLevels2 int16u[3]
|
|
22572
|
-
9 WBType3 int16u
|
|
22573
|
-
10 WB_RGBLevels3 int16u[3]
|
|
22574
|
-
13 WBType4 int16u
|
|
22575
|
-
14 WB_RGBLevels4 int16u[3]
|
|
22576
|
-
17 WBType5 int16u
|
|
22577
|
-
18 WB_RGBLevels5 int16u[3]
|
|
22578
|
-
21 WBType6 int16u
|
|
22579
|
-
22 WB_RGBLevels6 int16u[3]
|
|
22580
|
-
25 WBType7 int16u
|
|
22581
|
-
26 WB_RGBLevels7 int16u[3]
|
|
22582
|
-
|
|
22583
|
-
=head3 PanasonicRaw DistortionInfo Tags
|
|
22584
|
-
|
|
22585
|
-
Lens distortion correction information.
|
|
22586
|
-
|
|
22587
|
-
Tag ID Tag Name Writable
|
|
22588
|
-
------ -------- --------
|
|
22589
|
-
0x0002 DistortionParam02 int16s
|
|
22590
|
-
0x0004 DistortionParam04 int16s
|
|
22591
|
-
0x0005 DistortionScale int16s
|
|
22592
|
-
7.1 DistortionCorrection int16s & 0x0f
|
|
22593
|
-
0x0008 DistortionParam08 int16s
|
|
22594
|
-
0x0009 DistortionParam09 int16s
|
|
22595
|
-
0x000b DistortionParam11 int16s
|
|
22596
|
-
0x000c DistortionN? int16s
|
|
22597
|
-
|
|
22598
|
-
=head3 PanasonicRaw CameraIFD Tags
|
|
22599
|
-
|
|
22600
|
-
Tag ID Tag Name Writable
|
|
22601
|
-
------ -------- --------
|
|
22602
|
-
0x1001 MultishotOn no
|
|
22603
|
-
0x1100 FocusStepNear no
|
|
22604
|
-
0x1101 FocusStepCount no
|
|
22605
|
-
0x1102 FlashFired no
|
|
22606
|
-
0x1105 ZoomPosition no
|
|
22607
|
-
0x1200 LensAttached no
|
|
22608
|
-
0x1201 LensTypeMake no
|
|
22609
|
-
0x1202 LensTypeModel no
|
|
22610
|
-
0x1203 FocalLengthIn35mmFormat no
|
|
22611
|
-
0x1301 ApertureValue no
|
|
22612
|
-
0x1302 ShutterSpeedValue no
|
|
22613
|
-
0x1303 SensitivityValue no
|
|
22614
|
-
0x1305 HighISOMode no
|
|
22615
|
-
0x1412 FacesDetected no
|
|
22616
|
-
0x3200 WB_CFA0_LevelDaylight no
|
|
22617
|
-
0x3201 WB_CFA1_LevelDaylight no
|
|
22618
|
-
0x3202 WB_CFA2_LevelDaylight no
|
|
22619
|
-
0x3203 WB_CFA3_LevelDaylight no
|
|
22620
|
-
0x3300 WhiteBalanceSet no
|
|
22621
|
-
0x3420 WB_RedLevelAuto no
|
|
22622
|
-
0x3421 WB_BlueLevelAuto no
|
|
22623
|
-
0x3501 Orientation no
|
|
22624
|
-
0x3600 WhiteBalanceDetected no
|
|
22625
|
-
|
|
22626
|
-
=head2 SigmaRaw Tags
|
|
22627
|
-
|
|
22628
|
-
These tags are used in Sigma and Foveon RAW (.X3F) images. Metadata is also
|
|
22629
|
-
extracted from the JpgFromRaw image if it exists (all models but the SD9 and
|
|
22630
|
-
SD10). Currently, metadata may only be written to the embedded JpgFromRaw.
|
|
22631
|
-
|
|
22632
|
-
Tag ID Tag Name Writable
|
|
22633
|
-
------ -------- --------
|
|
22634
|
-
'Header' Header SigmaRaw Header
|
|
22635
|
-
'Header4' Header4 SigmaRaw Header4
|
|
22636
|
-
'HeaderExt' HeaderExt SigmaRaw HeaderExt
|
|
22637
|
-
'IMA2' PreviewImage no
|
|
22638
|
-
JpgFromRaw no
|
|
22639
|
-
'IMAG' PreviewImage no
|
|
22640
|
-
'PROP' Properties SigmaRaw Properties
|
|
22641
|
-
|
|
22642
|
-
=head3 SigmaRaw Header Tags
|
|
22643
|
-
|
|
22644
|
-
Information extracted from the header of an X3F file.
|
|
22645
|
-
|
|
22646
|
-
Tag ID Tag Name Writable
|
|
22647
|
-
------ -------- --------
|
|
22648
|
-
0x0001 FileVersion no
|
|
22649
|
-
0x0002 ImageUniqueID no
|
|
22650
|
-
0x0006 MarkBits no
|
|
22651
|
-
0x0007 ImageWidth no
|
|
22652
|
-
0x0008 ImageHeight no
|
|
22653
|
-
0x0009 Rotation no
|
|
22654
|
-
0x000a WhiteBalance no
|
|
22655
|
-
0x0012 SceneCaptureType no
|
|
22656
|
-
|
|
22657
|
-
=head3 SigmaRaw Header4 Tags
|
|
22658
|
-
|
|
22659
|
-
Header information for version 4.0 or greater X3F.
|
|
22660
|
-
|
|
22661
|
-
Index4 Tag Name Writable
|
|
22662
|
-
------ -------- --------
|
|
22663
|
-
1 FileVersion no
|
|
22664
|
-
10 ImageWidth no
|
|
22665
|
-
11 ImageHeight no
|
|
22666
|
-
12 Rotation no
|
|
22667
|
-
|
|
22668
|
-
=head3 SigmaRaw HeaderExt Tags
|
|
22669
|
-
|
|
22670
|
-
Extended header data found in version 2.1 and 2.2 files
|
|
22671
|
-
|
|
22672
|
-
Tag ID Tag Name Writable
|
|
22673
|
-
------ -------- --------
|
|
22674
|
-
0x0000 Unused no
|
|
22675
|
-
0x0001 ExposureAdjust no
|
|
22676
|
-
0x0002 Contrast no
|
|
22677
|
-
0x0003 Shadow no
|
|
22678
|
-
0x0004 Highlight no
|
|
22679
|
-
0x0005 Saturation no
|
|
22680
|
-
0x0006 Sharpness no
|
|
22681
|
-
0x0007 RedAdjust no
|
|
22682
|
-
0x0008 GreenAdjust no
|
|
22683
|
-
0x0009 BlueAdjust no
|
|
22684
|
-
0x000a X3FillLight no
|
|
22685
|
-
|
|
22686
|
-
=head3 SigmaRaw Properties Tags
|
|
22687
|
-
|
|
22688
|
-
Tag ID Tag Name Writable
|
|
22689
|
-
------ -------- --------
|
|
22690
|
-
'AEMODE' MeteringMode no
|
|
22691
|
-
'AFAREA' AFArea no
|
|
22692
|
-
'AFINFOCUS' AFInFocus no
|
|
22693
|
-
'AFMODE' FocusMode no
|
|
22694
|
-
'APERTURE' FNumber no
|
|
22695
|
-
'AP_DESC' ApertureDisplayed no
|
|
22696
|
-
'BRACKET' BracketShot no
|
|
22697
|
-
'BURST' BurstShot no
|
|
22698
|
-
'CAMMANUF' Make no
|
|
22699
|
-
'CAMMODEL' Model no
|
|
22700
|
-
'CAMNAME' CameraName no
|
|
22701
|
-
'CAMSERIAL' SerialNumber no
|
|
22702
|
-
'CM_DESC' SceneCaptureType no
|
|
22703
|
-
'COLORSPACE' ColorSpace no
|
|
22704
|
-
'DRIVE' DriveMode no
|
|
22705
|
-
'EVAL_STATE' EvalState no
|
|
22706
|
-
'EXPCOMP' ExposureCompensation no
|
|
22707
|
-
'EXPNET' NetExposureCompensation no
|
|
22708
|
-
'EXPTIME' IntegrationTime no
|
|
22709
|
-
'FIRMVERS' FirmwareVersion no
|
|
22710
|
-
'FLASH' FlashMode no
|
|
22711
|
-
'FLASHEXPCOMP' FlashExpComp no
|
|
22712
|
-
'FLASHPOWER' FlashPower no
|
|
22713
|
-
'FLASHTTLMODE' FlashTTLMode no
|
|
22714
|
-
'FLASHTYPE' FlashType no
|
|
22715
|
-
'FLENGTH' FocalLength no
|
|
22716
|
-
'FLEQ35MM' FocalLengthIn35mmFormat no
|
|
22717
|
-
'FOCUS' Focus no
|
|
22718
|
-
'IMAGEBOARDID' ImageBoardID no
|
|
22719
|
-
'IMAGERBOARDID' ImagerBoardID no
|
|
22720
|
-
'IMAGERTEMP' SensorTemperature no
|
|
22721
|
-
'ISO' ISO no
|
|
22722
|
-
'LENSARANGE' LensApertureRange no
|
|
22723
|
-
'LENSFRANGE' LensFocalRange no
|
|
22724
|
-
'LENSMODEL' LensType no
|
|
22725
|
-
'PMODE' ExposureProgram no
|
|
22726
|
-
'RESOLUTION' Quality no
|
|
22727
|
-
'SENSORID' SensorID no
|
|
22728
|
-
'SHUTTER' ExposureTime no
|
|
22729
|
-
'SH_DESC' ShutterSpeedDisplayed no
|
|
22730
|
-
'TIME' DateTimeOriginal no
|
|
22731
|
-
'VERSION_BF' VersionBF no
|
|
22732
|
-
'WB_DESC' WhiteBalance no
|
|
22733
|
-
|
|
22734
|
-
=head2 Lytro Tags
|
|
22735
|
-
|
|
22736
|
-
Tag definitions for Lytro Light Field Picture (LFP) files. ExifTool
|
|
22737
|
-
extracts the full JSON metadata blocks, as well as breaking them down into
|
|
22738
|
-
individual tags. All available tags are extracted from the JSON metadata,
|
|
22739
|
-
even if they don't appear in the table below.
|
|
22740
|
-
|
|
22741
|
-
Tag Name Writable
|
|
22742
|
-
-------- --------
|
|
22743
|
-
AccelerometerTime no
|
|
22744
|
-
AccelerometerX no
|
|
22745
|
-
AccelerometerY no
|
|
22746
|
-
AccelerometerZ no
|
|
22747
|
-
CameraType no
|
|
22748
|
-
DateTimeOriginal no
|
|
22749
|
-
EmbeddedImage no
|
|
22750
|
-
ExposureTime no
|
|
22751
|
-
FNumber no
|
|
22752
|
-
FirmwareVersion no
|
|
22753
|
-
FocalLength no
|
|
22754
|
-
FocalPlaneXResolution no
|
|
22755
|
-
FrameExposureTime no
|
|
22756
|
-
ISO no
|
|
22757
|
-
ImageLimitExposureBias no
|
|
22758
|
-
ImageModulationExposureBias no
|
|
22759
|
-
JSONMetadata no+
|
|
22760
|
-
LensTemperature no
|
|
22761
|
-
Make no
|
|
22762
|
-
Model no
|
|
22763
|
-
Orientation no
|
|
22764
|
-
SensorSerialNumber no
|
|
22765
|
-
SerialNumber no
|
|
22766
|
-
SocTemperature no
|
|
22767
|
-
|
|
22768
23258
|
=head2 JFIF Tags
|
|
22769
23259
|
|
|
22770
23260
|
The following information is extracted from the JPEG JFIF header. See
|
|
@@ -24757,12 +25247,21 @@ chunk.
|
|
|
24757
25247
|
|
|
24758
25248
|
=head2 Jpeg2000 Tags
|
|
24759
25249
|
|
|
24760
|
-
The tags below are found in JPEG 2000 images and the JUMBF metadata
|
|
24761
|
-
|
|
24762
|
-
|
|
24763
|
-
|
|
24764
|
-
|
|
24765
|
-
|
|
25250
|
+
The tags below are found in JPEG 2000 images and the C2PA CAI JUMBF metadata
|
|
25251
|
+
in various file types (see below). Note that ExifTool currently writes only
|
|
25252
|
+
EXIF, IPTC and XMP tags in Jpeg2000 images, and EXIF and XMP in JXL images.
|
|
25253
|
+
ExifTool will read/write Brotli-compressed EXIF and XMP in JXL images, but
|
|
25254
|
+
the API Compress option must be set to create new EXIF and XMP in compressed
|
|
25255
|
+
format.
|
|
25256
|
+
|
|
25257
|
+
C2PA (Coalition for Content Provenance and Authenticity) CAI (Content
|
|
25258
|
+
Authenticity Initiative) JUMBF (JPEG Universal Metadata Box Format) metdata
|
|
25259
|
+
is currently extracted from JPEG, PNG, TIFF-based (eg. TIFF, DNG),
|
|
25260
|
+
QuickTime-based (eg. MP4, MOV, HEIF, AVIF), RIFF-based (eg. WAV, AVI, WebP),
|
|
25261
|
+
GIF files and ID3v2 metadata. The suggested ExifTool command-line arguments
|
|
25262
|
+
for reading C2PA metadata are C<-jumbf:all -G3 -b -j -u -struct>. This
|
|
25263
|
+
metadata may be deleted from writable JPEG, PNG, WebP, TIFF-based, and
|
|
25264
|
+
QuickTime-based files by deleting the JUMBF group with C<-jumbf:all=>.
|
|
24766
25265
|
|
|
24767
25266
|
Tag ID Tag Name Writable
|
|
24768
25267
|
------ -------- --------
|
|
@@ -24831,8 +25330,8 @@ in compressed format.
|
|
|
24831
25330
|
UUID-XMP XMP
|
|
24832
25331
|
UUID-GeoJP2 EXIF
|
|
24833
25332
|
UUID-Photoshop Photoshop
|
|
25333
|
+
UUID-C2PAClaimSignature CBOR
|
|
24834
25334
|
UUID-Signature no
|
|
24835
|
-
UUID-C2PAClaimSignature -
|
|
24836
25335
|
UUID-Unknown no
|
|
24837
25336
|
'xml ' XML XMP XML
|
|
24838
25337
|
XMP -
|
|
@@ -24941,32 +25440,6 @@ metadata. As well as these tags, ExifTool will read any existing tags.
|
|
|
24941
25440
|
ThumbnailURL no
|
|
24942
25441
|
Title no
|
|
24943
25442
|
|
|
24944
|
-
=head2 PLIST Tags
|
|
24945
|
-
|
|
24946
|
-
Apple Property List tags. ExifTool reads both XML and binary-format PLIST
|
|
24947
|
-
files, and will extract any existing tags even if they aren't listed below.
|
|
24948
|
-
These tags belong to the family 0 "PLIST" group, but family 1 group may be
|
|
24949
|
-
either "XML" or "PLIST" depending on whether the format is XML or binary.
|
|
24950
|
-
|
|
24951
|
-
Tag ID Tag Name Writable
|
|
24952
|
-
------ -------- --------
|
|
24953
|
-
'MetaDataList//DateTimeOriginal'
|
|
24954
|
-
DateTimeOriginal no
|
|
24955
|
-
'MetaDataList//Duration' Duration no
|
|
24956
|
-
'MetaDataList//Geolocation/Latitude'
|
|
24957
|
-
GPSLatitude no
|
|
24958
|
-
'MetaDataList//Geolocation/Longitude'
|
|
24959
|
-
GPSLongitude no
|
|
24960
|
-
'MetaDataList//Geolocation/MapDatum'
|
|
24961
|
-
GPSMapDatum no
|
|
24962
|
-
'XMLFileType' XMLFileType no
|
|
24963
|
-
'cast//name' Cast no+
|
|
24964
|
-
'codirectors//name' Codirectors no+
|
|
24965
|
-
'directors//name' Directors no+
|
|
24966
|
-
'producers//name' Producers no+
|
|
24967
|
-
'screenwriters//name' Screenwriters no+
|
|
24968
|
-
'studio//name' Studio no+
|
|
24969
|
-
|
|
24970
25443
|
=head2 APP12 Tags
|
|
24971
25444
|
|
|
24972
25445
|
=head3 APP12 PictureInfo Tags
|
|
@@ -25618,6 +26091,7 @@ These tags belong to the ExifTool XMP-photomech family 1 group.
|
|
|
25618
26091
|
-------- --------
|
|
25619
26092
|
ColorClass integer
|
|
25620
26093
|
CountryCode string/
|
|
26094
|
+
CreatorIdentity string+
|
|
25621
26095
|
EditStatus string
|
|
25622
26096
|
PMVersion string
|
|
25623
26097
|
Prefs string
|
|
@@ -26565,6 +27039,7 @@ Tags extracted from GIF89a application extensions.
|
|
|
26565
27039
|
|
|
26566
27040
|
Tag ID Tag Name Writable
|
|
26567
27041
|
------ -------- --------
|
|
27042
|
+
'C2PA_GIF/' JUMBF Jpeg2000
|
|
26568
27043
|
'ICCRGBG1/012' ICC_Profile ICC_Profile
|
|
26569
27044
|
'MIDICTRL/Jon' MIDIControl GIF MIDIControl
|
|
26570
27045
|
'MIDISONG/Dm7' MIDISong no
|
|
@@ -28229,8 +28704,11 @@ ID3 version 2.2 tags. (These are the tags written by iTunes 5.0.)
|
|
|
28229
28704
|
------ -------- --------
|
|
28230
28705
|
'CNT' PlayCounter no
|
|
28231
28706
|
'COM' Comment no
|
|
28707
|
+
'GP1' Grouping no
|
|
28232
28708
|
'IPL' InvolvedPeople no
|
|
28233
28709
|
'ITU' iTunesU? no
|
|
28710
|
+
'MVI' MovementNumber no
|
|
28711
|
+
'MVN' MovementName no
|
|
28234
28712
|
'PCS' Podcast? no
|
|
28235
28713
|
'PIC' Picture no
|
|
28236
28714
|
'PIC-1' PictureFormat no
|
|
@@ -28312,6 +28790,7 @@ software.
|
|
|
28312
28790
|
'APIC-2' PictureType no
|
|
28313
28791
|
'APIC-3' PictureDescription no
|
|
28314
28792
|
'COMM' Comment no
|
|
28793
|
+
'GEOB' GeneralEncapsulatedObject ID3 GEOB
|
|
28315
28794
|
'GRP1' Grouping no
|
|
28316
28795
|
'IPLS' InvolvedPeople no
|
|
28317
28796
|
'ITNU' iTunesU? no
|
|
@@ -28388,6 +28867,16 @@ software.
|
|
|
28388
28867
|
'XSOP' PerformerSortOrder no
|
|
28389
28868
|
'XSOT' TitleSortOrder no
|
|
28390
28869
|
|
|
28870
|
+
=head3 ID3 GEOB Tags
|
|
28871
|
+
|
|
28872
|
+
Tag ID Tag Name Writable
|
|
28873
|
+
------ -------- --------
|
|
28874
|
+
'GEOB-Data' GEOB-Data no
|
|
28875
|
+
'GEOB-Desc' GEOB-Desc no
|
|
28876
|
+
'GEOB-File' GEOB-File no
|
|
28877
|
+
'GEOB-Mime' GEOB-Mime no
|
|
28878
|
+
'application/x-c2pa-manifest-store' JUMBF Jpeg2000
|
|
28879
|
+
|
|
28391
28880
|
=head3 ID3 Private Tags
|
|
28392
28881
|
|
|
28393
28882
|
ID3 private (PRIV) tags. ExifTool will decode any private tags found, even
|
|
@@ -28417,6 +28906,7 @@ software.
|
|
|
28417
28906
|
'APIC-2' PictureType no
|
|
28418
28907
|
'APIC-3' PictureDescription no
|
|
28419
28908
|
'COMM' Comment no
|
|
28909
|
+
'GEOB' GeneralEncapsulatedObject ID3 GEOB
|
|
28420
28910
|
'GRP1' Grouping no
|
|
28421
28911
|
'ITNU' iTunesU? no
|
|
28422
28912
|
'MCDI' MusicCDIdentifier no
|
|
@@ -28652,6 +29142,8 @@ for the official specification.
|
|
|
28652
29142
|
UUID-Flip QuickTime Flip
|
|
28653
29143
|
UUID-Canon2 Canon uuid2
|
|
28654
29144
|
SensorData QuickTime Tags360Fly
|
|
29145
|
+
JUMBF Jpeg2000
|
|
29146
|
+
CBOR CBOR
|
|
28655
29147
|
SensorData no
|
|
28656
29148
|
PreviewImage no
|
|
28657
29149
|
UUID-Unknown? no
|
|
@@ -29107,6 +29599,7 @@ QuickTimeHandler option may be set to 0 to avoid this.
|
|
|
29107
29599
|
'itnu' iTunesU int8s
|
|
29108
29600
|
'keyw' Keyword string
|
|
29109
29601
|
'ldes' LongDescription string
|
|
29602
|
+
'ownr' Owner string
|
|
29110
29603
|
'pcst' Podcast int8s
|
|
29111
29604
|
'perf' Performer string
|
|
29112
29605
|
'pgap' PlayGap int8s
|
|
@@ -29135,6 +29628,7 @@ QuickTimeHandler option may be set to 0 to avoid this.
|
|
|
29135
29628
|
'tvnn' TVNetworkName string
|
|
29136
29629
|
'tvsh' TVShow string
|
|
29137
29630
|
'tvsn' TVSeason int32u
|
|
29631
|
+
'xid ' ISRC string
|
|
29138
29632
|
'yrrc' Year string
|
|
29139
29633
|
"\xa9ART" Artist string
|
|
29140
29634
|
"\xa9alb" Album string
|
|
@@ -29292,6 +29786,7 @@ and are not currently writable.
|
|
|
29292
29786
|
4 ColorPrimaries no
|
|
29293
29787
|
6 TransferCharacteristics no
|
|
29294
29788
|
8 MatrixCoefficients no
|
|
29789
|
+
10 VideoFullRangeFlag no
|
|
29295
29790
|
|
|
29296
29791
|
=head3 QuickTime HEVCConfig Tags
|
|
29297
29792
|
|
|
@@ -30256,6 +30751,7 @@ metadata to WEBP images, but can't yet write to other RIFF-based formats.
|
|
|
30256
30751
|
'ALPH' ALPH RIFF ALPH
|
|
30257
30752
|
'ANIM' ANIM RIFF ANIM
|
|
30258
30753
|
'ANMF' ANMF RIFF ANMF
|
|
30754
|
+
'C2PA' JUMBF Jpeg2000
|
|
30259
30755
|
'CSET' CharacterSet RIFF CSET
|
|
30260
30756
|
'EXIF' EXIF EXIF
|
|
30261
30757
|
UnknownEXIF no
|
|
@@ -30283,6 +30779,7 @@ metadata to WEBP images, but can't yet write to other RIFF-based formats.
|
|
|
30283
30779
|
'VP8 ' VP8Bitstream RIFF VP8
|
|
30284
30780
|
'VP8L' VP8L RIFF VP8L
|
|
30285
30781
|
'VP8X' VP8X RIFF VP8X
|
|
30782
|
+
"XMP\0" XMP XMP
|
|
30286
30783
|
'XMP ' XMP XMP
|
|
30287
30784
|
'_PMX' XMP XMP
|
|
30288
30785
|
'aXML' AXML XMP XML
|
|
@@ -37537,6 +38034,53 @@ L<https://fits.gsfc.nasa.gov/fits_standard.html> for the specification.
|
|
|
37537
38034
|
'TIME-END' ObservationTimeEnd no
|
|
37538
38035
|
'TIME-OBS' ObservationTime no
|
|
37539
38036
|
|
|
38037
|
+
=head2 XISF Tags
|
|
38038
|
+
|
|
38039
|
+
This table lists some standard Extensible Image Serialization Format (XISF)
|
|
38040
|
+
tags, but ExifTool will extract any other tags found. See
|
|
38041
|
+
L<https://pixinsight.com/xisf/> for the specification.
|
|
38042
|
+
|
|
38043
|
+
Tag ID Tag Name Writable
|
|
38044
|
+
------ -------- --------
|
|
38045
|
+
'Abstract' Abstract no
|
|
38046
|
+
'AccessRights' AccessRights no
|
|
38047
|
+
'Authors' Authors no
|
|
38048
|
+
'BibliographicReferences'
|
|
38049
|
+
BibliographicReferences no
|
|
38050
|
+
'BriefDescription' BriefDescription no
|
|
38051
|
+
'CompressionCodecs' CompressionCodecs no
|
|
38052
|
+
'CompressionLevel' CompressionLevel no
|
|
38053
|
+
'Contributors' Contributors no
|
|
38054
|
+
'Copyright' Copyright no
|
|
38055
|
+
'CreationTime' CreateDate no
|
|
38056
|
+
'CreatorApplication' CreatorApplication no
|
|
38057
|
+
'CreatorModule' CreatorModule no
|
|
38058
|
+
'CreatorOS' CreatorOS no
|
|
38059
|
+
'Description' Description no
|
|
38060
|
+
'ImageBounds' ImageBounds no
|
|
38061
|
+
'ImageColorSpace' ColorSpace no
|
|
38062
|
+
'ImageData' ImageData no
|
|
38063
|
+
'ImageGeometry' ImageGeometry no
|
|
38064
|
+
'ImageICCProfile' ICC_Profile no
|
|
38065
|
+
'ImageICCProfileLocation' ICCProfileLocation no
|
|
38066
|
+
'ImageId' ImageID no
|
|
38067
|
+
'ImageImageType' ImageType no
|
|
38068
|
+
'ImageLocation' ImageLocation no
|
|
38069
|
+
'ImageOffset' ImagePixelOffset no
|
|
38070
|
+
'ImageOrientation' Orientation no
|
|
38071
|
+
'ImagePixelStorage' ImagePixelStorage no
|
|
38072
|
+
'ImageResolutionHorizontal' XResolution no
|
|
38073
|
+
'ImageResolutionUnit' ResolutionUnit no
|
|
38074
|
+
'ImageResolutionVertical' YResolution no
|
|
38075
|
+
'ImageSampleFormat' ImageSampleFormat no
|
|
38076
|
+
'ImageUuid' UUID no
|
|
38077
|
+
'Keywords' Keywords no
|
|
38078
|
+
'Languages' Languages no
|
|
38079
|
+
'License' License no
|
|
38080
|
+
'OriginalCreationTime' DateTimeOriginal no
|
|
38081
|
+
'RelatedResources' RelatedResources no
|
|
38082
|
+
'Title' Title no
|
|
38083
|
+
|
|
37540
38084
|
=head2 HTML Tags
|
|
37541
38085
|
|
|
37542
38086
|
Meta information extracted from the header of HTML and XHTML files. This is
|
|
@@ -38324,11 +38868,10 @@ Tags extracted from V-Note VNT files.
|
|
|
38324
38868
|
Although basic text files contain no metadata, the following tags are
|
|
38325
38869
|
determined from a simple analysis of the data in TXT and CSV files.
|
|
38326
38870
|
Statistics are generated only for 8-bit encodings, but the FastScan (-fast)
|
|
38327
|
-
option may be used to limit processing to the first 64
|
|
38328
|
-
tags are not produced. To avoid long processing delays, ExifTool will
|
|
38329
|
-
a minor warning and process only the first 64
|
|
38330
|
-
|
|
38331
|
-
option is used.
|
|
38871
|
+
option may be used to limit processing to the first 64 KiB in which case
|
|
38872
|
+
some tags are not produced. To avoid long processing delays, ExifTool will
|
|
38873
|
+
issue a minor warning and process only the first 64 KiB of any file larger
|
|
38874
|
+
than 20 MiB unless the IgnoreMinorErrors (-m) option is used.
|
|
38332
38875
|
|
|
38333
38876
|
Tag Name Writable
|
|
38334
38877
|
-------- --------
|
|
@@ -38868,6 +39411,7 @@ FileName.
|
|
|
38868
39411
|
MaxVal File no
|
|
38869
39412
|
NewGUID ExifTool no
|
|
38870
39413
|
Now ExifTool no
|
|
39414
|
+
NumPlanes File no
|
|
38871
39415
|
OtherImage File no
|
|
38872
39416
|
PageCount File no
|
|
38873
39417
|
PreviewImage File yes
|