exiftool-vendored.exe 12.33.0 → 12.40.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/LICENSE +254 -247
- package/bin/exiftool_files/Changes +116 -0
- package/bin/exiftool_files/README +45 -45
- package/bin/exiftool_files/config_files/acdsee.config +6 -6
- package/bin/exiftool_files/config_files/photoshop_paths.config +30 -7
- package/bin/exiftool_files/config_files/picasa_faces.config +1 -1
- package/bin/exiftool_files/config_files/pix4d.config +2 -2
- package/bin/exiftool_files/config_files/tiff_version.config +2 -2
- package/bin/exiftool_files/exiftool.pl +112 -82
- package/bin/exiftool_files/lib/File/RandomAccess.pm +1 -1
- package/bin/exiftool_files/lib/File/RandomAccess.pod +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/AES.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/AFCP.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/AIFF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/APE.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/APP12.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/ASF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Apple.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Audible.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/BMP.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/BPG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/BZZ.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/BigTIFF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/BuildTagLookup.pm +15 -4
- package/bin/exiftool_files/lib/Image/ExifTool/CBOR.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +225 -13
- package/bin/exiftool_files/lib/Image/ExifTool/CanonCustom.pm +13 -3
- package/bin/exiftool_files/lib/Image/ExifTool/CanonRaw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/CanonVRD.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/CaptureOne.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Casio.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Charset.pm +3 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DICOM.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DJI.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DNG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DPX.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DV.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DarwinCore.pm +3 -3
- package/bin/exiftool_files/lib/Image/ExifTool/DjVu.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/EXE.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Exif.pm +64 -20
- package/bin/exiftool_files/lib/Image/ExifTool/FITS.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FLAC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FLIF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FLIR.pm +48 -11
- package/bin/exiftool_files/lib/Image/ExifTool/Fixup.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Flash.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FlashPix.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Font.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FotoStation.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FujiFilm.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/GE.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/GIF.pm +6 -2
- package/bin/exiftool_files/lib/Image/ExifTool/GIMP.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/GPS.pm +15 -11
- package/bin/exiftool_files/lib/Image/ExifTool/GeoTiff.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Geotag.pm +4 -3
- package/bin/exiftool_files/lib/Image/ExifTool/GoPro.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/H264.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/HP.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/HTML.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/HtmlDump.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/ICC_Profile.pm +97 -5
- package/bin/exiftool_files/lib/Image/ExifTool/ID3.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/IPTC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/ISO.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/ITC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Import.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/InDesign.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/JPEG.pm +6 -2
- package/bin/exiftool_files/lib/Image/ExifTool/JPEGDigest.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/JSON.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/JVC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Jpeg2000.pm +109 -12
- package/bin/exiftool_files/lib/Image/ExifTool/Kodak.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/KyoceraRaw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/LIF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/LNK.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/cs.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/de.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/en_ca.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/en_gb.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/es.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/fi.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/fr.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/it.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/ja.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/ko.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/nl.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/pl.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/ru.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/sv.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/tr.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/zh_cn.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/zh_tw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Leaf.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lytro.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/M2TS.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MIE.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MIEUnits.pod +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MIFF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MNG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MOI.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MPC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MPEG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MPF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MRC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MWG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MXF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MacOS.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MakerNotes.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Matroska.pm +9 -5
- package/bin/exiftool_files/lib/Image/ExifTool/Microsoft.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Minolta.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MinoltaRaw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Motorola.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Nikon.pm +1918 -72
- package/bin/exiftool_files/lib/Image/ExifTool/NikonCapture.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/NikonCustom.pm +523 -6
- package/bin/exiftool_files/lib/Image/ExifTool/NikonSettings.pm +150 -87
- package/bin/exiftool_files/lib/Image/ExifTool/Nintendo.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/OOXML.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Ogg.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Olympus.pm +7 -7
- package/bin/exiftool_files/lib/Image/ExifTool/OpenEXR.pm +5 -3
- package/bin/exiftool_files/lib/Image/ExifTool/Opus.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Other.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PCX.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PDF.pm +6 -4
- package/bin/exiftool_files/lib/Image/ExifTool/PGF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PICT.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PLIST.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PLUS.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PNG.pm +29 -8
- package/bin/exiftool_files/lib/Image/ExifTool/PPM.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PSP.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Palm.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Panasonic.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PanasonicRaw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Parrot.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Pentax.pm +3 -2
- package/bin/exiftool_files/lib/Image/ExifTool/PhaseOne.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PhotoCD.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PhotoMechanic.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Photoshop.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PostScript.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PrintIM.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Qualcomm.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +25 -7
- package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +40 -4
- package/bin/exiftool_files/lib/Image/ExifTool/README +4 -0
- package/bin/exiftool_files/lib/Image/ExifTool/RIFF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/RSRC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/RTF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Radiance.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Rawzor.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Real.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Reconyx.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Red.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Ricoh.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Samsung.pm +6 -2
- package/bin/exiftool_files/lib/Image/ExifTool/Sanyo.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Scalado.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Shift.pl +3 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Shortcuts.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Sigma.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/SigmaRaw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Sony.pm +34 -12
- package/bin/exiftool_files/lib/Image/ExifTool/SonyIDC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Stim.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/TagInfoXML.pm +11 -6
- package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +6581 -5893
- package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +1641 -59
- package/bin/exiftool_files/lib/Image/ExifTool/Text.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Theora.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Torrent.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Unknown.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/VCard.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Validate.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Vorbis.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WTV.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WriteCanonRaw.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WriteExif.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WriteIPTC.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WritePDF.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WritePNG.pl +30 -10
- package/bin/exiftool_files/lib/Image/ExifTool/WritePhotoshop.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WritePostScript.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WriteQuickTime.pl +19 -4
- package/bin/exiftool_files/lib/Image/ExifTool/WriteXMP.pl +13 -12
- package/bin/exiftool_files/lib/Image/ExifTool/Writer.pl +56 -10
- package/bin/exiftool_files/lib/Image/ExifTool/XMP.pm +169 -54
- package/bin/exiftool_files/lib/Image/ExifTool/XMP2.pl +6 -4
- package/bin/exiftool_files/lib/Image/ExifTool/XMPStruct.pl +22 -8
- package/bin/exiftool_files/lib/Image/ExifTool/ZIP.pm +10 -2
- package/bin/exiftool_files/lib/Image/ExifTool/ZISRAW.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/iWork.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool.pm +93 -13
- package/bin/exiftool_files/lib/Image/ExifTool.pod +80 -70
- 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 25775 tags, with 16465 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
|
|
@@ -156,6 +156,7 @@ L<https://www.w3.org/Graphics/JPEG/jfif3.pdf> for the JPEG specification.
|
|
|
156
156
|
Samsung Samsung Trailer
|
|
157
157
|
EmbeddedVideo no
|
|
158
158
|
Insta360 no
|
|
159
|
+
NikonApp no
|
|
159
160
|
PreviewImage yes
|
|
160
161
|
|
|
161
162
|
=head3 JPEG AVI1 Tags
|
|
@@ -1251,6 +1252,7 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
|
|
|
1251
1252
|
acdsee XMP acdsee
|
|
1252
1253
|
album XMP Album
|
|
1253
1254
|
apple-fi XMP apple_fi
|
|
1255
|
+
ast Nikon ast
|
|
1254
1256
|
aux XMP aux
|
|
1255
1257
|
cc XMP cc
|
|
1256
1258
|
cell XMP cell
|
|
@@ -1290,6 +1292,7 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
|
|
|
1290
1292
|
mwg-coll MWG Collections
|
|
1291
1293
|
mwg-kw MWG Keywords
|
|
1292
1294
|
mwg-rs MWG Regions
|
|
1295
|
+
nine Nikon nine
|
|
1293
1296
|
pdf XMP pdf
|
|
1294
1297
|
pdfx XMP pdfx
|
|
1295
1298
|
photomech PhotoMechanic XMP
|
|
@@ -1302,6 +1305,7 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
|
|
|
1302
1305
|
prm XMP prm
|
|
1303
1306
|
pur XMP pur
|
|
1304
1307
|
rdf XMP rdf
|
|
1308
|
+
sdc Nikon sdc
|
|
1305
1309
|
swf XMP swf
|
|
1306
1310
|
tiff XMP tiff
|
|
1307
1311
|
x XMP x
|
|
@@ -1434,6 +1438,7 @@ These tags belong to the ExifTool XMP-aux family 1 group.
|
|
|
1434
1438
|
LensID string
|
|
1435
1439
|
LensInfo string/
|
|
1436
1440
|
LensSerialNumber string/
|
|
1441
|
+
NeutralDensityFactor string
|
|
1437
1442
|
OwnerName string/
|
|
1438
1443
|
SerialNumber string/
|
|
1439
1444
|
VignetteCorrectionAlreadyApplied boolean
|
|
@@ -1511,17 +1516,85 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1511
1516
|
CircGradBasedCorrMaskBottom real/_
|
|
1512
1517
|
CircGradBasedCorrMaskCenterValue real/_
|
|
1513
1518
|
CircGradBasedCorrMaskCenterWeight real/_
|
|
1519
|
+
CircGradBasedCorrMaskRange CorrRangeMask Struct_+
|
|
1520
|
+
CircGradBasedCorrMaskRangeAreaModels AreaModels Struct_+
|
|
1521
|
+
CircGradBasedCorrMaskRangeAreaModelsComponents string/_+
|
|
1522
|
+
CircGradBasedCorrMaskRangeAreaModelsColorSampleInfo string/_+
|
|
1523
|
+
CircGradBasedCorrMaskRangeColorAmount real/_+
|
|
1524
|
+
CircGradBasedCorrMaskRangeDepthFeather real/_+
|
|
1525
|
+
CircGradBasedCorrMaskRangeDepthMax real/_+
|
|
1526
|
+
CircGradBasedCorrMaskRangeDepthMin real/_+
|
|
1527
|
+
CircGradBasedCorrMaskRangeInvert boolean/_+
|
|
1528
|
+
CircGradBasedCorrMaskRangeLumFeather real/_+
|
|
1529
|
+
CircGradBasedCorrMaskRangeLuminanceDepthSampleInfo string/_+
|
|
1530
|
+
CircGradBasedCorrMaskRangeLumMax real/_+
|
|
1531
|
+
CircGradBasedCorrMaskRangeLumMin real/_+
|
|
1532
|
+
CircGradBasedCorrMaskRangeLumRange string/_+
|
|
1533
|
+
CircGradBasedCorrMaskRangeSampleType integer/_+
|
|
1534
|
+
CircGradBasedCorrMaskRangeType string/_+
|
|
1535
|
+
CircGradBasedCorrMaskRangeVersion string/_+
|
|
1514
1536
|
CircGradBasedCorrMaskDabs string/_
|
|
1515
1537
|
CircGradBasedCorrMaskFeather real/_
|
|
1516
1538
|
CircGradBasedCorrMaskFlipped boolean/_
|
|
1517
1539
|
CircGradBasedCorrMaskFlow real/_
|
|
1518
1540
|
CircGradBasedCorrMaskFullX real/_
|
|
1519
1541
|
CircGradBasedCorrMaskFullY real/_
|
|
1542
|
+
CircGradBasedCorrMaskInputDigest string/_
|
|
1520
1543
|
CircGradBasedCorrMaskLeft real/_
|
|
1544
|
+
CircGradBasedCorrMaskMaskActive boolean/_
|
|
1545
|
+
CircGradBasedCorrMaskMaskBlendMode integer/_
|
|
1546
|
+
CircGradBasedCorrMaskMaskDigest string/_
|
|
1547
|
+
CircGradBasedCorrMaskMaskInverted boolean/_
|
|
1548
|
+
CircGradBasedCorrMaskMaskName string/_
|
|
1549
|
+
CircGradBasedCorrMaskMasks CorrectionMask Struct_+
|
|
1550
|
+
CircGradBasedCorrMaskMasksAlpha real/_
|
|
1551
|
+
CircGradBasedCorrMaskMasksAngle real/_
|
|
1552
|
+
CircGradBasedCorrMaskMasksBottom real/_
|
|
1553
|
+
CircGradBasedCorrMaskMasksCenterValue real/_
|
|
1554
|
+
CircGradBasedCorrMaskMasksCenterWeight real/_
|
|
1555
|
+
CircGradBasedCorrMaskMasksDabs string/_+
|
|
1556
|
+
CircGradBasedCorrMaskMasksFeather real/_
|
|
1557
|
+
CircGradBasedCorrMaskMasksFlipped boolean/_
|
|
1558
|
+
CircGradBasedCorrMaskMasksFlow real/_
|
|
1559
|
+
CircGradBasedCorrMaskMasksFullX real/_
|
|
1560
|
+
CircGradBasedCorrMaskMasksFullY real/_
|
|
1561
|
+
CircGradBasedCorrMaskMasksInputDigest string/_
|
|
1562
|
+
CircGradBasedCorrMaskMasksLeft real/_
|
|
1563
|
+
CircGradBasedCorrMaskMasksMaskActive boolean/_
|
|
1564
|
+
CircGradBasedCorrMaskMasksMaskBlendMode integer/_
|
|
1565
|
+
CircGradBasedCorrMaskMasksMaskDigest string/_
|
|
1566
|
+
CircGradBasedCorrMaskMasksMaskInverted boolean/_
|
|
1567
|
+
CircGradBasedCorrMaskMasksMaskName string/_
|
|
1568
|
+
CircGradBasedCorrMaskMasksMaskSubType string/_
|
|
1569
|
+
CircGradBasedCorrMaskMasksMaskSyncID string/_
|
|
1570
|
+
CircGradBasedCorrMaskMasksValue real/_
|
|
1571
|
+
CircGradBasedCorrMaskMasksMaskVersion string/_
|
|
1572
|
+
CircGradBasedCorrMaskMasksMidpoint real/_
|
|
1573
|
+
CircGradBasedCorrMaskMasksOrigin string/_
|
|
1574
|
+
CircGradBasedCorrMaskMasksPerimeterValue real/_
|
|
1575
|
+
CircGradBasedCorrMaskMasksRadius real/_
|
|
1576
|
+
CircGradBasedCorrMaskMasksReferencePoint string/_
|
|
1577
|
+
CircGradBasedCorrMaskMasksRight real/_
|
|
1578
|
+
CircGradBasedCorrMaskMasksRoundness real/_
|
|
1579
|
+
CircGradBasedCorrMaskMasksSizeX real/_
|
|
1580
|
+
CircGradBasedCorrMaskMasksSizeY real/_
|
|
1581
|
+
CircGradBasedCorrMaskMasksTop real/_
|
|
1582
|
+
CircGradBasedCorrMaskMaskSubType string/_
|
|
1583
|
+
CircGradBasedCorrMaskMasksVersion integer/_
|
|
1584
|
+
CircGradBasedCorrMaskMasksWhat string/_
|
|
1585
|
+
CircGradBasedCorrMaskMasksWholeImageArea string/_
|
|
1586
|
+
CircGradBasedCorrMaskMasksX real/_
|
|
1587
|
+
CircGradBasedCorrMaskMasksY real/_
|
|
1588
|
+
CircGradBasedCorrMaskMaskSyncID string/_
|
|
1589
|
+
CircGradBasedCorrMaskMasksZeroX real/_
|
|
1590
|
+
CircGradBasedCorrMaskMasksZeroY real/_
|
|
1521
1591
|
CircGradBasedCorrMaskValue real/_
|
|
1592
|
+
CircGradBasedCorrMaskMaskVersion string/_
|
|
1522
1593
|
CircGradBasedCorrMaskMidpoint real/_
|
|
1594
|
+
CircGradBasedCorrMaskOrigin string/_
|
|
1523
1595
|
CircGradBasedCorrMaskPerimeterValue real/_
|
|
1524
1596
|
CircGradBasedCorrMaskRadius real/_
|
|
1597
|
+
CircGradBasedCorrMaskReferencePoint string/_
|
|
1525
1598
|
CircGradBasedCorrMaskRight real/_
|
|
1526
1599
|
CircGradBasedCorrMaskRoundness real/_
|
|
1527
1600
|
CircGradBasedCorrMaskSizeX real/_
|
|
@@ -1529,20 +1602,30 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1529
1602
|
CircGradBasedCorrMaskTop real/_
|
|
1530
1603
|
CircGradBasedCorrMaskVersion integer/_
|
|
1531
1604
|
CircGradBasedCorrMaskWhat string/_
|
|
1605
|
+
CircGradBasedCorrMaskWholeImageArea string/_
|
|
1532
1606
|
CircGradBasedCorrMaskX real/_
|
|
1533
1607
|
CircGradBasedCorrMaskY real/_
|
|
1534
1608
|
CircGradBasedCorrMaskZeroX real/_
|
|
1535
1609
|
CircGradBasedCorrMaskZeroY real/_
|
|
1536
|
-
|
|
1610
|
+
CircGradBasedCorrCorrectionName string/_+
|
|
1611
|
+
CircGradBasedCorrRangeMask CorrRangeMask Struct_+
|
|
1612
|
+
CircGradBasedCorrRangeMaskAreaModels AreaModels Struct_+
|
|
1613
|
+
CircGradBasedCorrRangeMaskAreaModelsComponents string/_+
|
|
1614
|
+
CircGradBasedCorrRangeMaskAreaModelsColorSampleInfo string/_+
|
|
1537
1615
|
CircGradBasedCorrRangeMaskColorAmount real/_+
|
|
1538
1616
|
CircGradBasedCorrRangeMaskDepthFeather real/_+
|
|
1539
1617
|
CircGradBasedCorrRangeMaskDepthMax real/_+
|
|
1540
1618
|
CircGradBasedCorrRangeMaskDepthMin real/_+
|
|
1619
|
+
CircGradBasedCorrRangeMaskInvert boolean/_+
|
|
1541
1620
|
CircGradBasedCorrRangeMaskLumFeather real/_+
|
|
1621
|
+
CircGradBasedCorrRangeMaskLuminanceDepthSampleInfo string/_+
|
|
1542
1622
|
CircGradBasedCorrRangeMaskLumMax real/_+
|
|
1543
1623
|
CircGradBasedCorrRangeMaskLumMin real/_+
|
|
1624
|
+
CircGradBasedCorrRangeMaskLumRange string/_+
|
|
1625
|
+
CircGradBasedCorrRangeMaskSampleType integer/_+
|
|
1544
1626
|
CircGradBasedCorrRangeMaskType string/_+
|
|
1545
1627
|
CircGradBasedCorrRangeMaskVersion string/_+
|
|
1628
|
+
CircGradBasedCorrCorrectionSyncID string/_+
|
|
1546
1629
|
CircGradBasedCorrBlacks2012 real/_
|
|
1547
1630
|
CircGradBasedCorrBrightness real/_
|
|
1548
1631
|
CircGradBasedCorrClarity real/_
|
|
@@ -1563,8 +1646,8 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1563
1646
|
CircGradBasedCorrTemperature real/_
|
|
1564
1647
|
CircGradBasedCorrTexture real/_
|
|
1565
1648
|
CircGradBasedCorrTint real/_
|
|
1566
|
-
|
|
1567
|
-
|
|
1649
|
+
CircGradBasedCorrToningHue real/_
|
|
1650
|
+
CircGradBasedCorrToningSaturation real/_
|
|
1568
1651
|
CircGradBasedCorrWhites2012 real/_
|
|
1569
1652
|
CircGradBasedCorrWhat string/_
|
|
1570
1653
|
Clarity integer/
|
|
@@ -1584,6 +1667,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1584
1667
|
ColorNoiseReduction integer/
|
|
1585
1668
|
ColorNoiseReductionDetail integer/
|
|
1586
1669
|
ColorNoiseReductionSmoothness integer/
|
|
1670
|
+
CompatibleVersion string/
|
|
1587
1671
|
ContactInfo string/
|
|
1588
1672
|
Contrast integer/
|
|
1589
1673
|
Contrast2012 integer/
|
|
@@ -1626,17 +1710,85 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1626
1710
|
GradientBasedCorrMaskBottom real/_
|
|
1627
1711
|
GradientBasedCorrMaskCenterValue real/_
|
|
1628
1712
|
GradientBasedCorrMaskCenterWeight real/_
|
|
1713
|
+
GradientBasedCorrMaskRange CorrRangeMask Struct_+
|
|
1714
|
+
GradientBasedCorrMaskRangeAreaModels AreaModels Struct_+
|
|
1715
|
+
GradientBasedCorrMaskRangeAreaModelsComponents string/_+
|
|
1716
|
+
GradientBasedCorrMaskRangeAreaModelsColorSampleInfo string/_+
|
|
1717
|
+
GradientBasedCorrMaskRangeColorAmount real/_+
|
|
1718
|
+
GradientBasedCorrMaskRangeDepthFeather real/_+
|
|
1719
|
+
GradientBasedCorrMaskRangeDepthMax real/_+
|
|
1720
|
+
GradientBasedCorrMaskRangeDepthMin real/_+
|
|
1721
|
+
GradientBasedCorrMaskRangeInvert boolean/_+
|
|
1722
|
+
GradientBasedCorrMaskRangeLumFeather real/_+
|
|
1723
|
+
GradientBasedCorrMaskRangeLuminanceDepthSampleInfo string/_+
|
|
1724
|
+
GradientBasedCorrMaskRangeLumMax real/_+
|
|
1725
|
+
GradientBasedCorrMaskRangeLumMin real/_+
|
|
1726
|
+
GradientBasedCorrMaskRangeLumRange string/_+
|
|
1727
|
+
GradientBasedCorrMaskRangeSampleType integer/_+
|
|
1728
|
+
GradientBasedCorrMaskRangeType string/_+
|
|
1729
|
+
GradientBasedCorrMaskRangeVersion string/_+
|
|
1629
1730
|
GradientBasedCorrMaskDabs string/_
|
|
1630
1731
|
GradientBasedCorrMaskFeather real/_
|
|
1631
1732
|
GradientBasedCorrMaskFlipped boolean/_
|
|
1632
1733
|
GradientBasedCorrMaskFlow real/_
|
|
1633
1734
|
GradientBasedCorrMaskFullX real/_
|
|
1634
1735
|
GradientBasedCorrMaskFullY real/_
|
|
1736
|
+
GradientBasedCorrMaskInputDigest string/_
|
|
1635
1737
|
GradientBasedCorrMaskLeft real/_
|
|
1738
|
+
GradientBasedCorrMaskMaskActive boolean/_
|
|
1739
|
+
GradientBasedCorrMaskMaskBlendMode integer/_
|
|
1740
|
+
GradientBasedCorrMaskMaskDigest string/_
|
|
1741
|
+
GradientBasedCorrMaskMaskInverted boolean/_
|
|
1742
|
+
GradientBasedCorrMaskMaskName string/_
|
|
1743
|
+
GradientBasedCorrMaskMasks CorrectionMask Struct_+
|
|
1744
|
+
GradientBasedCorrMaskMasksAlpha real/_
|
|
1745
|
+
GradientBasedCorrMaskMasksAngle real/_
|
|
1746
|
+
GradientBasedCorrMaskMasksBottom real/_
|
|
1747
|
+
GradientBasedCorrMaskMasksCenterValue real/_
|
|
1748
|
+
GradientBasedCorrMaskMasksCenterWeight real/_
|
|
1749
|
+
GradientBasedCorrMaskMasksDabs string/_+
|
|
1750
|
+
GradientBasedCorrMaskMasksFeather real/_
|
|
1751
|
+
GradientBasedCorrMaskMasksFlipped boolean/_
|
|
1752
|
+
GradientBasedCorrMaskMasksFlow real/_
|
|
1753
|
+
GradientBasedCorrMaskMasksFullX real/_
|
|
1754
|
+
GradientBasedCorrMaskMasksFullY real/_
|
|
1755
|
+
GradientBasedCorrMaskMasksInputDigest string/_
|
|
1756
|
+
GradientBasedCorrMaskMasksLeft real/_
|
|
1757
|
+
GradientBasedCorrMaskMasksMaskActive boolean/_
|
|
1758
|
+
GradientBasedCorrMaskMasksMaskBlendMode integer/_
|
|
1759
|
+
GradientBasedCorrMaskMasksMaskDigest string/_
|
|
1760
|
+
GradientBasedCorrMaskMasksMaskInverted boolean/_
|
|
1761
|
+
GradientBasedCorrMaskMasksMaskName string/_
|
|
1762
|
+
GradientBasedCorrMaskMasksMaskSubType string/_
|
|
1763
|
+
GradientBasedCorrMaskMasksMaskSyncID string/_
|
|
1764
|
+
GradientBasedCorrMaskMasksValue real/_
|
|
1765
|
+
GradientBasedCorrMaskMasksMaskVersion string/_
|
|
1766
|
+
GradientBasedCorrMaskMasksMidpoint real/_
|
|
1767
|
+
GradientBasedCorrMaskMasksOrigin string/_
|
|
1768
|
+
GradientBasedCorrMaskMasksPerimeterValue real/_
|
|
1769
|
+
GradientBasedCorrMaskMasksRadius real/_
|
|
1770
|
+
GradientBasedCorrMaskMasksReferencePoint string/_
|
|
1771
|
+
GradientBasedCorrMaskMasksRight real/_
|
|
1772
|
+
GradientBasedCorrMaskMasksRoundness real/_
|
|
1773
|
+
GradientBasedCorrMaskMasksSizeX real/_
|
|
1774
|
+
GradientBasedCorrMaskMasksSizeY real/_
|
|
1775
|
+
GradientBasedCorrMaskMasksTop real/_
|
|
1776
|
+
GradientBasedCorrMaskMaskSubType string/_
|
|
1777
|
+
GradientBasedCorrMaskMasksVersion integer/_
|
|
1778
|
+
GradientBasedCorrMaskMasksWhat string/_
|
|
1779
|
+
GradientBasedCorrMaskMasksWholeImageArea string/_
|
|
1780
|
+
GradientBasedCorrMaskMasksX real/_
|
|
1781
|
+
GradientBasedCorrMaskMasksY real/_
|
|
1782
|
+
GradientBasedCorrMaskMaskSyncID string/_
|
|
1783
|
+
GradientBasedCorrMaskMasksZeroX real/_
|
|
1784
|
+
GradientBasedCorrMaskMasksZeroY real/_
|
|
1636
1785
|
GradientBasedCorrMaskValue real/_
|
|
1786
|
+
GradientBasedCorrMaskMaskVersion string/_
|
|
1637
1787
|
GradientBasedCorrMaskMidpoint real/_
|
|
1788
|
+
GradientBasedCorrMaskOrigin string/_
|
|
1638
1789
|
GradientBasedCorrMaskPerimeterValue real/_
|
|
1639
1790
|
GradientBasedCorrMaskRadius real/_
|
|
1791
|
+
GradientBasedCorrMaskReferencePoint string/_
|
|
1640
1792
|
GradientBasedCorrMaskRight real/_
|
|
1641
1793
|
GradientBasedCorrMaskRoundness real/_
|
|
1642
1794
|
GradientBasedCorrMaskSizeX real/_
|
|
@@ -1644,20 +1796,30 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1644
1796
|
GradientBasedCorrMaskTop real/_
|
|
1645
1797
|
GradientBasedCorrMaskVersion integer/_
|
|
1646
1798
|
GradientBasedCorrMaskWhat string/_
|
|
1799
|
+
GradientBasedCorrMaskWholeImageArea string/_
|
|
1647
1800
|
GradientBasedCorrMaskX real/_
|
|
1648
1801
|
GradientBasedCorrMaskY real/_
|
|
1649
1802
|
GradientBasedCorrMaskZeroX real/_
|
|
1650
1803
|
GradientBasedCorrMaskZeroY real/_
|
|
1651
|
-
|
|
1804
|
+
GradientBasedCorrCorrectionName string/_+
|
|
1805
|
+
GradientBasedCorrRangeMask CorrRangeMask Struct_+
|
|
1806
|
+
GradientBasedCorrRangeMaskAreaModels AreaModels Struct_+
|
|
1807
|
+
GradientBasedCorrRangeMaskAreaModelsComponents string/_+
|
|
1808
|
+
GradientBasedCorrRangeMaskAreaModelsColorSampleInfo string/_+
|
|
1652
1809
|
GradientBasedCorrRangeMaskColorAmount real/_+
|
|
1653
1810
|
GradientBasedCorrRangeMaskDepthFeather real/_+
|
|
1654
1811
|
GradientBasedCorrRangeMaskDepthMax real/_+
|
|
1655
1812
|
GradientBasedCorrRangeMaskDepthMin real/_+
|
|
1813
|
+
GradientBasedCorrRangeMaskInvert boolean/_+
|
|
1656
1814
|
GradientBasedCorrRangeMaskLumFeather real/_+
|
|
1815
|
+
GradientBasedCorrRangeMaskLuminanceDepthSampleInfo string/_+
|
|
1657
1816
|
GradientBasedCorrRangeMaskLumMax real/_+
|
|
1658
1817
|
GradientBasedCorrRangeMaskLumMin real/_+
|
|
1818
|
+
GradientBasedCorrRangeMaskLumRange string/_+
|
|
1819
|
+
GradientBasedCorrRangeMaskSampleType integer/_+
|
|
1659
1820
|
GradientBasedCorrRangeMaskType string/_+
|
|
1660
1821
|
GradientBasedCorrRangeMaskVersion string/_+
|
|
1822
|
+
GradientBasedCorrCorrectionSyncID string/_+
|
|
1661
1823
|
GradientBasedCorrBlacks2012 real/_
|
|
1662
1824
|
GradientBasedCorrBrightness real/_
|
|
1663
1825
|
GradientBasedCorrClarity real/_
|
|
@@ -1678,8 +1840,8 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1678
1840
|
GradientBasedCorrTemperature real/_
|
|
1679
1841
|
GradientBasedCorrTexture real/_
|
|
1680
1842
|
GradientBasedCorrTint real/_
|
|
1681
|
-
|
|
1682
|
-
|
|
1843
|
+
GradientBasedCorrToningHue real/_
|
|
1844
|
+
GradientBasedCorrToningSaturation real/_
|
|
1683
1845
|
GradientBasedCorrWhites2012 real/_
|
|
1684
1846
|
GradientBasedCorrWhat string/_
|
|
1685
1847
|
GrainAmount integer/
|
|
@@ -1763,6 +1925,149 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1763
1925
|
LuminanceNoiseReductionContrast integer/
|
|
1764
1926
|
LuminanceNoiseReductionDetail integer/
|
|
1765
1927
|
LuminanceSmoothing integer/
|
|
1928
|
+
MaskGroupBasedCorrections Correction Struct+
|
|
1929
|
+
MaskGroupBasedCorrActive boolean/_
|
|
1930
|
+
MaskGroupBasedCorrAmount real/_
|
|
1931
|
+
MaskGroupBasedCorrMask CorrectionMask Struct_+
|
|
1932
|
+
MaskGroupBasedCorrMaskAlpha real/_
|
|
1933
|
+
MaskGroupBasedCorrMaskAngle real/_
|
|
1934
|
+
MaskGroupBasedCorrMaskBottom real/_
|
|
1935
|
+
MaskGroupBasedCorrMaskCenterValue real/_
|
|
1936
|
+
MaskGroupBasedCorrMaskCenterWeight real/_
|
|
1937
|
+
MaskGroupBasedCorrMaskRange CorrRangeMask Struct_+
|
|
1938
|
+
MaskGroupBasedCorrMaskRangeAreaModels AreaModels Struct_+
|
|
1939
|
+
MaskGroupBasedCorrMaskRangeAreaModelsComponents string/_+
|
|
1940
|
+
MaskGroupBasedCorrMaskRangeAreaModelsColorSampleInfo string/_+
|
|
1941
|
+
MaskGroupBasedCorrMaskRangeColorAmount real/_+
|
|
1942
|
+
MaskGroupBasedCorrMaskRangeDepthFeather real/_+
|
|
1943
|
+
MaskGroupBasedCorrMaskRangeDepthMax real/_+
|
|
1944
|
+
MaskGroupBasedCorrMaskRangeDepthMin real/_+
|
|
1945
|
+
MaskGroupBasedCorrMaskRangeInvert boolean/_+
|
|
1946
|
+
MaskGroupBasedCorrMaskRangeLumFeather real/_+
|
|
1947
|
+
MaskGroupBasedCorrMaskRangeLuminanceDepthSampleInfo string/_+
|
|
1948
|
+
MaskGroupBasedCorrMaskRangeLumMax real/_+
|
|
1949
|
+
MaskGroupBasedCorrMaskRangeLumMin real/_+
|
|
1950
|
+
MaskGroupBasedCorrMaskRangeLumRange string/_+
|
|
1951
|
+
MaskGroupBasedCorrMaskRangeSampleType integer/_+
|
|
1952
|
+
MaskGroupBasedCorrMaskRangeType string/_+
|
|
1953
|
+
MaskGroupBasedCorrMaskRangeVersion string/_+
|
|
1954
|
+
MaskGroupBasedCorrMaskDabs string/_+
|
|
1955
|
+
MaskGroupBasedCorrMaskFeather real/_
|
|
1956
|
+
MaskGroupBasedCorrMaskFlipped boolean/_
|
|
1957
|
+
MaskGroupBasedCorrMaskFlow real/_
|
|
1958
|
+
MaskGroupBasedCorrMaskFullX real/_
|
|
1959
|
+
MaskGroupBasedCorrMaskFullY real/_
|
|
1960
|
+
MaskGroupBasedCorrMaskInputDigest string/_
|
|
1961
|
+
MaskGroupBasedCorrMaskLeft real/_
|
|
1962
|
+
MaskGroupBasedCorrMaskMaskActive boolean/_
|
|
1963
|
+
MaskGroupBasedCorrMaskMaskBlendMode integer/_
|
|
1964
|
+
MaskGroupBasedCorrMaskMaskDigest string/_
|
|
1965
|
+
MaskGroupBasedCorrMaskMaskInverted boolean/_
|
|
1966
|
+
MaskGroupBasedCorrMaskMaskName string/_
|
|
1967
|
+
MaskGroupBasedCorrMaskMasks CorrectionMask Struct_+
|
|
1968
|
+
MaskGroupBasedCorrMaskMasksAlpha real/_
|
|
1969
|
+
MaskGroupBasedCorrMaskMasksAngle real/_
|
|
1970
|
+
MaskGroupBasedCorrMaskMasksBottom real/_
|
|
1971
|
+
MaskGroupBasedCorrMaskMasksCenterValue real/_
|
|
1972
|
+
MaskGroupBasedCorrMaskMasksCenterWeight real/_
|
|
1973
|
+
MaskGroupBasedCorrMaskMasksDabs string/_+
|
|
1974
|
+
MaskGroupBasedCorrMaskMasksFeather real/_
|
|
1975
|
+
MaskGroupBasedCorrMaskMasksFlipped boolean/_
|
|
1976
|
+
MaskGroupBasedCorrMaskMasksFlow real/_
|
|
1977
|
+
MaskGroupBasedCorrMaskMasksFullX real/_
|
|
1978
|
+
MaskGroupBasedCorrMaskMasksFullY real/_
|
|
1979
|
+
MaskGroupBasedCorrMaskMasksInputDigest string/_
|
|
1980
|
+
MaskGroupBasedCorrMaskMasksLeft real/_
|
|
1981
|
+
MaskGroupBasedCorrMaskMasksMaskActive boolean/_
|
|
1982
|
+
MaskGroupBasedCorrMaskMasksMaskBlendMode integer/_
|
|
1983
|
+
MaskGroupBasedCorrMaskMasksMaskDigest string/_
|
|
1984
|
+
MaskGroupBasedCorrMaskMasksMaskInverted boolean/_
|
|
1985
|
+
MaskGroupBasedCorrMaskMasksMaskName string/_
|
|
1986
|
+
MaskGroupBasedCorrMaskMasksMaskSubType string/_
|
|
1987
|
+
MaskGroupBasedCorrMaskMasksMaskSyncID string/_
|
|
1988
|
+
MaskGroupBasedCorrMaskMasksValue real/_
|
|
1989
|
+
MaskGroupBasedCorrMaskMasksMaskVersion string/_
|
|
1990
|
+
MaskGroupBasedCorrMaskMasksMidpoint real/_
|
|
1991
|
+
MaskGroupBasedCorrMaskMasksOrigin string/_
|
|
1992
|
+
MaskGroupBasedCorrMaskMasksPerimeterValue real/_
|
|
1993
|
+
MaskGroupBasedCorrMaskMasksRadius real/_
|
|
1994
|
+
MaskGroupBasedCorrMaskMasksReferencePoint string/_
|
|
1995
|
+
MaskGroupBasedCorrMaskMasksRight real/_
|
|
1996
|
+
MaskGroupBasedCorrMaskMasksRoundness real/_
|
|
1997
|
+
MaskGroupBasedCorrMaskMasksSizeX real/_
|
|
1998
|
+
MaskGroupBasedCorrMaskMasksSizeY real/_
|
|
1999
|
+
MaskGroupBasedCorrMaskMasksTop real/_
|
|
2000
|
+
MaskGroupBasedCorrMaskMaskSubType string/_
|
|
2001
|
+
MaskGroupBasedCorrMaskMasksVersion integer/_
|
|
2002
|
+
MaskGroupBasedCorrMaskMasksWhat string/_
|
|
2003
|
+
MaskGroupBasedCorrMaskMasksWholeImageArea string/_
|
|
2004
|
+
MaskGroupBasedCorrMaskMasksX real/_
|
|
2005
|
+
MaskGroupBasedCorrMaskMasksY real/_
|
|
2006
|
+
MaskGroupBasedCorrMaskMaskSyncID string/_
|
|
2007
|
+
MaskGroupBasedCorrMaskMasksZeroX real/_
|
|
2008
|
+
MaskGroupBasedCorrMaskMasksZeroY real/_
|
|
2009
|
+
MaskGroupBasedCorrMaskValue real/_
|
|
2010
|
+
MaskGroupBasedCorrMaskMaskVersion string/_
|
|
2011
|
+
MaskGroupBasedCorrMaskMidpoint real/_
|
|
2012
|
+
MaskGroupBasedCorrMaskOrigin string/_
|
|
2013
|
+
MaskGroupBasedCorrMaskPerimeterValue real/_
|
|
2014
|
+
MaskGroupBasedCorrMaskRadius real/_
|
|
2015
|
+
MaskGroupBasedCorrMaskReferencePoint string/_
|
|
2016
|
+
MaskGroupBasedCorrMaskRight real/_
|
|
2017
|
+
MaskGroupBasedCorrMaskRoundness real/_
|
|
2018
|
+
MaskGroupBasedCorrMaskSizeX real/_
|
|
2019
|
+
MaskGroupBasedCorrMaskSizeY real/_
|
|
2020
|
+
MaskGroupBasedCorrMaskTop real/_
|
|
2021
|
+
MaskGroupBasedCorrMaskVersion integer/_
|
|
2022
|
+
MaskGroupBasedCorrMaskWhat string/_
|
|
2023
|
+
MaskGroupBasedCorrMaskWholeImageArea string/_
|
|
2024
|
+
MaskGroupBasedCorrMaskX real/_
|
|
2025
|
+
MaskGroupBasedCorrMaskY real/_
|
|
2026
|
+
MaskGroupBasedCorrMaskZeroX real/_
|
|
2027
|
+
MaskGroupBasedCorrMaskZeroY real/_
|
|
2028
|
+
MaskGroupBasedCorrCorrectionName string/_+
|
|
2029
|
+
MaskGroupBasedCorrRangeMask CorrRangeMask Struct_+
|
|
2030
|
+
MaskGroupBasedCorrRangeMaskAreaModels AreaModels Struct_+
|
|
2031
|
+
MaskGroupBasedCorrRangeMaskAreaModelsComponents string/_+
|
|
2032
|
+
MaskGroupBasedCorrRangeMaskAreaModelsColorSampleInfo string/_+
|
|
2033
|
+
MaskGroupBasedCorrRangeMaskColorAmount real/_+
|
|
2034
|
+
MaskGroupBasedCorrRangeMaskDepthFeather real/_+
|
|
2035
|
+
MaskGroupBasedCorrRangeMaskDepthMax real/_+
|
|
2036
|
+
MaskGroupBasedCorrRangeMaskDepthMin real/_+
|
|
2037
|
+
MaskGroupBasedCorrRangeMaskInvert boolean/_+
|
|
2038
|
+
MaskGroupBasedCorrRangeMaskLumFeather real/_+
|
|
2039
|
+
MaskGroupBasedCorrRangeMaskLuminanceDepthSampleInfo string/_+
|
|
2040
|
+
MaskGroupBasedCorrRangeMaskLumMax real/_+
|
|
2041
|
+
MaskGroupBasedCorrRangeMaskLumMin real/_+
|
|
2042
|
+
MaskGroupBasedCorrRangeMaskLumRange string/_+
|
|
2043
|
+
MaskGroupBasedCorrRangeMaskSampleType integer/_+
|
|
2044
|
+
MaskGroupBasedCorrRangeMaskType string/_+
|
|
2045
|
+
MaskGroupBasedCorrRangeMaskVersion string/_+
|
|
2046
|
+
MaskGroupBasedCorrCorrectionSyncID string/_+
|
|
2047
|
+
MaskGroupBasedCorrBlacks2012 real/_
|
|
2048
|
+
MaskGroupBasedCorrBrightness real/_
|
|
2049
|
+
MaskGroupBasedCorrClarity real/_
|
|
2050
|
+
MaskGroupBasedCorrClarity2012 real/_
|
|
2051
|
+
MaskGroupBasedCorrContrast real/_
|
|
2052
|
+
MaskGroupBasedCorrContrast2012 real/_
|
|
2053
|
+
MaskGroupBasedCorrDefringe real/_
|
|
2054
|
+
MaskGroupBasedCorrDehaze real/_
|
|
2055
|
+
MaskGroupBasedCorrExposure real/_
|
|
2056
|
+
MaskGroupBasedCorrExposure2012 real/_
|
|
2057
|
+
MaskGroupBasedCorrHighlights2012 real/_
|
|
2058
|
+
MaskGroupBasedCorrHue real/_
|
|
2059
|
+
MaskGroupBasedCorrLuminanceNoise real/_
|
|
2060
|
+
MaskGroupBasedCorrMoire real/_
|
|
2061
|
+
MaskGroupBasedCorrSaturation real/_
|
|
2062
|
+
MaskGroupBasedCorrShadows2012 real/_
|
|
2063
|
+
MaskGroupBasedCorrSharpness real/_
|
|
2064
|
+
MaskGroupBasedCorrTemperature real/_
|
|
2065
|
+
MaskGroupBasedCorrTexture real/_
|
|
2066
|
+
MaskGroupBasedCorrTint real/_
|
|
2067
|
+
MaskGroupBasedCorrToningHue real/_
|
|
2068
|
+
MaskGroupBasedCorrToningSaturation real/_
|
|
2069
|
+
MaskGroupBasedCorrWhites2012 real/_
|
|
2070
|
+
MaskGroupBasedCorrWhat string/_
|
|
1766
2071
|
MoireFilter string/
|
|
1767
2072
|
Name lang-alt/
|
|
1768
2073
|
NegativeCacheLargePreviewSize integer/
|
|
@@ -1778,17 +2083,85 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1778
2083
|
PaintCorrectionMaskBottom real/_
|
|
1779
2084
|
PaintCorrectionMaskCenterValue real/_
|
|
1780
2085
|
PaintCorrectionMaskCenterWeight real/_
|
|
2086
|
+
PaintCorrectionMaskRange CorrRangeMask Struct_+
|
|
2087
|
+
PaintCorrectionMaskRangeAreaModels AreaModels Struct_+
|
|
2088
|
+
PaintCorrectionMaskRangeAreaModelsComponents string/_+
|
|
2089
|
+
PaintCorrectionMaskRangeAreaModelsColorSampleInfo string/_+
|
|
2090
|
+
PaintCorrectionMaskRangeColorAmount real/_+
|
|
2091
|
+
PaintCorrectionMaskRangeDepthFeather real/_+
|
|
2092
|
+
PaintCorrectionMaskRangeDepthMax real/_+
|
|
2093
|
+
PaintCorrectionMaskRangeDepthMin real/_+
|
|
2094
|
+
PaintCorrectionMaskRangeInvert boolean/_+
|
|
2095
|
+
PaintCorrectionMaskRangeLumFeather real/_+
|
|
2096
|
+
PaintCorrectionMaskRangeLuminanceDepthSampleInfo string/_+
|
|
2097
|
+
PaintCorrectionMaskRangeLumMax real/_+
|
|
2098
|
+
PaintCorrectionMaskRangeLumMin real/_+
|
|
2099
|
+
PaintCorrectionMaskRangeLumRange string/_+
|
|
2100
|
+
PaintCorrectionMaskRangeSampleType integer/_+
|
|
2101
|
+
PaintCorrectionMaskRangeType string/_+
|
|
2102
|
+
PaintCorrectionMaskRangeVersion string/_+
|
|
1781
2103
|
PaintCorrectionMaskDabs string/_
|
|
1782
2104
|
PaintCorrectionMaskFeather real/_
|
|
1783
2105
|
PaintCorrectionMaskFlipped boolean/_
|
|
1784
2106
|
PaintCorrectionMaskFlow real/_
|
|
1785
2107
|
PaintCorrectionMaskFullX real/_
|
|
1786
2108
|
PaintCorrectionMaskFullY real/_
|
|
2109
|
+
PaintCorrectionMaskInputDigest string/_
|
|
1787
2110
|
PaintCorrectionMaskLeft real/_
|
|
2111
|
+
PaintCorrectionMaskMaskActive boolean/_
|
|
2112
|
+
PaintCorrectionMaskMaskBlendMode integer/_
|
|
2113
|
+
PaintCorrectionMaskMaskDigest string/_
|
|
2114
|
+
PaintCorrectionMaskMaskInverted boolean/_
|
|
2115
|
+
PaintCorrectionMaskMaskName string/_
|
|
2116
|
+
PaintCorrectionMaskMasks CorrectionMask Struct_+
|
|
2117
|
+
PaintCorrectionMaskMasksAlpha real/_
|
|
2118
|
+
PaintCorrectionMaskMasksAngle real/_
|
|
2119
|
+
PaintCorrectionMaskMasksBottom real/_
|
|
2120
|
+
PaintCorrectionMaskMasksCenterValue real/_
|
|
2121
|
+
PaintCorrectionMaskMasksCenterWeight real/_
|
|
2122
|
+
PaintCorrectionMaskMasksDabs string/_+
|
|
2123
|
+
PaintCorrectionMaskMasksFeather real/_
|
|
2124
|
+
PaintCorrectionMaskMasksFlipped boolean/_
|
|
2125
|
+
PaintCorrectionMaskMasksFlow real/_
|
|
2126
|
+
PaintCorrectionMaskMasksFullX real/_
|
|
2127
|
+
PaintCorrectionMaskMasksFullY real/_
|
|
2128
|
+
PaintCorrectionMaskMasksInputDigest string/_
|
|
2129
|
+
PaintCorrectionMaskMasksLeft real/_
|
|
2130
|
+
PaintCorrectionMaskMasksMaskActive boolean/_
|
|
2131
|
+
PaintCorrectionMaskMasksMaskBlendMode integer/_
|
|
2132
|
+
PaintCorrectionMaskMasksMaskDigest string/_
|
|
2133
|
+
PaintCorrectionMaskMasksMaskInverted boolean/_
|
|
2134
|
+
PaintCorrectionMaskMasksMaskName string/_
|
|
2135
|
+
PaintCorrectionMaskMasksMaskSubType string/_
|
|
2136
|
+
PaintCorrectionMaskMasksMaskSyncID string/_
|
|
2137
|
+
PaintCorrectionMaskMasksValue real/_
|
|
2138
|
+
PaintCorrectionMaskMasksMaskVersion string/_
|
|
2139
|
+
PaintCorrectionMaskMasksMidpoint real/_
|
|
2140
|
+
PaintCorrectionMaskMasksOrigin string/_
|
|
2141
|
+
PaintCorrectionMaskMasksPerimeterValue real/_
|
|
2142
|
+
PaintCorrectionMaskMasksRadius real/_
|
|
2143
|
+
PaintCorrectionMaskMasksReferencePoint string/_
|
|
2144
|
+
PaintCorrectionMaskMasksRight real/_
|
|
2145
|
+
PaintCorrectionMaskMasksRoundness real/_
|
|
2146
|
+
PaintCorrectionMaskMasksSizeX real/_
|
|
2147
|
+
PaintCorrectionMaskMasksSizeY real/_
|
|
2148
|
+
PaintCorrectionMaskMasksTop real/_
|
|
2149
|
+
PaintCorrectionMaskMaskSubType string/_
|
|
2150
|
+
PaintCorrectionMaskMasksVersion integer/_
|
|
2151
|
+
PaintCorrectionMaskMasksWhat string/_
|
|
2152
|
+
PaintCorrectionMaskMasksWholeImageArea string/_
|
|
2153
|
+
PaintCorrectionMaskMasksX real/_
|
|
2154
|
+
PaintCorrectionMaskMasksY real/_
|
|
2155
|
+
PaintCorrectionMaskMaskSyncID string/_
|
|
2156
|
+
PaintCorrectionMaskMasksZeroX real/_
|
|
2157
|
+
PaintCorrectionMaskMasksZeroY real/_
|
|
1788
2158
|
PaintCorrectionMaskValue real/_
|
|
2159
|
+
PaintCorrectionMaskMaskVersion string/_
|
|
1789
2160
|
PaintCorrectionMaskMidpoint real/_
|
|
2161
|
+
PaintCorrectionMaskOrigin string/_
|
|
1790
2162
|
PaintCorrectionMaskPerimeterValue real/_
|
|
1791
2163
|
PaintCorrectionMaskRadius real/_
|
|
2164
|
+
PaintCorrectionMaskReferencePoint string/_
|
|
1792
2165
|
PaintCorrectionMaskRight real/_
|
|
1793
2166
|
PaintCorrectionMaskRoundness real/_
|
|
1794
2167
|
PaintCorrectionMaskSizeX real/_
|
|
@@ -1796,20 +2169,30 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1796
2169
|
PaintCorrectionMaskTop real/_
|
|
1797
2170
|
PaintCorrectionMaskVersion integer/_
|
|
1798
2171
|
PaintCorrectionMaskWhat string/_
|
|
2172
|
+
PaintCorrectionMaskWholeImageArea string/_
|
|
1799
2173
|
PaintCorrectionMaskX real/_
|
|
1800
2174
|
PaintCorrectionMaskY real/_
|
|
1801
2175
|
PaintCorrectionMaskZeroX real/_
|
|
1802
2176
|
PaintCorrectionMaskZeroY real/_
|
|
1803
|
-
|
|
2177
|
+
PaintCorrectionCorrectionName string/_+
|
|
2178
|
+
PaintCorrectionRangeMask CorrRangeMask Struct_+
|
|
2179
|
+
PaintCorrectionRangeMaskAreaModels AreaModels Struct_+
|
|
2180
|
+
PaintCorrectionRangeMaskAreaModelsComponents string/_+
|
|
2181
|
+
PaintCorrectionRangeMaskAreaModelsColorSampleInfo string/_+
|
|
1804
2182
|
PaintCorrectionRangeMaskColorAmount real/_+
|
|
1805
2183
|
PaintCorrectionRangeMaskDepthFeather real/_+
|
|
1806
2184
|
PaintCorrectionRangeMaskDepthMax real/_+
|
|
1807
2185
|
PaintCorrectionRangeMaskDepthMin real/_+
|
|
2186
|
+
PaintCorrectionRangeMaskInvert boolean/_+
|
|
1808
2187
|
PaintCorrectionRangeMaskLumFeather real/_+
|
|
2188
|
+
PaintCorrectionRangeMaskLuminanceDepthSampleInfo string/_+
|
|
1809
2189
|
PaintCorrectionRangeMaskLumMax real/_+
|
|
1810
2190
|
PaintCorrectionRangeMaskLumMin real/_+
|
|
2191
|
+
PaintCorrectionRangeMaskLumRange string/_+
|
|
2192
|
+
PaintCorrectionRangeMaskSampleType integer/_+
|
|
1811
2193
|
PaintCorrectionRangeMaskType string/_+
|
|
1812
2194
|
PaintCorrectionRangeMaskVersion string/_+
|
|
2195
|
+
PaintCorrectionCorrectionSyncID string/_+
|
|
1813
2196
|
PaintCorrectionBlacks2012 real/_
|
|
1814
2197
|
PaintCorrectionBrightness real/_
|
|
1815
2198
|
PaintCorrectionClarity real/_
|
|
@@ -1830,8 +2213,8 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1830
2213
|
PaintCorrectionTemperature real/_
|
|
1831
2214
|
PaintCorrectionTexture real/_
|
|
1832
2215
|
PaintCorrectionTint real/_
|
|
1833
|
-
|
|
1834
|
-
|
|
2216
|
+
PaintCorrectionToningHue real/_
|
|
2217
|
+
PaintCorrectionToningSaturation real/_
|
|
1835
2218
|
PaintCorrectionWhites2012 real/_
|
|
1836
2219
|
PaintCorrectionWhat string/_
|
|
1837
2220
|
ParametricDarks integer/
|
|
@@ -1857,6 +2240,13 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1857
2240
|
PostCropVignetteStyle integer/
|
|
1858
2241
|
PresetType string/
|
|
1859
2242
|
ProcessVersion string/
|
|
2243
|
+
RangeMask RangeMask Struct
|
|
2244
|
+
RangeMaskMapInfo MapInfo Struct_
|
|
2245
|
+
RangeMaskMapInfoLabMax string/_
|
|
2246
|
+
RangeMaskMapInfoLabMin string/_
|
|
2247
|
+
RangeMaskMapInfoLumEq string/_+
|
|
2248
|
+
RangeMaskMapInfoRGBMax string/_
|
|
2249
|
+
RangeMaskMapInfoRGBMin string/_
|
|
1860
2250
|
RawFileName string/
|
|
1861
2251
|
RedEyeInfo string/+
|
|
1862
2252
|
RedHue integer/
|
|
@@ -1869,17 +2259,85 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1869
2259
|
RetouchAreaMaskBottom real/_
|
|
1870
2260
|
RetouchAreaMaskCenterValue real/_
|
|
1871
2261
|
RetouchAreaMaskCenterWeight real/_
|
|
2262
|
+
RetouchAreaMaskRange CorrRangeMask Struct_+
|
|
2263
|
+
RetouchAreaMaskRangeAreaModels AreaModels Struct_+
|
|
2264
|
+
RetouchAreaMaskRangeAreaModelsComponents string/_+
|
|
2265
|
+
RetouchAreaMaskRangeAreaModelsColorSampleInfo string/_+
|
|
2266
|
+
RetouchAreaMaskRangeColorAmount real/_+
|
|
2267
|
+
RetouchAreaMaskRangeDepthFeather real/_+
|
|
2268
|
+
RetouchAreaMaskRangeDepthMax real/_+
|
|
2269
|
+
RetouchAreaMaskRangeDepthMin real/_+
|
|
2270
|
+
RetouchAreaMaskRangeInvert boolean/_+
|
|
2271
|
+
RetouchAreaMaskRangeLumFeather real/_+
|
|
2272
|
+
RetouchAreaMaskRangeLuminanceDepthSampleInfo string/_+
|
|
2273
|
+
RetouchAreaMaskRangeLumMax real/_+
|
|
2274
|
+
RetouchAreaMaskRangeLumMin real/_+
|
|
2275
|
+
RetouchAreaMaskRangeLumRange string/_+
|
|
2276
|
+
RetouchAreaMaskRangeSampleType integer/_+
|
|
2277
|
+
RetouchAreaMaskRangeType string/_+
|
|
2278
|
+
RetouchAreaMaskRangeVersion string/_+
|
|
1872
2279
|
RetouchAreaMaskDabs string/_
|
|
1873
2280
|
RetouchAreaMaskFeather real/_
|
|
1874
2281
|
RetouchAreaMaskFlipped boolean/_
|
|
1875
2282
|
RetouchAreaMaskFlow real/_
|
|
1876
2283
|
RetouchAreaMaskFullX real/_
|
|
1877
2284
|
RetouchAreaMaskFullY real/_
|
|
2285
|
+
RetouchAreaMaskInputDigest string/_
|
|
1878
2286
|
RetouchAreaMaskLeft real/_
|
|
2287
|
+
RetouchAreaMaskMaskActive boolean/_
|
|
2288
|
+
RetouchAreaMaskMaskBlendMode integer/_
|
|
2289
|
+
RetouchAreaMaskMaskDigest string/_
|
|
2290
|
+
RetouchAreaMaskMaskInverted boolean/_
|
|
2291
|
+
RetouchAreaMaskMaskName string/_
|
|
2292
|
+
RetouchAreaMaskMasks CorrectionMask Struct_+
|
|
2293
|
+
RetouchAreaMaskMasksAlpha real/_
|
|
2294
|
+
RetouchAreaMaskMasksAngle real/_
|
|
2295
|
+
RetouchAreaMaskMasksBottom real/_
|
|
2296
|
+
RetouchAreaMaskMasksCenterValue real/_
|
|
2297
|
+
RetouchAreaMaskMasksCenterWeight real/_
|
|
2298
|
+
RetouchAreaMaskMasksDabs string/_+
|
|
2299
|
+
RetouchAreaMaskMasksFeather real/_
|
|
2300
|
+
RetouchAreaMaskMasksFlipped boolean/_
|
|
2301
|
+
RetouchAreaMaskMasksFlow real/_
|
|
2302
|
+
RetouchAreaMaskMasksFullX real/_
|
|
2303
|
+
RetouchAreaMaskMasksFullY real/_
|
|
2304
|
+
RetouchAreaMaskMasksInputDigest string/_
|
|
2305
|
+
RetouchAreaMaskMasksLeft real/_
|
|
2306
|
+
RetouchAreaMaskMasksMaskActive boolean/_
|
|
2307
|
+
RetouchAreaMaskMasksMaskBlendMode integer/_
|
|
2308
|
+
RetouchAreaMaskMasksMaskDigest string/_
|
|
2309
|
+
RetouchAreaMaskMasksMaskInverted boolean/_
|
|
2310
|
+
RetouchAreaMaskMasksMaskName string/_
|
|
2311
|
+
RetouchAreaMaskMasksMaskSubType string/_
|
|
2312
|
+
RetouchAreaMaskMasksMaskSyncID string/_
|
|
2313
|
+
RetouchAreaMaskMasksValue real/_
|
|
2314
|
+
RetouchAreaMaskMasksMaskVersion string/_
|
|
2315
|
+
RetouchAreaMaskMasksMidpoint real/_
|
|
2316
|
+
RetouchAreaMaskMasksOrigin string/_
|
|
2317
|
+
RetouchAreaMaskMasksPerimeterValue real/_
|
|
2318
|
+
RetouchAreaMaskMasksRadius real/_
|
|
2319
|
+
RetouchAreaMaskMasksReferencePoint string/_
|
|
2320
|
+
RetouchAreaMaskMasksRight real/_
|
|
2321
|
+
RetouchAreaMaskMasksRoundness real/_
|
|
2322
|
+
RetouchAreaMaskMasksSizeX real/_
|
|
2323
|
+
RetouchAreaMaskMasksSizeY real/_
|
|
2324
|
+
RetouchAreaMaskMasksTop real/_
|
|
2325
|
+
RetouchAreaMaskMaskSubType string/_
|
|
2326
|
+
RetouchAreaMaskMasksVersion integer/_
|
|
2327
|
+
RetouchAreaMaskMasksWhat string/_
|
|
2328
|
+
RetouchAreaMaskMasksWholeImageArea string/_
|
|
2329
|
+
RetouchAreaMaskMasksX real/_
|
|
2330
|
+
RetouchAreaMaskMasksY real/_
|
|
2331
|
+
RetouchAreaMaskMaskSyncID string/_
|
|
2332
|
+
RetouchAreaMaskMasksZeroX real/_
|
|
2333
|
+
RetouchAreaMaskMasksZeroY real/_
|
|
1879
2334
|
RetouchAreaMaskValue real/_
|
|
2335
|
+
RetouchAreaMaskMaskVersion string/_
|
|
1880
2336
|
RetouchAreaMaskMidpoint real/_
|
|
2337
|
+
RetouchAreaMaskOrigin string/_
|
|
1881
2338
|
RetouchAreaMaskPerimeterValue real/_
|
|
1882
2339
|
RetouchAreaMaskRadius real/_
|
|
2340
|
+
RetouchAreaMaskReferencePoint string/_
|
|
1883
2341
|
RetouchAreaMaskRight real/_
|
|
1884
2342
|
RetouchAreaMaskRoundness real/_
|
|
1885
2343
|
RetouchAreaMaskSizeX real/_
|
|
@@ -1887,6 +2345,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1887
2345
|
RetouchAreaMaskTop real/_
|
|
1888
2346
|
RetouchAreaMaskVersion integer/_
|
|
1889
2347
|
RetouchAreaMaskWhat string/_
|
|
2348
|
+
RetouchAreaMaskWholeImageArea string/_
|
|
1890
2349
|
RetouchAreaMaskX real/_
|
|
1891
2350
|
RetouchAreaMaskY real/_
|
|
1892
2351
|
RetouchAreaMaskZeroX real/_
|
|
@@ -1979,7 +2438,10 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1979
2438
|
CorrectionActive boolean
|
|
1980
2439
|
CorrectionAmount real
|
|
1981
2440
|
CorrectionMasks CorrectionMask Struct+
|
|
1982
|
-
|
|
2441
|
+
CorrectionName string
|
|
2442
|
+
CorrRangeMask CorrRangeMask Struct
|
|
2443
|
+
-
|
|
2444
|
+
CorrectionSyncID string
|
|
1983
2445
|
LocalBlacks2012 real
|
|
1984
2446
|
LocalBrightness real
|
|
1985
2447
|
LocalClarity real
|
|
@@ -2014,17 +2476,31 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
2014
2476
|
Bottom real
|
|
2015
2477
|
CenterValue real
|
|
2016
2478
|
CenterWeight real
|
|
2479
|
+
CorrRangeMask CorrRangeMask Struct
|
|
2480
|
+
-
|
|
2017
2481
|
Dabs string+
|
|
2018
2482
|
Feather real
|
|
2019
2483
|
Flipped boolean
|
|
2020
2484
|
Flow real
|
|
2021
2485
|
FullX real
|
|
2022
2486
|
FullY real
|
|
2487
|
+
InputDigest string
|
|
2023
2488
|
Left real
|
|
2489
|
+
MaskActive boolean
|
|
2490
|
+
MaskBlendMode integer
|
|
2491
|
+
MaskDigest string
|
|
2492
|
+
MaskInverted boolean
|
|
2493
|
+
MaskName string
|
|
2494
|
+
MaskSubType string
|
|
2495
|
+
MaskSyncID string
|
|
2024
2496
|
MaskValue real
|
|
2497
|
+
MaskVersion string
|
|
2498
|
+
Masks CorrectionMask Struct
|
|
2025
2499
|
Midpoint real
|
|
2500
|
+
Origin string
|
|
2026
2501
|
PerimeterValue real
|
|
2027
2502
|
Radius real
|
|
2503
|
+
ReferencePoint string
|
|
2028
2504
|
Right real
|
|
2029
2505
|
Roundness real
|
|
2030
2506
|
SizeX real
|
|
@@ -2032,25 +2508,40 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
2032
2508
|
Top real
|
|
2033
2509
|
Version integer
|
|
2034
2510
|
What string
|
|
2511
|
+
WholeImageArea string
|
|
2035
2512
|
X real
|
|
2036
2513
|
Y real
|
|
2037
2514
|
ZeroX real
|
|
2038
2515
|
ZeroY real
|
|
2039
2516
|
|
|
2040
|
-
=head3 XMP
|
|
2517
|
+
=head3 XMP CorrRangeMask Struct
|
|
2518
|
+
|
|
2519
|
+
Called CorrectionRangeMask by the spec.
|
|
2041
2520
|
|
|
2042
2521
|
Field Name Writable
|
|
2043
2522
|
---------- --------
|
|
2523
|
+
AreaModels AreaModels Struct+
|
|
2044
2524
|
ColorAmount real
|
|
2045
2525
|
DepthFeather real
|
|
2046
2526
|
DepthMax real
|
|
2047
2527
|
DepthMin real
|
|
2528
|
+
Invert boolean
|
|
2048
2529
|
LumFeather real
|
|
2049
2530
|
LumMax real
|
|
2050
2531
|
LumMin real
|
|
2532
|
+
LumRange string
|
|
2533
|
+
LuminanceDepthSampleInfo string
|
|
2534
|
+
SampleType integer
|
|
2051
2535
|
Type string
|
|
2052
2536
|
Version string
|
|
2053
2537
|
|
|
2538
|
+
=head3 XMP AreaModels Struct
|
|
2539
|
+
|
|
2540
|
+
Field Name Writable
|
|
2541
|
+
---------- --------
|
|
2542
|
+
AreaComponents string+
|
|
2543
|
+
ColorRangeMaskAreaSampleInfo string
|
|
2544
|
+
|
|
2054
2545
|
=head3 XMP Look Struct
|
|
2055
2546
|
|
|
2056
2547
|
Field Name Writable
|
|
@@ -2081,6 +2572,30 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
2081
2572
|
ToneCurvePV2012Red string+
|
|
2082
2573
|
Version string
|
|
2083
2574
|
|
|
2575
|
+
=head3 XMP RangeMask Struct
|
|
2576
|
+
|
|
2577
|
+
This structure is actually called RangeMaskMapInfo, but it only contains one
|
|
2578
|
+
element which is a RangeMaskMapInfo structure (Yes, really!). So these are
|
|
2579
|
+
renamed to RangeMask and MapInfo respectively to avoid confusion and
|
|
2580
|
+
redundancy in the tag names.
|
|
2581
|
+
|
|
2582
|
+
Field Name Writable
|
|
2583
|
+
---------- --------
|
|
2584
|
+
RangeMaskMapInfo MapInfo Struct
|
|
2585
|
+
|
|
2586
|
+
=head3 XMP MapInfo Struct
|
|
2587
|
+
|
|
2588
|
+
Called RangeMaskMapInfo by the specification, the same as the containing
|
|
2589
|
+
structure.
|
|
2590
|
+
|
|
2591
|
+
Field Name Writable
|
|
2592
|
+
---------- --------
|
|
2593
|
+
LabMax string
|
|
2594
|
+
LabMin string
|
|
2595
|
+
LumEq string+
|
|
2596
|
+
RGBMax string
|
|
2597
|
+
RGBMin string
|
|
2598
|
+
|
|
2084
2599
|
=head3 XMP RetouchArea Struct
|
|
2085
2600
|
|
|
2086
2601
|
Field Name Writable
|
|
@@ -2181,17 +2696,85 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
2181
2696
|
CircGradBasedCorrMaskBottom real_
|
|
2182
2697
|
CircGradBasedCorrMaskCenterValue real_
|
|
2183
2698
|
CircGradBasedCorrMaskCenterWeight real_
|
|
2699
|
+
CircGradBasedCorrMaskRange CorrRangeMask Struct_+
|
|
2700
|
+
CircGradBasedCorrMaskRangeAreaModels AreaModels Struct_+
|
|
2701
|
+
CircGradBasedCorrMaskRangeAreaModelsComponents string_+
|
|
2702
|
+
CircGradBasedCorrMaskRangeAreaModelsColorSampleInfo string_+
|
|
2703
|
+
CircGradBasedCorrMaskRangeColorAmount real_+
|
|
2704
|
+
CircGradBasedCorrMaskRangeDepthFeather real_+
|
|
2705
|
+
CircGradBasedCorrMaskRangeDepthMax real_+
|
|
2706
|
+
CircGradBasedCorrMaskRangeDepthMin real_+
|
|
2707
|
+
CircGradBasedCorrMaskRangeInvert boolean_+
|
|
2708
|
+
CircGradBasedCorrMaskRangeLumFeather real_+
|
|
2709
|
+
CircGradBasedCorrMaskRangeLuminanceDepthSampleInfo string_+
|
|
2710
|
+
CircGradBasedCorrMaskRangeLumMax real_+
|
|
2711
|
+
CircGradBasedCorrMaskRangeLumMin real_+
|
|
2712
|
+
CircGradBasedCorrMaskRangeLumRange string_+
|
|
2713
|
+
CircGradBasedCorrMaskRangeSampleType integer_+
|
|
2714
|
+
CircGradBasedCorrMaskRangeType string_+
|
|
2715
|
+
CircGradBasedCorrMaskRangeVersion string_+
|
|
2184
2716
|
CircGradBasedCorrMaskDabs string_
|
|
2185
2717
|
CircGradBasedCorrMaskFeather real_
|
|
2186
2718
|
CircGradBasedCorrMaskFlipped boolean_
|
|
2187
2719
|
CircGradBasedCorrMaskFlow real_
|
|
2188
2720
|
CircGradBasedCorrMaskFullX real_
|
|
2189
2721
|
CircGradBasedCorrMaskFullY real_
|
|
2722
|
+
CircGradBasedCorrMaskInputDigest string_
|
|
2190
2723
|
CircGradBasedCorrMaskLeft real_
|
|
2724
|
+
CircGradBasedCorrMaskMaskActive boolean_
|
|
2725
|
+
CircGradBasedCorrMaskMaskBlendMode integer_
|
|
2726
|
+
CircGradBasedCorrMaskMaskDigest string_
|
|
2727
|
+
CircGradBasedCorrMaskMaskInverted boolean_
|
|
2728
|
+
CircGradBasedCorrMaskMaskName string_
|
|
2729
|
+
CircGradBasedCorrMaskMasks CorrectionMask Struct_+
|
|
2730
|
+
CircGradBasedCorrMaskMasksAlpha real_
|
|
2731
|
+
CircGradBasedCorrMaskMasksAngle real_
|
|
2732
|
+
CircGradBasedCorrMaskMasksBottom real_
|
|
2733
|
+
CircGradBasedCorrMaskMasksCenterValue real_
|
|
2734
|
+
CircGradBasedCorrMaskMasksCenterWeight real_
|
|
2735
|
+
CircGradBasedCorrMaskMasksDabs string_+
|
|
2736
|
+
CircGradBasedCorrMaskMasksFeather real_
|
|
2737
|
+
CircGradBasedCorrMaskMasksFlipped boolean_
|
|
2738
|
+
CircGradBasedCorrMaskMasksFlow real_
|
|
2739
|
+
CircGradBasedCorrMaskMasksFullX real_
|
|
2740
|
+
CircGradBasedCorrMaskMasksFullY real_
|
|
2741
|
+
CircGradBasedCorrMaskMasksInputDigest string_
|
|
2742
|
+
CircGradBasedCorrMaskMasksLeft real_
|
|
2743
|
+
CircGradBasedCorrMaskMasksMaskActive boolean_
|
|
2744
|
+
CircGradBasedCorrMaskMasksMaskBlendMode integer_
|
|
2745
|
+
CircGradBasedCorrMaskMasksMaskDigest string_
|
|
2746
|
+
CircGradBasedCorrMaskMasksMaskInverted boolean_
|
|
2747
|
+
CircGradBasedCorrMaskMasksMaskName string_
|
|
2748
|
+
CircGradBasedCorrMaskMasksMaskSubType string_
|
|
2749
|
+
CircGradBasedCorrMaskMasksMaskSyncID string_
|
|
2750
|
+
CircGradBasedCorrMaskMasksValue real_
|
|
2751
|
+
CircGradBasedCorrMaskMasksMaskVersion string_
|
|
2752
|
+
CircGradBasedCorrMaskMasksMidpoint real_
|
|
2753
|
+
CircGradBasedCorrMaskMasksOrigin string_
|
|
2754
|
+
CircGradBasedCorrMaskMasksPerimeterValue real_
|
|
2755
|
+
CircGradBasedCorrMaskMasksRadius real_
|
|
2756
|
+
CircGradBasedCorrMaskMasksReferencePoint string_
|
|
2757
|
+
CircGradBasedCorrMaskMasksRight real_
|
|
2758
|
+
CircGradBasedCorrMaskMasksRoundness real_
|
|
2759
|
+
CircGradBasedCorrMaskMasksSizeX real_
|
|
2760
|
+
CircGradBasedCorrMaskMasksSizeY real_
|
|
2761
|
+
CircGradBasedCorrMaskMasksTop real_
|
|
2762
|
+
CircGradBasedCorrMaskMaskSubType string_
|
|
2763
|
+
CircGradBasedCorrMaskMasksVersion integer_
|
|
2764
|
+
CircGradBasedCorrMaskMasksWhat string_
|
|
2765
|
+
CircGradBasedCorrMaskMasksWholeImageArea string_
|
|
2766
|
+
CircGradBasedCorrMaskMasksX real_
|
|
2767
|
+
CircGradBasedCorrMaskMasksY real_
|
|
2768
|
+
CircGradBasedCorrMaskMaskSyncID string_
|
|
2769
|
+
CircGradBasedCorrMaskMasksZeroX real_
|
|
2770
|
+
CircGradBasedCorrMaskMasksZeroY real_
|
|
2191
2771
|
CircGradBasedCorrMaskValue real_
|
|
2772
|
+
CircGradBasedCorrMaskMaskVersion string_
|
|
2192
2773
|
CircGradBasedCorrMaskMidpoint real_
|
|
2774
|
+
CircGradBasedCorrMaskOrigin string_
|
|
2193
2775
|
CircGradBasedCorrMaskPerimeterValue real_
|
|
2194
2776
|
CircGradBasedCorrMaskRadius real_
|
|
2777
|
+
CircGradBasedCorrMaskReferencePoint string_
|
|
2195
2778
|
CircGradBasedCorrMaskRight real_
|
|
2196
2779
|
CircGradBasedCorrMaskRoundness real_
|
|
2197
2780
|
CircGradBasedCorrMaskSizeX real_
|
|
@@ -2199,20 +2782,30 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
2199
2782
|
CircGradBasedCorrMaskTop real_
|
|
2200
2783
|
CircGradBasedCorrMaskVersion integer_
|
|
2201
2784
|
CircGradBasedCorrMaskWhat string_
|
|
2785
|
+
CircGradBasedCorrMaskWholeImageArea string_
|
|
2202
2786
|
CircGradBasedCorrMaskX real_
|
|
2203
2787
|
CircGradBasedCorrMaskY real_
|
|
2204
2788
|
CircGradBasedCorrMaskZeroX real_
|
|
2205
2789
|
CircGradBasedCorrMaskZeroY real_
|
|
2206
|
-
|
|
2790
|
+
CircGradBasedCorrCorrectionName string_+
|
|
2791
|
+
CircGradBasedCorrRangeMask CorrRangeMask Struct_+
|
|
2792
|
+
CircGradBasedCorrRangeMaskAreaModels AreaModels Struct_+
|
|
2793
|
+
CircGradBasedCorrRangeMaskAreaModelsComponents string_+
|
|
2794
|
+
CircGradBasedCorrRangeMaskAreaModelsColorSampleInfo string_+
|
|
2207
2795
|
CircGradBasedCorrRangeMaskColorAmount real_+
|
|
2208
2796
|
CircGradBasedCorrRangeMaskDepthFeather real_+
|
|
2209
2797
|
CircGradBasedCorrRangeMaskDepthMax real_+
|
|
2210
2798
|
CircGradBasedCorrRangeMaskDepthMin real_+
|
|
2799
|
+
CircGradBasedCorrRangeMaskInvert boolean_+
|
|
2211
2800
|
CircGradBasedCorrRangeMaskLumFeather real_+
|
|
2801
|
+
CircGradBasedCorrRangeMaskLuminanceDepthSampleInfo string_+
|
|
2212
2802
|
CircGradBasedCorrRangeMaskLumMax real_+
|
|
2213
2803
|
CircGradBasedCorrRangeMaskLumMin real_+
|
|
2804
|
+
CircGradBasedCorrRangeMaskLumRange string_+
|
|
2805
|
+
CircGradBasedCorrRangeMaskSampleType integer_+
|
|
2214
2806
|
CircGradBasedCorrRangeMaskType string_+
|
|
2215
2807
|
CircGradBasedCorrRangeMaskVersion string_+
|
|
2808
|
+
CircGradBasedCorrCorrectionSyncID string_+
|
|
2216
2809
|
CircGradBasedCorrBlacks2012 real_
|
|
2217
2810
|
CircGradBasedCorrBrightness real_
|
|
2218
2811
|
CircGradBasedCorrClarity real_
|
|
@@ -2233,8 +2826,8 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
2233
2826
|
CircGradBasedCorrTemperature real_
|
|
2234
2827
|
CircGradBasedCorrTexture real_
|
|
2235
2828
|
CircGradBasedCorrTint real_
|
|
2236
|
-
|
|
2237
|
-
|
|
2829
|
+
CircGradBasedCorrToningHue real_
|
|
2830
|
+
CircGradBasedCorrToningSaturation real_
|
|
2238
2831
|
CircGradBasedCorrWhites2012 real_
|
|
2239
2832
|
CircGradBasedCorrWhat string_
|
|
2240
2833
|
Clarity integer
|
|
@@ -2254,6 +2847,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
2254
2847
|
ColorNoiseReduction integer
|
|
2255
2848
|
ColorNoiseReductionDetail integer
|
|
2256
2849
|
ColorNoiseReductionSmoothness integer
|
|
2850
|
+
CompatibleVersion string
|
|
2257
2851
|
ContactInfo string
|
|
2258
2852
|
Contrast integer/
|
|
2259
2853
|
Contrast2012 integer
|
|
@@ -2296,17 +2890,85 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
2296
2890
|
GradientBasedCorrMaskBottom real_
|
|
2297
2891
|
GradientBasedCorrMaskCenterValue real_
|
|
2298
2892
|
GradientBasedCorrMaskCenterWeight real_
|
|
2893
|
+
GradientBasedCorrMaskRange CorrRangeMask Struct_+
|
|
2894
|
+
GradientBasedCorrMaskRangeAreaModels AreaModels Struct_+
|
|
2895
|
+
GradientBasedCorrMaskRangeAreaModelsComponents string_+
|
|
2896
|
+
GradientBasedCorrMaskRangeAreaModelsColorSampleInfo string_+
|
|
2897
|
+
GradientBasedCorrMaskRangeColorAmount real_+
|
|
2898
|
+
GradientBasedCorrMaskRangeDepthFeather real_+
|
|
2899
|
+
GradientBasedCorrMaskRangeDepthMax real_+
|
|
2900
|
+
GradientBasedCorrMaskRangeDepthMin real_+
|
|
2901
|
+
GradientBasedCorrMaskRangeInvert boolean_+
|
|
2902
|
+
GradientBasedCorrMaskRangeLumFeather real_+
|
|
2903
|
+
GradientBasedCorrMaskRangeLuminanceDepthSampleInfo string_+
|
|
2904
|
+
GradientBasedCorrMaskRangeLumMax real_+
|
|
2905
|
+
GradientBasedCorrMaskRangeLumMin real_+
|
|
2906
|
+
GradientBasedCorrMaskRangeLumRange string_+
|
|
2907
|
+
GradientBasedCorrMaskRangeSampleType integer_+
|
|
2908
|
+
GradientBasedCorrMaskRangeType string_+
|
|
2909
|
+
GradientBasedCorrMaskRangeVersion string_+
|
|
2299
2910
|
GradientBasedCorrMaskDabs string_
|
|
2300
2911
|
GradientBasedCorrMaskFeather real_
|
|
2301
2912
|
GradientBasedCorrMaskFlipped boolean_
|
|
2302
2913
|
GradientBasedCorrMaskFlow real_
|
|
2303
2914
|
GradientBasedCorrMaskFullX real_
|
|
2304
2915
|
GradientBasedCorrMaskFullY real_
|
|
2916
|
+
GradientBasedCorrMaskInputDigest string_
|
|
2305
2917
|
GradientBasedCorrMaskLeft real_
|
|
2918
|
+
GradientBasedCorrMaskMaskActive boolean_
|
|
2919
|
+
GradientBasedCorrMaskMaskBlendMode integer_
|
|
2920
|
+
GradientBasedCorrMaskMaskDigest string_
|
|
2921
|
+
GradientBasedCorrMaskMaskInverted boolean_
|
|
2922
|
+
GradientBasedCorrMaskMaskName string_
|
|
2923
|
+
GradientBasedCorrMaskMasks CorrectionMask Struct_+
|
|
2924
|
+
GradientBasedCorrMaskMasksAlpha real_
|
|
2925
|
+
GradientBasedCorrMaskMasksAngle real_
|
|
2926
|
+
GradientBasedCorrMaskMasksBottom real_
|
|
2927
|
+
GradientBasedCorrMaskMasksCenterValue real_
|
|
2928
|
+
GradientBasedCorrMaskMasksCenterWeight real_
|
|
2929
|
+
GradientBasedCorrMaskMasksDabs string_+
|
|
2930
|
+
GradientBasedCorrMaskMasksFeather real_
|
|
2931
|
+
GradientBasedCorrMaskMasksFlipped boolean_
|
|
2932
|
+
GradientBasedCorrMaskMasksFlow real_
|
|
2933
|
+
GradientBasedCorrMaskMasksFullX real_
|
|
2934
|
+
GradientBasedCorrMaskMasksFullY real_
|
|
2935
|
+
GradientBasedCorrMaskMasksInputDigest string_
|
|
2936
|
+
GradientBasedCorrMaskMasksLeft real_
|
|
2937
|
+
GradientBasedCorrMaskMasksMaskActive boolean_
|
|
2938
|
+
GradientBasedCorrMaskMasksMaskBlendMode integer_
|
|
2939
|
+
GradientBasedCorrMaskMasksMaskDigest string_
|
|
2940
|
+
GradientBasedCorrMaskMasksMaskInverted boolean_
|
|
2941
|
+
GradientBasedCorrMaskMasksMaskName string_
|
|
2942
|
+
GradientBasedCorrMaskMasksMaskSubType string_
|
|
2943
|
+
GradientBasedCorrMaskMasksMaskSyncID string_
|
|
2944
|
+
GradientBasedCorrMaskMasksValue real_
|
|
2945
|
+
GradientBasedCorrMaskMasksMaskVersion string_
|
|
2946
|
+
GradientBasedCorrMaskMasksMidpoint real_
|
|
2947
|
+
GradientBasedCorrMaskMasksOrigin string_
|
|
2948
|
+
GradientBasedCorrMaskMasksPerimeterValue real_
|
|
2949
|
+
GradientBasedCorrMaskMasksRadius real_
|
|
2950
|
+
GradientBasedCorrMaskMasksReferencePoint string_
|
|
2951
|
+
GradientBasedCorrMaskMasksRight real_
|
|
2952
|
+
GradientBasedCorrMaskMasksRoundness real_
|
|
2953
|
+
GradientBasedCorrMaskMasksSizeX real_
|
|
2954
|
+
GradientBasedCorrMaskMasksSizeY real_
|
|
2955
|
+
GradientBasedCorrMaskMasksTop real_
|
|
2956
|
+
GradientBasedCorrMaskMaskSubType string_
|
|
2957
|
+
GradientBasedCorrMaskMasksVersion integer_
|
|
2958
|
+
GradientBasedCorrMaskMasksWhat string_
|
|
2959
|
+
GradientBasedCorrMaskMasksWholeImageArea string_
|
|
2960
|
+
GradientBasedCorrMaskMasksX real_
|
|
2961
|
+
GradientBasedCorrMaskMasksY real_
|
|
2962
|
+
GradientBasedCorrMaskMaskSyncID string_
|
|
2963
|
+
GradientBasedCorrMaskMasksZeroX real_
|
|
2964
|
+
GradientBasedCorrMaskMasksZeroY real_
|
|
2306
2965
|
GradientBasedCorrMaskValue real_
|
|
2966
|
+
GradientBasedCorrMaskMaskVersion string_
|
|
2307
2967
|
GradientBasedCorrMaskMidpoint real_
|
|
2968
|
+
GradientBasedCorrMaskOrigin string_
|
|
2308
2969
|
GradientBasedCorrMaskPerimeterValue real_
|
|
2309
2970
|
GradientBasedCorrMaskRadius real_
|
|
2971
|
+
GradientBasedCorrMaskReferencePoint string_
|
|
2310
2972
|
GradientBasedCorrMaskRight real_
|
|
2311
2973
|
GradientBasedCorrMaskRoundness real_
|
|
2312
2974
|
GradientBasedCorrMaskSizeX real_
|
|
@@ -2314,20 +2976,30 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
2314
2976
|
GradientBasedCorrMaskTop real_
|
|
2315
2977
|
GradientBasedCorrMaskVersion integer_
|
|
2316
2978
|
GradientBasedCorrMaskWhat string_
|
|
2979
|
+
GradientBasedCorrMaskWholeImageArea string_
|
|
2317
2980
|
GradientBasedCorrMaskX real_
|
|
2318
2981
|
GradientBasedCorrMaskY real_
|
|
2319
2982
|
GradientBasedCorrMaskZeroX real_
|
|
2320
2983
|
GradientBasedCorrMaskZeroY real_
|
|
2321
|
-
|
|
2984
|
+
GradientBasedCorrCorrectionName string_+
|
|
2985
|
+
GradientBasedCorrRangeMask CorrRangeMask Struct_+
|
|
2986
|
+
GradientBasedCorrRangeMaskAreaModels AreaModels Struct_+
|
|
2987
|
+
GradientBasedCorrRangeMaskAreaModelsComponents string_+
|
|
2988
|
+
GradientBasedCorrRangeMaskAreaModelsColorSampleInfo string_+
|
|
2322
2989
|
GradientBasedCorrRangeMaskColorAmount real_+
|
|
2323
2990
|
GradientBasedCorrRangeMaskDepthFeather real_+
|
|
2324
2991
|
GradientBasedCorrRangeMaskDepthMax real_+
|
|
2325
2992
|
GradientBasedCorrRangeMaskDepthMin real_+
|
|
2993
|
+
GradientBasedCorrRangeMaskInvert boolean_+
|
|
2326
2994
|
GradientBasedCorrRangeMaskLumFeather real_+
|
|
2995
|
+
GradientBasedCorrRangeMaskLuminanceDepthSampleInfo string_+
|
|
2327
2996
|
GradientBasedCorrRangeMaskLumMax real_+
|
|
2328
2997
|
GradientBasedCorrRangeMaskLumMin real_+
|
|
2998
|
+
GradientBasedCorrRangeMaskLumRange string_+
|
|
2999
|
+
GradientBasedCorrRangeMaskSampleType integer_+
|
|
2329
3000
|
GradientBasedCorrRangeMaskType string_+
|
|
2330
3001
|
GradientBasedCorrRangeMaskVersion string_+
|
|
3002
|
+
GradientBasedCorrCorrectionSyncID string_+
|
|
2331
3003
|
GradientBasedCorrBlacks2012 real_
|
|
2332
3004
|
GradientBasedCorrBrightness real_
|
|
2333
3005
|
GradientBasedCorrClarity real_
|
|
@@ -2348,8 +3020,8 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
2348
3020
|
GradientBasedCorrTemperature real_
|
|
2349
3021
|
GradientBasedCorrTexture real_
|
|
2350
3022
|
GradientBasedCorrTint real_
|
|
2351
|
-
|
|
2352
|
-
|
|
3023
|
+
GradientBasedCorrToningHue real_
|
|
3024
|
+
GradientBasedCorrToningSaturation real_
|
|
2353
3025
|
GradientBasedCorrWhites2012 real_
|
|
2354
3026
|
GradientBasedCorrWhat string_
|
|
2355
3027
|
GrainAmount integer
|
|
@@ -2433,6 +3105,149 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
2433
3105
|
LuminanceNoiseReductionContrast integer
|
|
2434
3106
|
LuminanceNoiseReductionDetail integer
|
|
2435
3107
|
LuminanceSmoothing integer
|
|
3108
|
+
MaskGroupBasedCorrections Correction Struct+
|
|
3109
|
+
MaskGroupBasedCorrActive boolean_
|
|
3110
|
+
MaskGroupBasedCorrAmount real_
|
|
3111
|
+
MaskGroupBasedCorrMask CorrectionMask Struct_+
|
|
3112
|
+
MaskGroupBasedCorrMaskAlpha real_
|
|
3113
|
+
MaskGroupBasedCorrMaskAngle real_
|
|
3114
|
+
MaskGroupBasedCorrMaskBottom real_
|
|
3115
|
+
MaskGroupBasedCorrMaskCenterValue real_
|
|
3116
|
+
MaskGroupBasedCorrMaskCenterWeight real_
|
|
3117
|
+
MaskGroupBasedCorrMaskRange CorrRangeMask Struct_+
|
|
3118
|
+
MaskGroupBasedCorrMaskRangeAreaModels AreaModels Struct_+
|
|
3119
|
+
MaskGroupBasedCorrMaskRangeAreaModelsComponents string_+
|
|
3120
|
+
MaskGroupBasedCorrMaskRangeAreaModelsColorSampleInfo string_+
|
|
3121
|
+
MaskGroupBasedCorrMaskRangeColorAmount real_+
|
|
3122
|
+
MaskGroupBasedCorrMaskRangeDepthFeather real_+
|
|
3123
|
+
MaskGroupBasedCorrMaskRangeDepthMax real_+
|
|
3124
|
+
MaskGroupBasedCorrMaskRangeDepthMin real_+
|
|
3125
|
+
MaskGroupBasedCorrMaskRangeInvert boolean_+
|
|
3126
|
+
MaskGroupBasedCorrMaskRangeLumFeather real_+
|
|
3127
|
+
MaskGroupBasedCorrMaskRangeLuminanceDepthSampleInfo string_+
|
|
3128
|
+
MaskGroupBasedCorrMaskRangeLumMax real_+
|
|
3129
|
+
MaskGroupBasedCorrMaskRangeLumMin real_+
|
|
3130
|
+
MaskGroupBasedCorrMaskRangeLumRange string_+
|
|
3131
|
+
MaskGroupBasedCorrMaskRangeSampleType integer_+
|
|
3132
|
+
MaskGroupBasedCorrMaskRangeType string_+
|
|
3133
|
+
MaskGroupBasedCorrMaskRangeVersion string_+
|
|
3134
|
+
MaskGroupBasedCorrMaskDabs string_+
|
|
3135
|
+
MaskGroupBasedCorrMaskFeather real_
|
|
3136
|
+
MaskGroupBasedCorrMaskFlipped boolean_
|
|
3137
|
+
MaskGroupBasedCorrMaskFlow real_
|
|
3138
|
+
MaskGroupBasedCorrMaskFullX real_
|
|
3139
|
+
MaskGroupBasedCorrMaskFullY real_
|
|
3140
|
+
MaskGroupBasedCorrMaskInputDigest string_
|
|
3141
|
+
MaskGroupBasedCorrMaskLeft real_
|
|
3142
|
+
MaskGroupBasedCorrMaskMaskActive boolean_
|
|
3143
|
+
MaskGroupBasedCorrMaskMaskBlendMode integer_
|
|
3144
|
+
MaskGroupBasedCorrMaskMaskDigest string_
|
|
3145
|
+
MaskGroupBasedCorrMaskMaskInverted boolean_
|
|
3146
|
+
MaskGroupBasedCorrMaskMaskName string_
|
|
3147
|
+
MaskGroupBasedCorrMaskMasks CorrectionMask Struct_+
|
|
3148
|
+
MaskGroupBasedCorrMaskMasksAlpha real_
|
|
3149
|
+
MaskGroupBasedCorrMaskMasksAngle real_
|
|
3150
|
+
MaskGroupBasedCorrMaskMasksBottom real_
|
|
3151
|
+
MaskGroupBasedCorrMaskMasksCenterValue real_
|
|
3152
|
+
MaskGroupBasedCorrMaskMasksCenterWeight real_
|
|
3153
|
+
MaskGroupBasedCorrMaskMasksDabs string_+
|
|
3154
|
+
MaskGroupBasedCorrMaskMasksFeather real_
|
|
3155
|
+
MaskGroupBasedCorrMaskMasksFlipped boolean_
|
|
3156
|
+
MaskGroupBasedCorrMaskMasksFlow real_
|
|
3157
|
+
MaskGroupBasedCorrMaskMasksFullX real_
|
|
3158
|
+
MaskGroupBasedCorrMaskMasksFullY real_
|
|
3159
|
+
MaskGroupBasedCorrMaskMasksInputDigest string_
|
|
3160
|
+
MaskGroupBasedCorrMaskMasksLeft real_
|
|
3161
|
+
MaskGroupBasedCorrMaskMasksMaskActive boolean_
|
|
3162
|
+
MaskGroupBasedCorrMaskMasksMaskBlendMode integer_
|
|
3163
|
+
MaskGroupBasedCorrMaskMasksMaskDigest string_
|
|
3164
|
+
MaskGroupBasedCorrMaskMasksMaskInverted boolean_
|
|
3165
|
+
MaskGroupBasedCorrMaskMasksMaskName string_
|
|
3166
|
+
MaskGroupBasedCorrMaskMasksMaskSubType string_
|
|
3167
|
+
MaskGroupBasedCorrMaskMasksMaskSyncID string_
|
|
3168
|
+
MaskGroupBasedCorrMaskMasksValue real_
|
|
3169
|
+
MaskGroupBasedCorrMaskMasksMaskVersion string_
|
|
3170
|
+
MaskGroupBasedCorrMaskMasksMidpoint real_
|
|
3171
|
+
MaskGroupBasedCorrMaskMasksOrigin string_
|
|
3172
|
+
MaskGroupBasedCorrMaskMasksPerimeterValue real_
|
|
3173
|
+
MaskGroupBasedCorrMaskMasksRadius real_
|
|
3174
|
+
MaskGroupBasedCorrMaskMasksReferencePoint string_
|
|
3175
|
+
MaskGroupBasedCorrMaskMasksRight real_
|
|
3176
|
+
MaskGroupBasedCorrMaskMasksRoundness real_
|
|
3177
|
+
MaskGroupBasedCorrMaskMasksSizeX real_
|
|
3178
|
+
MaskGroupBasedCorrMaskMasksSizeY real_
|
|
3179
|
+
MaskGroupBasedCorrMaskMasksTop real_
|
|
3180
|
+
MaskGroupBasedCorrMaskMaskSubType string_
|
|
3181
|
+
MaskGroupBasedCorrMaskMasksVersion integer_
|
|
3182
|
+
MaskGroupBasedCorrMaskMasksWhat string_
|
|
3183
|
+
MaskGroupBasedCorrMaskMasksWholeImageArea string_
|
|
3184
|
+
MaskGroupBasedCorrMaskMasksX real_
|
|
3185
|
+
MaskGroupBasedCorrMaskMasksY real_
|
|
3186
|
+
MaskGroupBasedCorrMaskMaskSyncID string_
|
|
3187
|
+
MaskGroupBasedCorrMaskMasksZeroX real_
|
|
3188
|
+
MaskGroupBasedCorrMaskMasksZeroY real_
|
|
3189
|
+
MaskGroupBasedCorrMaskValue real_
|
|
3190
|
+
MaskGroupBasedCorrMaskMaskVersion string_
|
|
3191
|
+
MaskGroupBasedCorrMaskMidpoint real_
|
|
3192
|
+
MaskGroupBasedCorrMaskOrigin string_
|
|
3193
|
+
MaskGroupBasedCorrMaskPerimeterValue real_
|
|
3194
|
+
MaskGroupBasedCorrMaskRadius real_
|
|
3195
|
+
MaskGroupBasedCorrMaskReferencePoint string_
|
|
3196
|
+
MaskGroupBasedCorrMaskRight real_
|
|
3197
|
+
MaskGroupBasedCorrMaskRoundness real_
|
|
3198
|
+
MaskGroupBasedCorrMaskSizeX real_
|
|
3199
|
+
MaskGroupBasedCorrMaskSizeY real_
|
|
3200
|
+
MaskGroupBasedCorrMaskTop real_
|
|
3201
|
+
MaskGroupBasedCorrMaskVersion integer_
|
|
3202
|
+
MaskGroupBasedCorrMaskWhat string_
|
|
3203
|
+
MaskGroupBasedCorrMaskWholeImageArea string_
|
|
3204
|
+
MaskGroupBasedCorrMaskX real_
|
|
3205
|
+
MaskGroupBasedCorrMaskY real_
|
|
3206
|
+
MaskGroupBasedCorrMaskZeroX real_
|
|
3207
|
+
MaskGroupBasedCorrMaskZeroY real_
|
|
3208
|
+
MaskGroupBasedCorrCorrectionName string_+
|
|
3209
|
+
MaskGroupBasedCorrRangeMask CorrRangeMask Struct_+
|
|
3210
|
+
MaskGroupBasedCorrRangeMaskAreaModels AreaModels Struct_+
|
|
3211
|
+
MaskGroupBasedCorrRangeMaskAreaModelsComponents string_+
|
|
3212
|
+
MaskGroupBasedCorrRangeMaskAreaModelsColorSampleInfo string_+
|
|
3213
|
+
MaskGroupBasedCorrRangeMaskColorAmount real_+
|
|
3214
|
+
MaskGroupBasedCorrRangeMaskDepthFeather real_+
|
|
3215
|
+
MaskGroupBasedCorrRangeMaskDepthMax real_+
|
|
3216
|
+
MaskGroupBasedCorrRangeMaskDepthMin real_+
|
|
3217
|
+
MaskGroupBasedCorrRangeMaskInvert boolean_+
|
|
3218
|
+
MaskGroupBasedCorrRangeMaskLumFeather real_+
|
|
3219
|
+
MaskGroupBasedCorrRangeMaskLuminanceDepthSampleInfo string_+
|
|
3220
|
+
MaskGroupBasedCorrRangeMaskLumMax real_+
|
|
3221
|
+
MaskGroupBasedCorrRangeMaskLumMin real_+
|
|
3222
|
+
MaskGroupBasedCorrRangeMaskLumRange string_+
|
|
3223
|
+
MaskGroupBasedCorrRangeMaskSampleType integer_+
|
|
3224
|
+
MaskGroupBasedCorrRangeMaskType string_+
|
|
3225
|
+
MaskGroupBasedCorrRangeMaskVersion string_+
|
|
3226
|
+
MaskGroupBasedCorrCorrectionSyncID string_+
|
|
3227
|
+
MaskGroupBasedCorrBlacks2012 real_
|
|
3228
|
+
MaskGroupBasedCorrBrightness real_
|
|
3229
|
+
MaskGroupBasedCorrClarity real_
|
|
3230
|
+
MaskGroupBasedCorrClarity2012 real_
|
|
3231
|
+
MaskGroupBasedCorrContrast real_
|
|
3232
|
+
MaskGroupBasedCorrContrast2012 real_
|
|
3233
|
+
MaskGroupBasedCorrDefringe real_
|
|
3234
|
+
MaskGroupBasedCorrDehaze real_
|
|
3235
|
+
MaskGroupBasedCorrExposure real_
|
|
3236
|
+
MaskGroupBasedCorrExposure2012 real_
|
|
3237
|
+
MaskGroupBasedCorrHighlights2012 real_
|
|
3238
|
+
MaskGroupBasedCorrHue real_
|
|
3239
|
+
MaskGroupBasedCorrLuminanceNoise real_
|
|
3240
|
+
MaskGroupBasedCorrMoire real_
|
|
3241
|
+
MaskGroupBasedCorrSaturation real_
|
|
3242
|
+
MaskGroupBasedCorrShadows2012 real_
|
|
3243
|
+
MaskGroupBasedCorrSharpness real_
|
|
3244
|
+
MaskGroupBasedCorrTemperature real_
|
|
3245
|
+
MaskGroupBasedCorrTexture real_
|
|
3246
|
+
MaskGroupBasedCorrTint real_
|
|
3247
|
+
MaskGroupBasedCorrToningHue real_
|
|
3248
|
+
MaskGroupBasedCorrToningSaturation real_
|
|
3249
|
+
MaskGroupBasedCorrWhites2012 real_
|
|
3250
|
+
MaskGroupBasedCorrWhat string_
|
|
2436
3251
|
MoireFilter string
|
|
2437
3252
|
Name lang-alt/
|
|
2438
3253
|
NegativeCacheLargePreviewSize integer
|
|
@@ -2448,17 +3263,85 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
2448
3263
|
PaintCorrectionMaskBottom real_
|
|
2449
3264
|
PaintCorrectionMaskCenterValue real_
|
|
2450
3265
|
PaintCorrectionMaskCenterWeight real_
|
|
3266
|
+
PaintCorrectionMaskRange CorrRangeMask Struct_+
|
|
3267
|
+
PaintCorrectionMaskRangeAreaModels AreaModels Struct_+
|
|
3268
|
+
PaintCorrectionMaskRangeAreaModelsComponents string_+
|
|
3269
|
+
PaintCorrectionMaskRangeAreaModelsColorSampleInfo string_+
|
|
3270
|
+
PaintCorrectionMaskRangeColorAmount real_+
|
|
3271
|
+
PaintCorrectionMaskRangeDepthFeather real_+
|
|
3272
|
+
PaintCorrectionMaskRangeDepthMax real_+
|
|
3273
|
+
PaintCorrectionMaskRangeDepthMin real_+
|
|
3274
|
+
PaintCorrectionMaskRangeInvert boolean_+
|
|
3275
|
+
PaintCorrectionMaskRangeLumFeather real_+
|
|
3276
|
+
PaintCorrectionMaskRangeLuminanceDepthSampleInfo string_+
|
|
3277
|
+
PaintCorrectionMaskRangeLumMax real_+
|
|
3278
|
+
PaintCorrectionMaskRangeLumMin real_+
|
|
3279
|
+
PaintCorrectionMaskRangeLumRange string_+
|
|
3280
|
+
PaintCorrectionMaskRangeSampleType integer_+
|
|
3281
|
+
PaintCorrectionMaskRangeType string_+
|
|
3282
|
+
PaintCorrectionMaskRangeVersion string_+
|
|
2451
3283
|
PaintCorrectionMaskDabs string_
|
|
2452
3284
|
PaintCorrectionMaskFeather real_
|
|
2453
3285
|
PaintCorrectionMaskFlipped boolean_
|
|
2454
3286
|
PaintCorrectionMaskFlow real_
|
|
2455
3287
|
PaintCorrectionMaskFullX real_
|
|
2456
3288
|
PaintCorrectionMaskFullY real_
|
|
3289
|
+
PaintCorrectionMaskInputDigest string_
|
|
2457
3290
|
PaintCorrectionMaskLeft real_
|
|
3291
|
+
PaintCorrectionMaskMaskActive boolean_
|
|
3292
|
+
PaintCorrectionMaskMaskBlendMode integer_
|
|
3293
|
+
PaintCorrectionMaskMaskDigest string_
|
|
3294
|
+
PaintCorrectionMaskMaskInverted boolean_
|
|
3295
|
+
PaintCorrectionMaskMaskName string_
|
|
3296
|
+
PaintCorrectionMaskMasks CorrectionMask Struct_+
|
|
3297
|
+
PaintCorrectionMaskMasksAlpha real_
|
|
3298
|
+
PaintCorrectionMaskMasksAngle real_
|
|
3299
|
+
PaintCorrectionMaskMasksBottom real_
|
|
3300
|
+
PaintCorrectionMaskMasksCenterValue real_
|
|
3301
|
+
PaintCorrectionMaskMasksCenterWeight real_
|
|
3302
|
+
PaintCorrectionMaskMasksDabs string_+
|
|
3303
|
+
PaintCorrectionMaskMasksFeather real_
|
|
3304
|
+
PaintCorrectionMaskMasksFlipped boolean_
|
|
3305
|
+
PaintCorrectionMaskMasksFlow real_
|
|
3306
|
+
PaintCorrectionMaskMasksFullX real_
|
|
3307
|
+
PaintCorrectionMaskMasksFullY real_
|
|
3308
|
+
PaintCorrectionMaskMasksInputDigest string_
|
|
3309
|
+
PaintCorrectionMaskMasksLeft real_
|
|
3310
|
+
PaintCorrectionMaskMasksMaskActive boolean_
|
|
3311
|
+
PaintCorrectionMaskMasksMaskBlendMode integer_
|
|
3312
|
+
PaintCorrectionMaskMasksMaskDigest string_
|
|
3313
|
+
PaintCorrectionMaskMasksMaskInverted boolean_
|
|
3314
|
+
PaintCorrectionMaskMasksMaskName string_
|
|
3315
|
+
PaintCorrectionMaskMasksMaskSubType string_
|
|
3316
|
+
PaintCorrectionMaskMasksMaskSyncID string_
|
|
3317
|
+
PaintCorrectionMaskMasksValue real_
|
|
3318
|
+
PaintCorrectionMaskMasksMaskVersion string_
|
|
3319
|
+
PaintCorrectionMaskMasksMidpoint real_
|
|
3320
|
+
PaintCorrectionMaskMasksOrigin string_
|
|
3321
|
+
PaintCorrectionMaskMasksPerimeterValue real_
|
|
3322
|
+
PaintCorrectionMaskMasksRadius real_
|
|
3323
|
+
PaintCorrectionMaskMasksReferencePoint string_
|
|
3324
|
+
PaintCorrectionMaskMasksRight real_
|
|
3325
|
+
PaintCorrectionMaskMasksRoundness real_
|
|
3326
|
+
PaintCorrectionMaskMasksSizeX real_
|
|
3327
|
+
PaintCorrectionMaskMasksSizeY real_
|
|
3328
|
+
PaintCorrectionMaskMasksTop real_
|
|
3329
|
+
PaintCorrectionMaskMaskSubType string_
|
|
3330
|
+
PaintCorrectionMaskMasksVersion integer_
|
|
3331
|
+
PaintCorrectionMaskMasksWhat string_
|
|
3332
|
+
PaintCorrectionMaskMasksWholeImageArea string_
|
|
3333
|
+
PaintCorrectionMaskMasksX real_
|
|
3334
|
+
PaintCorrectionMaskMasksY real_
|
|
3335
|
+
PaintCorrectionMaskMaskSyncID string_
|
|
3336
|
+
PaintCorrectionMaskMasksZeroX real_
|
|
3337
|
+
PaintCorrectionMaskMasksZeroY real_
|
|
2458
3338
|
PaintCorrectionMaskValue real_
|
|
3339
|
+
PaintCorrectionMaskMaskVersion string_
|
|
2459
3340
|
PaintCorrectionMaskMidpoint real_
|
|
3341
|
+
PaintCorrectionMaskOrigin string_
|
|
2460
3342
|
PaintCorrectionMaskPerimeterValue real_
|
|
2461
3343
|
PaintCorrectionMaskRadius real_
|
|
3344
|
+
PaintCorrectionMaskReferencePoint string_
|
|
2462
3345
|
PaintCorrectionMaskRight real_
|
|
2463
3346
|
PaintCorrectionMaskRoundness real_
|
|
2464
3347
|
PaintCorrectionMaskSizeX real_
|
|
@@ -2466,20 +3349,30 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
2466
3349
|
PaintCorrectionMaskTop real_
|
|
2467
3350
|
PaintCorrectionMaskVersion integer_
|
|
2468
3351
|
PaintCorrectionMaskWhat string_
|
|
3352
|
+
PaintCorrectionMaskWholeImageArea string_
|
|
2469
3353
|
PaintCorrectionMaskX real_
|
|
2470
3354
|
PaintCorrectionMaskY real_
|
|
2471
3355
|
PaintCorrectionMaskZeroX real_
|
|
2472
3356
|
PaintCorrectionMaskZeroY real_
|
|
2473
|
-
|
|
3357
|
+
PaintCorrectionCorrectionName string_+
|
|
3358
|
+
PaintCorrectionRangeMask CorrRangeMask Struct_+
|
|
3359
|
+
PaintCorrectionRangeMaskAreaModels AreaModels Struct_+
|
|
3360
|
+
PaintCorrectionRangeMaskAreaModelsComponents string_+
|
|
3361
|
+
PaintCorrectionRangeMaskAreaModelsColorSampleInfo string_+
|
|
2474
3362
|
PaintCorrectionRangeMaskColorAmount real_+
|
|
2475
3363
|
PaintCorrectionRangeMaskDepthFeather real_+
|
|
2476
3364
|
PaintCorrectionRangeMaskDepthMax real_+
|
|
2477
3365
|
PaintCorrectionRangeMaskDepthMin real_+
|
|
3366
|
+
PaintCorrectionRangeMaskInvert boolean_+
|
|
2478
3367
|
PaintCorrectionRangeMaskLumFeather real_+
|
|
3368
|
+
PaintCorrectionRangeMaskLuminanceDepthSampleInfo string_+
|
|
2479
3369
|
PaintCorrectionRangeMaskLumMax real_+
|
|
2480
3370
|
PaintCorrectionRangeMaskLumMin real_+
|
|
3371
|
+
PaintCorrectionRangeMaskLumRange string_+
|
|
3372
|
+
PaintCorrectionRangeMaskSampleType integer_+
|
|
2481
3373
|
PaintCorrectionRangeMaskType string_+
|
|
2482
3374
|
PaintCorrectionRangeMaskVersion string_+
|
|
3375
|
+
PaintCorrectionCorrectionSyncID string_+
|
|
2483
3376
|
PaintCorrectionBlacks2012 real_
|
|
2484
3377
|
PaintCorrectionBrightness real_
|
|
2485
3378
|
PaintCorrectionClarity real_
|
|
@@ -2500,8 +3393,8 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
2500
3393
|
PaintCorrectionTemperature real_
|
|
2501
3394
|
PaintCorrectionTexture real_
|
|
2502
3395
|
PaintCorrectionTint real_
|
|
2503
|
-
|
|
2504
|
-
|
|
3396
|
+
PaintCorrectionToningHue real_
|
|
3397
|
+
PaintCorrectionToningSaturation real_
|
|
2505
3398
|
PaintCorrectionWhites2012 real_
|
|
2506
3399
|
PaintCorrectionWhat string_
|
|
2507
3400
|
ParametricDarks integer
|
|
@@ -2527,6 +3420,13 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
2527
3420
|
PostCropVignetteStyle integer
|
|
2528
3421
|
PresetType string
|
|
2529
3422
|
ProcessVersion string
|
|
3423
|
+
RangeMask RangeMask Struct
|
|
3424
|
+
RangeMaskMapInfo MapInfo Struct_
|
|
3425
|
+
RangeMaskMapInfoLabMax string_
|
|
3426
|
+
RangeMaskMapInfoLabMin string_
|
|
3427
|
+
RangeMaskMapInfoLumEq string_+
|
|
3428
|
+
RangeMaskMapInfoRGBMax string_
|
|
3429
|
+
RangeMaskMapInfoRGBMin string_
|
|
2530
3430
|
RawFileName string
|
|
2531
3431
|
RedEyeInfo string+
|
|
2532
3432
|
RedHue integer
|
|
@@ -2539,17 +3439,85 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
2539
3439
|
RetouchAreaMaskBottom real_
|
|
2540
3440
|
RetouchAreaMaskCenterValue real_
|
|
2541
3441
|
RetouchAreaMaskCenterWeight real_
|
|
3442
|
+
RetouchAreaMaskRange CorrRangeMask Struct_+
|
|
3443
|
+
RetouchAreaMaskRangeAreaModels AreaModels Struct_+
|
|
3444
|
+
RetouchAreaMaskRangeAreaModelsComponents string_+
|
|
3445
|
+
RetouchAreaMaskRangeAreaModelsColorSampleInfo string_+
|
|
3446
|
+
RetouchAreaMaskRangeColorAmount real_+
|
|
3447
|
+
RetouchAreaMaskRangeDepthFeather real_+
|
|
3448
|
+
RetouchAreaMaskRangeDepthMax real_+
|
|
3449
|
+
RetouchAreaMaskRangeDepthMin real_+
|
|
3450
|
+
RetouchAreaMaskRangeInvert boolean_+
|
|
3451
|
+
RetouchAreaMaskRangeLumFeather real_+
|
|
3452
|
+
RetouchAreaMaskRangeLuminanceDepthSampleInfo string_+
|
|
3453
|
+
RetouchAreaMaskRangeLumMax real_+
|
|
3454
|
+
RetouchAreaMaskRangeLumMin real_+
|
|
3455
|
+
RetouchAreaMaskRangeLumRange string_+
|
|
3456
|
+
RetouchAreaMaskRangeSampleType integer_+
|
|
3457
|
+
RetouchAreaMaskRangeType string_+
|
|
3458
|
+
RetouchAreaMaskRangeVersion string_+
|
|
2542
3459
|
RetouchAreaMaskDabs string_
|
|
2543
3460
|
RetouchAreaMaskFeather real_
|
|
2544
3461
|
RetouchAreaMaskFlipped boolean_
|
|
2545
3462
|
RetouchAreaMaskFlow real_
|
|
2546
3463
|
RetouchAreaMaskFullX real_
|
|
2547
3464
|
RetouchAreaMaskFullY real_
|
|
3465
|
+
RetouchAreaMaskInputDigest string_
|
|
2548
3466
|
RetouchAreaMaskLeft real_
|
|
3467
|
+
RetouchAreaMaskMaskActive boolean_
|
|
3468
|
+
RetouchAreaMaskMaskBlendMode integer_
|
|
3469
|
+
RetouchAreaMaskMaskDigest string_
|
|
3470
|
+
RetouchAreaMaskMaskInverted boolean_
|
|
3471
|
+
RetouchAreaMaskMaskName string_
|
|
3472
|
+
RetouchAreaMaskMasks CorrectionMask Struct_+
|
|
3473
|
+
RetouchAreaMaskMasksAlpha real_
|
|
3474
|
+
RetouchAreaMaskMasksAngle real_
|
|
3475
|
+
RetouchAreaMaskMasksBottom real_
|
|
3476
|
+
RetouchAreaMaskMasksCenterValue real_
|
|
3477
|
+
RetouchAreaMaskMasksCenterWeight real_
|
|
3478
|
+
RetouchAreaMaskMasksDabs string_+
|
|
3479
|
+
RetouchAreaMaskMasksFeather real_
|
|
3480
|
+
RetouchAreaMaskMasksFlipped boolean_
|
|
3481
|
+
RetouchAreaMaskMasksFlow real_
|
|
3482
|
+
RetouchAreaMaskMasksFullX real_
|
|
3483
|
+
RetouchAreaMaskMasksFullY real_
|
|
3484
|
+
RetouchAreaMaskMasksInputDigest string_
|
|
3485
|
+
RetouchAreaMaskMasksLeft real_
|
|
3486
|
+
RetouchAreaMaskMasksMaskActive boolean_
|
|
3487
|
+
RetouchAreaMaskMasksMaskBlendMode integer_
|
|
3488
|
+
RetouchAreaMaskMasksMaskDigest string_
|
|
3489
|
+
RetouchAreaMaskMasksMaskInverted boolean_
|
|
3490
|
+
RetouchAreaMaskMasksMaskName string_
|
|
3491
|
+
RetouchAreaMaskMasksMaskSubType string_
|
|
3492
|
+
RetouchAreaMaskMasksMaskSyncID string_
|
|
3493
|
+
RetouchAreaMaskMasksValue real_
|
|
3494
|
+
RetouchAreaMaskMasksMaskVersion string_
|
|
3495
|
+
RetouchAreaMaskMasksMidpoint real_
|
|
3496
|
+
RetouchAreaMaskMasksOrigin string_
|
|
3497
|
+
RetouchAreaMaskMasksPerimeterValue real_
|
|
3498
|
+
RetouchAreaMaskMasksRadius real_
|
|
3499
|
+
RetouchAreaMaskMasksReferencePoint string_
|
|
3500
|
+
RetouchAreaMaskMasksRight real_
|
|
3501
|
+
RetouchAreaMaskMasksRoundness real_
|
|
3502
|
+
RetouchAreaMaskMasksSizeX real_
|
|
3503
|
+
RetouchAreaMaskMasksSizeY real_
|
|
3504
|
+
RetouchAreaMaskMasksTop real_
|
|
3505
|
+
RetouchAreaMaskMaskSubType string_
|
|
3506
|
+
RetouchAreaMaskMasksVersion integer_
|
|
3507
|
+
RetouchAreaMaskMasksWhat string_
|
|
3508
|
+
RetouchAreaMaskMasksWholeImageArea string_
|
|
3509
|
+
RetouchAreaMaskMasksX real_
|
|
3510
|
+
RetouchAreaMaskMasksY real_
|
|
3511
|
+
RetouchAreaMaskMaskSyncID string_
|
|
3512
|
+
RetouchAreaMaskMasksZeroX real_
|
|
3513
|
+
RetouchAreaMaskMasksZeroY real_
|
|
2549
3514
|
RetouchAreaMaskValue real_
|
|
3515
|
+
RetouchAreaMaskMaskVersion string_
|
|
2550
3516
|
RetouchAreaMaskMidpoint real_
|
|
3517
|
+
RetouchAreaMaskOrigin string_
|
|
2551
3518
|
RetouchAreaMaskPerimeterValue real_
|
|
2552
3519
|
RetouchAreaMaskRadius real_
|
|
3520
|
+
RetouchAreaMaskReferencePoint string_
|
|
2553
3521
|
RetouchAreaMaskRight real_
|
|
2554
3522
|
RetouchAreaMaskRoundness real_
|
|
2555
3523
|
RetouchAreaMaskSizeX real_
|
|
@@ -2557,6 +3525,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
2557
3525
|
RetouchAreaMaskTop real_
|
|
2558
3526
|
RetouchAreaMaskVersion integer_
|
|
2559
3527
|
RetouchAreaMaskWhat string_
|
|
3528
|
+
RetouchAreaMaskWholeImageArea string_
|
|
2560
3529
|
RetouchAreaMaskX real_
|
|
2561
3530
|
RetouchAreaMaskY real_
|
|
2562
3531
|
RetouchAreaMaskZeroX real_
|
|
@@ -3161,8 +4130,8 @@ These tags belong to the ExifTool XMP-exif family 1 group.
|
|
|
3161
4130
|
|
|
3162
4131
|
=head3 XMP exifEX Tags
|
|
3163
4132
|
|
|
3164
|
-
EXIF tags added by the EXIF 2.
|
|
3165
|
-
L<
|
|
4133
|
+
EXIF tags added by the EXIF 2.32 for XMP specification (see
|
|
4134
|
+
L<https://cipa.jp/std/documents/download_e.html?DC-010-2020_E>).
|
|
3166
4135
|
|
|
3167
4136
|
These tags belong to the ExifTool XMP-exifEX family 1 group.
|
|
3168
4137
|
|
|
@@ -3542,7 +4511,7 @@ These tags belong to the ExifTool XMP-iptcCore family 1 group.
|
|
|
3542
4511
|
|
|
3543
4512
|
=head3 XMP iptcExt Tags
|
|
3544
4513
|
|
|
3545
|
-
This table contains tags defined by the IPTC Extension schema version 1.
|
|
4514
|
+
This table contains tags defined by the IPTC Extension schema version 1.6.
|
|
3546
4515
|
The actual namespace prefix is "Iptc4xmpExt", but ExifTool shortens this for
|
|
3547
4516
|
the family 1 group name. (see
|
|
3548
4517
|
L<http://www.iptc.org/standards/photo-metadata/iptc-standard/>)
|
|
@@ -4044,6 +5013,7 @@ These tags belong to the ExifTool XMP-lr family 1 group.
|
|
|
4044
5013
|
-------- --------
|
|
4045
5014
|
HierarchicalSubject string+
|
|
4046
5015
|
PrivateRTKInfo string
|
|
5016
|
+
WeightedFlatSubject string+
|
|
4047
5017
|
|
|
4048
5018
|
=head3 XMP MediaPro Tags
|
|
4049
5019
|
|
|
@@ -4499,7 +5469,7 @@ These tags belong to the ExifTool XMP-tiff family 1 group.
|
|
|
4499
5469
|
ImageWidth integer
|
|
4500
5470
|
Make string
|
|
4501
5471
|
Model string
|
|
4502
|
-
NativeDigest string
|
|
5472
|
+
NativeDigest string/
|
|
4503
5473
|
Orientation integer
|
|
4504
5474
|
PhotometricInterpretation integer
|
|
4505
5475
|
PlanarConfiguration integer
|
|
@@ -5569,32 +6539,98 @@ specification.
|
|
|
5569
6539
|
'A2B0' AToB0 no
|
|
5570
6540
|
'A2B1' AToB1 no
|
|
5571
6541
|
'A2B2' AToB2 no
|
|
6542
|
+
'A2B3' AToB3 no
|
|
6543
|
+
'A2M0' AToM0 no
|
|
5572
6544
|
'B2A0' BToA0 no
|
|
5573
6545
|
'B2A1' BToA1 no
|
|
5574
6546
|
'B2A2' BToA2 no
|
|
6547
|
+
'B2A3' BToA3 no
|
|
5575
6548
|
'B2D0' BToD0 no
|
|
5576
6549
|
'B2D1' BToD1 no
|
|
5577
6550
|
'B2D2' BToD2 no
|
|
5578
6551
|
'B2D3' BToD3 no
|
|
6552
|
+
'CxF ' CXF no
|
|
5579
6553
|
'D2B0' DToB0 no
|
|
5580
6554
|
'D2B1' DToB1 no
|
|
5581
6555
|
'D2B2' DToB2 no
|
|
5582
6556
|
'D2B3' DToB3 no
|
|
5583
6557
|
'Header' ProfileHeader ICC_Profile Header
|
|
6558
|
+
'M2A0' MToA0 no
|
|
6559
|
+
'M2B0' MToB0 no
|
|
6560
|
+
'M2B1' MToB1 no
|
|
6561
|
+
'M2B2' MToB2 no
|
|
6562
|
+
'M2B3' MToB3 no
|
|
6563
|
+
'M2S0' MToS0 no
|
|
6564
|
+
'M2S1' MToS1 no
|
|
6565
|
+
'M2S2' MToS2 no
|
|
6566
|
+
'M2S3' MToS3 no
|
|
5584
6567
|
'MS00' WCSProfiles no
|
|
6568
|
+
'bAB0' BRDFAToB0 no
|
|
6569
|
+
'bAB1' BRDFAToB1 no
|
|
6570
|
+
'bAB2' BRDFAToB2 no
|
|
6571
|
+
'bAB3' BRDFAToB3 no
|
|
6572
|
+
'bBA0' BRDFBToA0 no
|
|
6573
|
+
'bBA1' BRDFBToA1 no
|
|
6574
|
+
'bBA2' BRDFBToA2 no
|
|
6575
|
+
'bBA3' BRDFBToA3 no
|
|
6576
|
+
'bBD0' BRDFBToD0 no
|
|
6577
|
+
'bBD1' BRDFBToD1 no
|
|
6578
|
+
'bBD2' BRDFBToD2 no
|
|
6579
|
+
'bBD3' BRDFBToD3 no
|
|
6580
|
+
'bDB0' BRDFDToB0 no
|
|
6581
|
+
'bDB1' BRDFDToB1 no
|
|
6582
|
+
'bDB2' BRDFDToB2 no
|
|
6583
|
+
'bDB3' BRDFDToB3 no
|
|
6584
|
+
'bMB0' BRDFMToB0 no
|
|
6585
|
+
'bMB1' BRDFMToB1 no
|
|
6586
|
+
'bMB2' BRDFMToB2 no
|
|
6587
|
+
'bMB3' BRDFMToB3 no
|
|
6588
|
+
'bMS0' BRDFMToS0 no
|
|
6589
|
+
'bMS1' BRDFMToS1 no
|
|
6590
|
+
'bMS2' BRDFMToS2 no
|
|
6591
|
+
'bMS3' BRDFMToS3 no
|
|
5585
6592
|
'bTRC' BlueTRC no
|
|
5586
6593
|
'bXYZ' BlueMatrixColumn no
|
|
6594
|
+
'bcp0' BRDFColorimetricParam0 no
|
|
6595
|
+
'bcp1' BRDFColorimetricParam1 no
|
|
6596
|
+
'bcp2' BRDFColorimetricParam2 no
|
|
6597
|
+
'bcp3' BRDFColorimetricParam3 no
|
|
5587
6598
|
'bfd ' UCRBG no
|
|
5588
6599
|
'bkpt' MediaBlackPoint no
|
|
6600
|
+
'bsp0' BRDFSpectralParam0 no
|
|
6601
|
+
'bsp1' BRDFSpectralParam1 no
|
|
6602
|
+
'bsp2' BRDFSpectralParam2 no
|
|
6603
|
+
'bsp3' BRDFSpectralParam3 no
|
|
6604
|
+
'c2sp' CustomToStandardPcc no
|
|
5589
6605
|
'calt' CalibrationDateTime no
|
|
6606
|
+
'cept' ColorEncodingParams no
|
|
5590
6607
|
'chad' ChromaticAdaptation no
|
|
5591
6608
|
'chrm' Chromaticity ICC_Profile Chromaticity
|
|
5592
6609
|
'ciis' ColorimetricIntentImageState no
|
|
6610
|
+
'clio' ColorantInfoOut no
|
|
6611
|
+
'cloo' ColorantOrderOut no
|
|
5593
6612
|
'clot' ColorantTableOut no
|
|
5594
6613
|
'clro' ColorantOrder no
|
|
5595
6614
|
'clrt' ColorantTable ICC_Profile ColorantTable
|
|
5596
6615
|
'cprt' ProfileCopyright no
|
|
5597
6616
|
'crdi' CRDInfo no
|
|
6617
|
+
'csnm' ColorSpaceName no
|
|
6618
|
+
'dAB0' DirectionalAToB0 no
|
|
6619
|
+
'dAB1' DirectionalAToB1 no
|
|
6620
|
+
'dAB2' DirectionalAToB2 no
|
|
6621
|
+
'dAB3' DirectionalAToB3 no
|
|
6622
|
+
'dBA0' DirectionalBToA0 no
|
|
6623
|
+
'dBA1' DirectionalBToA1 no
|
|
6624
|
+
'dBA2' DirectionalBToA2 no
|
|
6625
|
+
'dBA3' DirectionalBToA3 no
|
|
6626
|
+
'dBD0' DirectionalBToD0 no
|
|
6627
|
+
'dBD1' DirectionalBToD1 no
|
|
6628
|
+
'dBD2' DirectionalBToD2 no
|
|
6629
|
+
'dBD3' DirectionalBToD3 no
|
|
6630
|
+
'dDB0' DirectionalDToB0 no
|
|
6631
|
+
'dDB1' DirectionalDToB1 no
|
|
6632
|
+
'dDB2' DirectionalDToB2 no
|
|
6633
|
+
'dDB3' DirectionalDToB3 no
|
|
5598
6634
|
'desc' ProfileDescription no
|
|
5599
6635
|
'devs' DeviceSettings no
|
|
5600
6636
|
'dmdd' DeviceModelDesc no
|
|
@@ -5604,14 +6640,23 @@ specification.
|
|
|
5604
6640
|
'gTRC' GreenTRC no
|
|
5605
6641
|
'gXYZ' GreenMatrixColumn no
|
|
5606
6642
|
'gamt' Gamut no
|
|
6643
|
+
'gdb0' GamutBoundaryDescription0 no
|
|
6644
|
+
'gdb1' GamutBoundaryDescription1 no
|
|
6645
|
+
'gdb2' GamutBoundaryDescription2 no
|
|
6646
|
+
'gdb3' GamutBoundaryDescription3 no
|
|
5607
6647
|
'kTRC' GrayTRC no
|
|
5608
6648
|
'lumi' Luminance no
|
|
6649
|
+
'mcta' MultiplexTypeArray no
|
|
6650
|
+
'mdv ' MultiplexDefaultValues no
|
|
5609
6651
|
'meas' Measurement ICC_Profile Measurement
|
|
5610
6652
|
'meta' Metadata ICC_Profile Metadata
|
|
6653
|
+
'miin' MeasurementInputInfo no
|
|
6654
|
+
'minf' MeasurementInfo no
|
|
5611
6655
|
'mmod' MakeAndModel no
|
|
5612
6656
|
'ncl2' NamedColor2 no
|
|
5613
6657
|
'ncol' NamedColor no
|
|
5614
6658
|
'ndin' NativeDisplayInfo no
|
|
6659
|
+
'nmcl' NamedColor no
|
|
5615
6660
|
'pre0' Preview0 no
|
|
5616
6661
|
'pre1' Preview1 no
|
|
5617
6662
|
'pre2' Preview2 no
|
|
@@ -5623,18 +6668,24 @@ specification.
|
|
|
5623
6668
|
'psd3' PostScript2CRD3 no
|
|
5624
6669
|
'pseq' ProfileSequenceDesc no
|
|
5625
6670
|
'psid' ProfileSequenceIdentifier no
|
|
6671
|
+
'psin' ProfileSequenceInfo no
|
|
5626
6672
|
'psvm' PS2CRDVMSize no
|
|
5627
6673
|
'rTRC' RedTRC no
|
|
5628
6674
|
'rXYZ' RedMatrixColumn no
|
|
5629
6675
|
'resp' OutputResponse no
|
|
6676
|
+
'rfnm' ReferenceName no
|
|
5630
6677
|
'rhoc' ReflectionHardcopyOrigColorimetry no
|
|
5631
6678
|
'rig0' PerceptualRenderingIntentGamut no
|
|
5632
6679
|
'rig2' SaturationRenderingIntentGamut no
|
|
5633
6680
|
'rpoc' ReflectionPrintOutputColorimetry no
|
|
6681
|
+
's2cp' StandardToCustomPcc no
|
|
5634
6682
|
'sape' SceneAppearanceEstimates no
|
|
5635
6683
|
'scoe' SceneColorimetryEstimates no
|
|
5636
6684
|
'scrd' ScreeningDesc no
|
|
5637
6685
|
'scrn' Screening no
|
|
6686
|
+
'smap' SurfaceMap no
|
|
6687
|
+
'svcn' SpectralViewingConditions no
|
|
6688
|
+
'swpt' SpectralWhitePoint no
|
|
5638
6689
|
'targ' CharTarget no
|
|
5639
6690
|
'tech' Technology no
|
|
5640
6691
|
'vcgt' VideoCardGamma no
|
|
@@ -5957,6 +7008,7 @@ Unknown only to reduce the volume of the normal output.
|
|
|
5957
7008
|
0x000c FlickerReductionIndicator no
|
|
5958
7009
|
0x000d MovieISOAutoHiLimit no
|
|
5959
7010
|
0x000e MovieISOAutoControlManualMode no
|
|
7011
|
+
0x000f MovieWhiteBalanceSameAsPhoto no
|
|
5960
7012
|
0x001d AF-CPrioritySel no
|
|
5961
7013
|
0x001e AF-SPrioritySel no
|
|
5962
7014
|
0x0020 AFPointSel no
|
|
@@ -6012,6 +7064,8 @@ Unknown only to reduce the volume of the normal output.
|
|
|
6012
7064
|
0x0063 Language no
|
|
6013
7065
|
0x006c ShootingInfoDisplay no
|
|
6014
7066
|
0x0074 FlickAdvanceDirection no
|
|
7067
|
+
0x0075 HDMIOutputResolution no
|
|
7068
|
+
0x0077 HDMIOutputRange no
|
|
6015
7069
|
0x0080 RemoteFuncButton no
|
|
6016
7070
|
0x008b CmdDialsReverseRotation no
|
|
6017
7071
|
0x008d FocusPeakingHighlightColor no
|
|
@@ -6019,6 +7073,7 @@ Unknown only to reduce the volume of the normal output.
|
|
|
6019
7073
|
0x008f ShutterSpeedLock no
|
|
6020
7074
|
0x0090 ApertureLock no
|
|
6021
7075
|
0x0091 MovieHighlightDisplayThreshold no
|
|
7076
|
+
0x0092 HDMIExternalRecorder no
|
|
6022
7077
|
0x0093 BlockShotAFResponse no
|
|
6023
7078
|
0x0094 SubjectMotion no
|
|
6024
7079
|
0x0095 Three-DTrackingFaceDetection no
|
|
@@ -6065,7 +7120,7 @@ Unknown only to reduce the volume of the normal output.
|
|
|
6065
7120
|
0x00de LimitSelectableImageArea16To9? no
|
|
6066
7121
|
0x00df ApplySettingsToLiveView no
|
|
6067
7122
|
0x00e0 FocusPeakingLevel no
|
|
6068
|
-
|
|
7123
|
+
0x00ea LensControlRing no
|
|
6069
7124
|
0x00ed MovieMultiSelector no
|
|
6070
7125
|
0x00ee MovieAFSpeed no
|
|
6071
7126
|
0x00ef MovieAFSpeedApply no
|
|
@@ -6081,10 +7136,14 @@ Unknown only to reduce the volume of the normal output.
|
|
|
6081
7136
|
0x00fb SecondarySlotFunction no
|
|
6082
7137
|
0x00fc SilentPhotography no
|
|
6083
7138
|
0x00fd ExtendedShutterSpeeds no
|
|
7139
|
+
0x0102 HDMIBitDepth no
|
|
7140
|
+
0x0103 HDMIOutputHDR no
|
|
7141
|
+
0x0104 HDMIViewAssist no
|
|
6084
7142
|
0x0109 BracketSet no
|
|
6085
7143
|
0x010a BracketProgram no
|
|
6086
7144
|
0x010b BracketIncrement no
|
|
6087
7145
|
0x010c BracketIncrement no
|
|
7146
|
+
0x010e MonitorBrightness no
|
|
6088
7147
|
0x0116 GroupAreaC1 no
|
|
6089
7148
|
0x0117 AutoAreaAFStartingPoint no
|
|
6090
7149
|
0x0118 FocusPointPersistence no
|
|
@@ -6128,7 +7187,7 @@ Unknown only to reduce the volume of the normal output.
|
|
|
6128
7187
|
0x0150 ShutterType no
|
|
6129
7188
|
0x0151 LensFunc2Button no
|
|
6130
7189
|
0x0158 USBPowerDelivery no
|
|
6131
|
-
|
|
7190
|
+
0x0159 EnergySavingMode no
|
|
6132
7191
|
0x015c BracketingBurstOptions no
|
|
6133
7192
|
0x015e PrimarySlot no
|
|
6134
7193
|
0x015f ReverseFocusRing no
|
|
@@ -6141,7 +7200,9 @@ Unknown only to reduce the volume of the normal output.
|
|
|
6141
7200
|
0x016a LimitAF-AreaModeSelAutoAnimals? no
|
|
6142
7201
|
0x016b LimitAF-AreaModeSelWideLPeople? no
|
|
6143
7202
|
0x016c LimitAF-AreaModeSelWideLAnimals? no
|
|
7203
|
+
0x016d SaveFocus no
|
|
6144
7204
|
0x016e AFAreaMode no
|
|
7205
|
+
0x016f MovieAFAreaMode no
|
|
6145
7206
|
0x0170 PreferSubSelectorCenter no
|
|
6146
7207
|
0x0171 KeepExposureWithTeleconverter no
|
|
6147
7208
|
0x0174 FocusPointSelectionSpeed no
|
|
@@ -6264,6 +7325,7 @@ Unknown only to reduce the volume of the normal output.
|
|
|
6264
7325
|
ColorData8 Canon ColorData8
|
|
6265
7326
|
ColorData9 Canon ColorData9
|
|
6266
7327
|
ColorData10 Canon ColorData10
|
|
7328
|
+
ColorData11 Canon ColorData11
|
|
6267
7329
|
ColorDataUnknown Canon ColorDataUnknown
|
|
6268
7330
|
0x4002 CRWParam? no
|
|
6269
7331
|
0x4003 ColorInfo Canon ColorInfo
|
|
@@ -6284,6 +7346,7 @@ Unknown only to reduce the volume of the normal output.
|
|
|
6284
7346
|
0x4021 MultiExp Canon MultiExp
|
|
6285
7347
|
0x4024 FilterInfo Canon FilterInfo
|
|
6286
7348
|
0x4025 HDRInfo Canon HDRInfo
|
|
7349
|
+
0x4026 LogInfo Canon LogInfo
|
|
6287
7350
|
0x4028 AFConfig Canon AFConfig
|
|
6288
7351
|
0x403f RawBurstModeRoll Canon RawBurstInfo
|
|
6289
7352
|
|
|
@@ -7895,7 +8958,8 @@ These tags are used by the EOS 600D and 1200D.
|
|
|
7895
8958
|
|
|
7896
8959
|
=head3 Canon ColorData7 Tags
|
|
7897
8960
|
|
|
7898
|
-
These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D,
|
|
8961
|
+
These tags are used by the EOS 1DX, 5DmkIII, 6D, 7DmkII, 100D, 650D, 700D,
|
|
8962
|
+
8000D, M and M2.
|
|
7899
8963
|
|
|
7900
8964
|
Index2 Tag Name Writable
|
|
7901
8965
|
------ -------- --------
|
|
@@ -7975,6 +9039,9 @@ These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D, M and 7DmkII.
|
|
|
7975
9039
|
|
|
7976
9040
|
=head3 Canon ColorData8 Tags
|
|
7977
9041
|
|
|
9042
|
+
These tags are used by the EOS 1DXmkII, 5DS, 5DSR, 5DmkIV, 6DmkII, 77D, 80D,
|
|
9043
|
+
200D, 800D, 1300D, 2000D, 4000D and 9000D.
|
|
9044
|
+
|
|
7978
9045
|
Index2 Tag Name Writable
|
|
7979
9046
|
------ -------- --------
|
|
7980
9047
|
0 ColorDataVersion int16s
|
|
@@ -8071,6 +9138,8 @@ These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D, M and 7DmkII.
|
|
|
8071
9138
|
|
|
8072
9139
|
=head3 Canon ColorData9 Tags
|
|
8073
9140
|
|
|
9141
|
+
These tags are used by the M6mkII, M50, M200, EOS R, RP, 90D, 250D and 850D
|
|
9142
|
+
|
|
8074
9143
|
Index2 Tag Name Writable
|
|
8075
9144
|
------ -------- --------
|
|
8076
9145
|
0 ColorDataVersion int16s
|
|
@@ -8160,6 +9229,8 @@ These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D, M and 7DmkII.
|
|
|
8160
9229
|
|
|
8161
9230
|
=head3 Canon ColorData10 Tags
|
|
8162
9231
|
|
|
9232
|
+
These tags are used by the R5, R5 and EOS 1DXmkIII.
|
|
9233
|
+
|
|
8163
9234
|
Index2 Tag Name Writable
|
|
8164
9235
|
------ -------- --------
|
|
8165
9236
|
0 ColorDataVersion int16s
|
|
@@ -8247,6 +9318,95 @@ These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D, M and 7DmkII.
|
|
|
8247
9318
|
811 SpecularWhiteLevel int16u
|
|
8248
9319
|
812 LinearityUpperMargin int16u
|
|
8249
9320
|
|
|
9321
|
+
=head3 Canon ColorData11 Tags
|
|
9322
|
+
|
|
9323
|
+
These tags are used by the EOS R3
|
|
9324
|
+
|
|
9325
|
+
Index2 Tag Name Writable
|
|
9326
|
+
------ -------- --------
|
|
9327
|
+
0 ColorDataVersion int16s
|
|
9328
|
+
105 WB_RGGBLevelsAsShot int16s[4]
|
|
9329
|
+
109 ColorTempAsShot int16s
|
|
9330
|
+
110 WB_RGGBLevelsAuto int16s[4]
|
|
9331
|
+
114 ColorTempAuto int16s
|
|
9332
|
+
115 WB_RGGBLevelsMeasured int16s[4]
|
|
9333
|
+
119 ColorTempMeasured int16s
|
|
9334
|
+
120 WB_RGGBLevelsUnknown? int16s[4]
|
|
9335
|
+
124 ColorTempUnknown? int16s
|
|
9336
|
+
125 WB_RGGBLevelsUnknown2? int16s[4]
|
|
9337
|
+
129 ColorTempUnknown2? int16s
|
|
9338
|
+
130 WB_RGGBLevelsUnknown3? int16s[4]
|
|
9339
|
+
134 ColorTempUnknown3? int16s
|
|
9340
|
+
135 WB_RGGBLevelsUnknown4? int16s[4]
|
|
9341
|
+
139 ColorTempUnknown4? int16s
|
|
9342
|
+
140 WB_RGGBLevelsUnknown5? int16s[4]
|
|
9343
|
+
144 ColorTempUnknown5? int16s
|
|
9344
|
+
145 WB_RGGBLevelsUnknown6? int16s[4]
|
|
9345
|
+
149 ColorTempUnknown6? int16s
|
|
9346
|
+
150 WB_RGGBLevelsUnknown7? int16s[4]
|
|
9347
|
+
154 ColorTempUnknown7? int16s
|
|
9348
|
+
155 WB_RGGBLevelsUnknown8? int16s[4]
|
|
9349
|
+
159 ColorTempUnknown8? int16s
|
|
9350
|
+
160 WB_RGGBLevelsUnknown9? int16s[4]
|
|
9351
|
+
164 ColorTempUnknown9? int16s
|
|
9352
|
+
165 WB_RGGBLevelsUnknown10? int16s[4]
|
|
9353
|
+
169 ColorTempUnknown10? int16s
|
|
9354
|
+
170 WB_RGGBLevelsUnknown11? int16s[4]
|
|
9355
|
+
174 ColorTempUnknown11? int16s
|
|
9356
|
+
175 WB_RGGBLevelsUnknown11? int16s[4]
|
|
9357
|
+
179 ColorTempUnknown11? int16s
|
|
9358
|
+
180 WB_RGGBLevelsUnknown12? int16s[4]
|
|
9359
|
+
184 ColorTempUnknown12? int16s
|
|
9360
|
+
185 WB_RGGBLevelsUnknown13? int16s[4]
|
|
9361
|
+
189 ColorTempUnknown13? int16s
|
|
9362
|
+
190 WB_RGGBLevelsUnknown14? int16s[4]
|
|
9363
|
+
194 ColorTempUnknown14? int16s
|
|
9364
|
+
195 WB_RGGBLevelsUnknown15? int16s[4]
|
|
9365
|
+
199 ColorTempUnknown15? int16s
|
|
9366
|
+
200 WB_RGGBLevelsUnknown16? int16s[4]
|
|
9367
|
+
204 ColorTempUnknown16? int16s
|
|
9368
|
+
205 WB_RGGBLevelsDaylight int16s[4]
|
|
9369
|
+
209 ColorTempDaylight int16s
|
|
9370
|
+
210 WB_RGGBLevelsShade int16s[4]
|
|
9371
|
+
214 ColorTempShade int16s
|
|
9372
|
+
215 WB_RGGBLevelsCloudy int16s[4]
|
|
9373
|
+
219 ColorTempCloudy int16s
|
|
9374
|
+
220 WB_RGGBLevelsTungsten int16s[4]
|
|
9375
|
+
224 ColorTempTungsten int16s
|
|
9376
|
+
225 WB_RGGBLevelsFluorescent int16s[4]
|
|
9377
|
+
229 ColorTempFluorescent int16s
|
|
9378
|
+
230 WB_RGGBLevelsKelvin int16s[4]
|
|
9379
|
+
234 ColorTempKelvin int16s
|
|
9380
|
+
235 WB_RGGBLevelsFlash int16s[4]
|
|
9381
|
+
239 ColorTempFlash int16s
|
|
9382
|
+
240 WB_RGGBLevelsUnknown17? int16s[4]
|
|
9383
|
+
244 ColorTempUnknown17? int16s
|
|
9384
|
+
245 WB_RGGBLevelsUnknown18? int16s[4]
|
|
9385
|
+
249 ColorTempUnknown18? int16s
|
|
9386
|
+
250 WB_RGGBLevelsUnknown19? int16s[4]
|
|
9387
|
+
254 ColorTempUnknown19? int16s
|
|
9388
|
+
255 WB_RGGBLevelsUnknown20? int16s[4]
|
|
9389
|
+
259 ColorTempUnknown20? int16s
|
|
9390
|
+
260 WB_RGGBLevelsUnknown21? int16s[4]
|
|
9391
|
+
264 ColorTempUnknown21? int16s
|
|
9392
|
+
265 WB_RGGBLevelsUnknown22? int16s[4]
|
|
9393
|
+
269 ColorTempUnknown22? int16s
|
|
9394
|
+
270 WB_RGGBLevelsUnknown23? int16s[4]
|
|
9395
|
+
274 ColorTempUnknown23? int16s
|
|
9396
|
+
275 WB_RGGBLevelsUnknown24? int16s[4]
|
|
9397
|
+
279 ColorTempUnknown24? int16s
|
|
9398
|
+
280 WB_RGGBLevelsUnknown25? int16s[4]
|
|
9399
|
+
284 ColorTempUnknown25? int16s
|
|
9400
|
+
285 WB_RGGBLevelsUnknown26? int16s[4]
|
|
9401
|
+
289 ColorTempUnknown26? int16s
|
|
9402
|
+
290 WB_RGGBLevelsUnknown27? int16s[4]
|
|
9403
|
+
294 ColorTempUnknown27? int16s
|
|
9404
|
+
300 ColorCalib? Canon ColorCalib
|
|
9405
|
+
363 PerChannelBlackLevel int16u[4]
|
|
9406
|
+
640 NormalWhiteLevel int16u
|
|
9407
|
+
641 SpecularWhiteLevel int16u
|
|
9408
|
+
642 LinearityUpperMargin int16u
|
|
9409
|
+
|
|
8250
9410
|
=head3 Canon ColorDataUnknown Tags
|
|
8251
9411
|
|
|
8252
9412
|
Index2 Tag Name Writable
|
|
@@ -8356,6 +9516,18 @@ Information about creative filter settings.
|
|
|
8356
9516
|
1 HDR int32s
|
|
8357
9517
|
2 HDREffect int32s
|
|
8358
9518
|
|
|
9519
|
+
=head3 Canon LogInfo Tags
|
|
9520
|
+
|
|
9521
|
+
Index4 Tag Name Writable
|
|
9522
|
+
------ -------- --------
|
|
9523
|
+
4 CompressionFormat int32s
|
|
9524
|
+
6 Sharpness int32s
|
|
9525
|
+
7 Saturation int32s
|
|
9526
|
+
8 ColorTone int32s
|
|
9527
|
+
9 ColorSpace2 int32s
|
|
9528
|
+
10 ColorMatrix int32s
|
|
9529
|
+
11 CanonLogVersion int32s
|
|
9530
|
+
|
|
8359
9531
|
=head3 Canon AFConfig Tags
|
|
8360
9532
|
|
|
8361
9533
|
Index4 Tag Name Writable
|
|
@@ -9519,7 +10691,7 @@ imaging cameras by FLIR Systems Inc.
|
|
|
9519
10691
|
|
|
9520
10692
|
Information extracted from FLIR FFF images and the APP1 FLIR segment of JPEG
|
|
9521
10693
|
images. These tags may also be extracted from the first frame of an FLIR
|
|
9522
|
-
SEQ file.
|
|
10694
|
+
SEQ file, or all frames if the ExtractEmbedded option is used.
|
|
9523
10695
|
|
|
9524
10696
|
Tag ID Tag Name Writable
|
|
9525
10697
|
------ -------- --------
|
|
@@ -9729,8 +10901,10 @@ FLIR Picture in Picture tags.
|
|
|
9729
10901
|
64 GPSDOP no
|
|
9730
10902
|
68 GPSSpeedRef no
|
|
9731
10903
|
70 GPSTrackRef no
|
|
10904
|
+
72 GPSImgDirectionRef no
|
|
9732
10905
|
76 GPSSpeed no
|
|
9733
10906
|
80 GPSTrack no
|
|
10907
|
+
84 GPSImgDirection no
|
|
9734
10908
|
88 GPSMapDatum no
|
|
9735
10909
|
|
|
9736
10910
|
=head3 FLIR MeterLink Tags
|
|
@@ -12342,7 +13516,8 @@ DiMAGE X and Xt.
|
|
|
12342
13516
|
ShotInfoD500 Nikon ShotInfoD500
|
|
12343
13517
|
ShotInfoD6 Nikon ShotInfoD6
|
|
12344
13518
|
ShotInfoD610 Nikon ShotInfoD610
|
|
12345
|
-
|
|
13519
|
+
ShotInfoZ7II Nikon ShotInfoZ7II
|
|
13520
|
+
ShotInfoZ9 Nikon ShotInfoZ9
|
|
12346
13521
|
ShotInfo02xx Nikon ShotInfo
|
|
12347
13522
|
ShotInfoUnknown Nikon ShotInfo
|
|
12348
13523
|
0x0092 HueAdjustment int16s
|
|
@@ -12398,12 +13573,14 @@ DiMAGE X and Xt.
|
|
|
12398
13573
|
0x00b1 HighISONoiseReduction int16u
|
|
12399
13574
|
0x00b3 ToningEffect string
|
|
12400
13575
|
0x00b6 PowerUpTime undef
|
|
12401
|
-
0x00b7 AFInfo2 Nikon
|
|
13576
|
+
0x00b7 AFInfo2 Nikon AFInfo2V0400
|
|
13577
|
+
Nikon AFInfo2
|
|
12402
13578
|
0x00b8 FileInfo Nikon FileInfo
|
|
12403
13579
|
Nikon FileInfo
|
|
12404
13580
|
0x00b9 AFTune Nikon AFTune
|
|
12405
13581
|
0x00bb RetouchInfo Nikon RetouchInfo
|
|
12406
13582
|
0x00bd PictureControlData Nikon PictureControl
|
|
13583
|
+
0x00bf SilentPhotography yes
|
|
12407
13584
|
0x00c3 BarometerInfo Nikon BarometerInfo
|
|
12408
13585
|
0x0e00 PrintIM PrintIM
|
|
12409
13586
|
0x0e01 NikonCaptureData NikonCapture
|
|
@@ -12416,6 +13593,63 @@ DiMAGE X and Xt.
|
|
|
12416
13593
|
0x0e1e NikonCaptureOutput Nikon CaptureOutput
|
|
12417
13594
|
0x0e22 NEFBitDepth int16u[4]!
|
|
12418
13595
|
|
|
13596
|
+
=head3 Nikon ast Tags
|
|
13597
|
+
|
|
13598
|
+
Tags used by Nikon NX Studio in Nikon NKSC sidecar files and trailers.
|
|
13599
|
+
|
|
13600
|
+
These tags belong to the ExifTool XMP-ast family 1 group.
|
|
13601
|
+
|
|
13602
|
+
Tag Name Writable
|
|
13603
|
+
-------- --------
|
|
13604
|
+
About no
|
|
13605
|
+
GPSAltitude no
|
|
13606
|
+
GPSAltitudeRef no
|
|
13607
|
+
GPSImgDirection no
|
|
13608
|
+
GPSImgDirectionRef no
|
|
13609
|
+
GPSLatitude no
|
|
13610
|
+
GPSLatitudeRef no
|
|
13611
|
+
GPSLongitude no
|
|
13612
|
+
GPSLongitudeRef no
|
|
13613
|
+
GPSMapDatum no
|
|
13614
|
+
GPSVersionID no
|
|
13615
|
+
IPTC IPTC
|
|
13616
|
+
Version no
|
|
13617
|
+
XMLPackets XMP
|
|
13618
|
+
|
|
13619
|
+
=head3 Nikon nine Tags
|
|
13620
|
+
|
|
13621
|
+
These tags belong to the ExifTool XMP-nine family 1 group.
|
|
13622
|
+
|
|
13623
|
+
Tag Name Writable
|
|
13624
|
+
-------- --------
|
|
13625
|
+
About no
|
|
13626
|
+
Label no
|
|
13627
|
+
NineEdits Nikon NineEdits
|
|
13628
|
+
Rating no
|
|
13629
|
+
Trim no
|
|
13630
|
+
Version no
|
|
13631
|
+
|
|
13632
|
+
=head3 Nikon NineEdits Tags
|
|
13633
|
+
|
|
13634
|
+
XML-based tags used to store editing information.
|
|
13635
|
+
|
|
13636
|
+
Tag Name Writable
|
|
13637
|
+
-------- --------
|
|
13638
|
+
FilterParametersBinary no
|
|
13639
|
+
FilterParametersCustomCustomData no
|
|
13640
|
+
FilterParametersExportExportData no
|
|
13641
|
+
|
|
13642
|
+
=head3 Nikon sdc Tags
|
|
13643
|
+
|
|
13644
|
+
These tags belong to the ExifTool XMP-sdc family 1 group.
|
|
13645
|
+
|
|
13646
|
+
Tag Name Writable
|
|
13647
|
+
-------- --------
|
|
13648
|
+
About no
|
|
13649
|
+
AppName no
|
|
13650
|
+
AppVersion no
|
|
13651
|
+
Version no
|
|
13652
|
+
|
|
12419
13653
|
=head3 Nikon PreviewIFD Tags
|
|
12420
13654
|
|
|
12421
13655
|
Tag ID Tag Name Writable
|
|
@@ -12626,6 +13860,13 @@ Tags written by some Nikon GPS-equipped cameras like the AW100.
|
|
|
12626
13860
|
8 POILevel int8u
|
|
12627
13861
|
9 Location undef[70]
|
|
12628
13862
|
|
|
13863
|
+
=head3 Nikon MakerNotes0x51 Tags
|
|
13864
|
+
|
|
13865
|
+
Index1 Tag Name Writable
|
|
13866
|
+
------ -------- --------
|
|
13867
|
+
0 FirmwareVersion no
|
|
13868
|
+
10 NEFCompression int16u[0.5]
|
|
13869
|
+
|
|
12629
13870
|
=head3 Nikon AFInfo Tags
|
|
12630
13871
|
|
|
12631
13872
|
Index1 Tag Name Writable
|
|
@@ -12924,6 +14165,8 @@ These tags are extracted from encrypted data in images from the D5 and D500.
|
|
|
12924
14165
|
0 ShotInfoVersion no
|
|
12925
14166
|
4 FirmwareVersion no
|
|
12926
14167
|
202 Rotation int8u & 0x03
|
|
14168
|
+
208 Interval int8u~
|
|
14169
|
+
212 IntervalFrame int8u~
|
|
12927
14170
|
1506 FlickerReductionIndicator int8u & 0x01
|
|
12928
14171
|
2004 JPGCompression int8u & 0x01
|
|
12929
14172
|
2171 AEBracketingSteps int8u & 0xff
|
|
@@ -12950,9 +14193,29 @@ These tags are extracted from encrypted data in images from the D6.
|
|
|
12950
14193
|
Index Tag Name Writable
|
|
12951
14194
|
----- -------- --------
|
|
12952
14195
|
0 ShotInfoVersion no
|
|
14196
|
+
4 FirmwareVersion no
|
|
14197
|
+
30220 IntervalShooting int16u~
|
|
12953
14198
|
49690 RollAngle fixed32u
|
|
12954
14199
|
49694 PitchAngle fixed32u
|
|
12955
14200
|
49698 YawAngle fixed32u
|
|
14201
|
+
50190 Intervals int32u
|
|
14202
|
+
50194 ShotsPerInterval int32u
|
|
14203
|
+
50198 IntervalExposureSmoothing int8u
|
|
14204
|
+
50200 IntervalPriority int8u
|
|
14205
|
+
50234 FocusShiftNumberShots int8u
|
|
14206
|
+
50238 FocusShiftStepWidth int8u
|
|
14207
|
+
50242 FocusShiftInterval int8u~
|
|
14208
|
+
50246 FocusShiftExposureLock int8u
|
|
14209
|
+
50336 DiffractionCompensation int8u
|
|
14210
|
+
50342 FlashControlMode int8u
|
|
14211
|
+
50348 FlashGNDistance? no
|
|
14212
|
+
50352 FlashOutput? int8u
|
|
14213
|
+
50362 FlashRemoteControl? int8u
|
|
14214
|
+
50366 FlashMasterControlMode int8u
|
|
14215
|
+
50368 FlashMasterCompensation? int8s
|
|
14216
|
+
50372 FlashMasterOutput? int8u
|
|
14217
|
+
50374 FlashWirelessOption? int8u
|
|
14218
|
+
50524 MovieType? int8u
|
|
12956
14219
|
|
|
12957
14220
|
=head3 Nikon ShotInfoD610 Tags
|
|
12958
14221
|
|
|
@@ -12964,17 +14227,156 @@ These tags are extracted from encrypted data in images from the D610.
|
|
|
12964
14227
|
4 FirmwareVersion no
|
|
12965
14228
|
1999 CustomSettingsD610 NikonCustom SettingsD610
|
|
12966
14229
|
|
|
12967
|
-
=head3 Nikon
|
|
14230
|
+
=head3 Nikon ShotInfoZ7II Tags
|
|
12968
14231
|
|
|
12969
|
-
These tags are extracted from encrypted data in images from the
|
|
14232
|
+
These tags are extracted from encrypted data in images from the Z7II.
|
|
12970
14233
|
|
|
12971
14234
|
Index Tag Name Writable
|
|
12972
14235
|
----- -------- --------
|
|
12973
14236
|
0 ShotInfoVersion no
|
|
12974
14237
|
4 FirmwareVersion no
|
|
14238
|
+
30220 IntervalShooting int16u~
|
|
14239
|
+
32672 PortraitImpressionBalance int8u[2]~
|
|
12975
14240
|
52786 RollAngle fixed32u
|
|
12976
14241
|
52790 PitchAngle fixed32u
|
|
12977
14242
|
52794 YawAngle fixed32u
|
|
14243
|
+
52918 MenuSettingsZ7IIOffset int8u
|
|
14244
|
+
52920 MenuSettingsZ7II Nikon MenuSettingsZ7II
|
|
14245
|
+
|
|
14246
|
+
=head3 Nikon MenuSettingsZ7II Tags
|
|
14247
|
+
|
|
14248
|
+
These tags are used by the Z5, Z6, Z7, Z6II, Z7II, Z50 and Zfc.
|
|
14249
|
+
|
|
14250
|
+
Index1 Tag Name Writable
|
|
14251
|
+
------ -------- --------
|
|
14252
|
+
160 IntervalDurationHours int32u
|
|
14253
|
+
164 IntervalDurationMinutes int32u
|
|
14254
|
+
168 IntervalDurationSeconds int32u
|
|
14255
|
+
176 Intervals int32u
|
|
14256
|
+
180 ShotsPerInterval int32u
|
|
14257
|
+
184 IntervalExposureSmoothing int8u
|
|
14258
|
+
186 IntervalPriority int8u
|
|
14259
|
+
220 FocusShiftNumberShots int8u
|
|
14260
|
+
224 FocusShiftStepWidth int8u
|
|
14261
|
+
228 FocusShiftInterval int8u~
|
|
14262
|
+
232 FocusShiftExposureLock int8u
|
|
14263
|
+
322 DiffractionCompensation int8u
|
|
14264
|
+
323 AutoDistortionControl int8u
|
|
14265
|
+
326 NikonMeteringMode int8u
|
|
14266
|
+
328 FlashControlMode int8u
|
|
14267
|
+
334 FlashGNDistance? no
|
|
14268
|
+
338 FlashOutput? int8u
|
|
14269
|
+
346 FlashWirelessOption? int8u
|
|
14270
|
+
348 FlashRemoteControl? int8u
|
|
14271
|
+
352 FlashMasterControlMode int8u
|
|
14272
|
+
354 FlashMasterCompensation? int8s
|
|
14273
|
+
358 FlashMasterOutput? int8u
|
|
14274
|
+
502 MovieFrameSize? int8u
|
|
14275
|
+
504 MovieFrameRate? int8u
|
|
14276
|
+
506 MovieSlowMotion? int8u
|
|
14277
|
+
510 MovieType? int8u
|
|
14278
|
+
516 MovieISOAutoManualMode? int16u
|
|
14279
|
+
568 MovieActiveD-Lighting? int8u
|
|
14280
|
+
572 MovieHighISONoiseReduction? int8u
|
|
14281
|
+
574 MovieVignetteControl? int8u
|
|
14282
|
+
576 MovieVignetteControlSameAsPhoto? int8u
|
|
14283
|
+
577 MovieDiffractionCompensation? int8u
|
|
14284
|
+
578 MovieAutoDistortionControl? int8u
|
|
14285
|
+
584 MovieFocusMode? int8u
|
|
14286
|
+
590 MovieVibrationReduction? int8u
|
|
14287
|
+
591 MovieVibrationReductionSameAsPhoto? int8u
|
|
14288
|
+
858 HDMIOutputN-Log? int8u
|
|
14289
|
+
|
|
14290
|
+
=head3 Nikon ShotInfoZ9 Tags
|
|
14291
|
+
|
|
14292
|
+
These tags are extracted from encrypted data in images from the Z9.
|
|
14293
|
+
|
|
14294
|
+
Index Tag Name Writable
|
|
14295
|
+
----- -------- --------
|
|
14296
|
+
0 ShotInfoVersion no
|
|
14297
|
+
4 FirmwareVersion no
|
|
14298
|
+
27800 IntervalShooting int16u~
|
|
14299
|
+
30788 FocusShiftShooting int8u~
|
|
14300
|
+
60139 RollAngle fixed32u
|
|
14301
|
+
60143 PitchAngle fixed32u
|
|
14302
|
+
60147 YawAngle fixed32u
|
|
14303
|
+
60491 MenuSettingsZ9 Nikon MenuSettingsZ9
|
|
14304
|
+
|
|
14305
|
+
=head3 Nikon MenuSettingsZ9 Tags
|
|
14306
|
+
|
|
14307
|
+
These tags are used by the Z9.
|
|
14308
|
+
|
|
14309
|
+
Index1 Tag Name Writable
|
|
14310
|
+
------ -------- --------
|
|
14311
|
+
140 MultipleExposureMode int8u
|
|
14312
|
+
142 MultiExposureShots int8u
|
|
14313
|
+
188 Intervals int32u
|
|
14314
|
+
192 ShotsPerInterval int32u
|
|
14315
|
+
232 FocusShiftNumberShots int8u
|
|
14316
|
+
236 FocusShiftStepWidth int8u
|
|
14317
|
+
240 FocusShiftInterval int8u~
|
|
14318
|
+
244 FocusShiftExposureLock? int8u
|
|
14319
|
+
274 PhotoShootingMenuBank int8u
|
|
14320
|
+
276 ExtendedMenuBanks int8u
|
|
14321
|
+
308 PhotoShootingMenuBankImageArea int8u
|
|
14322
|
+
322 AutoISO int8u
|
|
14323
|
+
324 ISOAutoHiLimit? int16u
|
|
14324
|
+
326 ISOAutoFlashLimit? int16u
|
|
14325
|
+
334 ISOAutoShutterTime no
|
|
14326
|
+
416 MovieVignetteControl? int8u
|
|
14327
|
+
418 DiffractionCompensation int8u
|
|
14328
|
+
420 FlickerReductionShooting int8u
|
|
14329
|
+
424 FlashControlMode int8u
|
|
14330
|
+
426 FlashMasterCompensation? int8s
|
|
14331
|
+
430 FlashGNDistance? no
|
|
14332
|
+
434 FlashOutput? int8u
|
|
14333
|
+
444 FlashRemoteControl? int8u
|
|
14334
|
+
456 FlashWirelessOption? int8u
|
|
14335
|
+
528 AFAreaMode int8u
|
|
14336
|
+
530 VRMode int8u
|
|
14337
|
+
534 BracketSet int8u
|
|
14338
|
+
536 BracketProgram int8u
|
|
14339
|
+
538 BracketIncrement int8u
|
|
14340
|
+
556 SecondarySlotFunction int8u
|
|
14341
|
+
572 DXCropAlert int8u
|
|
14342
|
+
574 SubjectDetection int8u
|
|
14343
|
+
604 MovieImageArea? int8u & 0x01
|
|
14344
|
+
614 MovieType? int8u
|
|
14345
|
+
616 MovieISOAutoHiLimit? int16u
|
|
14346
|
+
618 MovieISOAutoControlManualMode? int8u
|
|
14347
|
+
620 MovieISOAutoManualMode? int16u
|
|
14348
|
+
696 MovieActiveD-Lighting? int8u
|
|
14349
|
+
698 MovieHighISONoiseReduction? int8u
|
|
14350
|
+
704 MovieFlickerReduction int8u
|
|
14351
|
+
706 MovieMeteringMode? int8u
|
|
14352
|
+
708 MovieFocusMode? int8u
|
|
14353
|
+
710 MovieAFAreaMode int8u
|
|
14354
|
+
712 MovieVRMode? int8u
|
|
14355
|
+
716 MovieElectronicVR? int8u
|
|
14356
|
+
718 MovieSoundRecording? int8u
|
|
14357
|
+
720 MicrophoneSensitivity? int8u
|
|
14358
|
+
722 MicrophoneAttenuator? int8u
|
|
14359
|
+
724 MicrophoneFrequencyResponse? int8u
|
|
14360
|
+
726 WindNoiseReduction? int8u
|
|
14361
|
+
748 MovieToneMap? int8u
|
|
14362
|
+
754 MovieFrameSize? int8u
|
|
14363
|
+
756 MovieFrameRate? int8u
|
|
14364
|
+
762 MicrophoneJackPower? int8u
|
|
14365
|
+
763 MovieDXCropAlert? int8u
|
|
14366
|
+
764 MovieSubjectDetection? int8u
|
|
14367
|
+
799 CustomSettingsZ9 NikonCustom SettingsZ9
|
|
14368
|
+
1426 Language? int8u
|
|
14369
|
+
1428 TimeZone int8u
|
|
14370
|
+
1434 MonitorBrightness? no
|
|
14371
|
+
1456 AFFineTune? int8u
|
|
14372
|
+
1552 HDMIOutputResolution int8u
|
|
14373
|
+
1565 SetClockFromLocationData? int8u
|
|
14374
|
+
1572 AirplaneMode? int8u
|
|
14375
|
+
1573 EmptySlotRelease? int8u
|
|
14376
|
+
1608 EnergySavingMode? int8u
|
|
14377
|
+
1632 RecordLocationData? int8u
|
|
14378
|
+
1636 USBPowerDelivery? int8u
|
|
14379
|
+
1645 SensorShield? int8u
|
|
12978
14380
|
|
|
12979
14381
|
=head3 Nikon ShotInfo Tags
|
|
12980
14382
|
|
|
@@ -13300,7 +14702,7 @@ These tags are used by the D4S, D750, D810, D5500, D7200 (FlashInfoVersion
|
|
|
13300
14702
|
0 FlashInfoVersion no
|
|
13301
14703
|
4 FlashSource int8u
|
|
13302
14704
|
6 ExternalFlashFirmware int8u[2]
|
|
13303
|
-
|
|
14705
|
+
10 FlashCompensation int8s
|
|
13304
14706
|
|
|
13305
14707
|
=head3 Nikon FlashInfoUnknown Tags
|
|
13306
14708
|
|
|
@@ -13317,6 +14719,18 @@ These tags are used by the D4S, D750, D810, D5500, D7200 (FlashInfoVersion
|
|
|
13317
14719
|
2 MultiExposureShots int32u
|
|
13318
14720
|
3 MultiExposureAutoGain int32u
|
|
13319
14721
|
|
|
14722
|
+
=head3 Nikon AFInfo2V0400 Tags
|
|
14723
|
+
|
|
14724
|
+
Index1 Tag Name Writable
|
|
14725
|
+
------ -------- --------
|
|
14726
|
+
0 AFInfo2Version no
|
|
14727
|
+
62 AFImageWidth int16u
|
|
14728
|
+
64 AFImageHeight int16u
|
|
14729
|
+
67 FocusPositionHorizontal int8u~
|
|
14730
|
+
69 FocusPositionVertical int8u~
|
|
14731
|
+
70 AFAreaWidth int16u
|
|
14732
|
+
72 AFAreaHeight int16u
|
|
14733
|
+
|
|
13320
14734
|
=head3 Nikon AFInfo2 Tags
|
|
13321
14735
|
|
|
13322
14736
|
These tags are written by Nikon DSLR's which have the live view feature.
|
|
@@ -14668,6 +16082,151 @@ Custom settings for the D610.
|
|
|
14668
16082
|
21.2 ShootingInfoMonitorOffTime int8u & 0x1c
|
|
14669
16083
|
35.1 PlaybackMonitorOffTime int8u & 0xe0
|
|
14670
16084
|
|
|
16085
|
+
=head3 NikonCustom SettingsZ9 Tags
|
|
16086
|
+
|
|
16087
|
+
Custom settings for the Z9.
|
|
16088
|
+
|
|
16089
|
+
Index1 Tag Name Writable
|
|
16090
|
+
------ -------- --------
|
|
16091
|
+
1 CustomSettingsBank int8u
|
|
16092
|
+
3 AF-CPrioritySelection int8u
|
|
16093
|
+
5 AF-SPrioritySelection int8u
|
|
16094
|
+
7 BlockShotAFResponse int8u
|
|
16095
|
+
11 AFPointSel int8u
|
|
16096
|
+
13 StoreByOrientation int8u
|
|
16097
|
+
15 AFActivation int8u
|
|
16098
|
+
16 AF-OnOutOfFocusRelease? int8u
|
|
16099
|
+
17 LimitAF-AreaModeSelPinpoint? int8u
|
|
16100
|
+
19 LimitAF-AreaModeSelWideAF_S? int8u
|
|
16101
|
+
20 LimitAF-AreaModeSelWideAF_L? int8u
|
|
16102
|
+
21 LimitAFAreaModeSelAuto? int8u
|
|
16103
|
+
22 FocusPointWrap? int8u
|
|
16104
|
+
23 ManualFocusPointIllumination? int8u
|
|
16105
|
+
24 DynamicAreaAFAssist? int8u
|
|
16106
|
+
25 AF-AssistIlluminator int8u
|
|
16107
|
+
26 ManualFocusRingInAFMode int8u
|
|
16108
|
+
27 ExposureControlStepSize int8u
|
|
16109
|
+
29 EasyExposureCompensation int8u
|
|
16110
|
+
31 CenterWeightedAreaSize int8u
|
|
16111
|
+
33 FineTuneOptMatrixMetering int8s
|
|
16112
|
+
35 FineTuneOptCenterWeighted int8s
|
|
16113
|
+
37 FineTuneOptSpotMetering int8s
|
|
16114
|
+
39 FineTuneOptHighlightWeighted int8s
|
|
16115
|
+
41 ShutterReleaseButtonAE-L int8u
|
|
16116
|
+
43 SelfTimerTime int8u
|
|
16117
|
+
45 SelfTimerShotCount int8u
|
|
16118
|
+
49 SelfTimerShotInterval int8u
|
|
16119
|
+
51 PlaybackMonitorOffTime int8u
|
|
16120
|
+
53 MenuMonitorOffTime int8u
|
|
16121
|
+
55 ShootingInfoMonitorOffTime int8u
|
|
16122
|
+
57 ImageReviewMonitorOffTime int8u
|
|
16123
|
+
59 CLModeShootingSpeed int8u
|
|
16124
|
+
61 MaxContinuousRelease no
|
|
16125
|
+
65 SyncReleaseMode? int8u
|
|
16126
|
+
69 LimitSelectableImageAreaDX? int8u
|
|
16127
|
+
70 LimitSelectableImageArea1To1? int8u
|
|
16128
|
+
71 LimitSelectableImageArea16To9? int8u
|
|
16129
|
+
72 FileNumberSequence int8u
|
|
16130
|
+
73 FocusPeakingLevel? int8u
|
|
16131
|
+
75 FocusPeakingHighlightColor? int8u
|
|
16132
|
+
81 ContinuousModeDisplay int8u
|
|
16133
|
+
83 FlashSyncSpeed no
|
|
16134
|
+
85 HighSpeedSync int8u
|
|
16135
|
+
87 FlashShutterSpeed no
|
|
16136
|
+
89 FlashExposureCompArea int8u
|
|
16137
|
+
91 AutoFlashISOSensitivity int8u
|
|
16138
|
+
93 ModelingFlash int8u
|
|
16139
|
+
95 AutoBracketModeM int8u
|
|
16140
|
+
97 AutoBracketOrder int8u
|
|
16141
|
+
99 Func1Button int8u
|
|
16142
|
+
115 Func2Button int8u
|
|
16143
|
+
131 AFOnButton int8u
|
|
16144
|
+
143 SubSelector? int8u
|
|
16145
|
+
155 AssignMovieRecordButton? int8u
|
|
16146
|
+
159 LensFunc1Button int8u
|
|
16147
|
+
167 LensFunc2Button int8u
|
|
16148
|
+
173 LensControlRing int8u
|
|
16149
|
+
175 MultiSelectorShootMode int8u
|
|
16150
|
+
179 MultiSelectorPlaybackMode int8u
|
|
16151
|
+
183 ShutterSpeedLock int8u
|
|
16152
|
+
184 ApertureLock int8u
|
|
16153
|
+
186 CmdDialsReverseRotation int8u
|
|
16154
|
+
191 UseDialWithoutHold? int8u
|
|
16155
|
+
193 ReverseIndicators? int8u
|
|
16156
|
+
195 MovieFunc1Button int8u
|
|
16157
|
+
203 MovieAF-OnButton int8u
|
|
16158
|
+
217 MovieMultiSelector? int8u
|
|
16159
|
+
221 MovieAFSpeed int8u
|
|
16160
|
+
223 MovieAFSpeedApply int8u
|
|
16161
|
+
225 MovieAFTrackingSensitivity int8u
|
|
16162
|
+
257 LCDIllumination? int8u
|
|
16163
|
+
258 ExtendedShutterSpeeds int8u
|
|
16164
|
+
259 SubjectMotion int8u
|
|
16165
|
+
261 FocusPointPersistence int8u
|
|
16166
|
+
263 AutoFocusModeRestrictions? int8u
|
|
16167
|
+
267 CHModeShootingSpeed int8u
|
|
16168
|
+
269.1 LimitReleaseModeSelCL? int8u & 0x02
|
|
16169
|
+
269.2 LimitReleaseModeSelCH? int8u & 0x04
|
|
16170
|
+
269.3 LimitReleaseModeSelC30? int8u & 0x10
|
|
16171
|
+
269.4 LimitReleaseModeSelC120? int8u & 0x40
|
|
16172
|
+
269.5 LimitReleaseModeSelSelf? int8u & 0x80
|
|
16173
|
+
273 FlashBurstPriority? int8u
|
|
16174
|
+
277 VerticalFuncButton int8u
|
|
16175
|
+
281 Func3Button int8u
|
|
16176
|
+
285 VerticalAFOnButton int8u
|
|
16177
|
+
293 VerticalMultiSelectorPlaybackMode? int8u
|
|
16178
|
+
295 MovieFunc3Button int8u
|
|
16179
|
+
335 LimitAF-AreaModeSelDynamic_S? int8u
|
|
16180
|
+
336 LimitAF-AreaModeSelDynamic_M? int8u
|
|
16181
|
+
337 LimitAF-AreaModeSelDynamic_L? int8u
|
|
16182
|
+
339 LimitAF-AreaModeSel3DTracking? int8u
|
|
16183
|
+
341 PlaybackFlickUp? int8u
|
|
16184
|
+
345 PlaybackFlickDown? int8u
|
|
16185
|
+
349 ISOStepSize int8u
|
|
16186
|
+
355 ReverseFocusRing int8u
|
|
16187
|
+
356 EVFImageFrame? int8u
|
|
16188
|
+
357 EVFGrid? int8u
|
|
16189
|
+
359 VirtualHorizonStyle? int8u
|
|
16190
|
+
373 Func4Button? int8u
|
|
16191
|
+
379 AudioButton? int8u
|
|
16192
|
+
381 QualityButton? int8u
|
|
16193
|
+
399 VerticalMultiSelector? int8u
|
|
16194
|
+
421 Func1ButtonPlaybackMode? int8u
|
|
16195
|
+
423 Func2ButtonPlaybackMode? int8u
|
|
16196
|
+
425 Func3ButtonPlaybackMode? int8u
|
|
16197
|
+
431 Func4ButtonPlaybackMode? int8u
|
|
16198
|
+
437 MovieRecordButtonPlaybackMode? int8u
|
|
16199
|
+
439 VerticalFuncButtonPlaybackMode? int8u
|
|
16200
|
+
441 AudioButtonPlaybackMode? int8u
|
|
16201
|
+
447 QualityButtonPlaybackMode? int8u
|
|
16202
|
+
453 WhiteBalanceButtonPlaybackMode? int8u
|
|
16203
|
+
459 CommandDialPlaybackMode? int8u
|
|
16204
|
+
463 SubCommandDialPlaybackMode? int8u
|
|
16205
|
+
467 FocusPointLock? int8u
|
|
16206
|
+
469 ControlRingResponse int8u
|
|
16207
|
+
481 VerticalMovieFuncButton? int8u
|
|
16208
|
+
505 VerticalMovieAFOnButton? int8u
|
|
16209
|
+
515 MovieAFAreaMode? int8u
|
|
16210
|
+
527 HDMIViewAssist? int8u
|
|
16211
|
+
529 ZebraPatternToneRange? int8u
|
|
16212
|
+
531 MovieZebraPattern? int8u
|
|
16213
|
+
533 MovieHighlightDisplayThreshold? int8u
|
|
16214
|
+
535 MovieMidtoneDisplayValue? int8u
|
|
16215
|
+
537 MovieMidtoneDisplayRange? int8u~
|
|
16216
|
+
541 MovieEVFGrid? int8u
|
|
16217
|
+
549 MovieShutterSpeedLock? int8u
|
|
16218
|
+
550 MovieFocusPointLock? int8u
|
|
16219
|
+
563 MatrixMetering? int8u
|
|
16220
|
+
564 AF-CFocusDisplay int8u
|
|
16221
|
+
565 FocusPeakingDisplay? int8u
|
|
16222
|
+
567 KeepExposure int8u
|
|
16223
|
+
585 StarlightView? int8u
|
|
16224
|
+
587 EVFWarmDisplayMode? int8u
|
|
16225
|
+
589 EVFWarmDisplayBrightness? int8s
|
|
16226
|
+
591 EVFReleaseIndicator? int8u
|
|
16227
|
+
601 MovieApertureLock? int8u
|
|
16228
|
+
607 FlickAdvanceDirection? int8u
|
|
16229
|
+
|
|
14671
16230
|
=head2 NikonCapture Tags
|
|
14672
16231
|
|
|
14673
16232
|
This information is written by the Nikon Capture software in tag 0x0e01 of
|
|
@@ -18744,6 +20303,7 @@ WX350/WX500, ILCE-1/7/7C/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/7SM3/9/9M2/5000/
|
|
|
18744
20303
|
Index1 Tag Name Writable
|
|
18745
20304
|
------ -------- --------
|
|
18746
20305
|
1176 ISOInfo Sony ISOInfo
|
|
20306
|
+
1181 ISOInfo Sony ISOInfo
|
|
18747
20307
|
1185 ISOInfo Sony ISOInfo
|
|
18748
20308
|
1186 ISOInfo Sony ISOInfo
|
|
18749
20309
|
1437 ISOInfo Sony ISOInfo
|
|
@@ -19074,7 +20634,7 @@ E-mount models.
|
|
|
19074
20634
|
|
|
19075
20635
|
=head3 Sony Tag9416 Tags
|
|
19076
20636
|
|
|
19077
|
-
Valid for the ILCE-1/7SM3, ILME-FX3.
|
|
20637
|
+
Valid for the ILCE-1/7M4/7SM3, ILME-FX3.
|
|
19078
20638
|
|
|
19079
20639
|
Index1 Tag Name Writable
|
|
19080
20640
|
------ -------- --------
|
|
@@ -19098,7 +20658,9 @@ Valid for the ILCE-1/7SM3, ILME-FX3.
|
|
|
19098
20658
|
115 MinFocalLength no
|
|
19099
20659
|
117 MaxFocalLength no
|
|
19100
20660
|
2191 VignettingCorrParams no
|
|
20661
|
+
2193 VignettingCorrParams no
|
|
19101
20662
|
2324 ChromaticAberrationCorrParams no
|
|
20663
|
+
2326 ChromaticAberrationCorrParams no
|
|
19102
20664
|
|
|
19103
20665
|
=head3 Sony PIC Tags
|
|
19104
20666
|
|
|
@@ -21925,14 +23487,23 @@ writes only EXIF, IPTC and XMP tags in Jpeg2000 images.
|
|
|
21925
23487
|
|
|
21926
23488
|
=head3 Jpeg2000 ColorSpec Tags
|
|
21927
23489
|
|
|
23490
|
+
The table below contains tags in the color specification (colr) box. This
|
|
23491
|
+
box may be rewritten by writing either ICC_Profile, ColorSpace or
|
|
23492
|
+
ColorSpecData. When writing, any existing colr boxes are replaced with the
|
|
23493
|
+
newly created colr box.
|
|
23494
|
+
|
|
23495
|
+
B<NOTE>: Care must be taken when writing this color specification because
|
|
23496
|
+
writing a specification that is incompatible with the image data may make
|
|
23497
|
+
the image undisplayable.
|
|
23498
|
+
|
|
21928
23499
|
Index1 Tag Name Writable
|
|
21929
23500
|
------ -------- --------
|
|
21930
|
-
0 ColorSpecMethod
|
|
21931
|
-
1 ColorSpecPrecedence
|
|
21932
|
-
2 ColorSpecApproximation
|
|
23501
|
+
0 ColorSpecMethod int8s!
|
|
23502
|
+
1 ColorSpecPrecedence int8s!
|
|
23503
|
+
2 ColorSpecApproximation int8s!
|
|
21933
23504
|
3 ICC_Profile ICC_Profile
|
|
21934
|
-
ColorSpace
|
|
21935
|
-
ColorSpecData
|
|
23505
|
+
ColorSpace int32u!
|
|
23506
|
+
ColorSpecData undef!
|
|
21936
23507
|
|
|
21937
23508
|
=head3 Jpeg2000 FileType Tags
|
|
21938
23509
|
|
|
@@ -22173,7 +23744,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
|
22173
23744
|
EventEarliestDate date_
|
|
22174
23745
|
EventEndDayOfYear integer_
|
|
22175
23746
|
EventDate date_
|
|
22176
|
-
EventID
|
|
23747
|
+
EventID string/_
|
|
22177
23748
|
EventRemarks lang-alt_
|
|
22178
23749
|
EventTime string_
|
|
22179
23750
|
EventFieldNotes string_
|
|
@@ -22215,7 +23786,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
|
22215
23786
|
HumanObservationEarliestDate date_
|
|
22216
23787
|
HumanObservationEndDayOfYear integer_
|
|
22217
23788
|
HumanObservationEventDate date_
|
|
22218
|
-
HumanObservationEventID
|
|
23789
|
+
HumanObservationEventID string/_
|
|
22219
23790
|
HumanObservationEventRemarks lang-alt_
|
|
22220
23791
|
HumanObservationEventTime string_
|
|
22221
23792
|
HumanObservationFieldNotes string_
|
|
@@ -22247,7 +23818,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
|
22247
23818
|
MachineObservationEarliestDate date_
|
|
22248
23819
|
MachineObservationEndDayOfYear integer_
|
|
22249
23820
|
MachineObservationEventDate date_
|
|
22250
|
-
MachineObservationEventID
|
|
23821
|
+
MachineObservationEventID string/_
|
|
22251
23822
|
MachineObservationEventRemarks lang-alt_
|
|
22252
23823
|
MachineObservationEventTime string_
|
|
22253
23824
|
MachineObservationFieldNotes string_
|
|
@@ -23614,6 +25185,7 @@ specification.
|
|
|
23614
25185
|
GIFVersion no
|
|
23615
25186
|
ScreenDescriptor GIF Screen
|
|
23616
25187
|
Text no
|
|
25188
|
+
TransparentColor no
|
|
23617
25189
|
|
|
23618
25190
|
=head3 GIF Extensions Tags
|
|
23619
25191
|
|
|
@@ -23936,13 +25508,13 @@ check if speed is more of a concern.
|
|
|
23936
25508
|
'dSIG' DigitalSignature no
|
|
23937
25509
|
'eXIf' eXIf EXIF
|
|
23938
25510
|
'fRAc' FractalParameters no
|
|
23939
|
-
'gAMA' Gamma
|
|
25511
|
+
'gAMA' Gamma yes!
|
|
23940
25512
|
'gIFg' GIFGraphicControlExtension no
|
|
23941
25513
|
'gIFt' GIFPlainTextExtension no
|
|
23942
25514
|
'gIFx' GIFApplicationExtension no
|
|
23943
25515
|
'hIST' PaletteHistogram no
|
|
23944
25516
|
'iCCP' ICC_Profile ICC_Profile
|
|
23945
|
-
'iCCP-name' ProfileName
|
|
25517
|
+
'iCCP-name' ProfileName yes
|
|
23946
25518
|
'iDOT' AppleDataOffsets no
|
|
23947
25519
|
'iTXt' InternationalText PNG TextualData
|
|
23948
25520
|
'oFFs' ImageOffset no
|
|
@@ -23951,7 +25523,7 @@ check if speed is more of a concern.
|
|
|
23951
25523
|
'sBIT' SignificantBits no
|
|
23952
25524
|
'sCAL' SubjectScale PNG SubjectScale
|
|
23953
25525
|
'sPLT' SuggestedPalette no
|
|
23954
|
-
'sRGB' SRGBRendering
|
|
25526
|
+
'sRGB' SRGBRendering yes!
|
|
23955
25527
|
'sTER' StereoImage PNG StereoImage
|
|
23956
25528
|
'tEXt' TextualData PNG TextualData
|
|
23957
25529
|
'tIME' ModifyDate yes
|
|
@@ -25049,22 +26621,22 @@ This is the PDF document catalog.
|
|
|
25049
26621
|
|
|
25050
26622
|
Tag ID Tag Name Writable
|
|
25051
26623
|
------ -------- --------
|
|
25052
|
-
'CS0' CS0 PDF
|
|
25053
|
-
'Cs1' Cs1 PDF
|
|
26624
|
+
'CS0' CS0 PDF DefaultRGB
|
|
26625
|
+
'Cs1' Cs1 PDF DefaultRGB
|
|
25054
26626
|
'DefaultCMYK' DefaultCMYK PDF DefaultRGB
|
|
25055
26627
|
'DefaultRGB' DefaultRGB PDF DefaultRGB
|
|
25056
26628
|
|
|
25057
|
-
=head3 PDF
|
|
26629
|
+
=head3 PDF DefaultRGB Tags
|
|
25058
26630
|
|
|
25059
26631
|
Tag ID Tag Name Writable
|
|
25060
26632
|
------ -------- --------
|
|
25061
|
-
'
|
|
26633
|
+
'ICCBased' ICCBased PDF ICCBased
|
|
25062
26634
|
|
|
25063
|
-
=head3 PDF
|
|
26635
|
+
=head3 PDF ICCBased Tags
|
|
25064
26636
|
|
|
25065
26637
|
Tag ID Tag Name Writable
|
|
25066
26638
|
------ -------- --------
|
|
25067
|
-
'
|
|
26639
|
+
'_stream' _stream ICC_Profile
|
|
25068
26640
|
|
|
25069
26641
|
=head3 PDF Properties Tags
|
|
25070
26642
|
|
|
@@ -26079,6 +27651,11 @@ the PrintConv option is enabled and no time zone is specified. This is
|
|
|
26079
27651
|
because Apple software may display crazy values if the time zone is missing
|
|
26080
27652
|
for some tags.
|
|
26081
27653
|
|
|
27654
|
+
By default ExifTool will remove null padding from some QuickTime containers
|
|
27655
|
+
in Canon CR3 files when writing, but the
|
|
27656
|
+
QuickTimePad option may be used to preserve
|
|
27657
|
+
the original size by padding with nulls if necessary.
|
|
27658
|
+
|
|
26082
27659
|
See
|
|
26083
27660
|
L<https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/>
|
|
26084
27661
|
for the official specification.
|
|
@@ -26093,6 +27670,7 @@ for the official specification.
|
|
|
26093
27670
|
'frea' Kodak_frea Kodak frea
|
|
26094
27671
|
'free' KodakFree Kodak Free
|
|
26095
27672
|
Pittasoft QuickTime Pittasoft
|
|
27673
|
+
ThumbnailImage no
|
|
26096
27674
|
Free? no
|
|
26097
27675
|
'ftyp' FileType QuickTime FileType
|
|
26098
27676
|
'gps0' GPSTrack QuickTime Stream
|
|
@@ -26153,7 +27731,7 @@ Tags found in Pittasoft Blackvue dashcam "free" data.
|
|
|
26153
27731
|
The tags below are extracted from timed metadata in QuickTime and other
|
|
26154
27732
|
formats of video files when the ExtractEmbedded option is used. Although
|
|
26155
27733
|
most of these tags are combined into the single table below, ExifTool
|
|
26156
|
-
currently reads
|
|
27734
|
+
currently reads 59 different formats of timed GPS metadata from video files.
|
|
26157
27735
|
|
|
26158
27736
|
Tag Name Writable
|
|
26159
27737
|
-------- --------
|
|
@@ -26399,7 +27977,7 @@ changed via the config file.
|
|
|
26399
27977
|
'player.movie.audio.gain' AudioGain yes
|
|
26400
27978
|
'player.movie.audio.mute' Mute int8u
|
|
26401
27979
|
'player.movie.audio.pitchshift' PitchShift yes
|
|
26402
|
-
'player.movie.audio.treble'
|
|
27980
|
+
'player.movie.audio.treble' Treble yes
|
|
26403
27981
|
'player.movie.visual.brightness' Brightness yes
|
|
26404
27982
|
'player.movie.visual.color' Color yes
|
|
26405
27983
|
'player.movie.visual.contrast' Contrast yes
|
|
@@ -28029,9 +29607,10 @@ for the specification.
|
|
|
28029
29607
|
0x7671 ProjectionType no
|
|
28030
29608
|
0x7672 EquirectangularProj QuickTime equi
|
|
28031
29609
|
CubemapProj QuickTime cbmp
|
|
28032
|
-
|
|
28033
|
-
|
|
28034
|
-
|
|
29610
|
+
ProjectionPrivate no
|
|
29611
|
+
0x7673 ProjectionPoseYaw no
|
|
29612
|
+
0x7674 ProjectionPosePitch no
|
|
29613
|
+
0x7675 ProjectionPoseRoll no
|
|
28035
29614
|
|
|
28036
29615
|
=head2 MOI Tags
|
|
28037
29616
|
|
|
@@ -34991,6 +36570,7 @@ document number (ie. the exiftool C<-g3> option).
|
|
|
34991
36570
|
9 ZipCompressedSize no
|
|
34992
36571
|
11 ZipUncompressedSize no
|
|
34993
36572
|
15 ZipFileName no
|
|
36573
|
+
'_com' ZipFileComment no
|
|
34994
36574
|
|
|
34995
36575
|
=head3 ZIP GZIP Tags
|
|
34996
36576
|
|
|
@@ -35446,6 +37026,7 @@ FileName.
|
|
|
35446
37026
|
NewGUID ExifTool no
|
|
35447
37027
|
Now ExifTool no
|
|
35448
37028
|
OtherImage File no
|
|
37029
|
+
PageCount File no
|
|
35449
37030
|
PreviewImage File yes
|
|
35450
37031
|
PreviewPDF File no
|
|
35451
37032
|
PreviewPNG File no
|
|
@@ -35464,6 +37045,7 @@ FileName.
|
|
|
35464
37045
|
XMP XMP yes!
|
|
35465
37046
|
XResolution File no
|
|
35466
37047
|
YResolution File no
|
|
37048
|
+
ZoneIdentifier System yes!
|
|
35467
37049
|
|
|
35468
37050
|
=head2 Composite Tags
|
|
35469
37051
|
|
|
@@ -35618,7 +37200,7 @@ values, may created via the ExifTool configuration file.
|
|
|
35618
37200
|
GPSLongitude Sony:GPSLongitude no
|
|
35619
37201
|
Sony:GPSLongitudeRef
|
|
35620
37202
|
GPSLongitudeRef XMP-exif:GPSLongitude no
|
|
35621
|
-
GPSPosition GPSLatitude
|
|
37203
|
+
GPSPosition GPSLatitude yes!
|
|
35622
37204
|
GPSLongitude
|
|
35623
37205
|
HyperfocalDistance FocalLength no
|
|
35624
37206
|
Aperture
|
|
@@ -36298,7 +37880,7 @@ L<Image::ExifTool::BuildTagLookup|Image::ExifTool::BuildTagLookup>.
|
|
|
36298
37880
|
|
|
36299
37881
|
=head1 AUTHOR
|
|
36300
37882
|
|
|
36301
|
-
Copyright 2003-
|
|
37883
|
+
Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
|
36302
37884
|
|
|
36303
37885
|
This library is free software; you can redistribute it and/or modify it
|
|
36304
37886
|
under the same terms as Perl itself.
|