exiftool_vendored 12.68.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.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/bin/Changes +63 -15
  3. data/bin/META.json +1 -1
  4. data/bin/META.yml +1 -1
  5. data/bin/README +2 -2
  6. data/bin/exiftool +13 -13
  7. data/bin/lib/Image/ExifTool/CBOR.pm +18 -2
  8. data/bin/lib/Image/ExifTool/Canon.pm +68 -16
  9. data/bin/lib/Image/ExifTool/DJI.pm +3 -2
  10. data/bin/lib/Image/ExifTool/DNG.pm +25 -2
  11. data/bin/lib/Image/ExifTool/EXE.pm +54 -6
  12. data/bin/lib/Image/ExifTool/Exif.pm +175 -14
  13. data/bin/lib/Image/ExifTool/FujiFilm.pm +142 -20
  14. data/bin/lib/Image/ExifTool/GIF.pm +5 -1
  15. data/bin/lib/Image/ExifTool/ID3.pm +70 -7
  16. data/bin/lib/Image/ExifTool/InDesign.pm +1 -1
  17. data/bin/lib/Image/ExifTool/JPEG.pm +1 -1
  18. data/bin/lib/Image/ExifTool/Jpeg2000.pm +30 -15
  19. data/bin/lib/Image/ExifTool/MakerNotes.pm +2 -2
  20. data/bin/lib/Image/ExifTool/Nikon.pm +58 -18
  21. data/bin/lib/Image/ExifTool/Olympus.pm +7 -1
  22. data/bin/lib/Image/ExifTool/PNG.pm +8 -13
  23. data/bin/lib/Image/ExifTool/Panasonic.pm +15 -2
  24. data/bin/lib/Image/ExifTool/PhotoMechanic.pm +2 -2
  25. data/bin/lib/Image/ExifTool/QuickTime.pm +32 -5
  26. data/bin/lib/Image/ExifTool/README +14 -5
  27. data/bin/lib/Image/ExifTool/RIFF.pm +60 -10
  28. data/bin/lib/Image/ExifTool/Sony.pm +95 -34
  29. data/bin/lib/Image/ExifTool/TagLookup.pm +6937 -6714
  30. data/bin/lib/Image/ExifTool/TagNames.pod +812 -332
  31. data/bin/lib/Image/ExifTool/Text.pm +4 -5
  32. data/bin/lib/Image/ExifTool/Validate.pm +23 -20
  33. data/bin/lib/Image/ExifTool/WriteCanonRaw.pl +2 -2
  34. data/bin/lib/Image/ExifTool/WriteExif.pl +14 -4
  35. data/bin/lib/Image/ExifTool/WriteQuickTime.pl +1 -0
  36. data/bin/lib/Image/ExifTool/WriteRIFF.pl +31 -6
  37. data/bin/lib/Image/ExifTool/Writer.pl +40 -14
  38. data/bin/lib/Image/ExifTool/XMP.pm +67 -2
  39. data/bin/lib/Image/ExifTool/XMP2.pl +35 -0
  40. data/bin/lib/Image/ExifTool.pm +79 -40
  41. data/bin/lib/Image/ExifTool.pod +9 -3
  42. data/bin/perl-Image-ExifTool.spec +1 -1
  43. data/lib/exiftool_vendored/version.rb +1 -1
  44. metadata +2 -2
@@ -12,7 +12,7 @@ meta information extracted from or written to a file.
12
12
  =head1 TAG TABLES
13
13
 
14
14
  The tables listed below give the names of all tags recognized by ExifTool.
15
- They contain a total of 27039 tags, with 16991 unique tag names.
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
- 0xc51b HasselbladExif - no
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
@@ -7482,6 +7878,7 @@ Unknown only to reduce the volume of the normal output.
7482
7878
  CanonCameraInfo1100D Canon CameraInfo600D
7483
7879
  CanonCameraInfo1200D Canon CameraInfo60D
7484
7880
  CanonCameraInfoR6 Canon CameraInfoR6
7881
+ CanonCameraInfoG5XII Canon CameraInfoG5XII
7485
7882
  CanonCameraInfoPowerShot Canon CameraInfoPowerShot
7486
7883
  CanonCameraInfoPowerShot2 Canon CameraInfoPowerShot2
7487
7884
  CanonCameraInfoUnknown32 Canon CameraInfoUnknown32
@@ -8474,6 +8871,16 @@ CameraInfo tags for the EOS R6.
8474
8871
  ------ -------- --------
8475
8872
  2801 ShutterCount int32u
8476
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
+
8477
8884
  =head3 Canon CameraInfoPowerShot Tags
8478
8885
 
8479
8886
  CameraInfo tags for PowerShot models such as the A450, A460, A550, A560,
@@ -10880,7 +11287,7 @@ These tags belong to the ExifTool XMP-drone-dji family 1 group.
10880
11287
  FlightZSpeed real
10881
11288
  GPSLatitude real/
10882
11289
  GPSLongitude real/
10883
- GPSLongtitude real
11290
+ GPSLongtitude real/
10884
11291
  GimbalPitchDegree real
10885
11292
  GimbalReverse string
10886
11293
  GimbalRollDegree real
@@ -11623,6 +12030,15 @@ Tags found in the FujiIFD information of RAF images from some models.
11623
12030
  0xf00f ChromaticAberrationParams no
11624
12031
  0xf010 VignettingParams no
11625
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
+
11626
12042
  =head3 FujiFilm FFMV Tags
11627
12043
 
11628
12044
  Information found in the FFMV atom of MOV videos.
@@ -13840,8 +14256,9 @@ DiMAGE X and Xt.
13840
14256
  ColorBalance0211 Nikon ColorBalance4
13841
14257
  ColorBalance0213 Nikon ColorBalance2
13842
14258
  ColorBalance0215 Nikon ColorBalance4
13843
- ColorBalanceUnknown02 Nikon ColorBalanceUnknown
13844
- ColorBalanceUnknown04 Nikon ColorBalanceUnknown
14259
+ ColorBalance0219 Nikon ColorBalance2
14260
+ ColorBalanceUnknown1 Nikon ColorBalanceUnknown
14261
+ ColorBalanceUnknown2 Nikon ColorBalanceUnknown2
13845
14262
  ColorBalanceUnknown Nikon ColorBalanceUnknown
13846
14263
  0x0098 LensData0100 Nikon LensData00
13847
14264
  LensData0101 Nikon LensData01
@@ -14655,6 +15072,7 @@ These tags are extracted from encrypted data in images from the Z7II.
14655
15072
  4 FirmwareVersion no
14656
15073
  48 IntervalOffset Nikon IntervalInfoZ7II
14657
15074
  56 PortraitOffset Nikon PortraitInfoZ7II
15075
+ 136 OrientationOffset Nikon OrientationInfo
14658
15076
  152 OrientationOffset Nikon OrientationInfo
14659
15077
  160 MenuOffset Nikon MenuInfoZ7II
14660
15078
 
@@ -15266,6 +15684,12 @@ This information is encrypted for most camera models.
15266
15684
  ------ -------- --------
15267
15685
  0 ColorBalanceVersion undef[4]
15268
15686
 
15687
+ =head3 Nikon ColorBalanceUnknown2 Tags
15688
+
15689
+ Index2 Tag Name Writable
15690
+ ------ -------- --------
15691
+ 0 ColorBalanceVersion undef[4]
15692
+
15269
15693
  =head3 Nikon LensData00 Tags
15270
15694
 
15271
15695
  This structure is used by the D100, and D1X with firmware version 1.1.
@@ -18249,6 +18673,291 @@ Tags found in the OLYM atom of MP4 videos from the TG-810.
18249
18673
  265 ThumbnailWidth no
18250
18674
  267 ThumbnailHeight no
18251
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
+
18252
18961
  =head2 Panasonic Tags
18253
18962
 
18254
18963
  These tags are used in Panasonic/Leica cameras.
@@ -18530,6 +19239,7 @@ This information is written by the X1, X2, X VARIO and T.
18530
19239
  0x0412 FilmMode string
18531
19240
  0x0413 WB_RGBLevels rational64u[3]
18532
19241
  0x0500 InternalSerialNumber undef
19242
+ 0x05ff CameraIFD PanasonicRaw CameraIFD
18533
19243
 
18534
19244
  =head3 Panasonic FocusInfo Tags
18535
19245
 
@@ -20302,6 +21012,7 @@ MakerNotes.
20302
21012
  0x2036 Clarity int32s
20303
21013
  0x2037 FocusFrameSize no
20304
21014
  0x2039 JPEG-HEIFSwitch int16u
21015
+ 0x204a FocusLocation2 int16u[4]
20305
21016
  0x3000 ShotInfo Sony ShotInfo
20306
21017
  0x900b Tag900b Sony Tag900b
20307
21018
  0x9050 Tag9050a Sony Tag9050a
@@ -20320,6 +21031,7 @@ MakerNotes.
20320
21031
  0x9405 Tag9405a Sony Tag9405a
20321
21032
  Tag9405b Sony Tag9405b
20322
21033
  0x9406 Tag9406 Sony Tag9406
21034
+ Tag9406b Sony Tag9406b
20323
21035
  0x940a Tag940a Sony Tag940a
20324
21036
  0x940c Tag940c Sony Tag940c
20325
21037
  0x940e AFInfo Sony AFInfo
@@ -21476,7 +22188,6 @@ WX350/WX500, ILCE-1/7/7C/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/7SM3/9/9M2/5000/
21476
22188
  30 SequenceLength int8u
21477
22189
  41 CameraOrientation int8u
21478
22190
  42 Quality2 int8u
21479
- 71 SonyImageHeight int16u~
21480
22191
  83 ModelReleaseYear int8u~
21481
22192
  307 ShutterType int8u
21482
22193
  313 ShutterType int8u
@@ -21487,6 +22198,7 @@ WX350/WX500, ILCE-1/7/7C/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/7SM3/9/9M2/5000/
21487
22198
  Index1 Tag Name Writable
21488
22199
  ------ -------- --------
21489
22200
  994 ISOInfo Sony ISOInfo
22201
+ 1012 ISOInfo Sony ISOInfo
21490
22202
  1102 ISOInfo Sony ISOInfo
21491
22203
  1176 ISOInfo Sony ISOInfo
21492
22204
  1181 ISOInfo Sony ISOInfo
@@ -21617,11 +22329,17 @@ ILCE-7/7M2/7M3/7R/7RM2/7RM3/7RM4/7S/7SM2/9/9M2/5000/5100/6000/6100/6300/
21617
22329
  Index1 Tag Name Writable
21618
22330
  ------ -------- --------
21619
22331
  5 BatteryTemperature int8u
21620
- BatteryLevel int8u
21621
22332
  6 BatteryLevelGrip1 int8u
21622
22333
  7 BatteryLevel int8u
21623
22334
  8 BatteryLevelGrip2 int8u
21624
22335
 
22336
+ =head3 Sony Tag9406b Tags
22337
+
22338
+ Index1 Tag Name Writable
22339
+ ------ -------- --------
22340
+ 5 BatteryLevel int8u
22341
+ 7 BatteryLevel2 int8u
22342
+
21625
22343
  =head3 Sony Tag940a Tags
21626
22344
 
21627
22345
  These tags are currently extracted for SLT models only.
@@ -21822,7 +22540,7 @@ E-mount models.
21822
22540
 
21823
22541
  =head3 Sony Tag9416 Tags
21824
22542
 
21825
- Valid for the ILCE-1/6700/7CM2/7CR/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.
21826
22544
 
21827
22545
  Index1 Tag Name Writable
21828
22546
  ------ -------- --------
@@ -22255,6 +22973,51 @@ information.
22255
22973
  0x0006 OriginalTHMFileType no
22256
22974
  0x0007 OriginalTHMCreator no
22257
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
+
22258
23021
  =head2 CanonRaw Tags
22259
23022
 
22260
23023
  These tags apply to CRW-format Canon RAW files and information in the APP0
@@ -22492,291 +23255,6 @@ These tags are used in Minolta RAW format (MRW) images.
22492
23255
  4 WB_GBRGLevels int16u[4]
22493
23256
  WB_RGGBLevels int16u[4]
22494
23257
 
22495
- =head2 PanasonicRaw Tags
22496
-
22497
- These tags are found in IFD0 of Panasonic/Leica RAW, RW2 and RWL images.
22498
-
22499
- Tag ID Tag Name Writable
22500
- ------ -------- --------
22501
- 0x0001 PanasonicRawVersion undef
22502
- 0x0002 SensorWidth no
22503
- 0x0003 SensorHeight no
22504
- 0x0004 SensorTopBorder no
22505
- 0x0005 SensorLeftBorder no
22506
- 0x0006 SensorBottomBorder no
22507
- 0x0007 SensorRightBorder no
22508
- 0x0008 SamplesPerPixel int16u!
22509
- 0x0009 CFAPattern int16u!
22510
- 0x000a BitsPerSample int16u!
22511
- 0x000b Compression int16u!
22512
- 0x000e LinearityLimitRed int16u
22513
- 0x000f LinearityLimitGreen int16u
22514
- 0x0010 LinearityLimitBlue int16u
22515
- 0x0011 RedBalance int16u
22516
- 0x0012 BlueBalance int16u
22517
- 0x0013 WBInfo PanasonicRaw WBInfo
22518
- 0x0017 ISO int16u
22519
- 0x0018 HighISOMultiplierRed int16u
22520
- 0x0019 HighISOMultiplierGreen int16u
22521
- 0x001a HighISOMultiplierBlue int16u
22522
- 0x001b NoiseReductionParams undef[n]!
22523
- 0x001c BlackLevelRed int16u
22524
- 0x001d BlackLevelGreen int16u
22525
- 0x001e BlackLevelBlue int16u
22526
- 0x0024 WBRedLevel int16u
22527
- 0x0025 WBGreenLevel int16u
22528
- 0x0026 WBBlueLevel int16u
22529
- 0x0027 WBInfo2 PanasonicRaw WBInfo2
22530
- 0x002d RawFormat int16u!
22531
- 0x002e JpgFromRaw JPEG
22532
- 0x002f CropTop int16u
22533
- 0x0030 CropLeft int16u
22534
- 0x0031 CropBottom int16u
22535
- 0x0032 CropRight int16u
22536
- 0x010f Make string
22537
- 0x0110 Model string
22538
- 0x0111 StripOffsets no
22539
- 0x0112 Orientation int16u
22540
- 0x0116 RowsPerStrip no
22541
- 0x0117 StripByteCounts no
22542
- 0x0118 RawDataOffset no
22543
- 0x0119 DistortionInfo PanasonicRaw DistortionInfo
22544
- 0x011c Gamma int16u
22545
- 0x0120 CameraIFD PanasonicRaw CameraIFD
22546
- 0x0121 Multishot int32u
22547
- 0x0127 JpgFromRaw2 no
22548
- 0x013b Artist string
22549
- 0x02bc ApplicationNotes XMP
22550
- 0x8298 Copyright string
22551
- 0x83bb IPTC-NAA IPTC
22552
- 0x8769 ExifOffset EXIF
22553
- 0x8825 GPSInfo GPS
22554
-
22555
- =head3 PanasonicRaw WBInfo Tags
22556
-
22557
- Index2 Tag Name Writable
22558
- ------ -------- --------
22559
- 0 NumWBEntries int16u
22560
- 1 WBType1 int16u
22561
- 2 WB_RBLevels1 int16u[2]
22562
- 4 WBType2 int16u
22563
- 5 WB_RBLevels2 int16u[2]
22564
- 7 WBType3 int16u
22565
- 8 WB_RBLevels3 int16u[2]
22566
- 10 WBType4 int16u
22567
- 11 WB_RBLevels4 int16u[2]
22568
- 13 WBType5 int16u
22569
- 14 WB_RBLevels5 int16u[2]
22570
- 16 WBType6 int16u
22571
- 17 WB_RBLevels6 int16u[2]
22572
- 19 WBType7 int16u
22573
- 20 WB_RBLevels7 int16u[2]
22574
-
22575
- =head3 PanasonicRaw WBInfo2 Tags
22576
-
22577
- Index2 Tag Name Writable
22578
- ------ -------- --------
22579
- 0 NumWBEntries int16u
22580
- 1 WBType1 int16u
22581
- 2 WB_RGBLevels1 int16u[3]
22582
- 5 WBType2 int16u
22583
- 6 WB_RGBLevels2 int16u[3]
22584
- 9 WBType3 int16u
22585
- 10 WB_RGBLevels3 int16u[3]
22586
- 13 WBType4 int16u
22587
- 14 WB_RGBLevels4 int16u[3]
22588
- 17 WBType5 int16u
22589
- 18 WB_RGBLevels5 int16u[3]
22590
- 21 WBType6 int16u
22591
- 22 WB_RGBLevels6 int16u[3]
22592
- 25 WBType7 int16u
22593
- 26 WB_RGBLevels7 int16u[3]
22594
-
22595
- =head3 PanasonicRaw DistortionInfo Tags
22596
-
22597
- Lens distortion correction information.
22598
-
22599
- Tag ID Tag Name Writable
22600
- ------ -------- --------
22601
- 0x0002 DistortionParam02 int16s
22602
- 0x0004 DistortionParam04 int16s
22603
- 0x0005 DistortionScale int16s
22604
- 7.1 DistortionCorrection int16s & 0x0f
22605
- 0x0008 DistortionParam08 int16s
22606
- 0x0009 DistortionParam09 int16s
22607
- 0x000b DistortionParam11 int16s
22608
- 0x000c DistortionN? int16s
22609
-
22610
- =head3 PanasonicRaw CameraIFD Tags
22611
-
22612
- Tag ID Tag Name Writable
22613
- ------ -------- --------
22614
- 0x1001 MultishotOn no
22615
- 0x1100 FocusStepNear no
22616
- 0x1101 FocusStepCount no
22617
- 0x1102 FlashFired no
22618
- 0x1105 ZoomPosition no
22619
- 0x1200 LensAttached no
22620
- 0x1201 LensTypeMake no
22621
- 0x1202 LensTypeModel no
22622
- 0x1203 FocalLengthIn35mmFormat no
22623
- 0x1301 ApertureValue no
22624
- 0x1302 ShutterSpeedValue no
22625
- 0x1303 SensitivityValue no
22626
- 0x1305 HighISOMode no
22627
- 0x1412 FacesDetected no
22628
- 0x3200 WB_CFA0_LevelDaylight no
22629
- 0x3201 WB_CFA1_LevelDaylight no
22630
- 0x3202 WB_CFA2_LevelDaylight no
22631
- 0x3203 WB_CFA3_LevelDaylight no
22632
- 0x3300 WhiteBalanceSet no
22633
- 0x3420 WB_RedLevelAuto no
22634
- 0x3421 WB_BlueLevelAuto no
22635
- 0x3501 Orientation no
22636
- 0x3600 WhiteBalanceDetected no
22637
-
22638
- =head2 SigmaRaw Tags
22639
-
22640
- These tags are used in Sigma and Foveon RAW (.X3F) images. Metadata is also
22641
- extracted from the JpgFromRaw image if it exists (all models but the SD9 and
22642
- SD10). Currently, metadata may only be written to the embedded JpgFromRaw.
22643
-
22644
- Tag ID Tag Name Writable
22645
- ------ -------- --------
22646
- 'Header' Header SigmaRaw Header
22647
- 'Header4' Header4 SigmaRaw Header4
22648
- 'HeaderExt' HeaderExt SigmaRaw HeaderExt
22649
- 'IMA2' PreviewImage no
22650
- JpgFromRaw no
22651
- 'IMAG' PreviewImage no
22652
- 'PROP' Properties SigmaRaw Properties
22653
-
22654
- =head3 SigmaRaw Header Tags
22655
-
22656
- Information extracted from the header of an X3F file.
22657
-
22658
- Tag ID Tag Name Writable
22659
- ------ -------- --------
22660
- 0x0001 FileVersion no
22661
- 0x0002 ImageUniqueID no
22662
- 0x0006 MarkBits no
22663
- 0x0007 ImageWidth no
22664
- 0x0008 ImageHeight no
22665
- 0x0009 Rotation no
22666
- 0x000a WhiteBalance no
22667
- 0x0012 SceneCaptureType no
22668
-
22669
- =head3 SigmaRaw Header4 Tags
22670
-
22671
- Header information for version 4.0 or greater X3F.
22672
-
22673
- Index4 Tag Name Writable
22674
- ------ -------- --------
22675
- 1 FileVersion no
22676
- 10 ImageWidth no
22677
- 11 ImageHeight no
22678
- 12 Rotation no
22679
-
22680
- =head3 SigmaRaw HeaderExt Tags
22681
-
22682
- Extended header data found in version 2.1 and 2.2 files
22683
-
22684
- Tag ID Tag Name Writable
22685
- ------ -------- --------
22686
- 0x0000 Unused no
22687
- 0x0001 ExposureAdjust no
22688
- 0x0002 Contrast no
22689
- 0x0003 Shadow no
22690
- 0x0004 Highlight no
22691
- 0x0005 Saturation no
22692
- 0x0006 Sharpness no
22693
- 0x0007 RedAdjust no
22694
- 0x0008 GreenAdjust no
22695
- 0x0009 BlueAdjust no
22696
- 0x000a X3FillLight no
22697
-
22698
- =head3 SigmaRaw Properties Tags
22699
-
22700
- Tag ID Tag Name Writable
22701
- ------ -------- --------
22702
- 'AEMODE' MeteringMode no
22703
- 'AFAREA' AFArea no
22704
- 'AFINFOCUS' AFInFocus no
22705
- 'AFMODE' FocusMode no
22706
- 'APERTURE' FNumber no
22707
- 'AP_DESC' ApertureDisplayed no
22708
- 'BRACKET' BracketShot no
22709
- 'BURST' BurstShot no
22710
- 'CAMMANUF' Make no
22711
- 'CAMMODEL' Model no
22712
- 'CAMNAME' CameraName no
22713
- 'CAMSERIAL' SerialNumber no
22714
- 'CM_DESC' SceneCaptureType no
22715
- 'COLORSPACE' ColorSpace no
22716
- 'DRIVE' DriveMode no
22717
- 'EVAL_STATE' EvalState no
22718
- 'EXPCOMP' ExposureCompensation no
22719
- 'EXPNET' NetExposureCompensation no
22720
- 'EXPTIME' IntegrationTime no
22721
- 'FIRMVERS' FirmwareVersion no
22722
- 'FLASH' FlashMode no
22723
- 'FLASHEXPCOMP' FlashExpComp no
22724
- 'FLASHPOWER' FlashPower no
22725
- 'FLASHTTLMODE' FlashTTLMode no
22726
- 'FLASHTYPE' FlashType no
22727
- 'FLENGTH' FocalLength no
22728
- 'FLEQ35MM' FocalLengthIn35mmFormat no
22729
- 'FOCUS' Focus no
22730
- 'IMAGEBOARDID' ImageBoardID no
22731
- 'IMAGERBOARDID' ImagerBoardID no
22732
- 'IMAGERTEMP' SensorTemperature no
22733
- 'ISO' ISO no
22734
- 'LENSARANGE' LensApertureRange no
22735
- 'LENSFRANGE' LensFocalRange no
22736
- 'LENSMODEL' LensType no
22737
- 'PMODE' ExposureProgram no
22738
- 'RESOLUTION' Quality no
22739
- 'SENSORID' SensorID no
22740
- 'SHUTTER' ExposureTime no
22741
- 'SH_DESC' ShutterSpeedDisplayed no
22742
- 'TIME' DateTimeOriginal no
22743
- 'VERSION_BF' VersionBF no
22744
- 'WB_DESC' WhiteBalance no
22745
-
22746
- =head2 Lytro Tags
22747
-
22748
- Tag definitions for Lytro Light Field Picture (LFP) files. ExifTool
22749
- extracts the full JSON metadata blocks, as well as breaking them down into
22750
- individual tags. All available tags are extracted from the JSON metadata,
22751
- even if they don't appear in the table below.
22752
-
22753
- Tag Name Writable
22754
- -------- --------
22755
- AccelerometerTime no
22756
- AccelerometerX no
22757
- AccelerometerY no
22758
- AccelerometerZ no
22759
- CameraType no
22760
- DateTimeOriginal no
22761
- EmbeddedImage no
22762
- ExposureTime no
22763
- FNumber no
22764
- FirmwareVersion no
22765
- FocalLength no
22766
- FocalPlaneXResolution no
22767
- FrameExposureTime no
22768
- ISO no
22769
- ImageLimitExposureBias no
22770
- ImageModulationExposureBias no
22771
- JSONMetadata no+
22772
- LensTemperature no
22773
- Make no
22774
- Model no
22775
- Orientation no
22776
- SensorSerialNumber no
22777
- SerialNumber no
22778
- SocTemperature no
22779
-
22780
23258
  =head2 JFIF Tags
22781
23259
 
22782
23260
  The following information is extracted from the JPEG JFIF header. See
@@ -24769,12 +25247,21 @@ chunk.
24769
25247
 
24770
25248
  =head2 Jpeg2000 Tags
24771
25249
 
24772
- The tags below are found in JPEG 2000 images and the JUMBF metadata in JPEG
24773
- images, but not all of these are extracted. Note that ExifTool currently
24774
- writes only EXIF, IPTC and XMP tags in Jpeg2000 images, and EXIF and XMP in
24775
- JXL images. ExifTool will read/write Brotli-compressed EXIF and XMP in JXL
24776
- images, but the API Compress option must be set to create new EXIF and XMP
24777
- in compressed format.
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=>.
24778
25265
 
24779
25266
  Tag ID Tag Name Writable
24780
25267
  ------ -------- --------
@@ -24843,8 +25330,8 @@ in compressed format.
24843
25330
  UUID-XMP XMP
24844
25331
  UUID-GeoJP2 EXIF
24845
25332
  UUID-Photoshop Photoshop
25333
+ UUID-C2PAClaimSignature CBOR
24846
25334
  UUID-Signature no
24847
- UUID-C2PAClaimSignature -
24848
25335
  UUID-Unknown no
24849
25336
  'xml ' XML XMP XML
24850
25337
  XMP -
@@ -24953,32 +25440,6 @@ metadata. As well as these tags, ExifTool will read any existing tags.
24953
25440
  ThumbnailURL no
24954
25441
  Title no
24955
25442
 
24956
- =head2 PLIST Tags
24957
-
24958
- Apple Property List tags. ExifTool reads both XML and binary-format PLIST
24959
- files, and will extract any existing tags even if they aren't listed below.
24960
- These tags belong to the family 0 "PLIST" group, but family 1 group may be
24961
- either "XML" or "PLIST" depending on whether the format is XML or binary.
24962
-
24963
- Tag ID Tag Name Writable
24964
- ------ -------- --------
24965
- 'MetaDataList//DateTimeOriginal'
24966
- DateTimeOriginal no
24967
- 'MetaDataList//Duration' Duration no
24968
- 'MetaDataList//Geolocation/Latitude'
24969
- GPSLatitude no
24970
- 'MetaDataList//Geolocation/Longitude'
24971
- GPSLongitude no
24972
- 'MetaDataList//Geolocation/MapDatum'
24973
- GPSMapDatum no
24974
- 'XMLFileType' XMLFileType no
24975
- 'cast//name' Cast no+
24976
- 'codirectors//name' Codirectors no+
24977
- 'directors//name' Directors no+
24978
- 'producers//name' Producers no+
24979
- 'screenwriters//name' Screenwriters no+
24980
- 'studio//name' Studio no+
24981
-
24982
25443
  =head2 APP12 Tags
24983
25444
 
24984
25445
  =head3 APP12 PictureInfo Tags
@@ -25630,7 +26091,7 @@ These tags belong to the ExifTool XMP-photomech family 1 group.
25630
26091
  -------- --------
25631
26092
  ColorClass integer
25632
26093
  CountryCode string/
25633
- CreatorIdentity string
26094
+ CreatorIdentity string+
25634
26095
  EditStatus string
25635
26096
  PMVersion string
25636
26097
  Prefs string
@@ -26578,6 +27039,7 @@ Tags extracted from GIF89a application extensions.
26578
27039
 
26579
27040
  Tag ID Tag Name Writable
26580
27041
  ------ -------- --------
27042
+ 'C2PA_GIF/' JUMBF Jpeg2000
26581
27043
  'ICCRGBG1/012' ICC_Profile ICC_Profile
26582
27044
  'MIDICTRL/Jon' MIDIControl GIF MIDIControl
26583
27045
  'MIDISONG/Dm7' MIDISong no
@@ -28242,8 +28704,11 @@ ID3 version 2.2 tags. (These are the tags written by iTunes 5.0.)
28242
28704
  ------ -------- --------
28243
28705
  'CNT' PlayCounter no
28244
28706
  'COM' Comment no
28707
+ 'GP1' Grouping no
28245
28708
  'IPL' InvolvedPeople no
28246
28709
  'ITU' iTunesU? no
28710
+ 'MVI' MovementNumber no
28711
+ 'MVN' MovementName no
28247
28712
  'PCS' Podcast? no
28248
28713
  'PIC' Picture no
28249
28714
  'PIC-1' PictureFormat no
@@ -28325,6 +28790,7 @@ software.
28325
28790
  'APIC-2' PictureType no
28326
28791
  'APIC-3' PictureDescription no
28327
28792
  'COMM' Comment no
28793
+ 'GEOB' GeneralEncapsulatedObject ID3 GEOB
28328
28794
  'GRP1' Grouping no
28329
28795
  'IPLS' InvolvedPeople no
28330
28796
  'ITNU' iTunesU? no
@@ -28401,6 +28867,16 @@ software.
28401
28867
  'XSOP' PerformerSortOrder no
28402
28868
  'XSOT' TitleSortOrder no
28403
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
+
28404
28880
  =head3 ID3 Private Tags
28405
28881
 
28406
28882
  ID3 private (PRIV) tags. ExifTool will decode any private tags found, even
@@ -28430,6 +28906,7 @@ software.
28430
28906
  'APIC-2' PictureType no
28431
28907
  'APIC-3' PictureDescription no
28432
28908
  'COMM' Comment no
28909
+ 'GEOB' GeneralEncapsulatedObject ID3 GEOB
28433
28910
  'GRP1' Grouping no
28434
28911
  'ITNU' iTunesU? no
28435
28912
  'MCDI' MusicCDIdentifier no
@@ -28665,6 +29142,8 @@ for the official specification.
28665
29142
  UUID-Flip QuickTime Flip
28666
29143
  UUID-Canon2 Canon uuid2
28667
29144
  SensorData QuickTime Tags360Fly
29145
+ JUMBF Jpeg2000
29146
+ CBOR CBOR
28668
29147
  SensorData no
28669
29148
  PreviewImage no
28670
29149
  UUID-Unknown? no
@@ -30272,6 +30751,7 @@ metadata to WEBP images, but can't yet write to other RIFF-based formats.
30272
30751
  'ALPH' ALPH RIFF ALPH
30273
30752
  'ANIM' ANIM RIFF ANIM
30274
30753
  'ANMF' ANMF RIFF ANMF
30754
+ 'C2PA' JUMBF Jpeg2000
30275
30755
  'CSET' CharacterSet RIFF CSET
30276
30756
  'EXIF' EXIF EXIF
30277
30757
  UnknownEXIF no
@@ -30299,6 +30779,7 @@ metadata to WEBP images, but can't yet write to other RIFF-based formats.
30299
30779
  'VP8 ' VP8Bitstream RIFF VP8
30300
30780
  'VP8L' VP8L RIFF VP8L
30301
30781
  'VP8X' VP8X RIFF VP8X
30782
+ "XMP\0" XMP XMP
30302
30783
  'XMP ' XMP XMP
30303
30784
  '_PMX' XMP XMP
30304
30785
  'aXML' AXML XMP XML
@@ -38387,11 +38868,10 @@ Tags extracted from V-Note VNT files.
38387
38868
  Although basic text files contain no metadata, the following tags are
38388
38869
  determined from a simple analysis of the data in TXT and CSV files.
38389
38870
  Statistics are generated only for 8-bit encodings, but the FastScan (-fast)
38390
- option may be used to limit processing to the first 64 kB in which case some
38391
- tags are not produced. To avoid long processing delays, ExifTool will issue
38392
- a minor warning and process only the first 64 kB of any file larger than 20
38393
- MB unless the IgnoreMinorErrors (-m)
38394
- 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.
38395
38875
 
38396
38876
  Tag Name Writable
38397
38877
  -------- --------