summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes42
-rw-r--r--MANIFEST5
-rw-r--r--META.json2
-rw-r--r--META.yml2
-rw-r--r--README14
-rw-r--r--debian/changelog6
-rwxr-xr-xexiftool37
-rw-r--r--html/TagNames/Canon.html23
-rw-r--r--html/TagNames/DNG.html65
-rw-r--r--html/TagNames/EXIF.html335
-rw-r--r--html/TagNames/Extra.html49
-rw-r--r--html/TagNames/Nikon.html75
-rw-r--r--html/TagNames/Panasonic.html7
-rw-r--r--html/TagNames/Pentax.html206
-rw-r--r--html/TagNames/PhotoMechanic.html14
-rw-r--r--html/TagNames/QuickTime.html71
-rw-r--r--html/TagNames/RIFF.html56
-rw-r--r--html/TagNames/Sony.html51
-rw-r--r--html/TagNames/XISF.html211
-rw-r--r--html/TagNames/XMP.html4426
-rw-r--r--html/TagNames/index.html11
-rw-r--r--html/ancient_history.html200
-rw-r--r--html/data_members.html1
-rw-r--r--html/exiftool_pod.html16
-rw-r--r--html/geotag.html53
-rw-r--r--html/history.html240
-rw-r--r--html/index.html21
-rw-r--r--html/install.html22
-rw-r--r--lib/Image/ExifTool.pm51
-rw-r--r--lib/Image/ExifTool.pod10
-rw-r--r--lib/Image/ExifTool/Canon.pm26
-rw-r--r--lib/Image/ExifTool/DNG.pm27
-rw-r--r--lib/Image/ExifTool/Exif.pm108
-rw-r--r--lib/Image/ExifTool/FujiFilm.pm18
-rw-r--r--lib/Image/ExifTool/Geotag.pm27
-rw-r--r--lib/Image/ExifTool/Nikon.pm49
-rw-r--r--lib/Image/ExifTool/PNG.pm21
-rw-r--r--lib/Image/ExifTool/Panasonic.pm22
-rw-r--r--lib/Image/ExifTool/Pentax.pm7
-rw-r--r--lib/Image/ExifTool/PhotoMechanic.pm3
-rw-r--r--lib/Image/ExifTool/QuickTime.pm114
-rw-r--r--lib/Image/ExifTool/README10
-rw-r--r--lib/Image/ExifTool/RIFF.pm10
-rw-r--r--lib/Image/ExifTool/Sony.pm87
-rw-r--r--lib/Image/ExifTool/TagLookup.pm13591
-rw-r--r--lib/Image/ExifTool/TagNames.pod477
-rw-r--r--lib/Image/ExifTool/Validate.pm34
-rw-r--r--lib/Image/ExifTool/WriteCanonRaw.pl4
-rw-r--r--lib/Image/ExifTool/WriteExif.pl18
-rw-r--r--lib/Image/ExifTool/WriteQuickTime.pl2
-rw-r--r--lib/Image/ExifTool/WriteRIFF.pl25
-rw-r--r--lib/Image/ExifTool/Writer.pl63
-rw-r--r--lib/Image/ExifTool/XISF.pm185
-rw-r--r--lib/Image/ExifTool/XMP.pm69
-rw-r--r--lib/Image/ExifTool/XMP2.pl35
-rw-r--r--perl-Image-ExifTool.spec12
-rw-r--r--t/Geotag_7.out8
-rw-r--r--t/XISF.t28
-rw-r--r--t/XISF_2.out33
-rw-r--r--t/images/XISF.xisfbin0 -> 1177 bytes
60 files changed, 12360 insertions, 9075 deletions
diff --git a/Changes b/Changes
index ea4e6d76..3cfdbb87 100644
--- a/Changes
+++ b/Changes
@@ -7,6 +7,44 @@ RSS feed: https://exiftool.org/rss.xml
Note: The most recent production release is Version 12.60. (Other versions are
considered development releases, and are not uploaded to MetaCPAN.)
+Oct. 26, 2023 - Version 12.69
+
+ - Added support for DNG version 1.7.0.0
+ - Added a new XMP-GCamera tag
+ - Added a number of new Nikon Z lenses (thanks Warren Hatch and Stefan)
+ - Added a number of new XMP-crs tags
+ - Extract XML metadata from some Hasselblad images
+ - Tweaked -fast2 option to read metadata from inside mdat atom of HEIC images
+ - Patched FFF reader to be more tolerant of the mess made by incompetent
+ Hasselblad programmers (wrong IFD count for some values)
+ - Patched WebP reader to be more tolerant of the mess made by incompetent
+ Google programmers (EXIF with wrong header and XMP with wrong ID)
+ - Fixed problem which could cause "use of uninitialized variable" warnings
+ when reading images from some Nikon cameras
+ - Fixed List type for new XMP-photomech:CreatorIdentity tag
+
+Oct. 16, 2023 - Version 12.68
+
+ - Added preliminary read support for XISF images
+ - Added the ability to delete JUMBF metadata from PNG images
+ - Added support for writing Canon burst-roll CR3 images
+ - Added a new Nikon Z9 SubjectDetection value, and improved Zf support (thanks
+ Warren Hatch)
+ - Added a couple of new PentaxModelID values
+ - Added a few couple of new tag values for the Pentax K-3 Mark III Monochrome (github #226)
+ - Added a new XMP-photomech tag
+ - Added a new QuickTime ItemList tag
+ - Added a new Nikon LensID
+ - Added a new Canon LensType
+ - Support decimal values for FujiFilm ShadowTone and HighlightTone tags
+ - Decode some new Sony tags (thanks Jos Roost)
+ - Decode ShutterCount for Canon EOS R6 (thanks gamin)
+ - Decode QuickTime VideoFullRangeFlag
+ - Decode JPGCompression for the Nikon D3S
+ - Enhanced -geotag feature to allow writing QuickTime:GPSCoordinates
+ - Renamed Panasonic HDRShot tag to MergedImages (forum 15298)
+ - Fixed problem where some NEF files were misidentified as NRW
+
Sept. 19, 2023 - Version 12.67
- Added a new Pentax LensType (thanks dmont)
@@ -155,6 +193,8 @@ Apr. 5, 2023 - Version 12.60 (production release)
- Fixed problem where setting the Geotime value didn't work when using an
advanced-formatting expression containing a greater-than symbol (>)
+History of older versions (back to Nov. 19, 2003 - Version 1.00) -->
+
Mar. 28, 2023 - Version 12.59
- COMPATIBILITY WARNING: Changed the calculated ImageDataMD5 for JPEG images
@@ -343,8 +383,6 @@ Nov. 8, 2022 - Version 12.50 (production release)
- Fixed inconsistent year and time zone for Kenwood dashcam timed GPS in MP4
videos
-History of older versions (back to Nov. 19, 2003 - Version 1.00) -->
-
Oct. 19, 2022 - Version 12.49
- Added read support for Windows ICO and CUR files
diff --git a/MANIFEST b/MANIFEST
index 47f1aa9c..bd74001a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -179,6 +179,7 @@ html/TagNames/VCard.html
html/TagNames/Vorbis.html
html/TagNames/WPG.html
html/TagNames/WTV.html
+html/TagNames/XISF.html
html/TagNames/XMP.html
html/TagNames/ZIP.html
html/TagNames/ZISRAW.html
@@ -432,6 +433,7 @@ lib/Image/ExifTool/WriteQuickTime.pl
lib/Image/ExifTool/WriteRIFF.pl
lib/Image/ExifTool/WriteXMP.pl
lib/Image/ExifTool/Writer.pl
+lib/Image/ExifTool/XISF.pm
lib/Image/ExifTool/XMP.pm
lib/Image/ExifTool/XMP2.pl
lib/Image/ExifTool/XMPStruct.pl
@@ -916,6 +918,8 @@ t/Writer_6.out
t/Writer_60.out
t/Writer_7.out
t/Writer_9.out
+t/XISF.t
+t/XISF_2.out
t/XMP.t
t/XMP_10.out
t/XMP_11.out
@@ -1144,6 +1148,7 @@ t/images/Vorbis.ogg
t/images/WPG.wpg
t/images/WTV.wtv
t/images/Writer.jpg
+t/images/XISF.xisf
t/images/XMP.inx
t/images/XMP.jpg
t/images/XMP.svg
diff --git a/META.json b/META.json
index 8ffcf723..c99e0a1b 100644
--- a/META.json
+++ b/META.json
@@ -50,5 +50,5 @@
}
},
"release_status" : "stable",
- "version" : "12.67"
+ "version" : "12.69"
}
diff --git a/META.yml b/META.yml
index ff8f0c2d..baf3dfd6 100644
--- a/META.yml
+++ b/META.yml
@@ -31,4 +31,4 @@ recommends:
Time::HiRes: 0
requires:
perl: 5.004
-version: 12.67
+version: 12.69
diff --git a/README b/README
index 4567882f..d798e872 100644
--- a/README
+++ b/README
@@ -51,11 +51,11 @@ supported by ExifTool (r = read, w = write, c = create):
DCP r/w | ICO r | MPG r | PSB r/w | WV r
DCR r | ICS r | MPO r/w | PSD r/w | X3F r/w
DFONT r | IDML r | MQV r/w | PSP r | XCF r
- DIVX r | IIQ r/w | MRC r | QTIF r/w | XLS r
- DJVU r | IND r/w | MRW r/w | R3D r | XLSX r
- DLL r | INSP r/w | MXF r | RA r | XMP r/w/c
- DNG r/w | INSV r | NEF r/w | RAF r/w | ZIP r
- DOC r | INX r | NKSC r/w | RAM r |
+ DIVX r | IIQ r/w | MRC r | QTIF r/w | XISF r
+ DJVU r | IND r/w | MRW r/w | R3D r | XLS r
+ DLL r | INSP r/w | MXF r | RA r | XLSX r
+ DNG r/w | INSV r | NEF r/w | RAF r/w | XMP r/w/c
+ DOC r | INX r | NKSC r/w | RAM r | ZIP r
DOCX r | ISO r | NRW r/w | RAR r |
Meta Information
@@ -108,8 +108,8 @@ your home directory, then you would type the following commands in a
terminal window to extract and run ExifTool:
cd ~/Desktop
- gzip -dc Image-ExifTool-12.67.tar.gz | tar -xf -
- cd Image-ExifTool-12.67
+ gzip -dc Image-ExifTool-12.69.tar.gz | tar -xf -
+ cd Image-ExifTool-12.69
./exiftool t/images/ExifTool.jpg
Note: These commands extract meta information from one of the test images.
diff --git a/debian/changelog b/debian/changelog
index 7b008e4f..ce34fa12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libimage-exiftool-perl (12.69+dfsg-1) unstable; urgency=medium
+
+ * Import upstream version 12.69+dfsg.
+
+ -- gregor herrmann <gregoa@debian.org> Fri, 03 Nov 2023 23:13:09 +0100
+
libimage-exiftool-perl (12.67+dfsg-1) unstable; urgency=medium
* Import upstream version 12.67+dfsg.
diff --git a/exiftool b/exiftool
index 84ae7bba..885c3fb8 100755
--- a/exiftool
+++ b/exiftool
@@ -11,7 +11,7 @@ use strict;
use warnings;
require 5.004;
-my $version = '12.67';
+my $version = '12.69';
# add our 'lib' directory to the include list BEFORE 'use Image::ExifTool'
my $exePath;
@@ -4665,11 +4665,11 @@ supported by ExifTool (r = read, w = write, c = create):
DCP r/w | ICO r | MPG r | PSB r/w | WV r
DCR r | ICS r | MPO r/w | PSD r/w | X3F r/w
DFONT r | IDML r | MQV r/w | PSP r | XCF r
- DIVX r | IIQ r/w | MRC r | QTIF r/w | XLS r
- DJVU r | IND r/w | MRW r/w | R3D r | XLSX r
- DLL r | INSP r/w | MXF r | RA r | XMP r/w/c
- DNG r/w | INSV r | NEF r/w | RAF r/w | ZIP r
- DOC r | INX r | NKSC r/w | RAM r |
+ DIVX r | IIQ r/w | MRC r | QTIF r/w | XISF r
+ DJVU r | IND r/w | MRW r/w | R3D r | XLS r
+ DLL r | INSP r/w | MXF r | RA r | XLSX r
+ DNG r/w | INSV r | NEF r/w | RAF r/w | XMP r/w/c
+ DOC r | INX r | NKSC r/w | RAM r | ZIP r
DOCX r | ISO r | NRW r/w | RAR r |
Meta Information
@@ -5582,7 +5582,7 @@ with this command:
produces output like this:
- -- Generated by ExifTool 12.67 --
+ -- Generated by ExifTool 12.69 --
File: a.jpg - 2003:10:31 15:44:19
(f/5.6, 1/60s, ISO 100)
File: b.jpg - 2006:05:23 11:57:38
@@ -6418,10 +6418,14 @@ from the track log, and they are supported by the destination metadata
format): GPSLatitude, GPSLatitudeRef, GPSLongitude, GPSLongitudeRef,
GPSAltitude, GPSAltitudeRef, GPSDateStamp, GPSTimeStamp, GPSDateTime,
GPSTrack, GPSTrackRef, GPSSpeed, GPSSpeedRef, GPSImgDirection,
-GPSImgDirectionRef, GPSPitch, GPSRoll, AmbientTemperature and
-CameraElevationAngle. By default, tags are created in EXIF, and updated in
-XMP only if they already exist. However, C<EXIF:Geotime> or C<XMP:Geotime>
-may be specified to write only EXIF or XMP tags respectively. Note that
+GPSImgDirectionRef, GPSPitch, GPSRoll, GPSCoordinates, AmbientTemperature
+and CameraElevationAngle. By default, in image files tags are created in
+EXIF, and updated in XMP only if they already exist. In QuickTime-format
+files GPSCoordinates is created in the preferred location (ItemList by
+default) as well as in XMP. However, C<EXIF:Geotime>, C<XMP:Geotime> or
+C<QuickTime:Geotime> may be specified to write to write only to one group.
+Also, C<ItemList:Geotime>, C<Keys:Geotime> or C<UserData:Geotime> may be
+used to write to a specific location in QuickTime-format files. Note that
GPSPitch and GPSRoll are non-standard, and require user-defined tags in
order to be written.
@@ -6544,11 +6548,12 @@ options on the command line.
Load specified configuration file instead of the default ".ExifTool_config".
If used, this option must come before all other arguments on the command
-line and applies to all B<-execute>'d commands. The I<CFGFILE> must exist
-relative to the current working directory or the exiftool application
-directory unless an absolute path is specified. Loading of the default
-config file may be disabled by setting I<CFGFILE> to an empty string (ie.
-""). See L<https://exiftool.org/config.html> and
+line and applies to all B<-execute>'d commands. This file is used to create
+user-defined tags as well as set default ExifTool options. The I<CFGFILE>
+must exist relative to the current working directory or the exiftool
+application directory unless an absolute path is specified. Loading of the
+default config file may be disabled by setting I<CFGFILE> to an empty string
+(ie. ""). See L<https://exiftool.org/config.html> and
config_files/example.config in the full ExifTool distribution for details
about the configuration file syntax.
diff --git a/html/TagNames/Canon.html b/html/TagNames/Canon.html
index 6f714d7c..1232f58c 100644
--- a/html/TagNames/Canon.html
+++ b/html/TagNames/Canon.html
@@ -97,12 +97,13 @@
<br>CanonCameraInfo1000D
<br>CanonCameraInfo1100D
<br>CanonCameraInfo1200D
+ <br>CanonCameraInfoR6
<br>CanonCameraInfoPowerShot
<br>CanonCameraInfoPowerShot2
<br>CanonCameraInfoUnknown32
<br>CanonCameraInfoUnknown16
<br>CanonCameraInfoUnknown</td>
-<td class=c>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-</td>
+<td class=c>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-</td>
<td>--&gt; <a href='Canon.html#CameraInfo1D'>Canon CameraInfo1D Tags</a>
<br>--&gt; <a href='Canon.html#CameraInfo1DmkII'>Canon CameraInfo1DmkII Tags</a>
<br>--&gt; <a href='Canon.html#CameraInfo1DmkIIN'>Canon CameraInfo1DmkIIN Tags</a>
@@ -130,6 +131,7 @@
<br>--&gt; <a href='Canon.html#CameraInfo1000D'>Canon CameraInfo1000D Tags</a>
<br>--&gt; <a href='Canon.html#CameraInfo600D'>Canon CameraInfo600D Tags</a>
<br>--&gt; <a href='Canon.html#CameraInfo60D'>Canon CameraInfo60D Tags</a>
+ <br>--&gt; <a href='Canon.html#CameraInfoR6'>Canon CameraInfoR6 Tags</a>
<br>--&gt; <a href='Canon.html#CameraInfoPowerShot'>Canon CameraInfoPowerShot Tags</a>
<br>--&gt; <a href='Canon.html#CameraInfoPowerShot2'>Canon CameraInfoPowerShot2 Tags</a>
<br>--&gt; <a href='Canon.html#CameraInfoUnknown32'>Canon CameraInfoUnknown32 Tags</a>
@@ -1770,6 +1772,7 @@ others use a range of 0 to 7 where 0 is no sharpening)</span></span></td></tr>
</tr><tr><td>368</td><td>= Sigma 70mm f/2.8 DG Macro</td>
</tr><tr><td>368</td><td>= Sigma 18-35mm f/1.8 DC HSM | A</td>
</tr><tr><td>368</td><td>= Sigma 24-105mm f/4 DG OS HSM | A</td>
+</tr><tr><td>368</td><td>= Sigma 18-300mm f/3.5-6.3 DC Macro OS HSM | C</td>
</tr><tr><td>488</td><td>= Canon EF-S 15-85mm f/3.5-5.6 IS USM</td>
</tr><tr><td>489</td><td>= Canon EF 70-300mm f/4-5.6L IS USM</td>
</tr><tr><td>490</td><td>= Canon EF 8-15mm f/4L Fisheye USM</td>
@@ -5737,6 +5740,20 @@ versions 1.0.x, but they may be different for other firmware versions.</p>
<td>&nbsp;</td></tr>
</table></td></tr></table></blockquote>
+<h2><a name='CameraInfoR6'>Canon CameraInfoR6 Tags</a></h2>
+<p>CameraInfo tags for the EOS R6.</p>
+<blockquote>
+<table class=frame><tr><td>
+<table class=inner cellspacing=1>
+<tr class=h><th>Index1</th><th>Tag Name</th>
+<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
+<tr>
+<td class=r title='2801 = 0xaf1'>2801</td>
+<td>ShutterCount</td>
+<td class=c>int32u</td>
+<td><span class=s><span class=n>(includes electronic + mechanical shutter)</span></span></td></tr>
+</table></td></tr></table></blockquote>
+
<h2><a name='CameraInfoPowerShot'>Canon CameraInfoPowerShot Tags</a></h2>
<p>CameraInfo tags for PowerShot models such as the A450, A460, A550, A560,
A570, A630, A640, A650, A710, A720, G7, G9, S5, SD40, SD750, SD800, SD850,
@@ -11622,7 +11639,7 @@ SX280, and CR3 images from cameras such as the EOS M50.</p>
<tr class=b>
<td>'CMT3'</td>
<td>MakerNoteCanon</td>
-<td class=c>-</td>
+<td class=c>undef</td>
<td>--&gt; <a href='Canon.html'>Canon Tags</a></td></tr>
<tr>
<td>'CMT4'</td>
@@ -11689,7 +11706,7 @@ SX280, and CR3 images from cameras such as the EOS M50.</p>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Sep 19, 2023</i>
+<br><i>Last revised Oct 26, 2023</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/DNG.html b/html/TagNames/DNG.html
index 8542fa5c..7cf6f5be 100644
--- a/html/TagNames/DNG.html
+++ b/html/TagNames/DNG.html
@@ -304,9 +304,72 @@ information.</p>
<td>&nbsp;</td></tr>
</table></td></tr></table></blockquote>
+<h2><a name='ImageSeq'>DNG ImageSeq Tags</a></h2>
+<blockquote>
+<table class=frame><tr><td>
+<table class=inner cellspacing=1>
+<tr class=h><th>Index1</th><th>Tag Name</th>
+<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
+<tr>
+<td class=r title='0 = 0x0'>0</td>
+<td>SeqID</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='1 = 0x1'>1</td>
+<td>SeqType</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='2 = 0x2'>2</td>
+<td>SeqFrameInfo</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='3 = 0x3'>3</td>
+<td>SeqIndex</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='7 = 0x7'>7</td>
+<td>SeqCount</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='11 = 0xb'>11</td>
+<td>SeqFinal</td>
+<td class=c>no</td>
+<td><span class=s>0 = No
+ <br>1 = Yes</span></td></tr>
+</table></td></tr></table></blockquote>
+
+<h2><a name='ProfileDynamicRange'>DNG ProfileDynamicRange Tags</a></h2>
+<blockquote>
+<table class=frame><tr><td>
+<table class=inner cellspacing=1>
+<tr class=h><th>Index1</th><th>Tag Name</th>
+<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
+<tr>
+<td class=r title='0 = 0x0'>0</td>
+<td>PDRVersion</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='2 = 0x2'>2</td>
+<td>DynamicRange</td>
+<td class=c>no</td>
+<td><span class=s>0 = Standard
+ <br>1 = High</span></td></tr>
+<tr>
+<td class=r title='4 = 0x4'>4</td>
+<td>HintMaxOutputValue</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+</table></td></tr></table></blockquote>
+
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Jun 1, 2022</i>
+<br><i>Last revised Oct 26, 2023</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/EXIF.html b/html/TagNames/EXIF.html
index bead3e1a..c5346b02 100644
--- a/html/TagNames/EXIF.html
+++ b/html/TagNames/EXIF.html
@@ -2815,18 +2815,24 @@ unnecessary clutter)</span></span><table class=cols><tr>
<td class=c>IFD0</td>
<td>--&gt; <a href='PrintIM.html'>PrintIM Tags</a></td></tr>
<tr class=b>
+<td title='0xc519 = 50457'>0xc519</td>
+<td>HasselbladXML</td>
+<td class=c>-</td>
+<td class=c>-</td>
+<td>--&gt; <a href='PLIST.html'>PLIST Tags</a></td></tr>
+<tr>
<td title='0xc51b = 50459'>0xc51b</td>
<td>HasselbladExif</td>
-<td class=c>no</td>
<td class=c>-</td>
-<td>&nbsp;</td></tr>
-<tr>
+<td class=c>-</td>
+<td>--&gt; <a href='EXIF.html'>EXIF Tags</a></td></tr>
+<tr class=b>
<td title='0xc573 = 50547'>0xc573</td>
<td>OriginalFileName</td>
<td class=c>no</td>
<td class=c>-</td>
<td><span class=s><span class=n>(used by some obscure software)</span></span></td></tr>
-<tr class=b>
+<tr>
<td title='0xc580 = 50560'>0xc580</td>
<td>USPTOOriginalContentType</td>
<td class=c>no</td>
@@ -2834,7 +2840,7 @@ unnecessary clutter)</span></span><table class=cols><tr>
<td><span class=s>0 = Text or Drawing
<br>1 = Grayscale
<br>2 = Color</span></td></tr>
-<tr>
+<tr class=b>
<td title='0xc5e0 = 50656'>0xc5e0</td>
<td>CR2CFAPattern</td>
<td class=c>no</td>
@@ -2843,39 +2849,39 @@ unnecessary clutter)</span></span><table class=cols><tr>
<br>4 =&gt; &#39;1 0 2 1&#39; = [Green,Red][Blue,Green]
<br>3 =&gt; &#39;1 2 0 1&#39; = [Green,Blue][Red,Green]
<br>2 =&gt; &#39;2 1 1 0&#39; = [Blue,Green][Green,Red]</span></td></tr>
-<tr class=b>
+<tr>
<td title='0xc612 = 50706'>0xc612</td>
<td>DNGVersion</td>
<td class=c title=' ! = Unsafe'>int8u[4]!</td>
<td class=c>IFD0</td>
-<td><span class=s><span class=n>(tags 0xc612-0xcd3b are defined by the DNG specification unless otherwise
+<td><span class=s><span class=n>(tags 0xc612-0xcd48 are defined by the DNG specification unless otherwise
noted. See <a href="https://helpx.adobe.com/photoshop/digital-negative.html">https://helpx.adobe.com/photoshop/digital-negative.html</a> for
the specification)</span></span></td></tr>
-<tr>
+<tr class=b>
<td title='0xc613 = 50707'>0xc613</td>
<td>DNGBackwardVersion</td>
<td class=c title=' ! = Unsafe'>int8u[4]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc614 = 50708'>0xc614</td>
<td>UniqueCameraModel</td>
<td class=c>string</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc615 = 50709'>0xc615</td>
<td>LocalizedCameraModel</td>
<td class=c>string</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc616 = 50710'>0xc616</td>
<td>CFAPlaneColor</td>
<td class=c>no</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc617 = 50711'>0xc617</td>
<td>CFALayout</td>
<td class=c>no</td>
@@ -2889,175 +2895,175 @@ the specification)</span></span></td></tr>
<br>7 = Even rows offset up by 1/2 row, even columns offset right by 1/2 column
<br>8 = Even rows offset down by 1/2 row, even columns offset left by 1/2 column
<br>9 = Even rows offset down by 1/2 row, even columns offset right by 1/2 column</span></td></tr>
-<tr class=b>
+<tr>
<td title='0xc618 = 50712'>0xc618</td>
<td>LinearizationTable</td>
<td class=c title=' ! = Unsafe'>int16u[n]!</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc619 = 50713'>0xc619</td>
<td>BlackLevelRepeatDim</td>
<td class=c title=' ! = Unsafe'>int16u[2]!</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc61a = 50714'>0xc61a</td>
<td>BlackLevel</td>
<td class=c title=' ! = Unsafe'>rational64u[n]!</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc61b = 50715'>0xc61b</td>
<td>BlackLevelDeltaH</td>
<td class=c title=' ! = Unsafe'>rational64s[n]!</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc61c = 50716'>0xc61c</td>
<td>BlackLevelDeltaV</td>
<td class=c title=' ! = Unsafe'>rational64s[n]!</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc61d = 50717'>0xc61d</td>
<td>WhiteLevel</td>
<td class=c title=' ! = Unsafe'>int32u[n]!</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc61e = 50718'>0xc61e</td>
<td>DefaultScale</td>
<td class=c title=' ! = Unsafe'>rational64u[2]!</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc61f = 50719'>0xc61f</td>
<td>DefaultCropOrigin</td>
<td class=c title=' ! = Unsafe'>int32u[2]!</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc620 = 50720'>0xc620</td>
<td>DefaultCropSize</td>
<td class=c title=' ! = Unsafe'>int32u[2]!</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc621 = 50721'>0xc621</td>
<td>ColorMatrix1</td>
<td class=c title=' ! = Unsafe'>rational64s[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc622 = 50722'>0xc622</td>
<td>ColorMatrix2</td>
<td class=c title=' ! = Unsafe'>rational64s[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc623 = 50723'>0xc623</td>
<td>CameraCalibration1</td>
<td class=c title=' ! = Unsafe'>rational64s[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc624 = 50724'>0xc624</td>
<td>CameraCalibration2</td>
<td class=c title=' ! = Unsafe'>rational64s[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc625 = 50725'>0xc625</td>
<td>ReductionMatrix1</td>
<td class=c title=' ! = Unsafe'>rational64s[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc626 = 50726'>0xc626</td>
<td>ReductionMatrix2</td>
<td class=c title=' ! = Unsafe'>rational64s[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc627 = 50727'>0xc627</td>
<td>AnalogBalance</td>
<td class=c title=' ! = Unsafe'>rational64u[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc628 = 50728'>0xc628</td>
<td>AsShotNeutral</td>
<td class=c title=' ! = Unsafe'>rational64u[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc629 = 50729'>0xc629</td>
<td>AsShotWhiteXY</td>
<td class=c title=' ! = Unsafe'>rational64u[2]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc62a = 50730'>0xc62a</td>
<td>BaselineExposure</td>
<td class=c title=' ! = Unsafe'>rational64s!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc62b = 50731'>0xc62b</td>
<td>BaselineNoise</td>
<td class=c title=' ! = Unsafe'>rational64u!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc62c = 50732'>0xc62c</td>
<td>BaselineSharpness</td>
<td class=c title=' ! = Unsafe'>rational64u!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc62d = 50733'>0xc62d</td>
<td>BayerGreenSplit</td>
<td class=c title=' ! = Unsafe'>int32u!</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc62e = 50734'>0xc62e</td>
<td>LinearResponseLimit</td>
<td class=c title=' ! = Unsafe'>rational64u!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc62f = 50735'>0xc62f</td>
<td>CameraSerialNumber</td>
<td class=c>string</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc630 = 50736'>0xc630</td>
<td>DNGLensInfo</td>
<td class=c>rational64u[4]</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc631 = 50737'>0xc631</td>
<td>ChromaBlurRadius</td>
<td class=c title=' ! = Unsafe'>rational64u!</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc632 = 50738'>0xc632</td>
<td>AntiAliasStrength</td>
<td class=c title=' ! = Unsafe'>rational64u!</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc633 = 50739'>0xc633</td>
<td>ShadowScale</td>
<td class=c title=' ! = Unsafe'>rational64u!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc634 = 50740'>0xc634</td>
<td>SR2Private
<br>DNGAdobeData
@@ -3074,183 +3080,185 @@ the specification)</span></span></td></tr>
<br>--&gt; <a href='Pentax.html'>Pentax Tags</a>
<br>--&gt; <a href='Pentax.html'>Pentax Tags</a>
<br>--&gt; <a href='DJI.html#Info'>DJI Info Tags</a></td></tr>
-<tr>
+<tr class=b>
<td title='0xc635 = 50741'>0xc635</td>
<td>MakerNoteSafety</td>
<td class=c>int16u</td>
<td class=c>IFD0</td>
<td><span class=s>0 = Unsafe
<br>1 = Safe</span></td></tr>
-<tr class=b>
+<tr>
<td title='0xc640 = 50752'>0xc640</td>
<td>RawImageSegmentation</td>
<td class=c>no</td>
<td class=c>-</td>
<td><span class=s><span class=n>(used in segmented Canon CR2 images. 3 numbers: 1. Number of segments minus
one; 2. Pixel width of segments except last; 3. Pixel width of last segment)</span></span></td></tr>
-<tr>
+<tr class=b>
<td title='0xc65a = 50778'>0xc65a</td>
<td>CalibrationIlluminant1</td>
<td class=c title=' ! = Unsafe'>int16u!</td>
<td class=c>IFD0</td>
<td>--&gt; <a href='EXIF.html#LightSource'>EXIF LightSource Values</a></td></tr>
-<tr class=b>
+<tr>
<td title='0xc65b = 50779'>0xc65b</td>
<td>CalibrationIlluminant2</td>
<td class=c title=' ! = Unsafe'>int16u!</td>
<td class=c>IFD0</td>
<td>--&gt; <a href='EXIF.html#LightSource'>EXIF LightSource Values</a></td></tr>
-<tr>
+<tr class=b>
<td title='0xc65c = 50780'>0xc65c</td>
<td>BestQualityScale</td>
<td class=c title=' ! = Unsafe'>rational64u!</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc65d = 50781'>0xc65d</td>
<td>RawDataUniqueID</td>
<td class=c title=' ! = Unsafe'>int8u[16]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc660 = 50784'>0xc660</td>
<td>AliasLayerMetadata</td>
<td class=c>no</td>
<td class=c>-</td>
<td><span class=s><span class=n>(used by Alias Sketchbook Pro)</span></span></td></tr>
-<tr class=b>
+<tr>
<td title='0xc68b = 50827'>0xc68b</td>
<td>OriginalRawFileName</td>
<td class=c title=' ! = Unsafe'>string!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc68c = 50828'>0xc68c</td>
<td>OriginalRawFileData</td>
<td class=c title=' ! = Unsafe'>undef!</td>
<td class=c>IFD0</td>
<td>--&gt; <a href='DNG.html#OriginalRaw'>DNG OriginalRaw Tags</a></td></tr>
-<tr class=b>
+<tr>
<td title='0xc68d = 50829'>0xc68d</td>
<td>ActiveArea</td>
<td class=c title=' ! = Unsafe'>int32u[4]!</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc68e = 50830'>0xc68e</td>
<td>MaskedAreas</td>
<td class=c title=' ! = Unsafe'>int32u[n]!</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc68f = 50831'>0xc68f</td>
<td>AsShotICCProfile</td>
<td class=c title=' ! = Unsafe'>undef!</td>
<td class=c>IFD0</td>
<td>--&gt; <a href='ICC_Profile.html'>ICC_Profile Tags</a></td></tr>
-<tr>
+<tr class=b>
<td title='0xc690 = 50832'>0xc690</td>
<td>AsShotPreProfileMatrix</td>
<td class=c title=' ! = Unsafe'>rational64s[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc691 = 50833'>0xc691</td>
<td>CurrentICCProfile</td>
<td class=c title=' ! = Unsafe'>undef!</td>
<td class=c>IFD0</td>
<td>--&gt; <a href='ICC_Profile.html'>ICC_Profile Tags</a></td></tr>
-<tr>
+<tr class=b>
<td title='0xc692 = 50834'>0xc692</td>
<td>CurrentPreProfileMatrix</td>
<td class=c title=' ! = Unsafe'>rational64s[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc6bf = 50879'>0xc6bf</td>
<td>ColorimetricReference</td>
<td class=c title=' ! = Unsafe'>int16u!</td>
<td class=c>IFD0</td>
-<td>&nbsp;</td></tr>
-<tr>
+<td><span class=s>0 = Scene-referred
+ <br>1 = Output-referred (ICC Profile Dynamic Range)
+ <br>2 = Output-referred (High Dyanmic Range)</span></td></tr>
+<tr class=b>
<td title='0xc6c5 = 50885'>0xc6c5</td>
<td>SRawType</td>
<td class=c>no</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc6d2 = 50898'>0xc6d2</td>
<td>PanasonicTitle</td>
<td class=c>undef</td>
<td class=c>IFD0</td>
<td><span class=s><span class=n>(proprietary Panasonic tag used for baby/pet name, etc)</span></span></td></tr>
-<tr>
+<tr class=b>
<td title='0xc6d3 = 50899'>0xc6d3</td>
<td>PanasonicTitle2</td>
<td class=c>undef</td>
<td class=c>IFD0</td>
<td><span class=s><span class=n>(proprietary Panasonic tag used for baby/pet name with age)</span></span></td></tr>
-<tr class=b>
+<tr>
<td title='0xc6f3 = 50931'>0xc6f3</td>
<td>CameraCalibrationSig</td>
<td class=c title=' ! = Unsafe'>string!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc6f4 = 50932'>0xc6f4</td>
<td>ProfileCalibrationSig</td>
<td class=c title=' ! = Unsafe'>string!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc6f5 = 50933'>0xc6f5</td>
<td>ProfileIFD</td>
<td class=c>-</td>
<td class=c>IFD0</td>
<td>--&gt; <a href='EXIF.html'>EXIF Tags</a></td></tr>
-<tr>
+<tr class=b>
<td title='0xc6f6 = 50934'>0xc6f6</td>
<td>AsShotProfileName</td>
<td class=c title=' ! = Unsafe'>string!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc6f7 = 50935'>0xc6f7</td>
<td>NoiseReductionApplied</td>
<td class=c title=' ! = Unsafe'>rational64u!</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc6f8 = 50936'>0xc6f8</td>
<td>ProfileName</td>
<td class=c title=' ! = Unsafe'>string!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc6f9 = 50937'>0xc6f9</td>
<td>ProfileHueSatMapDims</td>
<td class=c title=' ! = Unsafe'>int32u[3]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc6fa = 50938'>0xc6fa</td>
<td>ProfileHueSatMapData1</td>
<td class=c title=' ! = Unsafe'>float[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc6fb = 50939'>0xc6fb</td>
<td>ProfileHueSatMapData2</td>
<td class=c title=' ! = Unsafe'>float[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc6fc = 50940'>0xc6fc</td>
<td>ProfileToneCurve</td>
<td class=c title=' ! = Unsafe'>float[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc6fd = 50941'>0xc6fd</td>
<td>ProfileEmbedPolicy</td>
<td class=c title=' ! = Unsafe'>int32u!</td>
@@ -3259,49 +3267,49 @@ one; 2. Pixel width of segments except last; 3. Pixel width of last segment)</sp
<br>1 = Embed if Used
<br>2 = Never Embed
<br>3 = No Restrictions</span></td></tr>
-<tr>
+<tr class=b>
<td title='0xc6fe = 50942'>0xc6fe</td>
<td>ProfileCopyright</td>
<td class=c title=' ! = Unsafe'>string!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc714 = 50964'>0xc714</td>
<td>ForwardMatrix1</td>
<td class=c title=' ! = Unsafe'>rational64s[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc715 = 50965'>0xc715</td>
<td>ForwardMatrix2</td>
<td class=c title=' ! = Unsafe'>rational64s[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc716 = 50966'>0xc716</td>
<td>PreviewApplicationName</td>
<td class=c title=' ! = Unsafe'>string!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc717 = 50967'>0xc717</td>
<td>PreviewApplicationVersion</td>
<td class=c title=' ! = Unsafe'>string!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc718 = 50968'>0xc718</td>
<td>PreviewSettingsName</td>
<td class=c title=' ! = Unsafe'>string!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc719 = 50969'>0xc719</td>
<td>PreviewSettingsDigest</td>
<td class=c title=' ! = Unsafe'>int8u!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc71a = 50970'>0xc71a</td>
<td>PreviewColorSpace</td>
<td class=c title=' ! = Unsafe'>int32u!</td>
@@ -3311,49 +3319,49 @@ one; 2. Pixel width of segments except last; 3. Pixel width of last segment)</sp
<br>2 = sRGB
<br>3 = Adobe RGB
<br>4 = ProPhoto RGB</span></td></tr>
-<tr>
+<tr class=b>
<td title='0xc71b = 50971'>0xc71b</td>
<td>PreviewDateTime</td>
<td class=c title=' ! = Unsafe'>string!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc71c = 50972'>0xc71c</td>
<td>RawImageDigest</td>
<td class=c title=' ! = Unsafe'>int8u[16]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc71d = 50973'>0xc71d</td>
<td>OriginalRawFileDigest</td>
<td class=c title=' ! = Unsafe'>int8u[16]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc71e = 50974'>0xc71e</td>
<td>SubTileBlockSize</td>
<td class=c>no</td>
<td class=c>-</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc71f = 50975'>0xc71f</td>
<td>RowInterleaveFactor</td>
<td class=c>no</td>
<td class=c>-</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc725 = 50981'>0xc725</td>
<td>ProfileLookTableDims</td>
<td class=c title=' ! = Unsafe'>int32u[3]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc726 = 50982'>0xc726</td>
<td>ProfileLookTableData</td>
<td class=c title=' ! = Unsafe'>float[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc740 = 51008'>0xc740</td>
<td>OpcodeList1</td>
<td class=c title=' ~ = Writable only with -n
@@ -3375,7 +3383,7 @@ one; 2. Pixel width of segments except last; 3. Pixel width of last segment)</sp
<br>13 = ScalePerColumn
<br>14 = WarpRectilinear2</td></tr></table>
</td></tr>
-<tr>
+<tr class=b>
<td title='0xc741 = 51009'>0xc741</td>
<td>OpcodeList2</td>
<td class=c title=' ~ = Writable only with -n
@@ -3397,7 +3405,7 @@ one; 2. Pixel width of segments except last; 3. Pixel width of last segment)</sp
<br>13 = ScalePerColumn
<br>14 = WarpRectilinear2</td></tr></table>
</td></tr>
-<tr class=b>
+<tr>
<td title='0xc74e = 51022'>0xc74e</td>
<td>OpcodeList3</td>
<td class=c title=' ~ = Writable only with -n
@@ -3419,118 +3427,118 @@ one; 2. Pixel width of segments except last; 3. Pixel width of last segment)</sp
<br>13 = ScalePerColumn
<br>14 = WarpRectilinear2</td></tr></table>
</td></tr>
-<tr>
+<tr class=b>
<td title='0xc761 = 51041'>0xc761</td>
<td>NoiseProfile</td>
<td class=c title=' ! = Unsafe'>double[n]!</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc763 = 51043'>0xc763</td>
<td>TimeCodes</td>
<td class=c>int8u[n]</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc764 = 51044'>0xc764</td>
<td>FrameRate</td>
<td class=c>rational64s</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc772 = 51058'>0xc772</td>
<td>TStop</td>
<td class=c>rational64u[n]</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc789 = 51081'>0xc789</td>
<td>ReelName</td>
<td class=c>string</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc791 = 51089'>0xc791</td>
<td>OriginalDefaultFinalSize</td>
<td class=c title=' ! = Unsafe'>int32u[2]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc792 = 51090'>0xc792</td>
<td>OriginalBestQualitySize</td>
<td class=c title=' ! = Unsafe'>int32u[2]!</td>
<td class=c>IFD0</td>
<td><span class=s><span class=n>(called OriginalBestQualityFinalSize by the DNG spec)</span></span></td></tr>
-<tr class=b>
+<tr>
<td title='0xc793 = 51091'>0xc793</td>
<td>OriginalDefaultCropSize</td>
<td class=c title=' ! = Unsafe'>rational64u[2]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc7a1 = 51105'>0xc7a1</td>
<td>CameraLabel</td>
<td class=c>string</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc7a3 = 51107'>0xc7a3</td>
<td>ProfileHueSatMapEncoding</td>
<td class=c title=' ! = Unsafe'>int32u!</td>
<td class=c>IFD0</td>
<td><span class=s>0 = Linear
<br>1 = sRGB</span></td></tr>
-<tr>
+<tr class=b>
<td title='0xc7a4 = 51108'>0xc7a4</td>
<td>ProfileLookTableEncoding</td>
<td class=c title=' ! = Unsafe'>int32u!</td>
<td class=c>IFD0</td>
<td><span class=s>0 = Linear
<br>1 = sRGB</span></td></tr>
-<tr class=b>
+<tr>
<td title='0xc7a5 = 51109'>0xc7a5</td>
<td>BaselineExposureOffset</td>
<td class=c title=' ! = Unsafe'>rational64s!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc7a6 = 51110'>0xc7a6</td>
<td>DefaultBlackRender</td>
<td class=c title=' ! = Unsafe'>int32u!</td>
<td class=c>IFD0</td>
<td><span class=s>0 = Auto
<br>1 = None</span></td></tr>
-<tr class=b>
+<tr>
<td title='0xc7a7 = 51111'>0xc7a7</td>
<td>NewRawImageDigest</td>
<td class=c title=' ! = Unsafe'>int8u[16]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc7a8 = 51112'>0xc7a8</td>
<td>RawToPreviewGain</td>
<td class=c title=' ! = Unsafe'>double!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc7aa = 51114'>0xc7aa</td>
<td>CacheVersion</td>
<td class=c title=' ! = Unsafe'>int32u!</td>
<td class=c>SubIFD2</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc7b5 = 51125'>0xc7b5</td>
<td>DefaultUserCrop</td>
<td class=c title=' ! = Unsafe'>rational64u[4]!</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc7d5 = 51157'>0xc7d5</td>
<td>NikonNEFInfo</td>
<td class=c>-</td>
<td class=c>-</td>
<td>--&gt; <a href='Nikon.html#NEFInfo'>Nikon NEFInfo Tags</a></td></tr>
-<tr>
+<tr class=b>
<td title='0xc7e9 = 51177'>0xc7e9</td>
<td>DepthFormat</td>
<td class=c title=' ! = Unsafe'>int16u!</td>
@@ -3539,26 +3547,26 @@ one; 2. Pixel width of segments except last; 3. Pixel width of last segment)</sp
<br>0 = Unknown
<br>1 = Linear
<br>2 = Inverse</span></td></tr>
-<tr class=b>
+<tr>
<td title='0xc7ea = 51178'>0xc7ea</td>
<td>DepthNear</td>
<td class=c title=' ! = Unsafe'>rational64u!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xc7eb = 51179'>0xc7eb</td>
<td>DepthFar</td>
<td class=c title=' ! = Unsafe'>rational64u!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xc7ec = 51180'>0xc7ec</td>
<td>DepthUnits</td>
<td class=c title=' ! = Unsafe'>int16u!</td>
<td class=c>IFD0</td>
<td><span class=s>0 = Unknown
<br>1 = Meters</span></td></tr>
-<tr>
+<tr class=b>
<td title='0xc7ed = 51181'>0xc7ed</td>
<td>DepthMeasureType</td>
<td class=c title=' ! = Unsafe'>int16u!</td>
@@ -3566,109 +3574,145 @@ one; 2. Pixel width of segments except last; 3. Pixel width of last segment)</sp
<td><span class=s>0 = Unknown
<br>1 = Optical Axis
<br>2 = Optical Ray</span></td></tr>
-<tr class=b>
+<tr>
<td title='0xc7ee = 51182'>0xc7ee</td>
<td>EnhanceParams</td>
<td class=c title=' ! = Unsafe'>string!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xcd2d = 52525'>0xcd2d</td>
<td>ProfileGainTableMap</td>
<td class=c title=' ! = Unsafe'>undef!</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xcd2e = 52526'>0xcd2e</td>
<td>SemanticName</td>
<td class=c>no</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xcd30 = 52528'>0xcd30</td>
<td>SemanticInstanceID</td>
<td class=c>no</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xcd31 = 52529'>0xcd31</td>
<td>CalibrationIlluminant3</td>
<td class=c title=' ! = Unsafe'>int16u!</td>
<td class=c>IFD0</td>
<td>--&gt; <a href='EXIF.html#LightSource'>EXIF LightSource Values</a></td></tr>
-<tr>
+<tr class=b>
<td title='0xcd32 = 52530'>0xcd32</td>
<td>CameraCalibration3</td>
<td class=c title=' ! = Unsafe'>rational64s[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xcd33 = 52531'>0xcd33</td>
<td>ColorMatrix3</td>
<td class=c title=' ! = Unsafe'>rational64s[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xcd34 = 52532'>0xcd34</td>
<td>ForwardMatrix3</td>
<td class=c title=' ! = Unsafe'>rational64s[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xcd35 = 52533'>0xcd35</td>
<td>IlluminantData1</td>
<td class=c title=' ! = Unsafe'>undef!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xcd36 = 52534'>0xcd36</td>
<td>IlluminantData2</td>
<td class=c title=' ! = Unsafe'>undef!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xcd37 = 52535'>0xcd37</td>
<td>IlluminantData3</td>
<td class=c title=' ! = Unsafe'>undef!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xcd38 = 52536'>0xcd38</td>
<td>MaskSubArea</td>
<td class=c>no</td>
<td class=c>SubIFD</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xcd39 = 52537'>0xcd39</td>
<td>ProfileHueSatMapData3</td>
<td class=c title=' ! = Unsafe'>float[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xcd3a = 52538'>0xcd3a</td>
<td>ReductionMatrix3</td>
<td class=c title=' ! = Unsafe'>rational64s[n]!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xcd3b = 52539'>0xcd3b</td>
<td>RGBTables</td>
<td class=c title=' ! = Unsafe'>undef!</td>
<td class=c>IFD0</td>
<td>&nbsp;</td></tr>
+<tr class=b>
+<td title='0xcd40 = 52544'>0xcd40</td>
+<td>ProfileGainTableMap2</td>
+<td class=c title=' ! = Unsafe'>undef!</td>
+<td class=c>IFD0</td>
+<td>&nbsp;</td></tr>
<tr>
+<td title='0xcd43 = 52547'>0xcd43</td>
+<td>ColumnInterleaveFactor</td>
+<td class=c title=' ! = Unsafe'>int32u!</td>
+<td class=c>SubIFD</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td title='0xcd44 = 52548'>0xcd44</td>
+<td>ImageSequenceInfo</td>
+<td class=c>undef</td>
+<td class=c>IFD0</td>
+<td>--&gt; <a href='DNG.html#ImageSeq'>DNG ImageSeq Tags</a></td></tr>
+<tr>
+<td title='0xcd46 = 52550'>0xcd46</td>
+<td>ImageStats</td>
+<td class=c title=' ! = Unsafe'>undef!</td>
+<td class=c>IFD0</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td title='0xcd47 = 52551'>0xcd47</td>
+<td>ProfileDynamicRange</td>
+<td class=c>undef</td>
+<td class=c>IFD0</td>
+<td>--&gt; <a href='DNG.html#ProfileDynamicRange'>DNG ProfileDynamicRange Tags</a></td></tr>
+<tr>
+<td title='0xcd48 = 52552'>0xcd48</td>
+<td>ProfileGroupName</td>
+<td class=c title=' ! = Unsafe'>string!</td>
+<td class=c>IFD0</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
<td title='0xea1c = 59932'>0xea1c</td>
<td>Padding</td>
<td class=c title=' ! = Unsafe'>undef!</td>
<td class=c>ExifIFD</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xea1d = 59933'>0xea1d</td>
<td>OffsetSchema</td>
<td class=c title=' ! = Unsafe'>int32s!</td>
<td class=c>ExifIFD</td>
<td><span class=s><span class=n>(Microsoft&#39;s ill-conceived maker note offset difference)</span></span></td></tr>
-<tr>
+<tr class=b>
<td title='0xfde8 = 65000'>0xfde8</td>
<td>OwnerName</td>
<td class=c title=' / = Avoid'>string/</td>
@@ -3676,86 +3720,86 @@ one; 2. Pixel width of segments except last; 3. Pixel width of last segment)</sp
<td><span class=s><span class=n>(tags 0xfde8-0xfdea and 0xfe4c-0xfe58 are generated by Photoshop Camera RAW.
Some names are the same as other EXIF tags, but ExifTool will avoid writing
these unless they already exist in the file)</span></span></td></tr>
-<tr class=b>
+<tr>
<td title='0xfde9 = 65001'>0xfde9</td>
<td>SerialNumber</td>
<td class=c title=' / = Avoid'>string/</td>
<td class=c>ExifIFD</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xfdea = 65002'>0xfdea</td>
<td>Lens</td>
<td class=c title=' / = Avoid'>string/</td>
<td class=c>ExifIFD</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xfe00 = 65024'>0xfe00</td>
<td>KDC_IFD</td>
<td class=c>-</td>
<td class=c>-</td>
<td>--&gt; <a href='Kodak.html#KDC_IFD'>Kodak KDC_IFD Tags</a>
<br><span class='n s'>(used in some Kodak KDC images)</span></td></tr>
-<tr>
+<tr class=b>
<td title='0xfe4c = 65100'>0xfe4c</td>
<td>RawFile</td>
<td class=c title=' / = Avoid'>string/</td>
<td class=c>ExifIFD</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xfe4d = 65101'>0xfe4d</td>
<td>Converter</td>
<td class=c title=' / = Avoid'>string/</td>
<td class=c>ExifIFD</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xfe4e = 65102'>0xfe4e</td>
<td>WhiteBalance</td>
<td class=c title=' / = Avoid'>string/</td>
<td class=c>ExifIFD</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xfe51 = 65105'>0xfe51</td>
<td>Exposure</td>
<td class=c title=' / = Avoid'>string/</td>
<td class=c>ExifIFD</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xfe52 = 65106'>0xfe52</td>
<td>Shadows</td>
<td class=c title=' / = Avoid'>string/</td>
<td class=c>ExifIFD</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xfe53 = 65107'>0xfe53</td>
<td>Brightness</td>
<td class=c title=' / = Avoid'>string/</td>
<td class=c>ExifIFD</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xfe54 = 65108'>0xfe54</td>
<td>Contrast</td>
<td class=c title=' / = Avoid'>string/</td>
<td class=c>ExifIFD</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xfe55 = 65109'>0xfe55</td>
<td>Saturation</td>
<td class=c title=' / = Avoid'>string/</td>
<td class=c>ExifIFD</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xfe56 = 65110'>0xfe56</td>
<td>Sharpness</td>
<td class=c title=' / = Avoid'>string/</td>
<td class=c>ExifIFD</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td title='0xfe57 = 65111'>0xfe57</td>
<td>Smoothness</td>
<td class=c title=' / = Avoid'>string/</td>
<td class=c>ExifIFD</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td title='0xfe58 = 65112'>0xfe58</td>
<td>MoireFilter</td>
<td class=c title=' / = Avoid'>string/</td>
@@ -3815,6 +3859,7 @@ these unless they already exist in the file)</span></span></td></tr>
</tr><tr><td class=r>34927</td><td>= WebP</td>
</tr><tr><td class=r>34933</td><td>= PNG</td>
</tr><tr><td class=r>34934</td><td>= JPEG XR</td>
+</tr><tr><td class=r>52546</td><td>= JPEG XL</td>
</tr><tr><td class=r>65000</td><td>= Kodak DCR Compressed</td>
</tr><tr><td class=r>65535</td><td>= Pentax PEF Compressed</td>
</tr></table></td></tr></table></blockquote>
@@ -3886,7 +3931,7 @@ these unless they already exist in the file)</span></span></td></tr>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Jun 8, 2023</i>
+<br><i>Last revised Oct 26, 2023</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/Extra.html b/html/TagNames/Extra.html
index 7182906d..7d979886 100644
--- a/html/TagNames/Extra.html
+++ b/html/TagNames/Extra.html
@@ -430,53 +430,58 @@ unless specifically requested or the API <a href="../ExifTool.html#RequestAll">R
<code>&quot;-modifydate&lt;now&quot;</code>. Not generated unless specifically requested or the
API <a href="../ExifTool.html#RequestAll">RequestAll</a> option is set)</span></span></td></tr>
<tr class=b>
+<td>NumPlanes</td>
+<td class=c>no</td>
+<td class=c>File</td>
+<td><span class=s><span class=n>(number of color planes)</span></span></td></tr>
+<tr>
<td>OtherImage</td>
<td class=c>no</td>
<td class=c>File</td>
<td><span class=s><span class=n>(other JPEG-format embedded image)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PageCount</td>
<td class=c>no</td>
<td class=c>File</td>
<td><span class=s><span class=n>(the number of pages in a multi-page TIFF document)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PreviewImage</td>
<td class=c>yes</td>
<td class=c>File</td>
<td><span class=s><span class=n>(JPEG-format embedded preview image)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PreviewPDF</td>
<td class=c>no</td>
<td class=c>File</td>
<td><span class=s><span class=n>(PDF-format embedded preview image)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PreviewPNG</td>
<td class=c>no</td>
<td class=c>File</td>
<td><span class=s><span class=n>(PNG-format embedded preview image)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PreviewTIFF</td>
<td class=c>no</td>
<td class=c>File</td>
<td><span class=s><span class=n>(TIFF-format embedded preview image)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PreviewWMF</td>
<td class=c>no</td>
<td class=c>File</td>
<td><span class=s><span class=n>(WMF-format embedded preview image)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>ProcessingTime</td>
<td class=c>no</td>
<td class=c>ExifTool</td>
<td><span class=s><span class=n>(the clock time in seconds taken by ExifTool to extract information from this
file. Not generated unless specifically requested or the <a href="../ExifTool.html#RequestAll">RequestAll</a> API
option is set. Requires Time::HiRes)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RAFVersion</td>
<td class=c>no</td>
<td class=c>File</td>
<td><span class=s><span class=n>(RAF file version number)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>ResourceForkSize</td>
<td class=c>no</td>
<td class=c>System</td>
@@ -485,13 +490,13 @@ tag is generated the <a href="../ExifTool.html#ExtractEmbedded">ExtractEmbedded<
resource-fork information as a sub-document. When writing, the resource
fork is preserved by default, but it may be deleted with <code>-rsrc:all=</code> on
the command line)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>SphericalVideoXML</td>
<td class=c title=' ! = Unsafe'>yes!</td>
<td class=c>GSpherical</td>
<td><span class=s><span class=n>(the SphericalVideoXML block from MP4/MOV videos. This tag is generated only
if specifically requested)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>SymLink</td>
<td class=c title=' ! = Unsafe'>yes!</td>
<td class=c>-</td>
@@ -504,25 +509,25 @@ symbolic links. Note that subsequent editing of the file via the symbolic
link by exiftool will cause the link to be replaced by the edited file
without changing the original unless the -overwrite_original_in_place option
is used)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>TestName</td>
<td class=c title=' ! = Unsafe'>yes!</td>
<td class=c>-</td>
<td><span class=s><span class=n>(this write-only tag may be used instead of FileName for dry-run tests of the
file renaming feature. Writing this tag prints the old and new file names
to the console, but does not affect the file itself)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>ThumbnailImage</td>
<td class=c>no</td>
<td class=c>File</td>
<td><span class=s><span class=n>(JPEG-format embedded thumbnail image)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>Trailer</td>
<td class=c title=' ! = Unsafe'>yes!</td>
<td class=c>File</td>
<td><span class=s><span class=n>(the full JPEG trailer data block. Extracted only if specifically requested
or the API RequestAll option is set to 3 or higher)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>Validate</td>
<td class=c>no</td>
<td class=c>ExifTool</td>
@@ -532,7 +537,7 @@ additional validation checks when extracting metadata. Returns the number
of errors, warnings and minor warnings encountered. Note that the Validate
feature focuses mainly on validation of EXIF/TIFF metadata)</span>
<br>&#39;0 0 0&#39; = OK</span></td></tr>
-<tr class=b>
+<tr>
<td>Warning</td>
<td class=c>no</td>
<td class=c>ExifTool</td>
@@ -541,28 +546,28 @@ Use the -a or <a href="../ExifTool.html#Duplicates">Duplicates</a> option to see
occurred. Minor warnings may be ignored with the -m or <a href="../ExifTool.html#IgnoreMinorErrors">IgnoreMinorErrors</a>
option. Minor warnings with a capital &quot;M&quot; in the &quot;[Minor]&quot; designation
indicate that the processing is affected by ignoring the warning)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>XML</td>
<td class=c>no</td>
<td class=c>XML</td>
<td><span class=s><span class=n>(the XML data block, extracted for some file types)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>XMP</td>
<td class=c title=' ! = Unsafe'>yes!</td>
<td class=c>XMP</td>
<td><span class=s><span class=n>(the XMP data block, but note that extended XMP in JPEG images may be split
into multiple blocks. This tag is generated only if specifically requested)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>XResolution</td>
<td class=c>no</td>
<td class=c>File</td>
<td><span class=s><span class=n>(the horizontal pixel resolution)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>YResolution</td>
<td class=c>no</td>
<td class=c>File</td>
<td><span class=s><span class=n>(the vertical pixel resolution)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>ZoneIdentifier</td>
<td class=c title=' ! = Unsafe'>yes!</td>
<td class=c>System</td>
@@ -574,7 +579,7 @@ stream. Requires Win32API::File)</span></span></td></tr>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Jun 28, 2023</i>
+<br><i>Last revised Oct 16, 2023</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/Nikon.html b/html/TagNames/Nikon.html
index 5b63c977..f48e2865 100644
--- a/html/TagNames/Nikon.html
+++ b/html/TagNames/Nikon.html
@@ -2351,6 +2351,13 @@ firmware 1.00 and earlier.</p>
<td class=c>int32u</td>
<td>&nbsp;</td></tr>
<tr class=b>
+<td class=r title='671 = 0x29f'>671.1</td>
+<td>JPGCompression</td>
+<td class=c>int8u</td>
+<td><span class=s>[val &gt;&gt; 6 &amp; 0x1]
+ <br>0 = Size Priority
+ <br>1 = Optimal Quality</span></td></tr>
+<tr>
<td class=r title='718 = 0x2ce'>718</td>
<td>CustomSettingsD3S</td>
<td class=c>-</td>
@@ -4192,7 +4199,7 @@ firmware 1.01b.</p>
</table></td></tr></table></blockquote>
<h2><a name='MenuSettingsZ7II'>Nikon MenuSettingsZ7II Tags</a></h2>
-<p>These tags are used by the Z5, Z6, Z7, Z6II, Z7II, Z50 and Zfc.</p>
+<p>These tags are used by the Z5, Z6, Z7, Z6II, Z7II, Z50, Zfc and Zf.</p>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
@@ -4964,9 +4971,10 @@ firmware 1.01b.</p>
<td><table class=cols><tr>
<td>0 = Off
<br>1 = Auto
- <br>2 = People</td><td>&nbsp;&nbsp;</td>
- <td>3 = Animals
- <br>4 = Vehicles
+ <br>2 = People
+ <br>3 = Animals</td><td>&nbsp;&nbsp;</td>
+ <td>4 = Vehicles
+ <br>5 = Birds
<br>6 = Airplanes</td></tr></table>
</td></tr>
<tr>
@@ -5233,9 +5241,10 @@ firmware 1.01b.</p>
<td><table class=cols><tr>
<td>0 = Off
<br>1 = Auto
- <br>2 = People</td><td>&nbsp;&nbsp;</td>
- <td>3 = Animals
- <br>4 = Vehicles
+ <br>2 = People
+ <br>3 = Animals</td><td>&nbsp;&nbsp;</td>
+ <td>4 = Vehicles
+ <br>5 = Birds
<br>6 = Airplanes</td></tr></table>
</td></tr>
<tr class=b>
@@ -6621,9 +6630,10 @@ firmware 1.01b.</p>
<td><table class=cols><tr>
<td>0 = Off
<br>1 = Auto
- <br>2 = People</td><td>&nbsp;&nbsp;</td>
- <td>3 = Animals
- <br>4 = Vehicles
+ <br>2 = People
+ <br>3 = Animals</td><td>&nbsp;&nbsp;</td>
+ <td>4 = Vehicles
+ <br>5 = Birds
<br>6 = Airplanes</td></tr></table>
</td></tr>
<tr>
@@ -6877,9 +6887,10 @@ firmware 1.01b.</p>
<td><table class=cols><tr>
<td>0 = Off
<br>1 = Auto
- <br>2 = People</td><td>&nbsp;&nbsp;</td>
- <td>3 = Animals
- <br>4 = Vehicles
+ <br>2 = People
+ <br>3 = Animals</td><td>&nbsp;&nbsp;</td>
+ <td>4 = Vehicles
+ <br>5 = Birds
<br>6 = Airplanes</td></tr></table>
</td></tr>
<tr class=b>
@@ -7373,9 +7384,10 @@ firmware 1.01b.</p>
<td><table class=cols><tr>
<td>0 = Off
<br>1 = Auto
- <br>2 = People</td><td>&nbsp;&nbsp;</td>
- <td>3 = Animals
- <br>4 = Vehicles
+ <br>2 = People
+ <br>3 = Animals</td><td>&nbsp;&nbsp;</td>
+ <td>4 = Vehicles
+ <br>5 = Birds
<br>6 = Airplanes</td></tr></table>
</td></tr>
<tr class=b>
@@ -7635,9 +7647,10 @@ firmware 1.01b.</p>
<td><table class=cols><tr>
<td>0 = Off
<br>1 = Auto
- <br>2 = People</td><td>&nbsp;&nbsp;</td>
- <td>3 = Animals
- <br>4 = Vehicles
+ <br>2 = People
+ <br>3 = Animals</td><td>&nbsp;&nbsp;</td>
+ <td>4 = Vehicles
+ <br>5 = Birds
<br>6 = Airplanes</td></tr></table>
</td></tr>
<tr class=b>
@@ -8198,9 +8211,10 @@ firmware 1.01b.</p>
<td><table class=cols><tr>
<td>0 = Off
<br>1 = Auto
- <br>2 = People</td><td>&nbsp;&nbsp;</td>
- <td>3 = Animals
- <br>4 = Vehicles
+ <br>2 = People
+ <br>3 = Animals</td><td>&nbsp;&nbsp;</td>
+ <td>4 = Vehicles
+ <br>5 = Birds
<br>6 = Airplanes</td></tr></table>
</td></tr>
<tr>
@@ -8460,9 +8474,10 @@ firmware 1.01b.</p>
<td><table class=cols><tr>
<td>0 = Off
<br>1 = Auto
- <br>2 = People</td><td>&nbsp;&nbsp;</td>
- <td>3 = Animals
- <br>4 = Vehicles
+ <br>2 = People
+ <br>3 = Animals</td><td>&nbsp;&nbsp;</td>
+ <td>4 = Vehicles
+ <br>5 = Birds
<br>6 = Airplanes</td></tr></table>
</td></tr>
<tr>
@@ -9515,6 +9530,13 @@ extracted.</p>
<br>37 = Nikkor Z 600mm f/4 TC VR S
<br>38 = Nikkor Z 85mm f/1.2 S
<br>39 = Nikkor Z 17-28mm f/2.8
+ <br>40 = NIKKOR Z 26mm f/2.8
+ <br>41 = NIKKOR Z DX 12-28mm f/3.5-5.6 PZ VR
+ <br>42 = Nikkor Z 180-600mm f/5.6-6.3 VR
+ <br>43 = NIKKOR Z DX 24mm f/1.7
+ <br>44 = NIKKOR Z 70-180mm f/2.8
+ <br>45 = NIKKOR Z 600mm f/6.3 VR S
+ <br>48 = Nikkor Z 135mm f/1.8 S Plena
<br>32768 = Nikkor Z 400mm f/2.8 TC VR S TC-1.4x
<br>32769 = Nikkor Z 600mm f/4 TC VR S TC-1.4x</td></tr></table>
</td></tr>
@@ -13308,6 +13330,7 @@ for ExifTool to choose in these cases (see the
</tr><tr><td>'FB 54 2B 50 24 24 84 06'</td><td>= Tamron SP AF 17-50mm f/2.8 XR Di II LD Aspherical (IF) (A16NII)</td>
</tr><tr><td>'FB 54 8E 8E 24 24 4B 02'</td><td>= Sigma APO 300mm F2.8 EX DG HSM</td>
</tr><tr><td>'FC 40 2D 80 2C 40 DF 06'</td><td>= Tamron AF 18-200mm f/3.5-6.3 XR Di II LD Aspherical (IF) Macro (A14NII)</td>
+</tr><tr><td>'FD 00 44 44 18 18 DF 00'</td><td>= Voigtlander APO-Lanthar 35mm F2</td>
</tr><tr><td>'FD 00 50 50 18 18 DF 00'</td><td>= Voigtlander APO-Lanthar 50mm F2 Aspherical</td>
</tr><tr><td>'FD 47 50 76 24 24 4B 06'</td><td>= Sigma 50-150mm F2.8 EX APO DC HSM II</td>
</tr><tr><td>'FE 47 00 00 24 24 4B 06'</td><td>= Sigma 4.5mm F2.8 EX DC HSM Circular Fisheye</td>
@@ -13320,7 +13343,7 @@ for ExifTool to choose in these cases (see the
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Sep 19, 2023</i>
+<br><i>Last revised Oct 26, 2023</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/Panasonic.html b/html/TagNames/Panasonic.html
index bc7a1230..6ede5ecf 100644
--- a/html/TagNames/Panasonic.html
+++ b/html/TagNames/Panasonic.html
@@ -687,10 +687,9 @@ L10 and LC80)</span></span><table class=cols><tr>
<br>4 = Extended</span></td></tr>
<tr class=b>
<td title='0x0076 = 118'>0x0076</td>
-<td>HDRShot</td>
+<td>MergedImages</td>
<td class=c>int16u</td>
-<td><span class=s>0 = Off
- <br>3 = On</span></td></tr>
+<td><span class=s><span class=n>(number of images in HDR or Live View Composite picture)</span></span></td></tr>
<tr>
<td title='0x0077 = 119'>0x0077</td>
<td>BurstSpeed</td>
@@ -2130,7 +2129,7 @@ various Panasonic and Leica models.</p>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Oct 13, 2022</i>
+<br><i>Last revised Oct 16, 2023</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/Pentax.html b/html/TagNames/Pentax.html
index 824aa5b9..d77ca5e1 100644
--- a/html/TagNames/Pentax.html
+++ b/html/TagNames/Pentax.html
@@ -69,6 +69,7 @@ These tags are used in Pentax/Asahi cameras.
<td>5 = Premium
<br>7 = RAW (pixel shift enabled)
<br>8 = Dynamic Pixel Shift
+ <br>9 = Monochrome
<br>65535 = n/a</td></tr></table>
</td></tr>
<tr class=b>
@@ -952,13 +953,14 @@ available. Extended bracket values are printed as &#39;WB-BA&#39;, &#39;WB-GM&#
<br>2 = Portrait
<br>3 = Landscape
<br>4 = Vibrant
- <br>5 = Monochrome</td><td>&nbsp;&nbsp;</td>
- <td>6 = Muted
- <br>7 = Reversal Film
+ <br>5 = Monochrome
+ <br>6 = Muted</td><td>&nbsp;&nbsp;</td>
+ <td>7 = Reversal Film
<br>8 = Bleach Bypass
<br>9 = Radiant
<br>10 = Cross Processing
- <br>11 = Flat</td></tr></table>
+ <br>11 = Flat
+ <br>32768 = n/a</td></tr></table>
</td></tr>
<tr class=b>
<td title='0x0050 = 80'>0x0050</td>
@@ -1045,7 +1047,8 @@ for live view or video recording)</span></span></td></tr>
<br>17 = 17 (K-70)
<br>18 = 18 (KP)
<br>19 = 19 (GR III)
- <br>20 = 20 (K-3III)</td></tr></table>
+ <br>20 = 20 (K-3III)
+ <br>21 = 21 (K-3IIIMonochrome)</td></tr></table>
</td></tr>
<tr>
<td title='0x0067 = 103'>0x0067</td>
@@ -1634,146 +1637,149 @@ are left, top, width and height in a 720x480 frame, with Y downwards)</span></sp
<table class='inner sep' cellspacing=1>
<tr class=h><th>Value</th><th>PentaxModelID</th><th>Value</th><th>PentaxModelID</th><th>Value</th><th>PentaxModelID</th></tr>
<tr><td class=r>0xd</td><td>= Optio 330/430</td>
-<td class='r b'>0x12c28</td><td class=b>= Optio S7</td>
-<td class=r>0x12e4e</td><td>= Optio E90</td>
-</tr><tr><td class=r>0x12926</td><td>= Optio 230</td>
<td class='r b'>0x12c2d</td><td class=b>= Optio L20</td>
-<td class=r>0x12e58</td><td>= X90</td>
-</tr><tr><td class=r>0x12958</td><td>= Optio 330GS</td>
-<td class='r b'>0x12c32</td><td class=b>= Optio M20</td>
<td class=r>0x12e6c</td><td>= K-r</td>
-</tr><tr><td class=r>0x12962</td><td>= Optio 450/550</td>
-<td class='r b'>0x12c3c</td><td class=b>= Optio W20</td>
+</tr><tr><td class=r>0x12926</td><td>= Optio 230</td>
+<td class='r b'>0x12c32</td><td class=b>= Optio M20</td>
<td class=r>0x12e76</td><td>= K-5</td>
-</tr><tr><td class=r>0x1296c</td><td>= Optio S</td>
-<td class='r b'>0x12c46</td><td class=b>= Optio A20</td>
+</tr><tr><td class=r>0x12958</td><td>= Optio 330GS</td>
+<td class='r b'>0x12c3c</td><td class=b>= Optio W20</td>
<td class=r>0x12e8a</td><td>= Optio RS1000/RS1500</td>
-</tr><tr><td class=r>0x12971</td><td>= Optio S V1.01</td>
-<td class='r b'>0x12c78</td><td class=b>= Optio E30</td>
+</tr><tr><td class=r>0x12962</td><td>= Optio 450/550</td>
+<td class='r b'>0x12c46</td><td class=b>= Optio A20</td>
<td class=r>0x12e94</td><td>= Optio RZ10</td>
-</tr><tr><td class=r>0x12994</td><td>= *ist D</td>
-<td class='r b'>0x12c7d</td><td class=b>= Optio E35</td>
+</tr><tr><td class=r>0x1296c</td><td>= Optio S</td>
+<td class='r b'>0x12c78</td><td class=b>= Optio E30</td>
<td class=r>0x12e9e</td><td>= Optio LS1000</td>
-</tr><tr><td class=r>0x129b2</td><td>= Optio 33L</td>
-<td class='r b'>0x12c82</td><td class=b>= Optio T30</td>
+</tr><tr><td class=r>0x12971</td><td>= Optio S V1.01</td>
+<td class='r b'>0x12c7d</td><td class=b>= Optio E35</td>
<td class=r>0x12ebc</td><td>= Optio WG-1 GPS</td>
-</tr><tr><td class=r>0x129bc</td><td>= Optio 33LF</td>
-<td class='r b'>0x12c8c</td><td class=b>= Optio M30</td>
+</tr><tr><td class=r>0x12994</td><td>= *ist D</td>
+<td class='r b'>0x12c82</td><td class=b>= Optio T30</td>
<td class=r>0x12ed0</td><td>= Optio S1</td>
-</tr><tr><td class=r>0x129c6</td><td>= Optio 33WR/43WR/555</td>
-<td class='r b'>0x12c91</td><td class=b>= Optio L30</td>
+</tr><tr><td class=r>0x129b2</td><td>= Optio 33L</td>
+<td class='r b'>0x12c8c</td><td class=b>= Optio M30</td>
<td class=r>0x12ee4</td><td>= Q</td>
-</tr><tr><td class=r>0x129d5</td><td>= Optio S4</td>
-<td class='r b'>0x12c96</td><td class=b>= Optio W30</td>
+</tr><tr><td class=r>0x129bc</td><td>= Optio 33LF</td>
+<td class='r b'>0x12c91</td><td class=b>= Optio L30</td>
<td class=r>0x12ef8</td><td>= K-01</td>
-</tr><tr><td class=r>0x12a02</td><td>= Optio MX</td>
-<td class='r b'>0x12ca0</td><td class=b>= Optio A30</td>
+</tr><tr><td class=r>0x129c6</td><td>= Optio 33WR/43WR/555</td>
+<td class='r b'>0x12c96</td><td class=b>= Optio W30</td>
<td class=r>0x12f0c</td><td>= Optio RZ18</td>
-</tr><tr><td class=r>0x12a0c</td><td>= Optio S40</td>
-<td class='r b'>0x12cb4</td><td class=b>= Optio E40</td>
+</tr><tr><td class=r>0x129d5</td><td>= Optio S4</td>
+<td class='r b'>0x12ca0</td><td class=b>= Optio A30</td>
<td class=r>0x12f16</td><td>= Optio VS20</td>
-</tr><tr><td class=r>0x12a16</td><td>= Optio S4i</td>
-<td class='r b'>0x12cbe</td><td class=b>= Optio M40</td>
+</tr><tr><td class=r>0x12a02</td><td>= Optio MX</td>
+<td class='r b'>0x12cb4</td><td class=b>= Optio E40</td>
<td class=r>0x12f2a</td><td>= Optio WG-2 GPS</td>
-</tr><tr><td class=r>0x12a34</td><td>= Optio 30</td>
-<td class='r b'>0x12cc3</td><td class=b>= Optio L40</td>
+</tr><tr><td class=r>0x12a0c</td><td>= Optio S40</td>
+<td class='r b'>0x12cbe</td><td class=b>= Optio M40</td>
<td class=r>0x12f48</td><td>= Optio LS465</td>
-</tr><tr><td class=r>0x12a52</td><td>= Optio S30</td>
-<td class='r b'>0x12cc5</td><td class=b>= Optio L36</td>
+</tr><tr><td class=r>0x12a16</td><td>= Optio S4i</td>
+<td class='r b'>0x12cc3</td><td class=b>= Optio L40</td>
<td class=r>0x12f52</td><td>= K-30</td>
-</tr><tr><td class=r>0x12a66</td><td>= Optio 750Z</td>
-<td class='r b'>0x12cc8</td><td class=b>= Optio Z10</td>
+</tr><tr><td class=r>0x12a34</td><td>= Optio 30</td>
+<td class='r b'>0x12cc5</td><td class=b>= Optio L36</td>
<td class=r>0x12f5c</td><td>= X-5</td>
-</tr><tr><td class=r>0x12a70</td><td>= Optio SV</td>
-<td class='r b'>0x12cd2</td><td class=b>= K20D</td>
+</tr><tr><td class=r>0x12a52</td><td>= Optio S30</td>
+<td class='r b'>0x12cc8</td><td class=b>= Optio Z10</td>
<td class=r>0x12f66</td><td>= Q10</td>
-</tr><tr><td class=r>0x12a75</td><td>= Optio SVi</td>
-<td class='r b'>0x12cd4</td><td class=b>= Samsung GX20</td>
+</tr><tr><td class=r>0x12a66</td><td>= Optio 750Z</td>
+<td class='r b'>0x12cd2</td><td class=b>= K20D</td>
<td class=r>0x12f70</td><td>= K-5 II</td>
-</tr><tr><td class=r>0x12a7a</td><td>= Optio X</td>
-<td class='r b'>0x12cdc</td><td class=b>= Optio S10</td>
+</tr><tr><td class=r>0x12a70</td><td>= Optio SV</td>
+<td class='r b'>0x12cd4</td><td class=b>= Samsung GX20</td>
<td class=r>0x12f71</td><td>= K-5 II s</td>
-</tr><tr><td class=r>0x12a8e</td><td>= Optio S5i</td>
-<td class='r b'>0x12ce6</td><td class=b>= Optio A40</td>
+</tr><tr><td class=r>0x12a75</td><td>= Optio SVi</td>
+<td class='r b'>0x12cdc</td><td class=b>= Optio S10</td>
<td class=r>0x12f7a</td><td>= Q7</td>
-</tr><tr><td class=r>0x12a98</td><td>= Optio S50</td>
-<td class='r b'>0x12cf0</td><td class=b>= Optio V10</td>
+</tr><tr><td class=r>0x12a7a</td><td>= Optio X</td>
+<td class='r b'>0x12ce6</td><td class=b>= Optio A40</td>
<td class=r>0x12f84</td><td>= MX-1</td>
-</tr><tr><td class=r>0x12aa2</td><td>= *ist DS</td>
-<td class='r b'>0x12cfa</td><td class=b>= K200D</td>
+</tr><tr><td class=r>0x12a8e</td><td>= Optio S5i</td>
+<td class='r b'>0x12cf0</td><td class=b>= Optio V10</td>
<td class=r>0x12f8e</td><td>= WG-3 GPS</td>
-</tr><tr><td class=r>0x12ab6</td><td>= Optio MX4</td>
-<td class='r b'>0x12d04</td><td class=b>= Optio S12</td>
+</tr><tr><td class=r>0x12a98</td><td>= Optio S50</td>
+<td class='r b'>0x12cfa</td><td class=b>= K200D</td>
<td class=r>0x12f98</td><td>= WG-3</td>
-</tr><tr><td class=r>0x12ac0</td><td>= Optio S5n</td>
-<td class='r b'>0x12d0e</td><td class=b>= Optio E50</td>
+</tr><tr><td class=r>0x12aa2</td><td>= *ist DS</td>
+<td class='r b'>0x12d04</td><td class=b>= Optio S12</td>
<td class=r>0x12fa2</td><td>= WG-10</td>
-</tr><tr><td class=r>0x12aca</td><td>= Optio WP</td>
-<td class='r b'>0x12d18</td><td class=b>= Optio M50</td>
+</tr><tr><td class=r>0x12ab6</td><td>= Optio MX4</td>
+<td class='r b'>0x12d0e</td><td class=b>= Optio E50</td>
<td class=r>0x12fb6</td><td>= K-50</td>
-</tr><tr><td class=r>0x12afc</td><td>= Optio S55</td>
-<td class='r b'>0x12d22</td><td class=b>= Optio L50</td>
+</tr><tr><td class=r>0x12ac0</td><td>= Optio S5n</td>
+<td class='r b'>0x12d18</td><td class=b>= Optio M50</td>
<td class=r>0x12fc0</td><td>= K-3</td>
-</tr><tr><td class=r>0x12b10</td><td>= Optio S5z</td>
-<td class='r b'>0x12d2c</td><td class=b>= Optio V20</td>
+</tr><tr><td class=r>0x12aca</td><td>= Optio WP</td>
+<td class='r b'>0x12d22</td><td class=b>= Optio L50</td>
<td class=r>0x12fca</td><td>= K-500</td>
-</tr><tr><td class=r>0x12b1a</td><td>= *ist DL</td>
-<td class='r b'>0x12d40</td><td class=b>= Optio W60</td>
+</tr><tr><td class=r>0x12afc</td><td>= Optio S55</td>
+<td class='r b'>0x12d2c</td><td class=b>= Optio V20</td>
<td class=r>0x12fde</td><td>= WG-4 GPS</td>
-</tr><tr><td class=r>0x12b24</td><td>= Optio S60</td>
-<td class='r b'>0x12d4a</td><td class=b>= Optio M60</td>
+</tr><tr><td class=r>0x12b10</td><td>= Optio S5z</td>
+<td class='r b'>0x12d40</td><td class=b>= Optio W60</td>
<td class=r>0x12fe8</td><td>= WG-4</td>
-</tr><tr><td class=r>0x12b2e</td><td>= Optio S45</td>
-<td class='r b'>0x12d68</td><td class=b>= Optio E60/M90</td>
+</tr><tr><td class=r>0x12b1a</td><td>= *ist DL</td>
+<td class='r b'>0x12d4a</td><td class=b>= Optio M60</td>
<td class=r>0x13006</td><td>= WG-20</td>
-</tr><tr><td class=r>0x12b38</td><td>= Optio S6</td>
-<td class='r b'>0x12d72</td><td class=b>= K2000</td>
+</tr><tr><td class=r>0x12b24</td><td>= Optio S60</td>
+<td class='r b'>0x12d68</td><td class=b>= Optio E60/M90</td>
<td class=r>0x13010</td><td>= 645Z</td>
-</tr><tr><td class=r>0x12b4c</td><td>= Optio WPi</td>
-<td class='r b'>0x12d73</td><td class=b>= K-m</td>
+</tr><tr><td class=r>0x12b2e</td><td>= Optio S45</td>
+<td class='r b'>0x12d72</td><td class=b>= K2000</td>
<td class=r>0x1301a</td><td>= K-S1</td>
-</tr><tr><td class=r>0x12b56</td><td>= BenQ DC X600</td>
-<td class='r b'>0x12d86</td><td class=b>= Optio P70</td>
+</tr><tr><td class=r>0x12b38</td><td>= Optio S6</td>
+<td class='r b'>0x12d73</td><td class=b>= K-m</td>
<td class=r>0x13024</td><td>= K-S2</td>
-</tr><tr><td class=r>0x12b60</td><td>= *ist DS2</td>
-<td class='r b'>0x12d90</td><td class=b>= Optio L70</td>
+</tr><tr><td class=r>0x12b4c</td><td>= Optio WPi</td>
+<td class='r b'>0x12d86</td><td class=b>= Optio P70</td>
<td class=r>0x1302e</td><td>= Q-S1</td>
-</tr><tr><td class=r>0x12b62</td><td>= Samsung GX-1S</td>
-<td class='r b'>0x12d9a</td><td class=b>= Optio E70</td>
+</tr><tr><td class=r>0x12b56</td><td>= BenQ DC X600</td>
+<td class='r b'>0x12d90</td><td class=b>= Optio L70</td>
<td class=r>0x13056</td><td>= WG-30</td>
-</tr><tr><td class=r>0x12b6a</td><td>= Optio A10</td>
-<td class='r b'>0x12dae</td><td class=b>= X70</td>
+</tr><tr><td class=r>0x12b60</td><td>= *ist DS2</td>
+<td class='r b'>0x12d9a</td><td class=b>= Optio E70</td>
<td class=r>0x1307e</td><td>= WG-30W</td>
-</tr><tr><td class=r>0x12b7e</td><td>= *ist DL2</td>
-<td class='r b'>0x12db8</td><td class=b>= K-7</td>
+</tr><tr><td class=r>0x12b62</td><td>= Samsung GX-1S</td>
+<td class='r b'>0x12dae</td><td class=b>= X70</td>
<td class=r>0x13088</td><td>= WG-5 GPS</td>
-</tr><tr><td class=r>0x12b80</td><td>= Samsung GX-1L</td>
-<td class='r b'>0x12dcc</td><td class=b>= Optio W80</td>
+</tr><tr><td class=r>0x12b6a</td><td>= Optio A10</td>
+<td class='r b'>0x12db8</td><td class=b>= K-7</td>
<td class=r>0x13092</td><td>= K-1</td>
-</tr><tr><td class=r>0x12b9c</td><td>= K100D</td>
-<td class='r b'>0x12dea</td><td class=b>= Optio P80</td>
+</tr><tr><td class=r>0x12b7e</td><td>= *ist DL2</td>
+<td class='r b'>0x12dcc</td><td class=b>= Optio W80</td>
<td class=r>0x1309c</td><td>= K-3 II</td>
-</tr><tr><td class=r>0x12b9d</td><td>= K110D</td>
-<td class='r b'>0x12df4</td><td class=b>= Optio WS80</td>
+</tr><tr><td class=r>0x12b80</td><td>= Samsung GX-1L</td>
+<td class='r b'>0x12dea</td><td class=b>= Optio P80</td>
<td class=r>0x131f0</td><td>= WG-M2</td>
-</tr><tr><td class=r>0x12ba2</td><td>= K100D Super</td>
-<td class='r b'>0x12dfe</td><td class=b>= K-x</td>
+</tr><tr><td class=r>0x12b9c</td><td>= K100D</td>
+<td class='r b'>0x12df4</td><td class=b>= Optio WS80</td>
<td class=r>0x1320e</td><td>= GR III</td>
-</tr><tr><td class=r>0x12bb0</td><td>= Optio T10/T20</td>
-<td class='r b'>0x12e08</td><td class=b>= 645D</td>
+</tr><tr><td class=r>0x12b9d</td><td>= K110D</td>
+<td class='r b'>0x12dfe</td><td class=b>= K-x</td>
<td class=r>0x13222</td><td>= K-70</td>
-</tr><tr><td class=r>0x12be2</td><td>= Optio W10</td>
-<td class='r b'>0x12e12</td><td class=b>= Optio E80</td>
+</tr><tr><td class=r>0x12ba2</td><td>= K100D Super</td>
+<td class='r b'>0x12e08</td><td class=b>= 645D</td>
<td class=r>0x1322c</td><td>= KP</td>
-</tr><tr><td class=r>0x12bf6</td><td>= Optio M10</td>
-<td class='r b'>0x12e30</td><td class=b>= Optio W90</td>
+</tr><tr><td class=r>0x12bb0</td><td>= Optio T10/T20</td>
+<td class='r b'>0x12e12</td><td class=b>= Optio E80</td>
<td class=r>0x13240</td><td>= K-1 Mark II</td>
-</tr><tr><td class=r>0x12c1e</td><td>= K10D</td>
-<td class='r b'>0x12e3a</td><td class=b>= Optio I-10</td>
+</tr><tr><td class=r>0x12be2</td><td>= Optio W10</td>
+<td class='r b'>0x12e30</td><td class=b>= Optio W90</td>
<td class=r>0x13254</td><td>= K-3 Mark III</td>
-</tr><tr><td class=r>0x12c20</td><td>= Samsung GX10</td>
-<td class='r b'>0x12e44</td><td class=b>= Optio H90</td>
+</tr><tr><td class=r>0x12bf6</td><td>= Optio M10</td>
+<td class='r b'>0x12e3a</td><td class=b>= Optio I-10</td>
<td class=r>0x13290</td><td>= WG-70</td>
+</tr><tr><td class=r>0x12c1e</td><td>= K10D</td>
+<td class='r b'>0x12e44</td><td class=b>= Optio H90</td>
+<td class=r>0x1329a</td><td>= GR IIIx</td>
+</tr><tr><td class=r>0x12c20</td><td>= Samsung GX10</td>
+<td class='r b'>0x12e4e</td><td class=b>= Optio E90</td>
+<td class=r>0x132d6</td><td>= K-3 Mark III Monochrome</td>
+</tr><tr><td class=r>0x12c28</td><td>= Optio S7</td>
+<td class='r b'>0x12e58</td><td class=b>= X90</td>
+<td class=r>&nbsp;</td><td>&nbsp;</td>
</tr></table></td></tr></table></blockquote>
<h2><a name='City'>Pentax City Values</a></h2>
@@ -4920,7 +4926,7 @@ stored as ASCII text in a format very similar to some HP models.</p>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Sep 19, 2023</i>
+<br><i>Last revised Oct 16, 2023</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/PhotoMechanic.html b/html/TagNames/PhotoMechanic.html
index 75fd7113..6b2d10e9 100644
--- a/html/TagNames/PhotoMechanic.html
+++ b/html/TagNames/PhotoMechanic.html
@@ -169,23 +169,27 @@ the family 1 group name.</p>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
<tr>
+<td>CreatorIdentity</td>
+<td class=c title=' + = List'>string+</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
<td>EditStatus</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>PMVersion</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Prefs</td>
<td class=c>string</td>
<td><span class=s><span class=n>(format is &quot;Tagged:0, ColorClass:1, Rating:2, FrameNum:3&quot;)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>Tagged</td>
<td class=c>boolean</td>
<td><span class=s>&#39;False&#39; = No
<br>&#39;True&#39; = Yes</span></td></tr>
-<tr>
+<tr class=b>
<td>TimeCreated</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
@@ -193,7 +197,7 @@ the family 1 group name.</p>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Sep 14, 2016</i>
+<br><i>Last revised Oct 26, 2023</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/QuickTime.html b/html/TagNames/QuickTime.html
index ec527ce4..a1ffa019 100644
--- a/html/TagNames/QuickTime.html
+++ b/html/TagNames/QuickTime.html
@@ -1837,53 +1837,58 @@ box because Apple software may ignore ItemList tags otherwise, but the API
<td class=c>string</td>
<td>&nbsp;</td></tr>
<tr class=b>
+<td>'ownr'</td>
+<td>Owner</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+<tr>
<td>'pcst'</td>
<td>Podcast</td>
<td class=c>int8s</td>
<td><span class=s>0 = No
<br>1 = Yes</span></td></tr>
-<tr>
+<tr class=b>
<td>'perf'</td>
<td>Performer</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>'pgap'</td>
<td>PlayGap</td>
<td class=c>int8s</td>
<td><span class=s>0 = Insert Gap
<br>1 = No Gap</span></td></tr>
-<tr>
+<tr class=b>
<td>'plID'</td>
<td>AlbumID</td>
<td class=c>int32s[2]</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>'prID'</td>
<td>ProductID</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>'purd'</td>
<td>PurchaseDate</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>'purl'</td>
<td>PodcastURL</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>'rate'</td>
<td>RatingPercent</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>'rldt'</td>
<td>ReleaseDate</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>'rtng'</td>
<td>Rating</td>
<td class=c>int8s</td>
@@ -1891,53 +1896,53 @@ box because Apple software may ignore ItemList tags otherwise, but the API
<br>1 = Explicit
<br>2 = Clean
<br>4 = Explicit (old)</span></td></tr>
-<tr class=b>
+<tr>
<td>'sdes'</td>
<td>StoreDescription</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>'sfID'</td>
<td>AppleStoreCountry</td>
<td class=c>int32s</td>
<td>--&gt; <a href='QuickTime.html#AppleStoreCountry'>QuickTime AppleStoreCountry Values</a></td></tr>
-<tr class=b>
+<tr>
<td>'shwm'</td>
<td>ShowMovement</td>
<td class=c>int8s</td>
<td><span class=s>0 = No
<br>1 = Yes</span></td></tr>
-<tr>
+<tr class=b>
<td>'soaa'</td>
<td>SortAlbumArtist</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>'soal'</td>
<td>SortAlbum</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>'soar'</td>
<td>SortArtist</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>'soco'</td>
<td>SortComposer</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>'sonm'</td>
<td>SortName</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>'sosn'</td>
<td>SortShow</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>'stik'</td>
<td>MediaType</td>
<td class=c>int8s</td>
@@ -1954,46 +1959,51 @@ box because Apple software may ignore ItemList tags otherwise, but the API
<br>21 = Podcast
<br>23 = iTunes U</td></tr></table>
</td></tr>
-<tr class=b>
+<tr>
<td>'titl'</td>
<td>Title</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>'tmpo'</td>
<td>BeatsPerMinute</td>
<td class=c>int16s</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>'trkn'</td>
<td>TrackNumber</td>
<td class=c>undef</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>'tven'</td>
<td>TVEpisodeID</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>'tves'</td>
<td>TVEpisode</td>
<td class=c>int32s</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>'tvnn'</td>
<td>TVNetworkName</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>'tvsh'</td>
<td>TVShow</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>'tvsn'</td>
<td>TVSeason</td>
<td class=c>int32u</td>
<td>&nbsp;</td></tr>
+<tr>
+<td>'xid '</td>
+<td>ISRC</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
<tr class=b>
<td>'yrrc'</td>
<td>Year</td>
@@ -5506,6 +5516,11 @@ and are not currently writable.</p>
<br>12 = Chromaticity-derived non-constant luminance
<br>13 = Chromaticity-derived constant luminance
<br>14 = BT.2100 ICtCp</span></td></tr>
+<tr>
+<td class=r title='10 = 0xa'>10</td>
+<td>VideoFullRangeFlag</td>
+<td class=c>no</td>
+<td><span class=s>[val &gt;&gt; 7 &amp; 0x1]</span></td></tr>
</table></td></tr></table></blockquote>
<h2><a name='HEVCConfig'>QuickTime HEVCConfig Tags</a></h2>
@@ -9076,7 +9091,7 @@ yaw, pitch and roll angles in degrees)</span></span></td></tr>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Aug 10, 2023</i>
+<br><i>Last revised Oct 16, 2023</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/RIFF.html b/html/TagNames/RIFF.html
index 4f6a613a..b1d49697 100644
--- a/html/TagNames/RIFF.html
+++ b/html/TagNames/RIFF.html
@@ -157,129 +157,135 @@ metadata to WEBP images, but can&#39;t yet write to other RIFF-based formats.</p
<td class=c>-</td>
<td>--&gt; <a href='RIFF.html#VP8X'>RIFF VP8X Tags</a></td></tr>
<tr class=b>
+<td>"XMP\0"</td>
+<td>XMP</td>
+<td class=c>-</td>
+<td>--&gt; <a href='XMP.html'>XMP Tags</a>
+ <br><span class='n s'>(incorrectly written WebP files)</span></td></tr>
+<tr>
<td>'XMP '</td>
<td>XMP</td>
<td class=c>-</td>
<td>--&gt; <a href='XMP.html'>XMP Tags</a>
<br><span class='n s'>(WebP files)</span></td></tr>
-<tr>
+<tr class=b>
<td>'_PMX'</td>
<td>XMP</td>
<td class=c>-</td>
<td>--&gt; <a href='XMP.html'>XMP Tags</a>
<br><span class='n s'>(AVI and WAV files)</span></td></tr>
-<tr class=b>
+<tr>
<td>'aXML'</td>
<td>AXML</td>
<td class=c>-</td>
<td>--&gt; <a href='XMP.html#XML'>XMP XML Tags</a></td></tr>
-<tr>
+<tr class=b>
<td>'acid'</td>
<td>Acidizer</td>
<td class=c>-</td>
<td>--&gt; <a href='RIFF.html#Acidizer'>RIFF Acidizer Tags</a></td></tr>
-<tr class=b>
+<tr>
<td>'afsp'</td>
<td>Afsp</td>
<td class=c>no</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>'bext'</td>
<td>BroadcastExtension</td>
<td class=c>-</td>
<td>--&gt; <a href='RIFF.html#BroadcastExt'>RIFF BroadcastExt Tags</a></td></tr>
-<tr class=b>
+<tr>
<td>'cue '</td>
<td>CuePoints</td>
<td class=c>no</td>
<td><span class=s><span class=n>(config_files/cutepointlist.config from full distribution will decode this
and generate a list of cue points with labels)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>'ds64'</td>
<td>DataSize64</td>
<td class=c>-</td>
<td>--&gt; <a href='RIFF.html#DS64'>RIFF DS64 Tags</a></td></tr>
-<tr class=b>
+<tr>
<td>'fact'</td>
<td>NumberOfSamples</td>
<td class=c>no</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>'fmt '</td>
<td>AudioFormat</td>
<td class=c>-</td>
<td>--&gt; <a href='RIFF.html#AudioFormat'>RIFF AudioFormat Tags</a></td></tr>
-<tr class=b>
+<tr>
<td>'gps0'</td>
<td>GPSTrack</td>
<td class=c>-</td>
<td>--&gt; <a href='QuickTime.html#Stream'>QuickTime Stream Tags</a></td></tr>
-<tr>
+<tr class=b>
<td>'gsen'</td>
<td>GSensor</td>
<td class=c>-</td>
<td>--&gt; <a href='QuickTime.html#Stream'>QuickTime Stream Tags</a></td></tr>
-<tr class=b>
+<tr>
<td>'guan'</td>
<td>Guano</td>
<td class=c>no</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>'iXML'</td>
<td>IXML</td>
<td class=c>-</td>
<td>--&gt; <a href='XMP.html#XML'>XMP XML Tags</a></td></tr>
-<tr class=b>
+<tr>
<td>'id3 '</td>
<td>ID3</td>
<td class=c>-</td>
<td>--&gt; <a href='ID3.html'>ID3 Tags</a></td></tr>
-<tr>
+<tr class=b>
<td>'inst'</td>
<td>Instrument</td>
<td class=c>-</td>
<td>--&gt; <a href='RIFF.html#Instrument'>RIFF Instrument Tags</a></td></tr>
-<tr class=b>
+<tr>
<td>'labl'</td>
<td>CuePointLabel</td>
<td class=c>no</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>'list'</td>
<td>ListType</td>
<td class=c>no</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>'ltxt'</td>
<td>LabeledText</td>
<td class=c>no</td>
<td><span class=s><span class=n>(CuePointID Length Purpose Country Language Dialect Codepage Text)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>'note'</td>
<td>CuePointNote</td>
<td class=c>no</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>'olym'</td>
<td>Olym</td>
<td class=c>-</td>
<td>--&gt; <a href='Olympus.html#WAV'>Olympus WAV Tags</a></td></tr>
-<tr>
+<tr class=b>
<td>'plst'</td>
<td>Playlist</td>
<td class=c>no</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>'smpl'</td>
<td>Sampler</td>
<td class=c>-</td>
<td>--&gt; <a href='RIFF.html#Sampler'>RIFF Sampler Tags</a></td></tr>
-<tr>
+<tr class=b>
<td>'tx_USER'</td>
<td>UserText</td>
<td class=c>-</td>
<td>--&gt; <a href='RIFF.html#UserText'>RIFF UserText Tags</a></td></tr>
-<tr class=b>
+<tr>
<td>'tx_Unknown'</td>
<td>Text</td>
<td class=c>no</td>
@@ -1742,7 +1748,7 @@ Extracted only if the ExtractEmbedded option is used.</p>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Jun 8, 2023</i>
+<br><i>Last revised Oct 26, 2023</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/Sony.html b/html/TagNames/Sony.html
index 81f2956a..a3f5185e 100644
--- a/html/TagNames/Sony.html
+++ b/html/TagNames/Sony.html
@@ -1008,9 +1008,9 @@ toward magenta)</span></span></td></tr>
<br>309 = DSC-RX10
<br>310 = DSC-RX1R
<br>311 = ILCE-7R
- <br>312 = ILCE-6000</td><td>&nbsp;&nbsp;</td>
- <td>313 = ILCE-5000
- <br>317 = DSC-RX100M3
+ <br>312 = ILCE-6000
+ <br>313 = ILCE-5000</td><td>&nbsp;&nbsp;</td>
+ <td>317 = DSC-RX100M3
<br>318 = ILCE-7S
<br>319 = ILCA-77M2
<br>339 = ILCE-5100
@@ -1057,7 +1057,9 @@ toward magenta)</span></span></td></tr>
<br>391 = ILME-FX30
<br>393 = ZV-E1
<br>394 = ILCE-6700
- <br>395 = ZV-1M2</td></tr></table>
+ <br>395 = ZV-1M2
+ <br>396 = ILCE-7CR
+ <br>397 = ILCE-7CM2</td></tr></table>
</td></tr>
<tr>
<td title='0xb020 = 45088'>0xb020</td>
@@ -4901,6 +4903,7 @@ multi-frame noise reduction)</span></span></td></tr>
</tr><tr><td>32878</td><td>= Sony FE 20-70mm F4 G</td>
</tr><tr><td>32879</td><td>= Sony FE 50mm F1.4 GM</td>
</tr><tr><td>32884</td><td>= Sony FE 70-200mm F4 Macro G OSS II</td>
+</tr><tr><td>32885</td><td>= Sony FE 16-35mm F2.8 GM II</td>
</tr><tr><td>33072</td><td>= Sony FE 70-200mm F2.8 GM OSS + 1.4X Teleconverter</td>
</tr><tr><td>33073</td><td>= Sony FE 70-200mm F2.8 GM OSS + 2X Teleconverter</td>
</tr><tr><td>33076</td><td>= Sony FE 100mm F2.8 STF GM OSS (macro mode)</td>
@@ -4949,6 +4952,9 @@ multi-frame noise reduction)</span></span></td></tr>
</tr><tr><td>49473</td><td>= Tokina atx-m 85mm F1.8 FE or Viltrox lens</td>
</tr><tr><td>49473</td><td>= Viltrox 23mm F1.4 E</td>
</tr><tr><td>49473</td><td>= Viltrox 56mm F1.4 E</td>
+</tr><tr><td>49474</td><td>= Tamron 70-180mm F2.8 Di III VXD G2 or Viltrox lens</td>
+</tr><tr><td>49474</td><td>= Viltrox 23mm F1.4 E</td>
+</tr><tr><td>49474</td><td>= Viltrox 16mm F1.8 FE</td>
</tr><tr><td>49712</td><td>= Tokina FiRIN 20mm F2 FE AF</td>
</tr><tr><td>49713</td><td>= Tokina FiRIN 100mm F2.8 FE MACRO</td>
</tr><tr><td>49714</td><td>= Tokina atx-m 11-18mm F2.8 E</td>
@@ -4999,6 +5005,7 @@ multi-frame noise reduction)</span></span></td></tr>
</tr><tr><td>50539</td><td>= Sigma 50mm F1.4 DG DN | A</td>
</tr><tr><td>50540</td><td>= Sigma 14mm F1.4 DG DN | A</td>
</tr><tr><td>50544</td><td>= Sigma 23mm F1.4 DC DN | C</td>
+</tr><tr><td>50547</td><td>= Sigma 10-18mm F2.8 DC DN | C</td>
</tr><tr><td>50992</td><td>= Voigtlander SUPER WIDE-HELIAR 15mm F4.5 III</td>
</tr><tr><td>50993</td><td>= Voigtlander HELIAR-HYPER WIDE 10mm F5.6</td>
</tr><tr><td>50994</td><td>= Voigtlander ULTRA WIDE-HELIAR 12mm F5.6 III</td>
@@ -8480,7 +8487,7 @@ models)</span></span></td></tr>
</table></td></tr></table></blockquote>
<h2><a name='Tag9050d'>Sony Tag9050d Tags</a></h2>
-<p>Valid for ILCE-6700/ZV-E1.</p>
+<p>Valid for ILCE-6700/7CM2/7CR/ZV-E1.</p>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
@@ -8930,6 +8937,7 @@ WX350/WX500, ILCE-1/7/7C/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/7SM3/9/9M2/5000/
<br>14 = Tracking
<br>15 = Face Tracking
<br>20 = Animal Eye Tracking
+ <br>21 = Human Eye Tracking
<br>255 = Manual</td></tr></table>
</td></tr>
<tr class=b>
@@ -11150,7 +11158,7 @@ ILCE-7/7M2/7M3/7R/7RM2/7RM3/7RM4/7S/7SM2/9/9M2/5000/5100/6000/6100/6300/
</table></td></tr></table></blockquote>
<h2><a name='Tag9416'>Sony Tag9416 Tags</a></h2>
-<p>Valid for the ILCE-1/6700/7M4/7RM5/7SM3, ILME-FX3/FX30, ZV-E1.</p>
+<p>Valid for the ILCE-1/6700/7CM2/7CR/7M4/7RM5/7SM3, ILME-FX3/FX30, ZV-E1.</p>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
@@ -11197,10 +11205,39 @@ ILCE-7/7M2/7M3/7R/7RM2/7RM3/7RM4/7S/7SM2/9/9M2/5000/5100/6000/6100/6300/
<td class=c>no</td>
<td><span class=s><span class=n>(number of images captured in burst sequence)</span></span></td></tr>
<tr>
+<td class=r title='43 = 0x2b'>43</td>
+<td>ReleaseMode2</td>
+<td class=c>no</td>
+<td>--&gt; <a href='Sony.html#ReleaseMode2'>Sony ReleaseMode2 Values</a></td></tr>
+<tr class=b>
<td class=r title='53 = 0x35'>53</td>
<td>ExposureProgram</td>
<td class=c>no</td>
<td>--&gt; <a href='Sony.html#ExposureProgram3'>Sony ExposureProgram3 Values</a></td></tr>
+<tr>
+<td class=r title='55 = 0x37'>55</td>
+<td>CreativeStyle</td>
+<td class=c>no</td>
+<td><table class=cols><tr>
+ <td>0 = Standard
+ <br>1 = Vivid
+ <br>2 = Neutral
+ <br>3 = Portrait
+ <br>4 = Landscape
+ <br>5 = B&amp;W
+ <br>6 = Clear
+ <br>7 = Deep
+ <br>8 = Light
+ <br>9 = Sunset
+ <br>10 = Night View/Portrait
+ <br>11 = Autumn Leaves
+ <br>13 = Sepia
+ <br>15 = FL
+ <br>16 = VV2
+ <br>17 = IN
+ <br>18 = SH
+ <br>255 = Off</td></tr></table>
+</td></tr>
<tr class=b>
<td class=r title='72 = 0x48'>72</td>
<td>LensMount</td>
@@ -12035,7 +12072,7 @@ some models when the <a href="../ExifTool.html#ExtractEmbedded">ExtractEmbedded<
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Aug 10, 2023</i>
+<br><i>Last revised Oct 16, 2023</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/XISF.html b/html/TagNames/XISF.html
new file mode 100644
index 00000000..eba106e2
--- /dev/null
+++ b/html/TagNames/XISF.html
@@ -0,0 +1,211 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- (this file generated automatically by Image::ExifTool::BuildTagLookup) -->
+<head>
+<title>XISF Tags</title>
+<link rel=stylesheet type='text/css' href='style.css' title='Style'>
+</head>
+<body>
+<h2 class=top>XISF Tags</h2>
+<p>This table lists some standard Extensible Image Serialization Format (XISF)
+tags, but ExifTool will extract any other tags found. See
+<a href="https://pixinsight.com/xisf/">https://pixinsight.com/xisf/</a> for the specification.</p>
+<blockquote>
+<table class=frame><tr><td>
+<table class=inner cellspacing=1>
+<tr class=h><th>Tag&nbsp;ID</th><th>Tag Name</th>
+<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
+<tr>
+<td>'Abstract'</td>
+<td>Abstract</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>'AccessRights'</td>
+<td>AccessRights</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>'Authors'</td>
+<td>Authors</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>'BibliographicReferences'</td>
+<td>BibliographicReferences</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>'BriefDescription'</td>
+<td>BriefDescription</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>'CompressionCodecs'</td>
+<td>CompressionCodecs</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>'CompressionLevel'</td>
+<td>CompressionLevel</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>'Contributors'</td>
+<td>Contributors</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>'Copyright'</td>
+<td>Copyright</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>'CreationTime'</td>
+<td>CreateDate</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>'CreatorApplication'</td>
+<td>CreatorApplication</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>'CreatorModule'</td>
+<td>CreatorModule</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>'CreatorOS'</td>
+<td>CreatorOS</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>'Description'</td>
+<td>Description</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>'ImageBounds'</td>
+<td>ImageBounds</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>'ImageColorSpace'</td>
+<td>ColorSpace</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>'ImageData'</td>
+<td>ImageData</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>'ImageGeometry'</td>
+<td>ImageGeometry</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>'ImageICCProfile'</td>
+<td>ICC_Profile</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>'ImageICCProfileLocation'</td>
+<td>ICCProfileLocation</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>'ImageId'</td>
+<td>ImageID</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>'ImageImageType'</td>
+<td>ImageType</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>'ImageLocation'</td>
+<td>ImageLocation</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>'ImageOffset'</td>
+<td>ImagePixelOffset</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>'ImageOrientation'</td>
+<td>Orientation</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>'ImagePixelStorage'</td>
+<td>ImagePixelStorage</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>'ImageResolutionHorizontal'</td>
+<td>XResolution</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>'ImageResolutionUnit'</td>
+<td>ResolutionUnit</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>'ImageResolutionVertical'</td>
+<td>YResolution</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>'ImageSampleFormat'</td>
+<td>ImageSampleFormat</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>'ImageUuid'</td>
+<td>UUID</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>'Keywords'</td>
+<td>Keywords</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>'Languages'</td>
+<td>Languages</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>'License'</td>
+<td>License</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>'OriginalCreationTime'</td>
+<td>DateTimeOriginal</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>'RelatedResources'</td>
+<td>RelatedResources</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>'Title'</td>
+<td>Title</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+</table></td></tr></table></blockquote>
+
+<hr>
+(This document generated automatically by Image::ExifTool::BuildTagLookup)
+<br><i>Last revised Oct 16, 2023</i>
+<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
+</body>
+</html>
diff --git a/html/TagNames/XMP.html b/html/TagNames/XMP.html
index f1b63b81..a97706a5 100644
--- a/html/TagNames/XMP.html
+++ b/html/TagNames/XMP.html
@@ -1896,1025 +1896,1719 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
<td class=c title=' / = Avoid'>real/</td>
<td>&nbsp;</td></tr>
<tr>
+<td>DepthBasedCorrections</td>
+<td class=c title=' + = List'>struct+</td>
+<td>--&gt; <a href='XMP.html#DepthBasedCorr'>DepthBasedCorr Struct</a></td></tr>
+<tr class=b>
+<td>DepthBasedCorrCorrectionActive</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>boolean/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionActive)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrCorrectionAmount</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>real/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionAmount)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMask</td>
+<td class=c title=' _ = Flattened
+ + = List'>struct_+</td>
+<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a>
+ <br><span class='n s'>(DepthBasedCorrectionsCorrectionMasks)</span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskAlpha</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksAlpha)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskAngle</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksAngle)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskBottom</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksBottom)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskCenterValue</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCenterValue)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskCenterWeight</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCenterWeight)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskRange</td>
+<td class=c title=' _ = Flattened
+ + = List'>struct_+</td>
+<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
+ <br><span class='n s'>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskRangeAreaModels</td>
+<td class=c title=' _ = Flattened
+ + = List'>struct_+</td>
+<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
+ <br><span class='n s'>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels)</span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskRangeAreaModelsComponents</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>string/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskRangeAreaModelsColorSampleInfo</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>string/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskRangeColorAmount</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>real/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskRangeDepthFeather</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>real/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskRangeDepthMax</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>real/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskRangeDepthMin</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>real/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskRangeInvert</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>boolean/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskRangeLumFeather</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>real/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskRangeLuminanceDepthSampleInfo</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>string/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskRangeLumMax</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>real/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskRangeLumMin</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>real/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskRangeLumRange</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>string/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskRangeSampleType</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>integer/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskRangeType</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>string/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskType)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskRangeVersion</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>string/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskDabs</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>string/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksDabs)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskFeather</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksFeather)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskFlipped</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>boolean/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksFlipped)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskFlow</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksFlow)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskFullX</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksFullX)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskFullY</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksFullY)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskInputDigest</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksInputDigest)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskLeft</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksLeft)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMaskActive</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>boolean/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMaskActive)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMaskBlendMode</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>integer/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMaskBlendMode)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMaskDigest</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMaskDigest)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMaskInverted</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>boolean/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMaskInverted)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMaskName</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMaskName)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasks</td>
+<td class=c title=' _ = Flattened
+ + = List'>struct_+</td>
+<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a>
+ <br><span class='n s'>(DepthBasedCorrectionsCorrectionMasksMasks)</span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksAlpha</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksAlpha)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksAngle</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksAngle)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksBottom</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksBottom)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksCenterValue</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksCenterValue)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksCenterWeight</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksCenterWeight)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksDabs</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>string/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksDabs)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksFeather</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksFeather)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksFlipped</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>boolean/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksFlipped)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksFlow</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksFlow)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksFullX</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksFullX)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksFullY</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksFullY)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksInputDigest</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksInputDigest)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksLeft</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksLeft)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksMaskActive</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>boolean/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksMaskActive)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksMaskBlendMode</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>integer/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksMaskBlendMode)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksMaskDigest</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksMaskDigest)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksMaskInverted</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>boolean/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksMaskInverted)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksMaskName</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksMaskName)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksMaskSubType</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksMaskSubType)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksMaskSyncID</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksMaskSyncID)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksValue</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksMaskValue)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksMaskVersion</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksMaskVersion)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksMidpoint</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksMidpoint)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksOrigin</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksOrigin)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksPerimeterValue</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksPerimeterValue)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksRadius</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksRadius)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksReferencePoint</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksReferencePoint)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksRight</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksRight)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksRoundness</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksRoundness)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksSizeX</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksSizeX)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksSizeY</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksSizeY)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksTop</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksTop)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMaskSubType</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMaskSubType)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksVersion</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>integer/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksVersion)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksWhat</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksWhat)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksWholeImageArea</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksWholeImageArea)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksX</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksX)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksY</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksY)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMaskSyncID</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMaskSyncID)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksZeroX</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksZeroX)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksZeroY</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksZeroY)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskValue</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMaskValue)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMaskVersion</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMaskVersion)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMidpoint</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMidpoint)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskOrigin</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksOrigin)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskPerimeterValue</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksPerimeterValue)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskRadius</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksRadius)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskReferencePoint</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksReferencePoint)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskRight</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksRight)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskRoundness</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksRoundness)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskSizeX</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksSizeX)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskSizeY</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksSizeY)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskTop</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksTop)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskVersion</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>integer/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksVersion)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskWhat</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksWhat)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskWholeImageArea</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksWholeImageArea)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskX</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksX)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskY</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksY)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskZeroX</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksZeroX)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskZeroY</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksZeroY)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrCorrectionSyncID</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>string/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionSyncID)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrLocalCorrectedDepth</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>real/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsLocalCorrectedDepth)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrLocalCurveRefineSaturation</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>real/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsLocalCurveRefineSaturation)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrWhat</td>
+<td class=c title=' / = Avoid
+ _ = Flattened
+ + = List'>string/_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsWhat)</span></span></td></tr>
+<tr>
+<td>DepthMapInfo</td>
+<td class=c>struct</td>
+<td>--&gt; <a href='XMP.html#DepthMapInfo'>DepthMapInfo Struct</a></td></tr>
+<tr class=b>
+<td>DepthMapInfoBaseHighlightGuideInputDigest</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>DepthMapInfoBaseHighlightGuideTable</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>DepthMapInfoBaseHighlightGuideVersion</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>DepthMapInfoBaseLayeredDepthInputDigest</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>DepthMapInfoBaseLayeredDepthTable</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>DepthMapInfoBaseLayeredDepthVersion</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>DepthMapInfoBaseRawDepthInputDigest</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>DepthMapInfoBaseRawDepthTable</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>DepthMapInfoBaseRawDepthVersion</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>DepthMapInfoDepthSource</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
<td>Description</td>
<td class=c title=' / = Avoid'>lang-alt/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>DNGIgnoreSidecars</td>
<td class=c title=' / = Avoid'>boolean/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Exposure</td>
<td class=c title=' / = Avoid'>real/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>Exposure2012</td>
<td class=c title=' / = Avoid'>real/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>FillLight</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrections</td>
<td class=c title=' + = List'>struct+</td>
<td>--&gt; <a href='XMP.html#Correction'>Correction Struct</a></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrActive</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionActive)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrAmount</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionAmount)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMasks</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a>
<br><span class='n s'>(GradientBasedCorrectionsCorrectionMasks)</span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskAlpha</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksAlpha)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskAngle</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksAngle)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskBottom</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksBottom)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskCenterValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCenterValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskCenterWeight</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCenterWeight)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskRange</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
<br><span class='n s'>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskRangeAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels)</span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskRangeAreaModelsComponents</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskRangeAreaModelsColorSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskRangeColorAmount</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskRangeDepthFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskRangeDepthMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskRangeDepthMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskRangeInvert</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>boolean/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskRangeLumFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskRangeLuminanceDepthSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskRangeLumMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskRangeLumMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskRangeLumRange</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskRangeSampleType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>integer/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskRangeType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskRangeVersion</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskDabs</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksDabs)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskFeather</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksFeather)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskFlipped</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksFlipped)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskFlow</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksFlow)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskFullX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksFullX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskFullY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksFullY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskInputDigest</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksInputDigest)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskLeft</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksLeft)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMaskActive</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMaskActive)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMaskBlendMode</td>
<td class=c title=' / = Avoid
_ = Flattened'>integer/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMaskBlendMode)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMaskDigest</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMaskDigest)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMaskInverted</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMaskInverted)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMaskName</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMaskName)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasks</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a>
<br><span class='n s'>(GradientBasedCorrectionsCorrectionMasksMasks)</span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksAlpha</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksAlpha)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksAngle</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksAngle)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksBottom</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksBottom)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksCenterValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksCenterValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksCenterWeight</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksCenterWeight)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksDabs</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksDabs)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksFeather</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksFlipped</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksFlipped)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksFlow</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksFlow)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksFullX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksFullX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksFullY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksFullY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksInputDigest</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksInputDigest)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksLeft</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksLeft)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksMaskActive</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksMaskActive)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksMaskBlendMode</td>
<td class=c title=' / = Avoid
_ = Flattened'>integer/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksMaskDigest</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksMaskDigest)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksMaskInverted</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksMaskInverted)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksMaskName</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksMaskName)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksMaskSubType</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksMaskSubType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksMaskSyncID</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksMaskValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksMaskVersion</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksMaskVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksMidpoint</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksMidpoint)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksOrigin</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksOrigin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksPerimeterValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksRadius</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksRadius)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksReferencePoint</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksReferencePoint)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksRight</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksRight)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksRoundness</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksRoundness)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksSizeX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksSizeX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksSizeY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksSizeY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksTop</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksTop)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMaskSubType</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMaskSubType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksVersion</td>
<td class=c title=' / = Avoid
_ = Flattened'>integer/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksWhat</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksWhat)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksWholeImageArea</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMaskSyncID</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMaskSyncID)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksZeroX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksZeroX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksZeroY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksZeroY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMaskValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMaskVersion</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMaskVersion)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMidpoint</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMidpoint)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskOrigin</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksOrigin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskPerimeterValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksPerimeterValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskRadius</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksRadius)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskReferencePoint</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksReferencePoint)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskRight</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksRight)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskRoundness</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksRoundness)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskSizeX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksSizeX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskSizeY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksSizeY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskTop</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksTop)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskVersion</td>
<td class=c title=' / = Avoid
_ = Flattened'>integer/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskWhat</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksWhat)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskWholeImageArea</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksWholeImageArea)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskZeroX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksZeroX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskZeroY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksZeroY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrCorrectionName</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionName)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrRangeMask</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
<br><span class='n s'>(GradientBasedCorrectionsCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrRangeMaskAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(GradientBasedCorrectionsCorrectionRangeMaskAreaModels)</span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrRangeMaskAreaModelsComponents</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrRangeMaskAreaModelsColorSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrRangeMaskColorAmount</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskColorAmount)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrRangeMaskDepthFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskDepthFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrRangeMaskDepthMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskDepthMax)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrRangeMaskDepthMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskDepthMin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrRangeMaskInvert</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>boolean/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskInvert)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrRangeMaskLumFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskLumFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrRangeMaskLuminanceDepthSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrRangeMaskLumMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskLumMax)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrRangeMaskLumMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskLumMin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrRangeMaskLumRange</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskLumRange)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrRangeMaskSampleType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>integer/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskSampleType)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrRangeMaskType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrRangeMaskVersion</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrCorrectionSyncID</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionSyncID)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrBlacks2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalBlacks2012)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrBrightness</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalBrightness)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrClarity</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalClarity)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrClarity2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalClarity2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrContrast</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalContrast)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrContrast2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalContrast2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrDefringe</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalDefringe)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrDehaze</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalDehaze)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrExposure</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalExposure)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrExposure2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalExposure2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrHighlights2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalHighlights2012)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrHue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalHue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrLuminanceNoise</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalLuminanceNoise)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMoire</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalMoire)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrSaturation</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalSaturation)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrShadows2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalShadows2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrSharpness</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalSharpness)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrTemperature</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalTemperature)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrTexture</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalTexture)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrTint</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalTint)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrToningHue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalToningHue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrToningSaturation</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalToningSaturation)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrWhites2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalWhites2012)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrWhat</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsWhat)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GrainAmount</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>GrainFrequency</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>GrainSeed</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>GrainSize</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>GrayMixerAqua</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>GrayMixerBlue</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>GrayMixerGreen</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>GrayMixerMagenta</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>GrayMixerOrange</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>GrayMixerPurple</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>GrayMixerRed</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>GrayMixerYellow</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>GreenHue</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>GreenSaturation</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Group</td>
<td class=c title=' / = Avoid'>lang-alt/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>HasCrop</td>
<td class=c title=' / = Avoid'>boolean/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>HasSettings</td>
<td class=c title=' / = Avoid'>boolean/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>HDREditMode</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Highlight2012</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>HighlightRecovery</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Highlights2012</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>HueAdjustmentAqua</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>HueAdjustmentBlue</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>HueAdjustmentGreen</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>HueAdjustmentMagenta</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>HueAdjustmentOrange</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>HueAdjustmentPurple</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>HueAdjustmentRed</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>HueAdjustmentYellow</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>IncrementalTemperature</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>IncrementalTint</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>JPEGHandling</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LensBlur</td>
+<td class=c>struct</td>
+<td>--&gt; <a href='XMP.html#LensBlur'>LensBlur Struct</a></td></tr>
+<tr>
+<td>LensBlurActive</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>boolean/_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LensBlurAmount</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td><span class=s><span class=n>(LensBlurBlurAmount)</span></span></td></tr>
+<tr>
+<td>LensBlurBokehAspect</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LensBlurBokehRotation</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>LensBlurBokehShape</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LensBlurBokehShapeDetail</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>LensBlurCatEyeAmount</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LensBlurCatEyeScale</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>LensBlurFocalRange</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LensBlurFocalRangeSource</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>LensBlurHighlightsBoost</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LensBlurHighlightsThreshold</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>LensBlurSampledArea</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LensBlurSampledRange</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>LensBlurSphericalAberration</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>real/_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LensBlurSubjectRange</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td>&nbsp;</td></tr>
<tr>
+<td>LensBlurVersion</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
<td>LensManualDistortionAmount</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LensProfileChromaticAberrationScale</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LensProfileDigest</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LensProfileDistortionScale</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LensProfileEnable</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LensProfileFilename</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LensProfileIsEmbedded</td>
<td class=c title=' / = Avoid'>boolean/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LensProfileMatchKeyCameraModelName</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LensProfileMatchKeyExifMake</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LensProfileMatchKeyExifModel</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LensProfileMatchKeyIsRaw</td>
<td class=c title=' / = Avoid'>boolean/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LensProfileMatchKeyLensID</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LensProfileMatchKeyLensInfo</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LensProfileMatchKeyLensName</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LensProfileMatchKeySensorFormatFactor</td>
<td class=c title=' / = Avoid'>real/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LensProfileName</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LensProfileSetup</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LensProfileVignettingScale</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Look</td>
<td class=c>struct</td>
<td>--&gt; <a href='XMP.html#Look'>Look Struct</a></td></tr>
-<tr class=b>
+<tr>
<td>LookAmount</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LookCluster</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LookCopyright</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LookGroup</td>
<td class=c title=' / = Avoid
_ = Flattened'>lang-alt/_</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LookName</td>
<td class=c title=' / = Avoid'>string/</td>
<td><span class=s><span class=n>(NOT a flattened tag!)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>LookParameters</td>
<td class=c title=' _ = Flattened'>struct_</td>
<td>--&gt; <a href='XMP.html#LookParms'>LookParms Struct</a></td></tr>
-<tr class=b>
+<tr>
<td>LookParametersCameraProfile</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LookParametersClarity2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LookParametersConvertToGrayscale</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LookParametersHighlights2012</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td>&nbsp;</td></tr>
<tr>
<td>LookParametersLookTable</td>
<td class=c title=' / = Avoid
@@ -2926,1675 +3620,1680 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
_ = Flattened'>string/_</td>
<td>&nbsp;</td></tr>
<tr>
+<td>LookParametersShadows2012</td>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
<td>LookParametersToneCurvePV2012</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LookParametersToneCurvePV2012Blue</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LookParametersToneCurvePV2012Green</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LookParametersToneCurvePV2012Red</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LookParametersVersion</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LookSupportsAmount</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LookSupportsMonochrome</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LookSupportsOutputReferred</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LookUUID</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LuminanceAdjustmentAqua</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LuminanceAdjustmentBlue</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LuminanceAdjustmentGreen</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LuminanceAdjustmentMagenta</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LuminanceAdjustmentOrange</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LuminanceAdjustmentPurple</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LuminanceAdjustmentRed</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LuminanceAdjustmentYellow</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LuminanceNoiseReductionContrast</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LuminanceNoiseReductionDetail</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LuminanceSmoothing</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrections</td>
<td class=c title=' + = List'>struct+</td>
<td>--&gt; <a href='XMP.html#Correction'>Correction Struct</a></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrActive</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionActive)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrAmount</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionAmount)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMask</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a>
<br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionMasks)</span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskAlpha</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksAlpha)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskAngle</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksAngle)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskBottom</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksBottom)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskCenterValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCenterValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskCenterWeight</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCenterWeight)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskRange</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
<br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskRangeAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels)</span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskRangeAreaModelsComponents</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskRangeAreaModelsColorSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskRangeColorAmount</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskRangeDepthFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskRangeDepthMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskRangeDepthMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskRangeInvert</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>boolean/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskRangeLumFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskRangeLuminanceDepthSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskRangeLumMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskRangeLumMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskRangeLumRange</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskRangeSampleType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>integer/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskRangeType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskRangeVersion</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskDabs</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksDabs)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskFeather</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskFlipped</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksFlipped)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskFlow</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksFlow)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskFullX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksFullX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskFullY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksFullY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskInputDigest</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksInputDigest)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskLeft</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksLeft)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMaskActive</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMaskActive)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMaskBlendMode</td>
<td class=c title=' / = Avoid
_ = Flattened'>integer/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMaskDigest</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMaskDigest)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMaskInverted</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMaskInverted)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMaskName</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMaskName)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasks</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a>
<br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionMasksMasks)</span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksAlpha</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksAngle</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksAngle)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksBottom</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksBottom)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksCenterValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksCenterWeight</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksDabs</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksDabs)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksFeather</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksFeather)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksFlipped</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksFlow</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksFlow)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksFullX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksFullX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksFullY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksFullY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksInputDigest</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksLeft</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksLeft)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksMaskActive</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksMaskBlendMode</td>
<td class=c title=' / = Avoid
_ = Flattened'>integer/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksMaskDigest</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksMaskInverted</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksMaskName</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksMaskSubType</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksMaskSyncID</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksMaskVersion</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksMidpoint</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksOrigin</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksPerimeterValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksRadius</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksRadius)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksReferencePoint</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksRight</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksRight)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksRoundness</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksSizeX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksSizeY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksTop</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksTop)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMaskSubType</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMaskSubType)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksVersion</td>
<td class=c title=' / = Avoid
_ = Flattened'>integer/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksVersion)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksWhat</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksWhat)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksWholeImageArea</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMaskSyncID</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksZeroX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksZeroY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMaskValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMaskVersion</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMaskVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMidpoint</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMidpoint)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskOrigin</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksOrigin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskPerimeterValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskRadius</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksRadius)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskReferencePoint</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksReferencePoint)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskRight</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksRight)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskRoundness</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksRoundness)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskSizeX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksSizeX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskSizeY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksSizeY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskTop</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksTop)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskVersion</td>
<td class=c title=' / = Avoid
_ = Flattened'>integer/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksVersion)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskWhat</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksWhat)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskWholeImageArea</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskZeroX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksZeroX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskZeroY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksZeroY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrCorrectionName</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionName)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrRangeMask</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
<br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrRangeMaskAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels)</span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrRangeMaskAreaModelsComponents</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrRangeMaskAreaModelsColorSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrRangeMaskColorAmount</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrRangeMaskDepthFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrRangeMaskDepthMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrRangeMaskDepthMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrRangeMaskInvert</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>boolean/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskInvert)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrRangeMaskLumFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrRangeMaskLuminanceDepthSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrRangeMaskLumMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrRangeMaskLumMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrRangeMaskLumRange</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrRangeMaskSampleType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>integer/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrRangeMaskType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskType)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrRangeMaskVersion</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskVersion)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrCorrectionSyncID</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionSyncID)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrBlacks2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalBlacks2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrBrightness</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalBrightness)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrClarity</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalClarity)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrClarity2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalClarity2012)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrContrast</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalContrast)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrContrast2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalContrast2012)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrDefringe</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalDefringe)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrDehaze</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalDehaze)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrExposure</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalExposure)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrExposure2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalExposure2012)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrHighlights2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalHighlights2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrHue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalHue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrLuminanceNoise</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalLuminanceNoise)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMoire</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalMoire)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrSaturation</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalSaturation)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrShadows2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalShadows2012)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrSharpness</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalSharpness)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrTemperature</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalTemperature)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrTexture</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalTexture)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrTint</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalTint)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrToningHue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalToningHue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrToningSaturation</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalToningSaturation)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrWhites2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalWhites2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrWhat</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsWhat)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MoireFilter</td>
<td class=c title=' / = Avoid'>string/</td>
<td><span class=s>&#39;Off&#39; = Off
<br>&#39;On&#39; = On</span></td></tr>
-<tr>
+<tr class=b>
<td>Name</td>
<td class=c title=' / = Avoid'>lang-alt/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>NegativeCacheLargePreviewSize</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>NegativeCacheMaximumSize</td>
<td class=c title=' / = Avoid'>real/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>NegativeCachePath</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>OverrideLookVignette</td>
<td class=c title=' / = Avoid'>boolean/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>PaintBasedCorrections</td>
<td class=c title=' + = List'>struct+</td>
<td>--&gt; <a href='XMP.html#Correction'>Correction Struct</a></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionActive</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionActive)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionAmount</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionAmount)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintBasedCorrectionMasks</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a>
<br><span class='n s'>(PaintBasedCorrectionsCorrectionMasks)</span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskAlpha</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksAlpha)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskAngle</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksAngle)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskBottom</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksBottom)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskCenterValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCenterValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskCenterWeight</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCenterWeight)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskRange</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
<br><span class='n s'>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskRangeAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels)</span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskRangeAreaModelsComponents</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskRangeAreaModelsColorSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskRangeColorAmount</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskRangeDepthFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskRangeDepthMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskRangeDepthMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskRangeInvert</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>boolean/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskRangeLumFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskRangeLuminanceDepthSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskRangeLumMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskRangeLumMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskRangeLumRange</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskRangeSampleType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>integer/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskRangeType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskRangeVersion</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskDabs</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksDabs)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskFeather</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksFeather)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskFlipped</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksFlipped)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskFlow</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksFlow)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskFullX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksFullX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskFullY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksFullY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskInputDigest</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksInputDigest)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskLeft</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksLeft)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMaskActive</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMaskActive)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMaskBlendMode</td>
<td class=c title=' / = Avoid
_ = Flattened'>integer/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMaskBlendMode)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMaskDigest</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMaskDigest)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMaskInverted</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMaskInverted)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMaskName</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMaskName)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasks</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a>
<br><span class='n s'>(PaintBasedCorrectionsCorrectionMasksMasks)</span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksAlpha</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksAlpha)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksAngle</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksAngle)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksBottom</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksBottom)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksCenterValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksCenterValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksCenterWeight</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksCenterWeight)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksDabs</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksDabs)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksFeather</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksFlipped</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksFlipped)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksFlow</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksFlow)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksFullX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksFullX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksFullY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksFullY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksInputDigest</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksInputDigest)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksLeft</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksLeft)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksMaskActive</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksMaskActive)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksMaskBlendMode</td>
<td class=c title=' / = Avoid
_ = Flattened'>integer/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksMaskDigest</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksMaskDigest)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksMaskInverted</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksMaskInverted)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksMaskName</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksMaskName)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksMaskSubType</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksMaskSubType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksMaskSyncID</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksMaskValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksMaskVersion</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksMaskVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksMidpoint</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksMidpoint)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksOrigin</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksOrigin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksPerimeterValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksRadius</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksRadius)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksReferencePoint</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksReferencePoint)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksRight</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksRight)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksRoundness</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksRoundness)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksSizeX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksSizeX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksSizeY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksSizeY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksTop</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksTop)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMaskSubType</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMaskSubType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksVersion</td>
<td class=c title=' / = Avoid
_ = Flattened'>integer/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksWhat</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksWhat)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksWholeImageArea</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMaskSyncID</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMaskSyncID)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksZeroX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksZeroX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksZeroY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksZeroY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMaskValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMaskVersion</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMaskVersion)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMidpoint</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMidpoint)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskOrigin</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksOrigin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskPerimeterValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksPerimeterValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskRadius</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksRadius)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskReferencePoint</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksReferencePoint)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskRight</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksRight)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskRoundness</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksRoundness)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskSizeX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksSizeX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskSizeY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksSizeY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskTop</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksTop)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskVersion</td>
<td class=c title=' / = Avoid
_ = Flattened'>integer/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskWhat</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksWhat)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskWholeImageArea</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksWholeImageArea)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskZeroX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksZeroX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskZeroY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksZeroY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionCorrectionName</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionName)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionRangeMask</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
<br><span class='n s'>(PaintBasedCorrectionsCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionRangeMaskAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(PaintBasedCorrectionsCorrectionRangeMaskAreaModels)</span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionRangeMaskAreaModelsComponents</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionRangeMaskAreaModelsColorSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionRangeMaskColorAmount</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskColorAmount)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionRangeMaskDepthFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskDepthFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionRangeMaskDepthMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskDepthMax)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionRangeMaskDepthMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskDepthMin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionRangeMaskInvert</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>boolean/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskInvert)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionRangeMaskLumFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskLumFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionRangeMaskLuminanceDepthSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionRangeMaskLumMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskLumMax)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionRangeMaskLumMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskLumMin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionRangeMaskLumRange</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskLumRange)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionRangeMaskSampleType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>integer/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskSampleType)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionRangeMaskType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionRangeMaskVersion</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionCorrectionSyncID</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionSyncID)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionBlacks2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalBlacks2012)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionBrightness</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalBrightness)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionClarity</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalClarity)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionClarity2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalClarity2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionContrast</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalContrast)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionContrast2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalContrast2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionDefringe</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalDefringe)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionDehaze</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalDehaze)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionExposure</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalExposure)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionExposure2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalExposure2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionHighlights2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalHighlights2012)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionHue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalHue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionLuminanceNoise</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalLuminanceNoise)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMoire</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalMoire)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionSaturation</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalSaturation)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionShadows2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalShadows2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionSharpness</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalSharpness)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionTemperature</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalTemperature)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionTexture</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalTexture)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionTint</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalTint)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionToningHue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalToningHue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionToningSaturation</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalToningSaturation)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionWhites2012</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalWhites2012)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionWhat</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsWhat)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>ParametricDarks</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ParametricHighlights</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ParametricHighlightSplit</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ParametricLights</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ParametricMidtoneSplit</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ParametricShadows</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ParametricShadowSplit</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>PerspectiveAspect</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>PerspectiveHorizontal</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>PerspectiveRotate</td>
<td class=c title=' / = Avoid'>real/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>PerspectiveScale</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>PerspectiveUpright</td>
<td class=c title=' / = Avoid'>integer/</td>
<td><table class=cols><tr>
@@ -4605,995 +5304,995 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
<br>4 = Vertical
<br>5 = Guided</td></tr></table>
</td></tr>
-<tr>
+<tr class=b>
<td>PerspectiveVertical</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>PerspectiveX</td>
<td class=c title=' / = Avoid'>real/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>PerspectiveY</td>
<td class=c title=' / = Avoid'>real/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>PostCropVignetteAmount</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>PostCropVignetteFeather</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>PostCropVignetteHighlightContrast</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>PostCropVignetteMidpoint</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>PostCropVignetteRoundness</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>PostCropVignetteStyle</td>
<td class=c title=' / = Avoid'>integer/</td>
<td><span class=s>1 = Highlight Priority
<br>2 = Color Priority
<br>3 = Paint Overlay</span></td></tr>
-<tr class=b>
+<tr>
<td>PresetType</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ProcessVersion</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>RangeMask</td>
<td class=c>struct</td>
<td>--&gt; <a href='XMP.html#RangeMask'>RangeMask Struct</a>
<br><span class='n s'>(called RangeMaskMapInfo by the spec)</span></td></tr>
-<tr>
+<tr class=b>
<td>RangeMaskMapInfo</td>
<td class=c title=' _ = Flattened'>struct_</td>
<td>--&gt; <a href='XMP.html#MapInfo'>MapInfo Struct</a>
<br><span class='n s'>(RangeMaskMapInfoRangeMaskMapInfo)</span></td></tr>
-<tr class=b>
+<tr>
<td>RangeMaskMapInfoLabMax</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RangeMaskMapInfoRangeMaskMapInfoLabMax)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RangeMaskMapInfoLabMin</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RangeMaskMapInfoRangeMaskMapInfoLabMin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RangeMaskMapInfoLumEq</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(RangeMaskMapInfoRangeMaskMapInfoLumEq)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RangeMaskMapInfoRGBMax</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RangeMaskMapInfoRangeMaskMapInfoRGBMax)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RangeMaskMapInfoRGBMin</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RangeMaskMapInfoRangeMaskMapInfoRGBMin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RawFileName</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>RedEyeInfo</td>
<td class=c title=' / = Avoid
+ = List'>string/+</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>RedHue</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>RedSaturation</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreas</td>
<td class=c title=' + = List'>struct+</td>
<td>--&gt; <a href='XMP.html#RetouchArea'>RetouchArea Struct</a></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaFeather</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMasks</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a>
<br><span class='n s'>(RetouchAreasMasks)</span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskAlpha</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksAlpha)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskAngle</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksAngle)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskBottom</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksBottom)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskCenterValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksCenterValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskCenterWeight</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksCenterWeight)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskRange</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
<br><span class='n s'>(RetouchAreasMasksCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskRangeAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(RetouchAreasMasksCorrectionRangeMaskAreaModels)</span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskRangeAreaModelsComponents</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskRangeAreaModelsColorSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskRangeColorAmount</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskColorAmount)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskRangeDepthFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskDepthFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskRangeDepthMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskDepthMax)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskRangeDepthMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskDepthMin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskRangeInvert</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>boolean/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskInvert)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskRangeLumFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskLumFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskRangeLuminanceDepthSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskRangeLumMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskLumMax)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskRangeLumMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskLumMin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskRangeLumRange</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskLumRange)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskRangeSampleType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>integer/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskSampleType)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskRangeType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskRangeVersion</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskDabs</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksDabs)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskFeather</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksFeather)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskFlipped</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksFlipped)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskFlow</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksFlow)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskFullX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksFullX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskFullY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksFullY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskInputDigest</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksInputDigest)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskLeft</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksLeft)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMaskActive</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMaskActive)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMaskBlendMode</td>
<td class=c title=' / = Avoid
_ = Flattened'>integer/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMaskBlendMode)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMaskDigest</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMaskDigest)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMaskInverted</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMaskInverted)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMaskName</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMaskName)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasks</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a>
<br><span class='n s'>(RetouchAreasMasksMasks)</span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksAlpha</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksAlpha)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksAngle</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksAngle)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksBottom</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksBottom)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksCenterValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksCenterValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksCenterWeight</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksCenterWeight)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksDabs</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksDabs)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksFeather</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksFlipped</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksFlipped)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksFlow</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksFlow)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksFullX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksFullX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksFullY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksFullY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksInputDigest</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksInputDigest)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksLeft</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksLeft)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksMaskActive</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksMaskActive)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksMaskBlendMode</td>
<td class=c title=' / = Avoid
_ = Flattened'>integer/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksMaskBlendMode)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksMaskDigest</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksMaskDigest)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksMaskInverted</td>
<td class=c title=' / = Avoid
_ = Flattened'>boolean/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksMaskInverted)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksMaskName</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksMaskName)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksMaskSubType</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksMaskSubType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksMaskSyncID</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksMaskSyncID)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksMaskValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksMaskVersion</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksMaskVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksMidpoint</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksMidpoint)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksOrigin</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksOrigin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksPerimeterValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksPerimeterValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksRadius</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksRadius)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksReferencePoint</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksReferencePoint)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksRight</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksRight)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksRoundness</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksRoundness)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksSizeX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksSizeX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksSizeY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksSizeY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksTop</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksTop)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMaskSubType</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMaskSubType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksVersion</td>
<td class=c title=' / = Avoid
_ = Flattened'>integer/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksWhat</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksWhat)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksWholeImageArea</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksWholeImageArea)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMaskSyncID</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMaskSyncID)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksZeroX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksZeroX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksZeroY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksZeroY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMaskValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMaskVersion</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMaskVersion)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMidpoint</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMidpoint)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskOrigin</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksOrigin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskPerimeterValue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksPerimeterValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskRadius</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksRadius)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskReferencePoint</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksReferencePoint)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskRight</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksRight)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskRoundness</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksRoundness)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskSizeX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksSizeX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskSizeY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksSizeY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskTop</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksTop)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskVersion</td>
<td class=c title=' / = Avoid
_ = Flattened'>integer/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskWhat</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksWhat)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskWholeImageArea</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksWholeImageArea)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskZeroX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksZeroX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskZeroY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksZeroY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMethod</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasMethod)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaOffsetY</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasOffsetY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaOpacity</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasOpacity)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaSeed</td>
<td class=c title=' / = Avoid
_ = Flattened'>integer/_</td>
<td><span class=s><span class=n>(RetouchAreasSeed)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaSourceState</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasSourceState)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaSourceX</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasSourceX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaSpotType</td>
<td class=c title=' / = Avoid
_ = Flattened'>string/_</td>
<td><span class=s><span class=n>(RetouchAreasSpotType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchInfo</td>
<td class=c title=' / = Avoid
+ = List'>string/+</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>Saturation</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SaturationAdjustmentAqua</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SaturationAdjustmentBlue</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SaturationAdjustmentGreen</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SaturationAdjustmentMagenta</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SaturationAdjustmentOrange</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SaturationAdjustmentPurple</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SaturationAdjustmentRed</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SaturationAdjustmentYellow</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SDRBlend</td>
<td class=c title=' / = Avoid'>real/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SDRBrightness</td>
<td class=c title=' / = Avoid'>real/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SDRContrast</td>
<td class=c title=' / = Avoid'>real/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SDRHighlights</td>
<td class=c title=' / = Avoid'>real/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SDRShadows</td>
<td class=c title=' / = Avoid'>real/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SDRWhites</td>
<td class=c title=' / = Avoid'>real/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Shadows</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>Shadows2012</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ShadowTint</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SharpenDetail</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SharpenEdgeMasking</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SharpenRadius</td>
<td class=c title=' / = Avoid'>real/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Sharpness</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ShortName</td>
<td class=c title=' / = Avoid'>lang-alt/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Smoothness</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SortName</td>
<td class=c title=' / = Avoid'>lang-alt/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SplitToningBalance</td>
<td class=c title=' / = Avoid'>integer/</td>
<td><span class=s><span class=n>(also used for newer ColorGrade settings)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>SplitToningHighlightHue</td>
<td class=c title=' / = Avoid'>integer/</td>
<td><span class=s><span class=n>(also used for newer ColorGrade settings)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>SplitToningHighlightSaturation</td>
<td class=c title=' / = Avoid'>integer/</td>
<td><span class=s><span class=n>(also used for newer ColorGrade settings)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>SplitToningShadowHue</td>
<td class=c title=' / = Avoid'>integer/</td>
<td><span class=s><span class=n>(also used for newer ColorGrade settings)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>SplitToningShadowSaturation</td>
<td class=c title=' / = Avoid'>integer/</td>
<td><span class=s><span class=n>(also used for newer ColorGrade settings)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>SupportsAmount</td>
<td class=c title=' / = Avoid'>boolean/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SupportsColor</td>
<td class=c title=' / = Avoid'>boolean/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SupportsHighDynamicRange</td>
<td class=c title=' / = Avoid'>boolean/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SupportsMonochrome</td>
<td class=c title=' / = Avoid'>boolean/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SupportsNormalDynamicRange</td>
<td class=c title=' / = Avoid'>boolean/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SupportsOutputReferred</td>
<td class=c title=' / = Avoid'>boolean/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SupportsSceneReferred</td>
<td class=c title=' / = Avoid'>boolean/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ColorTemperature</td>
<td class=c title=' / = Avoid'>integer/</td>
<td><span class=s><span class=n>(called Temperature by the spec)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>Texture</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>TIFFHandling</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>Tint</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ToggleStyleAmount</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ToggleStyleDigest</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ToneCurve</td>
<td class=c title=' / = Avoid
+ = List'>string/+</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ToneCurveBlue</td>
<td class=c title=' / = Avoid
+ = List'>string/+</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ToneCurveGreen</td>
<td class=c title=' / = Avoid
+ = List'>string/+</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ToneCurveName</td>
<td class=c title=' / = Avoid'>string/</td>
<td><span class=s>&#39;Custom&#39; = Custom
<br>&#39;Linear&#39; = Linear
<br>&#39;Medium Contrast&#39; = Medium Contrast
<br>&#39;Strong Contrast&#39; = Strong Contrast</span></td></tr>
-<tr>
+<tr class=b>
<td>ToneCurveName2012</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ToneCurvePV2012</td>
<td class=c title=' / = Avoid
+ = List'>string/+</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ToneCurvePV2012Blue</td>
<td class=c title=' / = Avoid
+ = List'>string/+</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ToneCurvePV2012Green</td>
<td class=c title=' / = Avoid
+ = List'>string/+</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ToneCurvePV2012Red</td>
<td class=c title=' / = Avoid
+ = List'>string/+</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ToneCurveRed</td>
<td class=c title=' / = Avoid
+ = List'>string/+</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ToneMapStrength</td>
<td class=c title=' / = Avoid'>real/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightCenterMode</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UprightCenterNormX</td>
<td class=c title=' / = Avoid'>real/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightCenterNormY</td>
<td class=c title=' / = Avoid'>real/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UprightDependentDigest</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightFocalLength35mm</td>
<td class=c title=' / = Avoid'>real/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UprightFocalMode</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightFourSegments_0</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UprightFourSegments_1</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightFourSegments_2</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UprightFourSegments_3</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightFourSegmentsCount</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UprightGuidedDependentDigest</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightPreview</td>
<td class=c title=' / = Avoid'>boolean/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UprightTransform_0</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightTransform_1</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UprightTransform_2</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightTransform_3</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UprightTransform_4</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightTransform_5</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UprightTransformCount</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightVersion</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UUID</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>Version</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Vibrance</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>VignetteAmount</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>VignetteMidpoint</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>What</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>WhiteBalance</td>
<td class=c title=' / = Avoid'>string/</td>
<td><table class=cols><tr>
@@ -5607,7 +6306,7 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
<br>&#39;Shade&#39; = Shade
<br>&#39;Tungsten&#39; = Tungsten</td></tr></table>
</td></tr>
-<tr class=b>
+<tr>
<td>Whites2012</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
@@ -5996,6 +6695,166 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
<td>&nbsp;</td></tr>
</table></td></tr></table></blockquote>
+<h2><a name='DepthBasedCorr'>XMP DepthBasedCorr Struct</a></h2>
+<blockquote>
+<table class=frame><tr><td>
+<table class=inner cellspacing=1>
+<tr class=h><th>Field Name</th>
+<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
+<tr>
+<td>CorrectionActive</td>
+<td class=c>boolean</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>CorrectionAmount</td>
+<td class=c>real</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>CorrectionMasks</td>
+<td class=c title=' + = List'>CorrectionMask+</td>
+<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a></td></tr>
+<tr class=b>
+<td>CorrectionSyncID</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>LocalCorrectedDepth</td>
+<td class=c>real</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LocalCurveRefineSaturation</td>
+<td class=c>real</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>What</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+</table></td></tr></table></blockquote>
+
+<h2><a name='DepthMapInfo'>XMP DepthMapInfo Struct</a></h2>
+<blockquote>
+<table class=frame><tr><td>
+<table class=inner cellspacing=1>
+<tr class=h><th>Field Name</th>
+<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
+<tr>
+<td>BaseHighlightGuideInputDigest</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>BaseHighlightGuideTable</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>BaseHighlightGuideVersion</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>BaseLayeredDepthInputDigest</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>BaseLayeredDepthTable</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>BaseLayeredDepthVersion</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>BaseRawDepthInputDigest</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>BaseRawDepthTable</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>BaseRawDepthVersion</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>DepthSource</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+</table></td></tr></table></blockquote>
+
+<h2><a name='LensBlur'>XMP LensBlur Struct</a></h2>
+<blockquote>
+<table class=frame><tr><td>
+<table class=inner cellspacing=1>
+<tr class=h><th>Field Name</th>
+<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
+<tr>
+<td>Active</td>
+<td class=c>boolean</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>BlurAmount</td>
+<td class=c>real</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>BokehAspect</td>
+<td class=c>real</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>BokehRotation</td>
+<td class=c>real</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>BokehShape</td>
+<td class=c>real</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>BokehShapeDetail</td>
+<td class=c>real</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>CatEyeAmount</td>
+<td class=c>real</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>CatEyeScale</td>
+<td class=c>real</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>FocalRange</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>FocalRangeSource</td>
+<td class=c>real</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>HighlightsBoost</td>
+<td class=c>real</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>HighlightsThreshold</td>
+<td class=c>real</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>SampledArea</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>SampledRange</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>SphericalAberration</td>
+<td class=c>real</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>SubjectRange</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>Version</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+</table></td></tr></table></blockquote>
+
<h2><a name='Look'>XMP Look Struct</a></h2>
<blockquote>
<table class=frame><tr><td>
@@ -6063,13 +6922,21 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
<td class=c>string</td>
<td>&nbsp;</td></tr>
<tr class=b>
-<td>LookTable</td>
+<td>Highlights2012</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
<tr>
+<td>LookTable</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
<td>ProcessVersion</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
+<tr>
+<td>Shadows2012</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
<tr class=b>
<td>ToneCurvePV2012</td>
<td class=c title=' + = List'>string+</td>
@@ -7209,882 +8076,1449 @@ metadata space with these incredibly bulky image editing parameters.</p>
<td class=c>real</td>
<td>&nbsp;</td></tr>
<tr>
+<td>DepthBasedCorrections</td>
+<td class=c title=' + = List'>struct+</td>
+<td>--&gt; <a href='XMP.html#DepthBasedCorr'>DepthBasedCorr Struct</a></td></tr>
+<tr class=b>
+<td>DepthBasedCorrCorrectionActive</td>
+<td class=c title=' _ = Flattened
+ + = List'>boolean_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionActive)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrCorrectionAmount</td>
+<td class=c title=' _ = Flattened
+ + = List'>real_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionAmount)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMask</td>
+<td class=c title=' _ = Flattened
+ + = List'>struct_+</td>
+<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a>
+ <br><span class='n s'>(DepthBasedCorrectionsCorrectionMasks)</span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskAlpha</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksAlpha)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskAngle</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksAngle)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskBottom</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksBottom)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskCenterValue</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCenterValue)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskCenterWeight</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCenterWeight)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskRange</td>
+<td class=c title=' _ = Flattened
+ + = List'>struct_+</td>
+<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
+ <br><span class='n s'>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskRangeAreaModels</td>
+<td class=c title=' _ = Flattened
+ + = List'>struct_+</td>
+<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
+ <br><span class='n s'>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels)</span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskRangeAreaModelsComponents</td>
+<td class=c title=' _ = Flattened
+ + = List'>string_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskRangeAreaModelsColorSampleInfo</td>
+<td class=c title=' _ = Flattened
+ + = List'>string_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskRangeColorAmount</td>
+<td class=c title=' _ = Flattened
+ + = List'>real_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskRangeDepthFeather</td>
+<td class=c title=' _ = Flattened
+ + = List'>real_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskRangeDepthMax</td>
+<td class=c title=' _ = Flattened
+ + = List'>real_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskRangeDepthMin</td>
+<td class=c title=' _ = Flattened
+ + = List'>real_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskRangeInvert</td>
+<td class=c title=' _ = Flattened
+ + = List'>boolean_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskRangeLumFeather</td>
+<td class=c title=' _ = Flattened
+ + = List'>real_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskRangeLuminanceDepthSampleInfo</td>
+<td class=c title=' _ = Flattened
+ + = List'>string_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskRangeLumMax</td>
+<td class=c title=' _ = Flattened
+ + = List'>real_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskRangeLumMin</td>
+<td class=c title=' _ = Flattened
+ + = List'>real_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskRangeLumRange</td>
+<td class=c title=' _ = Flattened
+ + = List'>string_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskRangeSampleType</td>
+<td class=c title=' _ = Flattened
+ + = List'>integer_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskRangeType</td>
+<td class=c title=' _ = Flattened
+ + = List'>string_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskType)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskRangeVersion</td>
+<td class=c title=' _ = Flattened
+ + = List'>string_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskDabs</td>
+<td class=c title=' _ = Flattened
+ + = List'>string_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksDabs)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskFeather</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksFeather)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskFlipped</td>
+<td class=c title=' _ = Flattened'>boolean_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksFlipped)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskFlow</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksFlow)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskFullX</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksFullX)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskFullY</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksFullY)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskInputDigest</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksInputDigest)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskLeft</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksLeft)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMaskActive</td>
+<td class=c title=' _ = Flattened'>boolean_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMaskActive)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMaskBlendMode</td>
+<td class=c title=' _ = Flattened'>integer_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMaskBlendMode)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMaskDigest</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMaskDigest)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMaskInverted</td>
+<td class=c title=' _ = Flattened'>boolean_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMaskInverted)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMaskName</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMaskName)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasks</td>
+<td class=c title=' _ = Flattened
+ + = List'>struct_+</td>
+<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a>
+ <br><span class='n s'>(DepthBasedCorrectionsCorrectionMasksMasks)</span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksAlpha</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksAlpha)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksAngle</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksAngle)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksBottom</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksBottom)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksCenterValue</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksCenterValue)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksCenterWeight</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksCenterWeight)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksDabs</td>
+<td class=c title=' _ = Flattened
+ + = List'>string_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksDabs)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksFeather</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksFeather)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksFlipped</td>
+<td class=c title=' _ = Flattened'>boolean_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksFlipped)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksFlow</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksFlow)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksFullX</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksFullX)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksFullY</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksFullY)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksInputDigest</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksInputDigest)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksLeft</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksLeft)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksMaskActive</td>
+<td class=c title=' _ = Flattened'>boolean_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksMaskActive)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksMaskBlendMode</td>
+<td class=c title=' _ = Flattened'>integer_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksMaskBlendMode)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksMaskDigest</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksMaskDigest)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksMaskInverted</td>
+<td class=c title=' _ = Flattened'>boolean_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksMaskInverted)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksMaskName</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksMaskName)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksMaskSubType</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksMaskSubType)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksMaskSyncID</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksMaskSyncID)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksValue</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksMaskValue)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksMaskVersion</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksMaskVersion)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksMidpoint</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksMidpoint)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksOrigin</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksOrigin)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksPerimeterValue</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksPerimeterValue)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksRadius</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksRadius)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksReferencePoint</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksReferencePoint)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksRight</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksRight)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksRoundness</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksRoundness)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksSizeX</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksSizeX)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksSizeY</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksSizeY)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksTop</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksTop)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMaskSubType</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMaskSubType)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksVersion</td>
+<td class=c title=' _ = Flattened'>integer_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksVersion)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksWhat</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksWhat)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksWholeImageArea</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksWholeImageArea)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksX</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksX)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksY</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksY)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMaskSyncID</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMaskSyncID)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMasksZeroX</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksZeroX)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMasksZeroY</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMasksZeroY)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskValue</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMaskValue)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskMaskVersion</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMaskVersion)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskMidpoint</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksMidpoint)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskOrigin</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksOrigin)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskPerimeterValue</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksPerimeterValue)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskRadius</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksRadius)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskReferencePoint</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksReferencePoint)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskRight</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksRight)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskRoundness</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksRoundness)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskSizeX</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksSizeX)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskSizeY</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksSizeY)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskTop</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksTop)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskVersion</td>
+<td class=c title=' _ = Flattened'>integer_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksVersion)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskWhat</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksWhat)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskWholeImageArea</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksWholeImageArea)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskX</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksX)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskY</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksY)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrMaskZeroX</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksZeroX)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrMaskZeroY</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionMasksZeroY)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrCorrectionSyncID</td>
+<td class=c title=' _ = Flattened
+ + = List'>string_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsCorrectionSyncID)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrLocalCorrectedDepth</td>
+<td class=c title=' _ = Flattened
+ + = List'>real_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsLocalCorrectedDepth)</span></span></td></tr>
+<tr>
+<td>DepthBasedCorrLocalCurveRefineSaturation</td>
+<td class=c title=' _ = Flattened
+ + = List'>real_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsLocalCurveRefineSaturation)</span></span></td></tr>
+<tr class=b>
+<td>DepthBasedCorrWhat</td>
+<td class=c title=' _ = Flattened
+ + = List'>string_+</td>
+<td><span class=s><span class=n>(DepthBasedCorrectionsWhat)</span></span></td></tr>
+<tr>
+<td>DepthMapInfo</td>
+<td class=c>struct</td>
+<td>--&gt; <a href='XMP.html#DepthMapInfo'>DepthMapInfo Struct</a></td></tr>
+<tr class=b>
+<td>DepthMapInfoBaseHighlightGuideInputDigest</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>DepthMapInfoBaseHighlightGuideTable</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>DepthMapInfoBaseHighlightGuideVersion</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>DepthMapInfoBaseLayeredDepthInputDigest</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>DepthMapInfoBaseLayeredDepthTable</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>DepthMapInfoBaseLayeredDepthVersion</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>DepthMapInfoBaseRawDepthInputDigest</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>DepthMapInfoBaseRawDepthTable</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>DepthMapInfoBaseRawDepthVersion</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>DepthMapInfoDepthSource</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
<td>Description</td>
<td class=c title=' / = Avoid'>lang-alt/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>DNGIgnoreSidecars</td>
<td class=c>boolean</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Exposure</td>
<td class=c>real</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>Exposure2012</td>
<td class=c>real</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>FillLight</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrections</td>
<td class=c title=' + = List'>struct+</td>
<td>--&gt; <a href='XMP.html#Correction'>Correction Struct</a></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrActive</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionActive)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrAmount</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionAmount)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMasks</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a>
<br><span class='n s'>(GradientBasedCorrectionsCorrectionMasks)</span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskAlpha</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksAlpha)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskAngle</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksAngle)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskBottom</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksBottom)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskCenterValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCenterValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskCenterWeight</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCenterWeight)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskRange</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
<br><span class='n s'>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskRangeAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels)</span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskRangeAreaModelsComponents</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskRangeAreaModelsColorSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskRangeColorAmount</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskRangeDepthFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskRangeDepthMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskRangeDepthMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskRangeInvert</td>
<td class=c title=' _ = Flattened
+ = List'>boolean_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskRangeLumFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskRangeLuminanceDepthSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskRangeLumMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskRangeLumMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskRangeLumRange</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskRangeSampleType</td>
<td class=c title=' _ = Flattened
+ = List'>integer_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskRangeType</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskRangeVersion</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskDabs</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksDabs)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskFeather</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksFeather)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskFlipped</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksFlipped)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskFlow</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksFlow)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskFullX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksFullX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskFullY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksFullY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskInputDigest</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksInputDigest)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskLeft</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksLeft)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMaskActive</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMaskActive)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMaskBlendMode</td>
<td class=c title=' _ = Flattened'>integer_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMaskBlendMode)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMaskDigest</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMaskDigest)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMaskInverted</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMaskInverted)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMaskName</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMaskName)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasks</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a>
<br><span class='n s'>(GradientBasedCorrectionsCorrectionMasksMasks)</span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksAlpha</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksAlpha)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksAngle</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksAngle)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksBottom</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksBottom)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksCenterValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksCenterValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksCenterWeight</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksCenterWeight)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksDabs</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksDabs)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksFeather</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksFlipped</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksFlipped)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksFlow</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksFlow)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksFullX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksFullX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksFullY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksFullY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksInputDigest</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksInputDigest)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksLeft</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksLeft)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksMaskActive</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksMaskActive)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksMaskBlendMode</td>
<td class=c title=' _ = Flattened'>integer_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksMaskDigest</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksMaskDigest)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksMaskInverted</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksMaskInverted)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksMaskName</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksMaskName)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksMaskSubType</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksMaskSubType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksMaskSyncID</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksMaskValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksMaskVersion</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksMaskVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksMidpoint</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksMidpoint)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksOrigin</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksOrigin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksPerimeterValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksRadius</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksRadius)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksReferencePoint</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksReferencePoint)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksRight</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksRight)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksRoundness</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksRoundness)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksSizeX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksSizeX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksSizeY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksSizeY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksTop</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksTop)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMaskSubType</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMaskSubType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksVersion</td>
<td class=c title=' _ = Flattened'>integer_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksWhat</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksWhat)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksWholeImageArea</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMaskSyncID</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMaskSyncID)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMasksZeroX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksZeroX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMasksZeroY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMasksZeroY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMaskValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskMaskVersion</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMaskVersion)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskMidpoint</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksMidpoint)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskOrigin</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksOrigin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskPerimeterValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksPerimeterValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskRadius</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksRadius)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskReferencePoint</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksReferencePoint)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskRight</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksRight)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskRoundness</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksRoundness)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskSizeX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksSizeX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskSizeY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksSizeY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskTop</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksTop)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskVersion</td>
<td class=c title=' _ = Flattened'>integer_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskWhat</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksWhat)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskWholeImageArea</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksWholeImageArea)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMaskZeroX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksZeroX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrMaskZeroY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksZeroY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrCorrectionName</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionName)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrRangeMask</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
<br><span class='n s'>(GradientBasedCorrectionsCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrRangeMaskAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(GradientBasedCorrectionsCorrectionRangeMaskAreaModels)</span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrRangeMaskAreaModelsComponents</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrRangeMaskAreaModelsColorSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrRangeMaskColorAmount</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskColorAmount)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrRangeMaskDepthFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskDepthFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrRangeMaskDepthMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskDepthMax)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrRangeMaskDepthMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskDepthMin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrRangeMaskInvert</td>
<td class=c title=' _ = Flattened
+ = List'>boolean_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskInvert)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrRangeMaskLumFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskLumFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrRangeMaskLuminanceDepthSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrRangeMaskLumMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskLumMax)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrRangeMaskLumMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskLumMin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrRangeMaskLumRange</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskLumRange)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrRangeMaskSampleType</td>
<td class=c title=' _ = Flattened
+ = List'>integer_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskSampleType)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrRangeMaskType</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrRangeMaskVersion</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrCorrectionSyncID</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionSyncID)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrBlacks2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalBlacks2012)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrBrightness</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalBrightness)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrClarity</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalClarity)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrClarity2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalClarity2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrContrast</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalContrast)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrContrast2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalContrast2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrDefringe</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalDefringe)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrDehaze</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalDehaze)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrExposure</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalExposure)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrExposure2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalExposure2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrHighlights2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalHighlights2012)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrHue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalHue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrLuminanceNoise</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalLuminanceNoise)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrMoire</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalMoire)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrSaturation</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalSaturation)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrShadows2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalShadows2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrSharpness</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalSharpness)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrTemperature</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalTemperature)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrTexture</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalTexture)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrTint</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalTint)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrToningHue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalToningHue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrToningSaturation</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalToningSaturation)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GradientBasedCorrWhites2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalWhites2012)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>GradientBasedCorrWhat</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsWhat)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>GrainAmount</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>GrainFrequency</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>GrainSeed</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>GrainSize</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>GrayMixerAqua</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>GrayMixerBlue</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>GrayMixerGreen</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>GrayMixerMagenta</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>GrayMixerOrange</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>GrayMixerPurple</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>GrayMixerRed</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>GrayMixerYellow</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>GreenHue</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>GreenSaturation</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Group</td>
<td class=c title=' / = Avoid'>lang-alt/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>HasCrop</td>
<td class=c>boolean</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>HasSettings</td>
<td class=c>boolean</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>HDREditMode</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Highlight2012</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>HighlightRecovery</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Highlights2012</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>HueAdjustmentAqua</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>HueAdjustmentBlue</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>HueAdjustmentGreen</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>HueAdjustmentMagenta</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>HueAdjustmentOrange</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>HueAdjustmentPurple</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>HueAdjustmentRed</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>HueAdjustmentYellow</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>IncrementalTemperature</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>IncrementalTint</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>JPEGHandling</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LensBlur</td>
+<td class=c>struct</td>
+<td>--&gt; <a href='XMP.html#LensBlur'>LensBlur Struct</a></td></tr>
+<tr>
+<td>LensBlurActive</td>
+<td class=c title=' _ = Flattened'>boolean_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LensBlurAmount</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td><span class=s><span class=n>(LensBlurBlurAmount)</span></span></td></tr>
+<tr>
+<td>LensBlurBokehAspect</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LensBlurBokehRotation</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>LensBlurBokehShape</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LensBlurBokehShapeDetail</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>LensBlurCatEyeAmount</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LensBlurCatEyeScale</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>LensBlurFocalRange</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LensBlurFocalRangeSource</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>LensBlurHighlightsBoost</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LensBlurHighlightsThreshold</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>LensBlurSampledArea</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LensBlurSampledRange</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>LensBlurSphericalAberration</td>
+<td class=c title=' _ = Flattened'>real_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LensBlurSubjectRange</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td>&nbsp;</td></tr>
<tr>
+<td>LensBlurVersion</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
<td>LensManualDistortionAmount</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LensProfileChromaticAberrationScale</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LensProfileDigest</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LensProfileDistortionScale</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LensProfileEnable</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LensProfileFilename</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LensProfileIsEmbedded</td>
<td class=c>boolean</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LensProfileMatchKeyCameraModelName</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LensProfileMatchKeyExifMake</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LensProfileMatchKeyExifModel</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LensProfileMatchKeyIsRaw</td>
<td class=c>boolean</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LensProfileMatchKeyLensID</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LensProfileMatchKeyLensInfo</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LensProfileMatchKeyLensName</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LensProfileMatchKeySensorFormatFactor</td>
<td class=c>real</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LensProfileName</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LensProfileSetup</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LensProfileVignettingScale</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Look</td>
<td class=c>struct</td>
<td>--&gt; <a href='XMP.html#Look'>Look Struct</a></td></tr>
-<tr class=b>
+<tr>
<td>LookAmount</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LookCluster</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LookCopyright</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LookGroup</td>
<td class=c title=' _ = Flattened'>lang-alt_</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LookName</td>
<td class=c>string</td>
<td><span class=s><span class=n>(NOT a flattened tag!)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>LookParameters</td>
<td class=c title=' _ = Flattened'>struct_</td>
<td>--&gt; <a href='XMP.html#LookParms'>LookParms Struct</a></td></tr>
-<tr class=b>
+<tr>
<td>LookParametersCameraProfile</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LookParametersClarity2012</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LookParametersConvertToGrayscale</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
+<tr class=b>
+<td>LookParametersHighlights2012</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td>&nbsp;</td></tr>
<tr>
<td>LookParametersLookTable</td>
<td class=c title=' _ = Flattened'>string_</td>
@@ -8094,1394 +9528,1398 @@ metadata space with these incredibly bulky image editing parameters.</p>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
<tr>
+<td>LookParametersShadows2012</td>
+<td class=c title=' _ = Flattened'>string_</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
<td>LookParametersToneCurvePV2012</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LookParametersToneCurvePV2012Blue</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LookParametersToneCurvePV2012Green</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LookParametersToneCurvePV2012Red</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LookParametersVersion</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LookSupportsAmount</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LookSupportsMonochrome</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LookSupportsOutputReferred</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LookUUID</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LuminanceAdjustmentAqua</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LuminanceAdjustmentBlue</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LuminanceAdjustmentGreen</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LuminanceAdjustmentMagenta</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LuminanceAdjustmentOrange</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LuminanceAdjustmentPurple</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LuminanceAdjustmentRed</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LuminanceAdjustmentYellow</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LuminanceNoiseReductionContrast</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>LuminanceNoiseReductionDetail</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>LuminanceSmoothing</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrections</td>
<td class=c title=' + = List'>struct+</td>
<td>--&gt; <a href='XMP.html#Correction'>Correction Struct</a></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrActive</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionActive)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrAmount</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionAmount)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMask</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a>
<br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionMasks)</span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskAlpha</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksAlpha)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskAngle</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksAngle)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskBottom</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksBottom)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskCenterValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCenterValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskCenterWeight</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCenterWeight)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskRange</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
<br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskRangeAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels)</span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskRangeAreaModelsComponents</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskRangeAreaModelsColorSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskRangeColorAmount</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskRangeDepthFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskRangeDepthMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskRangeDepthMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskRangeInvert</td>
<td class=c title=' _ = Flattened
+ = List'>boolean_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskRangeLumFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskRangeLuminanceDepthSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskRangeLumMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskRangeLumMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskRangeLumRange</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskRangeSampleType</td>
<td class=c title=' _ = Flattened
+ = List'>integer_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskRangeType</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskRangeVersion</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskDabs</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksDabs)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskFeather</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskFlipped</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksFlipped)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskFlow</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksFlow)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskFullX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksFullX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskFullY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksFullY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskInputDigest</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksInputDigest)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskLeft</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksLeft)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMaskActive</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMaskActive)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMaskBlendMode</td>
<td class=c title=' _ = Flattened'>integer_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMaskDigest</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMaskDigest)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMaskInverted</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMaskInverted)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMaskName</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMaskName)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasks</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a>
<br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionMasksMasks)</span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksAlpha</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksAngle</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksAngle)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksBottom</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksBottom)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksCenterValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksCenterWeight</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksDabs</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksDabs)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksFeather</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksFeather)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksFlipped</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksFlow</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksFlow)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksFullX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksFullX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksFullY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksFullY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksInputDigest</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksLeft</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksLeft)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksMaskActive</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksMaskBlendMode</td>
<td class=c title=' _ = Flattened'>integer_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksMaskDigest</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksMaskInverted</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksMaskName</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksMaskSubType</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksMaskSyncID</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksMaskVersion</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksMidpoint</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksOrigin</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksPerimeterValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksRadius</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksRadius)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksReferencePoint</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksRight</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksRight)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksRoundness</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksSizeX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksSizeY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksTop</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksTop)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMaskSubType</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMaskSubType)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksVersion</td>
<td class=c title=' _ = Flattened'>integer_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksVersion)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksWhat</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksWhat)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksWholeImageArea</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMaskSyncID</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMasksZeroX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMasksZeroY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMaskValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskMaskVersion</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMaskVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskMidpoint</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksMidpoint)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskOrigin</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksOrigin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskPerimeterValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskRadius</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksRadius)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskReferencePoint</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksReferencePoint)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskRight</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksRight)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskRoundness</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksRoundness)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskSizeX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksSizeX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskSizeY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksSizeY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskTop</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksTop)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskVersion</td>
<td class=c title=' _ = Flattened'>integer_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksVersion)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskWhat</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksWhat)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskWholeImageArea</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMaskZeroX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksZeroX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrMaskZeroY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksZeroY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrCorrectionName</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionName)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrRangeMask</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
<br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrRangeMaskAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels)</span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrRangeMaskAreaModelsComponents</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrRangeMaskAreaModelsColorSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrRangeMaskColorAmount</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrRangeMaskDepthFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrRangeMaskDepthMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrRangeMaskDepthMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrRangeMaskInvert</td>
<td class=c title=' _ = Flattened
+ = List'>boolean_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskInvert)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrRangeMaskLumFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrRangeMaskLuminanceDepthSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrRangeMaskLumMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrRangeMaskLumMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrRangeMaskLumRange</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrRangeMaskSampleType</td>
<td class=c title=' _ = Flattened
+ = List'>integer_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrRangeMaskType</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskType)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrRangeMaskVersion</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskVersion)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrCorrectionSyncID</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionSyncID)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrBlacks2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalBlacks2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrBrightness</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalBrightness)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrClarity</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalClarity)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrClarity2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalClarity2012)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrContrast</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalContrast)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrContrast2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalContrast2012)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrDefringe</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalDefringe)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrDehaze</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalDehaze)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrExposure</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalExposure)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrExposure2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalExposure2012)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrHighlights2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalHighlights2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrHue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalHue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrLuminanceNoise</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalLuminanceNoise)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrMoire</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalMoire)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrSaturation</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalSaturation)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrShadows2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalShadows2012)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrSharpness</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalSharpness)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrTemperature</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalTemperature)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrTexture</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalTexture)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrTint</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalTint)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrToningHue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalToningHue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrToningSaturation</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalToningSaturation)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MaskGroupBasedCorrWhites2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalWhites2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>MaskGroupBasedCorrWhat</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsWhat)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>MoireFilter</td>
<td class=c>string</td>
<td><span class=s>&#39;Off&#39; = Off
<br>&#39;On&#39; = On</span></td></tr>
-<tr>
+<tr class=b>
<td>Name</td>
<td class=c title=' / = Avoid'>lang-alt/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>NegativeCacheLargePreviewSize</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>NegativeCacheMaximumSize</td>
<td class=c>real</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>NegativeCachePath</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>OverrideLookVignette</td>
<td class=c>boolean</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>PaintBasedCorrections</td>
<td class=c title=' + = List'>struct+</td>
<td>--&gt; <a href='XMP.html#Correction'>Correction Struct</a></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionActive</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionActive)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionAmount</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionAmount)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintBasedCorrectionMasks</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a>
<br><span class='n s'>(PaintBasedCorrectionsCorrectionMasks)</span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskAlpha</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksAlpha)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskAngle</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksAngle)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskBottom</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksBottom)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskCenterValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCenterValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskCenterWeight</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCenterWeight)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskRange</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
<br><span class='n s'>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskRangeAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels)</span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskRangeAreaModelsComponents</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskRangeAreaModelsColorSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskRangeColorAmount</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskRangeDepthFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskRangeDepthMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskRangeDepthMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskRangeInvert</td>
<td class=c title=' _ = Flattened
+ = List'>boolean_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskRangeLumFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskRangeLuminanceDepthSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskRangeLumMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskRangeLumMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskRangeLumRange</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskRangeSampleType</td>
<td class=c title=' _ = Flattened
+ = List'>integer_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskRangeType</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskRangeVersion</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskDabs</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksDabs)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskFeather</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksFeather)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskFlipped</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksFlipped)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskFlow</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksFlow)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskFullX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksFullX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskFullY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksFullY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskInputDigest</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksInputDigest)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskLeft</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksLeft)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMaskActive</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMaskActive)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMaskBlendMode</td>
<td class=c title=' _ = Flattened'>integer_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMaskBlendMode)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMaskDigest</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMaskDigest)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMaskInverted</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMaskInverted)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMaskName</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMaskName)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasks</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a>
<br><span class='n s'>(PaintBasedCorrectionsCorrectionMasksMasks)</span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksAlpha</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksAlpha)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksAngle</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksAngle)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksBottom</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksBottom)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksCenterValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksCenterValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksCenterWeight</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksCenterWeight)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksDabs</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksDabs)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksFeather</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksFlipped</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksFlipped)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksFlow</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksFlow)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksFullX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksFullX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksFullY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksFullY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksInputDigest</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksInputDigest)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksLeft</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksLeft)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksMaskActive</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksMaskActive)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksMaskBlendMode</td>
<td class=c title=' _ = Flattened'>integer_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksMaskDigest</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksMaskDigest)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksMaskInverted</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksMaskInverted)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksMaskName</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksMaskName)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksMaskSubType</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksMaskSubType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksMaskSyncID</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksMaskValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksMaskVersion</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksMaskVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksMidpoint</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksMidpoint)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksOrigin</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksOrigin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksPerimeterValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksRadius</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksRadius)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksReferencePoint</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksReferencePoint)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksRight</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksRight)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksRoundness</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksRoundness)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksSizeX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksSizeX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksSizeY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksSizeY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksTop</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksTop)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMaskSubType</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMaskSubType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksVersion</td>
<td class=c title=' _ = Flattened'>integer_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksWhat</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksWhat)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksWholeImageArea</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMaskSyncID</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMaskSyncID)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMasksZeroX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksZeroX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMasksZeroY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMasksZeroY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMaskValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskMaskVersion</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMaskVersion)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskMidpoint</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksMidpoint)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskOrigin</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksOrigin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskPerimeterValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksPerimeterValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskRadius</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksRadius)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskReferencePoint</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksReferencePoint)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskRight</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksRight)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskRoundness</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksRoundness)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskSizeX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksSizeX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskSizeY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksSizeY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskTop</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksTop)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskVersion</td>
<td class=c title=' _ = Flattened'>integer_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskWhat</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksWhat)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskWholeImageArea</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksWholeImageArea)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMaskZeroX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksZeroX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionMaskZeroY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksZeroY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionCorrectionName</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionName)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionRangeMask</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
<br><span class='n s'>(PaintBasedCorrectionsCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionRangeMaskAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(PaintBasedCorrectionsCorrectionRangeMaskAreaModels)</span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionRangeMaskAreaModelsComponents</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionRangeMaskAreaModelsColorSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionRangeMaskColorAmount</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskColorAmount)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionRangeMaskDepthFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskDepthFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionRangeMaskDepthMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskDepthMax)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionRangeMaskDepthMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskDepthMin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionRangeMaskInvert</td>
<td class=c title=' _ = Flattened
+ = List'>boolean_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskInvert)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionRangeMaskLumFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskLumFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionRangeMaskLuminanceDepthSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionRangeMaskLumMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskLumMax)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionRangeMaskLumMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskLumMin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionRangeMaskLumRange</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskLumRange)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionRangeMaskSampleType</td>
<td class=c title=' _ = Flattened
+ = List'>integer_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskSampleType)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionRangeMaskType</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionRangeMaskVersion</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionCorrectionSyncID</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionSyncID)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionBlacks2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalBlacks2012)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionBrightness</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalBrightness)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionClarity</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalClarity)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionClarity2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalClarity2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionContrast</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalContrast)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionContrast2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalContrast2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionDefringe</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalDefringe)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionDehaze</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalDehaze)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionExposure</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalExposure)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionExposure2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalExposure2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionHighlights2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalHighlights2012)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionHue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalHue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionLuminanceNoise</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalLuminanceNoise)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionMoire</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalMoire)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionSaturation</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalSaturation)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionShadows2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalShadows2012)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionSharpness</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalSharpness)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionTemperature</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalTemperature)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionTexture</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalTexture)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionTint</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalTint)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionToningHue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalToningHue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionToningSaturation</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalToningSaturation)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PaintCorrectionWhites2012</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalWhites2012)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>PaintCorrectionWhat</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsWhat)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>ParametricDarks</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ParametricHighlights</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ParametricHighlightSplit</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ParametricLights</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ParametricMidtoneSplit</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ParametricShadows</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ParametricShadowSplit</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>PerspectiveAspect</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>PerspectiveHorizontal</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>PerspectiveRotate</td>
<td class=c>real</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>PerspectiveScale</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>PerspectiveUpright</td>
<td class=c>integer</td>
<td><table class=cols><tr>
@@ -9492,879 +10930,879 @@ metadata space with these incredibly bulky image editing parameters.</p>
<br>4 = Vertical
<br>5 = Guided</td></tr></table>
</td></tr>
-<tr>
+<tr class=b>
<td>PerspectiveVertical</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>PerspectiveX</td>
<td class=c>real</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>PerspectiveY</td>
<td class=c>real</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>PostCropVignetteAmount</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>PostCropVignetteFeather</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>PostCropVignetteHighlightContrast</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>PostCropVignetteMidpoint</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>PostCropVignetteRoundness</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>PostCropVignetteStyle</td>
<td class=c>integer</td>
<td><span class=s>1 = Highlight Priority
<br>2 = Color Priority
<br>3 = Paint Overlay</span></td></tr>
-<tr class=b>
+<tr>
<td>PresetType</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ProcessVersion</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>RangeMask</td>
<td class=c>struct</td>
<td>--&gt; <a href='XMP.html#RangeMask'>RangeMask Struct</a>
<br><span class='n s'>(called RangeMaskMapInfo by the spec)</span></td></tr>
-<tr>
+<tr class=b>
<td>RangeMaskMapInfo</td>
<td class=c title=' _ = Flattened'>struct_</td>
<td>--&gt; <a href='XMP.html#MapInfo'>MapInfo Struct</a>
<br><span class='n s'>(RangeMaskMapInfoRangeMaskMapInfo)</span></td></tr>
-<tr class=b>
+<tr>
<td>RangeMaskMapInfoLabMax</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RangeMaskMapInfoRangeMaskMapInfoLabMax)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RangeMaskMapInfoLabMin</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RangeMaskMapInfoRangeMaskMapInfoLabMin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RangeMaskMapInfoLumEq</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RangeMaskMapInfoRangeMaskMapInfoLumEq)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RangeMaskMapInfoRGBMax</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RangeMaskMapInfoRangeMaskMapInfoRGBMax)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RangeMaskMapInfoRGBMin</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RangeMaskMapInfoRangeMaskMapInfoRGBMin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RawFileName</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>RedEyeInfo</td>
<td class=c title=' + = List'>string+</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>RedHue</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>RedSaturation</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreas</td>
<td class=c title=' + = List'>struct+</td>
<td>--&gt; <a href='XMP.html#RetouchArea'>RetouchArea Struct</a></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaFeather</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMasks</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a>
<br><span class='n s'>(RetouchAreasMasks)</span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskAlpha</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksAlpha)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskAngle</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksAngle)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskBottom</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksBottom)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskCenterValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksCenterValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskCenterWeight</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksCenterWeight)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskRange</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
<br><span class='n s'>(RetouchAreasMasksCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskRangeAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(RetouchAreasMasksCorrectionRangeMaskAreaModels)</span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskRangeAreaModelsComponents</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskRangeAreaModelsColorSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskRangeColorAmount</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskColorAmount)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskRangeDepthFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskDepthFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskRangeDepthMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskDepthMax)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskRangeDepthMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskDepthMin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskRangeInvert</td>
<td class=c title=' _ = Flattened
+ = List'>boolean_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskInvert)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskRangeLumFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskLumFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskRangeLuminanceDepthSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskRangeLumMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskLumMax)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskRangeLumMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskLumMin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskRangeLumRange</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskLumRange)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskRangeSampleType</td>
<td class=c title=' _ = Flattened
+ = List'>integer_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskSampleType)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskRangeType</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskRangeVersion</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskDabs</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksDabs)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskFeather</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksFeather)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskFlipped</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(RetouchAreasMasksFlipped)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskFlow</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksFlow)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskFullX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksFullX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskFullY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksFullY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskInputDigest</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksInputDigest)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskLeft</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksLeft)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMaskActive</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMaskActive)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMaskBlendMode</td>
<td class=c title=' _ = Flattened'>integer_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMaskBlendMode)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMaskDigest</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMaskDigest)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMaskInverted</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMaskInverted)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMaskName</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMaskName)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasks</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#CorrectionMask'>CorrectionMask Struct</a>
<br><span class='n s'>(RetouchAreasMasksMasks)</span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksAlpha</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksAlpha)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksAngle</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksAngle)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksBottom</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksBottom)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksCenterValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksCenterValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksCenterWeight</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksCenterWeight)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksDabs</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksDabs)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksFeather</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksFeather)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksFlipped</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksFlipped)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksFlow</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksFlow)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksFullX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksFullX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksFullY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksFullY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksInputDigest</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksInputDigest)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksLeft</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksLeft)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksMaskActive</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksMaskActive)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksMaskBlendMode</td>
<td class=c title=' _ = Flattened'>integer_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksMaskBlendMode)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksMaskDigest</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksMaskDigest)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksMaskInverted</td>
<td class=c title=' _ = Flattened'>boolean_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksMaskInverted)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksMaskName</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksMaskName)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksMaskSubType</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksMaskSubType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksMaskSyncID</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksMaskSyncID)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksMaskValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksMaskVersion</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksMaskVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksMidpoint</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksMidpoint)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksOrigin</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksOrigin)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksPerimeterValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksPerimeterValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksRadius</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksRadius)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksReferencePoint</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksReferencePoint)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksRight</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksRight)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksRoundness</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksRoundness)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksSizeX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksSizeX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksSizeY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksSizeY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksTop</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksTop)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMaskSubType</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMaskSubType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksVersion</td>
<td class=c title=' _ = Flattened'>integer_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksWhat</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksWhat)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksWholeImageArea</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksWholeImageArea)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMaskSyncID</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMaskSyncID)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMasksZeroX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksZeroX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMasksZeroY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMasksZeroY)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMaskValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskMaskVersion</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMaskVersion)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskMidpoint</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksMidpoint)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskOrigin</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksOrigin)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskPerimeterValue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksPerimeterValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskRadius</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksRadius)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskReferencePoint</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksReferencePoint)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskRight</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksRight)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskRoundness</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksRoundness)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskSizeX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksSizeX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskSizeY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksSizeY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskTop</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksTop)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskVersion</td>
<td class=c title=' _ = Flattened'>integer_</td>
<td><span class=s><span class=n>(RetouchAreasMasksVersion)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskWhat</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksWhat)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskWholeImageArea</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMasksWholeImageArea)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMaskZeroX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksZeroX)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaMaskZeroY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksZeroY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaMethod</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasMethod)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaOffsetY</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasOffsetY)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaOpacity</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasOpacity)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaSeed</td>
<td class=c title=' _ = Flattened'>integer_</td>
<td><span class=s><span class=n>(RetouchAreasSeed)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaSourceState</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasSourceState)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchAreaSourceX</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasSourceX)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RetouchAreaSpotType</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RetouchAreasSpotType)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RetouchInfo</td>
<td class=c title=' + = List'>string+</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>Saturation</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SaturationAdjustmentAqua</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SaturationAdjustmentBlue</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SaturationAdjustmentGreen</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SaturationAdjustmentMagenta</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SaturationAdjustmentOrange</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SaturationAdjustmentPurple</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SaturationAdjustmentRed</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SaturationAdjustmentYellow</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SDRBlend</td>
<td class=c>real</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SDRBrightness</td>
<td class=c>real</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SDRContrast</td>
<td class=c>real</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SDRHighlights</td>
<td class=c>real</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SDRShadows</td>
<td class=c>real</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SDRWhites</td>
<td class=c>real</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Shadows</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>Shadows2012</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ShadowTint</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SharpenDetail</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SharpenEdgeMasking</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SharpenRadius</td>
<td class=c>real</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Sharpness</td>
<td class=c title=' / = Avoid'>integer/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ShortName</td>
<td class=c>lang-alt</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Smoothness</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SortName</td>
<td class=c>lang-alt</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SplitToningBalance</td>
<td class=c>integer</td>
<td><span class=s><span class=n>(also used for newer ColorGrade settings)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>SplitToningHighlightHue</td>
<td class=c>integer</td>
<td><span class=s><span class=n>(also used for newer ColorGrade settings)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>SplitToningHighlightSaturation</td>
<td class=c>integer</td>
<td><span class=s><span class=n>(also used for newer ColorGrade settings)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>SplitToningShadowHue</td>
<td class=c>integer</td>
<td><span class=s><span class=n>(also used for newer ColorGrade settings)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>SplitToningShadowSaturation</td>
<td class=c>integer</td>
<td><span class=s><span class=n>(also used for newer ColorGrade settings)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>SupportsAmount</td>
<td class=c>boolean</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SupportsColor</td>
<td class=c>boolean</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SupportsHighDynamicRange</td>
<td class=c>boolean</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SupportsMonochrome</td>
<td class=c>boolean</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SupportsNormalDynamicRange</td>
<td class=c>boolean</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SupportsOutputReferred</td>
<td class=c>boolean</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SupportsSceneReferred</td>
<td class=c>boolean</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ColorTemperature</td>
<td class=c>integer</td>
<td><span class=s><span class=n>(called Temperature by the spec)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>Texture</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>TIFFHandling</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>Tint</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ToggleStyleAmount</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ToggleStyleDigest</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ToneCurve</td>
<td class=c title=' + = List'>string+</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ToneCurveBlue</td>
<td class=c title=' + = List'>string+</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ToneCurveGreen</td>
<td class=c title=' + = List'>string+</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ToneCurveName</td>
<td class=c>string</td>
<td><span class=s>&#39;Custom&#39; = Custom
<br>&#39;Linear&#39; = Linear
<br>&#39;Medium Contrast&#39; = Medium Contrast
<br>&#39;Strong Contrast&#39; = Strong Contrast</span></td></tr>
-<tr>
+<tr class=b>
<td>ToneCurveName2012</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ToneCurvePV2012</td>
<td class=c title=' + = List'>string+</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ToneCurvePV2012Blue</td>
<td class=c title=' + = List'>string+</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ToneCurvePV2012Green</td>
<td class=c title=' + = List'>string+</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ToneCurvePV2012Red</td>
<td class=c title=' + = List'>string+</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ToneCurveRed</td>
<td class=c title=' + = List'>string+</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>ToneMapStrength</td>
<td class=c>real</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightCenterMode</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UprightCenterNormX</td>
<td class=c>real</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightCenterNormY</td>
<td class=c>real</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UprightDependentDigest</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightFocalLength35mm</td>
<td class=c>real</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UprightFocalMode</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightFourSegments_0</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UprightFourSegments_1</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightFourSegments_2</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UprightFourSegments_3</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightFourSegmentsCount</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UprightGuidedDependentDigest</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightPreview</td>
<td class=c>boolean</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UprightTransform_0</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightTransform_1</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UprightTransform_2</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightTransform_3</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UprightTransform_4</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightTransform_5</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UprightTransformCount</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>UprightVersion</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>UUID</td>
<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>Version</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Vibrance</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>VignetteAmount</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>VignetteMidpoint</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>What</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>WhiteBalance</td>
<td class=c title=' / = Avoid'>string/</td>
<td><table class=cols><tr>
@@ -10378,7 +11816,7 @@ metadata space with these incredibly bulky image editing parameters.</p>
<br>&#39;Shade&#39; = Shade
<br>&#39;Tungsten&#39; = Tungsten</td></tr></table>
</td></tr>
-<tr class=b>
+<tr>
<td>Whites2012</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
@@ -12578,38 +14016,42 @@ writing due to name conflicts with tags in other schemas.</p>
<td class=c>string</td>
<td><span class=s><span class=n>(called hdrp_makernote by the spec)</span></span></td></tr>
<tr>
+<td>HdrPlusMakernote</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
<td>MicroVideo</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>MicroVideoOffset</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>MicroVideoPresentationTimestampUs</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>MicroVideoVersion</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>PortraitNote</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>PortraitRequest</td>
<td class=c>string</td>
<td><span class=s><span class=n>(High Definition Render Pipeline (HDRP) data)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PortraitVersion</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>ShotLogData</td>
<td class=c>string</td>
<td><span class=s><span class=n>(called shot_log_data by the spec)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>SpecialTypeID</td>
<td class=c title=' + = List'>string+</td>
<td>&nbsp;</td></tr>
@@ -20003,7 +21445,7 @@ XMP module for convenience. (see <a href="http://www.w3.org/TR/SVG11/">http://w
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Sep 19, 2023</i>
+<br><i>Last revised Oct 26, 2023</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/index.html b/html/TagNames/index.html
index 2e8b27eb..c8ad2d1d 100644
--- a/html/TagNames/index.html
+++ b/html/TagNames/index.html
@@ -10,7 +10,7 @@
<h2 class=top>ExifTool Tag Names</h2>
<p>
The tables listed below give the names of all tags recognized by ExifTool.
-They contain a total of 26993 tags, with 16973 unique tag names.
+They contain a total of 27322 tags, with 17138 unique tag names.
</p>
<blockquote>
<table width='100%' class=frame><tr><td>
@@ -60,13 +60,14 @@ They contain a total of 26993 tags, with 16973 unique tag names.
<a href='SonyIDC.html'>SonyIDC</a><br>
<a href='Unknown.html'>Unknown</a><br>
<a href='DNG.html'>DNG</a><br>
+<a href='PLIST.html'>PLIST</a><br>
<a href='CanonRaw.html'>CanonRaw</a><br>
<a href='KyoceraRaw.html'>KyoceraRaw</a><br>
<a href='MinoltaRaw.html'>MinoltaRaw</a><br>
<a href='PanasonicRaw.html'>PanasonicRaw</a><br>
<a href='SigmaRaw.html'>SigmaRaw</a><br>
-<a href='Lytro.html'>Lytro</a><br>
-<a href='JFIF.html'>JFIF</a></td><td width='16%'>
+<a href='Lytro.html'>Lytro</a></td><td width='16%'>
+<a href='JFIF.html'>JFIF</a><br>
<a href='FlashPix.html'>FlashPix</a><br>
<a href='MPF.html'>MPF</a><br>
<a href='InfiRay.html'>InfiRay</a><br>
@@ -80,7 +81,6 @@ They contain a total of 26993 tags, with 16973 unique tag names.
<a href='Jpeg2000.html'>Jpeg2000</a><br>
<a href='JSON.html'>JSON</a><br>
<a href='CBOR.html'>CBOR</a><br>
-<a href='PLIST.html'>PLIST</a><br>
<a href='APP12.html'>APP12</a><br>
<a href='AFCP.html'>AFCP</a><br>
<a href='DarwinCore.html'>DarwinCore</a><br>
@@ -142,6 +142,7 @@ They contain a total of 26993 tags, with 16973 unique tag names.
<a href='WTV.html'>WTV</a><br>
<a href='DICOM.html'>DICOM</a><br>
<a href='FITS.html'>FITS</a></td><td width='16%'>
+<a href='XISF.html'>XISF</a><br>
<a href='HTML.html'>HTML</a><br>
<a href='Palm.html'>Palm</a><br>
<a href='Torrent.html'>Torrent</a><br>
@@ -245,7 +246,7 @@ ExifTool. A big thanks to everyone who has helped with this so far!)</i>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
<br><i>Created Feb 15, 2005</i>
-<br><i>Last revised Sep 19, 2023</i>
+<br><i>Last revised Oct 26, 2023</i>
<p class=lf><a href='../index.html'>&lt;-- Back to ExifTool home page</a></p>
</body>
</html>
diff --git a/html/ancient_history.html b/html/ancient_history.html
index 01f1df92..f7e9875f 100644
--- a/html/ancient_history.html
+++ b/html/ancient_history.html
@@ -13,6 +13,206 @@
<p><b>Note:</b> This page gives the history of older exiftool versions. See
<a href="history.html">history.html</a> for the recent history.</p>
+<a name='v12.59'><b>Mar. 28, 2023 - Version 12.59</b></a>
+<ul>
+<li>COMPATIBILITY WARNING: Changed the calculated ImageDataMD5 for JPEG images
+ to include all data from the SOS to the EOI (including the SOS marker but
+ not the EOI marker)
+<li>Added new -fileNUM option to load tags from alternate files
+<li>Added family 8 groups for accessing tags from alternate files
+<li>Added new XMP-et:OriginalImageMD5 tag for storing ImageDataMD5 value
+<li>Added verbose ImageDataMD5 message for JPEG files
+<li>Added a new Nikon LensID (thanks Warren Hatch)
+<li>Decode a new Olympus tag and improved decoding of another (thanks Herb)
+<li>Decode a couple of new PanasonicRaw tags
+<li>Decode image coordinates for a couple more VNT object types
+<li>Enhanced ImageDataMD5 to also support MRW, CR3, IIQ, PNG, MOV/MP4 and some
+ RIFF-based files
+<li>Improved verbose messages when deleting NikonApp trailer
+<li>Patched to avoid structure warnings when copying tags from Nikon files
+ containing NKSC metadata
+<li>Fixed %-C filename format code to work properly with the -fileOrder and
+ -progress options
+<li>Fixed potential ValueConv warning when reading LIF files
+<li>API Changes:
+ <ul>
+ <li>Added <a href="ExifTool.html#SetAlternateFile">SetAlternateFile method</a>
+ </ul>
+</ul>
+
+<a name='v12.58'><b>Mar. 15, 2023 - Version 12.58</b></a>
+<ul>
+<li>Added <a href="https://exiftool.org/TagNames/Extra.html">Extra</a> ImageDataMD5 tag to calculate MD5 of image data only
+<li>Added support for reading DJI APP4 and APP7 JPEG segments
+<li>Added a new SonyModelID value
+<li>Decode a few new Nikon tags (thanks Warren Hatch)
+<li>Downgraded "Windows file times" to a minor warning when Win32::API or
+ Win32API::File is not installed while reading metadata
+<li>Patched possible runtime warning when API IgnoreTags option is used to
+ ignore FileType
+<li>Fixed problem extracting NetName from Windows LNK files
+<li>Fixed issue where the %C filename format code would increment the count on
+ an output filename collision, but it is supposed to count the input files
+</ul>
+
+<a name='v12.57'><b>Feb. 23, 2023 - Version 12.57</b></a>
+<ul>
+<li>Added two new Nikon Z lenses (thanks LibRaw)
+<li>Added a new Sigma LensType (thanks LibRaw)
+<li>Added a new Olympus LensType (thanks Herb)
+<li>Decode more new Nikon tags (thanks Warren Hatch)
+<li>Decode Photoshop LayerColors, LayerSections and LayerVisible tags
+<li>Improved Verbose output for QuickTime-format files
+<li>Set family 1 group name for Garmin GPS from uuid atom
+<li>Enhanced -progress option to allow message to be displayed every NUM files
+<li>Significant improvements to parsing of Nikon ShotInfo records for newer
+ models
+<li>Removed hex dump of APP segments from -v3 output when writing
+<li>Fixed bug writing negative MIE GPS coordinates
+<li>Fixed bug where a duplicate XMP could be generated when writing XMP to a
+ JPEG XL image which already contained XMP
+<li>Fixed problem where HEAD lines may be duplicated in an output file if the -p
+ option was combined with -w+ or -W+
+</ul>
+
+<a name='v12.56'><b>Feb. 9, 2023 - Version 12.56</b></a>
+<ul>
+<li>Added support for VNT files (both Scene7 Vignette and V-Note document)
+<li>Added read support for <a href="TagNames/InfiRay.html">InfiRay IJPEG metadata</a> (thanks Marcos Del Sol Vives)
+<li>Added some new Sony LensType values (thanks Jos Roost and Fran&ccedil;ois Piette)
+<li>Added a new FujiFilm VideoRecordingMode value (thanks Greybeard)
+<li>Added two new Canon LensTypes and CanonModelIDs (thanks Norbert Wasser)
+<li>Added ability to extract semantic images from Apple ProRaw DNG files
+<li>Added read support for the PNG cICP chunk
+<li>Decode more Nikon tags (thanks Warren Hatch)
+<li>Extract PreviewImage from Insta360 trailer record 0x200
+<li>Extract EmbeddedImageRectangle and some other new tags from VNT files
+<li>Minor improvement to arg_files/xmp2exif.args (thanks StarGeek)
+<li>Enhanced -ee option to extract metadata from all frames of a multipart EXR
+ image
+<li>Removed EXR Layout tag and incorporated into new Flags tag
+<li>Patched possible hang problem when reading corrupted .rm audio files
+</ul>
+
+<a name='v12.55'><b>Jan. 17, 2023 - Version 12.55</b></a>
+<ul>
+<li>Added support for geotagging from FlightAware KML files
+<li>Decode two more types of timed GPS from MOV/MP4 videos (66 types now)
+<li>Decode a few new Nikon tags (thanks Warren Hatch)
+<li>Decode a new Samsung HEIC tag
+<li>Decode FujiFilm RollAngle
+<li>Fixed bug where the FlatName property wasn't working properly for some
+ user-defined structure tags
+</ul>
+
+<a name='v12.54'><b>Jan. 6, 2023 - Version 12.54</b></a>
+<ul>
+<li>Decode a number of new Apple tags (thanks Frank Rupprecht)
+<li>Increased precision of Sony FocusDistance2 conversion
+<li>Fixed problem where GPSAltitude wasn't being set when geotagging from KML
+ files
+<li>Fixed bug writing HEIC/AVIF files which have a zero-sized mdat (ie. media
+ data extends to end of file) which could cause an incorrect mdat size to be
+ written
+</ul>
+
+<a name='v12.53'><b>Jan. 4, 2023 - Version 12.53</b></a>
+<ul>
+<li>Added support for a number of new XMP tags written by ACR 15.1
+<li>Added a new Nikon LensID
+<li>Decode timed GPS from Lamax S9 dual dashcam MOV videos
+<li>Decode a number of new Nikon tags (thanks Warren Hatch)
+<li>Decode a couple of new Canon tags (thanks John Moyer)
+<li>Decode FujiFilm BWMagentaGreen tag
+<li>Enable block-write of EXIF to JXL files
+<li>Accept values of "now" and "Z" when writing EXIF OffsetTime tags
+<li>Changed priority of XMP when reading/writing HEIC files so that it is no
+ longer preferred as with other QuickTime-based formats
+<li>Changed family 1 group name of Canon DR4 tags from CanonVRD to CanonDR4 to
+ allow newer tags to be differentiated from older ones. The family 0 group
+ name for both remains CanonVRD
+<li>Patched to recognize JXL EXIF box with non-zero header length
+<li>Patched to avoid runtime error when writing a PDF with an Info dictionary
+ which was stored incorrectly as a direct object
+<li>Fixed problem writing EXIF to JXL images where a new EXIF box was created
+ even if one previously existed
+</ul>
+
+<a name='v12.52'><b>Dec. 6, 2022 - Version 12.52</b></a>
+<ul>
+<li>Added a few new Nikon LensID's (thanks LibRaw and Chris)
+<li>Added Slovak translations (thanks Peter Bagin)
+<li>Made SphericalVideoXML readable/writable as a block
+<li>Improved handling of Matroska metadata tags, including language support
+<li>Improved French translations (thanks Philippe Bonnaure of GraphicConverter)
+<li>Improved Composite:GPSAltitude conversion to honour -lang setting
+<li>Improved -v2 messages to indicate files extracted from zip archives
+</ul>
+
+<a name='v12.51'><b>Nov. 21, 2022 - Version 12.51</b></a>
+<ul>
+<li>Added a new Olympus LensType (thanks Herb)
+<li>Extract C2PA JUMBF metadata from PNG images and extract C2PA Salt values
+<li>Decode NikonSettings for Z9 firmware 3.0 (thanks Warren Hatch)
+<li>Decode additional camm metadata from Insta360 Pro2 MP4 videos
+<li>Improved Verbose output when writing Composite tags to add a "+" sign to
+ indicate related tags that are being written
+<li>Enhanced -geotag option CSV format to support GPSImgDirection column
+<li>Fixed problem where -w+ option didn't work in Windows if there were Unicode
+ characters in the path name
+<li>Fixed problem where only the last image of the sequence was extracted
+ (multiple times) when using -ee2 to extract embedded images from FLIR SEQ
+ files
+<li>Fixed issue where GPS reference directions may be unknowingly written when
+ using ExifTool 12.44 or later to write GPSLatitude or GPSLongitude without
+ specifying a group name. The fix was to Avoid writing the Composite tags
+ unless the Composite group is specified explicitly
+<li>Fixed -geotag to write orientation and track tags even if some tags in the
+ category were missing
+<li>Fixed inconsistency in selecting which tag to output with the -json option
+ when multiple tags with the same JSON key exist and the -TAG# feature is
+ used to disable print conversion
+<li>Fixed problem writing QuickTime:PlayListID
+<li>Fixed problem writing QuickTime tags when specifying tag ID (ie. family 7
+ group) as well as a language code
+</ul>
+
+<a name='v12.50'><b>Nov. 8, 2022 - Version 12.50</b></a> <span class=grn>(production release)</span>
+<ul>
+<li>Added a new XMP-GCreations tag
+<li>Added a few new Sony lenses (thanks Jos Roost)
+<li>Added new SonyModelID and Olympus CameraType values (thanks LibRaw and Herb)
+<li>Added a couple of new XMP tags (thanks Jos&eacute; Oliver-Didier)
+<li>Added a new Nikon Z lens (thanks LibRaw)
+<li>Added a new Canon LensType and CanonModelID (thanks Norbert Wasser and
+ LibRaw)
+<li>Added some new Pentax lenses (thanks LibRaw)
+<li>Added experimental support for timed GPS in TS videos from Jomise T860S-GM
+ dashcam (more samples are needed for this to be finalized)
+<li>Decode information written in "skip" atom of 70mai Pro Plus+ MP4 videos
+<li>Decode timed accelerometer data from Kenwood dashcam MP4 videos
+<li>Decode a few new Nikon Z9 tags (thanks Stefan Gr&uuml;&szlig;en)
+<li>Decode ColorData for some newer Canon models (thanks LibRaw)
+<li>Decode a number of new tags for the Sony ILCE-7RM5 (thanks Jos Roost)
+<li>Updated IPTC XMP tags to correspond with new Photo Metadata 2022.1 standard
+<li>Extract JPEG previews from FujiFilm HIF images
+<li>Changed -if option so multiple -if options are evaluated at the lowest
+ specified -fast level
+<li>Changed MIMEType for ICO and CUR files
+<li>Enhanced -fast2 so it stops processing QuickTime files at mdat atom
+<li>Enhanced -listx output so -f also indicates the ID of the parent structure
+ for Flattened tags
+<li>Improved conversion of IPTC date-only and time-only tags to allow formatting
+ with the -d option
+<li>Improved Canon and Nikon TimeZone tags to accept a wider variety of input
+ formats when writing
+<li>Disabled extraction of Nikon Z9 MenuSettings for firmware 3.0 until they can
+ be properly decoded (thanks Warren Hatch)
+<li>Fixed decoding of AF points for some newer Nikon models
+<li>Fixed inconsistent year and time zone for Kenwood dashcam timed GPS in MP4
+ videos
+</ul>
+
<a name='v12.49'><b>Oct. 19, 2022 - Version 12.49</b></a>
<ul>
<li>Added read support for Windows ICO and CUR files
diff --git a/html/data_members.html b/html/data_members.html
index e88b9a67..7c8cbcf6 100644
--- a/html/data_members.html
+++ b/html/data_members.html
@@ -284,6 +284,7 @@ information may include:
<tr valign='top'><td>Struct</td><td>-</td><td>used internally to store structure properties</td></tr>
<tr valign='top'><td>NoList</td><td>-</td><td>used internally to store values for List-type tags</td></tr>
<tr valign='top'><td>NoListDel</td><td>-</td><td>flag used internally to delete value if included in another list</td></tr>
+ <tr valign='top'><td>Fixup</td><td>-</td><td>fixup information for maker notes block</td></tr>
</table></td></tr>
<tr><td>TAG_INFO</td><td>Hash of tagInfo hash references, keyed by tag key</td></tr>
diff --git a/html/exiftool_pod.html b/html/exiftool_pod.html
index 511b8fec..c2b0ea43 100644
--- a/html/exiftool_pod.html
+++ b/html/exiftool_pod.html
@@ -137,11 +137,11 @@
DCP r/w | ICO r | MPG r | PSB r/w | WV r
DCR r | ICS r | MPO r/w | PSD r/w | X3F r/w
DFONT r | IDML r | MQV r/w | PSP r | XCF r
- DIVX r | IIQ r/w | MRC r | QTIF r/w | XLS r
- DJVU r | IND r/w | MRW r/w | R3D r | XLSX r
- DLL r | INSP r/w | MXF r | RA r | XMP r/w/c
- DNG r/w | INSV r | NEF r/w | RAF r/w | ZIP r
- DOC r | INX r | NKSC r/w | RAM r |
+ DIVX r | IIQ r/w | MRC r | QTIF r/w | XISF r
+ DJVU r | IND r/w | MRW r/w | R3D r | XLS r
+ DLL r | INSP r/w | MXF r | RA r | XLSX r
+ DNG r/w | INSV r | NEF r/w | RAF r/w | XMP r/w/c
+ DOC r | INX r | NKSC r/w | RAM r | ZIP r
DOCX r | ISO r | NRW r/w | RAR r |
Meta Information
@@ -691,7 +691,7 @@
<p>produces output like this:</p>
-<pre><code> -- Generated by ExifTool 12.67 --
+<pre><code> -- Generated by ExifTool 12.69 --
File: a.jpg - 2003:10:31 15:44:19
(f/5.6, 1/60s, ISO 100)
File: b.jpg - 2006:05:23 11:57:38
@@ -1198,7 +1198,7 @@
<pre><code> exiftool -geotag trk.log image.jpg
exiftool -geotag trk.log &quot;-Geotime&lt;DateTimeOriginal#&quot; image.jpg</code></pre>
-<p>When the <code>Geotime</code> value is converted to UTC, the local system timezone is assumed unless the date/time value contains a timezone. Writing <code>Geotime</code> causes the following tags to be written (provided they can be calculated from the track log, and they are supported by the destination metadata format): GPSLatitude, GPSLatitudeRef, GPSLongitude, GPSLongitudeRef, GPSAltitude, GPSAltitudeRef, GPSDateStamp, GPSTimeStamp, GPSDateTime, GPSTrack, GPSTrackRef, GPSSpeed, GPSSpeedRef, GPSImgDirection, GPSImgDirectionRef, GPSPitch, GPSRoll, AmbientTemperature and CameraElevationAngle. By default, tags are created in EXIF, and updated in XMP only if they already exist. However, <code>EXIF:Geotime</code> or <code>XMP:Geotime</code> may be specified to write only EXIF or XMP tags respectively. Note that GPSPitch and GPSRoll are non-standard, and require user-defined tags in order to be written.</p>
+<p>When the <code>Geotime</code> value is converted to UTC, the local system timezone is assumed unless the date/time value contains a timezone. Writing <code>Geotime</code> causes the following tags to be written (provided they can be calculated from the track log, and they are supported by the destination metadata format): GPSLatitude, GPSLatitudeRef, GPSLongitude, GPSLongitudeRef, GPSAltitude, GPSAltitudeRef, GPSDateStamp, GPSTimeStamp, GPSDateTime, GPSTrack, GPSTrackRef, GPSSpeed, GPSSpeedRef, GPSImgDirection, GPSImgDirectionRef, GPSPitch, GPSRoll, GPSCoordinates, AmbientTemperature and CameraElevationAngle. By default, in image files tags are created in EXIF, and updated in XMP only if they already exist. In QuickTime-format files GPSCoordinates is created in the preferred location (ItemList by default) as well as in XMP. However, <code>EXIF:Geotime</code>, <code>XMP:Geotime</code> or <code>QuickTime:Geotime</code> may be specified to write to write only to one group. Also, <code>ItemList:Geotime</code>, <code>Keys:Geotime</code> or <code>UserData:Geotime</code> may be used to write to a specific location in QuickTime-format files. Note that GPSPitch and GPSRoll are non-standard, and require user-defined tags in order to be written.</p>
<p>The <code>Geosync</code> tag may be used to specify a time correction which is applied to each <code>Geotime</code> value for synchronization with GPS time. For example, the following command compensates for image times which are 1 minute and 20 seconds behind GPS:</p>
@@ -1280,7 +1280,7 @@
<dt id="config-CFGFILE"><b>-config</b> <i>CFGFILE</i></dt>
<dd>
-<p>Load specified configuration file instead of the default &quot;.ExifTool_config&quot;. If used, this option must come before all other arguments on the command line and applies to all <b>-execute</b>&#39;d commands. The <i>CFGFILE</i> must exist relative to the current working directory or the exiftool application directory unless an absolute path is specified. Loading of the default config file may be disabled by setting <i>CFGFILE</i> to an empty string (ie. &quot;&quot;). See <a href="https://exiftool.org/config.html">https://exiftool.org/config.html</a> and config_files/example.config in the full ExifTool distribution for details about the configuration file syntax.</p>
+<p>Load specified configuration file instead of the default &quot;.ExifTool_config&quot;. If used, this option must come before all other arguments on the command line and applies to all <b>-execute</b>&#39;d commands. This file is used to create user-defined tags as well as set default ExifTool options. The <i>CFGFILE</i> must exist relative to the current working directory or the exiftool application directory unless an absolute path is specified. Loading of the default config file may be disabled by setting <i>CFGFILE</i> to an empty string (ie. &quot;&quot;). See <a href="https://exiftool.org/config.html">https://exiftool.org/config.html</a> and config_files/example.config in the full ExifTool distribution for details about the configuration file syntax.</p>
</dd>
<dt id="echo-NUM-TEXT"><b>-echo</b>[<i>NUM</i>] <i>TEXT</i></dt>
diff --git a/html/geotag.html b/html/geotag.html
index 9a038494..38fbd051 100644
--- a/html/geotag.html
+++ b/html/geotag.html
@@ -36,15 +36,16 @@ is used to determine the GPS position at the time of the image, then the
following tags are written to the image (if the corresponding information
is available):</p>
-<pre>GPSLatitude GPSLongitude GPSAltitude GPSDateStamp
-GPSLatitudeRef GPSLongitudeRef GPSAltitudeRef GPSTimeStamp
-GPSTrack GPSSpeed GPSImgDirection GPSPitch
-GPSTrackRef GPSSpeedRef GPSImgDirectionRef GPSRoll
-AmbientTemperature CameraElevationAngle
+<pre>GPSLatitude GPSLongitude GPSAltitude GPSDateStamp
+GPSLatitudeRef GPSLongitudeRef GPSAltitudeRef GPSTimeStamp
+GPSTrack GPSSpeed GPSImgDirection GPSPitch
+GPSTrackRef GPSSpeedRef GPSImgDirectionRef GPSRoll
+GPSCoordinates AmbientTemperature CameraElevationAngle
</pre>
<blockquote class=lt><i>Note: GPSPitch and GPSRoll are not standard tags, and
-must be <a href="#Orient">user-defined</a>.</i></blockquote>
+must be <a href="#Orient">user-defined</a>. GPSCoordinates is written to
+the preferred QuickTime group when writing QuickTime-format files.</i></blockquote>
<p>Currently supported GPS track log file formats:</p>
@@ -203,15 +204,20 @@ string.</p>
<code>"-Geotime&lt;${CreateDate}-05:00"</code>), otherwise the local system time
is assumed. Decimal seconds are supported in the time value.</p>
-<p>By default, GPS tags are created in EXIF and the corresponding
-XMP tags are updated only if they already exist. However, an EXIF or XMP group
-name may be specified to force writing only to the specified location. For
-example, writing <code>XMP:Geotime</code> or <code>EXIF:Geotime</code> will
-write the generated GPS tags only to XMP or EXIF respectively. Note that when
-written to XMP, the <code>GPSLatitudeRef</code> and <code>GPSLongitudeRef</code>
-tags are not used, and the XMP <code>GPSDateTime</code> tag is written instead
-of the separate EXIF <code>GPSDateStamp</code> and <code>GPSTimeStamp</code>
-tags.</p>
+<p>By default, in image files GPS tags are created in EXIF and the corresponding
+XMP tags are updated in only if they already exist. In QuickTime-format files
+the XMP tags are created by default as well as writing QuickTime:GPSCoordinates
+in the preferred location. However, an EXIF, XMP or QuickTime group name may be
+specified to force writing only to the specified location. For example, writing
+<code>XMP:Geotime</code> or <code>EXIF:Geotime</code> will write the generated
+GPS tags only to XMP or EXIF respectively. Note that when written to XMP, the
+<code>GPSLatitudeRef</code> and <code>GPSLongitudeRef</code> tags are not used,
+and the XMP <code>GPSDateTime</code> tag is written instead of the separate EXIF
+<code>GPSDateStamp</code> and <code>GPSTimeStamp</code> tags. Using
+<code>QuickTime:Geotime</code> disables writing of XMP tags to QuickTime-format
+files creates the GPSPosition tag in the preferred QuickTime location (ItemList
+by default), but <code>ItemList:Geotime</code>, <code>UserData:Geotime</code> or
+<code>Keys:Geotime</code> may be specified to write to a specific location.</p>
<p>See the <a href="#Examples">Examples</a> section below for sample command
lines illustrating various aspects of the geotagging feature.</p>
@@ -344,6 +350,21 @@ time synchronization from three already-geotagged images:</p>
<pre>exiftool -geotag a.log -geosync=1.jpg -geosync=2.jpg -geosync=3.jpg dir
</pre>
+<a name="E14"></a>
+<p>14. Geotag MP4 videos by writing Keys:GPSCoordinates (add
+<code>-api QuickTimeUTC</code> to this command if CreateDate in your
+videos is UTC):</p>
+
+<pre>exiftool -geotag a.log "-keys:geotime&lt;createdate" -ext MP4 dir
+</pre>
+
+<a name="E15"></a>
+<p>15. Geotag images in EXIF by DateTimeOriginal and videos in UserData
+by CreateDate:</p>
+
+<pre>exiftool -geotag a.log "-exif:geotime&lt;datetimeoriginal" "-userdata:geotime&lt;createdate" dir
+</pre>
+
<a name="Options"></a>
<h3>Options</h3>
@@ -722,7 +743,7 @@ forum post</a> for more useful tips about creating KML files.</p>
<hr>
<i>Created Apr 2, 2009</i><br>
-<i>Last revised Sep 23, 2021</i>
+<i>Last revised Oct 13, 2023</i>
<p class='lf'><a href="index.html">&lt;-- Back to ExifTool home page</a></p>
</body>
</html>
diff --git a/html/history.html b/html/history.html
index 4c259910..9adf282f 100644
--- a/html/history.html
+++ b/html/history.html
@@ -17,6 +17,46 @@ considered development releases, and are not uploaded to <a href="https://metacp
<!-- Use line width of 80 -->
<!-- *********************************************************************** -->
+<a name='v12.69'><b>Oct. 26, 2023 - Version 12.69</b></a>
+<ul>
+<li>Added support for DNG version 1.7.0.0
+<li>Added a new XMP-GCamera tag
+<li>Added a number of new Nikon Z lenses (thanks Warren Hatch and Stefan)
+<li>Added a number of new XMP-crs tags
+<li>Extract XML metadata from some Hasselblad images
+<li>Tweaked -fast2 option to read metadata from inside mdat atom of HEIC images
+<li>Patched FFF reader to be more tolerant of the mess made by incompetent
+ Hasselblad programmers (wrong IFD count for some values)
+<li>Patched WebP reader to be more tolerant of the mess made by incompetent
+ Google programmers (EXIF with wrong header and XMP with wrong ID)
+<li>Fixed problem which could cause "use of uninitialized variable" warnings
+ when reading images from some Nikon cameras
+<li>Fixed List type for new XMP-photomech:CreatorIdentity tag
+</ul>
+
+<a name='v12.68'><b>Oct. 16, 2023 - Version 12.68</b></a>
+<ul>
+<li>Added preliminary read support for XISF images
+<li>Added the ability to delete JUMBF metadata from PNG images
+<li>Added support for writing Canon burst-roll CR3 images
+<li>Added a new Nikon Z9 SubjectDetection value, and improved Zf support (thanks
+ Warren Hatch)
+<li>Added a couple of new PentaxModelID values
+<li>Added a few couple of new tag values for the Pentax K-3 Mark III Monochrome (github #226)
+<li>Added a new XMP-photomech tag
+<li>Added a new QuickTime ItemList tag
+<li>Added a new Nikon LensID
+<li>Added a new Canon LensType
+<li>Support decimal values for FujiFilm ShadowTone and HighlightTone tags
+<li>Decode some new Sony tags (thanks Jos Roost)
+<li>Decode ShutterCount for Canon EOS R6 (thanks gamin)
+<li>Decode QuickTime VideoFullRangeFlag
+<li>Decode JPGCompression for the Nikon D3S
+<li>Enhanced -geotag feature to allow writing QuickTime:GPSCoordinates
+<li>Renamed Panasonic HDRShot tag to MergedImages (<a href='https://exiftool.org/forum/index.php?topic=15298'>forum 15298</a>)
+<li>Fixed problem where some NEF files were misidentified as NRW
+</ul>
+
<a name='v12.67'><b>Sept. 19, 2023 - Version 12.67</b></a>
<ul>
<li>Added a new Pentax LensType (thanks dmont)
@@ -185,206 +225,6 @@ considered development releases, and are not uploaded to <a href="https://metacp
advanced-formatting expression containing a greater-than symbol (&gt;)
</ul>
-<a name='v12.59'><b>Mar. 28, 2023 - Version 12.59</b></a>
-<ul>
-<li>COMPATIBILITY WARNING: Changed the calculated ImageDataMD5 for JPEG images
- to include all data from the SOS to the EOI (including the SOS marker but
- not the EOI marker)
-<li>Added new -fileNUM option to load tags from alternate files
-<li>Added family 8 groups for accessing tags from alternate files
-<li>Added new XMP-et:OriginalImageMD5 tag for storing ImageDataMD5 value
-<li>Added verbose ImageDataMD5 message for JPEG files
-<li>Added a new Nikon LensID (thanks Warren Hatch)
-<li>Decode a new Olympus tag and improved decoding of another (thanks Herb)
-<li>Decode a couple of new PanasonicRaw tags
-<li>Decode image coordinates for a couple more VNT object types
-<li>Enhanced ImageDataMD5 to also support MRW, CR3, IIQ, PNG, MOV/MP4 and some
- RIFF-based files
-<li>Improved verbose messages when deleting NikonApp trailer
-<li>Patched to avoid structure warnings when copying tags from Nikon files
- containing NKSC metadata
-<li>Fixed %-C filename format code to work properly with the -fileOrder and
- -progress options
-<li>Fixed potential ValueConv warning when reading LIF files
-<li>API Changes:
- <ul>
- <li>Added <a href="ExifTool.html#SetAlternateFile">SetAlternateFile method</a>
- </ul>
-</ul>
-
-<a name='v12.58'><b>Mar. 15, 2023 - Version 12.58</b></a>
-<ul>
-<li>Added <a href="https://exiftool.org/TagNames/Extra.html">Extra</a> ImageDataMD5 tag to calculate MD5 of image data only
-<li>Added support for reading DJI APP4 and APP7 JPEG segments
-<li>Added a new SonyModelID value
-<li>Decode a few new Nikon tags (thanks Warren Hatch)
-<li>Downgraded "Windows file times" to a minor warning when Win32::API or
- Win32API::File is not installed while reading metadata
-<li>Patched possible runtime warning when API IgnoreTags option is used to
- ignore FileType
-<li>Fixed problem extracting NetName from Windows LNK files
-<li>Fixed issue where the %C filename format code would increment the count on
- an output filename collision, but it is supposed to count the input files
-</ul>
-
-<a name='v12.57'><b>Feb. 23, 2023 - Version 12.57</b></a>
-<ul>
-<li>Added two new Nikon Z lenses (thanks LibRaw)
-<li>Added a new Sigma LensType (thanks LibRaw)
-<li>Added a new Olympus LensType (thanks Herb)
-<li>Decode more new Nikon tags (thanks Warren Hatch)
-<li>Decode Photoshop LayerColors, LayerSections and LayerVisible tags
-<li>Improved Verbose output for QuickTime-format files
-<li>Set family 1 group name for Garmin GPS from uuid atom
-<li>Enhanced -progress option to allow message to be displayed every NUM files
-<li>Significant improvements to parsing of Nikon ShotInfo records for newer
- models
-<li>Removed hex dump of APP segments from -v3 output when writing
-<li>Fixed bug writing negative MIE GPS coordinates
-<li>Fixed bug where a duplicate XMP could be generated when writing XMP to a
- JPEG XL image which already contained XMP
-<li>Fixed problem where HEAD lines may be duplicated in an output file if the -p
- option was combined with -w+ or -W+
-</ul>
-
-<a name='v12.56'><b>Feb. 9, 2023 - Version 12.56</b></a>
-<ul>
-<li>Added support for VNT files (both Scene7 Vignette and V-Note document)
-<li>Added read support for <a href="TagNames/InfiRay.html">InfiRay IJPEG metadata</a> (thanks Marcos Del Sol Vives)
-<li>Added some new Sony LensType values (thanks Jos Roost and Fran&ccedil;ois Piette)
-<li>Added a new FujiFilm VideoRecordingMode value (thanks Greybeard)
-<li>Added two new Canon LensTypes and CanonModelIDs (thanks Norbert Wasser)
-<li>Added ability to extract semantic images from Apple ProRaw DNG files
-<li>Added read support for the PNG cICP chunk
-<li>Decode more Nikon tags (thanks Warren Hatch)
-<li>Extract PreviewImage from Insta360 trailer record 0x200
-<li>Extract EmbeddedImageRectangle and some other new tags from VNT files
-<li>Minor improvement to arg_files/xmp2exif.args (thanks StarGeek)
-<li>Enhanced -ee option to extract metadata from all frames of a multipart EXR
- image
-<li>Removed EXR Layout tag and incorporated into new Flags tag
-<li>Patched possible hang problem when reading corrupted .rm audio files
-</ul>
-
-<a name='v12.55'><b>Jan. 17, 2023 - Version 12.55</b></a>
-<ul>
-<li>Added support for geotagging from FlightAware KML files
-<li>Decode two more types of timed GPS from MOV/MP4 videos (66 types now)
-<li>Decode a few new Nikon tags (thanks Warren Hatch)
-<li>Decode a new Samsung HEIC tag
-<li>Decode FujiFilm RollAngle
-<li>Fixed bug where the FlatName property wasn't working properly for some
- user-defined structure tags
-</ul>
-
-<a name='v12.54'><b>Jan. 6, 2023 - Version 12.54</b></a>
-<ul>
-<li>Decode a number of new Apple tags (thanks Frank Rupprecht)
-<li>Increased precision of Sony FocusDistance2 conversion
-<li>Fixed problem where GPSAltitude wasn't being set when geotagging from KML
- files
-<li>Fixed bug writing HEIC/AVIF files which have a zero-sized mdat (ie. media
- data extends to end of file) which could cause an incorrect mdat size to be
- written
-</ul>
-
-<a name='v12.53'><b>Jan. 4, 2023 - Version 12.53</b></a>
-<ul>
-<li>Added support for a number of new XMP tags written by ACR 15.1
-<li>Added a new Nikon LensID
-<li>Decode timed GPS from Lamax S9 dual dashcam MOV videos
-<li>Decode a number of new Nikon tags (thanks Warren Hatch)
-<li>Decode a couple of new Canon tags (thanks John Moyer)
-<li>Decode FujiFilm BWMagentaGreen tag
-<li>Enable block-write of EXIF to JXL files
-<li>Accept values of "now" and "Z" when writing EXIF OffsetTime tags
-<li>Changed priority of XMP when reading/writing HEIC files so that it is no
- longer preferred as with other QuickTime-based formats
-<li>Changed family 1 group name of Canon DR4 tags from CanonVRD to CanonDR4 to
- allow newer tags to be differentiated from older ones. The family 0 group
- name for both remains CanonVRD
-<li>Patched to recognize JXL EXIF box with non-zero header length
-<li>Patched to avoid runtime error when writing a PDF with an Info dictionary
- which was stored incorrectly as a direct object
-<li>Fixed problem writing EXIF to JXL images where a new EXIF box was created
- even if one previously existed
-</ul>
-
-<a name='v12.52'><b>Dec. 6, 2022 - Version 12.52</b></a>
-<ul>
-<li>Added a few new Nikon LensID's (thanks LibRaw and Chris)
-<li>Added Slovak translations (thanks Peter Bagin)
-<li>Made SphericalVideoXML readable/writable as a block
-<li>Improved handling of Matroska metadata tags, including language support
-<li>Improved French translations (thanks Philippe Bonnaure of GraphicConverter)
-<li>Improved Composite:GPSAltitude conversion to honour -lang setting
-<li>Improved -v2 messages to indicate files extracted from zip archives
-</ul>
-
-<a name='v12.51'><b>Nov. 21, 2022 - Version 12.51</b></a>
-<ul>
-<li>Added a new Olympus LensType (thanks Herb)
-<li>Extract C2PA JUMBF metadata from PNG images and extract C2PA Salt values
-<li>Decode NikonSettings for Z9 firmware 3.0 (thanks Warren Hatch)
-<li>Decode additional camm metadata from Insta360 Pro2 MP4 videos
-<li>Improved Verbose output when writing Composite tags to add a "+" sign to
- indicate related tags that are being written
-<li>Enhanced -geotag option CSV format to support GPSImgDirection column
-<li>Fixed problem where -w+ option didn't work in Windows if there were Unicode
- characters in the path name
-<li>Fixed problem where only the last image of the sequence was extracted
- (multiple times) when using -ee2 to extract embedded images from FLIR SEQ
- files
-<li>Fixed issue where GPS reference directions may be unknowingly written when
- using ExifTool 12.44 or later to write GPSLatitude or GPSLongitude without
- specifying a group name. The fix was to Avoid writing the Composite tags
- unless the Composite group is specified explicitly
-<li>Fixed -geotag to write orientation and track tags even if some tags in the
- category were missing
-<li>Fixed inconsistency in selecting which tag to output with the -json option
- when multiple tags with the same JSON key exist and the -TAG# feature is
- used to disable print conversion
-<li>Fixed problem writing QuickTime:PlayListID
-<li>Fixed problem writing QuickTime tags when specifying tag ID (ie. family 7
- group) as well as a language code
-</ul>
-
-<a name='v12.50'><b>Nov. 8, 2022 - Version 12.50</b></a> <span class=grn>(production release)</span>
-<ul>
-<li>Added a new XMP-GCreations tag
-<li>Added a few new Sony lenses (thanks Jos Roost)
-<li>Added new SonyModelID and Olympus CameraType values (thanks LibRaw and Herb)
-<li>Added a couple of new XMP tags (thanks Jos&eacute; Oliver-Didier)
-<li>Added a new Nikon Z lens (thanks LibRaw)
-<li>Added a new Canon LensType and CanonModelID (thanks Norbert Wasser and
- LibRaw)
-<li>Added some new Pentax lenses (thanks LibRaw)
-<li>Added experimental support for timed GPS in TS videos from Jomise T860S-GM
- dashcam (more samples are needed for this to be finalized)
-<li>Decode information written in "skip" atom of 70mai Pro Plus+ MP4 videos
-<li>Decode timed accelerometer data from Kenwood dashcam MP4 videos
-<li>Decode a few new Nikon Z9 tags (thanks Stefan Gr&uuml;&szlig;en)
-<li>Decode ColorData for some newer Canon models (thanks LibRaw)
-<li>Decode a number of new tags for the Sony ILCE-7RM5 (thanks Jos Roost)
-<li>Updated IPTC XMP tags to correspond with new Photo Metadata 2022.1 standard
-<li>Extract JPEG previews from FujiFilm HIF images
-<li>Changed -if option so multiple -if options are evaluated at the lowest
- specified -fast level
-<li>Changed MIMEType for ICO and CUR files
-<li>Enhanced -fast2 so it stops processing QuickTime files at mdat atom
-<li>Enhanced -listx output so -f also indicates the ID of the parent structure
- for Flattened tags
-<li>Improved conversion of IPTC date-only and time-only tags to allow formatting
- with the -d option
-<li>Improved Canon and Nikon TimeZone tags to accept a wider variety of input
- formats when writing
-<li>Disabled extraction of Nikon Z9 MenuSettings for firmware 3.0 until they can
- be properly decoded (thanks Warren Hatch)
-<li>Fixed decoding of AF points for some newer Nikon models
-<li>Fixed inconsistent year and time zone for Kenwood dashcam timed GPS in MP4
- videos
-</ul>
-
<a name='ancient' href="ancient_history.html"><b>History of older versions</b> (back to Nov. 19, 2003 - Version 1.00) --&gt;</a><br><br>
<hr>
diff --git a/html/index.html b/html/index.html
index 052ae455..dd273f4e 100644
--- a/html/index.html
+++ b/html/index.html
@@ -94,9 +94,9 @@ the site with a moderate load. An alternate ExifTool homepage is available at
</div>
<blockquote><table class='dl lg'><tr><td><b>
-<a href="Image-ExifTool-12.67.tar.gz">
-Download Version 12.67</a> (5.0 MB) -
-<a href="history.html">Sept. 19, 2023</a></b></td></tr></table></blockquote>
+<a href="Image-ExifTool-12.69.tar.gz">
+Download Version 12.69</a> (5.0 MB) -
+<a href="history.html">Oct. 26, 2023</a></b></td></tr></table></blockquote>
<p><b>ExifTool is a platform-independent <a href="ExifTool.html">Perl
library</a> plus a <a href="exiftool_pod.html">command-line application</a> for
@@ -149,8 +149,8 @@ distribution above.)</i></p>
<blockquote><table class='dl lg'><tr><td><b>
<a name="alone">Windows Executable:</a>
-<a href="exiftool-12.67.zip">
- exiftool-12.67.zip</a> (6.9 MB)</b></td></tr></table></blockquote>
+<a href="exiftool-12.69.zip">
+ exiftool-12.69.zip</a> (6.9 MB)</b></td></tr></table></blockquote>
<p><b>The stand-alone Windows executable</b> does not require Perl. Just
download and un-zip the archive then double-click on
@@ -167,8 +167,8 @@ if you have any problems/comments with this version.)</i></p>
<blockquote><table class='dl lg'><tr><td><b>
MacOS Package:
-<a href="ExifTool-12.67.dmg">
- ExifTool-12.67.dmg</a> (3.2 MB)</b></td></tr></table></blockquote>
+<a href="ExifTool-12.69.dmg">
+ ExifTool-12.69.dmg</a> (3.2 MB)</b></td></tr></table></blockquote>
<p><b>The MacOS package</b> installs the ExifTool command-line application and
libraries in /usr/local/bin. After installing, type "<code>exiftool</code>" in a
@@ -499,6 +499,7 @@ for each file format.</p>
<tr><td>WV</td><td>R</td><td>WavePack lossless audio (<a href="TagNames/RIFF.html">RIFF</a>-based)</td><td>R<span class=sup>3</span></td><td>-</td><td>R</td><td>-</td><td>R <a href="TagNames/RIFF.html">RIFF</a></td></tr>
<tr><td><a href="TagNames/SigmaRaw.html">X3F</a></td><td>R/W</td><td>Sigma/Foveon RAW</td><td>R/W/C</td><td>R/W/C</td><td>R/W/C</td><td>R/W/C</td><td>R/W <a href="TagNames/Sigma.html">Sigma</a>, R <a href="TagNames/SigmaRaw.html">SigmaRaw</a></td></tr>
<tr><td><a href="TagNames/GIMP.html">XCF</a></td><td>R</td><td>GIMP native image format</td><td>R</td><td>R</td><td>R</td><td>R</td><td>R <a href="TagNames/GIMP.html">GIMP</a></td></tr>
+<tr><td><a href="TagNames/XISF.html">XISF</a></td><td>R</td><td>Extensible Image Serialization Format</td><td>-</td><td>-</td><td>-</td><td>-</td><td>R <a href="TagNames/XISF.html">XISF</a></td></tr>
<tr><td>XLS, XLT</td><td>R</td><td>Microsoft Excel Spreadsheet/Template (<a href="TagNames/FlashPix.html">FPX</a>-like)</td><td>-</td><td>-</td><td>R</td><td>R</td><td>R <a href="TagNames/FlashPix.html">FlashPix</a></td></tr>
<tr><td><a href="TagNames/OOXML.html">XLSX, XLSM, XLSB</a></td><td>R</td><td>Office Open XML Spreadsheet [Macro-enabled/Binary]</td><td>-</td><td>-</td><td>-</td><td>-</td><td>R <a href="TagNames/OOXML.html">XML</a> <a href="TagNames/ZIP.html">ZIP</a></td></tr>
<tr><td><a href="TagNames/OOXML.html">XLTX, XLTM</a></td><td>R</td><td>Office Open XML Spreadsheet Template [Macro-enabled]</td><td>-</td><td>-</td><td>-</td><td>-</td><td>R <a href="TagNames/OOXML.html">XML</a> <a href="TagNames/ZIP.html">ZIP</a></td></tr>
@@ -1040,6 +1041,10 @@ for proper rendering of the image.</li>
<h2><font color='#cc6600'><a name="problems">Known Problems</a></font></h2>
<ul>
+<li><span class=red>[2023-10-02]</span>
+<b>Panasonic PHOTOfunSTUDIO 9.5</b> has problems displaying some ExifTool-edited
+FZ1000 RW2 images, although other software (such as Adobe Lightroom, Digikam and
+Windows Explorer) have no problems with these.</li>
<li><span class=red>[2022-08-23]</span>
<b>Sony Imaging Edge Desktop</b> has problems displaying some ExifTool-edited ARW
images, although other software (such as Adobe utilites) have no problems with these.</li>
@@ -1410,6 +1415,8 @@ three droplets to extract information [exiftool must be installed] (thanks to Ro
<li><a href="http://fastphototagger.sourceforge.net/about.html">FastPhotoTagger</a>: Add metadata to images (requires Java runtime engine)</li>
<li><a href="https://bizgraphic.ch/Reader/">Digi-libris</a>: Metadata centric software for the automatic organization of your own catalogue</li>
<li><a href="http://ronmevissen.com/FreezeFrame">FreezeFrame</a>: Photo/video library manager (requires Java 8)</li>
+<li><a href="https://github.com/JorgenMygindPilgaard/MemoryMate">MemoryMate</a>: Maintain photo and video metadata for family collections</li>
+<li><a href="https://github.com/electro-logic/DngOpcodesEditor">DNG Opcodes Editor</a>: Change DNG opcodes and see the effect on the image in real-time</li>
</ul>
<p><b><a name="related_online">Online</a></b></p>
diff --git a/html/install.html b/html/install.html
index 406c9813..e75c2e1d 100644
--- a/html/install.html
+++ b/html/install.html
@@ -52,10 +52,10 @@ documentation or some other files of the full distribution.</p>
<h3>Stand-Alone Executable</h3>
<ol>
<li><b>Download</b> the <b>Windows Executable</b> from the <a href="index.html">ExifTool home page</a>.
-<br><span class=lt>(The file you download should be named "<code>exiftool-12.67.zip</code>".)</span></li>
+<br><span class=lt>(The file you download should be named "<code>exiftool-12.69.zip</code>".)</span></li>
<li><b>Extract "<code>exiftool(-k).exe</code>"</b> from the
"<code>.zip</code>" file, and place it <b>on your Desktop</b>.
-<br><span class=lt>(Double-click on "<code>exiftool-12.67.zip</code>" to open
+<br><span class=lt>(Double-click on "<code>exiftool-12.69.zip</code>" to open
the archive, then drag "<code>exiftool(-k).exe</code>" to your Desktop.)</span></li>
</ol>
<p>You can now double-click on "<code>exiftool(-k).exe</code>" to read the
@@ -109,7 +109,7 @@ can be downloaded from
<a href="http://www.activestate.com/activeperl/">activeperl.com</a>.)</p>
<ol>
<li><b>Download</b> the <b>Image-ExifTool distribution</b> from the <a href="index.html">ExifTool home page</a>
-<br><span class=lt>(The file you download should be named "<code>Image-ExifTool-12.67.tar.gz</code>".)</span></li>
+<br><span class=lt>(The file you download should be named "<code>Image-ExifTool-12.69.tar.gz</code>".)</span></li>
<li><b>Extract the ExifTool files</b> from the archive.
<br><span class=lt>(The archive is a gzipped tar file, and can be opened with
various Windows utilities, including WinZip.)</span></li>
@@ -151,7 +151,7 @@ in the MacOS package. Both versions run natively on PPC and Intel Macs.</p>
<h3>MacOS Package</h3>
<ol>
<li><b>Download</b> the <b>ExifTool MacOS Package</b> from the <a href="index.html">ExifTool home page</a>.
-<br><span class=lt>(The file you download should be named "<code>ExifTool-12.67.dmg</code>".)</span></li>
+<br><span class=lt>(The file you download should be named "<code>ExifTool-12.69.dmg</code>".)</span></li>
<li><b>Install</b> as a normal <b>MacOS package</b>.
<br><span class=lt>(Open the disk image, double-click on the install package, and follow the instructions.
See the second item in the Notes section below if you are stopped with an "unidentified developer" message.)
@@ -167,12 +167,12 @@ See the second item in the Notes section below if you are stopped with an "unide
<ol>
<li><b>Download</b> the <b>Image-ExifTool distribution</b> from the <a href="index.html">ExifTool home page</a>
to your Desktop.
-<br><span class=lt>(The file you download should be named "<code>Image-ExifTool-12.67.tar.gz</code>".)</span></li>
+<br><span class=lt>(The file you download should be named "<code>Image-ExifTool-12.69.tar.gz</code>".)</span></li>
<li><b>Launch</b> the <b>Terminal</b> application from the Utilities folder in your Applications folder.</li>
<li>In the Terminal window, <b>type the following</b>:
<pre class='code'> cd ~/Desktop
- tar -xzf Image-ExifTool-12.67.tar.gz
- cd Image-ExifTool-12.67
+ tar -xzf Image-ExifTool-12.69.tar.gz
+ cd Image-ExifTool-12.69
sudo cp -r exiftool lib /usr/local/bin
</pre>
<span class=lt>(Note: The last step above will require you to enter your
@@ -188,7 +188,7 @@ your Perl version. If both sets of libraries exist, /usr/local/bin/lib takes
precedence for exiftool, but /Library/Perl/#.#.# is the default for any other
Perl scripts.</li>
<li>In MacOS 10.8 or later, you may see this message when you try to open the install package:
-<blockquote class=red>"ExifTool-12.67.pkg" can't be opened because it is from an
+<blockquote class=red>"ExifTool-12.69.pkg" can't be opened because it is from an
unidentified developer.</blockquote> The solution is to control-click on the pkg
then select "Open" from the pop-up menu instead of just double-clicking. An alternative
is to lower the security settings by changing "Allow applications downloaded from" to
@@ -215,11 +215,11 @@ have the wrong "<code>lib</code>" folder.</li>
<ol>
<li><b>Download</b> the <b>Image-ExifTool distribution</b> from the <a href="index.html">ExifTool home page</a>
-<br><span class=lt>(The file you download should be named "<code>Image-ExifTool-12.67.tar.gz</code>".)</span></li>
+<br><span class=lt>(The file you download should be named "<code>Image-ExifTool-12.69.tar.gz</code>".)</span></li>
<li><b>Unpack the distribution</b> and <b>make it your current directory</b> by typing:
<pre class='code'> cd <i>&lt;your download directory&gt;</i>
- gzip -dc Image-ExifTool-12.67.tar.gz | tar -xf -
- cd Image-ExifTool-12.67
+ gzip -dc Image-ExifTool-12.69.tar.gz | tar -xf -
+ cd Image-ExifTool-12.69
</pre>
<span class=lt>(At this point you may run exiftool by typing
"<code>./exiftool <i>&lt;image file name&gt;</i></code>".)</span></li>
diff --git a/lib/Image/ExifTool.pm b/lib/Image/ExifTool.pm
index 9593b585..5bb64f6d 100644
--- a/lib/Image/ExifTool.pm
+++ b/lib/Image/ExifTool.pm
@@ -29,7 +29,7 @@ use vars qw($VERSION $RELEASE @ISA @EXPORT_OK %EXPORT_TAGS $AUTOLOAD @fileTypes
%jpegMarker %specialTags %fileTypeLookup $testLen $exeDir
%static_vars);
-$VERSION = '12.67';
+$VERSION = '12.69';
$RELEASE = '';
@ISA = qw(Exporter);
%EXPORT_TAGS = (
@@ -149,8 +149,8 @@ sub ReadValue($$$;$$$);
FLAC Ogg Vorbis APE APE::NewHeader APE::OldHeader Audible MPC MPEG::Audio
MPEG::Video MPEG::Xing M2TS QuickTime QuickTime::ImageFile QuickTime::Stream
QuickTime::Tags360Fly Matroska Matroska::StdTag MOI MXF DV Flash Flash::FLV
- Real::Media Real::Audio Real::Metafile Red RIFF AIFF ASF WTV DICOM FITS MIE
- JSON HTML XMP::SVG Palm Palm::MOBI Palm::EXTH Torrent EXE EXE::PEVersion
+ Real::Media Real::Audio Real::Metafile Red RIFF AIFF ASF WTV DICOM FITS XISF
+ MIE JSON HTML XMP::SVG Palm Palm::MOBI Palm::EXTH Torrent EXE EXE::PEVersion
EXE::PEString EXE::MachO EXE::PEF EXE::ELF EXE::AR EXE::CHM LNK Font VCard
Text VCard::VCalendar VCard::VNote RSRC Rawzor ZIP ZIP::GZIP ZIP::RAR
ZIP::RAR5 RTF OOXML iWork ISO FLIR::AFF FLIR::FPF MacOS MacOS::MDItem
@@ -193,10 +193,11 @@ $defaultLang = 'en'; # default language
@fileTypes = qw(JPEG EXV CRW DR4 TIFF GIF MRW RAF X3F JP2 PNG MIE MIFF PS PDF
PSD XMP BMP WPG BPG PPM RIFF AIFF ASF MOV MPEG Real SWF PSP FLV
OGG FLAC APE MPC MKV MXF DV PMP IND PGF ICC ITC FLIR FLIF FPF
- LFP HTML VRD RTF FITS XCF DSS QTIF FPX PICT ZIP GZIP PLIST RAR
- 7Z BZ2 CZI TAR EXE EXR HDR CHM LNK WMF AVC DEX DPX RAW Font RSRC
- M2TS MacOS PHP PCX DCX DWF DWG DXF WTV Torrent VCard LRI R3D AA
- PDB PFM2 MRC LIF JXL MOI ISO ALIAS JSON MP3 DICOM PCD ICO TXT);
+ LFP HTML VRD RTF FITS XISF XCF DSS QTIF FPX PICT ZIP GZIP PLIST
+ RAR 7Z BZ2 CZI TAR EXE EXR HDR CHM LNK WMF AVC DEX DPX RAW Font
+ RSRC M2TS MacOS PHP PCX DCX DWF DWG DXF WTV Torrent VCard LRI
+ R3D AA PDB PFM2 MRC LIF JXL MOI ISO ALIAS JSON MP3 DICOM PCD ICO
+ TXT);
# file types that we can write (edit)
my @writeTypes = qw(JPEG TIFF GIF CRW MRW ORF RAF RAW PNG MIE PSD XMP PPM EPS
@@ -545,6 +546,7 @@ my %createTypes = map { $_ => 1 } qw(XMP ICC MIE VRD DR4 EXIF EXV);
X3F => ['X3F', 'Sigma RAW format'],
XCF => ['XCF', 'GIMP native image format'],
XHTML=> ['HTML', 'Extensible HyperText Markup Language'],
+ XISF => ['XISF', 'Extensible Image Serialization Format'],
XLA => ['FPX', 'Microsoft Excel Add-in'],
XLAM => [['ZIP','FPX'], 'Office Open XML Spreadsheet Add-in Macro-enabled'],
XLS => ['FPX', 'Microsoft Excel Spreadsheet'],
@@ -798,6 +800,7 @@ my %fileDescription = (
WTV => 'video/x-ms-wtv',
X3F => 'image/x-sigma-x3f',
XCF => 'image/x-xcf',
+ XISF => 'image/x-xisf',
XLA => 'application/vnd.ms-excel',
XLAM => 'application/vnd.ms-excel.addin.macroEnabled.12',
XLS => 'application/vnd.ms-excel',
@@ -994,6 +997,7 @@ $testLen = 1024; # number of bytes to read when testing for magic number
WTV => '\xb7\xd8\x00\x20\x37\x49\xda\x11\xa6\x4e\x00\x07\xe9\x5e\xad\x8d',
X3F => 'FOVb',
XCF => 'gimp xcf ',
+ XISF => 'XISF0100',
XMP => '\0{0,3}(\xfe\xff|\xff\xfe|\xef\xbb\xbf)?\0{0,3}\s*<',
ZIP => 'PK\x03\x04',
);
@@ -1581,6 +1585,7 @@ my %systemTagsNotes = (
ImageHeight => { Notes => 'the height of the image in number of pixels' },
XResolution => { Notes => 'the horizontal pixel resolution' },
YResolution => { Notes => 'the vertical pixel resolution' },
+ NumPlanes => { Notes => 'number of color planes' },
MaxVal => { Notes => 'maximum pixel value in PPM or PGM image' },
EXIF => {
Notes => q{
@@ -1844,7 +1849,7 @@ my %systemTagsNotes = (
Geotime => {
Writable => 1,
WriteOnly => 1,
- AllowGroup => '(exif|gps|xmp|xmp-exif)',
+ AllowGroup => '(exif|gps|xmp|xmp-exif|quicktime|keys|itemlist|userdata)',
Notes => q{
this write-only tag is used to define a date/time for interpolating a
position in the GPS track specified by the Geotag tag. Writing this tag
@@ -7475,7 +7480,8 @@ sub ProcessJPEG($$)
my $hdr = $1;
$dumpType = 'JUMBF';
SetByteOrder('MM');
- my $seq = Get32u($segDataPt, 4) - 1; # (start from 0)
+ # (sequence should start from 1, but some software incorrectly writes 0)
+ my $seq = Get32u($segDataPt, 4);
my $len = Get32u($segDataPt, 8);
my $type = substr($$segDataPt, 12, 4);
my $hdrLen;
@@ -7485,14 +7491,13 @@ sub ProcessJPEG($$)
} else {
$hdrLen = 8;
}
- $jumbfChunk{$type} or $jumbfChunk{$type} = [ ];
+ $jumbfChunk{$type} or $jumbfChunk{$type} = [ '' ];
if ($len < $hdrLen) {
$self->Warn('Invalid JUMBF segment');
- } elsif ($seq < 0) {
- $self->Warn('Invalid JUMBF sequence number');
- } elsif (defined $jumbfChunk{$type}[$seq]) {
+ } elsif (defined $jumbfChunk{$type}[$seq] and length $jumbfChunk{$type}[$seq]) {
$self->Warn('Duplicate JUMBF sequence number');
} else {
+ $seq or $self->Warn('Incorrect JUMBF sequence numbering (should start from 0, not 1)');
# add to list of JUMBF chunks
$jumbfChunk{$type}[$seq] = substr($$segDataPt, 8 + $hdrLen);
# check to see if we have a complete JUMBF box
@@ -7717,6 +7722,19 @@ sub ProcessTIFF($$;$)
}
#------------------------------------------------------------------------------
+# Process TIFF as a sub-document
+# Inputs: 0) ExifTool object ref, 1) dirInfo ref, 2) optional tag table ref
+# Returns: 1 if this looked like a valid EXIF block, 0 otherwise, or -1 on write error
+sub ProcessSubTIFF($$;$)
+{
+ my ($self, $dirInfo, $tagTablePtr) = @_;
+ $$self{DOC_NUM} = ++$$self{DOC_COUNT};
+ my $rtnVal = $self->ProcessTIFF($dirInfo, $tagTablePtr);
+ delete $$self{DOC_NUM};
+ return $rtnVal;
+}
+
+#------------------------------------------------------------------------------
# Process TIFF data
# Inputs: 0) ExifTool object ref, 1) dirInfo ref, 2) optional tag table ref
# Returns: 1 if this looked like a valid EXIF block, 0 otherwise, or -1 on write error
@@ -7940,6 +7958,9 @@ sub DoProcessTIFF($$;$)
}
if ($$self{TIFF_TYPE} eq 'TIFF') {
$self->FoundTag(PageCount => $$self{PageCount}) if $$self{MultiPage};
+ } elsif ($$self{TIFF_TYPE} eq 'NRW' and $$self{VALUE}{NEFLinearizationTable}) {
+ # fix NEF type if misidentified as NRW
+ $self->OverrideFileType($$self{TIFF_TYPE} = 'NEF');
}
if ($$self{ImageDataHash} and $$self{A100DataOffset} and $raf->Seek($$self{A100DataOffset},0)) {
$self->ImageDataHash($raf, undef, 'A100');
@@ -8081,8 +8102,8 @@ sub DoProcessTIFF($$;$)
# check DNG version
if ($$self{DNGVersion}) {
my $ver = $$self{DNGVersion};
- # currently support up to DNG version 1.6
- unless ($ver =~ /^(\d+) (\d+)/ and "$1.$2" <= 1.6) {
+ # currently support up to DNG version 1.7
+ unless ($ver =~ /^(\d+) (\d+)/ and "$1.$2" <= 1.7) {
$ver =~ tr/ /./;
$self->Error("DNG Version $ver not yet tested", 1);
}
diff --git a/lib/Image/ExifTool.pod b/lib/Image/ExifTool.pod
index 1155fc40..28c60faf 100644
--- a/lib/Image/ExifTool.pod
+++ b/lib/Image/ExifTool.pod
@@ -102,11 +102,11 @@ supported by ExifTool (r = read, w = write, c = create):
DCP r/w | ICO r | MPG r | PSB r/w | WV r
DCR r | ICS r | MPO r/w | PSD r/w | X3F r/w
DFONT r | IDML r | MQV r/w | PSP r | XCF r
- DIVX r | IIQ r/w | MRC r | QTIF r/w | XLS r
- DJVU r | IND r/w | MRW r/w | R3D r | XLSX r
- DLL r | INSP r/w | MXF r | RA r | XMP r/w/c
- DNG r/w | INSV r | NEF r/w | RAF r/w | ZIP r
- DOC r | INX r | NKSC r/w | RAM r |
+ DIVX r | IIQ r/w | MRC r | QTIF r/w | XISF r
+ DJVU r | IND r/w | MRW r/w | R3D r | XLS r
+ DLL r | INSP r/w | MXF r | RA r | XLSX r
+ DNG r/w | INSV r | NEF r/w | RAF r/w | XMP r/w/c
+ DOC r | INX r | NKSC r/w | RAM r | ZIP r
DOCX r | ISO r | NRW r/w | RAR r |
Meta Information
diff --git a/lib/Image/ExifTool/Canon.pm b/lib/Image/ExifTool/Canon.pm
index c8e391f4..bd9484c5 100644
--- a/lib/Image/ExifTool/Canon.pm
+++ b/lib/Image/ExifTool/Canon.pm
@@ -88,7 +88,7 @@ sub ProcessCTMD($$$);
sub ProcessExifInfo($$$);
sub SwapWords($);
-$VERSION = '4.68';
+$VERSION = '4.70';
# Note: Removed 'USM' from 'L' lenses since it is redundant - PH
# (or is it? Ref 32 shows 5 non-USM L-type lenses)
@@ -490,6 +490,7 @@ $VERSION = '4.68';
'368.11' => 'Sigma 70mm f/2.8 DG Macro', #IB (A018)
'368.12' => 'Sigma 18-35mm f/1.8 DC HSM | A', #50
'368.13' => 'Sigma 24-105mm f/4 DG OS HSM | A', #forum3833
+ '368.14' => 'Sigma 18-300mm f/3.5-6.3 DC Macro OS HSM | C', #forum15280 (014)
# Note: LensType 488 (0x1e8) is reported as 232 (0xe8) in 7D CameraSettings
488 => 'Canon EF-S 15-85mm f/3.5-5.6 IS USM', #PH
489 => 'Canon EF 70-300mm f/4-5.6L IS USM', #Gerald Kapounek
@@ -1390,6 +1391,11 @@ my %offOn = ( 0 => 'Off', 1 => 'On' );
SubDirectory => { TagTable => 'Image::ExifTool::Canon::CameraInfo60D' },
},
{
+ Name => 'CanonCameraInfoR6',
+ Condition => '$$self{Model} =~ /\bEOS R6$/',
+ SubDirectory => { TagTable => 'Image::ExifTool::Canon::CameraInfoR6' },
+ },
+ {
Name => 'CanonCameraInfoPowerShot',
# valid if format is int32u[138] or int32u[148]
Condition => '$format eq "int32u" and ($count == 138 or $count == 148)',
@@ -4695,6 +4701,19 @@ my %ciMaxFocal = (
},
);
+%Image::ExifTool::Canon::CameraInfoR6 = (
+ %binaryDataAttrs,
+ FIRST_ENTRY => 0,
+ PRIORITY => 0,
+ GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
+ NOTES => 'CameraInfo tags for the EOS R6.',
+ 0x0af1 => { #forum15210
+ Name => 'ShutterCount',
+ Format => 'int32u',
+ Notes => 'includes electronic + mechanical shutter',
+ },
+);
+
# Canon camera information for 70D (MakerNotes tag 0x0d) (ref PH)
%Image::ExifTool::Canon::CameraInfo70D = (
%binaryDataAttrs,
@@ -9081,6 +9100,11 @@ my %filterConv = (
CMT3 => { # (CR3 files)
Name => 'MakerNoteCanon',
PreservePadding => 1,
+ Writable => 'undef', # (writable directory!)
+ # (note that ExifTool 12.68 and earlier lacked the ability to write this as a block,
+ # and would instead add the maker notes the the CMT2 ExifIFD. To remove these
+ # incorrectly-placed maker notes, use "exiftool -exififd:makernotes= FILE")
+ MakerNotes => 1,
SubDirectory => {
TagTable => 'Image::ExifTool::Canon::Main',
ProcessProc => \&ProcessCMT3,
diff --git a/lib/Image/ExifTool/DNG.pm b/lib/Image/ExifTool/DNG.pm
index ff2c469d..16127157 100644
--- a/lib/Image/ExifTool/DNG.pm
+++ b/lib/Image/ExifTool/DNG.pm
@@ -17,7 +17,7 @@ use Image::ExifTool::Exif;
use Image::ExifTool::MakerNotes;
use Image::ExifTool::CanonRaw;
-$VERSION = '1.23';
+$VERSION = '1.24';
sub ProcessOriginalRaw($$$);
sub ProcessAdobeData($$$);
@@ -120,6 +120,25 @@ sub WriteAdobeStuff($$$);
},
);
+# (DNG 1.7)
+%Image::ExifTool::DNG::ImageSeq = (
+ PROCESS_PROC => \&Image::ExifTool::ProcessBinaryData,
+ 0 => { Name => 'SeqID', Format => 'var_string' },
+ 1 => { Name => 'SeqType', Format => 'var_string' },
+ 2 => { Name => 'SeqFrameInfo', Format => 'var_string' },
+ 3 => { Name => 'SeqIndex', Format => 'int32u' },
+ 7 => { Name => 'SeqCount', Format => 'int32u' },
+ 11 => { Name => 'SeqFinal', Format => 'int8u', PrintConv => { 0 => 'No', 1 => 'Yes' } },
+);
+
+# (DNG 1.7)
+%Image::ExifTool::DNG::ProfileDynamicRange = (
+ PROCESS_PROC => \&Image::ExifTool::ProcessBinaryData,
+ 0 => { Name => 'PDRVersion', Format => 'int16u' },
+ 2 => { Name => 'DynamicRange', Format => 'int16u', PrintConv => { 0 => 'Standard', 1 => 'High' } },
+ 4 => { Name => 'HintMaxOutputValue', Format => 'float' },
+);
+
# fill in maker notes
{
my $tagInfo;
@@ -786,7 +805,11 @@ sub ProcessAdobeMakN($$$)
return 1 unless $$tagInfo{Writable};
}
$val = substr($$dataPt, 20) unless defined $val;
- $et->FoundTag($tagInfo, $val);
+ my $key = $et->FoundTag($tagInfo, $val);
+ if ($$et{MAKER_NOTE_FIXUP}) {
+ $$et{TAG_EXTRA}{$key}{Fixup} = $$et{MAKER_NOTE_FIXUP};
+ delete $$et{MAKER_NOTE_FIXUP};
+ }
}
}
return 1;
diff --git a/lib/Image/ExifTool/Exif.pm b/lib/Image/ExifTool/Exif.pm
index 55b41159..a7255b8e 100644
--- a/lib/Image/ExifTool/Exif.pm
+++ b/lib/Image/ExifTool/Exif.pm
@@ -57,7 +57,7 @@ use vars qw($VERSION $AUTOLOAD @formatSize @formatName %formatNumber %intFormat
use Image::ExifTool qw(:DataAccess :Utils);
use Image::ExifTool::MakerNotes;
-$VERSION = '4.44';
+$VERSION = '4.45';
sub ProcessExif($$$);
sub WriteExif($$$);
@@ -250,6 +250,7 @@ $formatName[129] = 'utf8'; # (Exif 3.0)
34927 => 'WebP', #LibTiff
34933 => 'PNG', # (TIFF mail list)
34934 => 'JPEG XR', # (TIFF mail list)
+ 52546 => 'JPEG XL', # (DNG 1.7)
65000 => 'Kodak DCR Compressed', #PH
65535 => 'Pentax PEF Compressed', #Jens
);
@@ -3077,14 +3078,31 @@ my %opcodeInfo = (
},
PrintConvInv => '$val =~ /^PrintIM/ ? $val : undef', # quick validation
},
+ 0xc519 => { # (Hasselblad X2D)
+ Name => 'HasselbladXML',
+ Format => 'undef',
+ TruncateOK => 1, # (incorrect size written by X2D)
+ SubDirectory => {
+ DirName => 'XML',
+ TagTable => 'Image::ExifTool::PLIST::Main',
+ Start => '$valuePtr + 4',
+ },
+ },
0xc51b => { # (Hasselblad H3D)
Name => 'HasselbladExif',
Format => 'undef',
- RawConv => q{
- $$self{DOC_NUM} = ++$$self{DOC_COUNT};
- $self->ExtractInfo(\$val, { ReEntry => 1 });
- $$self{DOC_NUM} = 0;
- return undef;
+ SubDirectory => {
+ Start => '$valuePtr',
+ Base => '$start',
+ TagTable => 'Image::ExifTool::Exif::Main',
+ ProcessProc => \&Image::ExifTool::ProcessSubTIFF,
+ # Writing this is problematic due to the braindead Hasselblad programmers.
+ # One problem is that some values run outside the HasselbladExif data so they
+ # will be lost if we do a simple copy (which is what we are currently doing
+ # by returning undef from the WriteProc), but we can't rebuild this directory
+ # by writing it properly because there is an erroneous StripByteCounts value
+ # written by the X2D 100C that renders the data unreadable
+ WriteProc => sub { return undef },
},
},
0xc573 => { #PH
@@ -3123,7 +3141,7 @@ my %opcodeInfo = (
0xc612 => {
Name => 'DNGVersion',
Notes => q{
- tags 0xc612-0xcd3b are defined by the DNG specification unless otherwise
+ tags 0xc612-0xcd48 are defined by the DNG specification unless otherwise
noted. See L<https://helpx.adobe.com/photoshop/digital-negative.html> for
the specification
},
@@ -3609,6 +3627,11 @@ my %opcodeInfo = (
Writable => 'int16u',
WriteGroup => 'IFD0',
Protected => 1,
+ PrintConv => {
+ 0 => 'Scene-referred',
+ 1 => 'Output-referred (ICC Profile Dynamic Range)',
+ 2 => 'Output-referred (High Dyanmic Range)', # DNG 1.7
+ },
},
0xc6c5 => { Name => 'SRawType', Description => 'SRaw Type', WriteGroup => 'IFD0' }, #exifprobe (CR2 proprietary)
0xc6d2 => { #JD (Panasonic DMC-TZ5)
@@ -4133,7 +4156,7 @@ my %opcodeInfo = (
0xcd2d => { # DNG 1.6
Name => 'ProfileGainTableMap',
Writable => 'undef',
- WriteGroup => 'SubIFD',
+ WriteGroup => 'SubIFD', # (according to DNG 1.7 docs, this was an error and it should have been IFD0)
Protected => 1,
Binary => 1,
},
@@ -4221,6 +4244,51 @@ my %opcodeInfo = (
WriteGroup => 'IFD0',
Protected => 1,
},
+ 0xcd40 => { # DNG 1.7
+ Name => 'ProfileGainTableMap2',
+ Writable => 'undef',
+ WriteGroup => 'IFD0',
+ Protected => 1,
+ Binary => 1,
+ },
+ 0xcd43 => { # DNG 1.7
+ Name => 'ColumnInterleaveFactor',
+ Writable => 'int32u',
+ WriteGroup => 'SubIFD',
+ Protected => 1,
+ },
+ 0xcd44 => { # DNG 1.7
+ Name => 'ImageSequenceInfo',
+ Writable => 'undef',
+ WriteGroup => 'IFD0',
+ SubDirectory => {
+ TagTable => 'Image::ExifTool::DNG::ImageSeq',
+ ByteOrder => 'BigEndian',
+ },
+ },
+ 0xcd46 => { # DNG 1.7
+ Name => 'ImageStats',
+ Writable => 'undef',
+ WriteGroup => 'IFD0',
+ Binary => 1,
+ Protected => 1,
+ },
+ 0xcd47 => { # DNG 1.7
+ Name => 'ProfileDynamicRange',
+ Writable => 'undef',
+ WriteGroup => 'IFD0',
+ SubDirectory => {
+ TagTable => 'Image::ExifTool::DNG::ProfileDynamicRange',
+ ByteOrder => 'BigEndian', # (not indicated in spec)
+ },
+ },
+ 0xcd48 => { # DNG 1.7
+ Name => 'ProfileGroupName',
+ Writable => 'string',
+ Format => 'string',
+ WriteGroup => 'IFD0',
+ Protected => 1,
+ },
0xea1c => { #13
Name => 'Padding',
Binary => 1,
@@ -5944,6 +6012,12 @@ sub ProcessExif($$$)
my $inMakerNotes = $$tagTablePtr{GROUPS}{0} eq 'MakerNotes';
my $isExif = ($tagTablePtr eq \%Image::ExifTool::Exif::Main);
+ # warn for incorrect maker notes in CR3 files
+ if ($$dirInfo{DirName} eq 'MakerNotes' and $$et{FileType} eq 'CR3' and
+ $$dirInfo{Parent} and $$dirInfo{Parent} eq 'ExifIFD')
+ {
+ $et->WarnOnce("MakerNotes shouldn't exist ExifIFD of CR3 image", 1);
+ }
# set flag to calculate image data hash if requested
$doHash = 1 if $$et{ImageDataHash} and (($$et{FILE_TYPE} eq 'TIFF' and not $base and not $inMakerNotes) or
($$et{FILE_TYPE} eq 'RAF' and $dirName eq 'FujiIFD'));
@@ -6219,7 +6293,7 @@ sub ProcessExif($$$)
}
# read from file if necessary
unless (defined $buff) {
- my $wrn;
+ my ($wrn, $truncOK);
my $readFromRAF = ($tagInfo and $$tagInfo{ReadFromRAF});
if (not $raf->Seek($base + $valuePtr + $dataPos, 0)) {
$wrn = "Invalid offset for $dir entry $index";
@@ -6229,18 +6303,22 @@ sub ProcessExif($$$)
$buff = "$$tagInfo{Name} data $size bytes";
$readSize = length $buff;
} elsif ($raf->Read($buff,$size) != $size) {
- $wrn = "Error reading value for $dir entry $index";
+ $wrn = sprintf("Error reading value for $dir entry $index, ID 0x%.4x", $tagID);
+ if ($tagInfo and not $$tagInfo{Unknown}) {
+ $wrn .= " $$tagInfo{Name}";
+ $truncOK = $$tagInfo{TruncateOK};
+ }
} elsif ($readFromRAF) {
# seek back to the start of the value
$raf->Seek($base + $valuePtr + $dataPos, 0);
}
if ($wrn) {
- $et->Warn($wrn, $inMakerNotes);
- return 0 unless $inMakerNotes or $htmlDump;
+ $et->Warn($wrn, $inMakerNotes || $truncOK);
+ return 0 unless $inMakerNotes or $htmlDump or $truncOK;
++$warnCount;
$buff = '' unless defined $buff;
$readSize = length $buff;
- $bad = 1;
+ $bad = 1 unless $truncOK;
}
}
$valueDataLen = length $buff;
@@ -6813,6 +6891,10 @@ sub ProcessExif($$$)
# save original components of rational numbers (used when copying)
$$et{RATIONAL}{$tagKey} = $rational if defined $rational;
$$et{TAG_EXTRA}{$tagKey}{G6} = $saveFormat if $saveFormat;
+ if ($$et{MAKER_NOTE_FIXUP}) {
+ $$et{TAG_EXTRA}{$tagKey}{Fixup} = $$et{MAKER_NOTE_FIXUP};
+ delete $$et{MAKER_NOTE_FIXUP};
+ }
}
}
diff --git a/lib/Image/ExifTool/FujiFilm.pm b/lib/Image/ExifTool/FujiFilm.pm
index a1e57205..be878e91 100644
--- a/lib/Image/ExifTool/FujiFilm.pm
+++ b/lib/Image/ExifTool/FujiFilm.pm
@@ -31,7 +31,7 @@ use vars qw($VERSION);
use Image::ExifTool qw(:DataAccess :Utils);
use Image::ExifTool::Exif;
-$VERSION = '1.89';
+$VERSION = '1.90';
sub ProcessFujiDir($$$);
sub ProcessFaceRec($$$);
@@ -428,6 +428,14 @@ my %faceCategories = (
Name => 'ShadowTone',
Writable => 'int32s',
PrintConv => {
+ OTHER => sub {
+ my ($val, $inv) = @_;
+ if ($inv) {
+ return int(-$val * 16);
+ } else {
+ return -$val / 16;
+ }
+ },
-64 => '+4 (hardest)',
-48 => '+3 (very hard)',
-32 => '+2 (hard)',
@@ -441,6 +449,14 @@ my %faceCategories = (
Name => 'HighlightTone',
Writable => 'int32s',
PrintConv => {
+ OTHER => sub {
+ my ($val, $inv) = @_;
+ if ($inv) {
+ return int(-$val * 16);
+ } else {
+ return -$val / 16;
+ }
+ },
-64 => '+4 (hardest)',
-48 => '+3 (very hard)',
-32 => '+2 (hard)',
diff --git a/lib/Image/ExifTool/Geotag.pm b/lib/Image/ExifTool/Geotag.pm
index ae78a1ca..b402a7f8 100644
--- a/lib/Image/ExifTool/Geotag.pm
+++ b/lib/Image/ExifTool/Geotag.pm
@@ -29,7 +29,7 @@ use vars qw($VERSION);
use Image::ExifTool qw(:Public);
use Image::ExifTool::GPS;
-$VERSION = '1.72';
+$VERSION = '1.73';
sub JITTER() { return 2 } # maximum time jitter
@@ -1196,24 +1196,29 @@ Category: foreach $category (qw{pos track alt orient atemp}) {
# write GPSDateStamp if date included in track log, otherwise delete it
$gpsDate = sprintf('%.2d:%.2d:%.2d', $t[5]+1900, $t[4]+1, $t[3]) unless $noDate;
# write GPSAltitude tags if altitude included in track log, otherwise delete them
- if (defined $$fix{alt}) {
- $gpsAlt = abs $$fix{alt};
- $gpsAltRef = ($$fix{alt} < 0 ? 1 : 0);
- } elsif ($$has{alt} and defined $iExt) {
+ my $alt = $$fix{alt};
+ if (not defined $alt and $$has{alt} and defined $iExt) {
my $tFix = FindFix($et,'alt',$times,$points,$iExt,$iDir,$geoMaxExtSecs);
- if ($tFix) {
- $gpsAlt = abs $$tFix{alt};
- $gpsAltRef = ($$tFix{alt} < 0 ? 1 : 0);
- }
+ $alt = $$tFix{alt} if $tFix;
}
# set new GPS tag values (EXIF, or XMP if write group is 'xmp')
- my ($xmp, $exif, @r);
+ my ($xmp, $exif, $qt, @r);
my %opts = ( Type => 'ValueConv' ); # write ValueConv values
if ($writeGroup) {
$opts{Group} = $writeGroup;
$xmp = ($writeGroup =~ /xmp/i);
$exif = ($writeGroup =~ /^(exif|gps)$/i);
+ $qt = $writeGroup =~ /^(quicktime|keys|itemlist|userdata)$/i;
+ }
+ # set QuickTime GPSCoordinates
+ my $coords = "$$fix{lat} $$fix{lon}";
+ if (defined $alt) {
+ $gpsAlt = abs $alt;
+ $gpsAltRef = ($alt < 0 ? 1 : 0);
+ $coords .= " $alt";
}
+ @r = $et->SetNewValue(GPSCoordinates => $coords, %opts);
+ return $err if $qt; # all done if writing to QuickTime only
# (capture error messages by calling SetNewValue in list context)
@r = $et->SetNewValue(GPSLatitude => $$fix{lat}, %opts);
@r = $et->SetNewValue(GPSLongitude => $$fix{lon}, %opts);
@@ -1288,7 +1293,7 @@ Category: foreach $category (qw{pos track alt orient atemp}) {
GPSAltitude GPSAltitudeRef GPSDateStamp GPSTimeStamp GPSDateTime
GPSTrack GPSTrackRef GPSSpeed GPSSpeedRef GPSImgDirection
GPSImgDirectionRef GPSPitch GPSRoll CameraElevationAngle
- AmbientTemperature))
+ AmbientTemperature GPSCoordinates))
{
my @r = $et->SetNewValue($_, undef, %opts);
}
diff --git a/lib/Image/ExifTool/Nikon.pm b/lib/Image/ExifTool/Nikon.pm
index 89473cd1..f176f114 100644
--- a/lib/Image/ExifTool/Nikon.pm
+++ b/lib/Image/ExifTool/Nikon.pm
@@ -65,7 +65,7 @@ use Image::ExifTool::Exif;
use Image::ExifTool::GPS;
use Image::ExifTool::XMP;
-$VERSION = '4.25';
+$VERSION = '4.27';
sub LensIDConv($$$);
sub ProcessNikonAVI($$$);
@@ -676,6 +676,7 @@ sub GetAFPointGrid($$;$);
'07 40 30 45 2D 35 03 02.2' => 'Voigtlander Ultragon 19-35mm F3.5-4.5 VMV', #NJ
'71 48 64 64 24 24 00 00' => 'Voigtlander APO-Skopar 90mm F2.8 SL IIs', #30
'FD 00 50 50 18 18 DF 00' => 'Voigtlander APO-Lanthar 50mm F2 Aspherical', #35
+ 'FD 00 44 44 18 18 DF 00' => 'Voigtlander APO-Lanthar 35mm F2', #30
#
'00 40 2D 2D 2C 2C 00 00' => 'Carl Zeiss Distagon T* 3.5/18 ZF.2',
'00 48 27 27 24 24 00 00' => 'Carl Zeiss Distagon T* 2.8/15 ZF.2', #MykytaKozlov
@@ -1188,6 +1189,7 @@ my %subjectDetectionZ9 = (
2 => 'People',
3 => 'Animals',
4 => 'Vehicles',
+ 5 => 'Birds',
6 => 'Airplanes',
);
@@ -2421,8 +2423,8 @@ my %base64coord = (
},
},
{ # (Z6_2 firmware version 1.00 and Z7II firmware versions 1.00 & 1.01, ref 28)
- # 0800=Z6/Z7 0801=Z50 0802=Z5 0803=Z6II/Z7II 0804=Zfc 0807=Z30
- Condition => '$$valPt =~ /^080[012347]/',
+ # 0800=Z6/Z7 0801=Z50 0802=Z5 0803=Z6II/Z7II 0804=Zfc 0807=Z30 0808=Zf
+ Condition => '$$valPt =~ /^080[0123478]/',
Name => 'ShotInfoZ7II',
SubDirectory => {
TagTable => 'Image::ExifTool::Nikon::ShotInfoZ7II',
@@ -2481,7 +2483,7 @@ my %base64coord = (
},
0x0094 => { Name => 'SaturationAdj', Writable => 'int16s' },
0x0095 => { Name => 'NoiseReduction', Writable => 'string' }, # ("Off" or "FPNR"=long exposure NR)
- 0x0096 => {
+ 0x0096 => { # (not found in NRW files, but also not in all NEF's)
Name => 'NEFLinearizationTable', # same table as DNG LinearizationTable (ref JD)
Writable => 'undef',
Flags => [ 'Binary', 'Protected' ],
@@ -4586,7 +4588,7 @@ my %base64coord = (
RawConv => '$$self{AFInfo2Version} = $val',
},
5 => { #28
- Name => 'AFAreaMode', #reflects the mode active when the shutter is tripped, not the position of the Focus Mode button (which is recorded in MenuSettingsZ9 tag also named AfAreaMode)
+ Name => 'AFAreaMode', #reflects the mode active when the shutter is tripped, not the position of the Focus Mode button (which is recorded in MenuSettingsZ9 tag also named AfAreaMode)
PrintConv => {
192 => 'Pinpoint',
193 => 'Single',
@@ -4602,7 +4604,7 @@ my %base64coord = (
},
10 => {
Name => 'AFPointsUsed',
- Condition => '$$self{AFAreaMode} == 6', #only valid for Auto AF Area mode. Other modes handled via AFAreaXPosition/AFAreaYPosition
+ Condition => 'defined $$self{AFAreaMode} and $$self{AFAreaMode} == 6', #only valid for Auto AF Area mode. Other modes handled via AFAreaXPosition/AFAreaYPosition
Format => 'undef[51]',
ValueConv => 'join(" ", unpack("H2"x51, $val))',
ValueConvInv => '$val=~tr/ //d; pack("H*",$val)',
@@ -5440,6 +5442,13 @@ my %nikonFocalConversions = (
37 => 'Nikkor Z 600mm f/4 TC VR S', #28
38 => 'Nikkor Z 85mm f/1.2 S', #28
39 => 'Nikkor Z 17-28mm f/2.8', #IB
+ 40 => 'NIKKOR Z 26mm f/2.8', #28
+ 41 => 'NIKKOR Z DX 12-28mm f/3.5-5.6 PZ VR', #28
+ 42 => 'Nikkor Z 180-600mm f/5.6-6.3 VR', #30
+ 43 => 'NIKKOR Z DX 24mm f/1.7', #28
+ 44 => 'NIKKOR Z 70-180mm f/2.8', #28
+ 45 => 'NIKKOR Z 600mm f/6.3 VR S', #28
+ 48 => 'Nikkor Z 135mm f/1.8 S Plena', #28
32768 => 'Nikkor Z 400mm f/2.8 TC VR S TC-1.4x', #28
32769 => 'Nikkor Z 600mm f/4 TC VR S TC-1.4x', #28
},
@@ -6056,6 +6065,24 @@ my %nikonFocalConversions = (
Format => 'int32u',
Priority => 0,
},
+ 671.1 => { # 0x29f
+ Name => 'JPGCompression',
+ Mask => 0x40,
+ PrintConv => {
+ 0 => 'Size Priority',
+ 1 => 'Optimal Quality',
+ },
+ },
+ # this works for one set of D3S samples, but is 0 in some others
+ #671.2 => { # 0x29f
+ # Name => 'Quality',
+ # Mask => 0x03,
+ # PrintConv => {
+ # 1 => 'Fine',
+ # 2 => 'Normal',
+ # 3 => 'Basic',
+ # },
+ #},
0x2ce => { #(NC)
Name => 'CustomSettingsD3S',
Format => 'undef[27]',
@@ -8500,7 +8527,7 @@ my %nikonFocalConversions = (
DATAMEMBER => [ 0x0bea, 0x0beb ],
0x0be8 => {
Name => 'AFAreaInitialXPosition', #stored as a representation of the horizontal position of the center of the portion of the focus box positioned top left when in Wide Area (L/S/C1/C2) focus modes (before subject detection potentially refines focus)
- Condition => '$$self{ShutterMode} ne 96 and $$self{AFAreaMode} < 2 ', #not valid for C30/C60/C120 or for Area Modes 1:1 and 16:19
+ Condition => '$$self{ShutterMode} and $$self{ShutterMode} ne 96 and defined $$self{AFAreaMode} and $$self{AFAreaMode} < 2 ', #not valid for C30/C60/C120 or for Area Modes 1:1 and 16:19
Format => 'int8s',
PrintConv => q{
#in FX mode and Single-point, the 29 horizontal focus points are spaced 259 pixels apart starting at pixel 502 and ending at 7754. Spacing is the same for Wide(L/C1/C2) with different start points.
@@ -8562,7 +8589,7 @@ my %nikonFocalConversions = (
},
0x0be9 => {
Name =>'AFAreaInitialYPosition', #stored as a representation of the vertical position of the center of the portion of the focus box positioned top left when in Wide Area (L/S/C1/C2) focus modes (before subject detection potentially refines focus)
- Condition => '$$self{ShutterMode} ne 96 and $$self{AFAreaMode} < 2', #not valid for C30/C60/C120 or for Area Modes 1:1 and 16:19
+ Condition => '$$self{ShutterMode} and $$self{ShutterMode} ne 96 and defined $$self{AFAreaMode} and $$self{AFAreaMode} < 2', #not valid for C30/C60/C120 or for Area Modes 1:1 and 16:19
Format => 'int8s',
PrintConv => q{
#in FX mode and Single-point, the 17 vertical focus points are spaced 291 pixels apart starting at pixel 424 and ending at 5080. Spacing is the same for Wide(L/C1/C2)
@@ -8626,13 +8653,13 @@ my %nikonFocalConversions = (
},
0x0bea => {
Name => 'AFAreaInitialWidth',
- Condition => '$$self{ShutterMode} ne 96', #not valid for C30/C60/C120
+ Condition => '$$self{ShutterMode} and $$self{ShutterMode} ne 96', #not valid for C30/C60/C120
ValueConv => '$$self{VALUE}{PhotoShootingMenuBankImageArea} eq 0 ? $val : int($val * 2 / 3)', #DX mode requires scaling down TODO: add support ImageAreas 1:1 and 16:9
RawConv => '$$self{AFAreaInitialWidth} = 1 + int ($val / 4)', #convert from [3, 11, 19, 35, 51, 75] to [1, 3, 5, 9 13, 19] to match camera options for C1/C2 focus modes .. input/output of 11/3 is for Wide(S)
},
0x0beb => {
Name => 'AFAreaInitialHeight',
- Condition => '$$self{ShutterMode} ne 96', #not valid for C30/C60/C120
+ Condition => '$$self{ShutterMode} and $$self{ShutterMode} ne 96', #not valid for C30/C60/C120
ValueConv => '$$self{VALUE}{PhotoShootingMenuBankImageArea} eq 0 ? $val : int($val * 2 / 3)', #DX mode requires scaling down TODO: add support ImageAreas 1:1 and 16:9
RawConv => '$$self{AFAreaInitialHeight} = 1 + int ($val / 7) ', #convert from [6, 20, 33, 46, 73] to [1, 3, 5, 7, 11] to match camera options for C1/C2 focus modes .. input/output of 33/5 is for Wide(L)
},
@@ -8848,7 +8875,7 @@ my %nikonFocalConversions = (
%binaryDataAttrs,
GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
DATAMEMBER => [ 90, 176, 180, 328, 352, 858 ],
- NOTES => 'These tags are used by the Z5, Z6, Z7, Z6II, Z7II, Z50 and Zfc.',
+ NOTES => 'These tags are used by the Z5, Z6, Z7, Z6II, Z7II, Z50, Zfc and Zf.',
#48 SelfTimer' #0=> no 1=> yes works for Z7II firmware 1.40, but not 1.30. Follow-up required.
90 => {
Name => 'SingleFrame', #0=> Single Frame 1=> one of the continuous modes
diff --git a/lib/Image/ExifTool/PNG.pm b/lib/Image/ExifTool/PNG.pm
index d39c3cef..80f047c0 100644
--- a/lib/Image/ExifTool/PNG.pm
+++ b/lib/Image/ExifTool/PNG.pm
@@ -36,7 +36,7 @@ use strict;
use vars qw($VERSION $AUTOLOAD %stdCase);
use Image::ExifTool qw(:DataAccess :Utils);
-$VERSION = '1.64';
+$VERSION = '1.65';
sub ProcessPNG_tEXt($$$);
sub ProcessPNG_iTXt($$$);
@@ -973,13 +973,20 @@ sub FoundPNG($$$$;$$$$)
undef $processProc if $wasCompressed and $processProc and $processProc eq \&ProcessPNG_Compressed;
# rewrite this directory if necessary (but always process TextualData normally)
if ($outBuff and not $processProc and $subTable ne \%Image::ExifTool::PNG::TextualData) {
- return 1 unless $$et{EDIT_DIRS}{$dirName};
- $$outBuff = $et->WriteDirectory(\%subdirInfo, $subTable);
- if ($tagName eq 'XMP' and $$outBuff) {
- # make sure the XMP is marked as read-only
- Image::ExifTool::XMP::ValidateXMP($outBuff,'r');
+ # allow JUMBF to be deleted (may want to expand this for other types too?)
+ if ($dirName eq 'JUMBF' and $$et{DEL_GROUP}{$dirName}) {
+ $$outBuff = '';
+ ++$$et{CHANGED};
+ $et->VPrint(0, " Deleting $dirName");
+ } else {
+ return 1 unless $$et{EDIT_DIRS}{$dirName};
+ $$outBuff = $et->WriteDirectory(\%subdirInfo, $subTable);
+ if ($tagName eq 'XMP' and $$outBuff) {
+ # make sure the XMP is marked as read-only
+ Image::ExifTool::XMP::ValidateXMP($outBuff,'r');
+ }
+ DoneDir($et, $dirName, $outBuff, $$tagInfo{NonStandard});
}
- DoneDir($et, $dirName, $outBuff, $$tagInfo{NonStandard});
} else {
$processed = $et->ProcessDirectory(\%subdirInfo, $subTable, $processProc);
}
diff --git a/lib/Image/ExifTool/Panasonic.pm b/lib/Image/ExifTool/Panasonic.pm
index 01feeaba..827fcf2f 100644
--- a/lib/Image/ExifTool/Panasonic.pm
+++ b/lib/Image/ExifTool/Panasonic.pm
@@ -37,7 +37,7 @@ use vars qw($VERSION %leicaLensTypes);
use Image::ExifTool qw(:DataAccess :Utils);
use Image::ExifTool::Exif;
-$VERSION = '2.18';
+$VERSION = '2.20';
sub ProcessLeicaLEIC($$$);
sub WhiteBalanceConv($;$$);
@@ -1070,18 +1070,18 @@ my %shootingMode = (
},
},
# 0x71 - undef[128] (maybe text stamp text?)
+ # 0x72,0x73,0x74,0x75,0x77,0x78: 0
+ # 0x76: 0, (3 for G6 with HDR on, ref 18)
+ 0x76 => { #18/21/forum15298
+ Name => 'MergedImages',
+ Writable => 'int16u',
+ Notes => 'number of images in HDR or Live View Composite picture',
+ },
0x77 => { #18
Name => 'BurstSpeed',
Writable => 'int16u',
Notes => 'images per second',
},
- # 0x72,0x73,0x74,0x75,0x77,0x78: 0
- # 0x76: 0, (3 for G6 with HDR on, ref 18)
- 0x76 => { #18/21
- Name => 'HDRShot',
- Writable => 'int16u',
- PrintConv => { 0 => 'Off', 3 => 'On' },
- },
0x79 => { #PH (GH2)
Name => 'IntelligentD-Range',
Writable => 'int16u',
@@ -2834,10 +2834,14 @@ sub ProcessLeicaTrailer($;$)
my $val = Image::ExifTool::Exif::RebuildMakerNotes($et, \%dirInfo, $tagTablePtr);
unless (defined $val) {
$et->Warn('Error rebuilding maker notes (may be corrupt)') if $len > 4;
- $val = $buff,
+ $val = $buff;
}
my $key = $et->FoundTag($tagInfo, $val);
$et->SetGroup($key, 'ExifIFD');
+ if ($$et{MAKER_NOTE_FIXUP}) {
+ $$et{TAG_EXTRA}{$key}{Fixup} = $$et{MAKER_NOTE_FIXUP};
+ delete $$et{MAKER_NOTE_FIXUP};
+ }
}
}
SetByteOrder($oldOrder);
diff --git a/lib/Image/ExifTool/Pentax.pm b/lib/Image/ExifTool/Pentax.pm
index b950dea2..446104d5 100644
--- a/lib/Image/ExifTool/Pentax.pm
+++ b/lib/Image/ExifTool/Pentax.pm
@@ -58,7 +58,7 @@ use Image::ExifTool::Exif;
use Image::ExifTool::GPS;
use Image::ExifTool::HP;
-$VERSION = '3.43';
+$VERSION = '3.44';
sub CryptShutterCount($$);
sub PrintFilter($$$);
@@ -556,6 +556,8 @@ my %pentaxModelID = (
0x13240 => 'K-1 Mark II', # (Ricoh)
0x13254 => 'K-3 Mark III', #IB (Ricoh)
0x13290 => 'WG-70', # (Ricoh)
+ 0x1329a => 'GR IIIx', # (Ricoh)
+ 0x132d6 => 'K-3 Mark III Monochrome', #github226 (Ricoh)
);
# Pentax city codes - (PH, Optio WP)
@@ -971,6 +973,7 @@ my %binaryDataAttrs = (
5 => 'Premium', #PH (K20D)
7 => 'RAW (pixel shift enabled)', #forum6536 (K-3 II)
8 => 'Dynamic Pixel Shift', #IB
+ 9 => 'Monochrome', #github226
65535 => 'n/a', #PH (Q MOV video)
},
},
@@ -2144,6 +2147,7 @@ my %binaryDataAttrs = (
11 => 'Flat', #31 (K-70)
# 256 - seen for GR III
# 262 - seen for GR III
+ 32768 => 'n/a',
},
},
0x0050 => { #PH
@@ -2230,6 +2234,7 @@ my %binaryDataAttrs = (
18 => '18 (KP)', #PH
19 => '19 (GR III)', #PH
20 => '20 (K-3III)', #PH
+ 21 => '21 (K-3IIIMonochrome)', #github226
},
},
0x0067 => { #PH (K-5)
diff --git a/lib/Image/ExifTool/PhotoMechanic.pm b/lib/Image/ExifTool/PhotoMechanic.pm
index 9946c4ce..6b1e9946 100644
--- a/lib/Image/ExifTool/PhotoMechanic.pm
+++ b/lib/Image/ExifTool/PhotoMechanic.pm
@@ -15,7 +15,7 @@ use Image::ExifTool::Exif;
use Image::ExifTool::IPTC;
use Image::ExifTool::XMP;
-$VERSION = '1.06';
+$VERSION = '1.08';
sub ProcessPhotoMechanic($$);
@@ -138,6 +138,7 @@ my %rawCropConv = (
ValueConv => 'Image::ExifTool::Exif::ExifTime($val)',
ValueConvInv => 'Image::ExifTool::IPTC::IptcTime($val)',
},
+ CreatorIdentity => { List => 'Seq' },
);
#------------------------------------------------------------------------------
diff --git a/lib/Image/ExifTool/QuickTime.pm b/lib/Image/ExifTool/QuickTime.pm
index 7049d36a..1091d09d 100644
--- a/lib/Image/ExifTool/QuickTime.pm
+++ b/lib/Image/ExifTool/QuickTime.pm
@@ -48,7 +48,7 @@ use Image::ExifTool qw(:DataAccess :Utils);
use Image::ExifTool::Exif;
use Image::ExifTool::GPS;
-$VERSION = '2.87';
+$VERSION = '2.88';
sub ProcessMOV($$;$);
sub ProcessKeys($$$);
@@ -2393,6 +2393,7 @@ my %isImageData = ( av01 => 1, avc1 => 1, hvc1 => 1, lhv1 => 1, hvt1 => 1 );
Name => 'Audible_tags',
SubDirectory => { TagTable => 'Image::ExifTool::Audible::tags' },
},
+ # ludt - directory containing 'tlou' tag
);
# Unknown information stored in HTC One (M8) videos - PH
@@ -2903,65 +2904,69 @@ my %isImageData = ( av01 => 1, avc1 => 1, hvc1 => 1, lhv1 => 1, hvt1 => 1 );
Name => 'ColorPrimaries',
Format => 'int16u',
PrintConv => {
- 1 => 'BT.709',
- 2 => 'Unspecified',
- 4 => 'BT.470 System M (historical)',
- 5 => 'BT.470 System B, G (historical)',
- 6 => 'BT.601',
- 7 => 'SMPTE 240',
- 8 => 'Generic film (color filters using illuminant C)',
- 9 => 'BT.2020, BT.2100',
- 10 => 'SMPTE 428 (CIE 1931 XYZ)', #forum14766
- 11 => 'SMPTE RP 431-2',
- 12 => 'SMPTE EG 432-1',
- 22 => 'EBU Tech. 3213-E',
- },
+ 1 => 'BT.709',
+ 2 => 'Unspecified',
+ 4 => 'BT.470 System M (historical)',
+ 5 => 'BT.470 System B, G (historical)',
+ 6 => 'BT.601',
+ 7 => 'SMPTE 240',
+ 8 => 'Generic film (color filters using illuminant C)',
+ 9 => 'BT.2020, BT.2100',
+ 10 => 'SMPTE 428 (CIE 1931 XYZ)', #forum14766
+ 11 => 'SMPTE RP 431-2',
+ 12 => 'SMPTE EG 432-1',
+ 22 => 'EBU Tech. 3213-E',
+ },
},
6 => {
Name => 'TransferCharacteristics',
Format => 'int16u',
PrintConv => {
- 0 => 'For future use (0)',
- 1 => 'BT.709',
- 2 => 'Unspecified',
- 3 => 'For future use (3)',
- 4 => 'BT.470 System M (historical)', # Gamma 2.2? (ref forum14960)
- 5 => 'BT.470 System B, G (historical)', # Gamma 2.8? (ref forum14960)
- 6 => 'BT.601',
- 7 => 'SMPTE 240 M',
- 8 => 'Linear',
- 9 => 'Logarithmic (100 : 1 range)',
- 10 => 'Logarithmic (100 * Sqrt(10) : 1 range)',
- 11 => 'IEC 61966-2-4',
- 12 => 'BT.1361',
- 13 => 'sRGB or sYCC',
- 14 => 'BT.2020 10-bit systems',
- 15 => 'BT.2020 12-bit systems',
- 16 => 'SMPTE ST 2084, ITU BT.2100 PQ',
- 17 => 'SMPTE ST 428',
- 18 => 'BT.2100 HLG, ARIB STD-B67',
- },
+ 0 => 'For future use (0)',
+ 1 => 'BT.709',
+ 2 => 'Unspecified',
+ 3 => 'For future use (3)',
+ 4 => 'BT.470 System M (historical)', # Gamma 2.2? (ref forum14960)
+ 5 => 'BT.470 System B, G (historical)', # Gamma 2.8? (ref forum14960)
+ 6 => 'BT.601',
+ 7 => 'SMPTE 240 M',
+ 8 => 'Linear',
+ 9 => 'Logarithmic (100 : 1 range)',
+ 10 => 'Logarithmic (100 * Sqrt(10) : 1 range)',
+ 11 => 'IEC 61966-2-4',
+ 12 => 'BT.1361',
+ 13 => 'sRGB or sYCC',
+ 14 => 'BT.2020 10-bit systems',
+ 15 => 'BT.2020 12-bit systems',
+ 16 => 'SMPTE ST 2084, ITU BT.2100 PQ',
+ 17 => 'SMPTE ST 428',
+ 18 => 'BT.2100 HLG, ARIB STD-B67',
+ },
},
8 => {
Name => 'MatrixCoefficients',
Format => 'int16u',
PrintConv => {
- 0 => 'Identity matrix',
- 1 => 'BT.709',
- 2 => 'Unspecified',
- 3 => 'For future use (3)',
- 4 => 'US FCC 73.628',
- 5 => 'BT.470 System B, G (historical)',
- 6 => 'BT.601',
- 7 => 'SMPTE 240 M',
- 8 => 'YCgCo',
- 9 => 'BT.2020 non-constant luminance, BT.2100 YCbCr',
- 10 => 'BT.2020 constant luminance',
- 11 => 'SMPTE ST 2085 YDzDx',
- 12 => 'Chromaticity-derived non-constant luminance',
- 13 => 'Chromaticity-derived constant luminance',
- 14 => 'BT.2100 ICtCp',
- },
+ 0 => 'Identity matrix',
+ 1 => 'BT.709',
+ 2 => 'Unspecified',
+ 3 => 'For future use (3)',
+ 4 => 'US FCC 73.628',
+ 5 => 'BT.470 System B, G (historical)',
+ 6 => 'BT.601',
+ 7 => 'SMPTE 240 M',
+ 8 => 'YCgCo',
+ 9 => 'BT.2020 non-constant luminance, BT.2100 YCbCr',
+ 10 => 'BT.2020 constant luminance',
+ 11 => 'SMPTE ST 2085 YDzDx',
+ 12 => 'Chromaticity-derived non-constant luminance',
+ 13 => 'Chromaticity-derived constant luminance',
+ 14 => 'BT.2100 ICtCp',
+ },
+ },
+ 10 => {
+ Name => 'VideoFullRangeFlag',
+ Mask => 0x80,
},
);
@@ -6399,6 +6404,8 @@ my %isImageData = ( av01 => 1, avc1 => 1, hvc1 => 1, lhv1 => 1, hvt1 => 1 );
Writable => 'int8s', #27
PrintConv => { 0 => 'No', 1 => 'Yes' },
},
+ ownr => 'Owner', #PH (obscure) (ref ChrisAdan private communication)
+ 'xid ' => 'ISRC', #PH
);
# tag decoded from timed face records
@@ -7663,7 +7670,7 @@ my %isImageData = ( av01 => 1, avc1 => 1, hvc1 => 1, lhv1 => 1, hvt1 => 1 );
SubDirectory => { TagTable => 'Image::ExifTool::QuickTime::Rights' },
},
name => { Name => 'UserName', Groups => { 2 => 'Author' } },
- # chtb
+ # chtb - seen 632 bytes of random data
# priv - private data
# sign
# adkm - Adobe DRM key management system (ref http://download.macromedia.com/f4v/video_file_format_spec_v10_1.pdf)
@@ -7686,6 +7693,9 @@ my %isImageData = ( av01 => 1, avc1 => 1, hvc1 => 1, lhv1 => 1, hvt1 => 1 );
},
medi => 'MediaFlags', #PH (?)
mode => 'ModeFlags', #PH (?) 0x04 is HD flag (https://compilr.com/heksesang/requiem-mac/UnDrm.java)
+ # sing - seen 4 zeros
+ # hi32 - seen "00 00 00 04"
+
);
# MP4 hint sample description box (ref 5)
@@ -9492,7 +9502,7 @@ sub ProcessMOV($$;$)
$et->HandleTag($tagTablePtr, "$tag-offset", $raf->Tell()) if $$tagTablePtr{"$tag-offset"};
}
# stop processing at mdat/idat if -fast2 is used
- last if $fast > 1 and ($tag eq 'mdat' or $tag eq 'idat');
+ last if $fast > 1 and ($tag eq 'mdat' or ($tag eq 'idat' and $$et{FileType} ne 'HEIC'));
# load values only if associated with a tag (or verbose) and not too big
if ($size > 0x2000000) { # start to get worried above 32 MB
# check for RIFF trailer (written by Auto-Vox dashcam)
diff --git a/lib/Image/ExifTool/README b/lib/Image/ExifTool/README
index b019cca8..e2ab01a5 100644
--- a/lib/Image/ExifTool/README
+++ b/lib/Image/ExifTool/README
@@ -343,9 +343,10 @@ numerical, and generated automatically otherwise.
but applied automatically to individual tags. Value specifies
pattern for split, or 1 for default pattern ',?\\s+'.
- 'Avoid' - avoid creating this tag if possible. This is only
- effective if another tag exists with the same name. Setting
- this flag also sets the default Priority to 0 for this tag.
+ 'Avoid' - avoid creating this tag when writing if possible.
+ This is only effective if another tag exists with the same
+ name. Setting this flag also sets the default Priority to 0
+ for this tag.
'Binary' - set to 1 for binary data. This has the same effect
as setting ValueConv to '\$val', but it it a bit cleaner and
@@ -917,6 +918,9 @@ numerical, and generated automatically otherwise.
FixedSize : [EXIF only] Hack to ignore value size and use this instead.
Only valid if Format is also defined.
+ TruncateOK : [EXIF only] Hack to demote a truncated value in an IFD to a
+ minor error.
+
Struct : [XMP tags only] Reference to structure hash for structured XMP
tags. See "STRUCTURES" section below for more details. (For
backward compatibility, this may be a name to an entry in
diff --git a/lib/Image/ExifTool/RIFF.pm b/lib/Image/ExifTool/RIFF.pm
index cb841df4..f04700b4 100644
--- a/lib/Image/ExifTool/RIFF.pm
+++ b/lib/Image/ExifTool/RIFF.pm
@@ -30,7 +30,7 @@ use strict;
use vars qw($VERSION $AUTOLOAD);
use Image::ExifTool qw(:DataAccess :Utils);
-$VERSION = '1.65';
+$VERSION = '1.66';
sub ConvertTimecode($);
sub ProcessSGLT($$$);
@@ -555,7 +555,7 @@ my %code2charset = (
},
},{ # (WebP) - have also seen with "Exif\0\0" header - PH
Name => 'EXIF',
- Condition => '$$valPt =~ /^Exif\0\0(II\x2a\0|MM\0\x2a)/ and $self->Warn("Improper EXIF header",1)',
+ Condition => '$$valPt =~ /^Exif\0\0(II\x2a\0|MM\0\x2a)/ and ($self->Warn("Improper EXIF header",1) or 1)',
SubDirectory => {
TagTable => 'Image::ExifTool::Exif::Main',
ProcessProc => \&Image::ExifTool::ProcessTIFF,
@@ -570,6 +570,12 @@ my %code2charset = (
Notes => 'WebP files',
SubDirectory => { TagTable => 'Image::ExifTool::XMP::Main' },
},
+ "XMP\0" => {
+ Name => 'XMP',
+ Notes => 'incorrectly written WebP files',
+ Condition => '$self->Warn("Incorrect XMP tag ID", 1) or 1',
+ SubDirectory => { TagTable => 'Image::ExifTool::XMP::Main' },
+ },
ICCP => { #14 (WebP)
Name => 'ICC_Profile',
Notes => 'WebP files',
diff --git a/lib/Image/ExifTool/Sony.pm b/lib/Image/ExifTool/Sony.pm
index c4e25f03..c3cec61a 100644
--- a/lib/Image/ExifTool/Sony.pm
+++ b/lib/Image/ExifTool/Sony.pm
@@ -34,7 +34,7 @@ use Image::ExifTool qw(:DataAccess :Utils);
use Image::ExifTool::Exif;
use Image::ExifTool::Minolta;
-$VERSION = '3.62';
+$VERSION = '3.63';
sub ProcessSRF($$$);
sub ProcessSR2($$$);
@@ -163,6 +163,7 @@ sub PrintInvLensSpec($;$$);
32878 => 'Sony FE 20-70mm F4 G', #JR
32879 => 'Sony FE 50mm F1.4 GM', #JR
32884 => 'Sony FE 70-200mm F4 Macro G OSS II', #JR
+ 32885 => 'Sony FE 16-35mm F2.8 GM II', #JR
# (comment this out so LensID will report the LensModel, which is more useful)
# 32952 => 'Metabones Canon EF Speed Booster Ultra', #JR (corresponds to 184, but 'Advanced' mode, LensMount reported as E-mount)
@@ -219,6 +220,9 @@ sub PrintInvLensSpec($;$$);
49473 => 'Tokina atx-m 85mm F1.8 FE or Viltrox lens', #JR
49473.1 => 'Viltrox 23mm F1.4 E', #JR
49473.2 => 'Viltrox 56mm F1.4 E', #JR
+ 49474 => 'Tamron 70-180mm F2.8 Di III VXD G2 or Viltrox lens', #JR (Model A065)
+ 49474.1 => 'Viltrox 23mm F1.4 E', #JR
+ 49474.2 => 'Viltrox 16mm F1.8 FE', #JR
49712 => 'Tokina FiRIN 20mm F2 FE AF', # (firmware Ver.01)
49713 => 'Tokina FiRIN 100mm F2.8 FE MACRO', # (firmware Ver.01)
49714 => 'Tokina atx-m 11-18mm F2.8 E', #JR
@@ -270,6 +274,7 @@ sub PrintInvLensSpec($;$$);
50539 => 'Sigma 50mm F1.4 DG DN | A', #JR (023)
50540 => 'Sigma 14mm F1.4 DG DN | A', #JR (023)
50544 => 'Sigma 23mm F1.4 DC DN | C', #JR (023)
+ 50547 => 'Sigma 10-18mm F2.8 DC DN | C', #JR (023)
50992 => 'Voigtlander SUPER WIDE-HELIAR 15mm F4.5 III', #JR
50993 => 'Voigtlander HELIAR-HYPER WIDE 10mm F5.6', #IB
@@ -1304,7 +1309,7 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
Name => 'AFPointSelected',
# non-zero only when AFAreaMode is 'Zone', and 'Expanded-Flexible-Spot' for ILCE-6300/7RM2/7SM2
# each Zone has 3x3 AF Areas --> 9 positions within 5x5 total Contrast AF Areas
- Condition => '$$self{Model} =~ /^(NEX-|ILCE-|ILME-)/',
+ Condition => '$$self{Model} =~ /^(NEX-|ILCE-|ILME-|ZV-|DSC-RX)/',
Notes => 'NEX and ILCE models',
Writable => 'int8u',
PrintConv => {
@@ -1326,7 +1331,7 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
# but not used by ILCA-99M2 anymore ... ?
0x2020 => [{
Name => 'AFPointsUsed',
- Condition => '$$self{Model} !~ /^(ILCA-|DSC-)/', # (doesn't seem to apply to DSC-models)
+ Condition => '$$self{Model} !~ /^(ILCA-|DSC-|ZV-)/', # (doesn't seem to apply to DSC-models)
Notes => 'SLT models, or NEX/ILCE with A-mount lenses',
BitsPerWord => 8,
BitsTotal => 80,
@@ -1618,7 +1623,16 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
65535 => 'n/a',
},
},
-# 0x203a - 0x2041: first seen October 2021 for ILCE-7M4
+# 0x203a - 0x2044: seen from October 2021 for ILCE-7M4 and newer
+# 0x203a - int8u[32]
+# 0x203c - undef[26] only non-zero data in Continuous drive mode
+# 0x203d - int32u
+# 0x203e - int8u: seen 0, 1, 2, 3, 4 and 255: possibly nr. of detected/tracked faces?
+# 0x203f - int16u
+# 0x2041 - int8u
+# 0x2044 - int32u[2] in ILCE-6700/7CM2/7CR, ILCE-7M4 v1.10, ILCE-7RM5 JPG and ZV-E1:
+# ARW: seen 143360 53248 and 139264 53248
+# JPG: [~filesize] 53248
0x3000 => {
Name => 'ShotInfo',
SubDirectory => { TagTable => 'Image::ExifTool::Sony::ShotInfo' },
@@ -1654,7 +1668,7 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
},
},{
Name => 'Tag9050b',
- Condition => '$$self{Model} =~ /^(ILCE-(6100|6300|6400|6500|6600|7C|7M3|7RM2|7RM3A?|7RM4A?|7SM2|9|9M2)|ILCA-99M2|ZV-E10)/',
+ Condition => '$$self{Model} =~ /^(ILCE-(6100|6300|6400|6500|6600|7C|7M3|7RM2|7RM3A?|7RM4A?|7SM2|9|9M2)|ILCA-99M2|ZV-E10)\b/',
SubDirectory => {
TagTable => 'Image::ExifTool::Sony::Tag9050b',
ByteOrder => 'LittleEndian',
@@ -1668,7 +1682,7 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
},
},{
Name => 'Tag9050d',
- Condition => '$$self{Model} =~ /^(ILCE-6700|ZV-E1)/',
+ Condition => '$$self{Model} =~ /^(ILCE-(6700|7CM2|7CR)|ZV-E1)\b/',
SubDirectory => {
TagTable => 'Image::ExifTool::Sony::Tag9050d',
ByteOrder => 'LittleEndian',
@@ -1690,7 +1704,7 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
# 0x28 (e) for ILCE-7RM4/9M2, DSC-RX100M7, ZV-1/1F/1M2/E10
# 0x31 (e) for ILCE-1/7M4/7SM3, ILME-FX3
# 0x32 (e) for ILCE-7RM5, ILME-FX30
- # 0x33 (e) for ILCE-6700, ZV-E1
+ # 0x33 (e) for ILCE-6700, 7CM2, 7CR, ZV-E1
# first byte decoded: 40, 204, 202, 27, 58, 62, 48, 215, 28, 106, 89, 63 respectively
{
Name => 'Tag9400a',
@@ -1807,7 +1821,11 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
# 0x1f 0x01 DSC-HX95/HX99
# 0x20 0x01 ILCE-6100/6400/6600/7RM4/9M2, ILCE-9 v5.00-v6.00, DSC-RX0M2/RX100M7
# 0x21 0x01 ZV-1/1F/1M2/E10
- # 0x27 0x01 ZV-E1
+ # 0x22 (34) ILCE-7SM3, ILME-FX3
+ # 0x24 (36) ILCE-1
+ # 0x25 (37) ILCE-7M4
+ # 0x26 (38) ILCE-7RM5, ILME-FX30
+ # 0x27 (39) ILCE-6700/7CM2/7CR, ZV-E1
# var var SLT-A58/A99V, HV, ILCA-68/77M2/99M2
# only valid when first byte 0x0f, 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x17, 0x19, 0x1a, 0x1c (enciphered 0x8a, 0x70, 0xb6, 0x69, 0x88, 0x20, 0x30, 0xd7, 0xbb, 0x92, 0x28)
# Condition => '$$self{DoubleCipher} ? $$valPt =~ /^[\x7e\x46\x1d\x18\x3a\x95\x24\x26\xd6]\x01/ : $$valPt =~ /^[\x8a\x70\xb6\x69\x88\x20\x30\xd7\xbb\x92\x28]\x01/',
@@ -2092,6 +2110,8 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
393 => 'ZV-E1', #JR
394 => 'ILCE-6700', #JR
395 => 'ZV-1M2', #JR
+ 396 => 'ILCE-7CR', #JR
+ 397 => 'ILCE-7CM2', #JR
},
},
0xb020 => { #2
@@ -7896,7 +7916,7 @@ my %isoSetting2010 = (
},
0x01eb => {
Name => 'APS-CSizeCapture',
- Condition => '$$self{Model} =~ /^ILCE-(7RM4A?|7C|9M2)|ZV-E10/ or $$self{Software} =~ /^ILCE-9 (v5.0|v6.0)/',
+ Condition => '$$self{Model} =~ /^ILCE-(7RM4A?|7C|9M2)/ or $$self{Software} =~ /^ILCE-9 (v5.0|v6.0)/',
PrintConv => {
0 => 'Off',
1 => 'On',
@@ -8110,14 +8130,14 @@ my %isoSetting2010 = (
WRITE_PROC => \&WriteEnciphered,
CHECK_PROC => \&Image::ExifTool::CheckBinaryData,
FORMAT => 'int8u',
- NOTES => 'Valid for ILCE-6700/ZV-E1.',
+ NOTES => 'Valid for ILCE-6700/7CM2/7CR/ZV-E1.',
WRITABLE => 1,
FIRST_ENTRY => 0,
GROUPS => { 0 => 'MakerNotes', 2 => 'Image' },
0x000a => {
Name => 'ShutterCount',
# number of mechanical shutter actuations, does not increase during electronic shutter / Silent Shooting
- Condition => '$$self{Model} =~ /^(ILCE-6700)/',
+ Condition => '$$self{Model} =~ /^(ILCE-(6700|7CM2|7CR))/',
Format => 'int32u',
Notes => 'total number of image exposures made by the camera',
RawConv => '$val & 0x00ffffff',
@@ -8377,7 +8397,7 @@ my %isoSetting2010 = (
},
0x002a => [{
Name => 'Quality2',
- Condition => '$$self{Model} !~ /^(ILCE-(1|6700|7M4|7RM5|7SM3)|ILME-(FX3|FX30)|ZV-E1)\b/',
+ Condition => '$$self{Model} !~ /^(ILCE-(1|6700|7CM2|7CR|7M4|7RM5|7SM3)|ILME-(FX3|FX30)|ZV-E1)\b/',
PrintConv => {
0 => 'JPEG',
1 => 'RAW',
@@ -8402,7 +8422,7 @@ my %isoSetting2010 = (
},
0x0053 => {
Name => 'ModelReleaseYear',
- Condition => '$$self{Model} !~ /^(ILCE-(1|6700|7M4|7RM5|7SM3)|ILME-(FX3|FX30)|ZV-E1)\b/',
+ Condition => '$$self{Model} !~ /^(ILCE-(1|6700|7CM2|7CR|7M4|7RM5|7SM3)|ILME-(FX3|FX30)|ZV-E1)\b/',
Format => 'int8u',
PrintConv => 'sprintf("20%.2d", $val)',
},
@@ -8521,8 +8541,8 @@ my %isoSetting2010 = (
14 => 'Tracking',
15 => 'Face Tracking',
20 => 'Animal Eye Tracking',
-# 21 => '???', # (ILCE-1/6700/7SM3, ILME-FX3, ZV-E1: tracking ... mostly human face ...)
-# 22 => '???', # (ILCE-6700, ZV-E1: tracking ...)
+ 21 => 'Human Eye Tracking', # always "Face tracking", seen for ILCE-7SM3, ILCE-1 and newer
+# 22 => 'Object Tracking???', # always "Lock On AF", seen for ILCE-6700, ZV-E1 (no animal or human in picture)
255 => 'Manual',
},
},
@@ -8997,11 +9017,12 @@ my %isoSetting2010 = (
GROUPS => { 0 => 'MakerNotes', 2 => 'Image' },
# 0x0000: 1 for SLT-A37/A57/A65/A77, NEX-5N/7/F3/VG20
# 2 for SLT-A58/99V, NEX-3N/5R/5T/6/VG30/VG900, ILCA-68/77M2, ILCE-3000/3500/7/7M2/7R/7S/5000/6000
-# 3 for ILCA-99M2, ILCE-6100/6300/6400/6500/6600/7M3/7RM2/7RM3/7RM4/7SM2/9/9M2
-# 4 for ILCE-6700, ZV-E1
+# 3 for ILCA-99M2, ILCE-6100/6300/6400/6500/6600/7C/7M3/7M4/7RM2/7RM3/7RM4/7RM5/7SM2/7SM3/9/9M2/1
+# 4 for ILCE-6700/7CM2/7CR, ZV-E1
0x0000 => { Name => 'Ver9406', Hidden => 1, RawConv => '$$self{Ver9406} = $val; $$self{OPTIONS}{Unknown}<2 ? undef : $val' },
# 0x0001+0x0002: Int16u, seen 580 - 770: similar to "BatteryUnknown" ??
# 0x0005: int8u, seen 73 - 117: maybe Fahrenheit? Higher than "AmbientTemperature", but same trend.
+# 0x0004: for Ver9406=4: seen 3, 5, 7: when 3 or 7 0x0005 appears valid; when 5, 0x0005 always 0
0x0005 => [{
Name => 'BatteryTemperature',
Condition => '$$self{Ver9406} != 4',
@@ -9739,7 +9760,7 @@ my %isoSetting2010 = (
WRITE_PROC => \&WriteEnciphered,
CHECK_PROC => \&Image::ExifTool::CheckBinaryData,
FORMAT => 'int8u',
- NOTES => 'Valid for the ILCE-1/6700/7M4/7RM5/7SM3, ILME-FX3/FX30, ZV-E1.',
+ NOTES => 'Valid for the ILCE-1/6700/7CM2/7CR/7M4/7RM5/7SM3, ILME-FX3/FX30, ZV-E1.',
FIRST_ENTRY => 0,
GROUPS => { 0 => 'MakerNotes', 2 => 'Image' },
0x0000 => { Name => 'Tag9416_0000', PrintConv => 'sprintf("%3d",$val)', RawConv => '$$self{TagVersion} = $val' },
@@ -9783,12 +9804,36 @@ my %isoSetting2010 = (
PrintConvInv => '$val',
},
0x001d => { %sequenceImageNumber },
+ 0x002b => { %releaseMode2 },
0x0035 => {
Name => 'ExposureProgram',
Priority => 0,
SeparateTable => 'ExposureProgram3',
PrintConv => \%sonyExposureProgram3,
},
+ 0x0037 => {
+ Name => 'CreativeStyle',
+ PrintConv => {
+ 0 => 'Standard',
+ 1 => 'Vivid',
+ 2 => 'Neutral',
+ 3 => 'Portrait',
+ 4 => 'Landscape',
+ 5 => 'B&W',
+ 6 => 'Clear',
+ 7 => 'Deep',
+ 8 => 'Light',
+ 9 => 'Sunset',
+ 10 => 'Night View/Portrait',
+ 11 => 'Autumn Leaves',
+ 13 => 'Sepia',
+ 15 => 'FL',
+ 16 => 'VV2',
+ 17 => 'IN',
+ 18 => 'SH',
+ 255 => 'Off',
+ },
+ },
0x0048 => {
Name => 'LensMount',
Condition => '$$self{Model} !~ /^(DSC-)/',
@@ -9876,9 +9921,9 @@ my %isoSetting2010 = (
Condition => '$$self{Model} =~ /^(ILCE-7M4)/',
Format => 'int16s[16]',
},
- 0x089d => { # Note: 32 values for these newer models, and 32 non-zero values present for new lenses like SEL2470GM2 and SEL2470G
+ 0x089d => { # Note: 32 values for these newer models, and 32 non-zero values present for new lenses like SEL2470GM2 and SEL2070G
Name => 'VignettingCorrParams',
- Condition => '$$self{Model} =~ /^(ILCE-(6700|7RM5)|ILME-FX30|ZV-E1)\b/',
+ Condition => '$$self{Model} =~ /^(ILCE-(6700|7CM2|7CR|7RM5)|ILME-FX30|ZV-E1)\b/',
Format => 'int16s[32]',
},
0x08b5 => {
@@ -9917,7 +9962,7 @@ my %isoSetting2010 = (
},
0x0945 => {
Name => 'ChromaticAberrationCorrParams',
- Condition => '$$self{Model} =~ /^(ILCE-(6700|7RM5)|ILME-FX30|ZV-E1)\b/',
+ Condition => '$$self{Model} =~ /^(ILCE-(6700|7CM2|7CR|7RM5)|ILME-FX30|ZV-E1)\b/',
Format => 'int16s[32]',
},
);
diff --git a/lib/Image/ExifTool/TagLookup.pm b/lib/Image/ExifTool/TagLookup.pm
index 25a68be4..68ff81d5 100644
--- a/lib/Image/ExifTool/TagLookup.pm
+++ b/lib/Image/ExifTool/TagLookup.pm
@@ -64,6 +64,7 @@ my @tableList = (
'Image::ExifTool::Canon::CameraInfo80D',
'Image::ExifTool::Canon::CameraInfoPowerShot',
'Image::ExifTool::Canon::CameraInfoPowerShot2',
+ 'Image::ExifTool::Canon::CameraInfoR6',
'Image::ExifTool::Canon::CameraInfoUnknown',
'Image::ExifTool::Canon::CameraInfoUnknown32',
'Image::ExifTool::Canon::CameraSettings',
@@ -114,6 +115,7 @@ my @tableList = (
'Image::ExifTool::Canon::VignettingCorr',
'Image::ExifTool::Canon::VignettingCorr2',
'Image::ExifTool::Canon::WBInfo',
+ 'Image::ExifTool::Canon::uuid',
'Image::ExifTool::CanonCustom::Functions10D',
'Image::ExifTool::CanonCustom::Functions1D',
'Image::ExifTool::CanonCustom::Functions2',
@@ -571,6772 +573,6916 @@ my @tableList = (
# lookup for all writable tags
my %tagLookup = (
- 'aberrationcorrectiondistance' => { 109 => 0x69 },
- 'about' => { 523 => 'about' },
- 'aboutcvterm' => { 514 => 'AboutCvTerm' },
- 'aboutcvtermcvid' => { 514 => [\'AboutCvTerm','AboutCvTermCvId'] },
- 'aboutcvtermid' => { 514 => [\'AboutCvTerm','AboutCvTermCvTermId'] },
- 'aboutcvtermname' => { 514 => [\'AboutCvTerm','AboutCvTermCvTermName'] },
- 'aboutcvtermrefinedabout' => { 514 => [\'AboutCvTerm','AboutCvTermCvTermRefinedAbout'] },
- 'absolutealtitude' => { 116 => 'AbsoluteAltitude' },
- 'abspeakaudiofilepath' => { 529 => 'absPeakAudioFilePath' },
- 'academicfield' => { 519 => 'academicField' },
- 'acceleration' => { 119 => 0x9404, 507 => 'Acceleration' },
- 'accelerationtracking' => { 84 => 0x518 },
+ 'aberrationcorrectiondistance' => { 111 => 0x69 },
+ 'about' => { 525 => 'about' },
+ 'aboutcvterm' => { 516 => 'AboutCvTerm' },
+ 'aboutcvtermcvid' => { 516 => [\'AboutCvTerm','AboutCvTermCvId'] },
+ 'aboutcvtermid' => { 516 => [\'AboutCvTerm','AboutCvTermCvTermId'] },
+ 'aboutcvtermname' => { 516 => [\'AboutCvTerm','AboutCvTermCvTermName'] },
+ 'aboutcvtermrefinedabout' => { 516 => [\'AboutCvTerm','AboutCvTermCvTermRefinedAbout'] },
+ 'absolutealtitude' => { 118 => 'AbsoluteAltitude' },
+ 'abspeakaudiofilepath' => { 531 => 'absPeakAudioFilePath' },
+ 'academicfield' => { 521 => 'academicField' },
+ 'acceleration' => { 121 => 0x9404, 509 => 'Acceleration' },
+ 'accelerationtracking' => { 86 => 0x518 },
'accelerationvector' => { 1 => 0x8 },
- 'accelerometer' => { 410 => 0x3 },
- 'accelerometerdata' => { 400 => 'vrot' },
- 'accelerometerx' => { 340 => 0x8d },
- 'accelerometery' => { 340 => 0x8e },
- 'accelerometerz' => { 340 => 0x8c },
- 'accessoryserialnumber' => { 340 => 0x54 },
- 'accessorytype' => { 340 => 0x53 },
- 'actionadvised' => { 131 => 0x2a },
- 'activearea' => { 119 => 0xc68d },
- 'actived-lighting' => { 234 => 0x22, 288 => 0x24 },
- 'actived-lightingmode' => { 288 => 0x25 },
- 'adaptervoltage' => { 138 => 0x407 },
- 'addaspectratioinfo' => { 84 => 0x80e },
- 'addiptcinformation' => { 84 => 0x815 },
- 'additionalmodelinformation' => { 514 => 'AddlModelInfo' },
- 'addoriginaldecisiondata' => { 84 => 0x80f, 85 => 0x11, 86 => 0x13, 89 => 0x14 },
- 'address' => { 161 => 'Address' },
- 'adjustmentmode' => { 417 => 0x15 },
- 'adlbracketingstep' => { 198 => 0x17 },
- 'adlbracketingtype' => { 198 => 0x18 },
- 'adobe' => { 120 => 'Adobe' },
- 'adultcontentwarning' => { 327 => 'AdultContentWarning', 522 => 'adultContentWarning' },
- 'advancedfilter' => { 127 => 0x1201 },
- 'advancedraw' => { 290 => 0x76a43203 },
- 'advancedscenetype' => { 340 => 0x3d },
- 'advisory' => { 527 => 'Advisory' },
- 'ae_iso' => { 348 => 0x2, 349 => 0x4, 350 => 0x12 },
- 'aeaperture' => { 348 => 0x1, 349 => 0x3, 350 => 0x11 },
- 'aeaperturesteps' => { 348 => 0x8, 349 => 0xb },
+ 'accelerometer' => { 412 => 0x3 },
+ 'accelerometerdata' => { 402 => 'vrot' },
+ 'accelerometerx' => { 342 => 0x8d },
+ 'accelerometery' => { 342 => 0x8e },
+ 'accelerometerz' => { 342 => 0x8c },
+ 'accessoryserialnumber' => { 342 => 0x54 },
+ 'accessorytype' => { 342 => 0x53 },
+ 'actionadvised' => { 133 => 0x2a },
+ 'activearea' => { 121 => 0xc68d },
+ 'actived-lighting' => { 236 => 0x22, 290 => 0x24 },
+ 'actived-lightingmode' => { 290 => 0x25 },
+ 'adaptervoltage' => { 140 => 0x407 },
+ 'addaspectratioinfo' => { 86 => 0x80e },
+ 'addiptcinformation' => { 86 => 0x815 },
+ 'additionalmodelinformation' => { 516 => 'AddlModelInfo' },
+ 'addoriginaldecisiondata' => { 86 => 0x80f, 87 => 0x11, 88 => 0x13, 91 => 0x14 },
+ 'address' => { 163 => 'Address' },
+ 'adjustmentmode' => { 419 => 0x15 },
+ 'adlbracketingstep' => { 200 => 0x17 },
+ 'adlbracketingtype' => { 200 => 0x18 },
+ 'adobe' => { 122 => 'Adobe' },
+ 'adultcontentwarning' => { 329 => 'AdultContentWarning', 524 => 'adultContentWarning' },
+ 'advancedfilter' => { 129 => 0x1201 },
+ 'advancedraw' => { 292 => 0x76a43203 },
+ 'advancedscenetype' => { 342 => 0x3d },
+ 'advisory' => { 529 => 'Advisory' },
+ 'ae_iso' => { 350 => 0x2, 351 => 0x4, 352 => 0x12 },
+ 'aeaperture' => { 350 => 0x1, 351 => 0x3, 352 => 0x11 },
+ 'aeaperturesteps' => { 350 => 0x8, 351 => 0xb },
'aeaverage' => { 1 => 0x6 },
- 'aebautocancel' => { 84 => 0x104 },
- 'aebbracketvalue' => { 77 => 0x11 },
- 'aebracketingsteps' => { 198 => 0xf, 199 => 0xf, 271 => 0x174c },
- 'aebsequence' => { 84 => 0x105 },
- 'aebsequenceautocancel' => { 82 => 0x9, 83 => 0x9, 85 => 0x8, 86 => 0x9, 89 => 0x9, 90 => 0x7 },
- 'aebshotcount' => { 84 => 0x106 },
- 'aebxv' => { 348 => 0x4, 349 => 0x6 },
- 'aeerror' => { 349 => 0x8 },
- 'aeexposuretime' => { 348 => 0x0, 349 => 0x2, 350 => 0x10 },
- 'aelbutton' => { 184 => 0x45 },
- 'aelexposureindicator' => { 184 => 0x51 },
- 'aelock' => { 184 => 0x5b, 299 => '4.2', 308 => '4.2', 317 => 0x201, 375 => 0x48, 427 => 0x40, 428 => 0x40, 429 => [0x86,0x286] },
- 'aelockbutton' => { 297 => '16.1', 299 => '4.1', 302 => '15.1', 303 => '16.1', 304 => '16.1', 306 => '30.1', 307 => '16.1', 308 => '4.1', 310 => '17.1', 312 => '17.1' },
- 'aelockbuttonplusdials' => { 297 => '16.2', 306 => '32.1', 310 => '44.1' },
- 'aelockformb-d80' => { 312 => '3.1' },
- 'aelockmetermodeafterfocus' => { 84 => 0x114 },
+ 'aebautocancel' => { 86 => 0x104 },
+ 'aebbracketvalue' => { 78 => 0x11 },
+ 'aebracketingsteps' => { 200 => 0xf, 201 => 0xf, 273 => 0x174c },
+ 'aebsequence' => { 86 => 0x105 },
+ 'aebsequenceautocancel' => { 84 => 0x9, 85 => 0x9, 87 => 0x8, 88 => 0x9, 91 => 0x9, 92 => 0x7 },
+ 'aebshotcount' => { 86 => 0x106 },
+ 'aebxv' => { 350 => 0x4, 351 => 0x6 },
+ 'aeerror' => { 351 => 0x8 },
+ 'aeexposuretime' => { 350 => 0x0, 351 => 0x2, 352 => 0x10 },
+ 'aelbutton' => { 186 => 0x45 },
+ 'aelexposureindicator' => { 186 => 0x51 },
+ 'aelock' => { 186 => 0x5b, 301 => '4.2', 310 => '4.2', 319 => 0x201, 377 => 0x48, 429 => 0x40, 430 => 0x40, 431 => [0x86,0x286] },
+ 'aelockbutton' => { 299 => '16.1', 301 => '4.1', 304 => '15.1', 305 => '16.1', 306 => '16.1', 308 => '30.1', 309 => '16.1', 310 => '4.1', 312 => '17.1', 314 => '17.1' },
+ 'aelockbuttonplusdials' => { 299 => '16.2', 308 => '32.1', 312 => '44.1' },
+ 'aelockformb-d80' => { 314 => '3.1' },
+ 'aelockmetermodeafterfocus' => { 86 => 0x114 },
'aematrix' => { 1 => 0x2 },
- 'aemaxaperture' => { 348 => 0x9, 349 => 0x10, 350 => 0x1c },
- 'aemaxaperture2' => { 348 => 0xa, 349 => 0x11, 350 => 0x1d },
- 'aemeteringmode' => { 348 => 0xc },
- 'aemeteringmode2' => { 348 => '13.1' },
- 'aemeteringsegments' => { 187 => 0x628, 375 => 0x209 },
- 'aemicroadjustment' => { 84 => 0x110 },
- 'aeminaperture' => { 348 => 0xb, 349 => 0x12, 350 => 0x1e },
- 'aeminexposuretime' => { 348 => 0x5, 349 => 0x13, 350 => 0x1f },
- 'aeprogrammode' => { 348 => 0x6 },
- 'aeprojectlink' => { 501 => 'aeProjectLink' },
- 'aeprojectlinkcompositionid' => { 501 => [\'aeProjectLink','aeProjectLinkCompositionID'] },
- 'aeprojectlinkfullpath' => { 501 => [\'aeProjectLink','aeProjectLinkFullPath'] },
- 'aeprojectlinkrenderoutputmoduleindex' => { 501 => [\'aeProjectLink','aeProjectLinkRenderOutputModuleIndex'] },
- 'aeprojectlinkrenderqueueitemid' => { 501 => [\'aeProjectLink','aeProjectLinkRenderQueueItemID'] },
- 'aeprojectlinkrendertimestamp' => { 501 => [\'aeProjectLink','aeProjectLinkRenderTimeStamp'] },
- 'aesetting' => { 34 => 0x21 },
+ 'aemaxaperture' => { 350 => 0x9, 351 => 0x10, 352 => 0x1c },
+ 'aemaxaperture2' => { 350 => 0xa, 351 => 0x11, 352 => 0x1d },
+ 'aemeteringmode' => { 350 => 0xc },
+ 'aemeteringmode2' => { 350 => '13.1' },
+ 'aemeteringsegments' => { 189 => 0x628, 377 => 0x209 },
+ 'aemicroadjustment' => { 86 => 0x110 },
+ 'aeminaperture' => { 350 => 0xb, 351 => 0x12, 352 => 0x1e },
+ 'aeminexposuretime' => { 350 => 0x5, 351 => 0x13, 352 => 0x1f },
+ 'aeprogrammode' => { 350 => 0x6 },
+ 'aeprojectlink' => { 503 => 'aeProjectLink' },
+ 'aeprojectlinkcompositionid' => { 503 => [\'aeProjectLink','aeProjectLinkCompositionID'] },
+ 'aeprojectlinkfullpath' => { 503 => [\'aeProjectLink','aeProjectLinkFullPath'] },
+ 'aeprojectlinkrenderoutputmoduleindex' => { 503 => [\'aeProjectLink','aeProjectLinkRenderOutputModuleIndex'] },
+ 'aeprojectlinkrenderqueueitemid' => { 503 => [\'aeProjectLink','aeProjectLinkRenderQueueItemID'] },
+ 'aeprojectlinkrendertimestamp' => { 503 => [\'aeProjectLink','aeProjectLinkRenderTimeStamp'] },
+ 'aesetting' => { 35 => 0x21 },
'aestable' => { 1 => 0x4 },
'aetarget' => { 1 => 0x5 },
- 'aewhitebalance' => { 348 => 0xd },
- 'aexv' => { 348 => 0x3, 349 => 0x5 },
- 'af-assistilluminator' => { 313 => 0x19, 314 => 0x19, 315 => 0x19 },
- 'af-cfocusdisplay' => { 313 => 0x234, 314 => 0x234, 315 => 0x24c },
- 'af-cpriority' => { 128 => '0.2' },
- 'af-cpriorityselection' => { 297 => '1.1', 298 => '1.1', 300 => '1.1', 301 => '1.1', 303 => '0.1', 304 => '0.1', 305 => '0.1', 306 => '1.1', 307 => '0.1', 310 => '1.1', 311 => '1.1', 313 => 0x3, 314 => 0x3, 315 => 0x3 },
- 'af-csetting' => { 124 => 0x0 },
- 'af-cspeedtrackingsensitivity' => { 124 => '0.2' },
- 'af-ctrackingsensitivity' => { 124 => '0.1' },
- 'af-czoneareaswitching' => { 124 => '0.3' },
- 'af-onbutton' => { 300 => '70.1', 301 => '70.1', 311 => '70.1' },
- 'af-onformb-d10' => { 297 => '3.3', 306 => '3.2' },
- 'af-onformb-d11' => { 307 => '2.2' },
- 'af-onformb-d12' => { 310 => '50.1' },
- 'af-onoutoffocusrelease' => { 313 => 0x10, 314 => 0x10, 315 => 0x10 },
- 'af-spriority' => { 128 => '0.1' },
- 'af-spriorityselection' => { 297 => '1.2', 298 => '1.2', 300 => '1.2', 301 => '1.2', 305 => '0.2', 306 => '1.2', 307 => '0.2', 310 => '1.2', 311 => '1.2', 313 => 0x5, 314 => 0x5, 315 => 0x5 },
+ 'aewhitebalance' => { 350 => 0xd },
+ 'aexv' => { 350 => 0x3, 351 => 0x5 },
+ 'af-assistilluminator' => { 315 => 0x19, 316 => 0x19, 317 => 0x19 },
+ 'af-cfocusdisplay' => { 315 => 0x234, 316 => 0x234, 317 => 0x24c },
+ 'af-cpriority' => { 130 => '0.2' },
+ 'af-cpriorityselection' => { 299 => '1.1', 300 => '1.1', 302 => '1.1', 303 => '1.1', 305 => '0.1', 306 => '0.1', 307 => '0.1', 308 => '1.1', 309 => '0.1', 312 => '1.1', 313 => '1.1', 315 => 0x3, 316 => 0x3, 317 => 0x3 },
+ 'af-csetting' => { 126 => 0x0 },
+ 'af-cspeedtrackingsensitivity' => { 126 => '0.2' },
+ 'af-ctrackingsensitivity' => { 126 => '0.1' },
+ 'af-czoneareaswitching' => { 126 => '0.3' },
+ 'af-onbutton' => { 302 => '70.1', 303 => '70.1', 313 => '70.1' },
+ 'af-onformb-d10' => { 299 => '3.3', 308 => '3.2' },
+ 'af-onformb-d11' => { 309 => '2.2' },
+ 'af-onformb-d12' => { 312 => '50.1' },
+ 'af-onoutoffocusrelease' => { 315 => 0x10, 316 => 0x10, 317 => 0x10 },
+ 'af-spriority' => { 130 => '0.1' },
+ 'af-spriorityselection' => { 299 => '1.2', 300 => '1.2', 302 => '1.2', 303 => '1.2', 307 => '0.2', 308 => '1.2', 309 => '0.2', 312 => '1.2', 313 => '1.2', 315 => 0x5, 316 => 0x5, 317 => 0x5 },
'afacceldeceltracking' => { 2 => 0x3 },
- 'afactivation' => { 297 => '2.1', 298 => '2.1', 300 => '78.3', 301 => '78.3', 306 => '2.1', 310 => '2.1', 311 => '78.3', 313 => 0xf, 314 => 0xf, 315 => 0xf },
- 'afadjustment' => { 375 => 0x72, 384 => 0x267 },
- 'afandmeteringbuttons' => { 84 => 0x701 },
- 'afaperture' => { 227 => 0x5, 228 => 0x5, 232 => 0x5 },
- 'afareaheight' => { 193 => [0x1a,0x34,0x50], 194 => 0x48 },
- 'afareaillumination' => { 184 => 0x4b, 308 => '15.3' },
- 'afareainitialheight' => { 246 => 0xbeb },
- 'afareainitialwidth' => { 246 => 0xbea },
- 'afareainitialxposition' => { 246 => 0xbe8 },
- 'afareainitialyposition' => { 246 => 0xbe9 },
- 'afareamode' => { 126 => '0.3', 180 => 0x33, 184 => 0xe, 192 => 0x0, 193 => 0x5, 194 => 0x5, 239 => 0x224, 240 => 0x210, 241 => 0x224, 242 => 0x224, 340 => 0xf, 407 => 0x1205, 420 => [0xa,0x3a], 427 => 0x11, 428 => 0x10, 429 => 0x24, 440 => 0xb043, 466 => 0x17 },
- 'afareamodesetting' => { 299 => '11.1', 302 => '0.1', 308 => '16.1', 312 => '2.1', 440 => 0x201c },
- 'afareapointsize' => { 126 => '0.4' },
- 'afareas' => { 317 => 0x304 },
+ 'afactivation' => { 299 => '2.1', 300 => '2.1', 302 => '78.3', 303 => '78.3', 308 => '2.1', 312 => '2.1', 313 => '78.3', 315 => 0xf, 316 => 0xf, 317 => 0xf },
+ 'afadjustment' => { 377 => 0x72, 386 => 0x267 },
+ 'afandmeteringbuttons' => { 86 => 0x701 },
+ 'afaperture' => { 229 => 0x5, 230 => 0x5, 234 => 0x5 },
+ 'afareaheight' => { 195 => [0x1a,0x34,0x50], 196 => 0x48 },
+ 'afareaillumination' => { 186 => 0x4b, 310 => '15.3' },
+ 'afareainitialheight' => { 248 => 0xbeb },
+ 'afareainitialwidth' => { 248 => 0xbea },
+ 'afareainitialxposition' => { 248 => 0xbe8 },
+ 'afareainitialyposition' => { 248 => 0xbe9 },
+ 'afareamode' => { 128 => '0.3', 182 => 0x33, 186 => 0xe, 194 => 0x0, 195 => 0x5, 196 => 0x5, 241 => 0x224, 242 => 0x210, 243 => 0x224, 244 => 0x224, 342 => 0xf, 409 => 0x1205, 422 => [0xa,0x3a], 429 => 0x11, 430 => 0x10, 431 => 0x24, 442 => 0xb043, 468 => 0x17 },
+ 'afareamodesetting' => { 301 => '11.1', 304 => '0.1', 310 => '16.1', 314 => '2.1', 442 => 0x201c },
+ 'afareapointsize' => { 128 => '0.4' },
+ 'afareas' => { 319 => 0x304 },
'afareaselectionmethod' => { 2 => 0xd },
- 'afareaselectmethod' => { 84 => 0x51b },
- 'afareawidth' => { 193 => [0x18,0x32,0x4e], 194 => 0x46 },
- 'afareaxposition' => { 193 => [0x14,0x2e,0x4a], 194 => 0x42, 407 => 0x1203 },
- 'afareaxposition1' => { 407 => 0x1201 },
- 'afareayposition' => { 193 => [0x16,0x30,0x4c], 194 => 0x44, 407 => 0x1204 },
- 'afareayposition1' => { 407 => 0x1202 },
- 'afareazonesize' => { 126 => '0.5' },
- 'afassist' => { 82 => 0x5, 90 => 0x5, 184 => 0x48, 297 => '2.5', 299 => '0.2', 302 => '0.2', 303 => '1.1', 304 => '1.1', 305 => '1.3', 306 => '2.4', 307 => '1.3', 308 => '0.2', 310 => '2.4', 312 => '2.3' },
- 'afassistbeam' => { 2 => 0x8, 84 => 0x50e, 85 => 0x4, 86 => 0x5, 87 => 0x4, 88 => 0x4, 89 => 0x5 },
- 'afassistlamp' => { 340 => 0x31 },
- 'afbuttonpressed' => { 429 => [0x83,0x283] },
+ 'afareaselectmethod' => { 86 => 0x51b },
+ 'afareawidth' => { 195 => [0x18,0x32,0x4e], 196 => 0x46 },
+ 'afareaxposition' => { 195 => [0x14,0x2e,0x4a], 196 => 0x42, 409 => 0x1203 },
+ 'afareaxposition1' => { 409 => 0x1201 },
+ 'afareayposition' => { 195 => [0x16,0x30,0x4c], 196 => 0x44, 409 => 0x1204 },
+ 'afareayposition1' => { 409 => 0x1202 },
+ 'afareazonesize' => { 128 => '0.5' },
+ 'afassist' => { 84 => 0x5, 92 => 0x5, 186 => 0x48, 299 => '2.5', 301 => '0.2', 304 => '0.2', 305 => '1.1', 306 => '1.1', 307 => '1.3', 308 => '2.4', 309 => '1.3', 310 => '0.2', 312 => '2.4', 314 => '2.3' },
+ 'afassistbeam' => { 2 => 0x8, 86 => 0x50e, 87 => 0x4, 88 => 0x5, 89 => 0x4, 90 => 0x4, 91 => 0x5 },
+ 'afassistlamp' => { 342 => 0x31 },
+ 'afbuttonpressed' => { 431 => [0x83,0x283] },
'afconfidence' => { 1 => 0x3d },
'afconfigtool' => { 2 => 0x1 },
- 'afdefocus' => { 351 => 0x6 },
- 'afduringliveview' => { 84 => 0x511 },
- 'affinea' => { 494 => 'AffineA' },
- 'affineb' => { 494 => 'AffineB' },
- 'affinec' => { 494 => 'AffineC' },
- 'affined' => { 494 => 'AffineD' },
- 'affinetune' => { 195 => 0x0, 239 => 0x6b0, 240 => 0x5b0, 241 => 0x5e0, 242 => 0x5f8, 317 => 0x306 },
- 'affinetuneadj' => { 195 => 0x2, 264 => 0x2d1, 265 => 0x2dc, 317 => 0x307 },
- 'affinetuneadjtele' => { 195 => 0x3 },
- 'affinetuneindex' => { 195 => 0x1 },
- 'affinex' => { 494 => 'AffineX' },
- 'affiney' => { 494 => 'AffineY' },
- 'afhold' => { 351 => 0x1fd },
- 'afilluminator' => { 427 => 0x29, 440 => 0xb044 },
- 'afimageheight' => { 193 => [0x12,0x2c,0x48], 194 => 0x40 },
- 'afimagewidth' => { 193 => [0x10,0x2a,0x46], 194 => 0x3e },
- 'afintegrationtime' => { 351 => 0x7 },
+ 'afdefocus' => { 353 => 0x6 },
+ 'afduringliveview' => { 86 => 0x511 },
+ 'affinea' => { 496 => 'AffineA' },
+ 'affineb' => { 496 => 'AffineB' },
+ 'affinec' => { 496 => 'AffineC' },
+ 'affined' => { 496 => 'AffineD' },
+ 'affinetune' => { 197 => 0x0, 241 => 0x6b0, 242 => 0x5b0, 243 => 0x5e0, 244 => 0x5f8, 319 => 0x306 },
+ 'affinetuneadj' => { 197 => 0x2, 266 => 0x2d1, 267 => 0x2dc, 319 => 0x307 },
+ 'affinetuneadjtele' => { 197 => 0x3 },
+ 'affinetuneindex' => { 197 => 0x1 },
+ 'affinex' => { 496 => 'AffineX' },
+ 'affiney' => { 496 => 'AffineY' },
+ 'afhold' => { 353 => 0x1fd },
+ 'afilluminator' => { 429 => 0x29, 442 => 0xb044 },
+ 'afimageheight' => { 195 => [0x12,0x2c,0x48], 196 => 0x40 },
+ 'afimagewidth' => { 195 => [0x10,0x2a,0x46], 196 => 0x3e },
+ 'afintegrationtime' => { 353 => 0x7 },
'afmeasureddepth' => { 1 => 0x38 },
- 'afmicroadj' => { 420 => [0x17d,0x50] },
- 'afmicroadjmode' => { 3 => 0x1, 424 => 0x131 },
- 'afmicroadjregisteredlenses' => { 424 => '305.1' },
- 'afmicroadjustment' => { 84 => 0x507 },
- 'afmicroadjvalue' => { 3 => 0x2, 424 => 0x130 },
- 'afmode' => { 113 => 0x3009, 127 => 0x1022, 180 => 0x16, 417 => 0x5 },
- 'afmoderestrictions' => { 298 => '50.3', 300 => '48.3', 301 => '48.3', 310 => '48.3', 311 => '48.3' },
- 'afonaelockbuttonswitch' => { 84 => 0x702 },
- 'afonbutton' => { 297 => '3.1', 298 => '47.1', 313 => 0x83, 314 => 0x83, 315 => 0x83 },
- 'afpoint' => { 34 => 0x13, 112 => 0x18, 180 => 0x15, 192 => 0x1, 320 => 0x308, 417 => 0x1f, 420 => [0x37,0x7], 424 => 0x19, 425 => 0x18, 426 => [0x18,0x20] },
- 'afpointactivationarea' => { 83 => 0x11, 89 => 0x11 },
- 'afpointareaexpansion' => { 84 => 0x508 },
- 'afpointatshutterrelease' => { 420 => [0x39,0x9] },
- 'afpointautoselection' => { 84 => 0x50b },
- 'afpointbrightness' => { 84 => 0x50d, 297 => '2.4', 298 => '46.5', 300 => '2.2', 301 => '2.2', 310 => '2.3', 311 => '2.2' },
- 'afpointdetails' => { 320 => 0x31b },
- 'afpointdisplayduringfocus' => { 2 => 0x10, 84 => 0x50c },
- 'afpointillumination' => { 83 => 0xa, 297 => '2.3', 298 => '46.2', 300 => '47.2', 301 => '47.2', 305 => '1.2', 306 => '2.3', 307 => '1.2', 310 => '47.2', 311 => '47.2', 312 => '2.4' },
- 'afpointinfocus' => { 420 => [0x38,0x8] },
- 'afpointmode' => { 356 => 0x3 },
- 'afpointposition' => { 113 => 0x2021, 340 => 0x4d },
- 'afpointregistration' => { 82 => 0x7 },
- 'afpoints' => { 183 => 0x10 },
- 'afpointsel' => { 313 => 0xb, 314 => 0xb, 315 => 0xb },
- 'afpointselected' => { 184 => 0xd, 317 => 0x305, 375 => 0xe, 424 => 0x15, 425 => 0x14, 426 => [0x14,0x1c], 440 => 0x201e },
- 'afpointselected2' => { 356 => 0x4 },
- 'afpointselection' => { 83 => 0xb, 297 => '1.3', 298 => '1.3', 306 => '1.3', 310 => '1.3', 311 => '1.3' },
- 'afpointselectionmethod' => { 84 => 0x50f, 85 => 0xc, 86 => 0xd, 89 => 0xd },
- 'afpointsetting' => { 427 => 0x12, 428 => 0x11 },
- 'afpointsinfocus' => { 77 => 0xe, 192 => 0x2, 193 => 0x30, 351 => 0xb, 352 => 0x4, 375 => [0xf,0x3c] },
+ 'afmicroadj' => { 422 => [0x17d,0x50] },
+ 'afmicroadjmode' => { 3 => 0x1, 426 => 0x131 },
+ 'afmicroadjregisteredlenses' => { 426 => '305.1' },
+ 'afmicroadjustment' => { 86 => 0x507 },
+ 'afmicroadjvalue' => { 3 => 0x2, 426 => 0x130 },
+ 'afmode' => { 115 => 0x3009, 129 => 0x1022, 182 => 0x16, 419 => 0x5 },
+ 'afmoderestrictions' => { 300 => '50.3', 302 => '48.3', 303 => '48.3', 312 => '48.3', 313 => '48.3' },
+ 'afonaelockbuttonswitch' => { 86 => 0x702 },
+ 'afonbutton' => { 299 => '3.1', 300 => '47.1', 315 => 0x83, 316 => 0x83, 317 => 0x83 },
+ 'afpoint' => { 35 => 0x13, 114 => 0x18, 182 => 0x15, 194 => 0x1, 322 => 0x308, 419 => 0x1f, 422 => [0x37,0x7], 426 => 0x19, 427 => 0x18, 428 => [0x18,0x20] },
+ 'afpointactivationarea' => { 85 => 0x11, 91 => 0x11 },
+ 'afpointareaexpansion' => { 86 => 0x508 },
+ 'afpointatshutterrelease' => { 422 => [0x39,0x9] },
+ 'afpointautoselection' => { 86 => 0x50b },
+ 'afpointbrightness' => { 86 => 0x50d, 299 => '2.4', 300 => '46.5', 302 => '2.2', 303 => '2.2', 312 => '2.3', 313 => '2.2' },
+ 'afpointdetails' => { 322 => 0x31b },
+ 'afpointdisplayduringfocus' => { 2 => 0x10, 86 => 0x50c },
+ 'afpointillumination' => { 85 => 0xa, 299 => '2.3', 300 => '46.2', 302 => '47.2', 303 => '47.2', 307 => '1.2', 308 => '2.3', 309 => '1.2', 312 => '47.2', 313 => '47.2', 314 => '2.4' },
+ 'afpointinfocus' => { 422 => [0x38,0x8] },
+ 'afpointmode' => { 358 => 0x3 },
+ 'afpointposition' => { 115 => 0x2021, 342 => 0x4d },
+ 'afpointregistration' => { 84 => 0x7 },
+ 'afpoints' => { 185 => 0x10 },
+ 'afpointsel' => { 315 => 0xb, 316 => 0xb, 317 => 0xb },
+ 'afpointselected' => { 186 => 0xd, 319 => 0x305, 377 => 0xe, 426 => 0x15, 427 => 0x14, 428 => [0x14,0x1c], 442 => 0x201e },
+ 'afpointselected2' => { 358 => 0x4 },
+ 'afpointselection' => { 85 => 0xb, 299 => '1.3', 300 => '1.3', 308 => '1.3', 312 => '1.3', 313 => '1.3' },
+ 'afpointselectionmethod' => { 86 => 0x50f, 87 => 0xc, 88 => 0xd, 91 => 0xd },
+ 'afpointsetting' => { 429 => 0x12, 430 => 0x11 },
+ 'afpointsinfocus' => { 78 => 0xe, 194 => 0x2, 195 => 0x30, 353 => 0xb, 354 => 0x4, 377 => [0xf,0x3c] },
'afpointsinfocus5d' => { 19 => 0x38 },
- 'afpointspotmetering' => { 83 => 0xd },
- 'afpointsselected' => { 193 => 0x1c, 352 => '4.1', 474 => 0x4 },
- 'afpointsspecial' => { 352 => '4.2' },
- 'afpointsunknown1' => { 351 => 0x0 },
- 'afpointsunknown2' => { 351 => 0x2 },
- 'afpointsused' => { 193 => [0xa,0x8], 194 => 0xa, 420 => [0x10,0x16e] },
+ 'afpointspotmetering' => { 85 => 0xd },
+ 'afpointsselected' => { 195 => 0x1c, 354 => '4.1', 476 => 0x4 },
+ 'afpointsspecial' => { 354 => '4.2' },
+ 'afpointsunknown1' => { 353 => 0x0 },
+ 'afpointsunknown2' => { 353 => 0x2 },
+ 'afpointsused' => { 195 => [0xa,0x8], 196 => 0xa, 422 => [0x10,0x16e] },
'afpointswitching' => { 2 => 0x4 },
- 'afpredictor' => { 351 => 0x4 },
- 'afresponse' => { 234 => 0xad },
- 'afresult' => { 322 => 0x1038 },
- 'afsearch' => { 317 => 0x303 },
- 'afsensoractive' => { 180 => 0x1 },
+ 'afpredictor' => { 353 => 0x4 },
+ 'afresponse' => { 236 => 0xad },
+ 'afresult' => { 324 => 0x1038 },
+ 'afsearch' => { 319 => 0x303 },
+ 'afsensoractive' => { 182 => 0x1 },
'afstable' => { 1 => 0x7 },
- 'afstatus' => { 407 => 0x1200 },
- 'afstatus_00_b4' => { 423 => 0x0 },
- 'afstatus_01_c4' => { 423 => 0x2 },
- 'afstatus_02_d4' => { 423 => 0x4 },
- 'afstatus_03_e4' => { 423 => 0x6 },
- 'afstatus_04_f4' => { 423 => 0x8 },
- 'afstatus_05_g4' => { 423 => 0xa },
- 'afstatus_06_h4' => { 423 => 0xc },
- 'afstatus_07_b3' => { 423 => 0xe },
- 'afstatus_08_c3' => { 423 => 0x10 },
- 'afstatus_09_d3' => { 423 => 0x12 },
- 'afstatus_10_e3' => { 423 => 0x14 },
- 'afstatus_11_f3' => { 423 => 0x16 },
- 'afstatus_12_g3' => { 423 => 0x18 },
- 'afstatus_13_h3' => { 423 => 0x1a },
- 'afstatus_14_b2' => { 423 => 0x1c },
- 'afstatus_15_c2' => { 423 => 0x1e },
- 'afstatus_16_d2' => { 423 => 0x20 },
- 'afstatus_17_e2' => { 423 => 0x22 },
- 'afstatus_18_f2' => { 423 => 0x24 },
- 'afstatus_19_g2' => { 423 => 0x26 },
- 'afstatus_20_h2' => { 423 => 0x28 },
- 'afstatus_21_c1' => { 423 => 0x2a },
- 'afstatus_22_d1' => { 423 => 0x2c },
- 'afstatus_23_e1' => { 423 => 0x2e },
- 'afstatus_24_f1' => { 423 => 0x30 },
- 'afstatus_25_g1' => { 423 => 0x32 },
- 'afstatus_26_a7_vertical' => { 423 => 0x34 },
- 'afstatus_27_a6_vertical' => { 423 => 0x36 },
- 'afstatus_28_a5_vertical' => { 423 => 0x38 },
- 'afstatus_29_c7_vertical' => { 423 => 0x3a },
- 'afstatus_30_c6_vertical' => { 423 => 0x3c },
- 'afstatus_31_c5_vertical' => { 423 => 0x3e },
- 'afstatus_32_e7_vertical' => { 423 => 0x40 },
- 'afstatus_33_e6_center_vertical' => { 423 => 0x42 },
- 'afstatus_34_e5_vertical' => { 423 => 0x44 },
- 'afstatus_35_g7_vertical' => { 423 => 0x46 },
- 'afstatus_36_g6_vertical' => { 423 => 0x48 },
- 'afstatus_37_g5_vertical' => { 423 => 0x4a },
- 'afstatus_38_i7_vertical' => { 423 => 0x4c },
- 'afstatus_39_i6_vertical' => { 423 => 0x4e },
- 'afstatus_40_i5_vertical' => { 423 => 0x50 },
- 'afstatus_41_a7' => { 423 => 0x52 },
- 'afstatus_42_b7' => { 423 => 0x54 },
- 'afstatus_43_c7' => { 423 => 0x56 },
- 'afstatus_44_d7' => { 423 => 0x58 },
- 'afstatus_45_e7' => { 423 => 0x5a },
- 'afstatus_46_f7' => { 423 => 0x5c },
- 'afstatus_47_g7' => { 423 => 0x5e },
- 'afstatus_48_h7' => { 423 => 0x60 },
- 'afstatus_49_i7' => { 423 => 0x62 },
- 'afstatus_50_a6' => { 423 => 0x64 },
- 'afstatus_51_b6' => { 423 => 0x66 },
- 'afstatus_52_c6' => { 423 => 0x68 },
- 'afstatus_53_d6' => { 423 => 0x6a },
- 'afstatus_54_e6_center' => { 423 => 0x6c },
- 'afstatus_55_f6' => { 423 => 0x6e },
- 'afstatus_56_g6' => { 423 => 0x70 },
- 'afstatus_57_h6' => { 423 => 0x72 },
- 'afstatus_58_i6' => { 423 => 0x74 },
- 'afstatus_59_a5' => { 423 => 0x76 },
- 'afstatus_60_b5' => { 423 => 0x78 },
- 'afstatus_61_c5' => { 423 => 0x7a },
- 'afstatus_62_d5' => { 423 => 0x7c },
- 'afstatus_63_e5' => { 423 => 0x7e },
- 'afstatus_64_f5' => { 423 => 0x80 },
- 'afstatus_65_g5' => { 423 => 0x82 },
- 'afstatus_66_h5' => { 423 => 0x84 },
- 'afstatus_67_i5' => { 423 => 0x86 },
- 'afstatus_68_c11' => { 423 => 0x88 },
- 'afstatus_69_d11' => { 423 => 0x8a },
- 'afstatus_70_e11' => { 423 => 0x8c },
- 'afstatus_71_f11' => { 423 => 0x8e },
- 'afstatus_72_g11' => { 423 => 0x90 },
- 'afstatus_73_b10' => { 423 => 0x92 },
- 'afstatus_74_c10' => { 423 => 0x94 },
- 'afstatus_75_d10' => { 423 => 0x96 },
- 'afstatus_76_e10' => { 423 => 0x98 },
- 'afstatus_77_f10' => { 423 => 0x9a },
- 'afstatus_78_g10' => { 423 => 0x9c },
- 'afstatus_79_h10' => { 423 => 0x9e },
- 'afstatus_80_b9' => { 423 => 0xa0 },
- 'afstatus_81_c9' => { 423 => 0xa2 },
- 'afstatus_82_d9' => { 423 => 0xa4 },
- 'afstatus_83_e9' => { 423 => 0xa6 },
- 'afstatus_84_f9' => { 423 => 0xa8 },
- 'afstatus_85_g9' => { 423 => 0xaa },
- 'afstatus_86_h9' => { 423 => 0xac },
- 'afstatus_87_b8' => { 423 => 0xae },
- 'afstatus_88_c8' => { 423 => 0xb0 },
- 'afstatus_89_d8' => { 423 => 0xb2 },
- 'afstatus_90_e8' => { 423 => 0xb4 },
- 'afstatus_91_f8' => { 423 => 0xb6 },
- 'afstatus_92_g8' => { 423 => 0xb8 },
- 'afstatus_93_h8' => { 423 => 0xba },
- 'afstatus_94_e6_center_f2-8' => { 423 => 0xbc },
- 'afstatusactivesensor' => { 180 => 0x2, 420 => [0x4,0x3b], 424 => 0x1e, 425 => 0x1b, 426 => [0x1b,0x21] },
- 'afstatusbottom' => { 180 => 0x8, 424 => 0x2a, 425 => 0x21, 426 => 0x21 },
- 'afstatusbottom-left' => { 180 => 0x12, 425 => 0x2b, 426 => 0x2b },
- 'afstatusbottom-right' => { 180 => 0x6, 425 => 0x1f, 426 => 0x1f },
- 'afstatusbottomassist-left' => { 424 => 0x28 },
- 'afstatusbottomassist-right' => { 424 => 0x2c },
- 'afstatusbottomhorizontal' => { 421 => 0x10, 422 => 0x1c },
- 'afstatusbottomvertical' => { 421 => 0x16, 422 => 0x26 },
- 'afstatuscenter-10' => { 424 => 0x34 },
- 'afstatuscenter-11' => { 424 => 0x36 },
- 'afstatuscenter-12' => { 424 => 0x38 },
- 'afstatuscenter-14' => { 424 => 0x3c },
- 'afstatuscenter-7' => { 424 => 0x2e },
- 'afstatuscenter-9' => { 424 => 0x32 },
- 'afstatuscenter-horizontal' => { 424 => 0x30 },
- 'afstatuscenter-vertical' => { 424 => 0x3a },
- 'afstatuscenterf2-8' => { 424 => 0x4c },
- 'afstatuscenterhorizontal' => { 180 => 0x2f, 421 => 0xc, 422 => 0x18, 425 => 0x2f, 426 => 0x2f },
- 'afstatuscentervertical' => { 180 => 0xc, 421 => 0x14, 422 => 0x22, 425 => 0x25, 426 => 0x25 },
- 'afstatusfarleft' => { 421 => 0x6, 424 => 0x26 },
- 'afstatusfarlefthorizontal' => { 422 => 0x4 },
- 'afstatusfarleftvertical' => { 422 => 0x12 },
- 'afstatusfarright' => { 421 => 0x18, 424 => 0x44 },
- 'afstatusfarrighthorizontal' => { 422 => 0x2c },
- 'afstatusfarrightvertical' => { 422 => 0x34 },
- 'afstatusleft' => { 180 => 0x2d, 421 => 0x2, 424 => 0x22, 425 => 0x2d, 426 => 0x2d },
- 'afstatuslefthorizontal' => { 422 => 0x6 },
- 'afstatusleftvertical' => { 422 => 0xe },
- 'afstatuslower-left' => { 421 => 0x4, 424 => 0x24 },
- 'afstatuslower-lefthorizontal' => { 422 => 0xa },
- 'afstatuslower-leftvertical' => { 422 => 0x10 },
- 'afstatuslower-middle' => { 421 => 0x22, 422 => 0x24 },
- 'afstatuslower-right' => { 421 => 0x1e, 424 => 0x4a },
- 'afstatuslower-righthorizontal' => { 422 => 0x32 },
- 'afstatuslower-rightvertical' => { 422 => 0x3a },
- 'afstatuslowerfarleft' => { 422 => 0x8 },
- 'afstatuslowerfarright' => { 422 => 0x30 },
- 'afstatusmiddlehorizontal' => { 180 => 0xa, 425 => 0x23, 426 => 0x23 },
- 'afstatusnearleft' => { 421 => 0xe, 422 => 0x1a },
- 'afstatusnearright' => { 421 => 0xa, 422 => 0x16 },
- 'afstatusright' => { 180 => 0x31, 421 => 0x1c, 424 => 0x48, 425 => 0x31, 426 => 0x31 },
- 'afstatusrighthorizontal' => { 422 => 0x2e },
- 'afstatusrightvertical' => { 422 => 0x38 },
- 'afstatustop' => { 180 => 0xe, 424 => 0x40, 425 => 0x27, 426 => 0x27 },
- 'afstatustop-left' => { 180 => 0x10, 425 => 0x29, 426 => 0x29 },
- 'afstatustop-right' => { 180 => 0x4, 425 => 0x1d, 426 => 0x1d },
- 'afstatustopassist-left' => { 424 => 0x3e },
- 'afstatustopassist-right' => { 424 => 0x42 },
- 'afstatustophorizontal' => { 421 => 0x8, 422 => 0x14 },
- 'afstatustopvertical' => { 421 => 0x12, 422 => 0x1e },
- 'afstatusupper-left' => { 421 => 0x0, 424 => 0x20 },
- 'afstatusupper-lefthorizontal' => { 422 => 0x2 },
- 'afstatusupper-leftvertical' => { 422 => 0xc },
- 'afstatusupper-middle' => { 421 => 0x20, 422 => 0x20 },
- 'afstatusupper-right' => { 421 => 0x1a, 424 => 0x46 },
- 'afstatusupper-righthorizontal' => { 422 => 0x2a },
- 'afstatusupper-rightvertical' => { 422 => 0x36 },
- 'afstatusupperfarleft' => { 422 => 0x0 },
- 'afstatusupperfarright' => { 422 => 0x28 },
+ 'afstatus' => { 409 => 0x1200 },
+ 'afstatus_00_b4' => { 425 => 0x0 },
+ 'afstatus_01_c4' => { 425 => 0x2 },
+ 'afstatus_02_d4' => { 425 => 0x4 },
+ 'afstatus_03_e4' => { 425 => 0x6 },
+ 'afstatus_04_f4' => { 425 => 0x8 },
+ 'afstatus_05_g4' => { 425 => 0xa },
+ 'afstatus_06_h4' => { 425 => 0xc },
+ 'afstatus_07_b3' => { 425 => 0xe },
+ 'afstatus_08_c3' => { 425 => 0x10 },
+ 'afstatus_09_d3' => { 425 => 0x12 },
+ 'afstatus_10_e3' => { 425 => 0x14 },
+ 'afstatus_11_f3' => { 425 => 0x16 },
+ 'afstatus_12_g3' => { 425 => 0x18 },
+ 'afstatus_13_h3' => { 425 => 0x1a },
+ 'afstatus_14_b2' => { 425 => 0x1c },
+ 'afstatus_15_c2' => { 425 => 0x1e },
+ 'afstatus_16_d2' => { 425 => 0x20 },
+ 'afstatus_17_e2' => { 425 => 0x22 },
+ 'afstatus_18_f2' => { 425 => 0x24 },
+ 'afstatus_19_g2' => { 425 => 0x26 },
+ 'afstatus_20_h2' => { 425 => 0x28 },
+ 'afstatus_21_c1' => { 425 => 0x2a },
+ 'afstatus_22_d1' => { 425 => 0x2c },
+ 'afstatus_23_e1' => { 425 => 0x2e },
+ 'afstatus_24_f1' => { 425 => 0x30 },
+ 'afstatus_25_g1' => { 425 => 0x32 },
+ 'afstatus_26_a7_vertical' => { 425 => 0x34 },
+ 'afstatus_27_a6_vertical' => { 425 => 0x36 },
+ 'afstatus_28_a5_vertical' => { 425 => 0x38 },
+ 'afstatus_29_c7_vertical' => { 425 => 0x3a },
+ 'afstatus_30_c6_vertical' => { 425 => 0x3c },
+ 'afstatus_31_c5_vertical' => { 425 => 0x3e },
+ 'afstatus_32_e7_vertical' => { 425 => 0x40 },
+ 'afstatus_33_e6_center_vertical' => { 425 => 0x42 },
+ 'afstatus_34_e5_vertical' => { 425 => 0x44 },
+ 'afstatus_35_g7_vertical' => { 425 => 0x46 },
+ 'afstatus_36_g6_vertical' => { 425 => 0x48 },
+ 'afstatus_37_g5_vertical' => { 425 => 0x4a },
+ 'afstatus_38_i7_vertical' => { 425 => 0x4c },
+ 'afstatus_39_i6_vertical' => { 425 => 0x4e },
+ 'afstatus_40_i5_vertical' => { 425 => 0x50 },
+ 'afstatus_41_a7' => { 425 => 0x52 },
+ 'afstatus_42_b7' => { 425 => 0x54 },
+ 'afstatus_43_c7' => { 425 => 0x56 },
+ 'afstatus_44_d7' => { 425 => 0x58 },
+ 'afstatus_45_e7' => { 425 => 0x5a },
+ 'afstatus_46_f7' => { 425 => 0x5c },
+ 'afstatus_47_g7' => { 425 => 0x5e },
+ 'afstatus_48_h7' => { 425 => 0x60 },
+ 'afstatus_49_i7' => { 425 => 0x62 },
+ 'afstatus_50_a6' => { 425 => 0x64 },
+ 'afstatus_51_b6' => { 425 => 0x66 },
+ 'afstatus_52_c6' => { 425 => 0x68 },
+ 'afstatus_53_d6' => { 425 => 0x6a },
+ 'afstatus_54_e6_center' => { 425 => 0x6c },
+ 'afstatus_55_f6' => { 425 => 0x6e },
+ 'afstatus_56_g6' => { 425 => 0x70 },
+ 'afstatus_57_h6' => { 425 => 0x72 },
+ 'afstatus_58_i6' => { 425 => 0x74 },
+ 'afstatus_59_a5' => { 425 => 0x76 },
+ 'afstatus_60_b5' => { 425 => 0x78 },
+ 'afstatus_61_c5' => { 425 => 0x7a },
+ 'afstatus_62_d5' => { 425 => 0x7c },
+ 'afstatus_63_e5' => { 425 => 0x7e },
+ 'afstatus_64_f5' => { 425 => 0x80 },
+ 'afstatus_65_g5' => { 425 => 0x82 },
+ 'afstatus_66_h5' => { 425 => 0x84 },
+ 'afstatus_67_i5' => { 425 => 0x86 },
+ 'afstatus_68_c11' => { 425 => 0x88 },
+ 'afstatus_69_d11' => { 425 => 0x8a },
+ 'afstatus_70_e11' => { 425 => 0x8c },
+ 'afstatus_71_f11' => { 425 => 0x8e },
+ 'afstatus_72_g11' => { 425 => 0x90 },
+ 'afstatus_73_b10' => { 425 => 0x92 },
+ 'afstatus_74_c10' => { 425 => 0x94 },
+ 'afstatus_75_d10' => { 425 => 0x96 },
+ 'afstatus_76_e10' => { 425 => 0x98 },
+ 'afstatus_77_f10' => { 425 => 0x9a },
+ 'afstatus_78_g10' => { 425 => 0x9c },
+ 'afstatus_79_h10' => { 425 => 0x9e },
+ 'afstatus_80_b9' => { 425 => 0xa0 },
+ 'afstatus_81_c9' => { 425 => 0xa2 },
+ 'afstatus_82_d9' => { 425 => 0xa4 },
+ 'afstatus_83_e9' => { 425 => 0xa6 },
+ 'afstatus_84_f9' => { 425 => 0xa8 },
+ 'afstatus_85_g9' => { 425 => 0xaa },
+ 'afstatus_86_h9' => { 425 => 0xac },
+ 'afstatus_87_b8' => { 425 => 0xae },
+ 'afstatus_88_c8' => { 425 => 0xb0 },
+ 'afstatus_89_d8' => { 425 => 0xb2 },
+ 'afstatus_90_e8' => { 425 => 0xb4 },
+ 'afstatus_91_f8' => { 425 => 0xb6 },
+ 'afstatus_92_g8' => { 425 => 0xb8 },
+ 'afstatus_93_h8' => { 425 => 0xba },
+ 'afstatus_94_e6_center_f2-8' => { 425 => 0xbc },
+ 'afstatusactivesensor' => { 182 => 0x2, 422 => [0x4,0x3b], 426 => 0x1e, 427 => 0x1b, 428 => [0x1b,0x21] },
+ 'afstatusbottom' => { 182 => 0x8, 426 => 0x2a, 427 => 0x21, 428 => 0x21 },
+ 'afstatusbottom-left' => { 182 => 0x12, 427 => 0x2b, 428 => 0x2b },
+ 'afstatusbottom-right' => { 182 => 0x6, 427 => 0x1f, 428 => 0x1f },
+ 'afstatusbottomassist-left' => { 426 => 0x28 },
+ 'afstatusbottomassist-right' => { 426 => 0x2c },
+ 'afstatusbottomhorizontal' => { 423 => 0x10, 424 => 0x1c },
+ 'afstatusbottomvertical' => { 423 => 0x16, 424 => 0x26 },
+ 'afstatuscenter-10' => { 426 => 0x34 },
+ 'afstatuscenter-11' => { 426 => 0x36 },
+ 'afstatuscenter-12' => { 426 => 0x38 },
+ 'afstatuscenter-14' => { 426 => 0x3c },
+ 'afstatuscenter-7' => { 426 => 0x2e },
+ 'afstatuscenter-9' => { 426 => 0x32 },
+ 'afstatuscenter-horizontal' => { 426 => 0x30 },
+ 'afstatuscenter-vertical' => { 426 => 0x3a },
+ 'afstatuscenterf2-8' => { 426 => 0x4c },
+ 'afstatuscenterhorizontal' => { 182 => 0x2f, 423 => 0xc, 424 => 0x18, 427 => 0x2f, 428 => 0x2f },
+ 'afstatuscentervertical' => { 182 => 0xc, 423 => 0x14, 424 => 0x22, 427 => 0x25, 428 => 0x25 },
+ 'afstatusfarleft' => { 423 => 0x6, 426 => 0x26 },
+ 'afstatusfarlefthorizontal' => { 424 => 0x4 },
+ 'afstatusfarleftvertical' => { 424 => 0x12 },
+ 'afstatusfarright' => { 423 => 0x18, 426 => 0x44 },
+ 'afstatusfarrighthorizontal' => { 424 => 0x2c },
+ 'afstatusfarrightvertical' => { 424 => 0x34 },
+ 'afstatusleft' => { 182 => 0x2d, 423 => 0x2, 426 => 0x22, 427 => 0x2d, 428 => 0x2d },
+ 'afstatuslefthorizontal' => { 424 => 0x6 },
+ 'afstatusleftvertical' => { 424 => 0xe },
+ 'afstatuslower-left' => { 423 => 0x4, 426 => 0x24 },
+ 'afstatuslower-lefthorizontal' => { 424 => 0xa },
+ 'afstatuslower-leftvertical' => { 424 => 0x10 },
+ 'afstatuslower-middle' => { 423 => 0x22, 424 => 0x24 },
+ 'afstatuslower-right' => { 423 => 0x1e, 426 => 0x4a },
+ 'afstatuslower-righthorizontal' => { 424 => 0x32 },
+ 'afstatuslower-rightvertical' => { 424 => 0x3a },
+ 'afstatuslowerfarleft' => { 424 => 0x8 },
+ 'afstatuslowerfarright' => { 424 => 0x30 },
+ 'afstatusmiddlehorizontal' => { 182 => 0xa, 427 => 0x23, 428 => 0x23 },
+ 'afstatusnearleft' => { 423 => 0xe, 424 => 0x1a },
+ 'afstatusnearright' => { 423 => 0xa, 424 => 0x16 },
+ 'afstatusright' => { 182 => 0x31, 423 => 0x1c, 426 => 0x48, 427 => 0x31, 428 => 0x31 },
+ 'afstatusrighthorizontal' => { 424 => 0x2e },
+ 'afstatusrightvertical' => { 424 => 0x38 },
+ 'afstatustop' => { 182 => 0xe, 426 => 0x40, 427 => 0x27, 428 => 0x27 },
+ 'afstatustop-left' => { 182 => 0x10, 427 => 0x29, 428 => 0x29 },
+ 'afstatustop-right' => { 182 => 0x4, 427 => 0x1d, 428 => 0x1d },
+ 'afstatustopassist-left' => { 426 => 0x3e },
+ 'afstatustopassist-right' => { 426 => 0x42 },
+ 'afstatustophorizontal' => { 423 => 0x8, 424 => 0x14 },
+ 'afstatustopvertical' => { 423 => 0x12, 424 => 0x1e },
+ 'afstatusupper-left' => { 423 => 0x0, 426 => 0x20 },
+ 'afstatusupper-lefthorizontal' => { 424 => 0x2 },
+ 'afstatusupper-leftvertical' => { 424 => 0xc },
+ 'afstatusupper-middle' => { 423 => 0x20, 424 => 0x20 },
+ 'afstatusupper-right' => { 423 => 0x1a, 426 => 0x46 },
+ 'afstatusupper-righthorizontal' => { 424 => 0x2a },
+ 'afstatusupper-rightvertical' => { 424 => 0x36 },
+ 'afstatusupperfarleft' => { 424 => 0x0 },
+ 'afstatusupperfarright' => { 424 => 0x28 },
'afstatusviewfinder' => { 2 => 0x12 },
- 'aftracking' => { 440 => 0x2021 },
+ 'aftracking' => { 442 => 0x2021 },
'aftrackingsensitivity' => { 2 => 0x2 },
- 'aftype' => { 420 => 0x2 },
- 'afwithshutter' => { 427 => 0x2a },
- 'aggregateissuenumber' => { 519 => 'aggregateIssueNumber' },
- 'aggregationtype' => { 519 => 'aggregationType' },
- 'agreement' => { 522 => 'agreement' },
- 'ah2greeninterpolationthreshold' => { 138 => 0xe4e },
- 'airplanemode' => { 239 => 0x722, 240 => 0x624, 241 => 0x654, 242 => 0x6bc },
- 'aiservocontinuousshooting' => { 83 => 0x15 },
+ 'aftype' => { 422 => 0x2 },
+ 'afwithshutter' => { 429 => 0x2a },
+ 'aggregateissuenumber' => { 521 => 'aggregateIssueNumber' },
+ 'aggregationtype' => { 521 => 'aggregationType' },
+ 'agreement' => { 524 => 'agreement' },
+ 'ah2greeninterpolationthreshold' => { 140 => 0xe4e },
+ 'airplanemode' => { 241 => 0x722, 242 => 0x624, 243 => 0x654, 244 => 0x6bc },
+ 'aiservocontinuousshooting' => { 85 => 0x15 },
'aiservofirstimage' => { 2 => 0x5 },
- 'aiservofirstimagepriority' => { 84 => 0x519 },
- 'aiservoimagepriority' => { 84 => 0x503 },
+ 'aiservofirstimagepriority' => { 86 => 0x519 },
+ 'aiservoimagepriority' => { 86 => 0x503 },
'aiservosecondimage' => { 2 => 0x6 },
- 'aiservosecondimagepriority' => { 84 => 0x51a },
- 'aiservotrackingmethod' => { 84 => 0x504 },
- 'aiservotrackingsensitivity' => { 83 => 0x14, 84 => 0x502 },
- 'aisubjecttrackingmode' => { 317 => 0x309 },
- 'album' => { 392 => ['albm',"\xa9alb"], 394 => 'album', 400 => ['albm',"\xa9alb"], 529 => 'album' },
- 'albumartist' => { 179 => 'WM/AlbumArtist', 392 => 'aART', 400 => 'albr' },
- 'albumcoverurl' => { 179 => 'WM/AlbumCoverURL' },
- 'albumid' => { 392 => 'plID' },
- 'albumtitle' => { 179 => 'WM/AlbumTitle' },
- 'alreadyapplied' => { 500 => 'AlreadyApplied', 502 => 'AlreadyApplied' },
- 'alternatetitle' => { 519 => 'alternateTitle' },
- 'alternatetitlea-lang' => { 519 => [\'alternateTitle','alternateTitleA-lang'] },
- 'alternatetitlea-platform' => { 519 => [\'alternateTitle','alternateTitleA-platform'] },
- 'alternatetitletext' => { 519 => [\'alternateTitle','alternateTitleText'] },
- 'altitude' => { 197 => 0x6 },
- 'alttapename' => { 529 => 'altTapeName' },
- 'alttextaccessibility' => { 513 => 'AltTextAccessibility' },
- 'alttimecode' => { 529 => 'altTimecode' },
- 'alttimecodetimeformat' => { 529 => [\'altTimecode','altTimecodeTimeFormat'] },
- 'alttimecodetimevalue' => { 529 => [\'altTimecode','altTimecodeTimeValue'] },
- 'alttimecodevalue' => { 529 => [\'altTimecode','altTimecodeValue'] },
+ 'aiservosecondimagepriority' => { 86 => 0x51a },
+ 'aiservotrackingmethod' => { 86 => 0x504 },
+ 'aiservotrackingsensitivity' => { 85 => 0x14, 86 => 0x502 },
+ 'aisubjecttrackingmode' => { 319 => 0x309 },
+ 'album' => { 394 => ['albm',"\xa9alb"], 396 => 'album', 402 => ['albm',"\xa9alb"], 531 => 'album' },
+ 'albumartist' => { 181 => 'WM/AlbumArtist', 394 => 'aART', 402 => 'albr' },
+ 'albumcoverurl' => { 181 => 'WM/AlbumCoverURL' },
+ 'albumid' => { 394 => 'plID' },
+ 'albumtitle' => { 181 => 'WM/AlbumTitle' },
+ 'alreadyapplied' => { 502 => 'AlreadyApplied', 504 => 'AlreadyApplied' },
+ 'alternatetitle' => { 521 => 'alternateTitle' },
+ 'alternatetitlea-lang' => { 521 => [\'alternateTitle','alternateTitleA-lang'] },
+ 'alternatetitlea-platform' => { 521 => [\'alternateTitle','alternateTitleA-platform'] },
+ 'alternatetitletext' => { 521 => [\'alternateTitle','alternateTitleText'] },
+ 'altitude' => { 199 => 0x6 },
+ 'alttapename' => { 531 => 'altTapeName' },
+ 'alttextaccessibility' => { 515 => 'AltTextAccessibility' },
+ 'alttimecode' => { 531 => 'altTimecode' },
+ 'alttimecodetimeformat' => { 531 => [\'altTimecode','altTimecodeTimeFormat'] },
+ 'alttimecodetimevalue' => { 531 => [\'altTimecode','altTimecodeTimeValue'] },
+ 'alttimecodevalue' => { 531 => [\'altTimecode','altTimecodeValue'] },
'ambienceselection' => { 4 => 0x1 },
- 'ambientinfrared' => { 403 => 0x5c },
- 'ambientlight' => { 403 => 0x5e },
- 'ambienttemperature' => { 119 => 0x9400, 401 => 0x14, 402 => 0x46, 403 => 0x50, 466 => 0x4, 507 => 'Temperature' },
- 'ambienttemperaturefahrenheit' => { 401 => 0x13, 402 => 0x44, 403 => 0x4e },
- 'analogbalance' => { 119 => 0xc627 },
- 'analogcaptureiso' => { 138 => 0x89e },
- 'analogisotable' => { 138 => 0x89d },
- 'androidversion' => { 394 => 'com.android.version' },
- 'angleadj' => { 103 => 0x10003, 109 => 0x8b },
- 'angleinforoll' => { 496 => 'AngleInfoRoll' },
- 'angleinfoyaw' => { 496 => 'AngleInfoYaw' },
- 'anti-blur' => { 440 => 0xb04b },
- 'antialiasstrength' => { 119 => 0xc632 },
- 'aperturelock' => { 298 => '38.2', 300 => '38.2', 301 => '38.2', 310 => '38.2', 311 => '38.2', 313 => 0xb8, 314 => 0xb8, 315 => 0xb8 },
- 'aperturemode' => { 400 => 'apmd' },
- 'aperturerange' => { 84 => 0x10d },
- 'apertureringuse' => { 356 => '1.4' },
- 'aperturesetting' => { 184 => 0x7, 427 => 0x30, 428 => 0x29, 429 => 0x1 },
- 'aperturevalue' => { 93 => 0x2, 119 => 0x9202, 322 => 0x1002, 384 => 0x401, 506 => 'ApertureValue' },
- 'appinfo' => { 479 => 'AppInfo' },
- 'appinfoapplication' => { 479 => [\'AppInfo','AppInfoApplication'] },
- 'appinfoitemuri' => { 479 => [\'AppInfo','AppInfoItemURI'] },
- 'appinfoversion' => { 479 => [\'AppInfo','AppInfoVersion'] },
- 'applekeywords' => { 326 => 'AAPL:Keywords' },
- 'applephotosvariationidentifier' => { 394 => 'apple.photos.variation-identifier' },
- 'applestoreaccount' => { 392 => 'apID' },
- 'applestoreaccounttype' => { 392 => 'akID' },
- 'applestorecatalogid' => { 392 => 'cnID' },
- 'applestorecountry' => { 392 => 'sfID' },
- 'applicationkeystring' => { 138 => 0x400 },
- 'applicationnotes' => { 119 => 0x2bc, 345 => 0x2bc },
- 'applicationrecordversion' => { 131 => 0x0 },
- 'applyshootingmeteringmode' => { 84 => 0x10e },
- 'approved' => { 508 => 'Approved' },
- 'approvedby' => { 508 => 'ApprovedBy' },
- 'approximatefnumber' => { 335 => 0x313, 342 => 0x3406 },
- 'approximatefocusdistance' => { 497 => 'ApproximateFocusDistance' },
- 'appversion' => { 512 => 'AppVersion' },
- 'aps-csizecapture' => { 459 => 0x114, 460 => [0x114,0x1eb,0x1ee,0x21a,0x21c] },
- 'aquahsl' => { 103 => 0x20914 },
- 'armidentifier' => { 132 => 0x78 },
- 'armversion' => { 132 => 0x7a },
- 'arranger' => { 392 => "\xa9arg", 400 => "\xa9arg" },
- 'arrangerkeywords' => { 400 => "\xa9ark" },
- 'artdirector' => { 392 => "\xa9ard" },
- 'artfilter' => { 317 => 0x529 },
- 'artfiltereffect' => { 317 => 0x52f },
- 'artist' => { 119 => 0x13b, 330 => 'Artist', 345 => 0x13b, 375 => 0x22e, 392 => "\xa9ART", 394 => 'artist', 400 => "\xa9ART", 525 => 'Artist', 529 => 'artist' },
- 'artistid' => { 392 => 'atID' },
- 'artmode' => { 113 => 0x301b },
- 'artmodeparameters' => { 113 => 0x310b },
- 'artwork' => { 394 => 'artwork' },
- 'artworkcircadatecreated' => { 514 => [\'ArtworkOrObject','ArtworkOrObjectAOCircaDateCreated'] },
- 'artworkcontentdescription' => { 514 => [\'ArtworkOrObject','ArtworkOrObjectAOContentDescription'] },
- 'artworkcontributiondescription' => { 514 => [\'ArtworkOrObject','ArtworkOrObjectAOContributionDescription'] },
- 'artworkcopyrightnotice' => { 514 => [\'ArtworkOrObject','ArtworkOrObjectAOCopyrightNotice'] },
- 'artworkcopyrightownerid' => { 514 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerId'] },
- 'artworkcopyrightownername' => { 514 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerName'] },
- 'artworkcreator' => { 514 => [\'ArtworkOrObject','ArtworkOrObjectAOCreator'] },
- 'artworkcreatorid' => { 514 => [\'ArtworkOrObject','ArtworkOrObjectAOCreatorId'] },
- 'artworkdatecreated' => { 514 => [\'ArtworkOrObject','ArtworkOrObjectAODateCreated'] },
- 'artworklicensorid' => { 514 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorId'] },
- 'artworklicensorname' => { 514 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorName'] },
- 'artworkorobject' => { 514 => 'ArtworkOrObject' },
- 'artworkphysicaldescription' => { 514 => [\'ArtworkOrObject','ArtworkOrObjectAOPhysicalDescription'] },
- 'artworksource' => { 514 => [\'ArtworkOrObject','ArtworkOrObjectAOSource'] },
- 'artworksourceinventoryno' => { 514 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvNo'] },
- 'artworksourceinvurl' => { 514 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvURL'] },
- 'artworkstyleperiod' => { 514 => [\'ArtworkOrObject','ArtworkOrObjectAOStylePeriod'] },
- 'artworktitle' => { 514 => [\'ArtworkOrObject','ArtworkOrObjectAOTitle'] },
- 'aspectframe' => { 321 => 0x1113 },
- 'aspectratio' => { 5 => 0x0, 321 => 0x1112, 375 => 0x80, 427 => 0x55, 428 => 0x55, 429 => 0xa, 453 => [0x192c,0x1a88], 454 => 0x192c, 455 => 0x1958, 456 => 0x192c, 457 => 0x188c },
- 'assetid' => { 490 => 'AssetID' },
- 'asshoticcprofile' => { 119 => 0xc68f },
- 'asshotneutral' => { 119 => 0xc628 },
- 'asshotpreprofilematrix' => { 119 => 0xc690 },
- 'asshotprofilename' => { 119 => 0xc6f6 },
- 'asshotwhitexy' => { 119 => 0xc629 },
- 'assignbktbutton' => { 297 => '4.2', 298 => '16.1', 300 => '16.1', 301 => '16.1', 310 => '16.1', 311 => '16.1' },
- 'assignfuncbutton' => { 84 => 0x70b },
- 'assignmb-d17af-onbutton' => { 301 => '79.1' },
- 'assignmb-d17funcbutton' => { 301 => '67.1' },
- 'assignmb-d17funcbuttonplusdials' => { 301 => '68.1' },
- 'assignmb-d18af-onbutton' => { 311 => '79.1' },
- 'assignmb-d18funcbutton' => { 311 => '67.1' },
- 'assignmb-d18funcbuttonplusdials' => { 311 => '68.1' },
- 'assignmoviefunc1buttonplusdials' => { 300 => '75.1', 301 => '75.1', 311 => '75.1' },
- 'assignmoviefunc2button' => { 300 => '82.1', 301 => '82.1', 311 => '82.1' },
- 'assignmoviepreviewbuttonplusdials' => { 300 => '75.2', 301 => '75.2', 311 => '75.2' },
- 'assignmovierecordbutton' => { 298 => '43.2', 310 => '45.1', 313 => 0x9b, 314 => 0x9b, 315 => 0x9b },
- 'assignmovierecordbuttonplusdials' => { 300 => '45.1', 301 => '45.1', 311 => '45.1' },
- 'assignmoviesubselector' => { 300 => '74.1', 301 => '74.1', 311 => '74.1' },
- 'assignmoviesubselectorplusdials' => { 300 => '76.1', 301 => '76.1', 311 => '76.1' },
- 'assignremotefnbutton' => { 298 => '54.1', 310 => '51.1' },
- 'assistbuttonfunction' => { 82 => 0xd },
- 'atcaptureusercrop' => { 138 => 0x943 },
- 'attributionname' => { 498 => 'attributionName' },
- 'attributionurl' => { 498 => 'attributionURL' },
- 'audio' => { 340 => 0x20 },
- 'audiobitrate' => { 67 => 0x6c, 514 => 'audioBitRate' },
- 'audiobitratemode' => { 514 => 'audioBitRateMode' },
- 'audiobitspersample' => { 514 => 'audioBitsPerSample' },
- 'audiobutton' => { 314 => 0x17b, 315 => 0x193 },
- 'audiobuttonplaybackmode' => { 314 => 0x1b9, 315 => 0x1d1 },
- 'audiochannelcount' => { 514 => 'audioChannelCount' },
- 'audiochannels' => { 67 => 0x70 },
- 'audiochanneltype' => { 529 => 'audioChannelType' },
- 'audiocompression' => { 84 => 0x816, 155 => 'Compression' },
- 'audiocompressor' => { 529 => 'audioCompressor' },
- 'audiodata' => { 482 => 'Data' },
- 'audioduration' => { 131 => 0x99 },
- 'audiogain' => { 394 => 'player.movie.audio.gain' },
- 'audiomimetype' => { 482 => 'Mime' },
- 'audiomoddate' => { 529 => 'audioModDate' },
- 'audiooutcue' => { 131 => 0x9a },
- 'audiosamplerate' => { 67 => 0x6e, 529 => 'audioSampleRate' },
- 'audiosampletype' => { 529 => 'audioSampleType' },
- 'audiosamplingrate' => { 131 => 0x97 },
- 'audiosamplingresolution' => { 131 => 0x98 },
- 'audiotype' => { 131 => 0x96 },
- 'author' => { 157 => 'Author', 326 => 'Author', 330 => 'Author', 391 => 'Author', 392 => ['auth',"\xa9aut"], 394 => 'author', 400 => 'auth', 495 => 'author', 516 => 'Author', 527 => 'Author' },
- 'authorsposition' => { 517 => 'AuthorsPosition' },
- 'authorurl' => { 179 => 'WM/AuthorURL' },
- 'autoafpointcolortracking' => { 84 => 0x51c },
+ 'ambientinfrared' => { 405 => 0x5c },
+ 'ambientlight' => { 405 => 0x5e },
+ 'ambienttemperature' => { 121 => 0x9400, 403 => 0x14, 404 => 0x46, 405 => 0x50, 468 => 0x4, 509 => 'Temperature' },
+ 'ambienttemperaturefahrenheit' => { 403 => 0x13, 404 => 0x44, 405 => 0x4e },
+ 'analogbalance' => { 121 => 0xc627 },
+ 'analogcaptureiso' => { 140 => 0x89e },
+ 'analogisotable' => { 140 => 0x89d },
+ 'androidversion' => { 396 => 'com.android.version' },
+ 'angleadj' => { 105 => 0x10003, 111 => 0x8b },
+ 'angleinforoll' => { 498 => 'AngleInfoRoll' },
+ 'angleinfoyaw' => { 498 => 'AngleInfoYaw' },
+ 'anti-blur' => { 442 => 0xb04b },
+ 'antialiasstrength' => { 121 => 0xc632 },
+ 'aperturelock' => { 300 => '38.2', 302 => '38.2', 303 => '38.2', 312 => '38.2', 313 => '38.2', 315 => 0xb8, 316 => 0xb8, 317 => 0xb8 },
+ 'aperturemode' => { 402 => 'apmd' },
+ 'aperturerange' => { 86 => 0x10d },
+ 'apertureringuse' => { 358 => '1.4' },
+ 'aperturesetting' => { 186 => 0x7, 429 => 0x30, 430 => 0x29, 431 => 0x1 },
+ 'aperturevalue' => { 95 => 0x2, 121 => 0x9202, 324 => 0x1002, 386 => 0x401, 508 => 'ApertureValue' },
+ 'appinfo' => { 481 => 'AppInfo' },
+ 'appinfoapplication' => { 481 => [\'AppInfo','AppInfoApplication'] },
+ 'appinfoitemuri' => { 481 => [\'AppInfo','AppInfoItemURI'] },
+ 'appinfoversion' => { 481 => [\'AppInfo','AppInfoVersion'] },
+ 'applekeywords' => { 328 => 'AAPL:Keywords' },
+ 'applephotosvariationidentifier' => { 396 => 'apple.photos.variation-identifier' },
+ 'applestoreaccount' => { 394 => 'apID' },
+ 'applestoreaccounttype' => { 394 => 'akID' },
+ 'applestorecatalogid' => { 394 => 'cnID' },
+ 'applestorecountry' => { 394 => 'sfID' },
+ 'applicationkeystring' => { 140 => 0x400 },
+ 'applicationnotes' => { 121 => 0x2bc, 347 => 0x2bc },
+ 'applicationrecordversion' => { 133 => 0x0 },
+ 'applyshootingmeteringmode' => { 86 => 0x10e },
+ 'approved' => { 510 => 'Approved' },
+ 'approvedby' => { 510 => 'ApprovedBy' },
+ 'approximatefnumber' => { 337 => 0x313, 344 => 0x3406 },
+ 'approximatefocusdistance' => { 499 => 'ApproximateFocusDistance' },
+ 'appversion' => { 514 => 'AppVersion' },
+ 'aps-csizecapture' => { 461 => 0x114, 462 => [0x114,0x1eb,0x1ee,0x21a,0x21c] },
+ 'aquahsl' => { 105 => 0x20914 },
+ 'armidentifier' => { 134 => 0x78 },
+ 'armversion' => { 134 => 0x7a },
+ 'arranger' => { 394 => "\xa9arg", 402 => "\xa9arg" },
+ 'arrangerkeywords' => { 402 => "\xa9ark" },
+ 'artdirector' => { 394 => "\xa9ard" },
+ 'artfilter' => { 319 => 0x529 },
+ 'artfiltereffect' => { 319 => 0x52f },
+ 'artist' => { 121 => 0x13b, 332 => 'Artist', 347 => 0x13b, 377 => 0x22e, 394 => "\xa9ART", 396 => 'artist', 402 => "\xa9ART", 527 => 'Artist', 531 => 'artist' },
+ 'artistid' => { 394 => 'atID' },
+ 'artmode' => { 115 => 0x301b },
+ 'artmodeparameters' => { 115 => 0x310b },
+ 'artwork' => { 396 => 'artwork' },
+ 'artworkcircadatecreated' => { 516 => [\'ArtworkOrObject','ArtworkOrObjectAOCircaDateCreated'] },
+ 'artworkcontentdescription' => { 516 => [\'ArtworkOrObject','ArtworkOrObjectAOContentDescription'] },
+ 'artworkcontributiondescription' => { 516 => [\'ArtworkOrObject','ArtworkOrObjectAOContributionDescription'] },
+ 'artworkcopyrightnotice' => { 516 => [\'ArtworkOrObject','ArtworkOrObjectAOCopyrightNotice'] },
+ 'artworkcopyrightownerid' => { 516 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerId'] },
+ 'artworkcopyrightownername' => { 516 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerName'] },
+ 'artworkcreator' => { 516 => [\'ArtworkOrObject','ArtworkOrObjectAOCreator'] },
+ 'artworkcreatorid' => { 516 => [\'ArtworkOrObject','ArtworkOrObjectAOCreatorId'] },
+ 'artworkdatecreated' => { 516 => [\'ArtworkOrObject','ArtworkOrObjectAODateCreated'] },
+ 'artworklicensorid' => { 516 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorId'] },
+ 'artworklicensorname' => { 516 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorName'] },
+ 'artworkorobject' => { 516 => 'ArtworkOrObject' },
+ 'artworkphysicaldescription' => { 516 => [\'ArtworkOrObject','ArtworkOrObjectAOPhysicalDescription'] },
+ 'artworksource' => { 516 => [\'ArtworkOrObject','ArtworkOrObjectAOSource'] },
+ 'artworksourceinventoryno' => { 516 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvNo'] },
+ 'artworksourceinvurl' => { 516 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvURL'] },
+ 'artworkstyleperiod' => { 516 => [\'ArtworkOrObject','ArtworkOrObjectAOStylePeriod'] },
+ 'artworktitle' => { 516 => [\'ArtworkOrObject','ArtworkOrObjectAOTitle'] },
+ 'aspectframe' => { 323 => 0x1113 },
+ 'aspectratio' => { 5 => 0x0, 323 => 0x1112, 377 => 0x80, 429 => 0x55, 430 => 0x55, 431 => 0xa, 455 => [0x192c,0x1a88], 456 => 0x192c, 457 => 0x1958, 458 => 0x192c, 459 => 0x188c },
+ 'assetid' => { 492 => 'AssetID' },
+ 'asshoticcprofile' => { 121 => 0xc68f },
+ 'asshotneutral' => { 121 => 0xc628 },
+ 'asshotpreprofilematrix' => { 121 => 0xc690 },
+ 'asshotprofilename' => { 121 => 0xc6f6 },
+ 'asshotwhitexy' => { 121 => 0xc629 },
+ 'assignbktbutton' => { 299 => '4.2', 300 => '16.1', 302 => '16.1', 303 => '16.1', 312 => '16.1', 313 => '16.1' },
+ 'assignfuncbutton' => { 86 => 0x70b },
+ 'assignmb-d17af-onbutton' => { 303 => '79.1' },
+ 'assignmb-d17funcbutton' => { 303 => '67.1' },
+ 'assignmb-d17funcbuttonplusdials' => { 303 => '68.1' },
+ 'assignmb-d18af-onbutton' => { 313 => '79.1' },
+ 'assignmb-d18funcbutton' => { 313 => '67.1' },
+ 'assignmb-d18funcbuttonplusdials' => { 313 => '68.1' },
+ 'assignmoviefunc1buttonplusdials' => { 302 => '75.1', 303 => '75.1', 313 => '75.1' },
+ 'assignmoviefunc2button' => { 302 => '82.1', 303 => '82.1', 313 => '82.1' },
+ 'assignmoviepreviewbuttonplusdials' => { 302 => '75.2', 303 => '75.2', 313 => '75.2' },
+ 'assignmovierecordbutton' => { 300 => '43.2', 312 => '45.1', 315 => 0x9b, 316 => 0x9b, 317 => 0x9b },
+ 'assignmovierecordbuttonplusdials' => { 302 => '45.1', 303 => '45.1', 313 => '45.1' },
+ 'assignmoviesubselector' => { 302 => '74.1', 303 => '74.1', 313 => '74.1' },
+ 'assignmoviesubselectorplusdials' => { 302 => '76.1', 303 => '76.1', 313 => '76.1' },
+ 'assignremotefnbutton' => { 300 => '54.1', 312 => '51.1' },
+ 'assistbuttonfunction' => { 84 => 0xd },
+ 'atcaptureusercrop' => { 140 => 0x943 },
+ 'attributionname' => { 500 => 'attributionName' },
+ 'attributionurl' => { 500 => 'attributionURL' },
+ 'audio' => { 342 => 0x20 },
+ 'audiobitrate' => { 68 => 0x6c, 516 => 'audioBitRate' },
+ 'audiobitratemode' => { 516 => 'audioBitRateMode' },
+ 'audiobitspersample' => { 516 => 'audioBitsPerSample' },
+ 'audiobutton' => { 316 => 0x17b, 317 => 0x193 },
+ 'audiobuttonplaybackmode' => { 316 => 0x1b9, 317 => 0x1d1 },
+ 'audiochannelcount' => { 516 => 'audioChannelCount' },
+ 'audiochannels' => { 68 => 0x70 },
+ 'audiochanneltype' => { 531 => 'audioChannelType' },
+ 'audiocompression' => { 86 => 0x816, 157 => 'Compression' },
+ 'audiocompressor' => { 531 => 'audioCompressor' },
+ 'audiodata' => { 484 => 'Data' },
+ 'audioduration' => { 133 => 0x99 },
+ 'audiogain' => { 396 => 'player.movie.audio.gain' },
+ 'audiomimetype' => { 484 => 'Mime' },
+ 'audiomoddate' => { 531 => 'audioModDate' },
+ 'audiooutcue' => { 133 => 0x9a },
+ 'audiosamplerate' => { 68 => 0x6e, 531 => 'audioSampleRate' },
+ 'audiosampletype' => { 531 => 'audioSampleType' },
+ 'audiosamplingrate' => { 133 => 0x97 },
+ 'audiosamplingresolution' => { 133 => 0x98 },
+ 'audiotype' => { 133 => 0x96 },
+ 'author' => { 159 => 'Author', 328 => 'Author', 332 => 'Author', 393 => 'Author', 394 => ['auth',"\xa9aut"], 396 => 'author', 402 => 'auth', 497 => 'author', 518 => 'Author', 529 => 'Author' },
+ 'authorsposition' => { 519 => 'AuthorsPosition' },
+ 'authorurl' => { 181 => 'WM/AuthorURL' },
+ 'autoafpointcolortracking' => { 86 => 0x51c },
'autoafpointseleositraf' => { 2 => 0xa },
- 'autoaperture' => { 366 => '0.1' },
- 'autobracket' => { 417 => 0x19 },
- 'autobracketing' => { 127 => 0x1100, 375 => 0x18, 407 => 0x1007 },
- 'autobracketingmode' => { 309 => '12.3' },
- 'autobracketingset' => { 309 => '12.1' },
- 'autobracketmodem' => { 297 => '21.2', 298 => '13.3', 300 => '13.2', 301 => '13.2', 306 => '26.2', 310 => '13.3', 311 => '13.2', 313 => 0x5f, 314 => 0x5f, 315 => 0x5f },
- 'autobracketorder' => { 184 => 0x43, 297 => '21.3', 298 => '13.2', 300 => '13.1', 301 => '13.1', 306 => '26.3', 307 => '12.2', 308 => '2.2', 309 => '12.2', 310 => '13.2', 311 => '13.1', 312 => '13.2', 313 => 0x61, 314 => 0x61, 315 => 0x61 },
- 'autobracketset' => { 297 => '21.1', 298 => '13.1', 302 => '11.1', 303 => '12.1', 304 => '12.1', 306 => '26.1', 307 => '12.1', 308 => '2.1', 310 => '13.1', 312 => '13.1' },
- 'autobrightness' => { 500 => 'AutoBrightness', 502 => 'AutoBrightness' },
- 'autocapturecriteria' => { 196 => 0x1 },
- 'autocapturecriteriamotiondirection' => { 196 => 0x5f },
- 'autocapturecriteriamotionsize' => { 196 => 0x64 },
- 'autocapturecriteriamotionspeed' => { 196 => 0x63 },
- 'autocapturecriteriasubjectsize' => { 196 => 0x69 },
- 'autocapturecriteriasubjecttype' => { 196 => 0x6a },
- 'autocapturedframe' => { 196 => 0x0 },
- 'autocapturedistancefar' => { 196 => 0x4a },
- 'autocapturedistancenear' => { 196 => 0x4e },
- 'autocapturepreset' => { 242 => 0x746 },
- 'autocapturerecordingtime' => { 196 => 0x37 },
- 'autocapturewaittime' => { 196 => 0x38 },
- 'autocontrast' => { 500 => 'AutoContrast', 502 => 'AutoContrast' },
- 'autodistortioncontrol' => { 209 => 0x4, 238 => 0x143 },
- 'autodynamicrange' => { 127 => 0x140b },
- 'autoexposure' => { 500 => 'AutoExposure', 502 => 'AutoExposure' },
- 'autoexposurebracketing' => { 77 => 0x10 },
- 'autoflashisosensitivity' => { 300 => '38.5', 301 => '38.5', 311 => '38.5', 313 => 0x5b, 314 => 0x5b, 315 => 0x5b },
- 'autofocus' => { 320 => 0x209 },
- 'autofocusmoderestrictions' => { 313 => 0x107, 314 => 0x107, 315 => 0x11d },
- 'autofp' => { 308 => '7.3', 312 => '31.4' },
- 'autoiso' => { 77 => 0x1, 113 => 0x3008, 239 => 0x152, 240 => 0x142, 241 => 0x156, 242 => 0x156, 299 => '1.1', 308 => '1.1' },
- 'autoisomax' => { 299 => '1.2', 308 => '1.2' },
- 'autoisominshutterspeed' => { 299 => '1.3', 308 => '1.3' },
- 'autolateralca' => { 500 => 'AutoLateralCA', 502 => 'AutoLateralCA' },
- 'autolightingoptimizer' => { 16 => 0xbe, 17 => 0xbf, 20 => 0xbf, 62 => 0x2, 84 => 0x204, 103 => 0x20500, 109 => 0x6f },
- 'autolightingoptimizeron' => { 103 => '0x20500.0', 109 => 0x6e },
- 'autoportraitframed' => { 440 => 0x2016 },
- 'autoredeye' => { 290 => 0xfe28a44f },
- 'autorotate' => { 77 => 0x1b },
- 'autoshadows' => { 500 => 'AutoShadows', 502 => 'AutoShadows' },
- 'autotone' => { 500 => 'AutoTone', 502 => 'AutoTone' },
- 'autotonedigest' => { 500 => 'AutoToneDigest', 502 => 'AutoToneDigest' },
- 'autotonedigestnosat' => { 500 => 'AutoToneDigestNoSat', 502 => 'AutoToneDigestNoSat' },
- 'autowhiteversion' => { 500 => 'AutoWhiteVersion', 502 => 'AutoWhiteVersion' },
- 'auxiliarylens' => { 234 => 0x82 },
- 'avaperturesetting' => { 356 => 0x13 },
- 'averageblacklevel' => { 45 => 0xe7, 47 => 0xfb, 48 => 0x114, 49 => 0x146 },
- 'averagelv' => { 187 => 0x38 },
- 'avsettingwithoutlens' => { 84 => 0x707 },
- 'azimuth' => { 165 => 'Azimuth' },
- 'babyage' => { 340 => [0x8010,0x33] },
- 'babyname' => { 340 => 0x66 },
- 'backgroundalpha' => { 524 => 'bgalpha' },
- 'balance' => { 394 => 'player.movie.audio.balance' },
- 'baseexposurecompensation' => { 356 => 0x15 },
- 'baseiso' => { 77 => 0x2, 97 => 0x101c, 138 => 0x903, 342 => 0x312a, 472 => 0x6 },
- 'baseisodaylight' => { 138 => 0x910 },
- 'baseisoflash' => { 138 => 0x913 },
- 'baseisofluorescent' => { 138 => 0x912 },
- 'baseisotungsten' => { 138 => 0x911 },
- 'baselineexposure' => { 119 => 0xc62a },
- 'baselineexposureoffset' => { 119 => 0xc7a5 },
- 'baselinenoise' => { 119 => 0xc62b },
- 'baselinesharpness' => { 119 => 0xc62c },
- 'baserenditionishdr' => { 511 => 'BaseRenditionIsHDR' },
- 'baseurl' => { 527 => 'BaseURL' },
- 'bass' => { 394 => 'player.movie.audio.bass' },
- 'batterylevel' => { 340 => 0x38, 427 => 0x51, 431 => 0xc, 432 => 0x4, 433 => 0x4, 473 => [0x5,0x7] },
- 'batterylevelgrip1' => { 473 => 0x6 },
- 'batterylevelgrip2' => { 473 => 0x8 },
- 'batteryorder' => { 297 => '12.5', 306 => '13.2', 307 => '2.1', 310 => '3.1' },
- 'batterystate' => { 184 => 0x60, 427 => 0x50, 433 => 0x14 },
- 'batterytemperature' => { 431 => 0x1, 433 => 0x2, 473 => 0x5 },
- 'batterytype' => { 64 => 0x38, 403 => 0x66 },
- 'batteryunknown' => { 431 => 0x2, 433 => 0x0 },
- 'batteryvoltage' => { 138 => 0x408, 401 => 0x2a, 402 => 0x49, 403 => 0x62, 431 => 0x8 },
- 'batteryvoltage1' => { 433 => 0x6 },
- 'batteryvoltage2' => { 433 => 0x8 },
- 'batteryvoltageavg' => { 403 => 0x64 },
- 'bayergreensplit' => { 119 => 0xc62d },
- 'bayerpattern' => { 137 => 0xf902, 188 => 0x17 },
- 'beatsperminute' => { 392 => 'tmpo' },
- 'beatspliceparams' => { 529 => 'beatSpliceParams' },
- 'beatspliceparamsriseindecibel' => { 529 => [\'beatSpliceParams','beatSpliceParamsRiseInDecibel'] },
- 'beatspliceparamsriseintimeduration' => { 529 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDuration'] },
- 'beatspliceparamsriseintimedurationscale' => { 529 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationScale'] },
- 'beatspliceparamsriseintimedurationvalue' => { 529 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationValue'] },
- 'beatspliceparamsusefilebeatsmarker' => { 529 => [\'beatSpliceParams','beatSpliceParamsUseFileBeatsMarker'] },
- 'beep' => { 297 => '13.1', 298 => '5.4', 299 => '0.1', 302 => '2.1', 303 => '3.1', 304 => '3.1', 306 => '10.1', 308 => '0.1', 310 => '5.5', 312 => '4.1' },
- 'beeppitch' => { 307 => '3.1' },
- 'beepvolume' => { 307 => '4.5' },
- 'bestqualityscale' => { 119 => 0xc65c },
- 'bestshotmode' => { 113 => 0x3007 },
- 'bitdepth' => { 162 => 'BitDepth', 188 => 0x11, 257 => 0x41 },
- 'bitspercomponent' => { 133 => 0x87 },
- 'bitspersample' => { 119 => 0x102, 345 => 0xa, 525 => 'BitsPerSample' },
- 'blackacquirerows' => { 138 => 0x18ba },
- 'blacklevel' => { 119 => [0x7310,0xc61a], 207 => 0x20, 234 => 0x3d, 322 => [0x401,0x1012], 384 => 0x21d, 447 => [0x7300,0x7310] },
- 'blacklevel2' => { 321 => 0x600, 325 => 0x600 },
- 'blacklevelblue' => { 345 => 0x1e },
- 'blacklevelbottom' => { 138 => 0x3f0 },
- 'blackleveldata' => { 384 => 0x223 },
- 'blackleveldeltah' => { 119 => 0xc61b },
- 'blackleveldeltav' => { 119 => 0xc61c },
- 'blacklevelgreen' => { 345 => 0x1d },
- 'blacklevelred' => { 345 => 0x1c },
- 'blacklevelrepeatdim' => { 119 => 0xc619 },
- 'blacklevelrough' => { 138 => 0x40e },
- 'blacklevelroughafter' => { 138 => 0x416 },
- 'blacklevels' => { 35 => 0x1d },
- 'blackleveltop' => { 138 => 0x3ef },
- 'blackpoint' => { 375 => 0x200 },
- 'blacks2012' => { 500 => 'Blacks2012', 502 => 'Blacks2012' },
- 'blacksadj' => { 476 => 0x9018 },
- 'bleachbypasstoning' => { 375 => 0x7f },
- 'blockshotafresponse' => { 300 => '1.5', 301 => '1.5', 311 => '1.5', 313 => 0x7, 314 => 0x7, 315 => 0x7 },
- 'blogtitle' => { 519 => 'blogTitle' },
- 'blogurl' => { 519 => 'blogURL' },
- 'bluebalance' => { 322 => 0x1018, 345 => 0x12, 375 => 0x1b },
- 'bluecurvelimits' => { 108 => 0x1fe },
- 'bluecurvepoints' => { 107 => 0x79, 108 => 0x1d4 },
- 'bluehsl' => { 103 => 0x20915 },
- 'bluehue' => { 500 => 'BlueHue', 502 => 'BlueHue' },
- 'bluesaturation' => { 500 => 'BlueSaturation', 502 => 'BlueSaturation' },
- 'bluratinfinity' => { 486 => 'BlurAtInfinity' },
- 'blurcontrol' => { 375 => 0x82 },
- 'blurwarning' => { 127 => 0x1300 },
- 'bodybatteryadload' => { 354 => 0x3 },
- 'bodybatteryadnoload' => { 354 => 0x2 },
- 'bodybatterystate' => { 354 => '1.1' },
- 'bodybatteryvoltage1' => { 354 => 0x2 },
- 'bodybatteryvoltage2' => { 354 => 0x4 },
- 'bodybatteryvoltage3' => { 354 => 0x6 },
- 'bodybatteryvoltage4' => { 354 => 0x8 },
- 'bodyfirmware' => { 408 => 0x0 },
- 'bodyfirmwareversion' => { 318 => 0x104, 319 => 0x100, 322 => 0x104 },
- 'bodyserialnumber' => { 408 => 0x10 },
- 'bookedition' => { 519 => 'bookEdition' },
- 'bootloaderversion' => { 402 => 0x26 },
- 'bracketbutton' => { 242 => 0x80c },
- 'bracketbuttonplaybackmode' => { 242 => 0x816 },
- 'bracketincrement' => { 239 => 0x22e, 240 => 0x21a, 241 => 0x22e, 242 => 0x22e },
- 'bracketmode' => { 57 => 0x3 },
- 'bracketprogram' => { 239 => 0x22c, 240 => 0x218, 241 => 0x22c, 242 => 0x22c },
- 'bracketsequence' => { 113 => 0x301d },
- 'bracketset' => { 239 => 0x22a, 240 => 0x216, 241 => 0x22a, 242 => 0x22a },
- 'bracketsettings' => { 340 => 0x45 },
- 'bracketshotnumber' => { 57 => 0x5, 356 => 0x9, 438 => 0x2b },
- 'bracketshotnumber2' => { 438 => 0x2d },
- 'bracketstep' => { 181 => 0xe },
- 'bracketvalue' => { 57 => 0x4 },
- 'brightness' => { 119 => 0xfe53, 156 => 'Brightness', 176 => 'Brightness', 181 => 0x2c, 249 => 0x34, 250 => 0x39, 251 => 0x41, 394 => 'player.movie.visual.brightness', 401 => 0x25, 403 => 0x54, 427 => 0x22, 440 => 0x2007, 500 => 'Brightness', 502 => 'Brightness' },
- 'brightnessadj' => { 108 => 0x114, 283 => 0x0, 293 => 0x2d, 476 => 0x8018 },
- 'brightnessvalue' => { 119 => 0x9203, 187 => [0x691,0x49c3], 322 => 0x1003, 445 => 0x1e, 449 => 0x1140, 450 => 0x1140, 451 => 0x111c, 452 => 0x1198, 453 => 0x1174, 454 => 0x102c, 455 => 0x224, 456 => 0x224, 457 => 0x219, 506 => 'BrightnessValue' },
- 'buildnumber' => { 191 => 0x5500 },
- 'bulbduration' => { 77 => 0x18 },
- 'burstcount' => { 138 => 0x40d },
- 'burstgroupid' => { 236 => 0x4 },
- 'burstid' => { 483 => 'BurstID' },
- 'burstmode' => { 140 => 0xa, 340 => 0x2a },
- 'burstmode2' => { 140 => 0x18 },
- 'burstprimary' => { 483 => 'BurstPrimary' },
- 'burstshot' => { 417 => 0x34 },
- 'burstspeed' => { 340 => 0x77 },
+ 'autoaperture' => { 368 => '0.1' },
+ 'autobracket' => { 419 => 0x19 },
+ 'autobracketing' => { 129 => 0x1100, 377 => 0x18, 409 => 0x1007 },
+ 'autobracketingmode' => { 311 => '12.3' },
+ 'autobracketingset' => { 311 => '12.1' },
+ 'autobracketmodem' => { 299 => '21.2', 300 => '13.3', 302 => '13.2', 303 => '13.2', 308 => '26.2', 312 => '13.3', 313 => '13.2', 315 => 0x5f, 316 => 0x5f, 317 => 0x5f },
+ 'autobracketorder' => { 186 => 0x43, 299 => '21.3', 300 => '13.2', 302 => '13.1', 303 => '13.1', 308 => '26.3', 309 => '12.2', 310 => '2.2', 311 => '12.2', 312 => '13.2', 313 => '13.1', 314 => '13.2', 315 => 0x61, 316 => 0x61, 317 => 0x61 },
+ 'autobracketset' => { 299 => '21.1', 300 => '13.1', 304 => '11.1', 305 => '12.1', 306 => '12.1', 308 => '26.1', 309 => '12.1', 310 => '2.1', 312 => '13.1', 314 => '13.1' },
+ 'autobrightness' => { 502 => 'AutoBrightness', 504 => 'AutoBrightness' },
+ 'autocapturecriteria' => { 198 => 0x1 },
+ 'autocapturecriteriamotiondirection' => { 198 => 0x5f },
+ 'autocapturecriteriamotionsize' => { 198 => 0x64 },
+ 'autocapturecriteriamotionspeed' => { 198 => 0x63 },
+ 'autocapturecriteriasubjectsize' => { 198 => 0x69 },
+ 'autocapturecriteriasubjecttype' => { 198 => 0x6a },
+ 'autocapturedframe' => { 198 => 0x0 },
+ 'autocapturedistancefar' => { 198 => 0x4a },
+ 'autocapturedistancenear' => { 198 => 0x4e },
+ 'autocapturepreset' => { 244 => 0x746 },
+ 'autocapturerecordingtime' => { 198 => 0x37 },
+ 'autocapturewaittime' => { 198 => 0x38 },
+ 'autocontrast' => { 502 => 'AutoContrast', 504 => 'AutoContrast' },
+ 'autodistortioncontrol' => { 211 => 0x4, 240 => 0x143 },
+ 'autodynamicrange' => { 129 => 0x140b },
+ 'autoexposure' => { 502 => 'AutoExposure', 504 => 'AutoExposure' },
+ 'autoexposurebracketing' => { 78 => 0x10 },
+ 'autoflashisosensitivity' => { 302 => '38.5', 303 => '38.5', 313 => '38.5', 315 => 0x5b, 316 => 0x5b, 317 => 0x5b },
+ 'autofocus' => { 322 => 0x209 },
+ 'autofocusmoderestrictions' => { 315 => 0x107, 316 => 0x107, 317 => 0x11d },
+ 'autofp' => { 310 => '7.3', 314 => '31.4' },
+ 'autoiso' => { 78 => 0x1, 115 => 0x3008, 241 => 0x152, 242 => 0x142, 243 => 0x156, 244 => 0x156, 301 => '1.1', 310 => '1.1' },
+ 'autoisomax' => { 301 => '1.2', 310 => '1.2' },
+ 'autoisominshutterspeed' => { 301 => '1.3', 310 => '1.3' },
+ 'autolateralca' => { 502 => 'AutoLateralCA', 504 => 'AutoLateralCA' },
+ 'autolightingoptimizer' => { 16 => 0xbe, 17 => 0xbf, 20 => 0xbf, 63 => 0x2, 86 => 0x204, 105 => 0x20500, 111 => 0x6f },
+ 'autolightingoptimizeron' => { 105 => '0x20500.0', 111 => 0x6e },
+ 'autoportraitframed' => { 442 => 0x2016 },
+ 'autoredeye' => { 292 => 0xfe28a44f },
+ 'autorotate' => { 78 => 0x1b },
+ 'autoshadows' => { 502 => 'AutoShadows', 504 => 'AutoShadows' },
+ 'autotone' => { 502 => 'AutoTone', 504 => 'AutoTone' },
+ 'autotonedigest' => { 502 => 'AutoToneDigest', 504 => 'AutoToneDigest' },
+ 'autotonedigestnosat' => { 502 => 'AutoToneDigestNoSat', 504 => 'AutoToneDigestNoSat' },
+ 'autowhiteversion' => { 502 => 'AutoWhiteVersion', 504 => 'AutoWhiteVersion' },
+ 'auxiliarylens' => { 236 => 0x82 },
+ 'avaperturesetting' => { 358 => 0x13 },
+ 'averageblacklevel' => { 46 => 0xe7, 48 => 0xfb, 49 => 0x114, 50 => 0x146 },
+ 'averagelv' => { 189 => 0x38 },
+ 'avsettingwithoutlens' => { 86 => 0x707 },
+ 'azimuth' => { 167 => 'Azimuth' },
+ 'babyage' => { 342 => [0x8010,0x33] },
+ 'babyname' => { 342 => 0x66 },
+ 'backgroundalpha' => { 526 => 'bgalpha' },
+ 'balance' => { 396 => 'player.movie.audio.balance' },
+ 'baseexposurecompensation' => { 358 => 0x15 },
+ 'baseiso' => { 78 => 0x2, 99 => 0x101c, 140 => 0x903, 344 => 0x312a, 474 => 0x6 },
+ 'baseisodaylight' => { 140 => 0x910 },
+ 'baseisoflash' => { 140 => 0x913 },
+ 'baseisofluorescent' => { 140 => 0x912 },
+ 'baseisotungsten' => { 140 => 0x911 },
+ 'baselineexposure' => { 121 => 0xc62a },
+ 'baselineexposureoffset' => { 121 => 0xc7a5 },
+ 'baselinenoise' => { 121 => 0xc62b },
+ 'baselinesharpness' => { 121 => 0xc62c },
+ 'baserenditionishdr' => { 513 => 'BaseRenditionIsHDR' },
+ 'baseurl' => { 529 => 'BaseURL' },
+ 'bass' => { 396 => 'player.movie.audio.bass' },
+ 'batterylevel' => { 342 => 0x38, 429 => 0x51, 433 => 0xc, 434 => 0x4, 435 => 0x4, 475 => [0x5,0x7] },
+ 'batterylevelgrip1' => { 475 => 0x6 },
+ 'batterylevelgrip2' => { 475 => 0x8 },
+ 'batteryorder' => { 299 => '12.5', 308 => '13.2', 309 => '2.1', 312 => '3.1' },
+ 'batterystate' => { 186 => 0x60, 429 => 0x50, 435 => 0x14 },
+ 'batterytemperature' => { 433 => 0x1, 435 => 0x2, 475 => 0x5 },
+ 'batterytype' => { 65 => 0x38, 405 => 0x66 },
+ 'batteryunknown' => { 433 => 0x2, 435 => 0x0 },
+ 'batteryvoltage' => { 140 => 0x408, 403 => 0x2a, 404 => 0x49, 405 => 0x62, 433 => 0x8 },
+ 'batteryvoltage1' => { 435 => 0x6 },
+ 'batteryvoltage2' => { 435 => 0x8 },
+ 'batteryvoltageavg' => { 405 => 0x64 },
+ 'bayergreensplit' => { 121 => 0xc62d },
+ 'bayerpattern' => { 139 => 0xf902, 190 => 0x17 },
+ 'beatsperminute' => { 394 => 'tmpo' },
+ 'beatspliceparams' => { 531 => 'beatSpliceParams' },
+ 'beatspliceparamsriseindecibel' => { 531 => [\'beatSpliceParams','beatSpliceParamsRiseInDecibel'] },
+ 'beatspliceparamsriseintimeduration' => { 531 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDuration'] },
+ 'beatspliceparamsriseintimedurationscale' => { 531 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationScale'] },
+ 'beatspliceparamsriseintimedurationvalue' => { 531 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationValue'] },
+ 'beatspliceparamsusefilebeatsmarker' => { 531 => [\'beatSpliceParams','beatSpliceParamsUseFileBeatsMarker'] },
+ 'beep' => { 299 => '13.1', 300 => '5.4', 301 => '0.1', 304 => '2.1', 305 => '3.1', 306 => '3.1', 308 => '10.1', 310 => '0.1', 312 => '5.5', 314 => '4.1' },
+ 'beeppitch' => { 309 => '3.1' },
+ 'beepvolume' => { 309 => '4.5' },
+ 'bestqualityscale' => { 121 => 0xc65c },
+ 'bestshotmode' => { 115 => 0x3007 },
+ 'bitdepth' => { 164 => 'BitDepth', 190 => 0x11, 259 => 0x41 },
+ 'bitspercomponent' => { 135 => 0x87 },
+ 'bitspersample' => { 121 => 0x102, 347 => 0xa, 527 => 'BitsPerSample' },
+ 'blackacquirerows' => { 140 => 0x18ba },
+ 'blacklevel' => { 121 => [0x7310,0xc61a], 209 => 0x20, 236 => 0x3d, 324 => [0x401,0x1012], 386 => 0x21d, 449 => [0x7300,0x7310] },
+ 'blacklevel2' => { 323 => 0x600, 327 => 0x600 },
+ 'blacklevelblue' => { 347 => 0x1e },
+ 'blacklevelbottom' => { 140 => 0x3f0 },
+ 'blackleveldata' => { 386 => 0x223 },
+ 'blackleveldeltah' => { 121 => 0xc61b },
+ 'blackleveldeltav' => { 121 => 0xc61c },
+ 'blacklevelgreen' => { 347 => 0x1d },
+ 'blacklevelred' => { 347 => 0x1c },
+ 'blacklevelrepeatdim' => { 121 => 0xc619 },
+ 'blacklevelrough' => { 140 => 0x40e },
+ 'blacklevelroughafter' => { 140 => 0x416 },
+ 'blacklevels' => { 36 => 0x1d },
+ 'blackleveltop' => { 140 => 0x3ef },
+ 'blackpoint' => { 377 => 0x200 },
+ 'blacks2012' => { 502 => 'Blacks2012', 504 => 'Blacks2012' },
+ 'blacksadj' => { 478 => 0x9018 },
+ 'bleachbypasstoning' => { 377 => 0x7f },
+ 'blockshotafresponse' => { 302 => '1.5', 303 => '1.5', 313 => '1.5', 315 => 0x7, 316 => 0x7, 317 => 0x7 },
+ 'blogtitle' => { 521 => 'blogTitle' },
+ 'blogurl' => { 521 => 'blogURL' },
+ 'bluebalance' => { 324 => 0x1018, 347 => 0x12, 377 => 0x1b },
+ 'bluecurvelimits' => { 110 => 0x1fe },
+ 'bluecurvepoints' => { 109 => 0x79, 110 => 0x1d4 },
+ 'bluehsl' => { 105 => 0x20915 },
+ 'bluehue' => { 502 => 'BlueHue', 504 => 'BlueHue' },
+ 'bluesaturation' => { 502 => 'BlueSaturation', 504 => 'BlueSaturation' },
+ 'bluratinfinity' => { 488 => 'BlurAtInfinity' },
+ 'blurcontrol' => { 377 => 0x82 },
+ 'blurwarning' => { 129 => 0x1300 },
+ 'bodybatteryadload' => { 356 => 0x3 },
+ 'bodybatteryadnoload' => { 356 => 0x2 },
+ 'bodybatterystate' => { 356 => '1.1' },
+ 'bodybatteryvoltage1' => { 356 => 0x2 },
+ 'bodybatteryvoltage2' => { 356 => 0x4 },
+ 'bodybatteryvoltage3' => { 356 => 0x6 },
+ 'bodybatteryvoltage4' => { 356 => 0x8 },
+ 'bodyfirmware' => { 410 => 0x0 },
+ 'bodyfirmwareversion' => { 320 => 0x104, 321 => 0x100, 324 => 0x104 },
+ 'bodyserialnumber' => { 410 => 0x10 },
+ 'bookedition' => { 521 => 'bookEdition' },
+ 'bootloaderversion' => { 404 => 0x26 },
+ 'bracketbutton' => { 244 => 0x80c },
+ 'bracketbuttonplaybackmode' => { 244 => 0x816 },
+ 'bracketincrement' => { 241 => 0x22e, 242 => 0x21a, 243 => 0x22e, 244 => 0x22e },
+ 'bracketmode' => { 58 => 0x3 },
+ 'bracketprogram' => { 241 => 0x22c, 242 => 0x218, 243 => 0x22c, 244 => 0x22c },
+ 'bracketsequence' => { 115 => 0x301d },
+ 'bracketset' => { 241 => 0x22a, 242 => 0x216, 243 => 0x22a, 244 => 0x22a },
+ 'bracketsettings' => { 342 => 0x45 },
+ 'bracketshotnumber' => { 58 => 0x5, 358 => 0x9, 440 => 0x2b },
+ 'bracketshotnumber2' => { 440 => 0x2d },
+ 'bracketstep' => { 183 => 0xe },
+ 'bracketvalue' => { 58 => 0x4 },
+ 'brightness' => { 121 => 0xfe53, 158 => 'Brightness', 178 => 'Brightness', 183 => 0x2c, 251 => 0x34, 252 => 0x39, 253 => 0x41, 396 => 'player.movie.visual.brightness', 403 => 0x25, 405 => 0x54, 429 => 0x22, 442 => 0x2007, 502 => 'Brightness', 504 => 'Brightness' },
+ 'brightnessadj' => { 110 => 0x114, 285 => 0x0, 295 => 0x2d, 478 => 0x8018 },
+ 'brightnessvalue' => { 121 => 0x9203, 189 => [0x691,0x49c3], 324 => 0x1003, 447 => 0x1e, 451 => 0x1140, 452 => 0x1140, 453 => 0x111c, 454 => 0x1198, 455 => 0x1174, 456 => 0x102c, 457 => 0x224, 458 => 0x224, 459 => 0x219, 508 => 'BrightnessValue' },
+ 'buildnumber' => { 193 => 0x5500 },
+ 'bulbduration' => { 78 => 0x18 },
+ 'burstcount' => { 140 => 0x40d },
+ 'burstgroupid' => { 238 => 0x4 },
+ 'burstid' => { 485 => 'BurstID' },
+ 'burstmode' => { 142 => 0xa, 342 => 0x2a },
+ 'burstmode2' => { 142 => 0x18 },
+ 'burstprimary' => { 485 => 'BurstPrimary' },
+ 'burstshot' => { 419 => 0x34 },
+ 'burstspeed' => { 342 => 0x77 },
'burstuuid' => { 1 => 0xb },
- 'buttonfunctioncontroloff' => { 84 => 0x70a },
- 'bwadjustment' => { 127 => 0x1049 },
- 'bwfilter' => { 181 => 0x2a, 189 => 0x39 },
- 'bwmagentagreen' => { 127 => 0x104b },
- 'bwmode' => { 322 => 0x203 },
- 'by-line' => { 131 => 0x50 },
- 'by-linetitle' => { 131 => 0x55 },
- 'bytecount' => { 519 => 'byteCount' },
- 'c14configuration' => { 138 => 0x1964 },
- 'cacheversion' => { 119 => 0xc7aa },
- 'calibratedfocallength' => { 116 => 'CalibratedFocalLength' },
- 'calibratedopticalcenterx' => { 116 => 'CalibratedOpticalCenterX' },
- 'calibratedopticalcentery' => { 116 => 'CalibratedOpticalCenterY' },
- 'calibration' => { 417 => [0x24,0x30] },
- 'calibrationhistory' => { 138 => 0x9c9 },
- 'calibrationilluminant1' => { 119 => 0xc65a },
- 'calibrationilluminant2' => { 119 => 0xc65b },
- 'calibrationilluminant3' => { 119 => 0xcd31 },
- 'calibrationversion' => { 138 => 0x9c6 },
- 'callforimage' => { 490 => 'CallForImage' },
- 'camera' => { 479 => [\'Cameras','CamerasCamera'] },
- 'cameraangle' => { 400 => 'angl', 529 => 'cameraAngle' },
- 'cameraappinfo' => { 479 => [\'Cameras','CamerasCameraAppInfo'] },
- 'cameraappinfoapplication' => { 479 => [\'Cameras','CamerasCameraAppInfoApplication'] },
- 'cameraappinfoitemuri' => { 479 => [\'Cameras','CamerasCameraAppInfoItemURI'] },
- 'cameraappinfoversion' => { 479 => [\'Cameras','CamerasCameraAppInfoVersion'] },
- 'cameraburstid' => { 484 => 'CameraBurstID' },
- 'cameracalibration' => { 417 => 0x11f },
- 'cameracalibration1' => { 119 => 0xc623 },
- 'cameracalibration2' => { 119 => 0xc624 },
- 'cameracalibration3' => { 119 => 0xcd32 },
- 'cameracalibrationsig' => { 119 => 0xc6f3 },
- 'cameracolorcalibration01' => { 36 => 0x0, 37 => 0x0 },
- 'cameracolorcalibration02' => { 36 => 0x4, 37 => 0x5 },
- 'cameracolorcalibration03' => { 36 => 0x8, 37 => 0xa },
- 'cameracolorcalibration04' => { 36 => 0xc, 37 => 0xf },
- 'cameracolorcalibration05' => { 36 => 0x10, 37 => 0x14 },
- 'cameracolorcalibration06' => { 36 => 0x14, 37 => 0x19 },
- 'cameracolorcalibration07' => { 36 => 0x18, 37 => 0x1e },
- 'cameracolorcalibration08' => { 36 => 0x1c, 37 => 0x23 },
- 'cameracolorcalibration09' => { 36 => 0x20, 37 => 0x28 },
- 'cameracolorcalibration10' => { 36 => 0x24, 37 => 0x2d },
- 'cameracolorcalibration11' => { 36 => 0x28, 37 => 0x32 },
- 'cameracolorcalibration12' => { 36 => 0x2c, 37 => 0x37 },
- 'cameracolorcalibration13' => { 36 => 0x30, 37 => 0x3c },
- 'cameracolorcalibration14' => { 36 => 0x34, 37 => 0x41 },
- 'cameracolorcalibration15' => { 36 => 0x38, 37 => 0x46 },
- 'cameradepthmap' => { 479 => [\'Cameras','CamerasCameraDepthMap'] },
- 'cameradepthmapconfidenceuri' => { 479 => [\'Cameras','CamerasCameraDepthMapConfidenceURI'] },
- 'cameradepthmapdepthuri' => { 479 => [\'Cameras','CamerasCameraDepthMapDepthURI'] },
- 'cameradepthmapfar' => { 479 => [\'Cameras','CamerasCameraDepthMapFar'] },
- 'cameradepthmapfocaltable' => { 479 => [\'Cameras','CamerasCameraDepthMapFocalTable'] },
- 'cameradepthmapfocaltableentrycount' => { 479 => [\'Cameras','CamerasCameraDepthMapFocalTableEntryCount'] },
- 'cameradepthmapformat' => { 479 => [\'Cameras','CamerasCameraDepthMapFormat'] },
- 'cameradepthmapitemsemantic' => { 479 => [\'Cameras','CamerasCameraDepthMapItemSemantic'] },
- 'cameradepthmapmeasuretype' => { 479 => [\'Cameras','CamerasCameraDepthMapMeasureType'] },
- 'cameradepthmapnear' => { 479 => [\'Cameras','CamerasCameraDepthMapNear'] },
- 'cameradepthmapsoftware' => { 479 => [\'Cameras','CamerasCameraDepthMapSoftware'] },
- 'cameradepthmapunits' => { 479 => [\'Cameras','CamerasCameraDepthMapUnits'] },
- 'cameradirection' => { 394 => 'direction.facing' },
- 'camerae-mountversion' => { 475 => 0xb },
- 'cameraelevationangle' => { 119 => 0x9405, 507 => 'CameraElevationAngle' },
- 'camerafilename' => { 490 => 'CameraFilename' },
- 'camerafirmware' => { 119 => 0xa439 },
- 'cameraid' => { 322 => 0x209, 400 => 'cmid', 416 => 0x209 },
- 'cameraidentifier' => { 394 => 'camera.identifier' },
- 'cameraimage' => { 479 => [\'Cameras','CamerasCameraImage'] },
- 'cameraimageitemsemantic' => { 479 => [\'Cameras','CamerasCameraImageItemSemantic'] },
- 'cameraimageitemuri' => { 479 => [\'Cameras','CamerasCameraImageItemURI'] },
- 'cameraimagingmodel' => { 479 => [\'Cameras','CamerasCameraImagingModel'] },
- 'cameraimagingmodeldistortion' => { 479 => [\'Cameras','CamerasCameraImagingModelDistortion'] },
- 'cameraimagingmodeldistortioncount' => { 479 => [\'Cameras','CamerasCameraImagingModelDistortionCount'] },
- 'cameraimagingmodelfocallengthx' => { 479 => [\'Cameras','CamerasCameraImagingModelFocalLengthX'] },
- 'cameraimagingmodelfocallengthy' => { 479 => [\'Cameras','CamerasCameraImagingModelFocalLengthY'] },
- 'cameraimagingmodelimageheight' => { 479 => [\'Cameras','CamerasCameraImagingModelImageHeight'] },
- 'cameraimagingmodelimagewidth' => { 479 => [\'Cameras','CamerasCameraImagingModelImageWidth'] },
- 'cameraimagingmodelpixelaspectratio' => { 479 => [\'Cameras','CamerasCameraImagingModelPixelAspectRatio'] },
- 'cameraimagingmodelprincipalpointx' => { 479 => [\'Cameras','CamerasCameraImagingModelPrincipalPointX'] },
- 'cameraimagingmodelprincipalpointy' => { 479 => [\'Cameras','CamerasCameraImagingModelPrincipalPointY'] },
- 'cameraimagingmodelskew' => { 479 => [\'Cameras','CamerasCameraImagingModelSkew'] },
- 'cameraiso' => { 34 => 0x10 },
- 'cameralabel' => { 119 => 0xc7a1, 529 => 'cameraLabel' },
- 'cameralightestimate' => { 479 => [\'Cameras','CamerasCameraLightEstimate'] },
- 'cameralightestimatecolorcorrectionb' => { 479 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionB'] },
- 'cameralightestimatecolorcorrectiong' => { 479 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionG'] },
- 'cameralightestimatecolorcorrectionr' => { 479 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionR'] },
- 'cameralightestimatepixelintensity' => { 479 => [\'Cameras','CamerasCameraLightEstimatePixelIntensity'] },
- 'cameramakemodel' => { 490 => 'CameraMakeModel' },
- 'cameramodel' => { 384 => 0x410, 529 => 'cameraModel' },
- 'cameramodelid' => { 176 => 'CameraModelID' },
- 'cameramodelrestriction' => { 500 => 'CameraModelRestriction', 502 => 'CameraModelRestriction' },
- 'cameramotion' => { 394 => 'direction.motion' },
- 'cameramove' => { 529 => 'cameraMove' },
- 'cameraorientation' => { 7 => 0x30, 9 => 0x7d, 11 => 0x30, 13 => 0x35, 14 => 0x30, 15 => 0x30, 16 => 0x31, 17 => 0x31, 18 => 0x35, 19 => 0x27, 20 => 0x31, 21 => 0x7d, 22 => 0x38, 23 => [0x36,0x3a], 24 => 0x7d, 25 => 0x83, 26 => 0x84, 27 => 0x96, 28 => 0x35, 29 => 0x96, 340 => 0x8f, 379 => 0x1, 384 => 0x100, 433 => [0x16,0x18], 463 => 0x28, 464 => 0x24, 465 => 0x29 },
- 'cameraowner' => { 141 => 0xc353 },
- 'cameraparameters' => { 322 => 0x2050 },
+ 'buttonfunctioncontroloff' => { 86 => 0x70a },
+ 'bwadjustment' => { 129 => 0x1049 },
+ 'bwfilter' => { 183 => 0x2a, 191 => 0x39 },
+ 'bwmagentagreen' => { 129 => 0x104b },
+ 'bwmode' => { 324 => 0x203 },
+ 'by-line' => { 133 => 0x50 },
+ 'by-linetitle' => { 133 => 0x55 },
+ 'bytecount' => { 521 => 'byteCount' },
+ 'c14configuration' => { 140 => 0x1964 },
+ 'cacheversion' => { 121 => 0xc7aa },
+ 'calibratedfocallength' => { 118 => 'CalibratedFocalLength' },
+ 'calibratedopticalcenterx' => { 118 => 'CalibratedOpticalCenterX' },
+ 'calibratedopticalcentery' => { 118 => 'CalibratedOpticalCenterY' },
+ 'calibration' => { 419 => [0x24,0x30] },
+ 'calibrationhistory' => { 140 => 0x9c9 },
+ 'calibrationilluminant1' => { 121 => 0xc65a },
+ 'calibrationilluminant2' => { 121 => 0xc65b },
+ 'calibrationilluminant3' => { 121 => 0xcd31 },
+ 'calibrationversion' => { 140 => 0x9c6 },
+ 'callforimage' => { 492 => 'CallForImage' },
+ 'camera' => { 481 => [\'Cameras','CamerasCamera'] },
+ 'cameraangle' => { 402 => 'angl', 531 => 'cameraAngle' },
+ 'cameraappinfo' => { 481 => [\'Cameras','CamerasCameraAppInfo'] },
+ 'cameraappinfoapplication' => { 481 => [\'Cameras','CamerasCameraAppInfoApplication'] },
+ 'cameraappinfoitemuri' => { 481 => [\'Cameras','CamerasCameraAppInfoItemURI'] },
+ 'cameraappinfoversion' => { 481 => [\'Cameras','CamerasCameraAppInfoVersion'] },
+ 'cameraburstid' => { 486 => 'CameraBurstID' },
+ 'cameracalibration' => { 419 => 0x11f },
+ 'cameracalibration1' => { 121 => 0xc623 },
+ 'cameracalibration2' => { 121 => 0xc624 },
+ 'cameracalibration3' => { 121 => 0xcd32 },
+ 'cameracalibrationsig' => { 121 => 0xc6f3 },
+ 'cameracolorcalibration01' => { 37 => 0x0, 38 => 0x0 },
+ 'cameracolorcalibration02' => { 37 => 0x4, 38 => 0x5 },
+ 'cameracolorcalibration03' => { 37 => 0x8, 38 => 0xa },
+ 'cameracolorcalibration04' => { 37 => 0xc, 38 => 0xf },
+ 'cameracolorcalibration05' => { 37 => 0x10, 38 => 0x14 },
+ 'cameracolorcalibration06' => { 37 => 0x14, 38 => 0x19 },
+ 'cameracolorcalibration07' => { 37 => 0x18, 38 => 0x1e },
+ 'cameracolorcalibration08' => { 37 => 0x1c, 38 => 0x23 },
+ 'cameracolorcalibration09' => { 37 => 0x20, 38 => 0x28 },
+ 'cameracolorcalibration10' => { 37 => 0x24, 38 => 0x2d },
+ 'cameracolorcalibration11' => { 37 => 0x28, 38 => 0x32 },
+ 'cameracolorcalibration12' => { 37 => 0x2c, 38 => 0x37 },
+ 'cameracolorcalibration13' => { 37 => 0x30, 38 => 0x3c },
+ 'cameracolorcalibration14' => { 37 => 0x34, 38 => 0x41 },
+ 'cameracolorcalibration15' => { 37 => 0x38, 38 => 0x46 },
+ 'cameradepthmap' => { 481 => [\'Cameras','CamerasCameraDepthMap'] },
+ 'cameradepthmapconfidenceuri' => { 481 => [\'Cameras','CamerasCameraDepthMapConfidenceURI'] },
+ 'cameradepthmapdepthuri' => { 481 => [\'Cameras','CamerasCameraDepthMapDepthURI'] },
+ 'cameradepthmapfar' => { 481 => [\'Cameras','CamerasCameraDepthMapFar'] },
+ 'cameradepthmapfocaltable' => { 481 => [\'Cameras','CamerasCameraDepthMapFocalTable'] },
+ 'cameradepthmapfocaltableentrycount' => { 481 => [\'Cameras','CamerasCameraDepthMapFocalTableEntryCount'] },
+ 'cameradepthmapformat' => { 481 => [\'Cameras','CamerasCameraDepthMapFormat'] },
+ 'cameradepthmapitemsemantic' => { 481 => [\'Cameras','CamerasCameraDepthMapItemSemantic'] },
+ 'cameradepthmapmeasuretype' => { 481 => [\'Cameras','CamerasCameraDepthMapMeasureType'] },
+ 'cameradepthmapnear' => { 481 => [\'Cameras','CamerasCameraDepthMapNear'] },
+ 'cameradepthmapsoftware' => { 481 => [\'Cameras','CamerasCameraDepthMapSoftware'] },
+ 'cameradepthmapunits' => { 481 => [\'Cameras','CamerasCameraDepthMapUnits'] },
+ 'cameradirection' => { 396 => 'direction.facing' },
+ 'camerae-mountversion' => { 477 => 0xb },
+ 'cameraelevationangle' => { 121 => 0x9405, 509 => 'CameraElevationAngle' },
+ 'camerafilename' => { 492 => 'CameraFilename' },
+ 'camerafirmware' => { 121 => 0xa439 },
+ 'cameraid' => { 324 => 0x209, 402 => 'cmid', 418 => 0x209 },
+ 'cameraidentifier' => { 396 => 'camera.identifier' },
+ 'cameraimage' => { 481 => [\'Cameras','CamerasCameraImage'] },
+ 'cameraimageitemsemantic' => { 481 => [\'Cameras','CamerasCameraImageItemSemantic'] },
+ 'cameraimageitemuri' => { 481 => [\'Cameras','CamerasCameraImageItemURI'] },
+ 'cameraimagingmodel' => { 481 => [\'Cameras','CamerasCameraImagingModel'] },
+ 'cameraimagingmodeldistortion' => { 481 => [\'Cameras','CamerasCameraImagingModelDistortion'] },
+ 'cameraimagingmodeldistortioncount' => { 481 => [\'Cameras','CamerasCameraImagingModelDistortionCount'] },
+ 'cameraimagingmodelfocallengthx' => { 481 => [\'Cameras','CamerasCameraImagingModelFocalLengthX'] },
+ 'cameraimagingmodelfocallengthy' => { 481 => [\'Cameras','CamerasCameraImagingModelFocalLengthY'] },
+ 'cameraimagingmodelimageheight' => { 481 => [\'Cameras','CamerasCameraImagingModelImageHeight'] },
+ 'cameraimagingmodelimagewidth' => { 481 => [\'Cameras','CamerasCameraImagingModelImageWidth'] },
+ 'cameraimagingmodelpixelaspectratio' => { 481 => [\'Cameras','CamerasCameraImagingModelPixelAspectRatio'] },
+ 'cameraimagingmodelprincipalpointx' => { 481 => [\'Cameras','CamerasCameraImagingModelPrincipalPointX'] },
+ 'cameraimagingmodelprincipalpointy' => { 481 => [\'Cameras','CamerasCameraImagingModelPrincipalPointY'] },
+ 'cameraimagingmodelskew' => { 481 => [\'Cameras','CamerasCameraImagingModelSkew'] },
+ 'cameraiso' => { 35 => 0x10 },
+ 'cameralabel' => { 121 => 0xc7a1, 531 => 'cameraLabel' },
+ 'cameralightestimate' => { 481 => [\'Cameras','CamerasCameraLightEstimate'] },
+ 'cameralightestimatecolorcorrectionb' => { 481 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionB'] },
+ 'cameralightestimatecolorcorrectiong' => { 481 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionG'] },
+ 'cameralightestimatecolorcorrectionr' => { 481 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionR'] },
+ 'cameralightestimatepixelintensity' => { 481 => [\'Cameras','CamerasCameraLightEstimatePixelIntensity'] },
+ 'cameramakemodel' => { 492 => 'CameraMakeModel' },
+ 'cameramodel' => { 386 => 0x410, 531 => 'cameraModel' },
+ 'cameramodelid' => { 178 => 'CameraModelID' },
+ 'cameramodelrestriction' => { 502 => 'CameraModelRestriction', 504 => 'CameraModelRestriction' },
+ 'cameramotion' => { 396 => 'direction.motion' },
+ 'cameramove' => { 531 => 'cameraMove' },
+ 'cameraorientation' => { 7 => 0x30, 9 => 0x7d, 11 => 0x30, 13 => 0x35, 14 => 0x30, 15 => 0x30, 16 => 0x31, 17 => 0x31, 18 => 0x35, 19 => 0x27, 20 => 0x31, 21 => 0x7d, 22 => 0x38, 23 => [0x36,0x3a], 24 => 0x7d, 25 => 0x83, 26 => 0x84, 27 => 0x96, 28 => 0x35, 29 => 0x96, 342 => 0x8f, 381 => 0x1, 386 => 0x100, 435 => [0x16,0x18], 465 => 0x28, 466 => 0x24, 467 => 0x29 },
+ 'cameraowner' => { 143 => 0xc353 },
+ 'cameraparameters' => { 324 => 0x2050 },
'camerapicturestyle' => { 28 => 0xaf },
- 'camerapitch' => { 115 => 0x9, 400 => "\xa9gpt" },
- 'camerapointcloud' => { 479 => [\'Cameras','CamerasCameraPointCloud'] },
- 'camerapointcloudmetric' => { 479 => [\'Cameras','CamerasCameraPointCloudMetric'] },
- 'camerapointcloudpointcloud' => { 479 => [\'Cameras','CamerasCameraPointCloudPointCloud'] },
- 'camerapointcloudpoints' => { 479 => [\'Cameras','CamerasCameraPointCloudPoints'] },
- 'camerapose' => { 479 => [\'Cameras','CamerasCameraPose'] },
- 'cameraposepositionx' => { 479 => [\'Cameras','CamerasCameraPosePositionX'] },
- 'cameraposepositiony' => { 479 => [\'Cameras','CamerasCameraPosePositionY'] },
- 'cameraposepositionz' => { 479 => [\'Cameras','CamerasCameraPosePositionZ'] },
- 'cameraposerotationw' => { 479 => [\'Cameras','CamerasCameraPoseRotationW'] },
- 'cameraposerotationx' => { 479 => [\'Cameras','CamerasCameraPoseRotationX'] },
- 'cameraposerotationy' => { 479 => [\'Cameras','CamerasCameraPoseRotationY'] },
- 'cameraposerotationz' => { 479 => [\'Cameras','CamerasCameraPoseRotationZ'] },
- 'cameraposetimestamp' => { 479 => [\'Cameras','CamerasCameraPoseTimestamp'] },
- 'cameraprofile' => { 500 => 'CameraProfile', 502 => 'CameraProfile' },
- 'cameraprofiledigest' => { 500 => 'CameraProfileDigest', 502 => 'CameraProfileDigest' },
- 'cameraprofiles' => { 517 => 'CameraProfiles' },
- 'cameraprofilesaperturevalue' => { 517 => [\'CameraProfiles','CameraProfilesApertureValue'] },
- 'cameraprofilesauthor' => { 517 => [\'CameraProfiles','CameraProfilesAuthor'] },
- 'cameraprofilesautoscale' => { 517 => [\'CameraProfiles','CameraProfilesAutoScale'] },
- 'cameraprofilescameraprettyname' => { 517 => [\'CameraProfiles','CameraProfilesCameraPrettyName'] },
- 'cameraprofilescamerarawprofile' => { 517 => [\'CameraProfiles','CameraProfilesCameraRawProfile'] },
- 'cameraprofilesfocallength' => { 517 => [\'CameraProfiles','CameraProfilesFocalLength'] },
- 'cameraprofilesfocusdistance' => { 517 => [\'CameraProfiles','CameraProfilesFocusDistance'] },
- 'cameraprofileslens' => { 517 => [\'CameraProfiles','CameraProfilesLens'] },
- 'cameraprofileslensprettyname' => { 517 => [\'CameraProfiles','CameraProfilesLensPrettyName'] },
- 'cameraprofilesmake' => { 517 => [\'CameraProfiles','CameraProfilesMake'] },
- 'cameraprofilesmodel' => { 517 => [\'CameraProfiles','CameraProfilesModel'] },
- 'cameraprofilesperspectivemodel' => { 517 => [\'CameraProfiles','CameraProfilesPerspectiveModel'] },
- 'cameraprofilesperspectivemodelimagexcenter' => { 517 => [\'CameraProfiles','CameraProfilesPerspectiveModelImageXCenter'] },
- 'cameraprofilesperspectivemodelimageycenter' => { 517 => [\'CameraProfiles','CameraProfilesPerspectiveModelImageYCenter'] },
- 'cameraprofilesperspectivemodelradialdistortparam1' => { 517 => [\'CameraProfiles','CameraProfilesPerspectiveModelRadialDistortParam1'] },
- 'cameraprofilesperspectivemodelradialdistortparam2' => { 517 => [\'CameraProfiles','CameraProfilesPerspectiveModelRadialDistortParam2'] },
- 'cameraprofilesperspectivemodelradialdistortparam3' => { 517 => [\'CameraProfiles','CameraProfilesPerspectiveModelRadialDistortParam3'] },
- 'cameraprofilesperspectivemodelscalefactor' => { 517 => [\'CameraProfiles','CameraProfilesPerspectiveModelScaleFactor'] },
- 'cameraprofilesperspectivemodelversion' => { 517 => [\'CameraProfiles','CameraProfilesPerspectiveModelVersion'] },
- 'cameraprofilesprofilename' => { 517 => [\'CameraProfiles','CameraProfilesProfileName'] },
- 'cameraprofilessensorformatfactor' => { 517 => [\'CameraProfiles','CameraProfilesSensorFormatFactor'] },
- 'cameraprofilesuniquecameramodel' => { 517 => [\'CameraProfiles','CameraProfilesUniqueCameraModel'] },
- 'camerarawcolortone' => { 109 => 0xe1 },
- 'camerarawcontrast' => { 109 => 0xe3 },
- 'camerarawhighlightpoint' => { 109 => 0xe6 },
- 'camerarawlinear' => { 109 => 0xe4 },
- 'camerarawoutputhighlightpoint' => { 109 => 0xe8 },
- 'camerarawoutputshadowpoint' => { 109 => 0xe9 },
- 'camerarawsaturation' => { 109 => 0xe2 },
- 'camerarawshadowpoint' => { 109 => 0xe7 },
- 'camerarawsharpness' => { 109 => 0xe5 },
- 'cameraroll' => { 115 => 0xb, 400 => "\xa9grl" },
- 'cameras' => { 479 => 'Cameras' },
- 'cameraserialnumber' => { 119 => 0xc62f, 178 => 'CameraSerialNumber', 490 => 'CameraSerialNumber' },
- 'camerasettingsversion' => { 317 => 0x0 },
- 'cameratemperature' => { 7 => 0x18, 9 => 0x1b, 11 => 0x18, 13 => 0x19, 14 => 0x18, 15 => 0x18, 16 => 0x19, 17 => 0x19, 18 => 0x19, 19 => 0x17, 20 => 0x19, 21 => 0x1b, 22 => 0x19, 23 => 0x19, 24 => 0x1b, 25 => 0x1b, 26 => 0x1b, 27 => 0x1b, 28 => 0x19, 29 => 0x1b, 30 => [0x87,0x91], 31 => [0x99,0x9f,0xa4,0xa8,0x105], 33 => ['-3',0x64,0x47,0x53,0x5b,0x5c], 77 => 0xc, 138 => 0x406, 321 => 0x1306, 335 => 0x320, 342 => 0x3402, 375 => 0x47, 414 => 0x43, 467 => 0x5 },
- 'cameratemperature4' => { 380 => 0x14 },
- 'cameratemperature5' => { 380 => 0x16 },
- 'cameratemperaturerangemax' => { 121 => 0x5 },
- 'cameratemperaturerangemin' => { 121 => 0x6 },
- 'cameratrait' => { 479 => [\'Cameras','CamerasCameraTrait'] },
- 'cameratype' => { 77 => 0x1a, 322 => 0x207 },
- 'cameratype2' => { 318 => 0x100 },
- 'cameravendorinfo' => { 479 => [\'Cameras','CamerasCameraVendorInfo'] },
- 'cameravendorinfomanufacturer' => { 479 => [\'Cameras','CamerasCameraVendorInfoManufacturer'] },
- 'cameravendorinfomodel' => { 479 => [\'Cameras','CamerasCameraVendorInfoModel'] },
- 'cameravendorinfonotes' => { 479 => [\'Cameras','CamerasCameraVendorInfoNotes'] },
- 'camerayaw' => { 115 => 0xa, 400 => "\xa9gyw" },
- 'camreverse' => { 116 => 'CamReverse' },
- 'canondr4' => { 120 => 'CanonDR4' },
- 'canonexposuremode' => { 34 => 0x14 },
- 'canonfiledescription' => { 97 => 0x805 },
- 'canonfilelength' => { 64 => 0xe },
- 'canonfirmwareversion' => { 64 => 0x7, 97 => 0x80b },
- 'canonflashinfo' => { 97 => 0x1028 },
- 'canonflashmode' => { 34 => 0x4 },
- 'canonimagesize' => { 10 => 0x39, 34 => 0xa },
- 'canonimagetype' => { 64 => 0x6, 97 => 0x815 },
- 'canonlogversion' => { 63 => 0xb },
- 'canonmodelid' => { 64 => 0x10, 97 => 0x1834 },
- 'canonvrd' => { 120 => 'CanonVRD' },
- 'caption' => { 495 => 'caption' },
- 'caption-abstract' => { 131 => 0x78 },
- 'captionsauthornames' => { 505 => 'CaptionsAuthorNames' },
- 'captionsdatetimestamps' => { 505 => 'CaptionsDateTimeStamps' },
- 'captionwriter' => { 517 => 'CaptionWriter' },
- 'captureframerate' => { 113 => 0x4001 },
- 'captureheightnormal' => { 138 => 0x1839 },
- 'capturelook' => { 138 => 0xc48 },
- 'capturemode' => { 394 => 'com.apple.photos.captureMode' },
- 'capturesoftware' => { 488 => 'CaptureSoftware' },
- 'capturewidthnormal' => { 138 => 0x1838 },
- 'capturewidthtest' => { 138 => 0x1842 },
- 'cardshutterlock' => { 184 => 0x49 },
- 'casioimagesize' => { 113 => 0x9 },
- 'catalogsets' => { 131 => 0xff, 481 => 'CatalogSets', 493 => 'CatalogSets' },
- 'categories' => { 64 => 0x23, 495 => 'categories' },
- 'category' => { 131 => 0xf, 179 => 'WM/Category', 316 => 0x30, 392 => 'catg', 517 => 'Category' },
- 'cbcrgain' => { 414 => 0xa036 },
- 'cbcrgaindefault' => { 414 => 0xa035 },
- 'cbcrmatrix' => { 414 => 0xa034 },
- 'cbcrmatrixdefault' => { 414 => 0xa033 },
- 'ccdboardversion' => { 335 => 0x331 },
- 'ccdscanmode' => { 322 => 0x1039 },
- 'ccdsensitivity' => { 280 => 0x6 },
- 'ccdversion' => { 335 => 0x330 },
- 'ccvavgluminancenits' => { 510 => 'ccv_avg_luminance_nits' },
- 'ccvmaxluminancenits' => { 510 => 'ccv_max_luminance_nits' },
- 'ccvminluminancenits' => { 510 => 'ccv_min_luminance_nits' },
- 'ccvprimariesxy' => { 510 => 'ccv_primaries_xy' },
- 'ccvwhitexy' => { 510 => 'ccv_white_xy' },
- 'cellglobalid' => { 499 => 'cgi' },
- 'celllength' => { 119 => 0x109 },
- 'cellr' => { 499 => 'r' },
- 'celltowerid' => { 499 => 'cellid' },
- 'cellwidth' => { 119 => 0x108 },
- 'centerafarea' => { 308 => '15.1' },
- 'centerfocuspoint' => { 312 => '2.2' },
- 'centerpixel' => { 138 => 0x40c },
- 'centerweightedareasize' => { 297 => '7.1', 298 => '8.1', 300 => '8.1', 301 => '8.1', 305 => '7.1', 306 => '5.1', 307 => '7.1', 308 => '6.3', 310 => '8.1', 311 => '8.1', 312 => '8.1', 313 => 0x1f, 314 => 0x1f, 315 => 0x1f },
- 'certificate' => { 533 => 'Certificate' },
- 'cfainterpolationalgorithm' => { 138 => 0xe60 },
- 'cfainterpolationmetric' => { 138 => 0xe61 },
- 'cfaoffsetcols' => { 138 => 0xc71 },
- 'cfaoffsetrows' => { 138 => 0xc6f },
- 'cfapattern' => { 119 => 0xa302, 345 => 0x9, 506 => 'CFAPattern' },
- 'cfapattern2' => { 119 => 0x828e },
- 'cfapatterncolumns' => { 506 => [\'CFAPattern','CFAPatternColumns'] },
- 'cfapatternrows' => { 506 => [\'CFAPattern','CFAPatternRows'] },
- 'cfapatternvalues' => { 506 => [\'CFAPattern','CFAPatternValues'] },
- 'cfarepeatpatterndim' => { 119 => 0x828d },
- 'cfazipperfixthreshold' => { 138 => 0xe62 },
- 'channel' => { 519 => 'channel' },
- 'channela-lang' => { 519 => [\'channel','channelA-lang'] },
- 'channelchannel' => { 519 => [\'channel','channelChannel'] },
- 'channels' => { 155 => 'Channels' },
- 'channelsubchannel1' => { 519 => [\'channel','channelSubchannel1'] },
- 'channelsubchannel2' => { 519 => [\'channel','channelSubchannel2'] },
- 'channelsubchannel3' => { 519 => [\'channel','channelSubchannel3'] },
- 'channelsubchannel4' => { 519 => [\'channel','channelSubchannel4'] },
- 'chapterlist' => { 400 => 'chpl' },
- 'checkmark' => { 103 => 0x10101, 108 => 0x26a },
- 'checkmark2' => { 109 => 0x8e },
- 'childfontfiles' => { 534 => [\'Fonts','FontsChildFontFiles'] },
- 'chmodeshootingspeed' => { 297 => '10.3', 298 => '11.2', 313 => 0x10b, 314 => 0x10b, 315 => 0x121 },
- 'chromablurradius' => { 119 => 0xc631 },
- 'chromanoisecolorspace' => { 138 => 0xe6d },
- 'chromanoiseedgemapthresh' => { 138 => 0xe6c },
- 'chromanoisehighfthresh' => { 138 => 0xe6a },
- 'chromanoiselowfthresh' => { 138 => 0xe6b },
- 'chromaticaberration' => { 103 => 0x20703, 109 => 0x66, 414 => 0xa051 },
- 'chromaticaberrationb' => { 500 => 'ChromaticAberrationB', 502 => 'ChromaticAberrationB' },
- 'chromaticaberrationblue' => { 103 => 0x20708, 109 => 0x6b },
- 'chromaticaberrationcorr' => { 79 => [0x4,0x5] },
- 'chromaticaberrationcorrection' => { 119 => 0x7034, 365 => 0x1, 476 => 0x900d },
- 'chromaticaberrationcorrparams' => { 119 => 0x7035, 471 => 0x66a, 472 => [0x37c,0x384,0x39c,0x3b0,0x3b8] },
- 'chromaticaberrationon' => { 103 => '0x20703.0', 109 => 0x62 },
- 'chromaticaberrationr' => { 500 => 'ChromaticAberrationR', 502 => 'ChromaticAberrationR' },
- 'chromaticaberrationred' => { 103 => 0x20707, 109 => 0x6a },
- 'chromaticaberrationsetting' => { 80 => 0x6 },
- 'chrominancenoisereduction' => { 103 => 0x20601, 109 => 0x5e, 417 => 0x1a },
- 'chrominancenr_tiff_jpeg' => { 109 => 0x60 },
- 'circadatecreated' => { 514 => 'CircaDateCreated' },
- 'circgradbasedcorractive' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'] },
- 'circgradbasedcorramount' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'] },
- 'circgradbasedcorrblacks2012' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'] },
- 'circgradbasedcorrbrightness' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'] },
- 'circgradbasedcorrclarity' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'] },
- 'circgradbasedcorrclarity2012' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'] },
- 'circgradbasedcorrcontrast' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'] },
- 'circgradbasedcorrcontrast2012' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'] },
- 'circgradbasedcorrcorrectionname' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'] },
- 'circgradbasedcorrcorrectionsyncid' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'] },
- 'circgradbasedcorrdefringe' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'] },
- 'circgradbasedcorrdehaze' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDehaze'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDehaze'] },
- 'circgradbasedcorrexposure' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'] },
- 'circgradbasedcorrexposure2012' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'] },
- 'circgradbasedcorrhighlights2012' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'] },
- 'circgradbasedcorrhue' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHue'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHue'] },
- 'circgradbasedcorrluminancenoise' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'] },
- 'circgradbasedcorrmaskalpha' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'] },
- 'circgradbasedcorrmaskangle' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'] },
- 'circgradbasedcorrmaskbottom' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'] },
- 'circgradbasedcorrmaskcentervalue' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'] },
- 'circgradbasedcorrmaskcenterweight' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'] },
- 'circgradbasedcorrmaskdabs' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'] },
- 'circgradbasedcorrmaskfeather' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'] },
- 'circgradbasedcorrmaskflipped' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'] },
- 'circgradbasedcorrmaskflow' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'] },
- 'circgradbasedcorrmaskfullx' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'] },
- 'circgradbasedcorrmaskfully' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'] },
- 'circgradbasedcorrmaskinputdigest' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'] },
- 'circgradbasedcorrmaskleft' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'] },
- 'circgradbasedcorrmaskmaskactive' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'] },
- 'circgradbasedcorrmaskmaskblendmode' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'] },
- 'circgradbasedcorrmaskmaskdigest' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'] },
- 'circgradbasedcorrmaskmaskinverted' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'] },
- 'circgradbasedcorrmaskmaskname' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskName'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskName'] },
- 'circgradbasedcorrmaskmasks' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'] },
- 'circgradbasedcorrmaskmasksalpha' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'] },
- 'circgradbasedcorrmaskmasksangle' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'] },
- 'circgradbasedcorrmaskmasksbottom' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'] },
- 'circgradbasedcorrmaskmaskscentervalue' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue'] },
- 'circgradbasedcorrmaskmaskscenterweight' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
- 'circgradbasedcorrmaskmasksdabs' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'] },
- 'circgradbasedcorrmaskmasksfeather' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'] },
- 'circgradbasedcorrmaskmasksflipped' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'] },
- 'circgradbasedcorrmaskmasksflow' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'] },
- 'circgradbasedcorrmaskmasksfullx' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'] },
- 'circgradbasedcorrmaskmasksfully' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'] },
- 'circgradbasedcorrmaskmasksinputdigest' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest'] },
- 'circgradbasedcorrmaskmasksleft' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'] },
- 'circgradbasedcorrmaskmasksmaskactive' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'] },
- 'circgradbasedcorrmaskmasksmaskblendmode' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
- 'circgradbasedcorrmaskmasksmaskdigest' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
- 'circgradbasedcorrmaskmasksmaskinverted' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
- 'circgradbasedcorrmaskmasksmaskname' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'] },
- 'circgradbasedcorrmaskmasksmasksubtype' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
- 'circgradbasedcorrmaskmasksmasksyncid' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
- 'circgradbasedcorrmaskmasksmaskversion' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
- 'circgradbasedcorrmaskmasksmidpoint' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'] },
- 'circgradbasedcorrmaskmasksorigin' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'] },
- 'circgradbasedcorrmaskmasksperimetervalue' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
- 'circgradbasedcorrmaskmasksradius' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'] },
- 'circgradbasedcorrmaskmasksreferencepoint' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
- 'circgradbasedcorrmaskmasksright' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'] },
- 'circgradbasedcorrmaskmasksroundness' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'] },
- 'circgradbasedcorrmaskmaskssizex' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'] },
- 'circgradbasedcorrmaskmaskssizey' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'] },
- 'circgradbasedcorrmaskmaskstop' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'] },
- 'circgradbasedcorrmaskmasksubtype' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'] },
- 'circgradbasedcorrmaskmasksvalue' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'] },
- 'circgradbasedcorrmaskmasksversion' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'] },
- 'circgradbasedcorrmaskmaskswhat' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'] },
- 'circgradbasedcorrmaskmaskswholeimagearea' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
- 'circgradbasedcorrmaskmasksx' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksX'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksX'] },
- 'circgradbasedcorrmaskmasksy' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksY'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksY'] },
- 'circgradbasedcorrmaskmasksyncid' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'] },
- 'circgradbasedcorrmaskmaskszerox' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'] },
- 'circgradbasedcorrmaskmaskszeroy' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'] },
- 'circgradbasedcorrmaskmaskversion' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'] },
- 'circgradbasedcorrmaskmidpoint' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'] },
- 'circgradbasedcorrmaskorigin' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrigin'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrigin'] },
- 'circgradbasedcorrmaskperimetervalue' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
- 'circgradbasedcorrmaskradius' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'] },
- 'circgradbasedcorrmaskrange' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
- 'circgradbasedcorrmaskrangeareamodels' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
- 'circgradbasedcorrmaskrangeareamodelscolorsampleinfo' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'circgradbasedcorrmaskrangeareamodelscomponents' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'circgradbasedcorrmaskrangecoloramount' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
- 'circgradbasedcorrmaskrangedepthfeather' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
- 'circgradbasedcorrmaskrangedepthmax' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
- 'circgradbasedcorrmaskrangedepthmin' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
- 'circgradbasedcorrmaskrangeinvert' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
- 'circgradbasedcorrmaskrangelumfeather' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
- 'circgradbasedcorrmaskrangeluminancedepthsampleinfo' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'circgradbasedcorrmaskrangelummax' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
- 'circgradbasedcorrmaskrangelummin' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
- 'circgradbasedcorrmaskrangelumrange' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
- 'circgradbasedcorrmaskrangesampletype' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
- 'circgradbasedcorrmaskrangetype' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
- 'circgradbasedcorrmaskrangeversion' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
- 'circgradbasedcorrmaskreferencepoint' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'] },
- 'circgradbasedcorrmaskright' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'] },
- 'circgradbasedcorrmaskroundness' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'] },
- 'circgradbasedcorrmasks' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'] },
- 'circgradbasedcorrmasksizex' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'] },
- 'circgradbasedcorrmasksizey' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'] },
- 'circgradbasedcorrmasktop' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'] },
- 'circgradbasedcorrmaskvalue' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'] },
- 'circgradbasedcorrmaskversion' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'] },
- 'circgradbasedcorrmaskwhat' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'] },
- 'circgradbasedcorrmaskwholeimagearea' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'] },
- 'circgradbasedcorrmaskx' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'] },
- 'circgradbasedcorrmasky' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'] },
- 'circgradbasedcorrmaskzerox' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'] },
- 'circgradbasedcorrmaskzeroy' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'] },
- 'circgradbasedcorrmoire' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'] },
- 'circgradbasedcorrrangemask' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'] },
- 'circgradbasedcorrrangemaskareamodels' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'] },
- 'circgradbasedcorrrangemaskareamodelscolorsampleinfo' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'circgradbasedcorrrangemaskareamodelscomponents' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'circgradbasedcorrrangemaskcoloramount' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'] },
- 'circgradbasedcorrrangemaskdepthfeather' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
- 'circgradbasedcorrrangemaskdepthmax' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'] },
- 'circgradbasedcorrrangemaskdepthmin' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'] },
- 'circgradbasedcorrrangemaskinvert' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'] },
- 'circgradbasedcorrrangemasklumfeather' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'] },
- 'circgradbasedcorrrangemaskluminancedepthsampleinfo' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'circgradbasedcorrrangemasklummax' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'] },
- 'circgradbasedcorrrangemasklummin' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'] },
- 'circgradbasedcorrrangemasklumrange' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'] },
- 'circgradbasedcorrrangemasksampletype' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'] },
- 'circgradbasedcorrrangemasktype' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'] },
- 'circgradbasedcorrrangemaskversion' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'] },
- 'circgradbasedcorrsaturation' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation'] },
- 'circgradbasedcorrshadows2012' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'] },
- 'circgradbasedcorrsharpness' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'] },
- 'circgradbasedcorrtemperature' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'] },
- 'circgradbasedcorrtexture' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTexture'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTexture'] },
- 'circgradbasedcorrtint' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'] },
- 'circgradbasedcorrtoninghue' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'] },
- 'circgradbasedcorrtoningsaturation' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningSaturation'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningSaturation'] },
- 'circgradbasedcorrwhat' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'] },
- 'circgradbasedcorrwhites2012' => { 500 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'], 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'] },
- 'circulargradientbasedcorrections' => { 500 => 'CircularGradientBasedCorrections', 502 => 'CircularGradientBasedCorrections' },
- 'city' => { 131 => 0x5a, 161 => 'City', 340 => 0x6d, 517 => 'City' },
- 'city2' => { 340 => 0x80 },
- 'clarity' => { 127 => 0x100f, 250 => 0x35, 251 => 0x3d, 440 => 0x2036, 500 => 'Clarity', 502 => 'Clarity' },
- 'clarity2012' => { 500 => 'Clarity2012', 502 => 'Clarity2012' },
- 'claritycontrol' => { 375 => 0x96 },
- 'classification' => { 400 => 'clsf' },
- 'classifystate' => { 131 => 0xe1 },
- 'clearretouch' => { 340 => 0x7c },
- 'clearretouchvalue' => { 340 => 0xa3 },
- 'client' => { 529 => 'client' },
- 'clientname' => { 508 => 'ClientName' },
- 'clipboardaspectratio' => { 500 => 'ClipboardAspectRatio', 502 => 'ClipboardAspectRatio' },
- 'clipboardorientation' => { 500 => 'ClipboardOrientation', 502 => 'ClipboardOrientation' },
- 'clipfilename' => { 400 => 'clfn' },
- 'clipid' => { 400 => 'clid' },
- 'clmodeshootingspeed' => { 297 => '10.2', 298 => '11.3', 300 => '11.2', 301 => '11.2', 306 => '11.2', 307 => '10.2', 310 => '11.2', 311 => '11.2', 312 => '11.1', 313 => 0x3b, 314 => 0x3b, 315 => 0x3b },
- 'cluster' => { 500 => 'Cluster', 502 => 'Cluster' },
- 'cmcontrast' => { 325 => 0x2022 },
- 'cmddialsreverserotation' => { 313 => 0xba, 314 => 0xba, 315 => 0xba },
- 'cmexposurecompensation' => { 325 => 0x2000 },
- 'cmhue' => { 325 => 0x2021 },
- 'cmsaturation' => { 325 => 0x2020 },
- 'cmsharpness' => { 325 => 0x2023 },
- 'cmwhitebalance' => { 325 => 0x2001 },
- 'cmwhitebalancecomp' => { 325 => 0x2002 },
- 'cmwhitebalancegraypoint' => { 325 => 0x2010 },
- 'codec' => { 169 => 'Codec' },
- 'codedcharacterset' => { 132 => 0x5a },
- 'codeversion' => { 400 => 'cver' },
- 'collection' => { 330 => 'Collection' },
- 'collectionname' => { 170 => [\'Collections','CollectionsCollectionName'], 400 => 'coll' },
- 'collections' => { 170 => 'Collections', 495 => 'collections' },
- 'collectionuri' => { 170 => [\'Collections','CollectionsCollectionURI'] },
- 'color' => { 394 => 'player.movie.visual.color', 518 => 'color' },
- 'coloraberrationcontrol' => { 290 => 0xc89224b },
- 'coloradjustment' => { 417 => 0x14 },
- 'coloradjustmentmode' => { 416 => 0x210 },
- 'coloranta' => { 534 => [\'Colorants','ColorantsA'] },
- 'colorantb' => { 534 => [\'Colorants','ColorantsB'] },
- 'colorantblack' => { 534 => [\'Colorants','ColorantsBlack'] },
- 'colorantblue' => { 534 => [\'Colorants','ColorantsBlue'] },
- 'colorantcyan' => { 534 => [\'Colorants','ColorantsCyan'] },
- 'colorantgray' => { 534 => [\'Colorants','ColorantsGray'] },
- 'colorantgreen' => { 534 => [\'Colorants','ColorantsGreen'] },
- 'colorantl' => { 534 => [\'Colorants','ColorantsL'] },
- 'colorantmagenta' => { 534 => [\'Colorants','ColorantsMagenta'] },
- 'colorantmode' => { 534 => [\'Colorants','ColorantsMode'] },
- 'colorantred' => { 534 => [\'Colorants','ColorantsRed'] },
- 'colorants' => { 534 => 'Colorants' },
- 'colorantswatchname' => { 534 => [\'Colorants','ColorantsSwatchName'] },
- 'coloranttint' => { 534 => [\'Colorants','ColorantsTint'] },
- 'coloranttype' => { 534 => [\'Colorants','ColorantsType'] },
- 'colorantyellow' => { 534 => [\'Colorants','ColorantsYellow'] },
- 'colorbalance' => { 156 => 'ColorBalance' },
- 'colorbalanceadj' => { 290 => 0x76a43202 },
- 'colorbalanceblue' => { 181 => 0x1e },
- 'colorbalancegreen' => { 181 => 0x1d },
- 'colorbalancered' => { 181 => 0x1c },
- 'colorbalanceversion' => { 206 => 0x4, 207 => 0x4, 208 => 0x0 },
- 'colorblur' => { 109 => 0x65 },
- 'colorbluron' => { 103 => 0x20704 },
- 'colorbooster' => { 290 => 0x5f0e7d23 },
- 'colorboostlevel' => { 284 => 0x1 },
- 'colorboosttype' => { 284 => 0x0 },
- 'colorchromeeffect' => { 127 => 0x1048 },
- 'colorchromefxblue' => { 127 => 0x104e },
- 'colorclass' => { 386 => 0xde, 387 => 'ColorClass' },
- 'colorcompensationfilter' => { 184 => [0x3a,0x5f], 186 => 0x111, 440 => 0xb022 },
- 'colorcompensationfiltercustom' => { 427 => 0xd, 428 => 0xc },
- 'colorcompensationfilterset' => { 427 => 0x8, 428 => 0x7, 429 => 0x18, 445 => 0xf },
- 'colorcontrol' => { 322 => 0x102b },
- 'colorcorrection' => { 476 => 0x8015 },
+ 'camerapitch' => { 117 => 0x9, 402 => "\xa9gpt" },
+ 'camerapointcloud' => { 481 => [\'Cameras','CamerasCameraPointCloud'] },
+ 'camerapointcloudmetric' => { 481 => [\'Cameras','CamerasCameraPointCloudMetric'] },
+ 'camerapointcloudpointcloud' => { 481 => [\'Cameras','CamerasCameraPointCloudPointCloud'] },
+ 'camerapointcloudpoints' => { 481 => [\'Cameras','CamerasCameraPointCloudPoints'] },
+ 'camerapose' => { 481 => [\'Cameras','CamerasCameraPose'] },
+ 'cameraposepositionx' => { 481 => [\'Cameras','CamerasCameraPosePositionX'] },
+ 'cameraposepositiony' => { 481 => [\'Cameras','CamerasCameraPosePositionY'] },
+ 'cameraposepositionz' => { 481 => [\'Cameras','CamerasCameraPosePositionZ'] },
+ 'cameraposerotationw' => { 481 => [\'Cameras','CamerasCameraPoseRotationW'] },
+ 'cameraposerotationx' => { 481 => [\'Cameras','CamerasCameraPoseRotationX'] },
+ 'cameraposerotationy' => { 481 => [\'Cameras','CamerasCameraPoseRotationY'] },
+ 'cameraposerotationz' => { 481 => [\'Cameras','CamerasCameraPoseRotationZ'] },
+ 'cameraposetimestamp' => { 481 => [\'Cameras','CamerasCameraPoseTimestamp'] },
+ 'cameraprofile' => { 502 => 'CameraProfile', 504 => 'CameraProfile' },
+ 'cameraprofiledigest' => { 502 => 'CameraProfileDigest', 504 => 'CameraProfileDigest' },
+ 'cameraprofiles' => { 519 => 'CameraProfiles' },
+ 'cameraprofilesaperturevalue' => { 519 => [\'CameraProfiles','CameraProfilesApertureValue'] },
+ 'cameraprofilesauthor' => { 519 => [\'CameraProfiles','CameraProfilesAuthor'] },
+ 'cameraprofilesautoscale' => { 519 => [\'CameraProfiles','CameraProfilesAutoScale'] },
+ 'cameraprofilescameraprettyname' => { 519 => [\'CameraProfiles','CameraProfilesCameraPrettyName'] },
+ 'cameraprofilescamerarawprofile' => { 519 => [\'CameraProfiles','CameraProfilesCameraRawProfile'] },
+ 'cameraprofilesfocallength' => { 519 => [\'CameraProfiles','CameraProfilesFocalLength'] },
+ 'cameraprofilesfocusdistance' => { 519 => [\'CameraProfiles','CameraProfilesFocusDistance'] },
+ 'cameraprofileslens' => { 519 => [\'CameraProfiles','CameraProfilesLens'] },
+ 'cameraprofileslensprettyname' => { 519 => [\'CameraProfiles','CameraProfilesLensPrettyName'] },
+ 'cameraprofilesmake' => { 519 => [\'CameraProfiles','CameraProfilesMake'] },
+ 'cameraprofilesmodel' => { 519 => [\'CameraProfiles','CameraProfilesModel'] },
+ 'cameraprofilesperspectivemodel' => { 519 => [\'CameraProfiles','CameraProfilesPerspectiveModel'] },
+ 'cameraprofilesperspectivemodelimagexcenter' => { 519 => [\'CameraProfiles','CameraProfilesPerspectiveModelImageXCenter'] },
+ 'cameraprofilesperspectivemodelimageycenter' => { 519 => [\'CameraProfiles','CameraProfilesPerspectiveModelImageYCenter'] },
+ 'cameraprofilesperspectivemodelradialdistortparam1' => { 519 => [\'CameraProfiles','CameraProfilesPerspectiveModelRadialDistortParam1'] },
+ 'cameraprofilesperspectivemodelradialdistortparam2' => { 519 => [\'CameraProfiles','CameraProfilesPerspectiveModelRadialDistortParam2'] },
+ 'cameraprofilesperspectivemodelradialdistortparam3' => { 519 => [\'CameraProfiles','CameraProfilesPerspectiveModelRadialDistortParam3'] },
+ 'cameraprofilesperspectivemodelscalefactor' => { 519 => [\'CameraProfiles','CameraProfilesPerspectiveModelScaleFactor'] },
+ 'cameraprofilesperspectivemodelversion' => { 519 => [\'CameraProfiles','CameraProfilesPerspectiveModelVersion'] },
+ 'cameraprofilesprofilename' => { 519 => [\'CameraProfiles','CameraProfilesProfileName'] },
+ 'cameraprofilessensorformatfactor' => { 519 => [\'CameraProfiles','CameraProfilesSensorFormatFactor'] },
+ 'cameraprofilesuniquecameramodel' => { 519 => [\'CameraProfiles','CameraProfilesUniqueCameraModel'] },
+ 'camerarawcolortone' => { 111 => 0xe1 },
+ 'camerarawcontrast' => { 111 => 0xe3 },
+ 'camerarawhighlightpoint' => { 111 => 0xe6 },
+ 'camerarawlinear' => { 111 => 0xe4 },
+ 'camerarawoutputhighlightpoint' => { 111 => 0xe8 },
+ 'camerarawoutputshadowpoint' => { 111 => 0xe9 },
+ 'camerarawsaturation' => { 111 => 0xe2 },
+ 'camerarawshadowpoint' => { 111 => 0xe7 },
+ 'camerarawsharpness' => { 111 => 0xe5 },
+ 'cameraroll' => { 117 => 0xb, 402 => "\xa9grl" },
+ 'cameras' => { 481 => 'Cameras' },
+ 'cameraserialnumber' => { 121 => 0xc62f, 180 => 'CameraSerialNumber', 492 => 'CameraSerialNumber' },
+ 'camerasettingsversion' => { 319 => 0x0 },
+ 'cameratemperature' => { 7 => 0x18, 9 => 0x1b, 11 => 0x18, 13 => 0x19, 14 => 0x18, 15 => 0x18, 16 => 0x19, 17 => 0x19, 18 => 0x19, 19 => 0x17, 20 => 0x19, 21 => 0x1b, 22 => 0x19, 23 => 0x19, 24 => 0x1b, 25 => 0x1b, 26 => 0x1b, 27 => 0x1b, 28 => 0x19, 29 => 0x1b, 30 => [0x87,0x91], 31 => [0x99,0x9f,0xa4,0xa8,0x105], 34 => ['-3',0x64,0x47,0x53,0x5b,0x5c], 78 => 0xc, 140 => 0x406, 323 => 0x1306, 337 => 0x320, 344 => 0x3402, 377 => 0x47, 416 => 0x43, 469 => 0x5 },
+ 'cameratemperature4' => { 382 => 0x14 },
+ 'cameratemperature5' => { 382 => 0x16 },
+ 'cameratemperaturerangemax' => { 123 => 0x5 },
+ 'cameratemperaturerangemin' => { 123 => 0x6 },
+ 'cameratrait' => { 481 => [\'Cameras','CamerasCameraTrait'] },
+ 'cameratype' => { 78 => 0x1a, 324 => 0x207 },
+ 'cameratype2' => { 320 => 0x100 },
+ 'cameravendorinfo' => { 481 => [\'Cameras','CamerasCameraVendorInfo'] },
+ 'cameravendorinfomanufacturer' => { 481 => [\'Cameras','CamerasCameraVendorInfoManufacturer'] },
+ 'cameravendorinfomodel' => { 481 => [\'Cameras','CamerasCameraVendorInfoModel'] },
+ 'cameravendorinfonotes' => { 481 => [\'Cameras','CamerasCameraVendorInfoNotes'] },
+ 'camerayaw' => { 117 => 0xa, 402 => "\xa9gyw" },
+ 'camreverse' => { 118 => 'CamReverse' },
+ 'canondr4' => { 122 => 'CanonDR4' },
+ 'canonexposuremode' => { 35 => 0x14 },
+ 'canonfiledescription' => { 99 => 0x805 },
+ 'canonfilelength' => { 65 => 0xe },
+ 'canonfirmwareversion' => { 65 => 0x7, 99 => 0x80b },
+ 'canonflashinfo' => { 99 => 0x1028 },
+ 'canonflashmode' => { 35 => 0x4 },
+ 'canonimagesize' => { 10 => 0x39, 35 => 0xa },
+ 'canonimagetype' => { 65 => 0x6, 99 => 0x815 },
+ 'canonlogversion' => { 64 => 0xb },
+ 'canonmodelid' => { 65 => 0x10, 99 => 0x1834 },
+ 'canonvrd' => { 122 => 'CanonVRD' },
+ 'caption' => { 497 => 'caption' },
+ 'caption-abstract' => { 133 => 0x78 },
+ 'captionsauthornames' => { 507 => 'CaptionsAuthorNames' },
+ 'captionsdatetimestamps' => { 507 => 'CaptionsDateTimeStamps' },
+ 'captionwriter' => { 519 => 'CaptionWriter' },
+ 'captureframerate' => { 115 => 0x4001 },
+ 'captureheightnormal' => { 140 => 0x1839 },
+ 'capturelook' => { 140 => 0xc48 },
+ 'capturemode' => { 396 => 'com.apple.photos.captureMode' },
+ 'capturesoftware' => { 490 => 'CaptureSoftware' },
+ 'capturewidthnormal' => { 140 => 0x1838 },
+ 'capturewidthtest' => { 140 => 0x1842 },
+ 'cardshutterlock' => { 186 => 0x49 },
+ 'casioimagesize' => { 115 => 0x9 },
+ 'catalogsets' => { 133 => 0xff, 483 => 'CatalogSets', 495 => 'CatalogSets' },
+ 'categories' => { 65 => 0x23, 497 => 'categories' },
+ 'category' => { 133 => 0xf, 181 => 'WM/Category', 318 => 0x30, 394 => 'catg', 519 => 'Category' },
+ 'cbcrgain' => { 416 => 0xa036 },
+ 'cbcrgaindefault' => { 416 => 0xa035 },
+ 'cbcrmatrix' => { 416 => 0xa034 },
+ 'cbcrmatrixdefault' => { 416 => 0xa033 },
+ 'ccdboardversion' => { 337 => 0x331 },
+ 'ccdscanmode' => { 324 => 0x1039 },
+ 'ccdsensitivity' => { 282 => 0x6 },
+ 'ccdversion' => { 337 => 0x330 },
+ 'ccvavgluminancenits' => { 512 => 'ccv_avg_luminance_nits' },
+ 'ccvmaxluminancenits' => { 512 => 'ccv_max_luminance_nits' },
+ 'ccvminluminancenits' => { 512 => 'ccv_min_luminance_nits' },
+ 'ccvprimariesxy' => { 512 => 'ccv_primaries_xy' },
+ 'ccvwhitexy' => { 512 => 'ccv_white_xy' },
+ 'cellglobalid' => { 501 => 'cgi' },
+ 'celllength' => { 121 => 0x109 },
+ 'cellr' => { 501 => 'r' },
+ 'celltowerid' => { 501 => 'cellid' },
+ 'cellwidth' => { 121 => 0x108 },
+ 'centerafarea' => { 310 => '15.1' },
+ 'centerfocuspoint' => { 314 => '2.2' },
+ 'centerpixel' => { 140 => 0x40c },
+ 'centerweightedareasize' => { 299 => '7.1', 300 => '8.1', 302 => '8.1', 303 => '8.1', 307 => '7.1', 308 => '5.1', 309 => '7.1', 310 => '6.3', 312 => '8.1', 313 => '8.1', 314 => '8.1', 315 => 0x1f, 316 => 0x1f, 317 => 0x1f },
+ 'certificate' => { 535 => 'Certificate' },
+ 'cfainterpolationalgorithm' => { 140 => 0xe60 },
+ 'cfainterpolationmetric' => { 140 => 0xe61 },
+ 'cfaoffsetcols' => { 140 => 0xc71 },
+ 'cfaoffsetrows' => { 140 => 0xc6f },
+ 'cfapattern' => { 121 => 0xa302, 347 => 0x9, 508 => 'CFAPattern' },
+ 'cfapattern2' => { 121 => 0x828e },
+ 'cfapatterncolumns' => { 508 => [\'CFAPattern','CFAPatternColumns'] },
+ 'cfapatternrows' => { 508 => [\'CFAPattern','CFAPatternRows'] },
+ 'cfapatternvalues' => { 508 => [\'CFAPattern','CFAPatternValues'] },
+ 'cfarepeatpatterndim' => { 121 => 0x828d },
+ 'cfazipperfixthreshold' => { 140 => 0xe62 },
+ 'channel' => { 521 => 'channel' },
+ 'channela-lang' => { 521 => [\'channel','channelA-lang'] },
+ 'channelchannel' => { 521 => [\'channel','channelChannel'] },
+ 'channels' => { 157 => 'Channels' },
+ 'channelsubchannel1' => { 521 => [\'channel','channelSubchannel1'] },
+ 'channelsubchannel2' => { 521 => [\'channel','channelSubchannel2'] },
+ 'channelsubchannel3' => { 521 => [\'channel','channelSubchannel3'] },
+ 'channelsubchannel4' => { 521 => [\'channel','channelSubchannel4'] },
+ 'chapterlist' => { 402 => 'chpl' },
+ 'checkmark' => { 105 => 0x10101, 110 => 0x26a },
+ 'checkmark2' => { 111 => 0x8e },
+ 'childfontfiles' => { 536 => [\'Fonts','FontsChildFontFiles'] },
+ 'chmodeshootingspeed' => { 299 => '10.3', 300 => '11.2', 315 => 0x10b, 316 => 0x10b, 317 => 0x121 },
+ 'chromablurradius' => { 121 => 0xc631 },
+ 'chromanoisecolorspace' => { 140 => 0xe6d },
+ 'chromanoiseedgemapthresh' => { 140 => 0xe6c },
+ 'chromanoisehighfthresh' => { 140 => 0xe6a },
+ 'chromanoiselowfthresh' => { 140 => 0xe6b },
+ 'chromaticaberration' => { 105 => 0x20703, 111 => 0x66, 416 => 0xa051 },
+ 'chromaticaberrationb' => { 502 => 'ChromaticAberrationB', 504 => 'ChromaticAberrationB' },
+ 'chromaticaberrationblue' => { 105 => 0x20708, 111 => 0x6b },
+ 'chromaticaberrationcorr' => { 80 => [0x4,0x5] },
+ 'chromaticaberrationcorrection' => { 121 => 0x7034, 367 => 0x1, 478 => 0x900d },
+ 'chromaticaberrationcorrparams' => { 121 => 0x7035, 473 => 0x66a, 474 => [0x37c,0x384,0x39c,0x3b0,0x3b8] },
+ 'chromaticaberrationon' => { 105 => '0x20703.0', 111 => 0x62 },
+ 'chromaticaberrationr' => { 502 => 'ChromaticAberrationR', 504 => 'ChromaticAberrationR' },
+ 'chromaticaberrationred' => { 105 => 0x20707, 111 => 0x6a },
+ 'chromaticaberrationsetting' => { 81 => 0x6 },
+ 'chrominancenoisereduction' => { 105 => 0x20601, 111 => 0x5e, 419 => 0x1a },
+ 'chrominancenr_tiff_jpeg' => { 111 => 0x60 },
+ 'circadatecreated' => { 516 => 'CircaDateCreated' },
+ 'circgradbasedcorractive' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'] },
+ 'circgradbasedcorramount' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'] },
+ 'circgradbasedcorrblacks2012' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'] },
+ 'circgradbasedcorrbrightness' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'] },
+ 'circgradbasedcorrclarity' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'] },
+ 'circgradbasedcorrclarity2012' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'] },
+ 'circgradbasedcorrcontrast' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'] },
+ 'circgradbasedcorrcontrast2012' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'] },
+ 'circgradbasedcorrcorrectionname' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'] },
+ 'circgradbasedcorrcorrectionsyncid' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'] },
+ 'circgradbasedcorrdefringe' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'] },
+ 'circgradbasedcorrdehaze' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDehaze'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDehaze'] },
+ 'circgradbasedcorrexposure' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'] },
+ 'circgradbasedcorrexposure2012' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'] },
+ 'circgradbasedcorrhighlights2012' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'] },
+ 'circgradbasedcorrhue' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHue'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHue'] },
+ 'circgradbasedcorrluminancenoise' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'] },
+ 'circgradbasedcorrmaskalpha' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'] },
+ 'circgradbasedcorrmaskangle' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'] },
+ 'circgradbasedcorrmaskbottom' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'] },
+ 'circgradbasedcorrmaskcentervalue' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'] },
+ 'circgradbasedcorrmaskcenterweight' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'] },
+ 'circgradbasedcorrmaskdabs' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'] },
+ 'circgradbasedcorrmaskfeather' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'] },
+ 'circgradbasedcorrmaskflipped' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'] },
+ 'circgradbasedcorrmaskflow' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'] },
+ 'circgradbasedcorrmaskfullx' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'] },
+ 'circgradbasedcorrmaskfully' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'] },
+ 'circgradbasedcorrmaskinputdigest' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'] },
+ 'circgradbasedcorrmaskleft' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'] },
+ 'circgradbasedcorrmaskmaskactive' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'] },
+ 'circgradbasedcorrmaskmaskblendmode' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'] },
+ 'circgradbasedcorrmaskmaskdigest' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'] },
+ 'circgradbasedcorrmaskmaskinverted' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'] },
+ 'circgradbasedcorrmaskmaskname' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskName'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskName'] },
+ 'circgradbasedcorrmaskmasks' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'] },
+ 'circgradbasedcorrmaskmasksalpha' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'] },
+ 'circgradbasedcorrmaskmasksangle' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'] },
+ 'circgradbasedcorrmaskmasksbottom' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'] },
+ 'circgradbasedcorrmaskmaskscentervalue' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue'] },
+ 'circgradbasedcorrmaskmaskscenterweight' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
+ 'circgradbasedcorrmaskmasksdabs' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'] },
+ 'circgradbasedcorrmaskmasksfeather' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'] },
+ 'circgradbasedcorrmaskmasksflipped' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'] },
+ 'circgradbasedcorrmaskmasksflow' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'] },
+ 'circgradbasedcorrmaskmasksfullx' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'] },
+ 'circgradbasedcorrmaskmasksfully' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'] },
+ 'circgradbasedcorrmaskmasksinputdigest' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest'] },
+ 'circgradbasedcorrmaskmasksleft' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'] },
+ 'circgradbasedcorrmaskmasksmaskactive' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'] },
+ 'circgradbasedcorrmaskmasksmaskblendmode' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
+ 'circgradbasedcorrmaskmasksmaskdigest' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
+ 'circgradbasedcorrmaskmasksmaskinverted' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
+ 'circgradbasedcorrmaskmasksmaskname' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'] },
+ 'circgradbasedcorrmaskmasksmasksubtype' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
+ 'circgradbasedcorrmaskmasksmasksyncid' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
+ 'circgradbasedcorrmaskmasksmaskversion' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
+ 'circgradbasedcorrmaskmasksmidpoint' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'] },
+ 'circgradbasedcorrmaskmasksorigin' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'] },
+ 'circgradbasedcorrmaskmasksperimetervalue' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
+ 'circgradbasedcorrmaskmasksradius' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'] },
+ 'circgradbasedcorrmaskmasksreferencepoint' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
+ 'circgradbasedcorrmaskmasksright' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'] },
+ 'circgradbasedcorrmaskmasksroundness' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'] },
+ 'circgradbasedcorrmaskmaskssizex' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'] },
+ 'circgradbasedcorrmaskmaskssizey' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'] },
+ 'circgradbasedcorrmaskmaskstop' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'] },
+ 'circgradbasedcorrmaskmasksubtype' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'] },
+ 'circgradbasedcorrmaskmasksvalue' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'] },
+ 'circgradbasedcorrmaskmasksversion' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'] },
+ 'circgradbasedcorrmaskmaskswhat' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'] },
+ 'circgradbasedcorrmaskmaskswholeimagearea' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
+ 'circgradbasedcorrmaskmasksx' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksX'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksX'] },
+ 'circgradbasedcorrmaskmasksy' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksY'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksY'] },
+ 'circgradbasedcorrmaskmasksyncid' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'] },
+ 'circgradbasedcorrmaskmaskszerox' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'] },
+ 'circgradbasedcorrmaskmaskszeroy' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'] },
+ 'circgradbasedcorrmaskmaskversion' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'] },
+ 'circgradbasedcorrmaskmidpoint' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'] },
+ 'circgradbasedcorrmaskorigin' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrigin'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrigin'] },
+ 'circgradbasedcorrmaskperimetervalue' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
+ 'circgradbasedcorrmaskradius' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'] },
+ 'circgradbasedcorrmaskrange' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
+ 'circgradbasedcorrmaskrangeareamodels' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
+ 'circgradbasedcorrmaskrangeareamodelscolorsampleinfo' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'circgradbasedcorrmaskrangeareamodelscomponents' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'circgradbasedcorrmaskrangecoloramount' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
+ 'circgradbasedcorrmaskrangedepthfeather' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
+ 'circgradbasedcorrmaskrangedepthmax' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
+ 'circgradbasedcorrmaskrangedepthmin' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
+ 'circgradbasedcorrmaskrangeinvert' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
+ 'circgradbasedcorrmaskrangelumfeather' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
+ 'circgradbasedcorrmaskrangeluminancedepthsampleinfo' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'circgradbasedcorrmaskrangelummax' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
+ 'circgradbasedcorrmaskrangelummin' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
+ 'circgradbasedcorrmaskrangelumrange' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
+ 'circgradbasedcorrmaskrangesampletype' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
+ 'circgradbasedcorrmaskrangetype' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
+ 'circgradbasedcorrmaskrangeversion' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
+ 'circgradbasedcorrmaskreferencepoint' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'] },
+ 'circgradbasedcorrmaskright' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'] },
+ 'circgradbasedcorrmaskroundness' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'] },
+ 'circgradbasedcorrmasks' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'] },
+ 'circgradbasedcorrmasksizex' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'] },
+ 'circgradbasedcorrmasksizey' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'] },
+ 'circgradbasedcorrmasktop' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'] },
+ 'circgradbasedcorrmaskvalue' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'] },
+ 'circgradbasedcorrmaskversion' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'] },
+ 'circgradbasedcorrmaskwhat' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'] },
+ 'circgradbasedcorrmaskwholeimagearea' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'] },
+ 'circgradbasedcorrmaskx' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'] },
+ 'circgradbasedcorrmasky' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'] },
+ 'circgradbasedcorrmaskzerox' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'] },
+ 'circgradbasedcorrmaskzeroy' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'] },
+ 'circgradbasedcorrmoire' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'] },
+ 'circgradbasedcorrrangemask' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'] },
+ 'circgradbasedcorrrangemaskareamodels' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'] },
+ 'circgradbasedcorrrangemaskareamodelscolorsampleinfo' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'circgradbasedcorrrangemaskareamodelscomponents' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'circgradbasedcorrrangemaskcoloramount' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'] },
+ 'circgradbasedcorrrangemaskdepthfeather' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
+ 'circgradbasedcorrrangemaskdepthmax' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'] },
+ 'circgradbasedcorrrangemaskdepthmin' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'] },
+ 'circgradbasedcorrrangemaskinvert' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'] },
+ 'circgradbasedcorrrangemasklumfeather' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'] },
+ 'circgradbasedcorrrangemaskluminancedepthsampleinfo' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'circgradbasedcorrrangemasklummax' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'] },
+ 'circgradbasedcorrrangemasklummin' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'] },
+ 'circgradbasedcorrrangemasklumrange' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'] },
+ 'circgradbasedcorrrangemasksampletype' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'] },
+ 'circgradbasedcorrrangemasktype' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'] },
+ 'circgradbasedcorrrangemaskversion' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'] },
+ 'circgradbasedcorrsaturation' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation'] },
+ 'circgradbasedcorrshadows2012' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'] },
+ 'circgradbasedcorrsharpness' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'] },
+ 'circgradbasedcorrtemperature' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'] },
+ 'circgradbasedcorrtexture' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTexture'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTexture'] },
+ 'circgradbasedcorrtint' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'] },
+ 'circgradbasedcorrtoninghue' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'] },
+ 'circgradbasedcorrtoningsaturation' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningSaturation'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningSaturation'] },
+ 'circgradbasedcorrwhat' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'] },
+ 'circgradbasedcorrwhites2012' => { 502 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'], 504 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'] },
+ 'circulargradientbasedcorrections' => { 502 => 'CircularGradientBasedCorrections', 504 => 'CircularGradientBasedCorrections' },
+ 'city' => { 133 => 0x5a, 163 => 'City', 342 => 0x6d, 519 => 'City' },
+ 'city2' => { 342 => 0x80 },
+ 'clarity' => { 129 => 0x100f, 252 => 0x35, 253 => 0x3d, 442 => 0x2036, 502 => 'Clarity', 504 => 'Clarity' },
+ 'clarity2012' => { 502 => 'Clarity2012', 504 => 'Clarity2012' },
+ 'claritycontrol' => { 377 => 0x96 },
+ 'classification' => { 402 => 'clsf' },
+ 'classifystate' => { 133 => 0xe1 },
+ 'clearretouch' => { 342 => 0x7c },
+ 'clearretouchvalue' => { 342 => 0xa3 },
+ 'client' => { 531 => 'client' },
+ 'clientname' => { 510 => 'ClientName' },
+ 'clipboardaspectratio' => { 502 => 'ClipboardAspectRatio', 504 => 'ClipboardAspectRatio' },
+ 'clipboardorientation' => { 502 => 'ClipboardOrientation', 504 => 'ClipboardOrientation' },
+ 'clipfilename' => { 402 => 'clfn' },
+ 'clipid' => { 402 => 'clid' },
+ 'clmodeshootingspeed' => { 299 => '10.2', 300 => '11.3', 302 => '11.2', 303 => '11.2', 308 => '11.2', 309 => '10.2', 312 => '11.2', 313 => '11.2', 314 => '11.1', 315 => 0x3b, 316 => 0x3b, 317 => 0x3b },
+ 'cluster' => { 502 => 'Cluster', 504 => 'Cluster' },
+ 'cmcontrast' => { 327 => 0x2022 },
+ 'cmddialsreverserotation' => { 315 => 0xba, 316 => 0xba, 317 => 0xba },
+ 'cmexposurecompensation' => { 327 => 0x2000 },
+ 'cmhue' => { 327 => 0x2021 },
+ 'cmsaturation' => { 327 => 0x2020 },
+ 'cmsharpness' => { 327 => 0x2023 },
+ 'cmwhitebalance' => { 327 => 0x2001 },
+ 'cmwhitebalancecomp' => { 327 => 0x2002 },
+ 'cmwhitebalancegraypoint' => { 327 => 0x2010 },
+ 'codec' => { 171 => 'Codec' },
+ 'codedcharacterset' => { 134 => 0x5a },
+ 'codeversion' => { 402 => 'cver' },
+ 'collection' => { 332 => 'Collection' },
+ 'collectionname' => { 172 => [\'Collections','CollectionsCollectionName'], 402 => 'coll' },
+ 'collections' => { 172 => 'Collections', 497 => 'collections' },
+ 'collectionuri' => { 172 => [\'Collections','CollectionsCollectionURI'] },
+ 'color' => { 396 => 'player.movie.visual.color', 520 => 'color' },
+ 'coloraberrationcontrol' => { 292 => 0xc89224b },
+ 'coloradjustment' => { 419 => 0x14 },
+ 'coloradjustmentmode' => { 418 => 0x210 },
+ 'coloranta' => { 536 => [\'Colorants','ColorantsA'] },
+ 'colorantb' => { 536 => [\'Colorants','ColorantsB'] },
+ 'colorantblack' => { 536 => [\'Colorants','ColorantsBlack'] },
+ 'colorantblue' => { 536 => [\'Colorants','ColorantsBlue'] },
+ 'colorantcyan' => { 536 => [\'Colorants','ColorantsCyan'] },
+ 'colorantgray' => { 536 => [\'Colorants','ColorantsGray'] },
+ 'colorantgreen' => { 536 => [\'Colorants','ColorantsGreen'] },
+ 'colorantl' => { 536 => [\'Colorants','ColorantsL'] },
+ 'colorantmagenta' => { 536 => [\'Colorants','ColorantsMagenta'] },
+ 'colorantmode' => { 536 => [\'Colorants','ColorantsMode'] },
+ 'colorantred' => { 536 => [\'Colorants','ColorantsRed'] },
+ 'colorants' => { 536 => 'Colorants' },
+ 'colorantswatchname' => { 536 => [\'Colorants','ColorantsSwatchName'] },
+ 'coloranttint' => { 536 => [\'Colorants','ColorantsTint'] },
+ 'coloranttype' => { 536 => [\'Colorants','ColorantsType'] },
+ 'colorantyellow' => { 536 => [\'Colorants','ColorantsYellow'] },
+ 'colorbalance' => { 158 => 'ColorBalance' },
+ 'colorbalanceadj' => { 292 => 0x76a43202 },
+ 'colorbalanceblue' => { 183 => 0x1e },
+ 'colorbalancegreen' => { 183 => 0x1d },
+ 'colorbalancered' => { 183 => 0x1c },
+ 'colorbalanceversion' => { 208 => 0x4, 209 => 0x4, 210 => 0x0 },
+ 'colorblur' => { 111 => 0x65 },
+ 'colorbluron' => { 105 => 0x20704 },
+ 'colorbooster' => { 292 => 0x5f0e7d23 },
+ 'colorboostlevel' => { 286 => 0x1 },
+ 'colorboosttype' => { 286 => 0x0 },
+ 'colorchromeeffect' => { 129 => 0x1048 },
+ 'colorchromefxblue' => { 129 => 0x104e },
+ 'colorclass' => { 388 => 0xde, 389 => 'ColorClass' },
+ 'colorcompensationfilter' => { 186 => [0x3a,0x5f], 188 => 0x111, 442 => 0xb022 },
+ 'colorcompensationfiltercustom' => { 429 => 0xd, 430 => 0xc },
+ 'colorcompensationfilterset' => { 429 => 0x8, 430 => 0x7, 431 => 0x18, 447 => 0xf },
+ 'colorcontrol' => { 324 => 0x102b },
+ 'colorcorrection' => { 478 => 0x8015 },
'colorcorrectionmatrix' => { 1 => 0x3e },
- 'colorcreatoreffect' => { 317 => 0x532 },
- 'colordataversion' => { 41 => 0x0, 42 => 0x0, 44 => 0x0, 45 => 0x0, 46 => 0x0, 47 => 0x0, 48 => 0x0, 49 => 0x0, 50 => 0x0 },
- 'coloreffect' => { 340 => 0x28 },
- 'colorfilter' => { 112 => 0x17, 113 => 0x3017, 181 => 0x29, 189 => [0x38,0x4d,0x4f], 382 => 0x17 },
- 'colorgain' => { 257 => 0x51 },
- 'colorgradeblending' => { 500 => 'ColorGradeBlending', 502 => 'ColorGradeBlending' },
- 'colorgradeglobalhue' => { 500 => 'ColorGradeGlobalHue', 502 => 'ColorGradeGlobalHue' },
- 'colorgradegloballum' => { 500 => 'ColorGradeGlobalLum', 502 => 'ColorGradeGlobalLum' },
- 'colorgradeglobalsat' => { 500 => 'ColorGradeGlobalSat', 502 => 'ColorGradeGlobalSat' },
- 'colorgradehighlightlum' => { 500 => 'ColorGradeHighlightLum', 502 => 'ColorGradeHighlightLum' },
- 'colorgrademidtonehue' => { 500 => 'ColorGradeMidtoneHue', 502 => 'ColorGradeMidtoneHue' },
- 'colorgrademidtonelum' => { 500 => 'ColorGradeMidtoneLum', 502 => 'ColorGradeMidtoneLum' },
- 'colorgrademidtonesat' => { 500 => 'ColorGradeMidtoneSat', 502 => 'ColorGradeMidtoneSat' },
- 'colorgradeshadowlum' => { 500 => 'ColorGradeShadowLum', 502 => 'ColorGradeShadowLum' },
- 'colorhue' => { 103 => 0x20900, 234 => 0x8d },
- 'colorimetricreference' => { 119 => 0xc6bf },
- 'colorlabel' => { 505 => 'ColorLabel' },
- 'colormatrix' => { 63 => 0xa, 321 => 0x200, 322 => 0x1011, 414 => 0xa030 },
- 'colormatrix1' => { 119 => 0xc621, 384 => 0x106 },
- 'colormatrix2' => { 119 => 0xc622, 325 => 0x200, 384 => 0x226 },
- 'colormatrix3' => { 119 => 0xcd33 },
- 'colormatrixa' => { 375 => 0x203 },
- 'colormatrixa2' => { 375 => 0x21c },
- 'colormatrixadobergb' => { 414 => 0xa032 },
- 'colormatrixb' => { 375 => 0x204 },
- 'colormatrixb2' => { 375 => 0x21d },
- 'colormatrixnumber' => { 322 => 0x1019 },
- 'colormatrixsrgb' => { 414 => 0xa031 },
- 'colormode' => { 113 => 0x3015, 127 => 0x1210, 140 => 0x66, 181 => 0x28, 184 => 0x16, 186 => 0x101, 187 => 0x36, 189 => 0x7, 234 => 0x3, 280 => 0x4, 340 => 0x32, 417 => 0x2c, 440 => 0xb029, 517 => 'ColorMode' },
- 'colormoirereduction' => { 103 => 0x20670, 291 => 0x15 },
- 'colormoirereductionmode' => { 291 => 0x5 },
- 'colormoirereductionon' => { 103 => '0x20670.0' },
- 'colornoisereduction' => { 476 => 0x8029, 500 => 'ColorNoiseReduction', 502 => 'ColorNoiseReduction' },
- 'colornoisereductiondetail' => { 500 => 'ColorNoiseReductionDetail', 502 => 'ColorNoiseReductionDetail' },
- 'colornoisereductionintensity' => { 291 => 0x18 },
- 'colornoisereductionsharpness' => { 291 => 0x1c },
- 'colornoisereductionsmoothness' => { 500 => 'ColorNoiseReductionSmoothness', 502 => 'ColorNoiseReductionSmoothness' },
- 'colorplanes' => { 123 => 0x2 },
- 'colorprofile' => { 181 => 0x33 },
- 'colorprofilesettings' => { 317 => 0x539 },
- 'colorrepresentation' => { 133 => 0x3c },
- 'colorsaturationadj' => { 103 => 0x20305 },
- 'colorsequence' => { 133 => 0x41 },
- 'colorspace' => { 51 => 0x3, 64 => 0xb4, 97 => 0x10b4, 119 => 0xa001, 135 => 0x3, 162 => 'ColorSpace', 182 => 0x2f, 183 => 0x25, 184 => 0x17, 234 => 0x1e, 317 => 0x507, 375 => 0x37, 414 => 0xa011, 417 => 0xb, 427 => 0x1b, 428 => 0x83, 429 => 0xe, 445 => 0x6, 506 => 'ColorSpace' },
- 'colorspace2' => { 63 => 0x9 },
- 'colorspecapproximation' => { 135 => 0x2 },
- 'colorspecdata' => { 135 => 0x3 },
- 'colorspecmethod' => { 135 => 0x0 },
- 'colorspecprecedence' => { 135 => 0x1 },
- 'colortempasshot' => { 38 => 0x4, 39 => 0x7, 40 => 0x1d, 41 => 0x59, 42 => 0x6d, 43 => 0x26, 44 => 0x43, 47 => 0x43, 48 => 0x43, 49 => 0x43, 50 => 0x4b },
- 'colortempauto' => { 38 => 0x9, 39 => 0xf, 40 => 0x22, 41 => 0x5e, 42 => 0x72, 43 => 0x1c, 44 => 0x48, 47 => 0x48, 48 => 0x48, 49 => 0x48, 50 => 0x50 },
- 'colortempcloudy' => { 38 => 0x22, 39 => 0x37, 40 => 0x31, 41 => 0xa4, 42 => 0xdb, 43 => 0x35, 44 => 0x5c, 47 => 0x75, 48 => 0x8e, 49 => 0x93, 50 => 0x96, 375 => 0x55 },
- 'colortempcustom' => { 44 => 0x84 },
- 'colortempcustom1' => { 40 => 0x45 },
- 'colortempcustom2' => { 40 => 0x4a },
- 'colortempdaylight' => { 38 => 0x18, 39 => 0x27, 40 => 0x27, 41 => 0x9a, 42 => 0xd1, 43 => 0x2b, 44 => 0x52, 47 => 0x6b, 48 => 0x84, 49 => 0x89, 50 => 0x8c, 375 => 0x53 },
- 'colortemperature' => { 7 => 0x73, 8 => [0x48,0x4e], 9 => 0xc0, 10 => 0x37, 11 => 0x62, 12 => 0x37, 13 => 0x7c, 14 => 0x73, 15 => 0x73, 16 => 0x77, 17 => 0x73, 18 => 0x7c, 19 => 0x58, 20 => 0x73, 21 => 0xc0, 22 => 0x7f, 23 => 0x7d, 24 => 0xc0, 25 => 0xc6, 26 => 0xc7, 27 => 0x135, 28 => 0x7b, 29 => 0x13a, 64 => 0xae, 74 => 0x9, 97 => 0x10ae, 127 => 0x1005, 138 => 0x846, 156 => 'ColorTemperature', 182 => [0x6e,0x49], 183 => 0x3f, 184 => [0x39,0x5e], 186 => 0x10b, 189 => [0x3c,0x4c,0x4e], 335 => 0x321, 375 => 0x50, 407 => 0x1308, 440 => 0xb021, 500 => 'Temperature', 502 => 'Temperature' },
- 'colortemperatureadj' => { 476 => 0x8013 },
- 'colortemperatureauto' => { 234 => 0x4f },
- 'colortemperaturebg' => { 322 => 0x1013 },
- 'colortemperaturecustom' => { 427 => 0xc, 428 => 0xb },
- 'colortemperaturerg' => { 322 => 0x1014 },
- 'colortemperatureset' => { 427 => 0x7, 428 => 0x6 },
- 'colortemperaturesetting' => { 184 => 0x25, 429 => 0x17, 445 => 0xe },
- 'colortempflash' => { 38 => 0x36, 39 => 0x57, 40 => 0x40, 41 => 0xb8, 42 => 0xef, 43 => 0x49, 44 => 0x70, 47 => 0x89, 48 => 0xa2, 49 => 0xa7, 50 => 0xaa, 375 => 0x5a },
- 'colortempflashdata' => { 44 => 0x24a },
- 'colortempfluorescent' => { 38 => 0x2c, 39 => 0x47, 40 => 0x3b, 41 => 0xae, 42 => 0xe5, 43 => 0x3f, 44 => 0x66, 47 => 0x7f, 48 => 0x98, 49 => 0x9d, 50 => 0xa0 },
- 'colortempfluorescentd' => { 375 => 0x57 },
- 'colortempfluorescentn' => { 375 => 0x58 },
- 'colortempfluorescentw' => { 375 => 0x59 },
- 'colortempkelvin' => { 38 => 0x31, 39 => 0x4f, 41 => 0xb3, 42 => 0xea, 43 => 0x44, 44 => 0x6b, 47 => 0x84, 48 => 0x9d, 49 => 0xa2, 50 => 0xa5, 340 => 0x44, 407 => 0x1307 },
- 'colortempmeasured' => { 38 => 0xe, 39 => 0x17, 41 => 0x63, 42 => 0x77, 44 => 0x4d, 47 => 0x4d, 48 => 0x4d, 49 => 0x4d, 50 => 0x55 },
- 'colortemppc1' => { 43 => 0x94, 44 => 0x75 },
- 'colortemppc2' => { 43 => 0x99, 44 => 0x7a },
- 'colortemppc3' => { 43 => 0x9e, 44 => 0x7f },
- 'colortempshade' => { 38 => 0x1d, 39 => 0x2f, 40 => 0x2c, 41 => 0x9f, 42 => 0xd6, 43 => 0x30, 44 => 0x57, 47 => 0x70, 48 => 0x89, 49 => 0x8e, 50 => 0x91, 375 => 0x54 },
- 'colortemptungsten' => { 38 => 0x27, 39 => 0x3f, 40 => 0x36, 41 => 0xa9, 42 => 0xe0, 43 => 0x3a, 44 => 0x61, 47 => 0x7a, 48 => 0x93, 49 => 0x98, 50 => 0x9b, 375 => 0x56 },
- 'colortempunknown' => { 38 => 0x13, 39 => 0x1f, 41 => 0x68, 42 => 0x7c, 43 => 0x21, 47 => 0x52, 48 => 0x52, 49 => 0x52, 50 => 0x5a },
- 'colortempunknown10' => { 38 => 0x63, 39 => 0x9f, 41 => 0x95, 42 => 0xa9, 43 => 0x76, 47 => 0xa2, 48 => 0x7f, 49 => 0x7f, 50 => 0x87 },
- 'colortempunknown11' => { 38 => 0x68, 39 => 0xa7, 41 => 0xbd, 42 => [0xae,0xb3], 43 => 0x7b, 47 => 0xa7, 48 => 0xa7, 49 => 0x84, 50 => 0xaf },
- 'colortempunknown12' => { 38 => 0x6d, 39 => 0xaf, 41 => 0xc2, 42 => 0xb8, 43 => 0x80, 47 => 0xac, 48 => 0xac, 49 => 0xac, 50 => 0xb4 },
- 'colortempunknown13' => { 38 => 0x72, 39 => 0xb7, 41 => 0xc7, 42 => 0xbd, 43 => 0x85, 47 => 0xb1, 48 => 0xb1, 49 => 0xb1, 50 => 0xb9 },
- 'colortempunknown14' => { 41 => 0xcc, 42 => 0xc2, 43 => 0x8a, 47 => 0xb6, 48 => 0xb6, 49 => 0xb6, 50 => 0xbe },
- 'colortempunknown15' => { 41 => 0xd1, 42 => 0xc7, 43 => 0x8f, 47 => 0xbb, 48 => 0xbb, 49 => 0xbb, 50 => 0xc3 },
- 'colortempunknown16' => { 41 => 0xd6, 42 => 0xcc, 43 => 0xa3, 48 => 0xc0, 49 => 0xc0, 50 => 0xc8 },
- 'colortempunknown17' => { 41 => 0xdb, 42 => 0xf4, 48 => 0xc5, 49 => 0xc5, 50 => 0xcd },
- 'colortempunknown18' => { 41 => 0xe0, 42 => 0xf9, 48 => 0xca, 49 => 0xca, 50 => 0xd2 },
- 'colortempunknown19' => { 41 => 0xe5, 42 => 0xfe, 48 => 0xcf, 49 => 0xcf, 50 => 0xd7 },
- 'colortempunknown2' => { 38 => 0x3b, 39 => 0x5f, 41 => 0x6d, 42 => 0x81, 43 => 0x4e, 47 => 0x57, 48 => 0x57, 49 => 0x57, 50 => 0x5f },
- 'colortempunknown20' => { 41 => 0xea, 42 => 0x103, 48 => 0xd4, 49 => 0xd4, 50 => 0xdc },
- 'colortempunknown21' => { 41 => 0xef, 42 => 0x108, 49 => 0xd9, 50 => 0xe1 },
- 'colortempunknown22' => { 41 => 0xf4, 42 => 0x10d, 49 => 0xde, 50 => 0xe6 },
- 'colortempunknown23' => { 41 => 0xf9, 42 => 0x112, 49 => 0xe3, 50 => 0xeb },
- 'colortempunknown24' => { 41 => 0xfe, 42 => 0x117, 49 => 0xe8, 50 => 0xf0 },
- 'colortempunknown25' => { 41 => 0x103, 42 => 0x11c, 49 => 0xed, 50 => 0xf5 },
- 'colortempunknown26' => { 41 => 0x108, 42 => 0x121, 49 => 0xf2, 50 => 0xfa },
- 'colortempunknown27' => { 41 => 0x10d, 42 => 0x126, 49 => 0xf7, 50 => 0xff },
- 'colortempunknown28' => { 41 => 0x112, 49 => 0xfc, 50 => 0x104 },
- 'colortempunknown29' => { 41 => 0x117, 49 => 0x101, 50 => 0x109 },
- 'colortempunknown3' => { 38 => 0x40, 39 => 0x67, 41 => 0x72, 42 => 0x86, 43 => 0x53, 47 => 0x5c, 48 => 0x5c, 49 => 0x5c, 50 => 0x64 },
- 'colortempunknown30' => { 49 => 0x106 },
- 'colortempunknown4' => { 38 => 0x45, 39 => 0x6f, 41 => 0x77, 42 => 0x8b, 43 => 0x58, 47 => 0x61, 48 => 0x61, 49 => 0x61, 50 => 0x69 },
- 'colortempunknown5' => { 38 => 0x4a, 39 => 0x77, 41 => 0x7c, 42 => 0x90, 43 => 0x5d, 47 => 0x66, 48 => 0x66, 49 => 0x66, 50 => 0x6e },
- 'colortempunknown6' => { 38 => 0x4f, 39 => 0x7f, 41 => 0x81, 42 => 0x95, 43 => 0x62, 47 => 0x8e, 48 => 0x6b, 49 => 0x6b, 50 => 0x73 },
- 'colortempunknown7' => { 38 => 0x54, 39 => 0x87, 41 => 0x86, 42 => 0x9a, 43 => 0x67, 47 => 0x93, 48 => 0x70, 49 => 0x70, 50 => 0x78 },
- 'colortempunknown8' => { 38 => 0x59, 39 => 0x8f, 41 => 0x8b, 42 => 0x9f, 43 => 0x6c, 47 => 0x98, 48 => 0x75, 49 => 0x75, 50 => 0x7d },
- 'colortempunknown9' => { 38 => 0x5e, 39 => 0x97, 41 => 0x90, 42 => 0xa4, 43 => 0x71, 47 => 0x9d, 48 => 0x7a, 49 => 0x7a, 50 => 0x82 },
- 'colortint' => { 339 => 0x35c },
- 'colortone' => { 10 => 0x6f, 12 => 0x77, 34 => 0x2a, 51 => 0x2, 63 => 0x8 },
- 'colortoneadj' => { 103 => 0x20304, 108 => 0x11e },
- 'colortoneauto' => { 71 => 0x9c },
- 'colortonefaithful' => { 19 => 0x107, 70 => 0x6c, 71 => 0x6c },
- 'colortonelandscape' => { 19 => 0x105, 70 => 0x3c, 71 => 0x3c },
- 'colortonemonochrome' => { 70 => 0x84, 71 => 0x84 },
- 'colortoneneutral' => { 19 => 0x106, 70 => 0x54, 71 => 0x54 },
- 'colortoneportrait' => { 19 => 0x104, 70 => 0x24, 71 => 0x24 },
- 'colortonestandard' => { 19 => 0x103, 70 => 0xc, 71 => 0xc },
- 'colortoneuserdef1' => { 19 => 0x109, 70 => 0x9c, 71 => 0xb4 },
- 'colortoneuserdef2' => { 19 => 0x10a, 70 => 0xb4, 71 => 0xcc },
- 'colortoneuserdef3' => { 19 => 0x10b, 70 => 0xcc, 71 => 0xe4 },
- 'comlenblksize' => { 138 => 0xfde8 },
- 'commanddialplaybackmode' => { 313 => 0x1cb, 314 => 0x1cb, 315 => 0x1e3 },
- 'commanddials' => { 308 => '5.1' },
- 'commanddialsaperturesetting' => { 297 => '17.3', 298 => '18.3', 300 => '18.3', 301 => '18.3', 306 => '33.3', 307 => '17.3', 310 => '18.3', 311 => '18.3' },
- 'commanddialschangemainsub' => { 297 => '17.2', 298 => '18.1', 300 => '18.1', 301 => '18.1', 306 => '33.2', 307 => '17.2', 310 => '18.1', 311 => '18.1' },
- 'commanddialsmenuandplayback' => { 297 => '17.4', 298 => '18.2', 300 => '18.2', 301 => '18.2', 306 => '33.4', 307 => '17.4', 310 => '18.2', 311 => '18.2' },
- 'commanddialsreverserotation' => { 297 => '17.1', 298 => '6.4', 300 => '6.2', 301 => '6.2', 302 => '16.2', 303 => '17.2', 306 => '33.1', 307 => '17.1', 310 => '6.2', 311 => '6.2', 312 => '18.1' },
- 'commanderchannel' => { 308 => '10.2', 309 => '25.2' },
- 'commandergroupa_ttl-aacomp' => { 308 => '13.1', 309 => '31.1' },
- 'commandergroupa_ttlcomp' => { 312 => '32.1' },
- 'commandergroupamanualoutput' => { 308 => '13.2', 309 => '28.2' },
- 'commandergroupamode' => { 308 => '11.2', 309 => '28.1' },
- 'commandergroupb_ttl-aacomp' => { 308 => '14.1', 309 => '32.1' },
- 'commandergroupb_ttlcomp' => { 312 => '33.1' },
- 'commandergroupbmanualoutput' => { 308 => '14.2', 309 => '29.2' },
- 'commandergroupbmode' => { 308 => '11.3', 309 => '29.1' },
- 'commanderinternalflash' => { 308 => '11.1', 309 => '27.1' },
- 'commanderinternalmanualoutput' => { 308 => '12.2', 309 => '27.2' },
- 'commanderinternalttlchannel' => { 306 => '18.2' },
- 'commanderinternalttlcomp' => { 308 => '12.1', 309 => '30.2', 312 => '31.2' },
- 'commanderinternalttlcompbuiltin' => { 306 => '20.1', 307 => '26.1' },
- 'commanderinternalttlcompgroupa' => { 306 => '21.1', 307 => '27.1' },
- 'commanderinternalttlcompgroupb' => { 306 => '22.1', 307 => '28.1' },
- 'comment' => { 0 => 0x2, 120 => 'Comment', 157 => 'Comment', 330 => 'Comment', 392 => "\xa9cmt", 394 => 'comment', 400 => "\xa9cmt" },
- 'compass' => { 410 => 0x4 },
- 'compatibleversion' => { 500 => 'CompatibleVersion', 502 => 'CompatibleVersion' },
- 'compilation' => { 392 => 'cpil' },
- 'compimageimagespersequence' => { 507 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfImagesInSequences'] },
- 'compimagemaxexposureall' => { 507 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfAll'] },
- 'compimagemaxexposureused' => { 507 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfUsed'] },
- 'compimageminexposureall' => { 507 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfAll'] },
- 'compimageminexposureused' => { 507 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfUsed'] },
- 'compimagenumsequences' => { 507 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfSequences'] },
- 'compimagesumexposureall' => { 507 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfAll'] },
- 'compimagesumexposureused' => { 507 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfUsed'] },
- 'compimagetotalexposureperiod' => { 507 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesTotalExposurePeriod'] },
- 'compimagevalues' => { 507 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesValues'] },
- 'complianceprofile' => { 519 => 'complianceProfile' },
- 'componentsconfiguration' => { 119 => 0x9101, 162 => 'Components', 506 => 'ComponentsConfiguration' },
- 'componentversion' => { 97 => 0x80c },
- 'composer' => { 179 => 'WM/Composer', 392 => ["\xa9com","\xa9wrt"], 400 => ["\xa9com","\xa9wrt"], 529 => 'composer' },
- 'composerid' => { 392 => 'cmID' },
- 'composerkeywords' => { 400 => "\xa9cok" },
- 'compositeimage' => { 119 => 0xa460, 507 => 'CompositeImage' },
- 'compositeimagecount' => { 119 => 0xa461, 507 => 'CompositeImageCount' },
- 'compositeimageexposuretimes' => { 119 => 0xa462, 507 => 'CompositeImageExposureTimes' },
- 'composition' => { 490 => 'Composition' },
- 'compositionadjust' => { 374 => '0.1' },
- 'compositionadjustrotation' => { 374 => 0x7 },
- 'compositionadjustx' => { 374 => 0x5 },
- 'compositionadjusty' => { 374 => 0x6 },
- 'compressedbitsperpixel' => { 119 => 0x9102, 506 => 'CompressedBitsPerPixel' },
- 'compressedimagesize' => { 186 => 0x40, 322 => 0x40 },
- 'compression' => { 119 => 0x103, 345 => 0xb, 525 => 'Compression' },
- 'compressionfactor' => { 317 => 0x50d },
- 'compressionformat' => { 63 => 0x4 },
- 'compressionratio' => { 162 => 'Compression', 322 => 0x1034 },
- 'compressorversion' => { 400 => 'CNCV' },
- 'condadobvfactor' => { 138 => 0xf3e },
- 'condadodaybvthresh' => { 138 => 0xf3c },
- 'condadodayoffsets' => { 138 => 0xf42 },
- 'condadofluoffsets' => { 138 => 0xf44 },
- 'condadofluthresh' => { 138 => 0xf41 },
- 'condadoillfactor' => { 138 => 0xf3f },
- 'condadoneurange' => { 138 => 0xf3d },
- 'condadotunoffsets' => { 138 => 0xf43 },
- 'condadotunthresh' => { 138 => 0xf40 },
- 'conductor' => { 179 => 'WM/Conductor', 392 => "\xa9con" },
- 'confidence' => { 485 => 'Confidence' },
- 'confidencelevel' => { 496 => 'ConfidenceLevel' },
- 'confidencemime' => { 485 => 'ConfidenceMime' },
- 'constrainedcropheight' => { 108 => 0x266, 386 => 0xd6 },
- 'constrainedcropwidth' => { 108 => 0x262, 386 => 0xd5 },
- 'contact' => { 131 => 0x76 },
- 'contactinfo' => { 500 => 'ContactInfo', 502 => 'ContactInfo', 518 => 'contactInfo' },
- 'container' => { 479 => 'Container' },
- 'containerdirectory' => { 479 => [\'Container','ContainerDirectory'] },
- 'containerdirectoryitem' => { 479 => [\'Container','ContainerDirectoryItem'] },
- 'containerdirectoryitemdatauri' => { 479 => [\'Container','ContainerDirectoryItemDataURI'] },
- 'containerdirectoryitemlength' => { 479 => [\'Container','ContainerDirectoryItemLength'] },
- 'containerdirectoryitemmime' => { 479 => [\'Container','ContainerDirectoryItemMime'] },
- 'containerdirectoryitempadding' => { 479 => [\'Container','ContainerDirectoryItemPadding'] },
- 'containerformat' => { 514 => 'ContainerFormat' },
- 'containerformatidentifier' => { 514 => [\'ContainerFormat','ContainerFormatIdentifier'] },
- 'containerformatname' => { 514 => [\'ContainerFormat','ContainerFormatName'] },
- 'contentcreatedate' => { 392 => "\xa9day", 400 => ['@day',"\xa9day"] },
- 'contentdistributor' => { 179 => 'WM/ContentDistributor' },
- 'contentdistributorid' => { 400 => 'cdis' },
- 'contentid' => { 400 => 'ccid' },
- 'contentidentifier' => { 1 => 0x11, 394 => 'content.identifier' },
- 'contentlocationcode' => { 131 => 0x1a },
- 'contentlocationname' => { 131 => 0x1b },
- 'contenttype' => { 519 => 'contentType' },
- 'continuousbracketing' => { 184 => 0x20 },
- 'continuousdrive' => { 34 => 0x5 },
- 'continuousmodedisplay' => { 313 => 0x51, 314 => 0x51, 315 => 0x51 },
- 'continuousmodeliveview' => { 311 => '77.2' },
- 'continuousshootingspeed' => { 84 => 0x610 },
- 'continuousshotlimit' => { 84 => 0x611 },
- 'contrast' => { 10 => 0x73, 12 => 0x75, 34 => 0xd, 112 => 0xc, 113 => [0x3012,0x20], 119 => [0xa408,0xfe54], 127 => [0x1004,0x1006], 156 => 'Contrast', 176 => 'Contrast', 181 => 0x20, 182 => 0x31, 183 => 0x27, 184 => 0x19, 189 => 0x2, 249 => 0x33, 250 => 0x37, 251 => 0x3f, 322 => 0x1029, 340 => 0x39, 342 => 0x300a, 375 => 0x20, 382 => 0xc, 394 => 'player.movie.visual.contrast', 401 => 0x24, 403 => 0x52, 407 => 0x1012, 417 => 0xd, 427 => 0x1d, 428 => 0x1a, 440 => 0x2004, 500 => 'Contrast', 502 => 'Contrast', 506 => 'Contrast' },
- 'contrast2012' => { 500 => 'Contrast2012', 502 => 'Contrast2012' },
- 'contrastadj' => { 103 => 0x20303, 108 => 0x115, 293 => 0x2c, 476 => 0x8017 },
- 'contrastauto' => { 71 => 0x90 },
- 'contrastcurve' => { 234 => 0x8c },
- 'contrastdetectaf' => { 193 => 0x4 },
- 'contrastdetectafarea' => { 375 => 0x231 },
- 'contrastdetectafinfocus' => { 193 => [0x1c,0x52] },
- 'contrastfaithful' => { 19 => 0xec, 70 => 0x60, 71 => 0x60 },
- 'contrasthighlight' => { 375 => 0x6d },
- 'contrasthighlightshadowadj' => { 375 => 0x6f },
- 'contrastlandscape' => { 19 => 0xea, 70 => 0x30, 71 => 0x30 },
- 'contrastmode' => { 340 => 0x2c },
- 'contrastmonochrome' => { 19 => 0xed, 70 => 0x78, 71 => 0x78 },
- 'contrastneutral' => { 19 => 0xeb, 70 => 0x48, 71 => 0x48 },
- 'contrastportrait' => { 19 => 0xe9, 70 => 0x18, 71 => 0x18 },
- 'contrastsetting' => { 317 => 0x505, 325 => 0x1012, 429 => 0x10, 445 => 0x8 },
- 'contrastshadow' => { 375 => 0x6e },
- 'contraststandard' => { 19 => 0xe8, 70 => 0x0, 71 => 0x0 },
- 'contrastuserdef1' => { 19 => 0xee, 70 => 0x90, 71 => 0xa8 },
- 'contrastuserdef2' => { 19 => 0xef, 70 => 0xa8, 71 => 0xc0 },
- 'contrastuserdef3' => { 19 => 0xf0, 70 => 0xc0, 71 => 0xd8 },
- 'contributedmedia' => { 529 => 'contributedMedia' },
- 'contributedmediaduration' => { 529 => [\'contributedMedia','contributedMediaDuration'] },
- 'contributedmediadurationscale' => { 529 => [\'contributedMedia','contributedMediaDurationScale'] },
- 'contributedmediadurationvalue' => { 529 => [\'contributedMedia','contributedMediaDurationValue'] },
- 'contributedmediamanaged' => { 529 => [\'contributedMedia','contributedMediaManaged'] },
- 'contributedmediapath' => { 529 => [\'contributedMedia','contributedMediaPath'] },
- 'contributedmediastarttime' => { 529 => [\'contributedMedia','contributedMediaStartTime'] },
- 'contributedmediastarttimescale' => { 529 => [\'contributedMedia','contributedMediaStartTimeScale'] },
- 'contributedmediastarttimevalue' => { 529 => [\'contributedMedia','contributedMediaStartTimeValue'] },
- 'contributedmediatrack' => { 529 => [\'contributedMedia','contributedMediaTrack'] },
- 'contributedmediawebstatement' => { 529 => [\'contributedMedia','contributedMediaWebStatement'] },
- 'contributor' => { 503 => 'contributor', 514 => 'Contributor' },
- 'contributoridentifier' => { 514 => [\'Contributor','ContributorIdentifier'] },
- 'contributorname' => { 514 => [\'Contributor','ContributorName'] },
- 'contributorrole' => { 514 => [\'Contributor','ContributorRole'] },
- 'contributors' => { 157 => 'Contributors' },
- 'controldialset' => { 184 => 0x46 },
- 'controlledvocabularyterm' => { 514 => 'CVterm' },
- 'controllerboardversion' => { 335 => 0x332 },
- 'controlmode' => { 77 => 0x12 },
- 'controlringresponse' => { 313 => 0x1d5, 314 => 0x1d5, 315 => 0x1ed },
- 'controlringrotation' => { 84 => 0x712 },
- 'conversionlens' => { 318 => 0x403, 340 => 0x35 },
- 'converter' => { 119 => 0xfe4d, 280 => 0xb, 500 => 'Converter', 502 => 'Converter' },
- 'converttograyscale' => { 500 => 'ConvertToGrayscale', 502 => 'ConvertToGrayscale' },
- 'cookingequipment' => { 521 => 'cookingEquipment' },
- 'cookingmethod' => { 521 => 'cookingMethod' },
- 'copyright' => { 0 => 0x3, 119 => 0x8298, 157 => 'Copyright', 330 => 'Copyright', 345 => 0x8298, 375 => 0x22f, 391 => 'Copyright', 392 => ['cprt',"\xa9cpy"], 394 => 'copyright', 400 => ['cprt',"\xa9cpy"], 500 => 'Copyright', 502 => 'Copyright', 516 => 'Copyright', 522 => 'copyright', 525 => 'Copyright', 529 => 'copyright' },
- 'copyrightflag' => { 389 => 0x40a },
- 'copyrightnotice' => { 131 => 0x74 },
- 'copyrightowner' => { 327 => 'CopyrightOwner' },
- 'copyrightownerid' => { 327 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerID'] },
- 'copyrightownerimageid' => { 327 => 'CopyrightOwnerImageID' },
- 'copyrightownername' => { 327 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerName'] },
- 'copyrightregistrationnumber' => { 327 => 'CopyrightRegistrationNumber' },
- 'copyrightstatus' => { 327 => 'CopyrightStatus' },
- 'copyrightyear' => { 514 => 'CopyrightYear', 519 => 'copyrightYear' },
- 'coringfilter' => { 321 => 0x310, 322 => 0x102d, 325 => 0x310 },
- 'coringvalues' => { 321 => 0x311, 325 => 0x311 },
- 'corporateentity' => { 519 => 'corporateEntity' },
- 'correlatedcolortemp' => { 339 => 0x35b },
- 'country' => { 161 => 'Country', 340 => 0x69, 517 => 'Country' },
- 'country-primarylocationcode' => { 131 => 0x64 },
- 'country-primarylocationname' => { 131 => 0x65 },
- 'countrycode' => { 233 => 0x5, 387 => 'CountryCode', 513 => 'CountryCode' },
- 'course' => { 521 => 'course' },
- 'coverage' => { 503 => 'coverage' },
- 'coverart' => { 392 => 'covr' },
- 'coverdate' => { 519 => 'coverDate' },
- 'coverdisplaydate' => { 519 => 'coverDisplayDate' },
- 'coveruri' => { 400 => 'cvru' },
- 'cpufirmwareversion' => { 375 => 0x28 },
- 'crc32' => { 504 => 'crc32' },
- 'createdate' => { 119 => 0x9004, 157 => 'CreateDate', 326 => 'CreationDate', 330 => 'create-date', 391 => 'CreationDate', 397 => 0x1, 527 => 'CreateDate' },
- 'creationdate' => { 394 => 'creationdate', 516 => 'CreationDate', 519 => 'creationDate' },
- 'creationtime' => { 330 => 'Creation Time' },
- 'creativestyle' => { 427 => 0x1a, 428 => 0x18, 438 => 0x41, 440 => 0xb020, 472 => 0x4a },
- 'creativestylesetting' => { 429 => 0xf, 445 => 0x7 },
- 'creativestylewaschanged' => { 476 => 0x8001 },
- 'creator' => { 326 => 'Creator', 391 => 'Creator', 503 => 'creator', 514 => 'Creator', 516 => 'Creator' },
- 'creatoraddress' => { 513 => [\'CreatorContactInfo','CreatorContactInfoCiAdrExtadr'] },
- 'creatorappid' => { 178 => 'CreatorAppId' },
- 'creatorcity' => { 513 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCity'] },
- 'creatorcontactinfo' => { 513 => 'CreatorContactInfo' },
- 'creatorcountry' => { 513 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCtry'] },
- 'creatoridentifier' => { 514 => [\'Creator','CreatorIdentifier'] },
- 'creatorname' => { 514 => [\'Creator','CreatorName'] },
- 'creatoropenwithuioptions' => { 178 => 'CreatorOpenWithUIOptions' },
- 'creatorpostalcode' => { 513 => [\'CreatorContactInfo','CreatorContactInfoCiAdrPcode'] },
- 'creatorregion' => { 513 => [\'CreatorContactInfo','CreatorContactInfoCiAdrRegion'] },
- 'creatorrole' => { 514 => [\'Creator','CreatorRole'] },
- 'creatortool' => { 527 => 'CreatorTool' },
- 'creatorworkemail' => { 513 => [\'CreatorContactInfo','CreatorContactInfoCiEmailWork'] },
- 'creatorworktelephone' => { 513 => [\'CreatorContactInfo','CreatorContactInfoCiTelWork'] },
- 'creatorworkurl' => { 513 => [\'CreatorContactInfo','CreatorContactInfoCiUrlWork'] },
- 'credit' => { 131 => 0x6e, 517 => 'Credit' },
- 'creditline' => { 522 => 'creditLine' },
- 'creditlinereq' => { 532 => 'CreditLineReq' },
- 'creditlinerequired' => { 327 => 'CreditLineRequired' },
- 'cropactive' => { 101 => 0x0, 108 => 0x244 },
- 'cropangle' => { 500 => 'CropAngle', 502 => 'CropAngle' },
- 'croparea' => { 234 => 0x45, 476 => 0x9011 },
- 'cropaspectratio' => { 103 => 0x30101, 108 => 0x260 },
- 'cropaspectratiocustom' => { 103 => 0x30102 },
- 'cropbottom' => { 123 => 0x9, 285 => 0x36, 345 => 0x31, 386 => 0xdc, 500 => 'CropBottom', 502 => 'CropBottom' },
- 'cropbottommargin' => { 53 => 0x3 },
- 'cropcircleactive' => { 109 => 0xd6 },
- 'cropcircleradius' => { 109 => 0xd9 },
- 'cropcirclex' => { 109 => 0xd7 },
- 'cropcircley' => { 109 => 0xd8 },
- 'cropconstraintowarp' => { 500 => 'CropConstrainToWarp', 502 => 'CropConstrainToWarp' },
- 'croph' => { 494 => 'CropH' },
- 'cropheight' => { 101 => 0x6, 108 => 0x24c, 321 => 0x615, 325 => 0x615, 500 => 'CropHeight', 502 => 'CropHeight' },
- 'crophispeed' => { 234 => 0x1b },
- 'cropleft' => { 108 => 0x246, 123 => 0x6, 285 => 0x1e, 321 => 0x612, 325 => 0x612, 345 => 0x30, 386 => 0xd9, 500 => 'CropLeft', 502 => 'CropLeft' },
- 'cropleftmargin' => { 53 => 0x0 },
- 'cropmode' => { 127 => 0x104d, 407 => 0x1018 },
- 'croporiginalheight' => { 101 => 0xb },
- 'croporiginalwidth' => { 101 => 0xa },
- 'cropoutputheight' => { 285 => 0xce },
- 'cropoutputheightinches' => { 285 => 0x96 },
- 'cropoutputpixels' => { 285 => 0xd6 },
- 'cropoutputresolution' => { 285 => 0xb6 },
- 'cropoutputscale' => { 285 => 0xbe },
- 'cropoutputwidth' => { 285 => 0xc6 },
- 'cropoutputwidthinches' => { 285 => 0x8e },
- 'croppedareaimageheightpixels' => { 488 => 'CroppedAreaImageHeightPixels', 489 => 'CroppedAreaImageHeightPixels' },
- 'croppedareaimagewidthpixels' => { 488 => 'CroppedAreaImageWidthPixels', 489 => 'CroppedAreaImageWidthPixels' },
- 'croppedarealeftpixels' => { 488 => 'CroppedAreaLeftPixels', 489 => 'CroppedAreaLeftPixels' },
- 'croppedareatoppixels' => { 488 => 'CroppedAreaTopPixels', 489 => 'CroppedAreaTopPixels' },
- 'croppedimageheight' => { 5 => 0x2, 407 => 0x1604 },
+ 'colorcreatoreffect' => { 319 => 0x532 },
+ 'colordataversion' => { 42 => 0x0, 43 => 0x0, 45 => 0x0, 46 => 0x0, 47 => 0x0, 48 => 0x0, 49 => 0x0, 50 => 0x0, 51 => 0x0 },
+ 'coloreffect' => { 342 => 0x28 },
+ 'colorfilter' => { 114 => 0x17, 115 => 0x3017, 183 => 0x29, 191 => [0x38,0x4d,0x4f], 384 => 0x17 },
+ 'colorgain' => { 259 => 0x51 },
+ 'colorgradeblending' => { 502 => 'ColorGradeBlending', 504 => 'ColorGradeBlending' },
+ 'colorgradeglobalhue' => { 502 => 'ColorGradeGlobalHue', 504 => 'ColorGradeGlobalHue' },
+ 'colorgradegloballum' => { 502 => 'ColorGradeGlobalLum', 504 => 'ColorGradeGlobalLum' },
+ 'colorgradeglobalsat' => { 502 => 'ColorGradeGlobalSat', 504 => 'ColorGradeGlobalSat' },
+ 'colorgradehighlightlum' => { 502 => 'ColorGradeHighlightLum', 504 => 'ColorGradeHighlightLum' },
+ 'colorgrademidtonehue' => { 502 => 'ColorGradeMidtoneHue', 504 => 'ColorGradeMidtoneHue' },
+ 'colorgrademidtonelum' => { 502 => 'ColorGradeMidtoneLum', 504 => 'ColorGradeMidtoneLum' },
+ 'colorgrademidtonesat' => { 502 => 'ColorGradeMidtoneSat', 504 => 'ColorGradeMidtoneSat' },
+ 'colorgradeshadowlum' => { 502 => 'ColorGradeShadowLum', 504 => 'ColorGradeShadowLum' },
+ 'colorhue' => { 105 => 0x20900, 236 => 0x8d },
+ 'colorimetricreference' => { 121 => 0xc6bf },
+ 'colorlabel' => { 507 => 'ColorLabel' },
+ 'colormatrix' => { 64 => 0xa, 323 => 0x200, 324 => 0x1011, 416 => 0xa030 },
+ 'colormatrix1' => { 121 => 0xc621, 386 => 0x106 },
+ 'colormatrix2' => { 121 => 0xc622, 327 => 0x200, 386 => 0x226 },
+ 'colormatrix3' => { 121 => 0xcd33 },
+ 'colormatrixa' => { 377 => 0x203 },
+ 'colormatrixa2' => { 377 => 0x21c },
+ 'colormatrixadobergb' => { 416 => 0xa032 },
+ 'colormatrixb' => { 377 => 0x204 },
+ 'colormatrixb2' => { 377 => 0x21d },
+ 'colormatrixnumber' => { 324 => 0x1019 },
+ 'colormatrixsrgb' => { 416 => 0xa031 },
+ 'colormode' => { 115 => 0x3015, 129 => 0x1210, 142 => 0x66, 183 => 0x28, 186 => 0x16, 188 => 0x101, 189 => 0x36, 191 => 0x7, 236 => 0x3, 282 => 0x4, 342 => 0x32, 419 => 0x2c, 442 => 0xb029, 519 => 'ColorMode' },
+ 'colormoirereduction' => { 105 => 0x20670, 293 => 0x15 },
+ 'colormoirereductionmode' => { 293 => 0x5 },
+ 'colormoirereductionon' => { 105 => '0x20670.0' },
+ 'colornoisereduction' => { 478 => 0x8029, 502 => 'ColorNoiseReduction', 504 => 'ColorNoiseReduction' },
+ 'colornoisereductiondetail' => { 502 => 'ColorNoiseReductionDetail', 504 => 'ColorNoiseReductionDetail' },
+ 'colornoisereductionintensity' => { 293 => 0x18 },
+ 'colornoisereductionsharpness' => { 293 => 0x1c },
+ 'colornoisereductionsmoothness' => { 502 => 'ColorNoiseReductionSmoothness', 504 => 'ColorNoiseReductionSmoothness' },
+ 'colorplanes' => { 125 => 0x2 },
+ 'colorprofile' => { 183 => 0x33 },
+ 'colorprofilesettings' => { 319 => 0x539 },
+ 'colorrepresentation' => { 135 => 0x3c },
+ 'colorsaturationadj' => { 105 => 0x20305 },
+ 'colorsequence' => { 135 => 0x41 },
+ 'colorspace' => { 52 => 0x3, 65 => 0xb4, 99 => 0x10b4, 121 => 0xa001, 137 => 0x3, 164 => 'ColorSpace', 184 => 0x2f, 185 => 0x25, 186 => 0x17, 236 => 0x1e, 319 => 0x507, 377 => 0x37, 416 => 0xa011, 419 => 0xb, 429 => 0x1b, 430 => 0x83, 431 => 0xe, 447 => 0x6, 508 => 'ColorSpace' },
+ 'colorspace2' => { 64 => 0x9 },
+ 'colorspecapproximation' => { 137 => 0x2 },
+ 'colorspecdata' => { 137 => 0x3 },
+ 'colorspecmethod' => { 137 => 0x0 },
+ 'colorspecprecedence' => { 137 => 0x1 },
+ 'colortempasshot' => { 39 => 0x4, 40 => 0x7, 41 => 0x1d, 42 => 0x59, 43 => 0x6d, 44 => 0x26, 45 => 0x43, 48 => 0x43, 49 => 0x43, 50 => 0x43, 51 => 0x4b },
+ 'colortempauto' => { 39 => 0x9, 40 => 0xf, 41 => 0x22, 42 => 0x5e, 43 => 0x72, 44 => 0x1c, 45 => 0x48, 48 => 0x48, 49 => 0x48, 50 => 0x48, 51 => 0x50 },
+ 'colortempcloudy' => { 39 => 0x22, 40 => 0x37, 41 => 0x31, 42 => 0xa4, 43 => 0xdb, 44 => 0x35, 45 => 0x5c, 48 => 0x75, 49 => 0x8e, 50 => 0x93, 51 => 0x96, 377 => 0x55 },
+ 'colortempcustom' => { 45 => 0x84 },
+ 'colortempcustom1' => { 41 => 0x45 },
+ 'colortempcustom2' => { 41 => 0x4a },
+ 'colortempdaylight' => { 39 => 0x18, 40 => 0x27, 41 => 0x27, 42 => 0x9a, 43 => 0xd1, 44 => 0x2b, 45 => 0x52, 48 => 0x6b, 49 => 0x84, 50 => 0x89, 51 => 0x8c, 377 => 0x53 },
+ 'colortemperature' => { 7 => 0x73, 8 => [0x48,0x4e], 9 => 0xc0, 10 => 0x37, 11 => 0x62, 12 => 0x37, 13 => 0x7c, 14 => 0x73, 15 => 0x73, 16 => 0x77, 17 => 0x73, 18 => 0x7c, 19 => 0x58, 20 => 0x73, 21 => 0xc0, 22 => 0x7f, 23 => 0x7d, 24 => 0xc0, 25 => 0xc6, 26 => 0xc7, 27 => 0x135, 28 => 0x7b, 29 => 0x13a, 65 => 0xae, 75 => 0x9, 99 => 0x10ae, 129 => 0x1005, 140 => 0x846, 158 => 'ColorTemperature', 184 => [0x6e,0x49], 185 => 0x3f, 186 => [0x39,0x5e], 188 => 0x10b, 191 => [0x3c,0x4c,0x4e], 337 => 0x321, 377 => 0x50, 409 => 0x1308, 442 => 0xb021, 502 => 'Temperature', 504 => 'Temperature' },
+ 'colortemperatureadj' => { 478 => 0x8013 },
+ 'colortemperatureauto' => { 236 => 0x4f },
+ 'colortemperaturebg' => { 324 => 0x1013 },
+ 'colortemperaturecustom' => { 429 => 0xc, 430 => 0xb },
+ 'colortemperaturerg' => { 324 => 0x1014 },
+ 'colortemperatureset' => { 429 => 0x7, 430 => 0x6 },
+ 'colortemperaturesetting' => { 186 => 0x25, 431 => 0x17, 447 => 0xe },
+ 'colortempflash' => { 39 => 0x36, 40 => 0x57, 41 => 0x40, 42 => 0xb8, 43 => 0xef, 44 => 0x49, 45 => 0x70, 48 => 0x89, 49 => 0xa2, 50 => 0xa7, 51 => 0xaa, 377 => 0x5a },
+ 'colortempflashdata' => { 45 => 0x24a },
+ 'colortempfluorescent' => { 39 => 0x2c, 40 => 0x47, 41 => 0x3b, 42 => 0xae, 43 => 0xe5, 44 => 0x3f, 45 => 0x66, 48 => 0x7f, 49 => 0x98, 50 => 0x9d, 51 => 0xa0 },
+ 'colortempfluorescentd' => { 377 => 0x57 },
+ 'colortempfluorescentn' => { 377 => 0x58 },
+ 'colortempfluorescentw' => { 377 => 0x59 },
+ 'colortempkelvin' => { 39 => 0x31, 40 => 0x4f, 42 => 0xb3, 43 => 0xea, 44 => 0x44, 45 => 0x6b, 48 => 0x84, 49 => 0x9d, 50 => 0xa2, 51 => 0xa5, 342 => 0x44, 409 => 0x1307 },
+ 'colortempmeasured' => { 39 => 0xe, 40 => 0x17, 42 => 0x63, 43 => 0x77, 45 => 0x4d, 48 => 0x4d, 49 => 0x4d, 50 => 0x4d, 51 => 0x55 },
+ 'colortemppc1' => { 44 => 0x94, 45 => 0x75 },
+ 'colortemppc2' => { 44 => 0x99, 45 => 0x7a },
+ 'colortemppc3' => { 44 => 0x9e, 45 => 0x7f },
+ 'colortempshade' => { 39 => 0x1d, 40 => 0x2f, 41 => 0x2c, 42 => 0x9f, 43 => 0xd6, 44 => 0x30, 45 => 0x57, 48 => 0x70, 49 => 0x89, 50 => 0x8e, 51 => 0x91, 377 => 0x54 },
+ 'colortemptungsten' => { 39 => 0x27, 40 => 0x3f, 41 => 0x36, 42 => 0xa9, 43 => 0xe0, 44 => 0x3a, 45 => 0x61, 48 => 0x7a, 49 => 0x93, 50 => 0x98, 51 => 0x9b, 377 => 0x56 },
+ 'colortempunknown' => { 39 => 0x13, 40 => 0x1f, 42 => 0x68, 43 => 0x7c, 44 => 0x21, 48 => 0x52, 49 => 0x52, 50 => 0x52, 51 => 0x5a },
+ 'colortempunknown10' => { 39 => 0x63, 40 => 0x9f, 42 => 0x95, 43 => 0xa9, 44 => 0x76, 48 => 0xa2, 49 => 0x7f, 50 => 0x7f, 51 => 0x87 },
+ 'colortempunknown11' => { 39 => 0x68, 40 => 0xa7, 42 => 0xbd, 43 => [0xae,0xb3], 44 => 0x7b, 48 => 0xa7, 49 => 0xa7, 50 => 0x84, 51 => 0xaf },
+ 'colortempunknown12' => { 39 => 0x6d, 40 => 0xaf, 42 => 0xc2, 43 => 0xb8, 44 => 0x80, 48 => 0xac, 49 => 0xac, 50 => 0xac, 51 => 0xb4 },
+ 'colortempunknown13' => { 39 => 0x72, 40 => 0xb7, 42 => 0xc7, 43 => 0xbd, 44 => 0x85, 48 => 0xb1, 49 => 0xb1, 50 => 0xb1, 51 => 0xb9 },
+ 'colortempunknown14' => { 42 => 0xcc, 43 => 0xc2, 44 => 0x8a, 48 => 0xb6, 49 => 0xb6, 50 => 0xb6, 51 => 0xbe },
+ 'colortempunknown15' => { 42 => 0xd1, 43 => 0xc7, 44 => 0x8f, 48 => 0xbb, 49 => 0xbb, 50 => 0xbb, 51 => 0xc3 },
+ 'colortempunknown16' => { 42 => 0xd6, 43 => 0xcc, 44 => 0xa3, 49 => 0xc0, 50 => 0xc0, 51 => 0xc8 },
+ 'colortempunknown17' => { 42 => 0xdb, 43 => 0xf4, 49 => 0xc5, 50 => 0xc5, 51 => 0xcd },
+ 'colortempunknown18' => { 42 => 0xe0, 43 => 0xf9, 49 => 0xca, 50 => 0xca, 51 => 0xd2 },
+ 'colortempunknown19' => { 42 => 0xe5, 43 => 0xfe, 49 => 0xcf, 50 => 0xcf, 51 => 0xd7 },
+ 'colortempunknown2' => { 39 => 0x3b, 40 => 0x5f, 42 => 0x6d, 43 => 0x81, 44 => 0x4e, 48 => 0x57, 49 => 0x57, 50 => 0x57, 51 => 0x5f },
+ 'colortempunknown20' => { 42 => 0xea, 43 => 0x103, 49 => 0xd4, 50 => 0xd4, 51 => 0xdc },
+ 'colortempunknown21' => { 42 => 0xef, 43 => 0x108, 50 => 0xd9, 51 => 0xe1 },
+ 'colortempunknown22' => { 42 => 0xf4, 43 => 0x10d, 50 => 0xde, 51 => 0xe6 },
+ 'colortempunknown23' => { 42 => 0xf9, 43 => 0x112, 50 => 0xe3, 51 => 0xeb },
+ 'colortempunknown24' => { 42 => 0xfe, 43 => 0x117, 50 => 0xe8, 51 => 0xf0 },
+ 'colortempunknown25' => { 42 => 0x103, 43 => 0x11c, 50 => 0xed, 51 => 0xf5 },
+ 'colortempunknown26' => { 42 => 0x108, 43 => 0x121, 50 => 0xf2, 51 => 0xfa },
+ 'colortempunknown27' => { 42 => 0x10d, 43 => 0x126, 50 => 0xf7, 51 => 0xff },
+ 'colortempunknown28' => { 42 => 0x112, 50 => 0xfc, 51 => 0x104 },
+ 'colortempunknown29' => { 42 => 0x117, 50 => 0x101, 51 => 0x109 },
+ 'colortempunknown3' => { 39 => 0x40, 40 => 0x67, 42 => 0x72, 43 => 0x86, 44 => 0x53, 48 => 0x5c, 49 => 0x5c, 50 => 0x5c, 51 => 0x64 },
+ 'colortempunknown30' => { 50 => 0x106 },
+ 'colortempunknown4' => { 39 => 0x45, 40 => 0x6f, 42 => 0x77, 43 => 0x8b, 44 => 0x58, 48 => 0x61, 49 => 0x61, 50 => 0x61, 51 => 0x69 },
+ 'colortempunknown5' => { 39 => 0x4a, 40 => 0x77, 42 => 0x7c, 43 => 0x90, 44 => 0x5d, 48 => 0x66, 49 => 0x66, 50 => 0x66, 51 => 0x6e },
+ 'colortempunknown6' => { 39 => 0x4f, 40 => 0x7f, 42 => 0x81, 43 => 0x95, 44 => 0x62, 48 => 0x8e, 49 => 0x6b, 50 => 0x6b, 51 => 0x73 },
+ 'colortempunknown7' => { 39 => 0x54, 40 => 0x87, 42 => 0x86, 43 => 0x9a, 44 => 0x67, 48 => 0x93, 49 => 0x70, 50 => 0x70, 51 => 0x78 },
+ 'colortempunknown8' => { 39 => 0x59, 40 => 0x8f, 42 => 0x8b, 43 => 0x9f, 44 => 0x6c, 48 => 0x98, 49 => 0x75, 50 => 0x75, 51 => 0x7d },
+ 'colortempunknown9' => { 39 => 0x5e, 40 => 0x97, 42 => 0x90, 43 => 0xa4, 44 => 0x71, 48 => 0x9d, 49 => 0x7a, 50 => 0x7a, 51 => 0x82 },
+ 'colortint' => { 341 => 0x35c },
+ 'colortone' => { 10 => 0x6f, 12 => 0x77, 35 => 0x2a, 52 => 0x2, 64 => 0x8 },
+ 'colortoneadj' => { 105 => 0x20304, 110 => 0x11e },
+ 'colortoneauto' => { 72 => 0x9c },
+ 'colortonefaithful' => { 19 => 0x107, 71 => 0x6c, 72 => 0x6c },
+ 'colortonelandscape' => { 19 => 0x105, 71 => 0x3c, 72 => 0x3c },
+ 'colortonemonochrome' => { 71 => 0x84, 72 => 0x84 },
+ 'colortoneneutral' => { 19 => 0x106, 71 => 0x54, 72 => 0x54 },
+ 'colortoneportrait' => { 19 => 0x104, 71 => 0x24, 72 => 0x24 },
+ 'colortonestandard' => { 19 => 0x103, 71 => 0xc, 72 => 0xc },
+ 'colortoneuserdef1' => { 19 => 0x109, 71 => 0x9c, 72 => 0xb4 },
+ 'colortoneuserdef2' => { 19 => 0x10a, 71 => 0xb4, 72 => 0xcc },
+ 'colortoneuserdef3' => { 19 => 0x10b, 71 => 0xcc, 72 => 0xe4 },
+ 'columninterleavefactor' => { 121 => 0xcd43 },
+ 'comlenblksize' => { 140 => 0xfde8 },
+ 'commanddialplaybackmode' => { 315 => 0x1cb, 316 => 0x1cb, 317 => 0x1e3 },
+ 'commanddials' => { 310 => '5.1' },
+ 'commanddialsaperturesetting' => { 299 => '17.3', 300 => '18.3', 302 => '18.3', 303 => '18.3', 308 => '33.3', 309 => '17.3', 312 => '18.3', 313 => '18.3' },
+ 'commanddialschangemainsub' => { 299 => '17.2', 300 => '18.1', 302 => '18.1', 303 => '18.1', 308 => '33.2', 309 => '17.2', 312 => '18.1', 313 => '18.1' },
+ 'commanddialsmenuandplayback' => { 299 => '17.4', 300 => '18.2', 302 => '18.2', 303 => '18.2', 308 => '33.4', 309 => '17.4', 312 => '18.2', 313 => '18.2' },
+ 'commanddialsreverserotation' => { 299 => '17.1', 300 => '6.4', 302 => '6.2', 303 => '6.2', 304 => '16.2', 305 => '17.2', 308 => '33.1', 309 => '17.1', 312 => '6.2', 313 => '6.2', 314 => '18.1' },
+ 'commanderchannel' => { 310 => '10.2', 311 => '25.2' },
+ 'commandergroupa_ttl-aacomp' => { 310 => '13.1', 311 => '31.1' },
+ 'commandergroupa_ttlcomp' => { 314 => '32.1' },
+ 'commandergroupamanualoutput' => { 310 => '13.2', 311 => '28.2' },
+ 'commandergroupamode' => { 310 => '11.2', 311 => '28.1' },
+ 'commandergroupb_ttl-aacomp' => { 310 => '14.1', 311 => '32.1' },
+ 'commandergroupb_ttlcomp' => { 314 => '33.1' },
+ 'commandergroupbmanualoutput' => { 310 => '14.2', 311 => '29.2' },
+ 'commandergroupbmode' => { 310 => '11.3', 311 => '29.1' },
+ 'commanderinternalflash' => { 310 => '11.1', 311 => '27.1' },
+ 'commanderinternalmanualoutput' => { 310 => '12.2', 311 => '27.2' },
+ 'commanderinternalttlchannel' => { 308 => '18.2' },
+ 'commanderinternalttlcomp' => { 310 => '12.1', 311 => '30.2', 314 => '31.2' },
+ 'commanderinternalttlcompbuiltin' => { 308 => '20.1', 309 => '26.1' },
+ 'commanderinternalttlcompgroupa' => { 308 => '21.1', 309 => '27.1' },
+ 'commanderinternalttlcompgroupb' => { 308 => '22.1', 309 => '28.1' },
+ 'comment' => { 0 => 0x2, 122 => 'Comment', 159 => 'Comment', 332 => 'Comment', 394 => "\xa9cmt", 396 => 'comment', 402 => "\xa9cmt" },
+ 'compass' => { 412 => 0x4 },
+ 'compatibleversion' => { 502 => 'CompatibleVersion', 504 => 'CompatibleVersion' },
+ 'compilation' => { 394 => 'cpil' },
+ 'compimageimagespersequence' => { 509 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfImagesInSequences'] },
+ 'compimagemaxexposureall' => { 509 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfAll'] },
+ 'compimagemaxexposureused' => { 509 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfUsed'] },
+ 'compimageminexposureall' => { 509 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfAll'] },
+ 'compimageminexposureused' => { 509 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfUsed'] },
+ 'compimagenumsequences' => { 509 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfSequences'] },
+ 'compimagesumexposureall' => { 509 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfAll'] },
+ 'compimagesumexposureused' => { 509 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfUsed'] },
+ 'compimagetotalexposureperiod' => { 509 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesTotalExposurePeriod'] },
+ 'compimagevalues' => { 509 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesValues'] },
+ 'complianceprofile' => { 521 => 'complianceProfile' },
+ 'componentsconfiguration' => { 121 => 0x9101, 164 => 'Components', 508 => 'ComponentsConfiguration' },
+ 'componentversion' => { 99 => 0x80c },
+ 'composer' => { 181 => 'WM/Composer', 394 => ["\xa9com","\xa9wrt"], 402 => ["\xa9com","\xa9wrt"], 531 => 'composer' },
+ 'composerid' => { 394 => 'cmID' },
+ 'composerkeywords' => { 402 => "\xa9cok" },
+ 'compositeimage' => { 121 => 0xa460, 509 => 'CompositeImage' },
+ 'compositeimagecount' => { 121 => 0xa461, 509 => 'CompositeImageCount' },
+ 'compositeimageexposuretimes' => { 121 => 0xa462, 509 => 'CompositeImageExposureTimes' },
+ 'composition' => { 492 => 'Composition' },
+ 'compositionadjust' => { 376 => '0.1' },
+ 'compositionadjustrotation' => { 376 => 0x7 },
+ 'compositionadjustx' => { 376 => 0x5 },
+ 'compositionadjusty' => { 376 => 0x6 },
+ 'compressedbitsperpixel' => { 121 => 0x9102, 508 => 'CompressedBitsPerPixel' },
+ 'compressedimagesize' => { 188 => 0x40, 324 => 0x40 },
+ 'compression' => { 121 => 0x103, 347 => 0xb, 527 => 'Compression' },
+ 'compressionfactor' => { 319 => 0x50d },
+ 'compressionformat' => { 64 => 0x4 },
+ 'compressionratio' => { 164 => 'Compression', 324 => 0x1034 },
+ 'compressorversion' => { 402 => 'CNCV' },
+ 'condadobvfactor' => { 140 => 0xf3e },
+ 'condadodaybvthresh' => { 140 => 0xf3c },
+ 'condadodayoffsets' => { 140 => 0xf42 },
+ 'condadofluoffsets' => { 140 => 0xf44 },
+ 'condadofluthresh' => { 140 => 0xf41 },
+ 'condadoillfactor' => { 140 => 0xf3f },
+ 'condadoneurange' => { 140 => 0xf3d },
+ 'condadotunoffsets' => { 140 => 0xf43 },
+ 'condadotunthresh' => { 140 => 0xf40 },
+ 'conductor' => { 181 => 'WM/Conductor', 394 => "\xa9con" },
+ 'confidence' => { 487 => 'Confidence' },
+ 'confidencelevel' => { 498 => 'ConfidenceLevel' },
+ 'confidencemime' => { 487 => 'ConfidenceMime' },
+ 'constrainedcropheight' => { 110 => 0x266, 388 => 0xd6 },
+ 'constrainedcropwidth' => { 110 => 0x262, 388 => 0xd5 },
+ 'contact' => { 133 => 0x76 },
+ 'contactinfo' => { 502 => 'ContactInfo', 504 => 'ContactInfo', 520 => 'contactInfo' },
+ 'container' => { 481 => 'Container' },
+ 'containerdirectory' => { 481 => [\'Container','ContainerDirectory'] },
+ 'containerdirectoryitem' => { 481 => [\'Container','ContainerDirectoryItem'] },
+ 'containerdirectoryitemdatauri' => { 481 => [\'Container','ContainerDirectoryItemDataURI'] },
+ 'containerdirectoryitemlength' => { 481 => [\'Container','ContainerDirectoryItemLength'] },
+ 'containerdirectoryitemmime' => { 481 => [\'Container','ContainerDirectoryItemMime'] },
+ 'containerdirectoryitempadding' => { 481 => [\'Container','ContainerDirectoryItemPadding'] },
+ 'containerformat' => { 516 => 'ContainerFormat' },
+ 'containerformatidentifier' => { 516 => [\'ContainerFormat','ContainerFormatIdentifier'] },
+ 'containerformatname' => { 516 => [\'ContainerFormat','ContainerFormatName'] },
+ 'contentcreatedate' => { 394 => "\xa9day", 402 => ['@day',"\xa9day"] },
+ 'contentdistributor' => { 181 => 'WM/ContentDistributor' },
+ 'contentdistributorid' => { 402 => 'cdis' },
+ 'contentid' => { 402 => 'ccid' },
+ 'contentidentifier' => { 1 => 0x11, 396 => 'content.identifier' },
+ 'contentlocationcode' => { 133 => 0x1a },
+ 'contentlocationname' => { 133 => 0x1b },
+ 'contenttype' => { 521 => 'contentType' },
+ 'continuousbracketing' => { 186 => 0x20 },
+ 'continuousdrive' => { 35 => 0x5 },
+ 'continuousmodedisplay' => { 315 => 0x51, 316 => 0x51, 317 => 0x51 },
+ 'continuousmodeliveview' => { 313 => '77.2' },
+ 'continuousshootingspeed' => { 86 => 0x610 },
+ 'continuousshotlimit' => { 86 => 0x611 },
+ 'contrast' => { 10 => 0x73, 12 => 0x75, 35 => 0xd, 114 => 0xc, 115 => [0x3012,0x20], 121 => [0xa408,0xfe54], 129 => [0x1004,0x1006], 158 => 'Contrast', 178 => 'Contrast', 183 => 0x20, 184 => 0x31, 185 => 0x27, 186 => 0x19, 191 => 0x2, 251 => 0x33, 252 => 0x37, 253 => 0x3f, 324 => 0x1029, 342 => 0x39, 344 => 0x300a, 377 => 0x20, 384 => 0xc, 396 => 'player.movie.visual.contrast', 403 => 0x24, 405 => 0x52, 409 => 0x1012, 419 => 0xd, 429 => 0x1d, 430 => 0x1a, 442 => 0x2004, 502 => 'Contrast', 504 => 'Contrast', 508 => 'Contrast' },
+ 'contrast2012' => { 502 => 'Contrast2012', 504 => 'Contrast2012' },
+ 'contrastadj' => { 105 => 0x20303, 110 => 0x115, 295 => 0x2c, 478 => 0x8017 },
+ 'contrastauto' => { 72 => 0x90 },
+ 'contrastcurve' => { 236 => 0x8c },
+ 'contrastdetectaf' => { 195 => 0x4 },
+ 'contrastdetectafarea' => { 377 => 0x231 },
+ 'contrastdetectafinfocus' => { 195 => [0x1c,0x52] },
+ 'contrastfaithful' => { 19 => 0xec, 71 => 0x60, 72 => 0x60 },
+ 'contrasthighlight' => { 377 => 0x6d },
+ 'contrasthighlightshadowadj' => { 377 => 0x6f },
+ 'contrastlandscape' => { 19 => 0xea, 71 => 0x30, 72 => 0x30 },
+ 'contrastmode' => { 342 => 0x2c },
+ 'contrastmonochrome' => { 19 => 0xed, 71 => 0x78, 72 => 0x78 },
+ 'contrastneutral' => { 19 => 0xeb, 71 => 0x48, 72 => 0x48 },
+ 'contrastportrait' => { 19 => 0xe9, 71 => 0x18, 72 => 0x18 },
+ 'contrastsetting' => { 319 => 0x505, 327 => 0x1012, 431 => 0x10, 447 => 0x8 },
+ 'contrastshadow' => { 377 => 0x6e },
+ 'contraststandard' => { 19 => 0xe8, 71 => 0x0, 72 => 0x0 },
+ 'contrastuserdef1' => { 19 => 0xee, 71 => 0x90, 72 => 0xa8 },
+ 'contrastuserdef2' => { 19 => 0xef, 71 => 0xa8, 72 => 0xc0 },
+ 'contrastuserdef3' => { 19 => 0xf0, 71 => 0xc0, 72 => 0xd8 },
+ 'contributedmedia' => { 531 => 'contributedMedia' },
+ 'contributedmediaduration' => { 531 => [\'contributedMedia','contributedMediaDuration'] },
+ 'contributedmediadurationscale' => { 531 => [\'contributedMedia','contributedMediaDurationScale'] },
+ 'contributedmediadurationvalue' => { 531 => [\'contributedMedia','contributedMediaDurationValue'] },
+ 'contributedmediamanaged' => { 531 => [\'contributedMedia','contributedMediaManaged'] },
+ 'contributedmediapath' => { 531 => [\'contributedMedia','contributedMediaPath'] },
+ 'contributedmediastarttime' => { 531 => [\'contributedMedia','contributedMediaStartTime'] },
+ 'contributedmediastarttimescale' => { 531 => [\'contributedMedia','contributedMediaStartTimeScale'] },
+ 'contributedmediastarttimevalue' => { 531 => [\'contributedMedia','contributedMediaStartTimeValue'] },
+ 'contributedmediatrack' => { 531 => [\'contributedMedia','contributedMediaTrack'] },
+ 'contributedmediawebstatement' => { 531 => [\'contributedMedia','contributedMediaWebStatement'] },
+ 'contributor' => { 505 => 'contributor', 516 => 'Contributor' },
+ 'contributoridentifier' => { 516 => [\'Contributor','ContributorIdentifier'] },
+ 'contributorname' => { 516 => [\'Contributor','ContributorName'] },
+ 'contributorrole' => { 516 => [\'Contributor','ContributorRole'] },
+ 'contributors' => { 159 => 'Contributors' },
+ 'controldialset' => { 186 => 0x46 },
+ 'controlledvocabularyterm' => { 516 => 'CVterm' },
+ 'controllerboardversion' => { 337 => 0x332 },
+ 'controlmode' => { 78 => 0x12 },
+ 'controlringresponse' => { 315 => 0x1d5, 316 => 0x1d5, 317 => 0x1ed },
+ 'controlringrotation' => { 86 => 0x712 },
+ 'conversionlens' => { 320 => 0x403, 342 => 0x35 },
+ 'converter' => { 121 => 0xfe4d, 282 => 0xb, 502 => 'Converter', 504 => 'Converter' },
+ 'converttograyscale' => { 502 => 'ConvertToGrayscale', 504 => 'ConvertToGrayscale' },
+ 'cookingequipment' => { 523 => 'cookingEquipment' },
+ 'cookingmethod' => { 523 => 'cookingMethod' },
+ 'copyright' => { 0 => 0x3, 121 => 0x8298, 159 => 'Copyright', 332 => 'Copyright', 347 => 0x8298, 377 => 0x22f, 393 => 'Copyright', 394 => ['cprt',"\xa9cpy"], 396 => 'copyright', 402 => ['cprt',"\xa9cpy"], 502 => 'Copyright', 504 => 'Copyright', 518 => 'Copyright', 524 => 'copyright', 527 => 'Copyright', 531 => 'copyright' },
+ 'copyrightflag' => { 391 => 0x40a },
+ 'copyrightnotice' => { 133 => 0x74 },
+ 'copyrightowner' => { 329 => 'CopyrightOwner' },
+ 'copyrightownerid' => { 329 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerID'] },
+ 'copyrightownerimageid' => { 329 => 'CopyrightOwnerImageID' },
+ 'copyrightownername' => { 329 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerName'] },
+ 'copyrightregistrationnumber' => { 329 => 'CopyrightRegistrationNumber' },
+ 'copyrightstatus' => { 329 => 'CopyrightStatus' },
+ 'copyrightyear' => { 516 => 'CopyrightYear', 521 => 'copyrightYear' },
+ 'coringfilter' => { 323 => 0x310, 324 => 0x102d, 327 => 0x310 },
+ 'coringvalues' => { 323 => 0x311, 327 => 0x311 },
+ 'corporateentity' => { 521 => 'corporateEntity' },
+ 'correlatedcolortemp' => { 341 => 0x35b },
+ 'country' => { 163 => 'Country', 342 => 0x69, 519 => 'Country' },
+ 'country-primarylocationcode' => { 133 => 0x64 },
+ 'country-primarylocationname' => { 133 => 0x65 },
+ 'countrycode' => { 235 => 0x5, 389 => 'CountryCode', 515 => 'CountryCode' },
+ 'course' => { 523 => 'course' },
+ 'coverage' => { 505 => 'coverage' },
+ 'coverart' => { 394 => 'covr' },
+ 'coverdate' => { 521 => 'coverDate' },
+ 'coverdisplaydate' => { 521 => 'coverDisplayDate' },
+ 'coveruri' => { 402 => 'cvru' },
+ 'cpufirmwareversion' => { 377 => 0x28 },
+ 'crc32' => { 506 => 'crc32' },
+ 'createdate' => { 121 => 0x9004, 159 => 'CreateDate', 328 => 'CreationDate', 332 => 'create-date', 393 => 'CreationDate', 399 => 0x1, 529 => 'CreateDate' },
+ 'creationdate' => { 396 => 'creationdate', 518 => 'CreationDate', 521 => 'creationDate' },
+ 'creationtime' => { 332 => 'Creation Time' },
+ 'creativestyle' => { 429 => 0x1a, 430 => 0x18, 440 => 0x41, 442 => 0xb020, 474 => 0x4a },
+ 'creativestylesetting' => { 431 => 0xf, 447 => 0x7 },
+ 'creativestylewaschanged' => { 478 => 0x8001 },
+ 'creator' => { 328 => 'Creator', 393 => 'Creator', 505 => 'creator', 516 => 'Creator', 518 => 'Creator' },
+ 'creatoraddress' => { 515 => [\'CreatorContactInfo','CreatorContactInfoCiAdrExtadr'] },
+ 'creatorappid' => { 180 => 'CreatorAppId' },
+ 'creatorcity' => { 515 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCity'] },
+ 'creatorcontactinfo' => { 515 => 'CreatorContactInfo' },
+ 'creatorcountry' => { 515 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCtry'] },
+ 'creatoridentifier' => { 516 => [\'Creator','CreatorIdentifier'] },
+ 'creatoridentity' => { 389 => 'CreatorIdentity' },
+ 'creatorname' => { 516 => [\'Creator','CreatorName'] },
+ 'creatoropenwithuioptions' => { 180 => 'CreatorOpenWithUIOptions' },
+ 'creatorpostalcode' => { 515 => [\'CreatorContactInfo','CreatorContactInfoCiAdrPcode'] },
+ 'creatorregion' => { 515 => [\'CreatorContactInfo','CreatorContactInfoCiAdrRegion'] },
+ 'creatorrole' => { 516 => [\'Creator','CreatorRole'] },
+ 'creatortool' => { 529 => 'CreatorTool' },
+ 'creatorworkemail' => { 515 => [\'CreatorContactInfo','CreatorContactInfoCiEmailWork'] },
+ 'creatorworktelephone' => { 515 => [\'CreatorContactInfo','CreatorContactInfoCiTelWork'] },
+ 'creatorworkurl' => { 515 => [\'CreatorContactInfo','CreatorContactInfoCiUrlWork'] },
+ 'credit' => { 133 => 0x6e, 519 => 'Credit' },
+ 'creditline' => { 524 => 'creditLine' },
+ 'creditlinereq' => { 534 => 'CreditLineReq' },
+ 'creditlinerequired' => { 329 => 'CreditLineRequired' },
+ 'cropactive' => { 103 => 0x0, 110 => 0x244 },
+ 'cropangle' => { 502 => 'CropAngle', 504 => 'CropAngle' },
+ 'croparea' => { 236 => 0x45, 478 => 0x9011 },
+ 'cropaspectratio' => { 105 => 0x30101, 110 => 0x260 },
+ 'cropaspectratiocustom' => { 105 => 0x30102 },
+ 'cropbottom' => { 125 => 0x9, 287 => 0x36, 347 => 0x31, 388 => 0xdc, 502 => 'CropBottom', 504 => 'CropBottom' },
+ 'cropbottommargin' => { 54 => 0x3 },
+ 'cropcircleactive' => { 111 => 0xd6 },
+ 'cropcircleradius' => { 111 => 0xd9 },
+ 'cropcirclex' => { 111 => 0xd7 },
+ 'cropcircley' => { 111 => 0xd8 },
+ 'cropconstraintowarp' => { 502 => 'CropConstrainToWarp', 504 => 'CropConstrainToWarp' },
+ 'croph' => { 496 => 'CropH' },
+ 'cropheight' => { 103 => 0x6, 110 => 0x24c, 323 => 0x615, 327 => 0x615, 502 => 'CropHeight', 504 => 'CropHeight' },
+ 'crophispeed' => { 236 => 0x1b },
+ 'cropleft' => { 110 => 0x246, 125 => 0x6, 287 => 0x1e, 323 => 0x612, 327 => 0x612, 347 => 0x30, 388 => 0xd9, 502 => 'CropLeft', 504 => 'CropLeft' },
+ 'cropleftmargin' => { 54 => 0x0 },
+ 'cropmode' => { 129 => 0x104d, 409 => 0x1018 },
+ 'croporiginalheight' => { 103 => 0xb },
+ 'croporiginalwidth' => { 103 => 0xa },
+ 'cropoutputheight' => { 287 => 0xce },
+ 'cropoutputheightinches' => { 287 => 0x96 },
+ 'cropoutputpixels' => { 287 => 0xd6 },
+ 'cropoutputresolution' => { 287 => 0xb6 },
+ 'cropoutputscale' => { 287 => 0xbe },
+ 'cropoutputwidth' => { 287 => 0xc6 },
+ 'cropoutputwidthinches' => { 287 => 0x8e },
+ 'croppedareaimageheightpixels' => { 490 => 'CroppedAreaImageHeightPixels', 491 => 'CroppedAreaImageHeightPixels' },
+ 'croppedareaimagewidthpixels' => { 490 => 'CroppedAreaImageWidthPixels', 491 => 'CroppedAreaImageWidthPixels' },
+ 'croppedarealeftpixels' => { 490 => 'CroppedAreaLeftPixels', 491 => 'CroppedAreaLeftPixels' },
+ 'croppedareatoppixels' => { 490 => 'CroppedAreaTopPixels', 491 => 'CroppedAreaTopPixels' },
+ 'croppedimageheight' => { 5 => 0x2, 409 => 0x1604 },
'croppedimageleft' => { 5 => 0x3 },
'croppedimagetop' => { 5 => 0x4 },
- 'croppedimagewidth' => { 5 => 0x1, 407 => 0x1603 },
- 'cropping' => { 476 => 0x9010 },
- 'cropright' => { 123 => 0x8, 285 => 0x2e, 345 => 0x32, 386 => 0xdb, 500 => 'CropRight', 502 => 'CropRight' },
- 'croprightmargin' => { 53 => 0x1 },
- 'croprotatedoriginalheight' => { 101 => 0x2 },
- 'croprotatedoriginalwidth' => { 101 => 0x1 },
- 'croprotation' => { 101 => 0x8, 123 => 0xb },
- 'cropscaledresolution' => { 285 => 0x9e },
- 'cropsourceresolution' => { 285 => 0xae },
- 'croptop' => { 108 => 0x248, 123 => 0x7, 285 => 0x26, 321 => 0x613, 325 => 0x613, 345 => 0x2f, 386 => 0xda, 500 => 'CropTop', 502 => 'CropTop' },
- 'croptopmargin' => { 53 => 0x2 },
- 'cropunit' => { 500 => 'CropUnit', 502 => 'CropUnit' },
- 'cropunits' => { 500 => 'CropUnits', 502 => 'CropUnits' },
- 'cropw' => { 494 => 'CropW' },
- 'cropwidth' => { 101 => 0x5, 108 => 0x24a, 321 => 0x614, 325 => 0x614, 500 => 'CropWidth', 502 => 'CropWidth' },
- 'cropx' => { 101 => 0x3, 494 => 'CropX' },
- 'cropy' => { 101 => 0x4, 494 => 'CropY' },
- 'crossprocess' => { 375 => 0x7b },
- 'crossprocessparams' => { 375 => 0x235 },
- 'cuisine' => { 521 => 'cuisine' },
- 'currenticcprofile' => { 119 => 0xc691 },
- 'currentpreprofilematrix' => { 119 => 0xc692 },
- 'currentversion' => { 476 => 0xd000 },
- 'curve0x' => { 494 => 'Curve0x' },
- 'curve0y' => { 494 => 'Curve0y' },
- 'curve1x' => { 494 => 'Curve1x' },
- 'curve1y' => { 494 => 'Curve1y' },
- 'curve2x' => { 494 => 'Curve2x' },
- 'curve2y' => { 494 => 'Curve2y' },
- 'curve3x' => { 494 => 'Curve3x' },
- 'curve3y' => { 494 => 'Curve3y' },
- 'curve4x' => { 494 => 'Curve4x' },
- 'curve4y' => { 494 => 'Curve4y' },
- 'curves' => { 290 => 0x76a43201 },
- 'custom1' => { 327 => 'Custom1' },
- 'custom10' => { 327 => 'Custom10' },
- 'custom2' => { 327 => 'Custom2' },
- 'custom3' => { 327 => 'Custom3' },
- 'custom4' => { 327 => 'Custom4' },
- 'custom5' => { 327 => 'Custom5' },
- 'custom6' => { 327 => 'Custom6' },
- 'custom7' => { 327 => 'Custom7' },
- 'custom8' => { 327 => 'Custom8' },
- 'custom9' => { 327 => 'Custom9' },
- 'customcolortone' => { 109 => 0x4c },
- 'customcontrast' => { 109 => 0x4e },
- 'customcontrols' => { 84 => 0x70c },
- 'customdefaultunsharpfineness' => { 109 => 0xbe },
- 'customdefaultunsharpstrength' => { 109 => 0xbc },
- 'customdefaultunsharpthreshold' => { 109 => 0xc0 },
- 'customilluminant' => { 138 => 0x405 },
- 'customizedials' => { 84 => 0x715 },
- 'customlinear' => { 109 => 0x4f },
- 'customoutputhighlightpoint' => { 109 => 0x53 },
- 'customoutputshadowpoint' => { 109 => 0x54 },
- 'custompicturestyle' => { 103 => 0x10021 },
- 'custompicturestyledata' => { 103 => 0xf0500 },
- 'custompicturestylefilename' => { 64 => 0x4010 },
- 'customrawhighlight' => { 109 => 0x7c },
- 'customrawhighlightpoint' => { 109 => 0x51 },
- 'customrawshadow' => { 109 => 0x85 },
- 'customrawshadowpoint' => { 109 => 0x52 },
- 'customrendered' => { 119 => 0xa401, 191 => 0x6420, 506 => 'CustomRendered' },
- 'customsaturation' => { 109 => 0x4d, 317 => 0x503 },
- 'customsettingsalldefault' => { 297 => '0.2', 306 => '0.2' },
- 'customsettingsbank' => { 297 => '0.1', 298 => '0.1', 300 => '0.1', 301 => '0.1', 306 => '0.1', 310 => '0.2', 311 => '0.2', 313 => 0x1, 314 => 0x1, 315 => 0x1 },
- 'customsharpness' => { 109 => 0x50 },
- 'customunsharpmaskfineness' => { 109 => 0xb8 },
- 'customunsharpmaskstrength' => { 109 => 0xb6 },
- 'customunsharpmaskthreshold' => { 109 => 0xba },
- 'customwb_rblevels' => { 445 => 0x1a },
- 'customwb_rgblevels' => { 428 => 0x8, 429 => 0x19 },
- 'customwbbluelevel' => { 184 => 0x36 },
- 'customwberror' => { 184 => 0x37 },
- 'customwbgreenlevel' => { 184 => 0x35 },
- 'customwbredlevel' => { 184 => 0x34 },
- 'customwbsetting' => { 184 => 0x26 },
- 'cx' => { 400 => '_cx_' },
- 'cy' => { 400 => '_cy_' },
- 'd-lightinghq' => { 290 => 0x2175eb78 },
- 'd-lightinghqcolorboost' => { 286 => 0x2 },
- 'd-lightinghqhighlight' => { 286 => 0x1 },
- 'd-lightinghqselected' => { 290 => 0x6a6e36b6 },
- 'd-lightinghqshadow' => { 286 => 0x0 },
- 'd-lightinghs' => { 290 => 0xce5554aa },
- 'd-lightinghsadjustment' => { 287 => 0x0 },
- 'd-lightinghscolorboost' => { 287 => 0x1 },
- 'd-rangeoptimizerhighlight' => { 476 => 0x8024 },
- 'd-rangeoptimizermode' => { 476 => 0x8022 },
- 'd-rangeoptimizershadow' => { 476 => 0x802d },
- 'd-rangeoptimizervalue' => { 476 => 0x8023 },
- 'darkblacksegrows' => { 138 => 0x18d8 },
- 'darkfocusenvironment' => { 340 => 0x8003 },
- 'darkframecountfactor' => { 138 => 0xc85 },
- 'darkframelongexposure' => { 138 => 0xc84 },
- 'darkframeshortexposure' => { 138 => 0xc83 },
- 'darkpedestal' => { 138 => 0xc7f },
- 'datacompressionmethod' => { 133 => 0x6e },
- 'dataimprint' => { 181 => 0x34 },
- 'datamining' => { 327 => 'DataMining' },
- 'dataonscreen' => { 514 => 'DataOnScreen' },
- 'dataonscreenregion' => { 514 => [\'DataOnScreen','DataOnScreenRegion'] },
- 'dataonscreenregiond' => { 514 => [\'DataOnScreen','DataOnScreenRegionD'] },
- 'dataonscreenregionh' => { 514 => [\'DataOnScreen','DataOnScreenRegionH'] },
- 'dataonscreenregiontext' => { 514 => [\'DataOnScreen','DataOnScreenRegionText'] },
- 'dataonscreenregionunit' => { 514 => [\'DataOnScreen','DataOnScreenRegionUnit'] },
- 'dataonscreenregionw' => { 514 => [\'DataOnScreen','DataOnScreenRegionW'] },
- 'dataonscreenregionx' => { 514 => [\'DataOnScreen','DataOnScreenRegionX'] },
- 'dataonscreenregiony' => { 514 => [\'DataOnScreen','DataOnScreenRegionY'] },
- 'datascaling' => { 375 => 0x3d },
- 'date' => { 375 => 0x6, 503 => 'date' },
- 'dateacquired' => { 178 => 'DateAcquired', 179 => '{2CBAA8F5-D81F-47CA-B17A-F8D822300131} 100' },
- 'datecreated' => { 131 => 0x37, 517 => 'DateCreated' },
- 'datedisplayformat' => { 282 => 0x3 },
- 'dateidentified' => { 118 => [\'Identification','IdentificationDateIdentified'] },
- 'dateimprint' => { 302 => '4.2' },
- 'daterecieved' => { 519 => 'dateRecieved' },
- 'datesent' => { 132 => 0x46 },
- 'datestampmode' => { 64 => 0x1c, 234 => 0x9d },
- 'datetime' => { 495 => 'datetime', 525 => 'DateTime' },
- 'datetimedigitized' => { 506 => 'DateTimeDigitized' },
- 'datetimeoriginal' => { 100 => 0x0, 119 => 0x9003, 154 => 0x14, 157 => 'OriginalDate', 395 => 'IDIT', 400 => 'date', 401 => 0xb, 402 => 0x3b, 403 => 0x3e, 506 => 'DateTimeOriginal' },
- 'datetimestamp' => { 140 => 0x64 },
- 'datetimeutc' => { 317 => 0x908 },
- 'daylightsavings' => { 78 => 0x3, 282 => 0x2 },
- 'dayofweek' => { 402 => 0x42, 403 => 0x4a },
- 'dccontinent' => { 118 => [\'dctermsLocation','dctermsLocationContinent'] },
- 'dccoordinateprecision' => { 118 => [\'dctermsLocation','dctermsLocationCoordinatePrecision'] },
- 'dccoordinateuncertaintyinmeters' => { 118 => [\'dctermsLocation','dctermsLocationCoordinateUncertaintyInMeters'] },
- 'dccountry' => { 118 => [\'dctermsLocation','dctermsLocationCountry'] },
- 'dccountrycode' => { 118 => [\'dctermsLocation','dctermsLocationCountryCode'] },
- 'dccounty' => { 118 => [\'dctermsLocation','dctermsLocationCounty'] },
- 'dcdecimallatitude' => { 118 => [\'dctermsLocation','dctermsLocationDecimalLatitude'] },
- 'dcdecimallongitude' => { 118 => [\'dctermsLocation','dctermsLocationDecimalLongitude'] },
- 'dcevent' => { 118 => 'Event' },
- 'dcfootprintspatialfit' => { 118 => [\'dctermsLocation','dctermsLocationFootprintSpatialFit'] },
- 'dcfootprintsrs' => { 118 => [\'dctermsLocation','dctermsLocationFootprintSRS'] },
- 'dcfootprintwkt' => { 118 => [\'dctermsLocation','dctermsLocationFootprintWKT'] },
- 'dcgeodeticdatum' => { 118 => [\'dctermsLocation','dctermsLocationGeodeticDatum'] },
- 'dcgeoreferencedby' => { 118 => [\'dctermsLocation','dctermsLocationGeoreferencedBy'] },
- 'dcgeoreferenceddate' => { 118 => [\'dctermsLocation','dctermsLocationGeoreferencedDate'] },
- 'dcgeoreferenceprotocol' => { 118 => [\'dctermsLocation','dctermsLocationGeoreferenceProtocol'] },
- 'dcgeoreferenceremarks' => { 118 => [\'dctermsLocation','dctermsLocationGeoreferenceRemarks'] },
- 'dcgeoreferencesources' => { 118 => [\'dctermsLocation','dctermsLocationGeoreferenceSources'] },
- 'dcgeoreferenceverificationstatus' => { 118 => [\'dctermsLocation','dctermsLocationGeoreferenceVerificationStatus'] },
- 'dchighergeography' => { 118 => [\'dctermsLocation','dctermsLocationHigherGeography'] },
- 'dchighergeographyid' => { 118 => [\'dctermsLocation','dctermsLocationHigherGeographyID'] },
- 'dcisland' => { 118 => [\'dctermsLocation','dctermsLocationIsland'] },
- 'dcislandgroup' => { 118 => [\'dctermsLocation','dctermsLocationIslandGroup'] },
- 'dclocality' => { 118 => [\'dctermsLocation','dctermsLocationLocality'] },
- 'dclocationaccordingto' => { 118 => [\'dctermsLocation','dctermsLocationLocationAccordingTo'] },
- 'dclocationid' => { 118 => [\'dctermsLocation','dctermsLocationLocationID'] },
- 'dclocationremarks' => { 118 => [\'dctermsLocation','dctermsLocationLocationRemarks'] },
- 'dcmaximumdepthinmeters' => { 118 => [\'dctermsLocation','dctermsLocationMaximumDepthInMeters'] },
- 'dcmaximumdistanceabovesurfaceinmeters' => { 118 => [\'dctermsLocation','dctermsLocationMaximumDistanceAboveSurfaceInMeters'] },
- 'dcmaximumelevationinmeters' => { 118 => [\'dctermsLocation','dctermsLocationMaximumElevationInMeters'] },
- 'dcminimumdepthinmeters' => { 118 => [\'dctermsLocation','dctermsLocationMinimumDepthInMeters'] },
- 'dcminimumdistanceabovesurfaceinmeters' => { 118 => [\'dctermsLocation','dctermsLocationMinimumDistanceAboveSurfaceInMeters'] },
- 'dcminimumelevationinmeters' => { 118 => [\'dctermsLocation','dctermsLocationMinimumElevationInMeters'] },
- 'dcmunicipality' => { 118 => [\'dctermsLocation','dctermsLocationMunicipality'] },
- 'dcpointradiusspatialfit' => { 118 => [\'dctermsLocation','dctermsLocationPointRadiusSpatialFit'] },
- 'dcstateprovince' => { 118 => [\'dctermsLocation','dctermsLocationStateProvince'] },
- 'dctermslocation' => { 118 => 'dctermsLocation' },
- 'dcverbatimcoordinates' => { 118 => [\'dctermsLocation','dctermsLocationVerbatimCoordinates'] },
- 'dcverbatimcoordinatesystem' => { 118 => [\'dctermsLocation','dctermsLocationVerbatimCoordinateSystem'] },
- 'dcverbatimdepth' => { 118 => [\'dctermsLocation','dctermsLocationVerbatimDepth'] },
- 'dcverbatimelevation' => { 118 => [\'dctermsLocation','dctermsLocationVerbatimElevation'] },
- 'dcverbatimlatitude' => { 118 => [\'dctermsLocation','dctermsLocationVerbatimLatitude'] },
- 'dcverbatimlocality' => { 118 => [\'dctermsLocation','dctermsLocationVerbatimLocality'] },
- 'dcverbatimlongitude' => { 118 => [\'dctermsLocation','dctermsLocationVerbatimLongitude'] },
- 'dcverbatimsrs' => { 118 => [\'dctermsLocation','dctermsLocationVerbatimSRS'] },
- 'dcverticaldatum' => { 118 => [\'dctermsLocation','dctermsLocationVerticalDatum'] },
- 'dcwaterbody' => { 118 => [\'dctermsLocation','dctermsLocationWaterBody'] },
- 'declination' => { 165 => 'Declination' },
- 'decposition' => { 181 => 0x32 },
- 'defaultautogray' => { 500 => 'DefaultAutoGray', 502 => 'DefaultAutoGray' },
- 'defaultautotone' => { 500 => 'DefaultAutoTone', 502 => 'DefaultAutoTone' },
- 'defaultblackrender' => { 119 => 0xc7a6 },
- 'defaultcroporigin' => { 119 => 0xc61f },
- 'defaultcropsize' => { 119 => 0xc620 },
- 'defaulteraseoption' => { 84 => 0x813 },
- 'defaultscale' => { 119 => 0xc61e },
- 'defaultsspecifictoiso' => { 500 => 'DefaultsSpecificToISO', 502 => 'DefaultsSpecificToISO' },
- 'defaultsspecifictoserial' => { 500 => 'DefaultsSpecificToSerial', 502 => 'DefaultsSpecificToSerial' },
- 'defaultusercrop' => { 119 => 0xc7b5 },
- 'defectisocode' => { 138 => 0x90f },
- 'defringe' => { 500 => 'Defringe', 502 => 'Defringe' },
- 'defringegreenamount' => { 500 => 'DefringeGreenAmount', 502 => 'DefringeGreenAmount' },
- 'defringegreenhuehi' => { 500 => 'DefringeGreenHueHi', 502 => 'DefringeGreenHueHi' },
- 'defringegreenhuelo' => { 500 => 'DefringeGreenHueLo', 502 => 'DefringeGreenHueLo' },
- 'defringepurpleamount' => { 500 => 'DefringePurpleAmount', 502 => 'DefringePurpleAmount' },
- 'defringepurplehuehi' => { 500 => 'DefringePurpleHueHi', 502 => 'DefringePurpleHueHi' },
- 'defringepurplehuelo' => { 500 => 'DefringePurpleHueLo', 502 => 'DefringePurpleHueLo' },
- 'dehaze' => { 500 => 'Dehaze', 502 => 'Dehaze' },
- 'deletedimagecount' => { 234 => 0xa6, 262 => 0x6e },
- 'deprecatedon' => { 498 => 'deprecatedOn' },
- 'depthfar' => { 119 => 0xc7eb },
- 'depthformat' => { 119 => 0xc7e9 },
- 'depthimage' => { 485 => 'Data' },
- 'depthmeasuretype' => { 119 => 0xc7ed },
- 'depthnear' => { 119 => 0xc7ea },
- 'depthunits' => { 119 => 0xc7ec },
- 'derivedfrom' => { 530 => 'DerivedFrom' },
- 'derivedfromalternatepaths' => { 530 => [\'DerivedFrom','DerivedFromAlternatePaths'] },
- 'derivedfromdocumentid' => { 530 => [\'DerivedFrom','DerivedFromDocumentID'] },
- 'derivedfromfilepath' => { 530 => [\'DerivedFrom','DerivedFromFilePath'] },
- 'derivedfromfrompart' => { 530 => [\'DerivedFrom','DerivedFromFromPart'] },
- 'derivedfrominstanceid' => { 530 => [\'DerivedFrom','DerivedFromInstanceID'] },
- 'derivedfromlastmodifydate' => { 530 => [\'DerivedFrom','DerivedFromLastModifyDate'] },
- 'derivedfromlasturl' => { 530 => [\'DerivedFrom','DerivedFromLastURL'] },
- 'derivedfromlinkcategory' => { 530 => [\'DerivedFrom','DerivedFromLinkCategory'] },
- 'derivedfromlinkform' => { 530 => [\'DerivedFrom','DerivedFromLinkForm'] },
- 'derivedfrommanager' => { 530 => [\'DerivedFrom','DerivedFromManager'] },
- 'derivedfrommanagervariant' => { 530 => [\'DerivedFrom','DerivedFromManagerVariant'] },
- 'derivedfrommanageto' => { 530 => [\'DerivedFrom','DerivedFromManageTo'] },
- 'derivedfrommanageui' => { 530 => [\'DerivedFrom','DerivedFromManageUI'] },
- 'derivedfrommaskmarkers' => { 530 => [\'DerivedFrom','DerivedFromMaskMarkers'] },
- 'derivedfromoriginaldocumentid' => { 530 => [\'DerivedFrom','DerivedFromOriginalDocumentID'] },
- 'derivedfrompartmapping' => { 530 => [\'DerivedFrom','DerivedFromPartMapping'] },
- 'derivedfromplacedresolutionunit' => { 530 => [\'DerivedFrom','DerivedFromPlacedResolutionUnit'] },
- 'derivedfromplacedxresolution' => { 530 => [\'DerivedFrom','DerivedFromPlacedXResolution'] },
- 'derivedfromplacedyresolution' => { 530 => [\'DerivedFrom','DerivedFromPlacedYResolution'] },
- 'derivedfromrenditionclass' => { 530 => [\'DerivedFrom','DerivedFromRenditionClass'] },
- 'derivedfromrenditionparams' => { 530 => [\'DerivedFrom','DerivedFromRenditionParams'] },
- 'derivedfromtopart' => { 530 => [\'DerivedFrom','DerivedFromToPart'] },
- 'derivedfromversionid' => { 530 => [\'DerivedFrom','DerivedFromVersionID'] },
- 'description' => { 330 => 'Description', 392 => ['desc','dscp',"\xa9des"], 394 => 'description', 400 => 'dscp', 500 => 'Description', 502 => 'Description', 503 => 'description', 527 => 'Description' },
- 'destination' => { 132 => 0x5 },
- 'destinationcity' => { 375 => 0x24, 381 => 0x3 },
- 'destinationcitycode' => { 382 => 0x1001 },
- 'destinationdst' => { 375 => 0x26, 381 => '0.3' },
- 'developmentdynamicrange' => { 127 => 0x1403 },
- 'deviantmatrixcustom' => { 138 => 0x7de },
- 'deviantmatrixdaylight' => { 138 => 0x7da },
- 'deviantmatrixflash' => { 138 => 0x7dd },
- 'deviantmatrixfluorescent' => { 138 => 0x7dc },
- 'deviantmatrixtungsten' => { 138 => 0x7db },
- 'deviantwhitecustom' => { 138 => 0x842 },
- 'deviantwhitedaylight' => { 138 => 0x83e },
- 'deviantwhiteflash' => { 138 => 0x841 },
- 'deviantwhitefluorescent' => { 138 => 0x840 },
- 'deviantwhitetungsten' => { 138 => 0x83f },
- 'device' => { 519 => 'device' },
- 'devicesettingdescription' => { 506 => 'DeviceSettingDescription' },
- 'devicesettingdescriptioncolumns' => { 506 => [\'DeviceSettingDescription','DeviceSettingDescriptionColumns'] },
- 'devicesettingdescriptionrows' => { 506 => [\'DeviceSettingDescription','DeviceSettingDescriptionRows'] },
- 'devicesettingdescriptionsettings' => { 506 => [\'DeviceSettingDescription','DeviceSettingDescriptionSettings'] },
- 'devicetype' => { 414 => 0x2 },
- 'dewarpdata' => { 116 => 'DewarpData' },
- 'dewarpflag' => { 116 => 'DewarpFlag' },
- 'dialdirectiontvav' => { 84 => 0x706 },
- 'dietaryneeds' => { 521 => 'dietaryNeeds' },
- 'diffractioncompensation' => { 223 => 0x20e, 238 => 0x142, 239 => 0x1b2, 240 => 0x1a2, 241 => 0x1b6, 242 => 0x1b6 },
- 'diffractioncorrection' => { 340 => 0xbc, 365 => 0x3 },
- 'diffractioncorrectionon' => { 103 => 0x2070b },
- 'digitalcreationdate' => { 131 => 0x3e },
- 'digitalcreationtime' => { 131 => 0x3f },
- 'digitaldeehighlightadj' => { 257 => 0x202 },
- 'digitaldeeshadowadj' => { 257 => 0x200 },
- 'digitaldeethreshold' => { 257 => 0x201 },
- 'digitalfilter' => { 417 => 0x59 },
- 'digitalfilter01' => { 362 => 0x5 },
- 'digitalfilter02' => { 362 => 0x16 },
- 'digitalfilter03' => { 362 => 0x27 },
- 'digitalfilter04' => { 362 => 0x38 },
- 'digitalfilter05' => { 362 => 0x49 },
- 'digitalfilter06' => { 362 => 0x5a },
- 'digitalfilter07' => { 362 => 0x6b },
- 'digitalfilter08' => { 362 => 0x7c },
- 'digitalfilter09' => { 362 => 0x8d },
- 'digitalfilter10' => { 362 => 0x9e },
- 'digitalfilter11' => { 362 => 0xaf },
- 'digitalfilter12' => { 362 => 0xc0 },
- 'digitalfilter13' => { 362 => 0xd1 },
- 'digitalfilter14' => { 362 => 0xe2 },
- 'digitalfilter15' => { 362 => 0xf3 },
- 'digitalfilter16' => { 362 => 0x104 },
- 'digitalfilter17' => { 362 => 0x115 },
- 'digitalfilter18' => { 362 => 0x126 },
- 'digitalfilter19' => { 362 => 0x137 },
- 'digitalfilter20' => { 362 => 0x148 },
- 'digitalgain' => { 74 => 0xb },
- 'digitalgem' => { 218 => 0x0 },
- 'digitalice' => { 257 => 0x100 },
- 'digitalimageguid' => { 514 => 'DigImageGUID' },
- 'digitallensoptimizer' => { 62 => 0xa },
- 'digitallensoptimizersetting' => { 80 => 0x9 },
- 'digitalroc' => { 254 => 0x0 },
- 'digitalsourcefiletype' => { 514 => 'DigitalSourcefileType' },
- 'digitalsourcetype' => { 514 => 'DigitalSourceType' },
- 'digitalzoom' => { 34 => 0xc, 112 => 0xa, 127 => 0x1044, 140 => 0x68, 151 => 0x22, 152 => 0x1e, 156 => 'DigitalZoom', 181 => 0xc, 234 => 0x86, 280 => 0xa, 322 => 0x204, 375 => 0x1e, 382 => 0xa, 416 => 0x204, 463 => 0x12, 464 => 0x12 },
- 'digitalzoomon' => { 416 => 0x21b },
- 'digitalzoomratio' => { 119 => 0xa404, 451 => 0x200, 453 => 0x21c, 506 => 'DigitalZoomRatio' },
- 'director' => { 179 => 'WM/Director', 392 => "\xa9dir", 394 => 'director', 400 => "\xa9dir", 529 => 'director' },
- 'directorphotography' => { 529 => 'directorPhotography' },
- 'directory' => { 120 => 'Directory' },
+ 'croppedimagewidth' => { 5 => 0x1, 409 => 0x1603 },
+ 'cropping' => { 478 => 0x9010 },
+ 'cropright' => { 125 => 0x8, 287 => 0x2e, 347 => 0x32, 388 => 0xdb, 502 => 'CropRight', 504 => 'CropRight' },
+ 'croprightmargin' => { 54 => 0x1 },
+ 'croprotatedoriginalheight' => { 103 => 0x2 },
+ 'croprotatedoriginalwidth' => { 103 => 0x1 },
+ 'croprotation' => { 103 => 0x8, 125 => 0xb },
+ 'cropscaledresolution' => { 287 => 0x9e },
+ 'cropsourceresolution' => { 287 => 0xae },
+ 'croptop' => { 110 => 0x248, 125 => 0x7, 287 => 0x26, 323 => 0x613, 327 => 0x613, 347 => 0x2f, 388 => 0xda, 502 => 'CropTop', 504 => 'CropTop' },
+ 'croptopmargin' => { 54 => 0x2 },
+ 'cropunit' => { 502 => 'CropUnit', 504 => 'CropUnit' },
+ 'cropunits' => { 502 => 'CropUnits', 504 => 'CropUnits' },
+ 'cropw' => { 496 => 'CropW' },
+ 'cropwidth' => { 103 => 0x5, 110 => 0x24a, 323 => 0x614, 327 => 0x614, 502 => 'CropWidth', 504 => 'CropWidth' },
+ 'cropx' => { 103 => 0x3, 496 => 'CropX' },
+ 'cropy' => { 103 => 0x4, 496 => 'CropY' },
+ 'crossprocess' => { 377 => 0x7b },
+ 'crossprocessparams' => { 377 => 0x235 },
+ 'cuisine' => { 523 => 'cuisine' },
+ 'currenticcprofile' => { 121 => 0xc691 },
+ 'currentpreprofilematrix' => { 121 => 0xc692 },
+ 'currentversion' => { 478 => 0xd000 },
+ 'curve0x' => { 496 => 'Curve0x' },
+ 'curve0y' => { 496 => 'Curve0y' },
+ 'curve1x' => { 496 => 'Curve1x' },
+ 'curve1y' => { 496 => 'Curve1y' },
+ 'curve2x' => { 496 => 'Curve2x' },
+ 'curve2y' => { 496 => 'Curve2y' },
+ 'curve3x' => { 496 => 'Curve3x' },
+ 'curve3y' => { 496 => 'Curve3y' },
+ 'curve4x' => { 496 => 'Curve4x' },
+ 'curve4y' => { 496 => 'Curve4y' },
+ 'curves' => { 292 => 0x76a43201 },
+ 'custom1' => { 329 => 'Custom1' },
+ 'custom10' => { 329 => 'Custom10' },
+ 'custom2' => { 329 => 'Custom2' },
+ 'custom3' => { 329 => 'Custom3' },
+ 'custom4' => { 329 => 'Custom4' },
+ 'custom5' => { 329 => 'Custom5' },
+ 'custom6' => { 329 => 'Custom6' },
+ 'custom7' => { 329 => 'Custom7' },
+ 'custom8' => { 329 => 'Custom8' },
+ 'custom9' => { 329 => 'Custom9' },
+ 'customcolortone' => { 111 => 0x4c },
+ 'customcontrast' => { 111 => 0x4e },
+ 'customcontrols' => { 86 => 0x70c },
+ 'customdefaultunsharpfineness' => { 111 => 0xbe },
+ 'customdefaultunsharpstrength' => { 111 => 0xbc },
+ 'customdefaultunsharpthreshold' => { 111 => 0xc0 },
+ 'customilluminant' => { 140 => 0x405 },
+ 'customizedials' => { 86 => 0x715 },
+ 'customlinear' => { 111 => 0x4f },
+ 'customoutputhighlightpoint' => { 111 => 0x53 },
+ 'customoutputshadowpoint' => { 111 => 0x54 },
+ 'custompicturestyle' => { 105 => 0x10021 },
+ 'custompicturestyledata' => { 105 => 0xf0500 },
+ 'custompicturestylefilename' => { 65 => 0x4010 },
+ 'customrawhighlight' => { 111 => 0x7c },
+ 'customrawhighlightpoint' => { 111 => 0x51 },
+ 'customrawshadow' => { 111 => 0x85 },
+ 'customrawshadowpoint' => { 111 => 0x52 },
+ 'customrendered' => { 121 => 0xa401, 193 => 0x6420, 508 => 'CustomRendered' },
+ 'customsaturation' => { 111 => 0x4d, 319 => 0x503 },
+ 'customsettingsalldefault' => { 299 => '0.2', 308 => '0.2' },
+ 'customsettingsbank' => { 299 => '0.1', 300 => '0.1', 302 => '0.1', 303 => '0.1', 308 => '0.1', 312 => '0.2', 313 => '0.2', 315 => 0x1, 316 => 0x1, 317 => 0x1 },
+ 'customsharpness' => { 111 => 0x50 },
+ 'customunsharpmaskfineness' => { 111 => 0xb8 },
+ 'customunsharpmaskstrength' => { 111 => 0xb6 },
+ 'customunsharpmaskthreshold' => { 111 => 0xba },
+ 'customwb_rblevels' => { 447 => 0x1a },
+ 'customwb_rgblevels' => { 430 => 0x8, 431 => 0x19 },
+ 'customwbbluelevel' => { 186 => 0x36 },
+ 'customwberror' => { 186 => 0x37 },
+ 'customwbgreenlevel' => { 186 => 0x35 },
+ 'customwbredlevel' => { 186 => 0x34 },
+ 'customwbsetting' => { 186 => 0x26 },
+ 'cx' => { 402 => '_cx_' },
+ 'cy' => { 402 => '_cy_' },
+ 'd-lightinghq' => { 292 => 0x2175eb78 },
+ 'd-lightinghqcolorboost' => { 288 => 0x2 },
+ 'd-lightinghqhighlight' => { 288 => 0x1 },
+ 'd-lightinghqselected' => { 292 => 0x6a6e36b6 },
+ 'd-lightinghqshadow' => { 288 => 0x0 },
+ 'd-lightinghs' => { 292 => 0xce5554aa },
+ 'd-lightinghsadjustment' => { 289 => 0x0 },
+ 'd-lightinghscolorboost' => { 289 => 0x1 },
+ 'd-rangeoptimizerhighlight' => { 478 => 0x8024 },
+ 'd-rangeoptimizermode' => { 478 => 0x8022 },
+ 'd-rangeoptimizershadow' => { 478 => 0x802d },
+ 'd-rangeoptimizervalue' => { 478 => 0x8023 },
+ 'darkblacksegrows' => { 140 => 0x18d8 },
+ 'darkfocusenvironment' => { 342 => 0x8003 },
+ 'darkframecountfactor' => { 140 => 0xc85 },
+ 'darkframelongexposure' => { 140 => 0xc84 },
+ 'darkframeshortexposure' => { 140 => 0xc83 },
+ 'darkpedestal' => { 140 => 0xc7f },
+ 'datacompressionmethod' => { 135 => 0x6e },
+ 'dataimprint' => { 183 => 0x34 },
+ 'datamining' => { 329 => 'DataMining' },
+ 'dataonscreen' => { 516 => 'DataOnScreen' },
+ 'dataonscreenregion' => { 516 => [\'DataOnScreen','DataOnScreenRegion'] },
+ 'dataonscreenregiond' => { 516 => [\'DataOnScreen','DataOnScreenRegionD'] },
+ 'dataonscreenregionh' => { 516 => [\'DataOnScreen','DataOnScreenRegionH'] },
+ 'dataonscreenregiontext' => { 516 => [\'DataOnScreen','DataOnScreenRegionText'] },
+ 'dataonscreenregionunit' => { 516 => [\'DataOnScreen','DataOnScreenRegionUnit'] },
+ 'dataonscreenregionw' => { 516 => [\'DataOnScreen','DataOnScreenRegionW'] },
+ 'dataonscreenregionx' => { 516 => [\'DataOnScreen','DataOnScreenRegionX'] },
+ 'dataonscreenregiony' => { 516 => [\'DataOnScreen','DataOnScreenRegionY'] },
+ 'datascaling' => { 377 => 0x3d },
+ 'date' => { 377 => 0x6, 505 => 'date' },
+ 'dateacquired' => { 180 => 'DateAcquired', 181 => '{2CBAA8F5-D81F-47CA-B17A-F8D822300131} 100' },
+ 'datecreated' => { 133 => 0x37, 519 => 'DateCreated' },
+ 'datedisplayformat' => { 284 => 0x3 },
+ 'dateidentified' => { 120 => [\'Identification','IdentificationDateIdentified'] },
+ 'dateimprint' => { 304 => '4.2' },
+ 'daterecieved' => { 521 => 'dateRecieved' },
+ 'datesent' => { 134 => 0x46 },
+ 'datestampmode' => { 65 => 0x1c, 236 => 0x9d },
+ 'datetime' => { 497 => 'datetime', 527 => 'DateTime' },
+ 'datetimedigitized' => { 508 => 'DateTimeDigitized' },
+ 'datetimeoriginal' => { 102 => 0x0, 121 => 0x9003, 156 => 0x14, 159 => 'OriginalDate', 397 => 'IDIT', 402 => 'date', 403 => 0xb, 404 => 0x3b, 405 => 0x3e, 508 => 'DateTimeOriginal' },
+ 'datetimestamp' => { 142 => 0x64 },
+ 'datetimeutc' => { 319 => 0x908 },
+ 'daylightsavings' => { 79 => 0x3, 284 => 0x2 },
+ 'dayofweek' => { 404 => 0x42, 405 => 0x4a },
+ 'dccontinent' => { 120 => [\'dctermsLocation','dctermsLocationContinent'] },
+ 'dccoordinateprecision' => { 120 => [\'dctermsLocation','dctermsLocationCoordinatePrecision'] },
+ 'dccoordinateuncertaintyinmeters' => { 120 => [\'dctermsLocation','dctermsLocationCoordinateUncertaintyInMeters'] },
+ 'dccountry' => { 120 => [\'dctermsLocation','dctermsLocationCountry'] },
+ 'dccountrycode' => { 120 => [\'dctermsLocation','dctermsLocationCountryCode'] },
+ 'dccounty' => { 120 => [\'dctermsLocation','dctermsLocationCounty'] },
+ 'dcdecimallatitude' => { 120 => [\'dctermsLocation','dctermsLocationDecimalLatitude'] },
+ 'dcdecimallongitude' => { 120 => [\'dctermsLocation','dctermsLocationDecimalLongitude'] },
+ 'dcevent' => { 120 => 'Event' },
+ 'dcfootprintspatialfit' => { 120 => [\'dctermsLocation','dctermsLocationFootprintSpatialFit'] },
+ 'dcfootprintsrs' => { 120 => [\'dctermsLocation','dctermsLocationFootprintSRS'] },
+ 'dcfootprintwkt' => { 120 => [\'dctermsLocation','dctermsLocationFootprintWKT'] },
+ 'dcgeodeticdatum' => { 120 => [\'dctermsLocation','dctermsLocationGeodeticDatum'] },
+ 'dcgeoreferencedby' => { 120 => [\'dctermsLocation','dctermsLocationGeoreferencedBy'] },
+ 'dcgeoreferenceddate' => { 120 => [\'dctermsLocation','dctermsLocationGeoreferencedDate'] },
+ 'dcgeoreferenceprotocol' => { 120 => [\'dctermsLocation','dctermsLocationGeoreferenceProtocol'] },
+ 'dcgeoreferenceremarks' => { 120 => [\'dctermsLocation','dctermsLocationGeoreferenceRemarks'] },
+ 'dcgeoreferencesources' => { 120 => [\'dctermsLocation','dctermsLocationGeoreferenceSources'] },
+ 'dcgeoreferenceverificationstatus' => { 120 => [\'dctermsLocation','dctermsLocationGeoreferenceVerificationStatus'] },
+ 'dchighergeography' => { 120 => [\'dctermsLocation','dctermsLocationHigherGeography'] },
+ 'dchighergeographyid' => { 120 => [\'dctermsLocation','dctermsLocationHigherGeographyID'] },
+ 'dcisland' => { 120 => [\'dctermsLocation','dctermsLocationIsland'] },
+ 'dcislandgroup' => { 120 => [\'dctermsLocation','dctermsLocationIslandGroup'] },
+ 'dclocality' => { 120 => [\'dctermsLocation','dctermsLocationLocality'] },
+ 'dclocationaccordingto' => { 120 => [\'dctermsLocation','dctermsLocationLocationAccordingTo'] },
+ 'dclocationid' => { 120 => [\'dctermsLocation','dctermsLocationLocationID'] },
+ 'dclocationremarks' => { 120 => [\'dctermsLocation','dctermsLocationLocationRemarks'] },
+ 'dcmaximumdepthinmeters' => { 120 => [\'dctermsLocation','dctermsLocationMaximumDepthInMeters'] },
+ 'dcmaximumdistanceabovesurfaceinmeters' => { 120 => [\'dctermsLocation','dctermsLocationMaximumDistanceAboveSurfaceInMeters'] },
+ 'dcmaximumelevationinmeters' => { 120 => [\'dctermsLocation','dctermsLocationMaximumElevationInMeters'] },
+ 'dcminimumdepthinmeters' => { 120 => [\'dctermsLocation','dctermsLocationMinimumDepthInMeters'] },
+ 'dcminimumdistanceabovesurfaceinmeters' => { 120 => [\'dctermsLocation','dctermsLocationMinimumDistanceAboveSurfaceInMeters'] },
+ 'dcminimumelevationinmeters' => { 120 => [\'dctermsLocation','dctermsLocationMinimumElevationInMeters'] },
+ 'dcmunicipality' => { 120 => [\'dctermsLocation','dctermsLocationMunicipality'] },
+ 'dcpointradiusspatialfit' => { 120 => [\'dctermsLocation','dctermsLocationPointRadiusSpatialFit'] },
+ 'dcstateprovince' => { 120 => [\'dctermsLocation','dctermsLocationStateProvince'] },
+ 'dctermslocation' => { 120 => 'dctermsLocation' },
+ 'dcverbatimcoordinates' => { 120 => [\'dctermsLocation','dctermsLocationVerbatimCoordinates'] },
+ 'dcverbatimcoordinatesystem' => { 120 => [\'dctermsLocation','dctermsLocationVerbatimCoordinateSystem'] },
+ 'dcverbatimdepth' => { 120 => [\'dctermsLocation','dctermsLocationVerbatimDepth'] },
+ 'dcverbatimelevation' => { 120 => [\'dctermsLocation','dctermsLocationVerbatimElevation'] },
+ 'dcverbatimlatitude' => { 120 => [\'dctermsLocation','dctermsLocationVerbatimLatitude'] },
+ 'dcverbatimlocality' => { 120 => [\'dctermsLocation','dctermsLocationVerbatimLocality'] },
+ 'dcverbatimlongitude' => { 120 => [\'dctermsLocation','dctermsLocationVerbatimLongitude'] },
+ 'dcverbatimsrs' => { 120 => [\'dctermsLocation','dctermsLocationVerbatimSRS'] },
+ 'dcverticaldatum' => { 120 => [\'dctermsLocation','dctermsLocationVerticalDatum'] },
+ 'dcwaterbody' => { 120 => [\'dctermsLocation','dctermsLocationWaterBody'] },
+ 'declination' => { 167 => 'Declination' },
+ 'decposition' => { 183 => 0x32 },
+ 'defaultautogray' => { 502 => 'DefaultAutoGray', 504 => 'DefaultAutoGray' },
+ 'defaultautotone' => { 502 => 'DefaultAutoTone', 504 => 'DefaultAutoTone' },
+ 'defaultblackrender' => { 121 => 0xc7a6 },
+ 'defaultcroporigin' => { 121 => 0xc61f },
+ 'defaultcropsize' => { 121 => 0xc620 },
+ 'defaulteraseoption' => { 86 => 0x813 },
+ 'defaultscale' => { 121 => 0xc61e },
+ 'defaultsspecifictoiso' => { 502 => 'DefaultsSpecificToISO', 504 => 'DefaultsSpecificToISO' },
+ 'defaultsspecifictoserial' => { 502 => 'DefaultsSpecificToSerial', 504 => 'DefaultsSpecificToSerial' },
+ 'defaultusercrop' => { 121 => 0xc7b5 },
+ 'defectisocode' => { 140 => 0x90f },
+ 'defringe' => { 502 => 'Defringe', 504 => 'Defringe' },
+ 'defringegreenamount' => { 502 => 'DefringeGreenAmount', 504 => 'DefringeGreenAmount' },
+ 'defringegreenhuehi' => { 502 => 'DefringeGreenHueHi', 504 => 'DefringeGreenHueHi' },
+ 'defringegreenhuelo' => { 502 => 'DefringeGreenHueLo', 504 => 'DefringeGreenHueLo' },
+ 'defringepurpleamount' => { 502 => 'DefringePurpleAmount', 504 => 'DefringePurpleAmount' },
+ 'defringepurplehuehi' => { 502 => 'DefringePurpleHueHi', 504 => 'DefringePurpleHueHi' },
+ 'defringepurplehuelo' => { 502 => 'DefringePurpleHueLo', 504 => 'DefringePurpleHueLo' },
+ 'dehaze' => { 502 => 'Dehaze', 504 => 'Dehaze' },
+ 'deletedimagecount' => { 236 => 0xa6, 264 => 0x6e },
+ 'deprecatedon' => { 500 => 'deprecatedOn' },
+ 'depthbasedcorrcorrectionactive' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionActive'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionActive'] },
+ 'depthbasedcorrcorrectionamount' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionAmount'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionAmount'] },
+ 'depthbasedcorrcorrectionsyncid' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionSyncID'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionSyncID'] },
+ 'depthbasedcorrections' => { 502 => 'DepthBasedCorrections', 504 => 'DepthBasedCorrections' },
+ 'depthbasedcorrlocalcorrecteddepth' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsLocalCorrectedDepth'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsLocalCorrectedDepth'] },
+ 'depthbasedcorrlocalcurverefinesaturation' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsLocalCurveRefineSaturation'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsLocalCurveRefineSaturation'] },
+ 'depthbasedcorrmask' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasks'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasks'] },
+ 'depthbasedcorrmaskalpha' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksAlpha'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksAlpha'] },
+ 'depthbasedcorrmaskangle' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksAngle'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksAngle'] },
+ 'depthbasedcorrmaskbottom' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksBottom'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksBottom'] },
+ 'depthbasedcorrmaskcentervalue' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCenterValue'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCenterValue'] },
+ 'depthbasedcorrmaskcenterweight' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCenterWeight'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCenterWeight'] },
+ 'depthbasedcorrmaskdabs' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksDabs'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksDabs'] },
+ 'depthbasedcorrmaskfeather' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFeather'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFeather'] },
+ 'depthbasedcorrmaskflipped' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFlipped'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFlipped'] },
+ 'depthbasedcorrmaskflow' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFlow'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFlow'] },
+ 'depthbasedcorrmaskfullx' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFullX'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFullX'] },
+ 'depthbasedcorrmaskfully' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFullY'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFullY'] },
+ 'depthbasedcorrmaskinputdigest' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksInputDigest'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksInputDigest'] },
+ 'depthbasedcorrmaskleft' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksLeft'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksLeft'] },
+ 'depthbasedcorrmaskmaskactive' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskActive'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskActive'] },
+ 'depthbasedcorrmaskmaskblendmode' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskBlendMode'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskBlendMode'] },
+ 'depthbasedcorrmaskmaskdigest' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskDigest'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskDigest'] },
+ 'depthbasedcorrmaskmaskinverted' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskInverted'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskInverted'] },
+ 'depthbasedcorrmaskmaskname' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskName'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskName'] },
+ 'depthbasedcorrmaskmasks' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasks'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasks'] },
+ 'depthbasedcorrmaskmasksalpha' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksAlpha'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksAlpha'] },
+ 'depthbasedcorrmaskmasksangle' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksAngle'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksAngle'] },
+ 'depthbasedcorrmaskmasksbottom' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksBottom'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksBottom'] },
+ 'depthbasedcorrmaskmaskscentervalue' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksCenterValue'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksCenterValue'] },
+ 'depthbasedcorrmaskmaskscenterweight' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksCenterWeight'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
+ 'depthbasedcorrmaskmasksdabs' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksDabs'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksDabs'] },
+ 'depthbasedcorrmaskmasksfeather' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFeather'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFeather'] },
+ 'depthbasedcorrmaskmasksflipped' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFlipped'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFlipped'] },
+ 'depthbasedcorrmaskmasksflow' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFlow'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFlow'] },
+ 'depthbasedcorrmaskmasksfullx' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFullX'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFullX'] },
+ 'depthbasedcorrmaskmasksfully' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFullY'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFullY'] },
+ 'depthbasedcorrmaskmasksinputdigest' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksInputDigest'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksInputDigest'] },
+ 'depthbasedcorrmaskmasksleft' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksLeft'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksLeft'] },
+ 'depthbasedcorrmaskmasksmaskactive' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskActive'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskActive'] },
+ 'depthbasedcorrmaskmasksmaskblendmode' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
+ 'depthbasedcorrmaskmasksmaskdigest' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskDigest'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
+ 'depthbasedcorrmaskmasksmaskinverted' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskInverted'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
+ 'depthbasedcorrmaskmasksmaskname' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskName'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskName'] },
+ 'depthbasedcorrmaskmasksmasksubtype' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskSubType'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
+ 'depthbasedcorrmaskmasksmasksyncid' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
+ 'depthbasedcorrmaskmasksmaskversion' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskVersion'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
+ 'depthbasedcorrmaskmasksmidpoint' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMidpoint'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMidpoint'] },
+ 'depthbasedcorrmaskmasksorigin' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksOrigin'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksOrigin'] },
+ 'depthbasedcorrmaskmasksperimetervalue' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
+ 'depthbasedcorrmaskmasksradius' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksRadius'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksRadius'] },
+ 'depthbasedcorrmaskmasksreferencepoint' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksReferencePoint'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
+ 'depthbasedcorrmaskmasksright' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksRight'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksRight'] },
+ 'depthbasedcorrmaskmasksroundness' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksRoundness'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksRoundness'] },
+ 'depthbasedcorrmaskmaskssizex' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksSizeX'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksSizeX'] },
+ 'depthbasedcorrmaskmaskssizey' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksSizeY'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksSizeY'] },
+ 'depthbasedcorrmaskmaskstop' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksTop'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksTop'] },
+ 'depthbasedcorrmaskmasksubtype' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskSubType'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskSubType'] },
+ 'depthbasedcorrmaskmasksvalue' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskValue'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskValue'] },
+ 'depthbasedcorrmaskmasksversion' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksVersion'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksVersion'] },
+ 'depthbasedcorrmaskmaskswhat' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksWhat'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksWhat'] },
+ 'depthbasedcorrmaskmaskswholeimagearea' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
+ 'depthbasedcorrmaskmasksx' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksX'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksX'] },
+ 'depthbasedcorrmaskmasksy' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksY'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksY'] },
+ 'depthbasedcorrmaskmasksyncid' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskSyncID'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskSyncID'] },
+ 'depthbasedcorrmaskmaskszerox' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksZeroX'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksZeroX'] },
+ 'depthbasedcorrmaskmaskszeroy' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksZeroY'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksZeroY'] },
+ 'depthbasedcorrmaskmaskversion' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskVersion'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskVersion'] },
+ 'depthbasedcorrmaskmidpoint' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMidpoint'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMidpoint'] },
+ 'depthbasedcorrmaskorigin' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksOrigin'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksOrigin'] },
+ 'depthbasedcorrmaskperimetervalue' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksPerimeterValue'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksPerimeterValue'] },
+ 'depthbasedcorrmaskradius' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksRadius'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksRadius'] },
+ 'depthbasedcorrmaskrange' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
+ 'depthbasedcorrmaskrangeareamodels' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
+ 'depthbasedcorrmaskrangeareamodelscolorsampleinfo' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'depthbasedcorrmaskrangeareamodelscomponents' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'depthbasedcorrmaskrangecoloramount' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
+ 'depthbasedcorrmaskrangedepthfeather' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
+ 'depthbasedcorrmaskrangedepthmax' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
+ 'depthbasedcorrmaskrangedepthmin' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
+ 'depthbasedcorrmaskrangeinvert' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
+ 'depthbasedcorrmaskrangelumfeather' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
+ 'depthbasedcorrmaskrangeluminancedepthsampleinfo' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'depthbasedcorrmaskrangelummax' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
+ 'depthbasedcorrmaskrangelummin' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
+ 'depthbasedcorrmaskrangelumrange' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
+ 'depthbasedcorrmaskrangesampletype' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
+ 'depthbasedcorrmaskrangetype' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
+ 'depthbasedcorrmaskrangeversion' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
+ 'depthbasedcorrmaskreferencepoint' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksReferencePoint'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksReferencePoint'] },
+ 'depthbasedcorrmaskright' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksRight'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksRight'] },
+ 'depthbasedcorrmaskroundness' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksRoundness'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksRoundness'] },
+ 'depthbasedcorrmasksizex' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksSizeX'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksSizeX'] },
+ 'depthbasedcorrmasksizey' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksSizeY'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksSizeY'] },
+ 'depthbasedcorrmasktop' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksTop'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksTop'] },
+ 'depthbasedcorrmaskvalue' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskValue'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskValue'] },
+ 'depthbasedcorrmaskversion' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksVersion'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksVersion'] },
+ 'depthbasedcorrmaskwhat' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksWhat'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksWhat'] },
+ 'depthbasedcorrmaskwholeimagearea' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksWholeImageArea'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksWholeImageArea'] },
+ 'depthbasedcorrmaskx' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksX'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksX'] },
+ 'depthbasedcorrmasky' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksY'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksY'] },
+ 'depthbasedcorrmaskzerox' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksZeroX'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksZeroX'] },
+ 'depthbasedcorrmaskzeroy' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksZeroY'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksZeroY'] },
+ 'depthbasedcorrwhat' => { 502 => [\'DepthBasedCorrections','DepthBasedCorrectionsWhat'], 504 => [\'DepthBasedCorrections','DepthBasedCorrectionsWhat'] },
+ 'depthfar' => { 121 => 0xc7eb },
+ 'depthformat' => { 121 => 0xc7e9 },
+ 'depthimage' => { 487 => 'Data' },
+ 'depthmapinfo' => { 502 => 'DepthMapInfo', 504 => 'DepthMapInfo' },
+ 'depthmapinfobasehighlightguideinputdigest' => { 502 => [\'DepthMapInfo','DepthMapInfoBaseHighlightGuideInputDigest'], 504 => [\'DepthMapInfo','DepthMapInfoBaseHighlightGuideInputDigest'] },
+ 'depthmapinfobasehighlightguidetable' => { 502 => [\'DepthMapInfo','DepthMapInfoBaseHighlightGuideTable'], 504 => [\'DepthMapInfo','DepthMapInfoBaseHighlightGuideTable'] },
+ 'depthmapinfobasehighlightguideversion' => { 502 => [\'DepthMapInfo','DepthMapInfoBaseHighlightGuideVersion'], 504 => [\'DepthMapInfo','DepthMapInfoBaseHighlightGuideVersion'] },
+ 'depthmapinfobaselayereddepthinputdigest' => { 502 => [\'DepthMapInfo','DepthMapInfoBaseLayeredDepthInputDigest'], 504 => [\'DepthMapInfo','DepthMapInfoBaseLayeredDepthInputDigest'] },
+ 'depthmapinfobaselayereddepthtable' => { 502 => [\'DepthMapInfo','DepthMapInfoBaseLayeredDepthTable'], 504 => [\'DepthMapInfo','DepthMapInfoBaseLayeredDepthTable'] },
+ 'depthmapinfobaselayereddepthversion' => { 502 => [\'DepthMapInfo','DepthMapInfoBaseLayeredDepthVersion'], 504 => [\'DepthMapInfo','DepthMapInfoBaseLayeredDepthVersion'] },
+ 'depthmapinfobaserawdepthinputdigest' => { 502 => [\'DepthMapInfo','DepthMapInfoBaseRawDepthInputDigest'], 504 => [\'DepthMapInfo','DepthMapInfoBaseRawDepthInputDigest'] },
+ 'depthmapinfobaserawdepthtable' => { 502 => [\'DepthMapInfo','DepthMapInfoBaseRawDepthTable'], 504 => [\'DepthMapInfo','DepthMapInfoBaseRawDepthTable'] },
+ 'depthmapinfobaserawdepthversion' => { 502 => [\'DepthMapInfo','DepthMapInfoBaseRawDepthVersion'], 504 => [\'DepthMapInfo','DepthMapInfoBaseRawDepthVersion'] },
+ 'depthmapinfodepthsource' => { 502 => [\'DepthMapInfo','DepthMapInfoDepthSource'], 504 => [\'DepthMapInfo','DepthMapInfoDepthSource'] },
+ 'depthmeasuretype' => { 121 => 0xc7ed },
+ 'depthnear' => { 121 => 0xc7ea },
+ 'depthunits' => { 121 => 0xc7ec },
+ 'derivedfrom' => { 532 => 'DerivedFrom' },
+ 'derivedfromalternatepaths' => { 532 => [\'DerivedFrom','DerivedFromAlternatePaths'] },
+ 'derivedfromdocumentid' => { 532 => [\'DerivedFrom','DerivedFromDocumentID'] },
+ 'derivedfromfilepath' => { 532 => [\'DerivedFrom','DerivedFromFilePath'] },
+ 'derivedfromfrompart' => { 532 => [\'DerivedFrom','DerivedFromFromPart'] },
+ 'derivedfrominstanceid' => { 532 => [\'DerivedFrom','DerivedFromInstanceID'] },
+ 'derivedfromlastmodifydate' => { 532 => [\'DerivedFrom','DerivedFromLastModifyDate'] },
+ 'derivedfromlasturl' => { 532 => [\'DerivedFrom','DerivedFromLastURL'] },
+ 'derivedfromlinkcategory' => { 532 => [\'DerivedFrom','DerivedFromLinkCategory'] },
+ 'derivedfromlinkform' => { 532 => [\'DerivedFrom','DerivedFromLinkForm'] },
+ 'derivedfrommanager' => { 532 => [\'DerivedFrom','DerivedFromManager'] },
+ 'derivedfrommanagervariant' => { 532 => [\'DerivedFrom','DerivedFromManagerVariant'] },
+ 'derivedfrommanageto' => { 532 => [\'DerivedFrom','DerivedFromManageTo'] },
+ 'derivedfrommanageui' => { 532 => [\'DerivedFrom','DerivedFromManageUI'] },
+ 'derivedfrommaskmarkers' => { 532 => [\'DerivedFrom','DerivedFromMaskMarkers'] },
+ 'derivedfromoriginaldocumentid' => { 532 => [\'DerivedFrom','DerivedFromOriginalDocumentID'] },
+ 'derivedfrompartmapping' => { 532 => [\'DerivedFrom','DerivedFromPartMapping'] },
+ 'derivedfromplacedresolutionunit' => { 532 => [\'DerivedFrom','DerivedFromPlacedResolutionUnit'] },
+ 'derivedfromplacedxresolution' => { 532 => [\'DerivedFrom','DerivedFromPlacedXResolution'] },
+ 'derivedfromplacedyresolution' => { 532 => [\'DerivedFrom','DerivedFromPlacedYResolution'] },
+ 'derivedfromrenditionclass' => { 532 => [\'DerivedFrom','DerivedFromRenditionClass'] },
+ 'derivedfromrenditionparams' => { 532 => [\'DerivedFrom','DerivedFromRenditionParams'] },
+ 'derivedfromtopart' => { 532 => [\'DerivedFrom','DerivedFromToPart'] },
+ 'derivedfromversionid' => { 532 => [\'DerivedFrom','DerivedFromVersionID'] },
+ 'description' => { 332 => 'Description', 394 => ['desc','dscp',"\xa9des"], 396 => 'description', 402 => 'dscp', 502 => 'Description', 504 => 'Description', 505 => 'description', 529 => 'Description' },
+ 'destination' => { 134 => 0x5 },
+ 'destinationcity' => { 377 => 0x24, 383 => 0x3 },
+ 'destinationcitycode' => { 384 => 0x1001 },
+ 'destinationdst' => { 377 => 0x26, 383 => '0.3' },
+ 'developmentdynamicrange' => { 129 => 0x1403 },
+ 'deviantmatrixcustom' => { 140 => 0x7de },
+ 'deviantmatrixdaylight' => { 140 => 0x7da },
+ 'deviantmatrixflash' => { 140 => 0x7dd },
+ 'deviantmatrixfluorescent' => { 140 => 0x7dc },
+ 'deviantmatrixtungsten' => { 140 => 0x7db },
+ 'deviantwhitecustom' => { 140 => 0x842 },
+ 'deviantwhitedaylight' => { 140 => 0x83e },
+ 'deviantwhiteflash' => { 140 => 0x841 },
+ 'deviantwhitefluorescent' => { 140 => 0x840 },
+ 'deviantwhitetungsten' => { 140 => 0x83f },
+ 'device' => { 521 => 'device' },
+ 'devicesettingdescription' => { 508 => 'DeviceSettingDescription' },
+ 'devicesettingdescriptioncolumns' => { 508 => [\'DeviceSettingDescription','DeviceSettingDescriptionColumns'] },
+ 'devicesettingdescriptionrows' => { 508 => [\'DeviceSettingDescription','DeviceSettingDescriptionRows'] },
+ 'devicesettingdescriptionsettings' => { 508 => [\'DeviceSettingDescription','DeviceSettingDescriptionSettings'] },
+ 'devicetype' => { 416 => 0x2 },
+ 'dewarpdata' => { 118 => 'DewarpData' },
+ 'dewarpflag' => { 118 => 'DewarpFlag' },
+ 'dialdirectiontvav' => { 86 => 0x706 },
+ 'dietaryneeds' => { 523 => 'dietaryNeeds' },
+ 'diffractioncompensation' => { 225 => 0x20e, 240 => 0x142, 241 => 0x1b2, 242 => 0x1a2, 243 => 0x1b6, 244 => 0x1b6 },
+ 'diffractioncorrection' => { 342 => 0xbc, 367 => 0x3 },
+ 'diffractioncorrectionon' => { 105 => 0x2070b },
+ 'digitalcreationdate' => { 133 => 0x3e },
+ 'digitalcreationtime' => { 133 => 0x3f },
+ 'digitaldeehighlightadj' => { 259 => 0x202 },
+ 'digitaldeeshadowadj' => { 259 => 0x200 },
+ 'digitaldeethreshold' => { 259 => 0x201 },
+ 'digitalfilter' => { 419 => 0x59 },
+ 'digitalfilter01' => { 364 => 0x5 },
+ 'digitalfilter02' => { 364 => 0x16 },
+ 'digitalfilter03' => { 364 => 0x27 },
+ 'digitalfilter04' => { 364 => 0x38 },
+ 'digitalfilter05' => { 364 => 0x49 },
+ 'digitalfilter06' => { 364 => 0x5a },
+ 'digitalfilter07' => { 364 => 0x6b },
+ 'digitalfilter08' => { 364 => 0x7c },
+ 'digitalfilter09' => { 364 => 0x8d },
+ 'digitalfilter10' => { 364 => 0x9e },
+ 'digitalfilter11' => { 364 => 0xaf },
+ 'digitalfilter12' => { 364 => 0xc0 },
+ 'digitalfilter13' => { 364 => 0xd1 },
+ 'digitalfilter14' => { 364 => 0xe2 },
+ 'digitalfilter15' => { 364 => 0xf3 },
+ 'digitalfilter16' => { 364 => 0x104 },
+ 'digitalfilter17' => { 364 => 0x115 },
+ 'digitalfilter18' => { 364 => 0x126 },
+ 'digitalfilter19' => { 364 => 0x137 },
+ 'digitalfilter20' => { 364 => 0x148 },
+ 'digitalgain' => { 75 => 0xb },
+ 'digitalgem' => { 220 => 0x0 },
+ 'digitalice' => { 259 => 0x100 },
+ 'digitalimageguid' => { 516 => 'DigImageGUID' },
+ 'digitallensoptimizer' => { 63 => 0xa },
+ 'digitallensoptimizersetting' => { 81 => 0x9 },
+ 'digitalroc' => { 256 => 0x0 },
+ 'digitalsourcefiletype' => { 516 => 'DigitalSourcefileType' },
+ 'digitalsourcetype' => { 516 => 'DigitalSourceType' },
+ 'digitalzoom' => { 35 => 0xc, 114 => 0xa, 129 => 0x1044, 142 => 0x68, 153 => 0x22, 154 => 0x1e, 158 => 'DigitalZoom', 183 => 0xc, 236 => 0x86, 282 => 0xa, 324 => 0x204, 377 => 0x1e, 384 => 0xa, 418 => 0x204, 465 => 0x12, 466 => 0x12 },
+ 'digitalzoomon' => { 418 => 0x21b },
+ 'digitalzoomratio' => { 121 => 0xa404, 453 => 0x200, 455 => 0x21c, 508 => 'DigitalZoomRatio' },
+ 'director' => { 181 => 'WM/Director', 394 => "\xa9dir", 396 => 'director', 402 => "\xa9dir", 531 => 'director' },
+ 'directorphotography' => { 531 => 'directorPhotography' },
+ 'directory' => { 122 => 'Directory' },
'directoryindex' => { 7 => 0x137, 9 => 0x2dc, 11 => 0x17e, 13 => 0x238, 14 => 0x13f, 15 => 0x133, 16 => 0x1df, 17 => 0x1a7, 18 => 0x1f0, 19 => 0xcc, 20 => 0x1c7, 21 => 0x298, 22 => 0x1e7, 23 => 0x1e5, 24 => [0x27c,0x280], 25 => 0x2b6, 26 => 0x2bf, 28 => 0x1f7, 29 => 0x4ba },
'directoryindex2' => { 21 => 0x29c },
- 'directorynumber' => { 211 => 0x3, 403 => 0x12 },
- 'disableautocreation' => { 483 => 'DisableAutoCreation' },
- 'disclaimer' => { 330 => 'Disclaimer' },
- 'discnumber' => { 529 => 'discNumber' },
- 'dishtype' => { 521 => 'dishType' },
- 'disknumber' => { 392 => 'disk' },
- 'dispbutton' => { 242 => 0x7d4, 313 => 0x2ab },
- 'displayallafpoints' => { 84 => 0x514 },
- 'displayaperture' => { 34 => 0x23 },
- 'displayedunitsx' => { 390 => 0x2 },
- 'displayedunitsy' => { 390 => 0x6 },
- 'displayname' => { 394 => 'displayname', 518 => 'displayName' },
- 'distance1' => { 140 => 0x28 },
- 'distance2' => { 140 => 0x2c },
- 'distance3' => { 140 => 0x30 },
- 'distance4' => { 140 => 0x34 },
- 'distortion' => { 414 => 0xa050 },
- 'distortioncompensation' => { 476 => 0x8040 },
- 'distortioncontrol' => { 262 => 0x10 },
- 'distortioncorrection' => { 79 => 0x3, 103 => 0x20705, 109 => 0x67, 119 => 0x7036, 317 => 0x50b, 344 => '7.1', 365 => 0x0, 471 => 0x601, 472 => 0x5b },
- 'distortioncorrection2' => { 321 => 0x1011 },
- 'distortioncorrectionalreadyapplied' => { 497 => 'DistortionCorrectionAlreadyApplied' },
- 'distortioncorrectionon' => { 103 => '0x20705.0', 109 => 0x63 },
- 'distortioncorrectionsetting' => { 80 => 0x7, 440 => 0x2013 },
- 'distortioncorrectionvalue' => { 79 => 0x9 },
- 'distortioncorrparams' => { 119 => 0x7037, 450 => 0x1a23, 453 => 0x1870, 455 => 0x189c, 456 => 0x18cc, 457 => 0x17d0, 471 => 0x6ca, 472 => 0x64 },
- 'distortioncorrparamsnumber' => { 453 => 0x1899, 455 => 0x18c5, 456 => 0x18f5, 457 => 0x17f9 },
- 'distortioncorrparamspresent' => { 453 => 0x1898, 455 => 0x18c4, 456 => 0x18f4, 457 => 0x17f8, 459 => 0x10b, 460 => 0x10b, 471 => 0x600, 472 => 0x5a },
- 'distortioneffect' => { 103 => 0x20709 },
- 'distortionn' => { 344 => 0xc },
- 'distortionparam02' => { 344 => 0x2 },
- 'distortionparam04' => { 344 => 0x4 },
- 'distortionparam08' => { 344 => 0x8 },
- 'distortionparam09' => { 344 => 0x9 },
- 'distortionparam11' => { 344 => 0xb },
- 'distortionscale' => { 344 => 0x5 },
- 'distributor' => { 519 => 'distributor' },
- 'distributorproductid' => { 518 => 'distributorProductID' },
- 'dloon' => { 103 => '0x20706.0', 109 => 0xdc },
- 'dlosetting' => { 103 => 0x20706, 109 => 0xdd },
- 'dlosettingapplied' => { 102 => 0x4 },
- 'dloshootingdistance' => { 109 => 0xde },
- 'dloversion' => { 102 => 0x5 },
- 'dmcomment' => { 529 => 'comment' },
- 'dmdithermatrix' => { 138 => 0xc7a },
- 'dmdithermatrixheight' => { 138 => 0xc7c },
- 'dmdithermatrixwidth' => { 138 => 0xc7b },
- 'dngadobedata' => { 119 => 0xc634 },
- 'dngbackwardversion' => { 119 => 0xc613 },
- 'dngignoresidecars' => { 500 => 'DNGIgnoreSidecars', 502 => 'DNGIgnoreSidecars' },
- 'dnglensinfo' => { 119 => 0xc630 },
- 'dngprivatedata' => { 119 => 0xc634 },
- 'dngversion' => { 119 => 0xc612 },
- 'document' => { 330 => 'Document' },
- 'documentancestors' => { 517 => 'DocumentAncestors' },
- 'documenthistory' => { 131 => 0xe7 },
- 'documentid' => { 530 => 'DocumentID' },
- 'documentname' => { 119 => 0x10d },
- 'documentnotes' => { 131 => 0xe6 },
- 'doi' => { 519 => 'doi' },
- 'dopesheet' => { 514 => 'Dopesheet' },
- 'dopesheetlink' => { 514 => 'DopesheetLink' },
- 'dopesheetlinklink' => { 514 => [\'DopesheetLink','DopesheetLinkLink'] },
- 'dopesheetlinklinkqualifier' => { 514 => [\'DopesheetLink','DopesheetLinkLinkQualifier'] },
- 'doublingmicrovolts' => { 138 => 0xc82 },
- 'dpp' => { 495 => 'dpp' },
- 'dr4cameramodel' => { 104 => 0x3 },
- 'drangepriority' => { 127 => 0x1443 },
- 'drangepriorityauto' => { 127 => 0x1444 },
- 'drangepriorityfixed' => { 127 => 0x1445 },
- 'drivemode' => { 113 => 0x3103, 125 => '0.1', 181 => 0x6, 184 => 0x1e, 187 => 0xe, 191 => 0x64d0, 317 => 0x600, 375 => 0x34, 407 => 0x1002, 417 => 0x3, 427 => 0x4, 428 => 0x7e, 429 => 0x34 },
- 'drivemode2' => { 184 => 0xa, 356 => 0x7, 438 => 0xe, 445 => 0x1 },
- 'drivemodesetting' => { 429 => 0x4 },
- 'drivespeed' => { 125 => '0.2' },
- 'dspfirmwareversion' => { 375 => 0x27 },
- 'duration' => { 67 => 0x6a, 155 => 'Duration', 169 => 'Duration', 521 => 'duration', 529 => 'duration' },
- 'durationscale' => { 529 => [\'duration','durationScale'] },
- 'durationvalue' => { 529 => [\'duration','durationValue'] },
- 'dustremovaldata' => { 64 => 0x97 },
- 'dxcropalert' => { 239 => 0x250, 240 => 0x23c, 241 => 0x250, 242 => 0x250 },
- 'dynamicafarea' => { 297 => '1.4', 306 => '1.4' },
- 'dynamicafareasize' => { 239 => 0x254, 240 => 0x240, 241 => 0x254, 242 => 0x254 },
- 'dynamicareaafassist' => { 313 => 0x18, 314 => 0x18, 315 => 0x18 },
- 'dynamicareaafdisplay' => { 298 => '46.1', 300 => '47.1', 301 => '47.1', 310 => '47.1', 311 => '47.1' },
- 'dynamicrange' => { 127 => 0x1400 },
- 'dynamicrangeboost' => { 340 => 0xee },
- 'dynamicrangeexpansion' => { 375 => 0x69, 407 => 0x100e },
- 'dynamicrangemax' => { 108 => 0x7c },
- 'dynamicrangemin' => { 108 => 0x7a },
- 'dynamicrangeoptimizer' => { 184 => 0x15, 440 => [0xb025,0xb04f], 449 => 0x1144, 450 => [0x1144,0x324], 451 => [0x1120,0x300], 452 => [0x119c,0x37c], 453 => [0x1178,0x328], 454 => [0x1030,0x50], 455 => [0x228,0x50], 456 => [0x228,0x50], 457 => [0x21b,0x4e] },
- 'dynamicrangeoptimizerbracket' => { 438 => 0x2e },
- 'dynamicrangeoptimizerlevel' => { 427 => 0x19, 428 => 0x17, 429 => 0xd, 438 => 0x79, 445 => 0x5 },
- 'dynamicrangeoptimizermode' => { 187 => 0x15, 427 => 0x18, 428 => 0x16, 438 => [0x77,0x15] },
- 'dynamicrangeoptimizersetting' => { 184 => 0x27, 429 => 0xc, 445 => 0x4 },
- 'dynamicrangesetting' => { 127 => 0x1402 },
- 'e-dialinprogram' => { 356 => '1.3' },
- 'earliestageorloweststage' => { 118 => [\'GeologicalContext','GeologicalContextEarliestAgeOrLowestStage'] },
- 'earliesteonorlowesteonothem' => { 118 => [\'GeologicalContext','GeologicalContextEarliestEonOrLowestEonothem'] },
- 'earliestepochorlowestseries' => { 118 => [\'GeologicalContext','GeologicalContextEarliestEpochOrLowestSeries'] },
- 'earliesteraorlowesterathem' => { 118 => [\'GeologicalContext','GeologicalContextEarliestEraOrLowestErathem'] },
- 'earliestperiodorlowestsystem' => { 118 => [\'GeologicalContext','GeologicalContextEarliestPeriodOrLowestSystem'] },
- 'earthpos' => { 479 => 'EarthPos' },
- 'earthposaltitude' => { 479 => [\'EarthPos','EarthPosAltitude'] },
- 'earthposlatitude' => { 479 => [\'EarthPos','EarthPosLatitude'] },
- 'earthposlongitude' => { 479 => [\'EarthPos','EarthPosLongitude'] },
- 'earthposrotationw' => { 479 => [\'EarthPos','EarthPosRotationW'] },
- 'earthposrotationx' => { 479 => [\'EarthPos','EarthPosRotationX'] },
- 'earthposrotationy' => { 479 => [\'EarthPos','EarthPosRotationY'] },
- 'earthposrotationz' => { 479 => [\'EarthPos','EarthPosRotationZ'] },
- 'earthpostimestamp' => { 479 => [\'EarthPos','EarthPosTimestamp'] },
- 'easyexposurecomp' => { 312 => '6.1' },
- 'easyexposurecompensation' => { 297 => '6.4', 298 => '6.5', 300 => '6.3', 301 => '6.3', 305 => '5.1', 306 => '4.4', 307 => '5.2', 310 => '6.3', 311 => '6.3', 313 => 0x1d, 314 => 0x1d, 315 => 0x1d },
- 'easymode' => { 34 => 0xb },
- 'edgemapslope' => { 138 => 0x930 },
- 'edgemapx1' => { 138 => 0x931 },
- 'edgemapx2' => { 138 => 0x932 },
- 'edgemapx3' => { 138 => 0x934 },
- 'edgemapx4' => { 138 => 0x935 },
- 'edgenoisereduction' => { 291 => 0x4, 476 => 0x8028 },
- 'edit1' => { 400 => "\xa9ed1" },
- 'edit2' => { 400 => "\xa9ed2" },
- 'edit3' => { 400 => "\xa9ed3" },
- 'edit4' => { 400 => "\xa9ed4" },
- 'edit5' => { 400 => "\xa9ed5" },
- 'edit6' => { 400 => "\xa9ed6" },
- 'edit7' => { 400 => "\xa9ed7" },
- 'edit8' => { 400 => "\xa9ed8" },
- 'edit9' => { 400 => "\xa9ed9" },
- 'edition' => { 519 => 'edition' },
- 'editorialupdate' => { 131 => 0x8 },
- 'editstatus' => { 131 => 0x7, 387 => 'EditStatus', 495 => 'EditStatus' },
- 'editversionname' => { 290 => 0x3d136244 },
- 'effectivelv' => { 375 => 0x2d },
- 'effectivemaxaperture' => { 227 => 0x12, 228 => 0x13, 232 => 0x14 },
- 'eissn' => { 519 => 'eIssn' },
- 'electricalblackcolumns' => { 138 => 0x1810 },
- 'electronicfront-curtainshutter' => { 300 => '5.2', 301 => '5.2', 310 => '5.3', 311 => '5.2' },
- 'electronicfrontcurtainshutter' => { 440 => 0x201a },
- 'elevation' => { 165 => 'Elevation' },
- 'email' => { 157 => 'EMail' },
- 'embargodate' => { 522 => 'embargoDate' },
- 'embdencrightsexpr' => { 514 => 'EmbdEncRightsExpr' },
- 'embeddedencodedrightsexpr' => { 514 => [\'EmbdEncRightsExpr','EmbdEncRightsExprEncRightsExpr'] },
- 'embeddedencodedrightsexprlangid' => { 514 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprLangId'] },
- 'embeddedencodedrightsexprtype' => { 514 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprEncType'] },
- 'embeddedxmpdigest' => { 517 => 'EmbeddedXMPDigest' },
- 'emissivity' => { 121 => 0x3 },
- 'emptyslotrelease' => { 239 => 0x723, 240 => 0x625, 241 => 0x655, 242 => 0x6bd },
- 'enablechromanoisereduction' => { 138 => 0xe6e },
- 'enablesharpening' => { 138 => 0x92e },
- 'encodedby' => { 179 => 'WM/EncodedBy', 392 => "\xa9enc" },
- 'encodedwith' => { 394 => 'Encoded_With' },
- 'encoder' => { 392 => "\xa9too", 400 => "\xa9too" },
- 'encoderid' => { 400 => "\xa9enc" },
- 'encodingtime' => { 179 => 'WM/EncodingTime' },
- 'encryptionkey' => { 414 => 0xa020 },
- 'endingpage' => { 519 => 'endingPage' },
- 'enduser' => { 327 => 'EndUser' },
- 'enduserid' => { 327 => [\'EndUser','EndUserEndUserID'] },
- 'endusername' => { 327 => [\'EndUser','EndUserEndUserName'] },
- 'energysavingmode' => { 239 => 0x746, 240 => 0x648, 241 => 0x678, 242 => 0x6e0 },
- 'engineer' => { 529 => 'engineer' },
- 'enhancedarktones' => { 283 => 0x8 },
- 'enhancedenoisealreadyapplied' => { 497 => 'EnhanceDenoiseAlreadyApplied' },
- 'enhancedenoiselumaamount' => { 497 => 'EnhanceDenoiseLumaAmount' },
- 'enhancedenoiseversion' => { 497 => 'EnhanceDenoiseVersion' },
- 'enhancedetailsalreadyapplied' => { 497 => 'EnhanceDetailsAlreadyApplied' },
- 'enhancedetailsversion' => { 497 => 'EnhanceDetailsVersion' },
- 'enhancement' => { 112 => 0x16, 113 => 0x3016 },
- 'enhanceparams' => { 119 => 0xc7ee },
- 'enhancer' => { 321 => 0x300 },
- 'enhancervalues' => { 321 => 0x301 },
- 'enhancesuperresolutionalreadyapplied' => { 497 => 'EnhanceSuperResolutionAlreadyApplied' },
- 'enhancesuperresolutionscale' => { 497 => 'EnhanceSuperResolutionScale' },
- 'enhancesuperresolutionversion' => { 497 => 'EnhanceSuperResolutionVersion' },
- 'envelopenumber' => { 132 => 0x28 },
- 'envelopepriority' => { 132 => 0x3c },
- 'enveloperecordversion' => { 132 => 0x0 },
- 'episode' => { 514 => 'Episode' },
- 'episodeglobaluniqueid' => { 392 => 'egid' },
- 'episodeidentifier' => { 514 => [\'Episode','EpisodeIdentifier'] },
- 'episodename' => { 514 => [\'Episode','EpisodeName'] },
- 'episodenumber' => { 514 => [\'Episode','EpisodeNumber'] },
- 'epsonimageheight' => { 322 => 0x20c },
- 'epsonimagewidth' => { 322 => 0x20b },
- 'epsonsoftware' => { 322 => 0x20d },
- 'equipmentinstitution' => { 478 => 'EquipmentInstitution' },
- 'equipmentmanufacturer' => { 478 => 'EquipmentManufacturer' },
- 'equipmentversion' => { 318 => 0x0 },
- 'ettlii' => { 84 => 0x304, 85 => 0xd, 86 => 0xe, 87 => 0x7, 88 => 0x7, 89 => 0xe },
- 'event' => { 481 => 'Event', 493 => 'Event', 514 => 'Event', 519 => 'event' },
- 'eventalias' => { 518 => 'eventAlias' },
- 'eventdate' => { 118 => [\'Event','EventEventDate'] },
- 'eventday' => { 118 => [\'Event','EventDay'] },
- 'eventearliestdate' => { 118 => [\'Event','EventEarliestDate'] },
- 'eventend' => { 518 => 'eventEnd' },
- 'eventenddayofyear' => { 118 => [\'Event','EventEndDayOfYear'] },
- 'eventfieldnotes' => { 118 => [\'Event','EventFieldNotes'] },
- 'eventfieldnumber' => { 118 => [\'Event','EventFieldNumber'] },
- 'eventhabitat' => { 118 => [\'Event','EventHabitat'] },
- 'eventid' => { 118 => [\'Event','EventEventID'], 514 => 'EventId' },
- 'eventlatestdate' => { 118 => [\'Event','EventLatestDate'] },
- 'eventmonth' => { 118 => [\'Event','EventMonth'] },
- 'eventnumber' => { 401 => 0x9, 402 => 0x37, 403 => 0x3a },
- 'eventparenteventid' => { 118 => [\'Event','EventParentEventID'] },
- 'eventremarks' => { 118 => [\'Event','EventEventRemarks'] },
- 'eventsamplesizeunit' => { 118 => [\'Event','EventSampleSizeUnit'] },
- 'eventsamplesizevalue' => { 118 => [\'Event','EventSampleSizeValue'] },
- 'eventsamplingeffort' => { 118 => [\'Event','EventSamplingEffort'] },
- 'eventsamplingprotocol' => { 118 => [\'Event','EventSamplingProtocol'] },
- 'eventstart' => { 518 => 'eventStart' },
- 'eventstartdayofyear' => { 118 => [\'Event','EventStartDayOfYear'] },
- 'eventsubtype' => { 518 => 'eventSubtype' },
- 'eventtime' => { 118 => [\'Event','EventEventTime'] },
- 'eventtype' => { 518 => 'eventType' },
- 'eventverbatimeventdate' => { 118 => [\'Event','EventVerbatimEventDate'] },
- 'eventyear' => { 118 => [\'Event','EventYear'] },
- 'evfgrid' => { 313 => 0x165, 314 => 0x165, 315 => 0x17d },
- 'evfimageframe' => { 313 => 0x164, 314 => 0x164, 315 => 0x17c },
- 'evfreleaseindicator' => { 313 => 0x24f, 314 => 0x24f, 315 => 0x267 },
- 'evfwarmdisplaybrightness' => { 313 => 0x24d, 314 => 0x24d, 315 => 0x265 },
- 'evfwarmdisplaymode' => { 313 => 0x24b, 314 => 0x24b, 315 => 0x263 },
- 'evsteps' => { 356 => '1.2', 358 => 0x0 },
- 'evstepsize' => { 302 => '5.1', 303 => '6.1', 304 => '6.1', 308 => '0.7' },
- 'exclusivecoverage' => { 490 => 'ExclusiveCoverage' },
- 'exclusivityenddate' => { 522 => 'exclusivityEndDate' },
- 'excursiontolerance' => { 133 => 0x82 },
- 'executiveproducer' => { 392 => "\xa9xpd" },
- 'exif' => { 120 => 'EXIF' },
- 'exifbyteorder' => { 120 => 'ExifByteOrder' },
- 'exifcamerainfo' => { 131 => 0xe8 },
- 'exifimageheight' => { 119 => 0xa003, 506 => 'PixelYDimension' },
- 'exifimagewidth' => { 119 => 0xa002, 506 => 'PixelXDimension' },
- 'exifunicodebyteorder' => { 120 => 'ExifUnicodeByteOrder' },
- 'exifversion' => { 119 => 0x9000, 506 => 'ExifVersion' },
- 'exitpupilposition' => { 227 => 0x4, 228 => 0x4, 232 => 0x4 },
- 'expirationdate' => { 131 => 0x25, 522 => 'expirationDate' },
- 'expirationtime' => { 131 => 0x26 },
- 'exposure' => { 119 => 0xfe51, 500 => 'Exposure', 502 => 'Exposure' },
- 'exposure2012' => { 500 => 'Exposure2012', 502 => 'Exposure2012' },
- 'exposureadj' => { 288 => 0x0 },
- 'exposureadj2' => { 288 => 0x12 },
- 'exposureadjust' => { 417 => 0xc },
- 'exposurebracketingindicatorlast' => { 184 => 0x52 },
- 'exposurebracketshotnumber' => { 187 => 0x2d, 438 => 0x2f },
- 'exposurebracketstepsize' => { 356 => 0x8 },
- 'exposurebracketvalue' => { 234 => 0x19 },
- 'exposurecompautocancel' => { 84 => 0x113 },
- 'exposurecompensation' => { 77 => 0x6, 93 => 0x0, 119 => 0x9204, 140 => 0x24, 156 => 'ExposureComp', 176 => 'ExposureCompensation', 181 => 0xd, 182 => 0x53, 183 => 0x1e, 187 => 0x49c0, 322 => 0x1006, 375 => 0x16, 384 => 0x402, 414 => 0xa013, 417 => [0xc,0x35,0x4d], 449 => 0x114c, 450 => 0x114c, 451 => 0x1128, 453 => 0x1180, 454 => 0x1038, 455 => 0x230, 456 => 0x230, 457 => 0x223, 506 => 'ExposureBiasValue' },
- 'exposurecompensation2' => { 445 => [0x24,0x26,0x2a] },
- 'exposurecompensationbutton' => { 242 => 0x794 },
- 'exposurecompensationmode' => { 184 => 0x47, 187 => 0x2a },
- 'exposurecompensationset' => { 427 => 0x3, 428 => 0x3, 429 => 0x3, 445 => 0x1e },
- 'exposurecompensationsetting' => { 184 => 0x1 },
- 'exposurecompstepsize' => { 297 => '6.3', 298 => '7.3', 300 => '7.3', 301 => '7.3', 306 => '4.3', 310 => '7.3', 311 => '7.3' },
- 'exposurecontrolstep' => { 305 => '6.1', 307 => '6.1' },
- 'exposurecontrolstepsize' => { 297 => '6.2', 298 => '7.1', 300 => '7.1', 301 => '7.1', 306 => '4.2', 310 => '7.1', 311 => '7.1', 312 => '7.1', 313 => 0x1b, 314 => 0x1b, 315 => 0x1b },
- 'exposurecount' => { 127 => 0x1032 },
- 'exposuredelay' => { 242 => 0x800 },
- 'exposuredelaymode' => { 297 => '10.1', 298 => '11.1', 300 => '11.1', 301 => '11.1', 302 => '9.1', 303 => '10.1', 304 => '10.1', 306 => '10.4', 307 => '10.1', 308 => '6.4', 310 => '11.1', 311 => '11.1', 312 => '11.2' },
- 'exposuredifference' => { 234 => 0xe },
- 'exposuregaincustom' => { 138 => 0x89c },
- 'exposuregaindaylight' => { 138 => 0x898 },
- 'exposuregainflash' => { 138 => 0x89b },
- 'exposuregainfluorescent' => { 138 => 0x89a },
- 'exposuregaintungsten' => { 138 => 0x899 },
- 'exposureindex' => { 119 => 0xa215, 506 => 'ExposureIndex' },
- 'exposureindicator' => { 184 => 0x50 },
- 'exposurelevelincrements' => { 82 => 0x6, 83 => 0x6, 84 => 0x101, 85 => 0x5, 86 => 0x6, 87 => 0x5, 88 => 0x5, 89 => 0x6, 90 => 0x4, 427 => 0x58, 428 => 0x58 },
- 'exposurelockused' => { 488 => 'ExposureLockUsed' },
- 'exposuremode' => { 119 => 0xa402, 156 => 'ExposureMode', 181 => 0x1, 182 => 0xa, 183 => 0x0, 184 => 0x0, 187 => 0x34, 317 => 0x200, 337 => 0x40d, 417 => 0x8, 440 => 0xb041, 506 => 'ExposureMode' },
- 'exposuremodeinmanual' => { 84 => 0x10b },
- 'exposureprogram' => { 119 => 0x8822, 407 => 0x1001, 420 => [0x17e,0x43], 427 => 0x3c, 428 => 0x3c, 429 => 0x5, 433 => 0x14, 438 => 0x3f, 445 => 0x2, 449 => 0x1175, 450 => 0x1179, 451 => 0x1155, 452 => 0x11d1, 453 => 0x11ad, 454 => 0x1065, 455 => 0x25d, 456 => 0x25d, 457 => 0x24c, 468 => 0xb, 469 => 0xc, 470 => 0xb, 472 => 0x48, 506 => 'ExposureProgram' },
- 'exposureshift' => { 317 => 0x203 },
- 'exposurestandardadjustment' => { 440 => 0x202d },
- 'exposuretime' => { 7 => 0x4, 8 => 0x4, 9 => 0x4, 10 => 0x4, 11 => 0x4, 12 => 0x4, 13 => 0x4, 14 => 0x4, 15 => 0x4, 16 => 0x4, 17 => 0x4, 18 => 0x4, 19 => 0x4, 20 => 0x4, 21 => 0x4, 22 => 0x4, 23 => 0x4, 24 => 0x4, 25 => 0x4, 26 => 0x4, 27 => 0x4, 28 => 0x4, 29 => 0x4, 30 => 0x6, 31 => 0x7, 77 => 0x16, 119 => 0x829a, 137 => 0xfd05, 140 => 0x20, 142 => 0xfa24, 144 => 0xf104, 147 => 0x12, 149 => 0x38, 151 => 0x14, 152 => 0x10, 154 => 0x10, 156 => 'ExposureTime', 181 => 0x9, 182 => 0x35, 183 => 0x48, 184 => 0x8, 187 => 0x49b8, 375 => 0x12, 414 => 0xa018, 417 => [0x32,0x4a], 427 => 0x0, 428 => 0x0, 445 => [0x21,0x23,0x27], 472 => 0x10, 506 => 'ExposureTime' },
- 'exposuretime2' => { 417 => [0x33,0x4b] },
- 'exposuretuning' => { 234 => 0x1c },
- 'exposurevalue' => { 138 => 0x3 },
- 'exposurewarning' => { 127 => 0x1302 },
- 'exrauto' => { 127 => 0x1033 },
- 'exrmode' => { 127 => 0x1034 },
- 'extdescraccessibility' => { 513 => 'ExtDescrAccessibility' },
- 'extendedmenubanks' => { 239 => 0x120, 240 => 0x114, 241 => 0x124, 242 => 0x124 },
- 'extendedshutterspeeds' => { 313 => 0x102, 314 => 0x102, 315 => 0x118 },
- 'extendedwbdetect' => { 317 => 0x902 },
- 'extender' => { 318 => 0x301 },
- 'extenderfirmwareversion' => { 318 => 0x304 },
- 'extendermagnification' => { 158 => 'Magnification' },
- 'extendermake' => { 158 => 'Make' },
- 'extendermodel' => { 158 => 'Model', 318 => 0x303 },
- 'extenderserialnumber' => { 158 => 'SerialNumber', 318 => 0x302 },
- 'extenderstatus' => { 373 => 0x3 },
- 'externalflash' => { 320 => 0x1201 },
- 'externalflashae1' => { 322 => 0x101f },
- 'externalflashae1_0' => { 322 => 0x101b },
- 'externalflashae2' => { 322 => 0x1020 },
- 'externalflashae2_0' => { 322 => 0x101c },
- 'externalflashbounce' => { 320 => 0x1204, 322 => 0x1026, 363 => 0x1a },
- 'externalflashcompensation' => { 214 => 0x1b },
- 'externalflashexposurecomp' => { 234 => 0x17, 363 => 0x19 },
- 'externalflashfirmware' => { 212 => 0x6, 213 => 0x6, 214 => 0x6, 215 => 0x6, 216 => 0x6, 217 => 0x6 },
- 'externalflashflags' => { 212 => 0x8, 213 => 0x8, 214 => 0x8, 215 => 0x8, 217 => 0x8 },
- 'externalflashguidenumber' => { 320 => 0x1203, 363 => '24.1' },
- 'externalflashgvalue' => { 322 => 0x1025 },
- 'externalflashmode' => { 322 => 0x1028, 363 => 0x2 },
- 'externalflashreadystate' => { 216 => '9.1' },
- 'externalflashstatus' => { 216 => '8.2' },
- 'externalflashzoom' => { 320 => 0x1205, 322 => 0x1027 },
- 'externalflashzoomoverride' => { 216 => '8.1' },
- 'externalmetadatalink' => { 514 => 'ExternalMetadataLink' },
- 'externalsensorbrightnessvalue' => { 335 => 0x311, 338 => 0x311, 339 => 0x311, 342 => 0x3408 },
- 'extrainfoversion' => { 431 => 0x1a },
- 'eyestartaf' => { 184 => 0x40 },
- 'fac100per' => { 138 => 0xe94 },
- 'fac170per' => { 138 => 0xe93 },
- 'fac18per' => { 138 => 0xe92 },
- 'face10position' => { 110 => 0x3f4, 111 => 0x1ec, 210 => 0x28, 360 => 0x12 },
- 'face10size' => { 361 => 0x12 },
- 'face11position' => { 210 => 0x2c, 360 => 0x14 },
- 'face11size' => { 361 => 0x14 },
- 'face12position' => { 210 => 0x30, 360 => 0x16 },
- 'face12size' => { 361 => 0x16 },
- 'face13position' => { 360 => 0x18 },
- 'face13size' => { 361 => 0x18 },
- 'face14position' => { 360 => 0x1a },
- 'face14size' => { 361 => 0x1a },
- 'face15position' => { 360 => 0x1c },
- 'face15size' => { 361 => 0x1c },
- 'face16position' => { 360 => 0x1e },
- 'face16size' => { 361 => 0x1e },
- 'face17position' => { 360 => 0x20 },
- 'face17size' => { 361 => 0x20 },
- 'face18position' => { 360 => 0x22 },
- 'face18size' => { 361 => 0x22 },
- 'face19position' => { 360 => 0x24 },
- 'face19size' => { 361 => 0x24 },
- 'face1position' => { 54 => 0x8, 110 => 0xd, 111 => 0x18, 210 => 0x4, 332 => 0x1, 360 => 0x0, 404 => 0xbc, 434 => 0x1, 435 => 0x0, 436 => 0x0, 437 => 0x5b },
- 'face1size' => { 361 => 0x0 },
- 'face20position' => { 360 => 0x26 },
- 'face20size' => { 361 => 0x26 },
- 'face21position' => { 360 => 0x28 },
- 'face21size' => { 361 => 0x28 },
- 'face22position' => { 360 => 0x2a },
- 'face22size' => { 361 => 0x2a },
- 'face23position' => { 360 => 0x2c },
- 'face23size' => { 361 => 0x2c },
- 'face24position' => { 360 => 0x2e },
- 'face24size' => { 361 => 0x2e },
- 'face25position' => { 360 => 0x30 },
- 'face25size' => { 361 => 0x30 },
- 'face26position' => { 360 => 0x32 },
- 'face26size' => { 361 => 0x32 },
- 'face27position' => { 360 => 0x34 },
- 'face27size' => { 361 => 0x34 },
- 'face28position' => { 360 => 0x36 },
- 'face28size' => { 361 => 0x36 },
- 'face29position' => { 360 => 0x38 },
- 'face29size' => { 361 => 0x38 },
- 'face2position' => { 54 => 0xa, 110 => 0x7c, 111 => 0x4c, 210 => 0x8, 332 => 0x5, 360 => 0x2, 404 => 0xc8, 434 => 0x6, 435 => 0x20, 436 => 0x25, 437 => 0x65 },
- 'face2size' => { 361 => 0x2 },
- 'face30position' => { 360 => 0x3a },
- 'face30size' => { 361 => 0x3a },
- 'face31position' => { 360 => 0x3c },
- 'face31size' => { 361 => 0x3c },
- 'face32position' => { 360 => 0x3e },
- 'face32size' => { 361 => 0x3e },
- 'face3position' => { 54 => 0xc, 110 => 0xeb, 111 => 0x80, 210 => 0xc, 332 => 0x9, 360 => 0x4, 404 => 0xd4, 434 => 0xb, 435 => 0x40, 436 => 0x4a, 437 => 0x6f },
- 'face3size' => { 361 => 0x4 },
- 'face4position' => { 54 => 0xe, 110 => 0x15a, 111 => 0xb4, 210 => 0x10, 332 => 0xd, 360 => 0x6, 404 => 0xe0, 434 => 0x10, 435 => 0x60, 436 => 0x6f, 437 => 0x79 },
- 'face4size' => { 361 => 0x6 },
- 'face5position' => { 54 => 0x10, 110 => 0x1c9, 111 => 0xe8, 210 => 0x14, 332 => 0x11, 360 => 0x8, 404 => 0xec, 434 => 0x15, 435 => 0x80, 436 => 0x94 },
- 'face5size' => { 361 => 0x8 },
- 'face6position' => { 54 => 0x12, 110 => 0x238, 111 => 0x11c, 210 => 0x18, 360 => 0xa, 404 => 0xf8, 434 => 0x1a, 435 => 0xa0, 436 => 0xb9 },
- 'face6size' => { 361 => 0xa },
- 'face7position' => { 54 => 0x14, 110 => 0x2a7, 111 => 0x150, 210 => 0x1c, 360 => 0xc, 404 => 0x104, 434 => 0x1f, 435 => 0xc0, 436 => 0xde },
- 'face7size' => { 361 => 0xc },
- 'face8position' => { 54 => 0x16, 110 => 0x316, 111 => 0x184, 210 => 0x20, 360 => 0xe, 404 => 0x110, 434 => 0x24, 435 => 0xe0, 436 => 0x103 },
- 'face8size' => { 361 => 0xe },
- 'face9position' => { 54 => 0x18, 110 => 0x385, 111 => 0x1b8, 210 => 0x24, 360 => 0x10 },
- 'face9size' => { 361 => 0x10 },
- 'facebalanceorigi' => { 494 => 'FaceBalanceOrigI' },
- 'facebalanceorigq' => { 494 => 'FaceBalanceOrigQ' },
- 'facebalancestrength' => { 494 => 'FaceBalanceStrength' },
- 'facebalancewarmth' => { 494 => 'FaceBalanceWarmth' },
- 'facedetect' => { 375 => 0x76, 414 => 0x100 },
- 'facedetectarea' => { 321 => 0x1201 },
- 'facedetectframecrop' => { 321 => 0x1207 },
- 'facedetectframesize' => { 54 => 0x3, 110 => 0x1, 111 => 0x4, 210 => 0x1, 321 => 0x1203, 375 => 0x77, 404 => 0xb6 },
- 'facedetection' => { 429 => 0x30, 445 => 0x19 },
- 'faceelementpositions' => { 127 => 0x4203 },
- 'faceelementselected' => { 127 => 0x4005 },
- 'faceelementtypes' => { 127 => 0x4201 },
- 'faceid' => { 496 => 'FaceID' },
- 'faceinfounknown' => { 113 => 0x2089 },
- 'facename' => { 414 => 0x123 },
- 'faceorientation' => { 111 => 0x8 },
- 'faceposition' => { 359 => 0x2, 415 => 0x4 },
- 'facepositions' => { 127 => 0x4103 },
- 'facerecognition' => { 414 => 0x120 },
- 'facesdetected' => { 54 => 0x2, 55 => 0x2, 56 => 0x3, 110 => 0x0, 111 => 0x2, 113 => 0x211c, 127 => 0x4100, 210 => 0x3, 321 => 0x1200, 340 => 0x3f, 359 => 0x0, 404 => 0xb5, 415 => 0x0, 434 => 0x0, 437 => 0x3, 448 => 0x30 },
- 'facesrecognized' => { 333 => 0x0 },
- 'facewidth' => { 55 => 0x1 },
- 'fade' => { 440 => 0x2034 },
- 'faithfuloutputhighlightpoint' => { 109 => 0x38 },
- 'faithfuloutputshadowpoint' => { 109 => 0x39 },
- 'faithfulrawcolortone' => { 109 => 0x31 },
- 'faithfulrawcontrast' => { 109 => 0x33 },
- 'faithfulrawhighlight' => { 109 => 0x79 },
- 'faithfulrawhighlightpoint' => { 109 => 0x36 },
- 'faithfulrawlinear' => { 109 => 0x34 },
- 'faithfulrawsaturation' => { 109 => 0x32 },
- 'faithfulrawshadow' => { 109 => 0x82 },
- 'faithfulrawshadowpoint' => { 109 => 0x37 },
- 'faithfulrawsharpness' => { 109 => 0x35 },
- 'faithfulunsharpmaskfineness' => { 109 => 0xac },
- 'faithfulunsharpmaskstrength' => { 109 => 0xaa },
- 'faithfulunsharpmaskthreshold' => { 109 => 0xae },
- 'far' => { 485 => 'Far' },
- 'fastresetlinetime' => { 138 => 0x1860 },
- 'feedidentifier' => { 514 => 'FeedIdentifier' },
- 'femicroadjustment' => { 84 => 0x111 },
- 'ffid' => { 504 => 'ffid' },
- 'field' => { 518 => 'field' },
- 'fieldcount' => { 322 => 0x103f },
- 'fieldofview' => { 400 => "FOV\x00" },
- 'fifoenonepixeldelay' => { 138 => 0x1901 },
- 'filecreatedate' => { 120 => 'FileCreateDate' },
- 'filedatarate' => { 529 => 'fileDataRate' },
- 'fileformat' => { 95 => 0x0, 132 => 0x14, 417 => [0x22,0x26], 440 => 0xb000 },
- 'filegroupid' => { 120 => 'FileGroupID' },
- 'fileindex' => { 7 => 0x143, 9 => 0x2d0, 11 => 0x172, 13 => 0x22c, 14 => 0x133, 15 => 0x13f, 16 => 0x1d3, 17 => 0x19b, 18 => 0x1e4, 19 => 0xd0, 20 => 0x1bb, 21 => 0x28c, 22 => 0x1db, 23 => 0x1d9, 24 => [0x270,0x274], 25 => 0x2aa, 26 => 0x2b3, 28 => 0x1eb, 29 => 0x4ae, 341 => 0x0 },
+ 'directorynumber' => { 213 => 0x3, 405 => 0x12 },
+ 'disableautocreation' => { 485 => 'DisableAutoCreation' },
+ 'disclaimer' => { 332 => 'Disclaimer' },
+ 'discnumber' => { 531 => 'discNumber' },
+ 'dishtype' => { 523 => 'dishType' },
+ 'disknumber' => { 394 => 'disk' },
+ 'dispbutton' => { 244 => 0x7d4, 315 => 0x2ab },
+ 'displayallafpoints' => { 86 => 0x514 },
+ 'displayaperture' => { 35 => 0x23 },
+ 'displayedunitsx' => { 392 => 0x2 },
+ 'displayedunitsy' => { 392 => 0x6 },
+ 'displayname' => { 396 => 'displayname', 520 => 'displayName' },
+ 'distance1' => { 142 => 0x28 },
+ 'distance2' => { 142 => 0x2c },
+ 'distance3' => { 142 => 0x30 },
+ 'distance4' => { 142 => 0x34 },
+ 'distortion' => { 416 => 0xa050 },
+ 'distortioncompensation' => { 478 => 0x8040 },
+ 'distortioncontrol' => { 264 => 0x10 },
+ 'distortioncorrection' => { 80 => 0x3, 105 => 0x20705, 111 => 0x67, 121 => 0x7036, 319 => 0x50b, 346 => '7.1', 367 => 0x0, 473 => 0x601, 474 => 0x5b },
+ 'distortioncorrection2' => { 323 => 0x1011 },
+ 'distortioncorrectionalreadyapplied' => { 499 => 'DistortionCorrectionAlreadyApplied' },
+ 'distortioncorrectionon' => { 105 => '0x20705.0', 111 => 0x63 },
+ 'distortioncorrectionsetting' => { 81 => 0x7, 442 => 0x2013 },
+ 'distortioncorrectionvalue' => { 80 => 0x9 },
+ 'distortioncorrparams' => { 121 => 0x7037, 452 => 0x1a23, 455 => 0x1870, 457 => 0x189c, 458 => 0x18cc, 459 => 0x17d0, 473 => 0x6ca, 474 => 0x64 },
+ 'distortioncorrparamsnumber' => { 455 => 0x1899, 457 => 0x18c5, 458 => 0x18f5, 459 => 0x17f9 },
+ 'distortioncorrparamspresent' => { 455 => 0x1898, 457 => 0x18c4, 458 => 0x18f4, 459 => 0x17f8, 461 => 0x10b, 462 => 0x10b, 473 => 0x600, 474 => 0x5a },
+ 'distortioneffect' => { 105 => 0x20709 },
+ 'distortionn' => { 346 => 0xc },
+ 'distortionparam02' => { 346 => 0x2 },
+ 'distortionparam04' => { 346 => 0x4 },
+ 'distortionparam08' => { 346 => 0x8 },
+ 'distortionparam09' => { 346 => 0x9 },
+ 'distortionparam11' => { 346 => 0xb },
+ 'distortionscale' => { 346 => 0x5 },
+ 'distributor' => { 521 => 'distributor' },
+ 'distributorproductid' => { 520 => 'distributorProductID' },
+ 'dloon' => { 105 => '0x20706.0', 111 => 0xdc },
+ 'dlosetting' => { 105 => 0x20706, 111 => 0xdd },
+ 'dlosettingapplied' => { 104 => 0x4 },
+ 'dloshootingdistance' => { 111 => 0xde },
+ 'dloversion' => { 104 => 0x5 },
+ 'dmcomment' => { 531 => 'comment' },
+ 'dmdithermatrix' => { 140 => 0xc7a },
+ 'dmdithermatrixheight' => { 140 => 0xc7c },
+ 'dmdithermatrixwidth' => { 140 => 0xc7b },
+ 'dngadobedata' => { 121 => 0xc634 },
+ 'dngbackwardversion' => { 121 => 0xc613 },
+ 'dngignoresidecars' => { 502 => 'DNGIgnoreSidecars', 504 => 'DNGIgnoreSidecars' },
+ 'dnglensinfo' => { 121 => 0xc630 },
+ 'dngprivatedata' => { 121 => 0xc634 },
+ 'dngversion' => { 121 => 0xc612 },
+ 'document' => { 332 => 'Document' },
+ 'documentancestors' => { 519 => 'DocumentAncestors' },
+ 'documenthistory' => { 133 => 0xe7 },
+ 'documentid' => { 532 => 'DocumentID' },
+ 'documentname' => { 121 => 0x10d },
+ 'documentnotes' => { 133 => 0xe6 },
+ 'doi' => { 521 => 'doi' },
+ 'dopesheet' => { 516 => 'Dopesheet' },
+ 'dopesheetlink' => { 516 => 'DopesheetLink' },
+ 'dopesheetlinklink' => { 516 => [\'DopesheetLink','DopesheetLinkLink'] },
+ 'dopesheetlinklinkqualifier' => { 516 => [\'DopesheetLink','DopesheetLinkLinkQualifier'] },
+ 'doublingmicrovolts' => { 140 => 0xc82 },
+ 'dpp' => { 497 => 'dpp' },
+ 'dr4cameramodel' => { 106 => 0x3 },
+ 'drangepriority' => { 129 => 0x1443 },
+ 'drangepriorityauto' => { 129 => 0x1444 },
+ 'drangepriorityfixed' => { 129 => 0x1445 },
+ 'drivemode' => { 115 => 0x3103, 127 => '0.1', 183 => 0x6, 186 => 0x1e, 189 => 0xe, 193 => 0x64d0, 319 => 0x600, 377 => 0x34, 409 => 0x1002, 419 => 0x3, 429 => 0x4, 430 => 0x7e, 431 => 0x34 },
+ 'drivemode2' => { 186 => 0xa, 358 => 0x7, 440 => 0xe, 447 => 0x1 },
+ 'drivemodesetting' => { 431 => 0x4 },
+ 'drivespeed' => { 127 => '0.2' },
+ 'dspfirmwareversion' => { 377 => 0x27 },
+ 'duration' => { 68 => 0x6a, 157 => 'Duration', 171 => 'Duration', 523 => 'duration', 531 => 'duration' },
+ 'durationscale' => { 531 => [\'duration','durationScale'] },
+ 'durationvalue' => { 531 => [\'duration','durationValue'] },
+ 'dustremovaldata' => { 65 => 0x97 },
+ 'dxcropalert' => { 241 => 0x250, 242 => 0x23c, 243 => 0x250, 244 => 0x250 },
+ 'dynamicafarea' => { 299 => '1.4', 308 => '1.4' },
+ 'dynamicafareasize' => { 241 => 0x254, 242 => 0x240, 243 => 0x254, 244 => 0x254 },
+ 'dynamicareaafassist' => { 315 => 0x18, 316 => 0x18, 317 => 0x18 },
+ 'dynamicareaafdisplay' => { 300 => '46.1', 302 => '47.1', 303 => '47.1', 312 => '47.1', 313 => '47.1' },
+ 'dynamicrange' => { 129 => 0x1400 },
+ 'dynamicrangeboost' => { 342 => 0xee },
+ 'dynamicrangeexpansion' => { 377 => 0x69, 409 => 0x100e },
+ 'dynamicrangemax' => { 110 => 0x7c },
+ 'dynamicrangemin' => { 110 => 0x7a },
+ 'dynamicrangeoptimizer' => { 186 => 0x15, 442 => [0xb025,0xb04f], 451 => 0x1144, 452 => [0x1144,0x324], 453 => [0x1120,0x300], 454 => [0x119c,0x37c], 455 => [0x1178,0x328], 456 => [0x1030,0x50], 457 => [0x228,0x50], 458 => [0x228,0x50], 459 => [0x21b,0x4e] },
+ 'dynamicrangeoptimizerbracket' => { 440 => 0x2e },
+ 'dynamicrangeoptimizerlevel' => { 429 => 0x19, 430 => 0x17, 431 => 0xd, 440 => 0x79, 447 => 0x5 },
+ 'dynamicrangeoptimizermode' => { 189 => 0x15, 429 => 0x18, 430 => 0x16, 440 => [0x77,0x15] },
+ 'dynamicrangeoptimizersetting' => { 186 => 0x27, 431 => 0xc, 447 => 0x4 },
+ 'dynamicrangesetting' => { 129 => 0x1402 },
+ 'e-dialinprogram' => { 358 => '1.3' },
+ 'earliestageorloweststage' => { 120 => [\'GeologicalContext','GeologicalContextEarliestAgeOrLowestStage'] },
+ 'earliesteonorlowesteonothem' => { 120 => [\'GeologicalContext','GeologicalContextEarliestEonOrLowestEonothem'] },
+ 'earliestepochorlowestseries' => { 120 => [\'GeologicalContext','GeologicalContextEarliestEpochOrLowestSeries'] },
+ 'earliesteraorlowesterathem' => { 120 => [\'GeologicalContext','GeologicalContextEarliestEraOrLowestErathem'] },
+ 'earliestperiodorlowestsystem' => { 120 => [\'GeologicalContext','GeologicalContextEarliestPeriodOrLowestSystem'] },
+ 'earthpos' => { 481 => 'EarthPos' },
+ 'earthposaltitude' => { 481 => [\'EarthPos','EarthPosAltitude'] },
+ 'earthposlatitude' => { 481 => [\'EarthPos','EarthPosLatitude'] },
+ 'earthposlongitude' => { 481 => [\'EarthPos','EarthPosLongitude'] },
+ 'earthposrotationw' => { 481 => [\'EarthPos','EarthPosRotationW'] },
+ 'earthposrotationx' => { 481 => [\'EarthPos','EarthPosRotationX'] },
+ 'earthposrotationy' => { 481 => [\'EarthPos','EarthPosRotationY'] },
+ 'earthposrotationz' => { 481 => [\'EarthPos','EarthPosRotationZ'] },
+ 'earthpostimestamp' => { 481 => [\'EarthPos','EarthPosTimestamp'] },
+ 'easyexposurecomp' => { 314 => '6.1' },
+ 'easyexposurecompensation' => { 299 => '6.4', 300 => '6.5', 302 => '6.3', 303 => '6.3', 307 => '5.1', 308 => '4.4', 309 => '5.2', 312 => '6.3', 313 => '6.3', 315 => 0x1d, 316 => 0x1d, 317 => 0x1d },
+ 'easymode' => { 35 => 0xb },
+ 'edgemapslope' => { 140 => 0x930 },
+ 'edgemapx1' => { 140 => 0x931 },
+ 'edgemapx2' => { 140 => 0x932 },
+ 'edgemapx3' => { 140 => 0x934 },
+ 'edgemapx4' => { 140 => 0x935 },
+ 'edgenoisereduction' => { 293 => 0x4, 478 => 0x8028 },
+ 'edit1' => { 402 => "\xa9ed1" },
+ 'edit2' => { 402 => "\xa9ed2" },
+ 'edit3' => { 402 => "\xa9ed3" },
+ 'edit4' => { 402 => "\xa9ed4" },
+ 'edit5' => { 402 => "\xa9ed5" },
+ 'edit6' => { 402 => "\xa9ed6" },
+ 'edit7' => { 402 => "\xa9ed7" },
+ 'edit8' => { 402 => "\xa9ed8" },
+ 'edit9' => { 402 => "\xa9ed9" },
+ 'edition' => { 521 => 'edition' },
+ 'editorialupdate' => { 133 => 0x8 },
+ 'editstatus' => { 133 => 0x7, 389 => 'EditStatus', 497 => 'EditStatus' },
+ 'editversionname' => { 292 => 0x3d136244 },
+ 'effectivelv' => { 377 => 0x2d },
+ 'effectivemaxaperture' => { 229 => 0x12, 230 => 0x13, 234 => 0x14 },
+ 'eissn' => { 521 => 'eIssn' },
+ 'electricalblackcolumns' => { 140 => 0x1810 },
+ 'electronicfront-curtainshutter' => { 302 => '5.2', 303 => '5.2', 312 => '5.3', 313 => '5.2' },
+ 'electronicfrontcurtainshutter' => { 442 => 0x201a },
+ 'elevation' => { 167 => 'Elevation' },
+ 'email' => { 159 => 'EMail' },
+ 'embargodate' => { 524 => 'embargoDate' },
+ 'embdencrightsexpr' => { 516 => 'EmbdEncRightsExpr' },
+ 'embeddedencodedrightsexpr' => { 516 => [\'EmbdEncRightsExpr','EmbdEncRightsExprEncRightsExpr'] },
+ 'embeddedencodedrightsexprlangid' => { 516 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprLangId'] },
+ 'embeddedencodedrightsexprtype' => { 516 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprEncType'] },
+ 'embeddedxmpdigest' => { 519 => 'EmbeddedXMPDigest' },
+ 'emissivity' => { 123 => 0x3 },
+ 'emptyslotrelease' => { 241 => 0x723, 242 => 0x625, 243 => 0x655, 244 => 0x6bd },
+ 'enablechromanoisereduction' => { 140 => 0xe6e },
+ 'enablesharpening' => { 140 => 0x92e },
+ 'encodedby' => { 181 => 'WM/EncodedBy', 394 => "\xa9enc" },
+ 'encodedwith' => { 396 => 'Encoded_With' },
+ 'encoder' => { 394 => "\xa9too", 402 => "\xa9too" },
+ 'encoderid' => { 402 => "\xa9enc" },
+ 'encodingtime' => { 181 => 'WM/EncodingTime' },
+ 'encryptionkey' => { 416 => 0xa020 },
+ 'endingpage' => { 521 => 'endingPage' },
+ 'enduser' => { 329 => 'EndUser' },
+ 'enduserid' => { 329 => [\'EndUser','EndUserEndUserID'] },
+ 'endusername' => { 329 => [\'EndUser','EndUserEndUserName'] },
+ 'energysavingmode' => { 241 => 0x746, 242 => 0x648, 243 => 0x678, 244 => 0x6e0 },
+ 'engineer' => { 531 => 'engineer' },
+ 'enhancedarktones' => { 285 => 0x8 },
+ 'enhancedenoisealreadyapplied' => { 499 => 'EnhanceDenoiseAlreadyApplied' },
+ 'enhancedenoiselumaamount' => { 499 => 'EnhanceDenoiseLumaAmount' },
+ 'enhancedenoiseversion' => { 499 => 'EnhanceDenoiseVersion' },
+ 'enhancedetailsalreadyapplied' => { 499 => 'EnhanceDetailsAlreadyApplied' },
+ 'enhancedetailsversion' => { 499 => 'EnhanceDetailsVersion' },
+ 'enhancement' => { 114 => 0x16, 115 => 0x3016 },
+ 'enhanceparams' => { 121 => 0xc7ee },
+ 'enhancer' => { 323 => 0x300 },
+ 'enhancervalues' => { 323 => 0x301 },
+ 'enhancesuperresolutionalreadyapplied' => { 499 => 'EnhanceSuperResolutionAlreadyApplied' },
+ 'enhancesuperresolutionscale' => { 499 => 'EnhanceSuperResolutionScale' },
+ 'enhancesuperresolutionversion' => { 499 => 'EnhanceSuperResolutionVersion' },
+ 'envelopenumber' => { 134 => 0x28 },
+ 'envelopepriority' => { 134 => 0x3c },
+ 'enveloperecordversion' => { 134 => 0x0 },
+ 'episode' => { 516 => 'Episode' },
+ 'episodeglobaluniqueid' => { 394 => 'egid' },
+ 'episodeidentifier' => { 516 => [\'Episode','EpisodeIdentifier'] },
+ 'episodename' => { 516 => [\'Episode','EpisodeName'] },
+ 'episodenumber' => { 516 => [\'Episode','EpisodeNumber'] },
+ 'epsonimageheight' => { 324 => 0x20c },
+ 'epsonimagewidth' => { 324 => 0x20b },
+ 'epsonsoftware' => { 324 => 0x20d },
+ 'equipmentinstitution' => { 480 => 'EquipmentInstitution' },
+ 'equipmentmanufacturer' => { 480 => 'EquipmentManufacturer' },
+ 'equipmentversion' => { 320 => 0x0 },
+ 'ettlii' => { 86 => 0x304, 87 => 0xd, 88 => 0xe, 89 => 0x7, 90 => 0x7, 91 => 0xe },
+ 'event' => { 483 => 'Event', 495 => 'Event', 516 => 'Event', 521 => 'event' },
+ 'eventalias' => { 520 => 'eventAlias' },
+ 'eventdate' => { 120 => [\'Event','EventEventDate'] },
+ 'eventday' => { 120 => [\'Event','EventDay'] },
+ 'eventearliestdate' => { 120 => [\'Event','EventEarliestDate'] },
+ 'eventend' => { 520 => 'eventEnd' },
+ 'eventenddayofyear' => { 120 => [\'Event','EventEndDayOfYear'] },
+ 'eventfieldnotes' => { 120 => [\'Event','EventFieldNotes'] },
+ 'eventfieldnumber' => { 120 => [\'Event','EventFieldNumber'] },
+ 'eventhabitat' => { 120 => [\'Event','EventHabitat'] },
+ 'eventid' => { 120 => [\'Event','EventEventID'], 516 => 'EventId' },
+ 'eventlatestdate' => { 120 => [\'Event','EventLatestDate'] },
+ 'eventmonth' => { 120 => [\'Event','EventMonth'] },
+ 'eventnumber' => { 403 => 0x9, 404 => 0x37, 405 => 0x3a },
+ 'eventparenteventid' => { 120 => [\'Event','EventParentEventID'] },
+ 'eventremarks' => { 120 => [\'Event','EventEventRemarks'] },
+ 'eventsamplesizeunit' => { 120 => [\'Event','EventSampleSizeUnit'] },
+ 'eventsamplesizevalue' => { 120 => [\'Event','EventSampleSizeValue'] },
+ 'eventsamplingeffort' => { 120 => [\'Event','EventSamplingEffort'] },
+ 'eventsamplingprotocol' => { 120 => [\'Event','EventSamplingProtocol'] },
+ 'eventstart' => { 520 => 'eventStart' },
+ 'eventstartdayofyear' => { 120 => [\'Event','EventStartDayOfYear'] },
+ 'eventsubtype' => { 520 => 'eventSubtype' },
+ 'eventtime' => { 120 => [\'Event','EventEventTime'] },
+ 'eventtype' => { 520 => 'eventType' },
+ 'eventverbatimeventdate' => { 120 => [\'Event','EventVerbatimEventDate'] },
+ 'eventyear' => { 120 => [\'Event','EventYear'] },
+ 'evfgrid' => { 315 => 0x165, 316 => 0x165, 317 => 0x17d },
+ 'evfimageframe' => { 315 => 0x164, 316 => 0x164, 317 => 0x17c },
+ 'evfreleaseindicator' => { 315 => 0x24f, 316 => 0x24f, 317 => 0x267 },
+ 'evfwarmdisplaybrightness' => { 315 => 0x24d, 316 => 0x24d, 317 => 0x265 },
+ 'evfwarmdisplaymode' => { 315 => 0x24b, 316 => 0x24b, 317 => 0x263 },
+ 'evsteps' => { 358 => '1.2', 360 => 0x0 },
+ 'evstepsize' => { 304 => '5.1', 305 => '6.1', 306 => '6.1', 310 => '0.7' },
+ 'exclusivecoverage' => { 492 => 'ExclusiveCoverage' },
+ 'exclusivityenddate' => { 524 => 'exclusivityEndDate' },
+ 'excursiontolerance' => { 135 => 0x82 },
+ 'executiveproducer' => { 394 => "\xa9xpd" },
+ 'exif' => { 122 => 'EXIF' },
+ 'exifbyteorder' => { 122 => 'ExifByteOrder' },
+ 'exifcamerainfo' => { 133 => 0xe8 },
+ 'exifimageheight' => { 121 => 0xa003, 508 => 'PixelYDimension' },
+ 'exifimagewidth' => { 121 => 0xa002, 508 => 'PixelXDimension' },
+ 'exifunicodebyteorder' => { 122 => 'ExifUnicodeByteOrder' },
+ 'exifversion' => { 121 => 0x9000, 508 => 'ExifVersion' },
+ 'exitpupilposition' => { 229 => 0x4, 230 => 0x4, 234 => 0x4 },
+ 'expirationdate' => { 133 => 0x25, 524 => 'expirationDate' },
+ 'expirationtime' => { 133 => 0x26 },
+ 'exposure' => { 121 => 0xfe51, 502 => 'Exposure', 504 => 'Exposure' },
+ 'exposure2012' => { 502 => 'Exposure2012', 504 => 'Exposure2012' },
+ 'exposureadj' => { 290 => 0x0 },
+ 'exposureadj2' => { 290 => 0x12 },
+ 'exposureadjust' => { 419 => 0xc },
+ 'exposurebracketingindicatorlast' => { 186 => 0x52 },
+ 'exposurebracketshotnumber' => { 189 => 0x2d, 440 => 0x2f },
+ 'exposurebracketstepsize' => { 358 => 0x8 },
+ 'exposurebracketvalue' => { 236 => 0x19 },
+ 'exposurecompautocancel' => { 86 => 0x113 },
+ 'exposurecompensation' => { 78 => 0x6, 95 => 0x0, 121 => 0x9204, 142 => 0x24, 158 => 'ExposureComp', 178 => 'ExposureCompensation', 183 => 0xd, 184 => 0x53, 185 => 0x1e, 189 => 0x49c0, 324 => 0x1006, 377 => 0x16, 386 => 0x402, 416 => 0xa013, 419 => [0xc,0x35,0x4d], 451 => 0x114c, 452 => 0x114c, 453 => 0x1128, 455 => 0x1180, 456 => 0x1038, 457 => 0x230, 458 => 0x230, 459 => 0x223, 508 => 'ExposureBiasValue' },
+ 'exposurecompensation2' => { 447 => [0x24,0x26,0x2a] },
+ 'exposurecompensationbutton' => { 244 => 0x794 },
+ 'exposurecompensationmode' => { 186 => 0x47, 189 => 0x2a },
+ 'exposurecompensationset' => { 429 => 0x3, 430 => 0x3, 431 => 0x3, 447 => 0x1e },
+ 'exposurecompensationsetting' => { 186 => 0x1 },
+ 'exposurecompstepsize' => { 299 => '6.3', 300 => '7.3', 302 => '7.3', 303 => '7.3', 308 => '4.3', 312 => '7.3', 313 => '7.3' },
+ 'exposurecontrolstep' => { 307 => '6.1', 309 => '6.1' },
+ 'exposurecontrolstepsize' => { 299 => '6.2', 300 => '7.1', 302 => '7.1', 303 => '7.1', 308 => '4.2', 312 => '7.1', 313 => '7.1', 314 => '7.1', 315 => 0x1b, 316 => 0x1b, 317 => 0x1b },
+ 'exposurecount' => { 129 => 0x1032 },
+ 'exposuredelay' => { 244 => 0x800 },
+ 'exposuredelaymode' => { 299 => '10.1', 300 => '11.1', 302 => '11.1', 303 => '11.1', 304 => '9.1', 305 => '10.1', 306 => '10.1', 308 => '10.4', 309 => '10.1', 310 => '6.4', 312 => '11.1', 313 => '11.1', 314 => '11.2' },
+ 'exposuredifference' => { 236 => 0xe },
+ 'exposuregaincustom' => { 140 => 0x89c },
+ 'exposuregaindaylight' => { 140 => 0x898 },
+ 'exposuregainflash' => { 140 => 0x89b },
+ 'exposuregainfluorescent' => { 140 => 0x89a },
+ 'exposuregaintungsten' => { 140 => 0x899 },
+ 'exposureindex' => { 121 => 0xa215, 508 => 'ExposureIndex' },
+ 'exposureindicator' => { 186 => 0x50 },
+ 'exposurelevelincrements' => { 84 => 0x6, 85 => 0x6, 86 => 0x101, 87 => 0x5, 88 => 0x6, 89 => 0x5, 90 => 0x5, 91 => 0x6, 92 => 0x4, 429 => 0x58, 430 => 0x58 },
+ 'exposurelockused' => { 490 => 'ExposureLockUsed' },
+ 'exposuremode' => { 121 => 0xa402, 158 => 'ExposureMode', 183 => 0x1, 184 => 0xa, 185 => 0x0, 186 => 0x0, 189 => 0x34, 319 => 0x200, 339 => 0x40d, 419 => 0x8, 442 => 0xb041, 508 => 'ExposureMode' },
+ 'exposuremodeinmanual' => { 86 => 0x10b },
+ 'exposureprogram' => { 121 => 0x8822, 409 => 0x1001, 422 => [0x17e,0x43], 429 => 0x3c, 430 => 0x3c, 431 => 0x5, 435 => 0x14, 440 => 0x3f, 447 => 0x2, 451 => 0x1175, 452 => 0x1179, 453 => 0x1155, 454 => 0x11d1, 455 => 0x11ad, 456 => 0x1065, 457 => 0x25d, 458 => 0x25d, 459 => 0x24c, 470 => 0xb, 471 => 0xc, 472 => 0xb, 474 => 0x48, 508 => 'ExposureProgram' },
+ 'exposureshift' => { 319 => 0x203 },
+ 'exposurestandardadjustment' => { 442 => 0x202d },
+ 'exposuretime' => { 7 => 0x4, 8 => 0x4, 9 => 0x4, 10 => 0x4, 11 => 0x4, 12 => 0x4, 13 => 0x4, 14 => 0x4, 15 => 0x4, 16 => 0x4, 17 => 0x4, 18 => 0x4, 19 => 0x4, 20 => 0x4, 21 => 0x4, 22 => 0x4, 23 => 0x4, 24 => 0x4, 25 => 0x4, 26 => 0x4, 27 => 0x4, 28 => 0x4, 29 => 0x4, 30 => 0x6, 31 => 0x7, 78 => 0x16, 121 => 0x829a, 139 => 0xfd05, 142 => 0x20, 144 => 0xfa24, 146 => 0xf104, 149 => 0x12, 151 => 0x38, 153 => 0x14, 154 => 0x10, 156 => 0x10, 158 => 'ExposureTime', 183 => 0x9, 184 => 0x35, 185 => 0x48, 186 => 0x8, 189 => 0x49b8, 377 => 0x12, 416 => 0xa018, 419 => [0x32,0x4a], 429 => 0x0, 430 => 0x0, 447 => [0x21,0x23,0x27], 474 => 0x10, 508 => 'ExposureTime' },
+ 'exposuretime2' => { 419 => [0x33,0x4b] },
+ 'exposuretuning' => { 236 => 0x1c },
+ 'exposurevalue' => { 140 => 0x3 },
+ 'exposurewarning' => { 129 => 0x1302 },
+ 'exrauto' => { 129 => 0x1033 },
+ 'exrmode' => { 129 => 0x1034 },
+ 'extdescraccessibility' => { 515 => 'ExtDescrAccessibility' },
+ 'extendedmenubanks' => { 241 => 0x120, 242 => 0x114, 243 => 0x124, 244 => 0x124 },
+ 'extendedshutterspeeds' => { 315 => 0x102, 316 => 0x102, 317 => 0x118 },
+ 'extendedwbdetect' => { 319 => 0x902 },
+ 'extender' => { 320 => 0x301 },
+ 'extenderfirmwareversion' => { 320 => 0x304 },
+ 'extendermagnification' => { 160 => 'Magnification' },
+ 'extendermake' => { 160 => 'Make' },
+ 'extendermodel' => { 160 => 'Model', 320 => 0x303 },
+ 'extenderserialnumber' => { 160 => 'SerialNumber', 320 => 0x302 },
+ 'extenderstatus' => { 375 => 0x3 },
+ 'externalflash' => { 322 => 0x1201 },
+ 'externalflashae1' => { 324 => 0x101f },
+ 'externalflashae1_0' => { 324 => 0x101b },
+ 'externalflashae2' => { 324 => 0x1020 },
+ 'externalflashae2_0' => { 324 => 0x101c },
+ 'externalflashbounce' => { 322 => 0x1204, 324 => 0x1026, 365 => 0x1a },
+ 'externalflashcompensation' => { 216 => 0x1b },
+ 'externalflashexposurecomp' => { 236 => 0x17, 365 => 0x19 },
+ 'externalflashfirmware' => { 214 => 0x6, 215 => 0x6, 216 => 0x6, 217 => 0x6, 218 => 0x6, 219 => 0x6 },
+ 'externalflashflags' => { 214 => 0x8, 215 => 0x8, 216 => 0x8, 217 => 0x8, 219 => 0x8 },
+ 'externalflashguidenumber' => { 322 => 0x1203, 365 => '24.1' },
+ 'externalflashgvalue' => { 324 => 0x1025 },
+ 'externalflashmode' => { 324 => 0x1028, 365 => 0x2 },
+ 'externalflashreadystate' => { 218 => '9.1' },
+ 'externalflashstatus' => { 218 => '8.2' },
+ 'externalflashzoom' => { 322 => 0x1205, 324 => 0x1027 },
+ 'externalflashzoomoverride' => { 218 => '8.1' },
+ 'externalmetadatalink' => { 516 => 'ExternalMetadataLink' },
+ 'externalsensorbrightnessvalue' => { 337 => 0x311, 340 => 0x311, 341 => 0x311, 344 => 0x3408 },
+ 'extrainfoversion' => { 433 => 0x1a },
+ 'eyestartaf' => { 186 => 0x40 },
+ 'fac100per' => { 140 => 0xe94 },
+ 'fac170per' => { 140 => 0xe93 },
+ 'fac18per' => { 140 => 0xe92 },
+ 'face10position' => { 112 => 0x3f4, 113 => 0x1ec, 212 => 0x28, 362 => 0x12 },
+ 'face10size' => { 363 => 0x12 },
+ 'face11position' => { 212 => 0x2c, 362 => 0x14 },
+ 'face11size' => { 363 => 0x14 },
+ 'face12position' => { 212 => 0x30, 362 => 0x16 },
+ 'face12size' => { 363 => 0x16 },
+ 'face13position' => { 362 => 0x18 },
+ 'face13size' => { 363 => 0x18 },
+ 'face14position' => { 362 => 0x1a },
+ 'face14size' => { 363 => 0x1a },
+ 'face15position' => { 362 => 0x1c },
+ 'face15size' => { 363 => 0x1c },
+ 'face16position' => { 362 => 0x1e },
+ 'face16size' => { 363 => 0x1e },
+ 'face17position' => { 362 => 0x20 },
+ 'face17size' => { 363 => 0x20 },
+ 'face18position' => { 362 => 0x22 },
+ 'face18size' => { 363 => 0x22 },
+ 'face19position' => { 362 => 0x24 },
+ 'face19size' => { 363 => 0x24 },
+ 'face1position' => { 55 => 0x8, 112 => 0xd, 113 => 0x18, 212 => 0x4, 334 => 0x1, 362 => 0x0, 406 => 0xbc, 436 => 0x1, 437 => 0x0, 438 => 0x0, 439 => 0x5b },
+ 'face1size' => { 363 => 0x0 },
+ 'face20position' => { 362 => 0x26 },
+ 'face20size' => { 363 => 0x26 },
+ 'face21position' => { 362 => 0x28 },
+ 'face21size' => { 363 => 0x28 },
+ 'face22position' => { 362 => 0x2a },
+ 'face22size' => { 363 => 0x2a },
+ 'face23position' => { 362 => 0x2c },
+ 'face23size' => { 363 => 0x2c },
+ 'face24position' => { 362 => 0x2e },
+ 'face24size' => { 363 => 0x2e },
+ 'face25position' => { 362 => 0x30 },
+ 'face25size' => { 363 => 0x30 },
+ 'face26position' => { 362 => 0x32 },
+ 'face26size' => { 363 => 0x32 },
+ 'face27position' => { 362 => 0x34 },
+ 'face27size' => { 363 => 0x34 },
+ 'face28position' => { 362 => 0x36 },
+ 'face28size' => { 363 => 0x36 },
+ 'face29position' => { 362 => 0x38 },
+ 'face29size' => { 363 => 0x38 },
+ 'face2position' => { 55 => 0xa, 112 => 0x7c, 113 => 0x4c, 212 => 0x8, 334 => 0x5, 362 => 0x2, 406 => 0xc8, 436 => 0x6, 437 => 0x20, 438 => 0x25, 439 => 0x65 },
+ 'face2size' => { 363 => 0x2 },
+ 'face30position' => { 362 => 0x3a },
+ 'face30size' => { 363 => 0x3a },
+ 'face31position' => { 362 => 0x3c },
+ 'face31size' => { 363 => 0x3c },
+ 'face32position' => { 362 => 0x3e },
+ 'face32size' => { 363 => 0x3e },
+ 'face3position' => { 55 => 0xc, 112 => 0xeb, 113 => 0x80, 212 => 0xc, 334 => 0x9, 362 => 0x4, 406 => 0xd4, 436 => 0xb, 437 => 0x40, 438 => 0x4a, 439 => 0x6f },
+ 'face3size' => { 363 => 0x4 },
+ 'face4position' => { 55 => 0xe, 112 => 0x15a, 113 => 0xb4, 212 => 0x10, 334 => 0xd, 362 => 0x6, 406 => 0xe0, 436 => 0x10, 437 => 0x60, 438 => 0x6f, 439 => 0x79 },
+ 'face4size' => { 363 => 0x6 },
+ 'face5position' => { 55 => 0x10, 112 => 0x1c9, 113 => 0xe8, 212 => 0x14, 334 => 0x11, 362 => 0x8, 406 => 0xec, 436 => 0x15, 437 => 0x80, 438 => 0x94 },
+ 'face5size' => { 363 => 0x8 },
+ 'face6position' => { 55 => 0x12, 112 => 0x238, 113 => 0x11c, 212 => 0x18, 362 => 0xa, 406 => 0xf8, 436 => 0x1a, 437 => 0xa0, 438 => 0xb9 },
+ 'face6size' => { 363 => 0xa },
+ 'face7position' => { 55 => 0x14, 112 => 0x2a7, 113 => 0x150, 212 => 0x1c, 362 => 0xc, 406 => 0x104, 436 => 0x1f, 437 => 0xc0, 438 => 0xde },
+ 'face7size' => { 363 => 0xc },
+ 'face8position' => { 55 => 0x16, 112 => 0x316, 113 => 0x184, 212 => 0x20, 362 => 0xe, 406 => 0x110, 436 => 0x24, 437 => 0xe0, 438 => 0x103 },
+ 'face8size' => { 363 => 0xe },
+ 'face9position' => { 55 => 0x18, 112 => 0x385, 113 => 0x1b8, 212 => 0x24, 362 => 0x10 },
+ 'face9size' => { 363 => 0x10 },
+ 'facebalanceorigi' => { 496 => 'FaceBalanceOrigI' },
+ 'facebalanceorigq' => { 496 => 'FaceBalanceOrigQ' },
+ 'facebalancestrength' => { 496 => 'FaceBalanceStrength' },
+ 'facebalancewarmth' => { 496 => 'FaceBalanceWarmth' },
+ 'facedetect' => { 377 => 0x76, 416 => 0x100 },
+ 'facedetectarea' => { 323 => 0x1201 },
+ 'facedetectframecrop' => { 323 => 0x1207 },
+ 'facedetectframesize' => { 55 => 0x3, 112 => 0x1, 113 => 0x4, 212 => 0x1, 323 => 0x1203, 377 => 0x77, 406 => 0xb6 },
+ 'facedetection' => { 431 => 0x30, 447 => 0x19 },
+ 'faceelementpositions' => { 129 => 0x4203 },
+ 'faceelementselected' => { 129 => 0x4005 },
+ 'faceelementtypes' => { 129 => 0x4201 },
+ 'faceid' => { 498 => 'FaceID' },
+ 'faceinfounknown' => { 115 => 0x2089 },
+ 'facename' => { 416 => 0x123 },
+ 'faceorientation' => { 113 => 0x8 },
+ 'faceposition' => { 361 => 0x2, 417 => 0x4 },
+ 'facepositions' => { 129 => 0x4103 },
+ 'facerecognition' => { 416 => 0x120 },
+ 'facesdetected' => { 55 => 0x2, 56 => 0x2, 57 => 0x3, 112 => 0x0, 113 => 0x2, 115 => 0x211c, 129 => 0x4100, 212 => 0x3, 323 => 0x1200, 342 => 0x3f, 361 => 0x0, 406 => 0xb5, 417 => 0x0, 436 => 0x0, 439 => 0x3, 450 => 0x30 },
+ 'facesrecognized' => { 335 => 0x0 },
+ 'facewidth' => { 56 => 0x1 },
+ 'fade' => { 442 => 0x2034 },
+ 'faithfuloutputhighlightpoint' => { 111 => 0x38 },
+ 'faithfuloutputshadowpoint' => { 111 => 0x39 },
+ 'faithfulrawcolortone' => { 111 => 0x31 },
+ 'faithfulrawcontrast' => { 111 => 0x33 },
+ 'faithfulrawhighlight' => { 111 => 0x79 },
+ 'faithfulrawhighlightpoint' => { 111 => 0x36 },
+ 'faithfulrawlinear' => { 111 => 0x34 },
+ 'faithfulrawsaturation' => { 111 => 0x32 },
+ 'faithfulrawshadow' => { 111 => 0x82 },
+ 'faithfulrawshadowpoint' => { 111 => 0x37 },
+ 'faithfulrawsharpness' => { 111 => 0x35 },
+ 'faithfulunsharpmaskfineness' => { 111 => 0xac },
+ 'faithfulunsharpmaskstrength' => { 111 => 0xaa },
+ 'faithfulunsharpmaskthreshold' => { 111 => 0xae },
+ 'far' => { 487 => 'Far' },
+ 'fastresetlinetime' => { 140 => 0x1860 },
+ 'feedidentifier' => { 516 => 'FeedIdentifier' },
+ 'femicroadjustment' => { 86 => 0x111 },
+ 'ffid' => { 506 => 'ffid' },
+ 'field' => { 520 => 'field' },
+ 'fieldcount' => { 324 => 0x103f },
+ 'fieldofview' => { 402 => "FOV\x00" },
+ 'fifoenonepixeldelay' => { 140 => 0x1901 },
+ 'filecreatedate' => { 122 => 'FileCreateDate' },
+ 'filedatarate' => { 531 => 'fileDataRate' },
+ 'fileformat' => { 97 => 0x0, 134 => 0x14, 419 => [0x22,0x26], 442 => 0xb000 },
+ 'filegroupid' => { 122 => 'FileGroupID' },
+ 'fileindex' => { 7 => 0x143, 9 => 0x2d0, 11 => 0x172, 13 => 0x22c, 14 => 0x133, 15 => 0x13f, 16 => 0x1d3, 17 => 0x19b, 18 => 0x1e4, 19 => 0xd0, 20 => 0x1bb, 21 => 0x28c, 22 => 0x1db, 23 => 0x1d9, 24 => [0x270,0x274], 25 => 0x2aa, 26 => 0x2b3, 28 => 0x1eb, 29 => 0x4ae, 343 => 0x0 },
'fileindex2' => { 21 => 0x290 },
- 'filemodifydate' => { 120 => 'FileModifyDate' },
- 'filename' => { 120 => 'FileName' },
- 'filenameasdelivered' => { 327 => 'FileNameAsDelivered' },
- 'filenumber' => { 57 => 0x1, 64 => 0x8, 97 => 0x1817, 114 => 'Canon-FileNumber', 211 => 0x4, 403 => 0x10 },
- 'filenumbermemory' => { 181 => 0x1a },
- 'filenumbersequence' => { 297 => '12.2', 302 => '3.1', 303 => '4.1', 304 => '4.1', 306 => '11.1', 307 => '4.3', 312 => '5.2', 313 => 0x48, 314 => 0x48, 315 => 0x48 },
- 'filepermissions' => { 120 => 'FilePermissions' },
- 'filesource' => { 119 => 0xa300, 127 => 0x8000, 506 => 'FileSource' },
- 'fileuserid' => { 120 => 'FileUserID' },
- 'fileversion' => { 132 => 0x16 },
- 'fillflashautoreduction' => { 82 => 0xe, 83 => 0xe, 90 => 0xa },
- 'filllight' => { 500 => 'FillLight', 502 => 'FillLight' },
- 'fillorder' => { 119 => 0x10a },
- 'filmgraineffect' => { 317 => 0x538 },
- 'filmmode' => { 127 => 0x1401, 337 => 0x412, 340 => 0x42 },
- 'filmtype' => { 257 => 0x2 },
- 'filtereffect' => { 57 => 0xe, 249 => 0x37, 250 => 0x3f, 251 => 0x47, 340 => 0xa1 },
- 'filtereffectauto' => { 71 => 0xa0 },
- 'filtereffectfaithful' => { 70 => 0x70, 71 => 0x70 },
- 'filtereffectlandscape' => { 70 => 0x40, 71 => 0x40 },
- 'filtereffectmonochrome' => { 19 => 0xff, 70 => 0x88, 71 => 0x88 },
- 'filtereffectneutral' => { 70 => 0x58, 71 => 0x58 },
- 'filtereffectportrait' => { 70 => 0x28, 71 => 0x28 },
- 'filtereffectstandard' => { 70 => 0x10, 71 => 0x10 },
- 'filtereffectuserdef1' => { 70 => 0xa0, 71 => 0xb8 },
- 'filtereffectuserdef2' => { 70 => 0xb8, 71 => 0xd0 },
- 'filtereffectuserdef3' => { 70 => 0xd0, 71 => 0xe8 },
- 'finderdisplayduringexposure' => { 83 => 0x1 },
- 'finesharpness' => { 375 => 0x70 },
- 'finetuneoptcenterweighted' => { 297 => '7.2', 298 => '9.1', 300 => '9.1', 301 => '9.1', 305 => '8.1', 310 => '9.1', 311 => '9.1', 312 => '9.1', 313 => 0x23, 314 => 0x23, 315 => 0x23 },
- 'finetuneopthighlightweighted' => { 300 => '46.1', 301 => '46.1', 310 => '46.1', 311 => '46.1', 313 => 0x27, 314 => 0x27, 315 => 0x27 },
- 'finetuneoptmatrixmetering' => { 297 => '8.1', 298 => '8.2', 300 => '8.2', 301 => '8.2', 305 => '7.2', 306 => '6.1', 310 => '8.2', 311 => '8.2', 312 => '8.2', 313 => 0x21, 314 => 0x21, 315 => 0x21 },
- 'finetuneoptspotmetering' => { 297 => '8.2', 298 => '9.2', 300 => '9.2', 301 => '9.2', 305 => '8.2', 306 => '6.2', 310 => '9.2', 311 => '9.2', 312 => '9.2', 313 => 0x25, 314 => 0x25, 315 => 0x25 },
- 'finishexposure' => { 138 => 0xdbd },
- 'finishfiletype' => { 138 => 0xdb8 },
- 'finishlook' => { 138 => 0xdbc },
- 'finishnoise' => { 138 => 0xdba },
- 'finishresolution' => { 138 => 0xdb9 },
- 'finishsharpening' => { 138 => 0xdbb },
- 'firmware' => { 322 => 0x405, 417 => [0x8c,0x17,0x3b], 497 => 'Firmware' },
- 'firmware2' => { 417 => 0x57 },
- 'firmwaredate' => { 112 => 0x15, 113 => 0x2001, 401 => 0x4, 403 => 0x30 },
- 'firmwareid' => { 188 => 0x0 },
- 'firmwarename' => { 414 => 0xa001 },
- 'firmwarerevision' => { 19 => 0xa4, 64 => 0x1e, 405 => 0x0 },
- 'firmwarerevision2' => { 405 => 0xc },
- 'firmwareversion' => { 7 => 0x10b, 11 => 0x136, 14 => 0xff, 15 => 0x107, 138 => [0x415,0xce5], 154 => 0x57, 156 => 'FirmwareVersion', 338 => 0x320, 340 => 0x2, 342 => 0x3109, 375 => 0x230, 400 => ['CNFV','FIRM'], 402 => 0x18, 403 => 0x2a, 407 => 0x2 },
- 'firmwareversions' => { 384 => 0x301 },
- 'firstphotodate' => { 488 => 'FirstPhotoDate' },
- 'firstpublicationdate' => { 327 => 'FirstPublicationDate' },
- 'fixtureidentifier' => { 131 => 0x16, 495 => 'FixtureIdentifier' },
- 'flash' => { 114 => 'XMP-Flash', 119 => 0x9209, 152 => 0x22, 182 => 0x1f, 183 => 0x15, 403 => 0x5a, 506 => 'Flash' },
- 'flashaction' => { 427 => 0x3e, 428 => 0x3e, 440 => 0x2017, 445 => [0x2a,0x2c,0x30] },
- 'flashaction2' => { 427 => 0x4c, 428 => 0x4c, 445 => 0x77 },
- 'flashactionexternal' => { 445 => [0x78,0x7c] },
- 'flashactivity' => { 34 => 0x1c },
- 'flashbatterylevel' => { 44 => 0x249 },
- 'flashbias' => { 340 => 0x24 },
- 'flashbits' => { 34 => 0x1d },
- 'flashburstpriority' => { 313 => 0x111, 314 => 0x111, 315 => 0x129 },
- 'flashbuttonfunction' => { 84 => 0x70e },
- 'flashchargelevel' => { 322 => 0x1010 },
- 'flashcolorfilter' => { 214 => 0x10, 215 => 0x10, 217 => 0x10 },
- 'flashcommandermode' => { 212 => '9.1', 213 => '9.1', 214 => '9.1', 215 => '9.1', 217 => '9.1' },
- 'flashcompensation' => { 138 => 0x3f3, 212 => 0xa, 213 => 0xa, 214 => 0xa, 215 => 0x27, 216 => 0xa, 217 => 0xa, 497 => 'FlashCompensation' },
- 'flashcontrol' => { 427 => 0x23, 428 => 0x1f, 429 => 0x21 },
- 'flashcontrolbuilt-in' => { 306 => '16.1', 307 => '23.1', 309 => '23.1', 310 => '24.1' },
- 'flashcontrolmode' => { 212 => '9.2', 213 => '9.2', 214 => '9.2', 215 => '9.2', 217 => '9.2', 223 => 0x214, 238 => 0x148, 239 => 0x1b8, 240 => 0x1a8, 241 => 0x1bc, 242 => 0x1bc, 317 => 0x404 },
- 'flashcurtain' => { 340 => 0x48 },
- 'flashdefault' => { 184 => 0x42 },
- 'flashdevice' => { 322 => 0x1005 },
- 'flashdistance' => { 113 => 0x2034 },
- 'flashenergy' => { 119 => 0xa20b, 506 => 'FlashEnergy' },
- 'flashexposurebracketvalue' => { 234 => 0x18 },
- 'flashexposurecomp' => { 77 => 0xf, 127 => 0x1011, 159 => 'ExposureComp', 181 => 0x23, 186 => 0x104, 187 => 0x49c1, 234 => 0x12, 317 => 0x401, 322 => 0x1023, 375 => 0x4d, 407 => 0x100b, 417 => [0x3a,0x56], 440 => 0x104 },
- 'flashexposurecomp2' => { 278 => 0x4d2 },
- 'flashexposurecomp3' => { 214 => 0x1d },
- 'flashexposurecomp4' => { 214 => 0x27 },
- 'flashexposurecomparea' => { 298 => '38.4', 300 => '38.4', 301 => '38.4', 310 => '38.4', 311 => '38.4', 313 => 0x59, 314 => 0x59, 315 => 0x59 },
- 'flashexposurecompset' => { 184 => 0x10, 348 => 0xe, 427 => 0x14, 428 => 0x12, 429 => 0x23, 445 => 0x1f },
- 'flashexposurecompset2' => { 445 => [0x26,0x2c] },
- 'flashexposureindicator' => { 184 => 0x54 },
- 'flashexposureindicatorlast' => { 184 => 0x56 },
- 'flashexposureindicatornext' => { 184 => 0x55 },
- 'flashexposurelock' => { 57 => 0x19 },
- 'flashfired' => { 140 => 0x5d, 159 => 'Fired', 181 => 0x14, 277 => '590.3', 506 => [\'Flash','FlashFired'] },
- 'flashfiring' => { 84 => 0x306, 85 => 0x6, 86 => 0x7, 89 => 0x7 },
- 'flashfirmwareversion' => { 318 => 0x1002 },
- 'flashfocallength' => { 212 => 0xb, 213 => 0xc, 214 => 0xc, 215 => 0xc, 216 => 0xc, 217 => 0x26 },
- 'flashfunction' => { 187 => 0x31, 506 => [\'Flash','FlashFunction'] },
- 'flashgndistance' => { 212 => 0xe, 213 => 0xf, 214 => 0xf, 215 => 0xf, 216 => 0xf, 217 => 0xf, 223 => 0x21a, 238 => 0x14e, 240 => 0x1ae, 241 => 0x1c2, 242 => 0x1c2 },
- 'flashgroupacompensation' => { 212 => 0x11, 213 => 0x12, 214 => 0x13, 215 => 0x28, 216 => 0x28, 217 => 0x28 },
- 'flashgroupacontrolmode' => { 212 => 0xf, 213 => '16.1', 214 => '17.1', 215 => '17.1', 216 => '17.1', 217 => '17.1' },
- 'flashgroupaoutput' => { 212 => 0x11, 213 => 0x12, 214 => 0x13, 215 => 0x28, 216 => 0x28, 217 => 0x28 },
- 'flashgroupbcompensation' => { 212 => 0x12, 213 => 0x13, 214 => 0x14, 215 => 0x29, 216 => 0x29, 217 => 0x29 },
- 'flashgroupbcontrolmode' => { 212 => 0x10, 213 => '17.1', 214 => '18.1', 215 => '18.1', 216 => '18.1', 217 => '18.1' },
- 'flashgroupboutput' => { 212 => 0x12, 213 => 0x13, 214 => 0x14, 215 => 0x29, 216 => 0x29, 217 => 0x29 },
- 'flashgroupccompensation' => { 213 => 0x14, 214 => 0x15, 215 => 0x2a, 216 => 0x2a, 217 => 0x2a },
- 'flashgroupccontrolmode' => { 213 => '17.2', 214 => '18.2', 215 => '18.2', 216 => '18.2', 217 => '18.2' },
- 'flashgroupcoutput' => { 213 => 0x14, 214 => 0x15, 215 => 0x2a, 216 => 0x2a, 217 => 0x2a },
- 'flashguidenumber' => { 77 => 0xd, 94 => 0x0, 159 => 'GuideNumber' },
- 'flashilluminationpattern' => { 217 => 0x25 },
- 'flashintensity' => { 112 => [0x19,0x5], 317 => 0x405 },
- 'flashlevel' => { 299 => 0x9, 440 => 0xb048 },
- 'flashmake' => { 159 => 'Make' },
- 'flashmanufacturer' => { 178 => 'FlashManufacturer' },
- 'flashmastercompensation' => { 223 => 0x22e, 238 => 0x162, 240 => 0x1aa, 241 => 0x1be, 242 => 0x1be },
- 'flashmastercontrolmode' => { 223 => 0x22c, 238 => 0x160 },
- 'flashmasteroutput' => { 223 => 0x232, 238 => 0x166 },
- 'flashmetering' => { 181 => 0x3f, 184 => 0x1c },
+ 'filemodifydate' => { 122 => 'FileModifyDate' },
+ 'filename' => { 122 => 'FileName' },
+ 'filenameasdelivered' => { 329 => 'FileNameAsDelivered' },
+ 'filenumber' => { 58 => 0x1, 65 => 0x8, 99 => 0x1817, 116 => 'Canon-FileNumber', 213 => 0x4, 405 => 0x10 },
+ 'filenumbermemory' => { 183 => 0x1a },
+ 'filenumbersequence' => { 299 => '12.2', 304 => '3.1', 305 => '4.1', 306 => '4.1', 308 => '11.1', 309 => '4.3', 314 => '5.2', 315 => 0x48, 316 => 0x48, 317 => 0x48 },
+ 'filepermissions' => { 122 => 'FilePermissions' },
+ 'filesource' => { 121 => 0xa300, 129 => 0x8000, 508 => 'FileSource' },
+ 'fileuserid' => { 122 => 'FileUserID' },
+ 'fileversion' => { 134 => 0x16 },
+ 'fillflashautoreduction' => { 84 => 0xe, 85 => 0xe, 92 => 0xa },
+ 'filllight' => { 502 => 'FillLight', 504 => 'FillLight' },
+ 'fillorder' => { 121 => 0x10a },
+ 'filmgraineffect' => { 319 => 0x538 },
+ 'filmmode' => { 129 => 0x1401, 339 => 0x412, 342 => 0x42 },
+ 'filmtype' => { 259 => 0x2 },
+ 'filtereffect' => { 58 => 0xe, 251 => 0x37, 252 => 0x3f, 253 => 0x47, 342 => 0xa1 },
+ 'filtereffectauto' => { 72 => 0xa0 },
+ 'filtereffectfaithful' => { 71 => 0x70, 72 => 0x70 },
+ 'filtereffectlandscape' => { 71 => 0x40, 72 => 0x40 },
+ 'filtereffectmonochrome' => { 19 => 0xff, 71 => 0x88, 72 => 0x88 },
+ 'filtereffectneutral' => { 71 => 0x58, 72 => 0x58 },
+ 'filtereffectportrait' => { 71 => 0x28, 72 => 0x28 },
+ 'filtereffectstandard' => { 71 => 0x10, 72 => 0x10 },
+ 'filtereffectuserdef1' => { 71 => 0xa0, 72 => 0xb8 },
+ 'filtereffectuserdef2' => { 71 => 0xb8, 72 => 0xd0 },
+ 'filtereffectuserdef3' => { 71 => 0xd0, 72 => 0xe8 },
+ 'finderdisplayduringexposure' => { 85 => 0x1 },
+ 'finesharpness' => { 377 => 0x70 },
+ 'finetuneoptcenterweighted' => { 299 => '7.2', 300 => '9.1', 302 => '9.1', 303 => '9.1', 307 => '8.1', 312 => '9.1', 313 => '9.1', 314 => '9.1', 315 => 0x23, 316 => 0x23, 317 => 0x23 },
+ 'finetuneopthighlightweighted' => { 302 => '46.1', 303 => '46.1', 312 => '46.1', 313 => '46.1', 315 => 0x27, 316 => 0x27, 317 => 0x27 },
+ 'finetuneoptmatrixmetering' => { 299 => '8.1', 300 => '8.2', 302 => '8.2', 303 => '8.2', 307 => '7.2', 308 => '6.1', 312 => '8.2', 313 => '8.2', 314 => '8.2', 315 => 0x21, 316 => 0x21, 317 => 0x21 },
+ 'finetuneoptspotmetering' => { 299 => '8.2', 300 => '9.2', 302 => '9.2', 303 => '9.2', 307 => '8.2', 308 => '6.2', 312 => '9.2', 313 => '9.2', 314 => '9.2', 315 => 0x25, 316 => 0x25, 317 => 0x25 },
+ 'finishexposure' => { 140 => 0xdbd },
+ 'finishfiletype' => { 140 => 0xdb8 },
+ 'finishlook' => { 140 => 0xdbc },
+ 'finishnoise' => { 140 => 0xdba },
+ 'finishresolution' => { 140 => 0xdb9 },
+ 'finishsharpening' => { 140 => 0xdbb },
+ 'firmware' => { 324 => 0x405, 419 => [0x8c,0x17,0x3b], 499 => 'Firmware' },
+ 'firmware2' => { 419 => 0x57 },
+ 'firmwaredate' => { 114 => 0x15, 115 => 0x2001, 403 => 0x4, 405 => 0x30 },
+ 'firmwareid' => { 190 => 0x0 },
+ 'firmwarename' => { 416 => 0xa001 },
+ 'firmwarerevision' => { 19 => 0xa4, 65 => 0x1e, 407 => 0x0 },
+ 'firmwarerevision2' => { 407 => 0xc },
+ 'firmwareversion' => { 7 => 0x10b, 11 => 0x136, 14 => 0xff, 15 => 0x107, 140 => [0x415,0xce5], 156 => 0x57, 158 => 'FirmwareVersion', 340 => 0x320, 342 => 0x2, 344 => 0x3109, 377 => 0x230, 402 => ['CNFV','FIRM'], 404 => 0x18, 405 => 0x2a, 409 => 0x2 },
+ 'firmwareversions' => { 386 => 0x301 },
+ 'firstphotodate' => { 490 => 'FirstPhotoDate' },
+ 'firstpublicationdate' => { 329 => 'FirstPublicationDate' },
+ 'fixtureidentifier' => { 133 => 0x16, 497 => 'FixtureIdentifier' },
+ 'flash' => { 116 => 'XMP-Flash', 121 => 0x9209, 154 => 0x22, 184 => 0x1f, 185 => 0x15, 405 => 0x5a, 508 => 'Flash' },
+ 'flashaction' => { 429 => 0x3e, 430 => 0x3e, 442 => 0x2017, 447 => [0x2a,0x2c,0x30] },
+ 'flashaction2' => { 429 => 0x4c, 430 => 0x4c, 447 => 0x77 },
+ 'flashactionexternal' => { 447 => [0x78,0x7c] },
+ 'flashactivity' => { 35 => 0x1c },
+ 'flashbatterylevel' => { 45 => 0x249 },
+ 'flashbias' => { 342 => 0x24 },
+ 'flashbits' => { 35 => 0x1d },
+ 'flashburstpriority' => { 315 => 0x111, 316 => 0x111, 317 => 0x129 },
+ 'flashbuttonfunction' => { 86 => 0x70e },
+ 'flashchargelevel' => { 324 => 0x1010 },
+ 'flashcolorfilter' => { 216 => 0x10, 217 => 0x10, 219 => 0x10 },
+ 'flashcommandermode' => { 214 => '9.1', 215 => '9.1', 216 => '9.1', 217 => '9.1', 219 => '9.1' },
+ 'flashcompensation' => { 140 => 0x3f3, 214 => 0xa, 215 => 0xa, 216 => 0xa, 217 => 0x27, 218 => 0xa, 219 => 0xa, 499 => 'FlashCompensation' },
+ 'flashcontrol' => { 429 => 0x23, 430 => 0x1f, 431 => 0x21 },
+ 'flashcontrolbuilt-in' => { 308 => '16.1', 309 => '23.1', 311 => '23.1', 312 => '24.1' },
+ 'flashcontrolmode' => { 214 => '9.2', 215 => '9.2', 216 => '9.2', 217 => '9.2', 219 => '9.2', 225 => 0x214, 240 => 0x148, 241 => 0x1b8, 242 => 0x1a8, 243 => 0x1bc, 244 => 0x1bc, 319 => 0x404 },
+ 'flashcurtain' => { 342 => 0x48 },
+ 'flashdefault' => { 186 => 0x42 },
+ 'flashdevice' => { 324 => 0x1005 },
+ 'flashdistance' => { 115 => 0x2034 },
+ 'flashenergy' => { 121 => 0xa20b, 508 => 'FlashEnergy' },
+ 'flashexposurebracketvalue' => { 236 => 0x18 },
+ 'flashexposurecomp' => { 78 => 0xf, 129 => 0x1011, 161 => 'ExposureComp', 183 => 0x23, 188 => 0x104, 189 => 0x49c1, 236 => 0x12, 319 => 0x401, 324 => 0x1023, 377 => 0x4d, 409 => 0x100b, 419 => [0x3a,0x56], 442 => 0x104 },
+ 'flashexposurecomp2' => { 280 => 0x4d2 },
+ 'flashexposurecomp3' => { 216 => 0x1d },
+ 'flashexposurecomp4' => { 216 => 0x27 },
+ 'flashexposurecomparea' => { 300 => '38.4', 302 => '38.4', 303 => '38.4', 312 => '38.4', 313 => '38.4', 315 => 0x59, 316 => 0x59, 317 => 0x59 },
+ 'flashexposurecompset' => { 186 => 0x10, 350 => 0xe, 429 => 0x14, 430 => 0x12, 431 => 0x23, 447 => 0x1f },
+ 'flashexposurecompset2' => { 447 => [0x26,0x2c] },
+ 'flashexposureindicator' => { 186 => 0x54 },
+ 'flashexposureindicatorlast' => { 186 => 0x56 },
+ 'flashexposureindicatornext' => { 186 => 0x55 },
+ 'flashexposurelock' => { 58 => 0x19 },
+ 'flashfired' => { 142 => 0x5d, 161 => 'Fired', 183 => 0x14, 279 => '590.3', 508 => [\'Flash','FlashFired'] },
+ 'flashfiring' => { 86 => 0x306, 87 => 0x6, 88 => 0x7, 91 => 0x7 },
+ 'flashfirmwareversion' => { 320 => 0x1002 },
+ 'flashfocallength' => { 214 => 0xb, 215 => 0xc, 216 => 0xc, 217 => 0xc, 218 => 0xc, 219 => 0x26 },
+ 'flashfunction' => { 189 => 0x31, 508 => [\'Flash','FlashFunction'] },
+ 'flashgndistance' => { 214 => 0xe, 215 => 0xf, 216 => 0xf, 217 => 0xf, 218 => 0xf, 219 => 0xf, 225 => 0x21a, 240 => 0x14e, 242 => 0x1ae, 243 => 0x1c2, 244 => 0x1c2 },
+ 'flashgroupacompensation' => { 214 => 0x11, 215 => 0x12, 216 => 0x13, 217 => 0x28, 218 => 0x28, 219 => 0x28 },
+ 'flashgroupacontrolmode' => { 214 => 0xf, 215 => '16.1', 216 => '17.1', 217 => '17.1', 218 => '17.1', 219 => '17.1' },
+ 'flashgroupaoutput' => { 214 => 0x11, 215 => 0x12, 216 => 0x13, 217 => 0x28, 218 => 0x28, 219 => 0x28 },
+ 'flashgroupbcompensation' => { 214 => 0x12, 215 => 0x13, 216 => 0x14, 217 => 0x29, 218 => 0x29, 219 => 0x29 },
+ 'flashgroupbcontrolmode' => { 214 => 0x10, 215 => '17.1', 216 => '18.1', 217 => '18.1', 218 => '18.1', 219 => '18.1' },
+ 'flashgroupboutput' => { 214 => 0x12, 215 => 0x13, 216 => 0x14, 217 => 0x29, 218 => 0x29, 219 => 0x29 },
+ 'flashgroupccompensation' => { 215 => 0x14, 216 => 0x15, 217 => 0x2a, 218 => 0x2a, 219 => 0x2a },
+ 'flashgroupccontrolmode' => { 215 => '17.2', 216 => '18.2', 217 => '18.2', 218 => '18.2', 219 => '18.2' },
+ 'flashgroupcoutput' => { 215 => 0x14, 216 => 0x15, 217 => 0x2a, 218 => 0x2a, 219 => 0x2a },
+ 'flashguidenumber' => { 78 => 0xd, 96 => 0x0, 161 => 'GuideNumber' },
+ 'flashilluminationpattern' => { 219 => 0x25 },
+ 'flashintensity' => { 114 => [0x19,0x5], 319 => 0x405 },
+ 'flashlevel' => { 301 => 0x9, 442 => 0xb048 },
+ 'flashmake' => { 161 => 'Make' },
+ 'flashmanufacturer' => { 180 => 'FlashManufacturer' },
+ 'flashmastercompensation' => { 225 => 0x22e, 240 => 0x162, 242 => 0x1aa, 243 => 0x1be, 244 => 0x1be },
+ 'flashmastercontrolmode' => { 225 => 0x22c, 240 => 0x160 },
+ 'flashmasteroutput' => { 225 => 0x232, 240 => 0x166 },
+ 'flashmetering' => { 183 => 0x3f, 186 => 0x1c },
'flashmeteringmode' => { 7 => 0x15, 13 => 0x15, 14 => 0x15, 15 => 0x15, 16 => 0x15, 17 => 0x15, 18 => 0x15, 20 => 0x15, 22 => 0x15, 28 => 0x15 },
- 'flashmeteringsegments' => { 375 => 0x20a },
- 'flashmode' => { 112 => 0x4, 138 => 0x3f2, 140 => 0x5c, 151 => 0x27, 159 => 'Mode', 181 => 0x2, 182 => 0x20, 183 => 0x16, 184 => 0xf, 234 => 0x87, 317 => 0x400, 322 => 0x1004, 375 => 0xc, 382 => 0x4, 406 => 0x20, 407 => 0x100a, 416 => 0x225, 427 => 0x13, 428 => 0x7f, 429 => 0x20, 445 => 0x10, 449 => 0x1138, 450 => 0x1138, 451 => 0x1114, 452 => 0x1190, 453 => 0x116c, 454 => 0x1024, 455 => 0x21c, 456 => 0x21c, 457 => 0x211, 506 => [\'Flash','FlashMode'] },
- 'flashmodebutton' => { 242 => 0x80e },
- 'flashmodebuttonplaybackmode' => { 242 => 0x818 },
- 'flashmodel' => { 159 => 'Model', 178 => 'FlashModel', 318 => 0x1001 },
- 'flashoptions' => { 356 => 0x2 },
- 'flashoptions2' => { 356 => 0x10 },
- 'flashoutput' => { 44 => 0x248, 77 => 0x21, 212 => 0xa, 213 => 0xa, 214 => 0xa, 215 => 0x27, 217 => 0x21, 223 => 0x21e, 238 => 0x152, 240 => 0x1b2, 241 => 0x1c6, 242 => 0x1c6 },
- 'flashpixversion' => { 119 => 0xa000, 506 => 'FlashpixVersion' },
- 'flashredeyemode' => { 506 => [\'Flash','FlashRedEyeMode'] },
- 'flashremotecontrol' => { 223 => 0x228, 238 => 0x15c, 240 => 0x1bc, 317 => 0x403 },
- 'flashreturn' => { 506 => [\'Flash','FlashReturn'] },
- 'flashserialnumber' => { 159 => 'SerialNumber', 318 => 0x1003 },
- 'flashsetting' => { 234 => 0x8 },
- 'flashshutterspeed' => { 297 => '20.2', 298 => '23.2', 300 => '23.2', 301 => '23.2', 306 => '15.2', 307 => '22.2', 308 => '7.2', 309 => '22.2', 310 => '23.2', 311 => '23.2', 312 => '23.1', 313 => 0x57, 314 => 0x57, 315 => 0x57 },
- 'flashsource' => { 212 => 0x4, 213 => 0x4, 214 => 0x4, 215 => 0x4, 216 => 0x4, 217 => 0x4 },
- 'flashstatus' => { 363 => 0x0, 445 => [0x82,0x86], 459 => 0x31, 460 => 0x39, 461 => 0x39 },
- 'flashstatusbuilt-in' => { 429 => [0x87,0x287] },
- 'flashstatusexternal' => { 429 => [0x88,0x288] },
- 'flashsyncspeed' => { 297 => '20.1', 298 => '23.1', 300 => '23.1', 301 => '23.1', 306 => '15.1', 307 => '22.1', 309 => '22.1', 310 => '23.1', 311 => '23.1', 313 => 0x53, 314 => 0x53, 315 => 0x53 },
- 'flashsyncspeedav' => { 82 => 0x3, 84 => 0x10f, 85 => 0x2, 86 => 0x3, 87 => 0x2, 88 => 0x2, 89 => 0x3, 90 => 0x6 },
- 'flashthreshold' => { 94 => 0x1 },
- 'flashtype' => { 159 => 'Type', 184 => 0x59, 234 => 0x9, 318 => 0x1000 },
- 'flashwarning' => { 307 => '30.1', 308 => '7.1', 312 => '31.1', 340 => 0x62 },
- 'flashwirelessoption' => { 223 => 0x234, 238 => 0x15a, 240 => 0x1c8 },
- 'flexiblespotposition' => { 440 => 0x201d },
- 'flickadvancedirection' => { 313 => 0x25f, 314 => 0x25f, 315 => 0x277 },
- 'flickerreduce' => { 416 => 0x218 },
- 'flickerreduction' => { 127 => 0x1446, 261 => 0x7 },
- 'flickerreductionindicator' => { 256 => 0x532 },
- 'flickerreductionshooting' => { 239 => 0x1b4, 240 => 0x1a4, 241 => 0x1b8, 242 => 0x1b8 },
- 'flightpitchdegree' => { 116 => 'FlightPitchDegree' },
- 'flightrolldegree' => { 116 => 'FlightRollDegree' },
- 'flightxspeed' => { 116 => 'FlightXSpeed' },
- 'flightyawdegree' => { 116 => 'FlightYawDegree' },
- 'flightyspeed' => { 116 => 'FlightYSpeed' },
- 'flightzspeed' => { 116 => 'FlightZSpeed' },
- 'fliphorizontal' => { 290 => 0x76a43206 },
- 'fnumber' => { 7 => 0x3, 9 => 0x3, 11 => 0x3, 13 => 0x3, 14 => 0x3, 15 => 0x3, 16 => 0x3, 17 => 0x3, 18 => 0x3, 19 => 0x3, 20 => 0x3, 21 => 0x3, 22 => 0x3, 23 => 0x3, 24 => 0x3, 25 => 0x3, 26 => 0x3, 27 => 0x3, 28 => 0x3, 29 => 0x3, 30 => 0x5, 31 => 0x6, 77 => 0x15, 119 => 0x829d, 137 => 0xfd04, 140 => 0x1e, 142 => 0xfa23, 144 => 0xf103, 147 => 0x13, 149 => 0x3c, 151 => 0x1c, 152 => 0x18, 154 => 0xc, 163 => 'FNumber', 181 => 0xa, 182 => 0x36, 183 => 0x47, 184 => 0x9, 187 => 0x49c7, 232 => 0x38, 339 => 0x35a, 375 => 0x13, 414 => 0xa019, 417 => [0x31,0x49], 427 => 0x1, 428 => 0x1, 445 => [0x20,0x22,0x26], 506 => 'FNumber' },
- 'focaldistance' => { 486 => 'FocalDistance' },
- 'focallength' => { 7 => 0x1d, 8 => 0xa, 9 => 0x23, 10 => 0x9, 11 => 0x1d, 12 => 0x9, 13 => 0x1e, 14 => 0x1d, 15 => 0x1d, 16 => 0x1e, 17 => 0x1e, 18 => 0x1e, 19 => 0x28, 20 => 0x1e, 21 => 0x23, 22 => 0x1e, 23 => 0x1e, 24 => 0x23, 25 => 0x23, 26 => 0x23, 27 => 0x23, 28 => 0x1e, 29 => 0x23, 59 => 0x1, 113 => 0x1d, 119 => 0x920a, 147 => 0x1d, 163 => 'FocalLength', 181 => 0x12, 227 => 0xa, 228 => 0xb, 232 => [0xc,0x3c], 334 => 0x1, 375 => 0x1d, 384 => 0x403, 407 => 0x1500, 426 => 0xe, 453 => 0x1278, 454 => 0x1134, 455 => 0x32c, 456 => 0x32c, 457 => 0x30a, 506 => 'FocalLength' },
- 'focallength2' => { 445 => [0x23,0x25,0x29] },
- 'focallengthin35mmformat' => { 119 => 0xa405, 414 => 0xa01a, 506 => 'FocalLengthIn35mmFilm' },
- 'focallengthtelezoom' => { 426 => 0x10 },
- 'focalplaneafpointarea' => { 458 => 0x2 },
- 'focalplaneafpointlocation1' => { 458 => 0x6 },
- 'focalplaneafpointlocation10' => { 458 => 0x2a },
- 'focalplaneafpointlocation11' => { 458 => 0x2e },
- 'focalplaneafpointlocation12' => { 458 => 0x32 },
- 'focalplaneafpointlocation13' => { 458 => 0x36 },
- 'focalplaneafpointlocation14' => { 458 => 0x3a },
- 'focalplaneafpointlocation15' => { 458 => 0x3e },
- 'focalplaneafpointlocation2' => { 458 => 0xa },
- 'focalplaneafpointlocation3' => { 458 => 0xe },
- 'focalplaneafpointlocation4' => { 458 => 0x12 },
- 'focalplaneafpointlocation5' => { 458 => 0x16 },
- 'focalplaneafpointlocation6' => { 458 => 0x1a },
- 'focalplaneafpointlocation7' => { 458 => 0x1e },
- 'focalplaneafpointlocation8' => { 458 => 0x22 },
- 'focalplaneafpointlocation9' => { 458 => 0x26 },
- 'focalplaneafpointsused' => { 458 => 0x1 },
- 'focalplanediagonal' => { 318 => 0x103, 322 => 0x205 },
- 'focalplaneresolutionunit' => { 119 => 0xa210, 506 => 'FocalPlaneResolutionUnit' },
- 'focalplanexresolution' => { 119 => 0xa20e, 506 => 'FocalPlaneXResolution' },
- 'focalplanexsize' => { 59 => 0x2 },
- 'focalplanexunknown' => { 59 => 0x2 },
- 'focalplaneyresolution' => { 119 => 0xa20f, 506 => 'FocalPlaneYResolution' },
- 'focalplaneysize' => { 59 => 0x3 },
- 'focalplaneyunknown' => { 59 => 0x3 },
- 'focalpointx' => { 486 => 'FocalPointX' },
- 'focalpointy' => { 486 => 'FocalPointY' },
- 'focaltype' => { 10 => 0x2d, 59 => 0x0 },
- 'focalunits' => { 34 => 0x19 },
- 'focus' => { 280 => 0x8 },
- 'focusarea' => { 181 => 0x31 },
- 'focusareaselection' => { 308 => '15.2' },
- 'focusbracket' => { 340 => 0xbd },
- 'focusbracketstepsize' => { 317 => 0x308 },
- 'focuscontinuous' => { 34 => 0x20 },
- 'focusdisplayaiservoandmf' => { 84 => 0x515 },
- 'focusdistance' => { 163 => 'FocusDistance', 181 => 0x13, 187 => 0x49bb, 227 => 0x9, 228 => 0xa, 232 => [0xb,0x4e], 320 => 0x305, 334 => 0x0, 338 => 0x304, 339 => 0x304 },
- 'focusdistancelower' => { 7 => 0x45, 9 => 0x8e, 11 => 0x45, 13 => 0x56, 14 => 0x45, 15 => 0x45, 16 => 0x52, 17 => 0x52, 18 => 0x56, 20 => 0x52, 21 => 0x8e, 22 => 0x59, 23 => 0x57, 24 => 0x8e, 25 => 0x94, 26 => 0x95, 27 => 0xa7, 28 => 0x56, 29 => 0xa7, 57 => 0x15, 77 => 0x14 },
+ 'flashmeteringsegments' => { 377 => 0x20a },
+ 'flashmode' => { 114 => 0x4, 140 => 0x3f2, 142 => 0x5c, 153 => 0x27, 161 => 'Mode', 183 => 0x2, 184 => 0x20, 185 => 0x16, 186 => 0xf, 236 => 0x87, 319 => 0x400, 324 => 0x1004, 377 => 0xc, 384 => 0x4, 408 => 0x20, 409 => 0x100a, 418 => 0x225, 429 => 0x13, 430 => 0x7f, 431 => 0x20, 447 => 0x10, 451 => 0x1138, 452 => 0x1138, 453 => 0x1114, 454 => 0x1190, 455 => 0x116c, 456 => 0x1024, 457 => 0x21c, 458 => 0x21c, 459 => 0x211, 508 => [\'Flash','FlashMode'] },
+ 'flashmodebutton' => { 244 => 0x80e },
+ 'flashmodebuttonplaybackmode' => { 244 => 0x818 },
+ 'flashmodel' => { 161 => 'Model', 180 => 'FlashModel', 320 => 0x1001 },
+ 'flashoptions' => { 358 => 0x2 },
+ 'flashoptions2' => { 358 => 0x10 },
+ 'flashoutput' => { 45 => 0x248, 78 => 0x21, 214 => 0xa, 215 => 0xa, 216 => 0xa, 217 => 0x27, 219 => 0x21, 225 => 0x21e, 240 => 0x152, 242 => 0x1b2, 243 => 0x1c6, 244 => 0x1c6 },
+ 'flashpixversion' => { 121 => 0xa000, 508 => 'FlashpixVersion' },
+ 'flashredeyemode' => { 508 => [\'Flash','FlashRedEyeMode'] },
+ 'flashremotecontrol' => { 225 => 0x228, 240 => 0x15c, 242 => 0x1bc, 319 => 0x403 },
+ 'flashreturn' => { 508 => [\'Flash','FlashReturn'] },
+ 'flashserialnumber' => { 161 => 'SerialNumber', 320 => 0x1003 },
+ 'flashsetting' => { 236 => 0x8 },
+ 'flashshutterspeed' => { 299 => '20.2', 300 => '23.2', 302 => '23.2', 303 => '23.2', 308 => '15.2', 309 => '22.2', 310 => '7.2', 311 => '22.2', 312 => '23.2', 313 => '23.2', 314 => '23.1', 315 => 0x57, 316 => 0x57, 317 => 0x57 },
+ 'flashsource' => { 214 => 0x4, 215 => 0x4, 216 => 0x4, 217 => 0x4, 218 => 0x4, 219 => 0x4 },
+ 'flashstatus' => { 365 => 0x0, 447 => [0x82,0x86], 461 => 0x31, 462 => 0x39, 463 => 0x39 },
+ 'flashstatusbuilt-in' => { 431 => [0x87,0x287] },
+ 'flashstatusexternal' => { 431 => [0x88,0x288] },
+ 'flashsyncspeed' => { 299 => '20.1', 300 => '23.1', 302 => '23.1', 303 => '23.1', 308 => '15.1', 309 => '22.1', 311 => '22.1', 312 => '23.1', 313 => '23.1', 315 => 0x53, 316 => 0x53, 317 => 0x53 },
+ 'flashsyncspeedav' => { 84 => 0x3, 86 => 0x10f, 87 => 0x2, 88 => 0x3, 89 => 0x2, 90 => 0x2, 91 => 0x3, 92 => 0x6 },
+ 'flashthreshold' => { 96 => 0x1 },
+ 'flashtype' => { 161 => 'Type', 186 => 0x59, 236 => 0x9, 320 => 0x1000 },
+ 'flashwarning' => { 309 => '30.1', 310 => '7.1', 314 => '31.1', 342 => 0x62 },
+ 'flashwirelessoption' => { 225 => 0x234, 240 => 0x15a, 242 => 0x1c8 },
+ 'flexiblespotposition' => { 442 => 0x201d },
+ 'flickadvancedirection' => { 315 => 0x25f, 316 => 0x25f, 317 => 0x277 },
+ 'flickerreduce' => { 418 => 0x218 },
+ 'flickerreduction' => { 129 => 0x1446, 263 => 0x7 },
+ 'flickerreductionindicator' => { 258 => 0x532 },
+ 'flickerreductionshooting' => { 241 => 0x1b4, 242 => 0x1a4, 243 => 0x1b8, 244 => 0x1b8 },
+ 'flightpitchdegree' => { 118 => 'FlightPitchDegree' },
+ 'flightrolldegree' => { 118 => 'FlightRollDegree' },
+ 'flightxspeed' => { 118 => 'FlightXSpeed' },
+ 'flightyawdegree' => { 118 => 'FlightYawDegree' },
+ 'flightyspeed' => { 118 => 'FlightYSpeed' },
+ 'flightzspeed' => { 118 => 'FlightZSpeed' },
+ 'fliphorizontal' => { 292 => 0x76a43206 },
+ 'fnumber' => { 7 => 0x3, 9 => 0x3, 11 => 0x3, 13 => 0x3, 14 => 0x3, 15 => 0x3, 16 => 0x3, 17 => 0x3, 18 => 0x3, 19 => 0x3, 20 => 0x3, 21 => 0x3, 22 => 0x3, 23 => 0x3, 24 => 0x3, 25 => 0x3, 26 => 0x3, 27 => 0x3, 28 => 0x3, 29 => 0x3, 30 => 0x5, 31 => 0x6, 78 => 0x15, 121 => 0x829d, 139 => 0xfd04, 142 => 0x1e, 144 => 0xfa23, 146 => 0xf103, 149 => 0x13, 151 => 0x3c, 153 => 0x1c, 154 => 0x18, 156 => 0xc, 165 => 'FNumber', 183 => 0xa, 184 => 0x36, 185 => 0x47, 186 => 0x9, 189 => 0x49c7, 234 => 0x38, 341 => 0x35a, 377 => 0x13, 416 => 0xa019, 419 => [0x31,0x49], 429 => 0x1, 430 => 0x1, 447 => [0x20,0x22,0x26], 508 => 'FNumber' },
+ 'focaldistance' => { 488 => 'FocalDistance' },
+ 'focallength' => { 7 => 0x1d, 8 => 0xa, 9 => 0x23, 10 => 0x9, 11 => 0x1d, 12 => 0x9, 13 => 0x1e, 14 => 0x1d, 15 => 0x1d, 16 => 0x1e, 17 => 0x1e, 18 => 0x1e, 19 => 0x28, 20 => 0x1e, 21 => 0x23, 22 => 0x1e, 23 => 0x1e, 24 => 0x23, 25 => 0x23, 26 => 0x23, 27 => 0x23, 28 => 0x1e, 29 => 0x23, 60 => 0x1, 115 => 0x1d, 121 => 0x920a, 149 => 0x1d, 165 => 'FocalLength', 183 => 0x12, 229 => 0xa, 230 => 0xb, 234 => [0xc,0x3c], 336 => 0x1, 377 => 0x1d, 386 => 0x403, 409 => 0x1500, 428 => 0xe, 455 => 0x1278, 456 => 0x1134, 457 => 0x32c, 458 => 0x32c, 459 => 0x30a, 508 => 'FocalLength' },
+ 'focallength2' => { 447 => [0x23,0x25,0x29] },
+ 'focallengthin35mmformat' => { 121 => 0xa405, 416 => 0xa01a, 508 => 'FocalLengthIn35mmFilm' },
+ 'focallengthtelezoom' => { 428 => 0x10 },
+ 'focalplaneafpointarea' => { 460 => 0x2 },
+ 'focalplaneafpointlocation1' => { 460 => 0x6 },
+ 'focalplaneafpointlocation10' => { 460 => 0x2a },
+ 'focalplaneafpointlocation11' => { 460 => 0x2e },
+ 'focalplaneafpointlocation12' => { 460 => 0x32 },
+ 'focalplaneafpointlocation13' => { 460 => 0x36 },
+ 'focalplaneafpointlocation14' => { 460 => 0x3a },
+ 'focalplaneafpointlocation15' => { 460 => 0x3e },
+ 'focalplaneafpointlocation2' => { 460 => 0xa },
+ 'focalplaneafpointlocation3' => { 460 => 0xe },
+ 'focalplaneafpointlocation4' => { 460 => 0x12 },
+ 'focalplaneafpointlocation5' => { 460 => 0x16 },
+ 'focalplaneafpointlocation6' => { 460 => 0x1a },
+ 'focalplaneafpointlocation7' => { 460 => 0x1e },
+ 'focalplaneafpointlocation8' => { 460 => 0x22 },
+ 'focalplaneafpointlocation9' => { 460 => 0x26 },
+ 'focalplaneafpointsused' => { 460 => 0x1 },
+ 'focalplanediagonal' => { 320 => 0x103, 324 => 0x205 },
+ 'focalplaneresolutionunit' => { 121 => 0xa210, 508 => 'FocalPlaneResolutionUnit' },
+ 'focalplanexresolution' => { 121 => 0xa20e, 508 => 'FocalPlaneXResolution' },
+ 'focalplanexsize' => { 60 => 0x2 },
+ 'focalplanexunknown' => { 60 => 0x2 },
+ 'focalplaneyresolution' => { 121 => 0xa20f, 508 => 'FocalPlaneYResolution' },
+ 'focalplaneysize' => { 60 => 0x3 },
+ 'focalplaneyunknown' => { 60 => 0x3 },
+ 'focalpointx' => { 488 => 'FocalPointX' },
+ 'focalpointy' => { 488 => 'FocalPointY' },
+ 'focaltype' => { 10 => 0x2d, 60 => 0x0 },
+ 'focalunits' => { 35 => 0x19 },
+ 'focus' => { 282 => 0x8 },
+ 'focusarea' => { 183 => 0x31 },
+ 'focusareaselection' => { 310 => '15.2' },
+ 'focusbracket' => { 342 => 0xbd },
+ 'focusbracketstepsize' => { 319 => 0x308 },
+ 'focuscontinuous' => { 35 => 0x20 },
+ 'focusdisplayaiservoandmf' => { 86 => 0x515 },
+ 'focusdistance' => { 165 => 'FocusDistance', 183 => 0x13, 189 => 0x49bb, 229 => 0x9, 230 => 0xa, 234 => [0xb,0x4e], 322 => 0x305, 336 => 0x0, 340 => 0x304, 341 => 0x304 },
+ 'focusdistancelower' => { 7 => 0x45, 9 => 0x8e, 11 => 0x45, 13 => 0x56, 14 => 0x45, 15 => 0x45, 16 => 0x52, 17 => 0x52, 18 => 0x56, 20 => 0x52, 21 => 0x8e, 22 => 0x59, 23 => 0x57, 24 => 0x8e, 25 => 0x94, 26 => 0x95, 27 => 0xa7, 28 => 0x56, 29 => 0xa7, 58 => 0x15, 78 => 0x14 },
'focusdistancerange' => { 1 => 0xc },
- 'focusdistancerangewidth' => { 232 => 0x4c },
- 'focusdistanceupper' => { 7 => 0x43, 9 => 0x8c, 11 => 0x43, 13 => 0x54, 14 => 0x43, 15 => 0x43, 16 => 0x50, 17 => 0x50, 18 => 0x54, 20 => 0x50, 21 => 0x8c, 22 => 0x57, 23 => 0x55, 24 => 0x8c, 25 => 0x92, 26 => 0x93, 27 => 0xa5, 28 => 0x54, 29 => 0xa5, 57 => 0x14, 77 => 0x13 },
- 'focusholdbutton' => { 184 => 0x44 },
- 'focusinfoversion' => { 320 => 0x0 },
- 'focusingscreen' => { 83 => 0x0, 84 => 0x80b, 89 => 0x0 },
- 'focuslocation' => { 440 => 0x2027 },
- 'focuslocked' => { 180 => 0x14 },
- 'focusmode' => { 34 => 0x7, 112 => 0x3, 113 => [0x3003,0xd], 127 => 0x1021, 138 => 0x3f5, 140 => 0x38, 156 => 'FocusMode', 181 => 0x30, 183 => 0xe, 184 => 0xc, 234 => 0x7, 317 => 0x301, 322 => 0x100b, 340 => 0x7, 375 => 0xd, 382 => 0x3, 407 => 0x1006, 420 => [0xb,0x5], 426 => [0x15,0x1d], 427 => 0x4d, 428 => 0x4d, 440 => [0xb042,0xb04e,0x201b], 445 => 0x13, 466 => 0x16 },
- 'focusmode2' => { 126 => '0.1', 356 => '3.1', 445 => [0x2c,0x2e,0x32] },
- 'focusmodesetting' => { 299 => '10.1', 424 => 0x14, 425 => 0x15, 427 => 0x10, 428 => 0xf, 429 => 0x6 },
- 'focusmodeswitch' => { 184 => 0x58, 427 => 0x2e },
- 'focuspeakingdisplay' => { 313 => 0x235, 314 => 0x235, 315 => 0x24d },
- 'focuspeakinghighlightcolor' => { 313 => 0x4b, 314 => 0x4b, 315 => 0x4b },
- 'focuspeakinglevel' => { 313 => 0x49, 314 => 0x49, 315 => 0x49 },
- 'focuspixel' => { 127 => 0x1023 },
- 'focuspointlock' => { 313 => 0x1d3, 314 => 0x1d3, 315 => 0x1eb },
- 'focuspointpersistence' => { 313 => 0x105, 314 => 0x105, 315 => 0x11b },
- 'focuspointwrap' => { 297 => '2.2', 298 => '2.2', 300 => '2.1', 301 => '2.1', 305 => '1.1', 306 => '2.2', 307 => '1.1', 310 => '2.2', 311 => '2.1', 312 => '2.5', 313 => 0x16, 314 => 0x16, 315 => 0x16 },
- 'focusposition' => { 1 => 0x2f, 227 => 0x8, 228 => 0x8, 375 => 0x10, 438 => 0x9bb },
- 'focusposition2' => { 445 => [0x29,0x2b,0x2f], 466 => 0x2d, 469 => 0x20 },
- 'focuspositionhorizontal' => { 193 => 0x2f, 194 => 0x43 },
- 'focuspositionvertical' => { 193 => 0x31, 194 => 0x45 },
- 'focusprocess' => { 317 => 0x302 },
- 'focusrange' => { 34 => 0x12, 322 => 0x100a },
- 'focusrangeindex' => { 366 => '3.1' },
- 'focusresult' => { 194 => 0x4a },
- 'focusringrotation' => { 84 => 0x713 },
- 'focussetting' => { 417 => 0x6 },
- 'focusshiftautoreset' => { 241 => 0x6da, 242 => 0x748 },
- 'focusshiftexposurelock' => { 223 => 0x1b4, 238 => 0xe8, 239 => 0x100, 240 => 0xf4, 241 => 0x104, 242 => 0x104 },
- 'focusshiftinterval' => { 223 => 0x1b0, 238 => 0xe4, 239 => 0xfc, 240 => 0xf0, 241 => 0x100, 242 => 0x100 },
- 'focusshiftnumbershots' => { 223 => 0x1a8, 238 => 0xdc, 239 => 0xf4, 240 => 0xe8, 241 => 0xf8, 242 => 0xf8 },
- 'focusshiftshooting' => { 259 => 0x20 },
- 'focusshiftstepwidth' => { 223 => 0x1ac, 238 => 0xe0, 239 => 0xf8, 240 => 0xec, 241 => 0xfc, 242 => 0xfc },
- 'focusstatus' => { 426 => 0x19, 427 => 0x53, 428 => 0x53 },
- 'focusstepcount' => { 320 => 0x301, 322 => 0x100e },
- 'focusstepinfinity' => { 320 => 0x303, 322 => 0x103b },
- 'focusstepnear' => { 320 => 0x304, 322 => 0x103c },
- 'focusstepsfrominfinity' => { 232 => 0x58 },
- 'focustrackinglockon' => { 297 => ['1.5','4.1'], 298 => '1.4', 305 => '0.4', 306 => '3.1', 307 => '0.4', 310 => '1.4' },
- 'focuswarning' => { 127 => 0x1301 },
- 'foldername' => { 181 => 0x27 },
- 'foldernumber' => { 427 => 0x9a, 429 => [0x402,0x114,0x316] },
- 'fontcomposite' => { 534 => [\'Fonts','FontsComposite'] },
- 'fontface' => { 534 => [\'Fonts','FontsFontFace'] },
- 'fontfamily' => { 534 => [\'Fonts','FontsFontFamily'] },
- 'fontfilename' => { 534 => [\'Fonts','FontsFontFileName'] },
- 'fontname' => { 534 => [\'Fonts','FontsFontName'] },
- 'fonts' => { 534 => 'Fonts' },
- 'fonttype' => { 534 => [\'Fonts','FontsFontType'] },
- 'fontversion' => { 534 => [\'Fonts','FontsVersionString'] },
- 'for' => { 391 => 'For' },
- 'forcewrite' => { 120 => 'ForceWrite' },
- 'format' => { 400 => "\xa9fmt", 485 => 'Format', 503 => 'format', 527 => 'Format' },
- 'forwardlock' => { 524 => 'forwardlock' },
- 'forwardmatrix1' => { 119 => 0xc714 },
- 'forwardmatrix2' => { 119 => 0xc715 },
- 'forwardmatrix3' => { 119 => 0xcd34 },
- 'fossilspecimen' => { 118 => 'FossilSpecimen' },
- 'fossilspecimenmaterialsampleid' => { 118 => [\'FossilSpecimen','FossilSpecimenMaterialSampleID'] },
- 'framecount' => { 67 => [0x2,0x4] },
- 'frameheight' => { 127 => 0x3822 },
- 'framenum' => { 386 => 0xd7 },
- 'framenumber' => { 127 => 0x8003, 187 => 0x3c, 375 => 0x29 },
- 'framerate' => { 67 => [0x1,0x6], 119 => 0xc764, 127 => 0x3820 },
- 'framereadouttime' => { 394 => 'camera.framereadouttimeinmicroseconds' },
- 'framewidth' => { 127 => 0x3821 },
- 'framing' => { 518 => 'framing' },
- 'freebytes' => { 97 => 0x1 },
- 'freememorycardimages' => { 182 => [0x37,0x54], 183 => [0x2d,0x4a], 184 => 0x32 },
+ 'focusdistancerangewidth' => { 234 => 0x4c },
+ 'focusdistanceupper' => { 7 => 0x43, 9 => 0x8c, 11 => 0x43, 13 => 0x54, 14 => 0x43, 15 => 0x43, 16 => 0x50, 17 => 0x50, 18 => 0x54, 20 => 0x50, 21 => 0x8c, 22 => 0x57, 23 => 0x55, 24 => 0x8c, 25 => 0x92, 26 => 0x93, 27 => 0xa5, 28 => 0x54, 29 => 0xa5, 58 => 0x14, 78 => 0x13 },
+ 'focusholdbutton' => { 186 => 0x44 },
+ 'focusinfoversion' => { 322 => 0x0 },
+ 'focusingscreen' => { 85 => 0x0, 86 => 0x80b, 91 => 0x0 },
+ 'focuslocation' => { 442 => 0x2027 },
+ 'focuslocked' => { 182 => 0x14 },
+ 'focusmode' => { 35 => 0x7, 114 => 0x3, 115 => [0x3003,0xd], 129 => 0x1021, 140 => 0x3f5, 142 => 0x38, 158 => 'FocusMode', 183 => 0x30, 185 => 0xe, 186 => 0xc, 236 => 0x7, 319 => 0x301, 324 => 0x100b, 342 => 0x7, 377 => 0xd, 384 => 0x3, 409 => 0x1006, 422 => [0xb,0x5], 428 => [0x15,0x1d], 429 => 0x4d, 430 => 0x4d, 442 => [0xb042,0xb04e,0x201b], 447 => 0x13, 468 => 0x16 },
+ 'focusmode2' => { 128 => '0.1', 358 => '3.1', 447 => [0x2c,0x2e,0x32] },
+ 'focusmodesetting' => { 301 => '10.1', 426 => 0x14, 427 => 0x15, 429 => 0x10, 430 => 0xf, 431 => 0x6 },
+ 'focusmodeswitch' => { 186 => 0x58, 429 => 0x2e },
+ 'focuspeakingdisplay' => { 315 => 0x235, 316 => 0x235, 317 => 0x24d },
+ 'focuspeakinghighlightcolor' => { 315 => 0x4b, 316 => 0x4b, 317 => 0x4b },
+ 'focuspeakinglevel' => { 315 => 0x49, 316 => 0x49, 317 => 0x49 },
+ 'focuspixel' => { 129 => 0x1023 },
+ 'focuspointlock' => { 315 => 0x1d3, 316 => 0x1d3, 317 => 0x1eb },
+ 'focuspointpersistence' => { 315 => 0x105, 316 => 0x105, 317 => 0x11b },
+ 'focuspointwrap' => { 299 => '2.2', 300 => '2.2', 302 => '2.1', 303 => '2.1', 307 => '1.1', 308 => '2.2', 309 => '1.1', 312 => '2.2', 313 => '2.1', 314 => '2.5', 315 => 0x16, 316 => 0x16, 317 => 0x16 },
+ 'focusposition' => { 1 => 0x2f, 229 => 0x8, 230 => 0x8, 377 => 0x10, 440 => 0x9bb },
+ 'focusposition2' => { 447 => [0x29,0x2b,0x2f], 468 => 0x2d, 471 => 0x20 },
+ 'focuspositionhorizontal' => { 195 => 0x2f, 196 => 0x43 },
+ 'focuspositionvertical' => { 195 => 0x31, 196 => 0x45 },
+ 'focusprocess' => { 319 => 0x302 },
+ 'focusrange' => { 35 => 0x12, 324 => 0x100a },
+ 'focusrangeindex' => { 368 => '3.1' },
+ 'focusresult' => { 196 => 0x4a },
+ 'focusringrotation' => { 86 => 0x713 },
+ 'focussetting' => { 419 => 0x6 },
+ 'focusshiftautoreset' => { 243 => 0x6da, 244 => 0x748 },
+ 'focusshiftexposurelock' => { 225 => 0x1b4, 240 => 0xe8, 241 => 0x100, 242 => 0xf4, 243 => 0x104, 244 => 0x104 },
+ 'focusshiftinterval' => { 225 => 0x1b0, 240 => 0xe4, 241 => 0xfc, 242 => 0xf0, 243 => 0x100, 244 => 0x100 },
+ 'focusshiftnumbershots' => { 225 => 0x1a8, 240 => 0xdc, 241 => 0xf4, 242 => 0xe8, 243 => 0xf8, 244 => 0xf8 },
+ 'focusshiftshooting' => { 261 => 0x20 },
+ 'focusshiftstepwidth' => { 225 => 0x1ac, 240 => 0xe0, 241 => 0xf8, 242 => 0xec, 243 => 0xfc, 244 => 0xfc },
+ 'focusstatus' => { 428 => 0x19, 429 => 0x53, 430 => 0x53 },
+ 'focusstepcount' => { 322 => 0x301, 324 => 0x100e },
+ 'focusstepinfinity' => { 322 => 0x303, 324 => 0x103b },
+ 'focusstepnear' => { 322 => 0x304, 324 => 0x103c },
+ 'focusstepsfrominfinity' => { 234 => 0x58 },
+ 'focustrackinglockon' => { 299 => ['1.5','4.1'], 300 => '1.4', 307 => '0.4', 308 => '3.1', 309 => '0.4', 312 => '1.4' },
+ 'focuswarning' => { 129 => 0x1301 },
+ 'foldername' => { 183 => 0x27 },
+ 'foldernumber' => { 429 => 0x9a, 431 => [0x402,0x114,0x316] },
+ 'fontcomposite' => { 536 => [\'Fonts','FontsComposite'] },
+ 'fontface' => { 536 => [\'Fonts','FontsFontFace'] },
+ 'fontfamily' => { 536 => [\'Fonts','FontsFontFamily'] },
+ 'fontfilename' => { 536 => [\'Fonts','FontsFontFileName'] },
+ 'fontname' => { 536 => [\'Fonts','FontsFontName'] },
+ 'fonts' => { 536 => 'Fonts' },
+ 'fonttype' => { 536 => [\'Fonts','FontsFontType'] },
+ 'fontversion' => { 536 => [\'Fonts','FontsVersionString'] },
+ 'for' => { 393 => 'For' },
+ 'forcewrite' => { 122 => 'ForceWrite' },
+ 'format' => { 402 => "\xa9fmt", 487 => 'Format', 505 => 'format', 529 => 'Format' },
+ 'forwardlock' => { 526 => 'forwardlock' },
+ 'forwardmatrix1' => { 121 => 0xc714 },
+ 'forwardmatrix2' => { 121 => 0xc715 },
+ 'forwardmatrix3' => { 121 => 0xcd34 },
+ 'fossilspecimen' => { 120 => 'FossilSpecimen' },
+ 'fossilspecimenmaterialsampleid' => { 120 => [\'FossilSpecimen','FossilSpecimenMaterialSampleID'] },
+ 'framecount' => { 68 => [0x2,0x4] },
+ 'frameheight' => { 129 => 0x3822 },
+ 'framenum' => { 388 => 0xd7 },
+ 'framenumber' => { 129 => 0x8003, 189 => 0x3c, 377 => 0x29 },
+ 'framerate' => { 68 => [0x1,0x6], 121 => 0xc764, 129 => 0x3820 },
+ 'framereadouttime' => { 396 => 'camera.framereadouttimeinmicroseconds' },
+ 'framewidth' => { 129 => 0x3821 },
+ 'framing' => { 520 => 'framing' },
+ 'freebytes' => { 99 => 0x1 },
+ 'freememorycardimages' => { 184 => [0x37,0x54], 185 => [0x2d,0x4a], 186 => 0x32 },
'frontfacingcamera' => { 1 => 0x45 },
- 'fujiflashmode' => { 127 => 0x1010 },
- 'fujimodel' => { 127 => 0x1447 },
- 'fujimodel2' => { 127 => 0x1448 },
- 'fullhdhighspeedrec' => { 127 => 0x3824 },
- 'fullimagesize' => { 440 => 0xb02b },
- 'fullpanoheightpixels' => { 488 => 'FullPanoHeightPixels', 489 => 'FullPanoHeightPixels' },
- 'fullpanowidthpixels' => { 488 => 'FullPanoWidthPixels', 489 => 'FullPanoWidthPixels' },
- 'fullpresssnap' => { 407 => 0x100d },
- 'fullsizeimage' => { 162 => 'data' },
- 'fullsizeimagename' => { 162 => '1Name' },
- 'fullsizeimagetype' => { 162 => '0Type' },
- 'func1button' => { 300 => '14.1', 301 => '14.1', 311 => '14.1', 313 => 0x63, 314 => 0x63, 315 => 0x63 },
- 'func1buttonplaybackmode' => { 313 => 0x1a5, 314 => 0x1a5, 315 => 0x1bd },
- 'func1buttonplusdials' => { 300 => '42.1', 301 => '42.1', 311 => '42.1' },
- 'func2button' => { 300 => '80.1', 301 => '80.1', 311 => '80.1', 313 => 0x73, 314 => 0x73, 315 => 0x73 },
- 'func2buttonplaybackmode' => { 313 => 0x1a7, 314 => 0x1a7, 315 => 0x1bf },
- 'func2buttonplusdials' => { 300 => '81.1' },
- 'func3button' => { 300 => '83.1', 314 => 0x119, 315 => 0x131 },
- 'func3buttonplaybackmode' => { 314 => 0x1a9, 315 => 0x1c1 },
- 'func4button' => { 314 => 0x175, 315 => 0x18d },
- 'func4buttonplaybackmode' => { 314 => 0x1af, 315 => 0x1c7 },
- 'funcbutton' => { 297 => ['14.1','15.1'], 298 => '14.1', 306 => '28.1', 307 => '13.1', 310 => '14.1', 312 => '14.1' },
- 'funcbuttonplusdials' => { 297 => ['14.2','15.2'], 298 => '14.2', 306 => '31.1', 310 => '42.1' },
- 'functionbutton' => { 304 => '13.1', 308 => '5.2' },
- 'gainbase' => { 321 => 0x610 },
- 'gaincontrol' => { 119 => 0xa407, 506 => 'GainControl' },
- 'gainmapmax' => { 511 => 'GainMapMax' },
- 'gainmapmin' => { 511 => 'GainMapMin' },
- 'gamma' => { 119 => 0xa500, 138 => 0x8fe, 328 => 'gAMA', 345 => 0x11c, 507 => 'Gamma', 511 => 'Gamma' },
- 'gammablackpoint' => { 105 => 0xc },
- 'gammacolortone' => { 105 => 0x3 },
- 'gammacompensatedvalue' => { 133 => 0x91 },
- 'gammacontrast' => { 105 => 0x2 },
- 'gammacurveoutputrange' => { 105 => 0xf },
- 'gammahighlight' => { 105 => 0xa },
- 'gammalinear' => { 103 => 0x20200 },
- 'gammamidpoint' => { 105 => 0xe },
- 'gammasaturation' => { 105 => 0x4 },
- 'gammashadow' => { 105 => 0x9 },
- 'gammasharpnessstrength' => { 105 => 0x8 },
- 'gammaunsharpmaskfineness' => { 105 => 0x6 },
- 'gammaunsharpmaskstrength' => { 105 => 0x5 },
- 'gammaunsharpmaskthreshold' => { 105 => 0x7 },
- 'gammawhitepoint' => { 105 => 0xd },
- 'garminsettings' => { 400 => 'pmcc' },
- 'garminsoftware' => { 400 => 'uuid' },
- 'gdalmetadata' => { 119 => 0xa480 },
- 'gdalnodata' => { 119 => 0xa481 },
- 'geimagesize' => { 127 => 0x1304 },
- 'gemake' => { 129 => 0x300 },
- 'gemodel' => { 129 => 0x207 },
- 'genre' => { 392 => ['gnre',"\xa9gen"], 394 => 'genre', 400 => ['gnre',"\xa9gen"], 514 => 'Genre', 519 => 'genre', 529 => 'genre' },
- 'genrecvid' => { 514 => [\'Genre','GenreCvId'] },
- 'genrecvtermid' => { 514 => [\'Genre','GenreCvTermId'] },
- 'genrecvtermname' => { 514 => [\'Genre','GenreCvTermName'] },
- 'genrecvtermrefinedabout' => { 514 => [\'Genre','GenreCvTermRefinedAbout'] },
- 'genreid' => { 392 => 'geID' },
- 'geography' => { 520 => 'geography' },
- 'geologicalcontext' => { 118 => 'GeologicalContext' },
- 'geologicalcontextbed' => { 118 => [\'GeologicalContext','GeologicalContextBed'] },
- 'geologicalcontextformation' => { 118 => [\'GeologicalContext','GeologicalContextFormation'] },
- 'geologicalcontextgroup' => { 118 => [\'GeologicalContext','GeologicalContextGroup'] },
- 'geologicalcontextid' => { 118 => [\'GeologicalContext','GeologicalContextGeologicalContextID'] },
- 'geologicalcontextmember' => { 118 => [\'GeologicalContext','GeologicalContextMember'] },
- 'geosync' => { 120 => 'Geosync' },
- 'geotag' => { 120 => 'Geotag' },
- 'geotiffasciiparams' => { 119 => 0x87b1 },
- 'geotiffdirectory' => { 119 => 0x87af },
- 'geotiffdoubleparams' => { 119 => 0x87b0 },
- 'geotime' => { 120 => 'Geotime' },
- 'giftftppriority' => { 490 => 'GIFTFtpPriority' },
- 'gimbalpitchdegree' => { 116 => 'GimbalPitchDegree' },
- 'gimbalreverse' => { 116 => 'GimbalReverse' },
- 'gimbalrolldegree' => { 116 => 'GimbalRollDegree' },
- 'gimbalyawdegree' => { 116 => 'GimbalYawDegree' },
- 'globalaltitude' => { 389 => 0x419 },
- 'globalangle' => { 389 => 0x40d },
- 'good' => { 529 => 'good' },
- 'googlehostheader' => { 392 => 'gshh' },
- 'googlepingmessage' => { 392 => 'gspm' },
- 'googlepingurl' => { 392 => 'gspu' },
- 'googleplusuploadcode' => { 119 => 0x9009 },
- 'googlesourcedata' => { 392 => 'gssd' },
- 'googlestarttime' => { 392 => 'gsst' },
- 'googletrackduration' => { 392 => 'gstd' },
- 'goprotype' => { 400 => 'GoPr' },
- 'gpsaltitude' => { 130 => 0x6, 160 => 'Altitude', 506 => 'GPSAltitude' },
- 'gpsaltituderef' => { 130 => 0x5, 506 => 'GPSAltitudeRef' },
- 'gpsareainformation' => { 130 => 0x1c, 506 => 'GPSAreaInformation' },
- 'gpscoordinates' => { 392 => "\xa9xyz", 394 => 'location.ISO6709', 400 => ['@xyz',"\xa9xyz"] },
- 'gpsdatestamp' => { 130 => 0x1d },
- 'gpsdatetime' => { 160 => 'DateTime', 506 => 'GPSTimeStamp' },
- 'gpsdestbearing' => { 130 => 0x18, 160 => 'Bearing', 506 => 'GPSDestBearing' },
- 'gpsdestbearingref' => { 130 => 0x17, 506 => 'GPSDestBearingRef' },
- 'gpsdestdistance' => { 130 => 0x1a, 160 => 'Distance', 506 => 'GPSDestDistance' },
- 'gpsdestdistanceref' => { 130 => 0x19, 506 => 'GPSDestDistanceRef' },
- 'gpsdestlatitude' => { 130 => 0x14, 506 => 'GPSDestLatitude' },
- 'gpsdestlatituderef' => { 130 => 0x13 },
- 'gpsdestlongitude' => { 130 => 0x16, 506 => 'GPSDestLongitude' },
- 'gpsdestlongituderef' => { 130 => 0x15 },
- 'gpsdifferential' => { 130 => 0x1e, 160 => 'Differential', 506 => 'GPSDifferential' },
- 'gpsdop' => { 130 => 0xb, 506 => 'GPSDOP' },
- 'gpshpositioningerror' => { 130 => 0x1f, 506 => 'GPSHPositioningError' },
- 'gpsimgdirection' => { 130 => 0x11, 506 => 'GPSImgDirection' },
- 'gpsimgdirectionref' => { 130 => 0x10, 506 => 'GPSImgDirectionRef' },
- 'gpslatitude' => { 114 => 'GPS-GPSLatitude', 116 => 'GpsLatitude', 130 => 0x2, 160 => 'Latitude', 506 => 'GPSLatitude' },
- 'gpslatituderef' => { 130 => 0x1 },
- 'gpslongitude' => { 114 => 'GPS-GPSLongitude', 116 => 'GpsLongitude', 130 => 0x4, 160 => 'Longitude', 506 => 'GPSLongitude' },
- 'gpslongituderef' => { 130 => 0x3 },
- 'gpslongtitude' => { 116 => 'GpsLongtitude' },
- 'gpsmapdatum' => { 130 => 0x12, 160 => 'Datum', 506 => 'GPSMapDatum' },
- 'gpsmeasuremode' => { 130 => 0xa, 160 => 'MeasureMode', 506 => 'GPSMeasureMode' },
- 'gpsposition' => { 114 => 'Exif-GPSPosition' },
- 'gpsprocessingmethod' => { 130 => 0x1b, 506 => 'GPSProcessingMethod' },
- 'gpssatellites' => { 130 => 0x8, 160 => 'Satellites', 506 => 'GPSSatellites' },
- 'gpsspeed' => { 130 => 0xd, 160 => 'Speed', 506 => 'GPSSpeed' },
- 'gpsspeedref' => { 130 => 0xc, 506 => 'GPSSpeedRef' },
- 'gpsstatus' => { 130 => 0x9, 506 => 'GPSStatus' },
- 'gpsstring' => { 138 => 0x402 },
- 'gpstimestamp' => { 130 => 0x7 },
- 'gpstrack' => { 130 => 0xf, 160 => 'Heading', 506 => 'GPSTrack' },
- 'gpstrackref' => { 130 => 0xe, 506 => 'GPSTrackRef' },
- 'gpsversionid' => { 130 => 0x0, 506 => 'GPSVersionID' },
- 'gradation' => { 317 => 0x50f },
- 'gradientbasedcorractive' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'] },
- 'gradientbasedcorramount' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'] },
- 'gradientbasedcorrblacks2012' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBlacks2012'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBlacks2012'] },
- 'gradientbasedcorrbrightness' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'] },
- 'gradientbasedcorrclarity' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'] },
- 'gradientbasedcorrclarity2012' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'] },
- 'gradientbasedcorrcontrast' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'] },
- 'gradientbasedcorrcontrast2012' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'] },
- 'gradientbasedcorrcorrectionname' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionName'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionName'] },
- 'gradientbasedcorrcorrectionsyncid' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionSyncID'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionSyncID'] },
- 'gradientbasedcorrdefringe' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'] },
- 'gradientbasedcorrdehaze' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDehaze'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDehaze'] },
- 'gradientbasedcorrections' => { 500 => 'GradientBasedCorrections', 502 => 'GradientBasedCorrections' },
- 'gradientbasedcorrexposure' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'] },
- 'gradientbasedcorrexposure2012' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'] },
- 'gradientbasedcorrhighlights2012' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'] },
- 'gradientbasedcorrhue' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHue'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHue'] },
- 'gradientbasedcorrluminancenoise' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'] },
- 'gradientbasedcorrmaskalpha' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'] },
- 'gradientbasedcorrmaskangle' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'] },
- 'gradientbasedcorrmaskbottom' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'] },
- 'gradientbasedcorrmaskcentervalue' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'] },
- 'gradientbasedcorrmaskcenterweight' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'] },
- 'gradientbasedcorrmaskdabs' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'] },
- 'gradientbasedcorrmaskfeather' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'] },
- 'gradientbasedcorrmaskflipped' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'] },
- 'gradientbasedcorrmaskflow' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'] },
- 'gradientbasedcorrmaskfullx' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'] },
- 'gradientbasedcorrmaskfully' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'] },
- 'gradientbasedcorrmaskinputdigest' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'] },
- 'gradientbasedcorrmaskleft' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'] },
- 'gradientbasedcorrmaskmaskactive' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskActive'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskActive'] },
- 'gradientbasedcorrmaskmaskblendmode' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'] },
- 'gradientbasedcorrmaskmaskdigest' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'] },
- 'gradientbasedcorrmaskmaskinverted' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'] },
- 'gradientbasedcorrmaskmaskname' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskName'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskName'] },
- 'gradientbasedcorrmaskmasks' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasks'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasks'] },
- 'gradientbasedcorrmaskmasksalpha' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'] },
- 'gradientbasedcorrmaskmasksangle' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'] },
- 'gradientbasedcorrmaskmasksbottom' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'] },
- 'gradientbasedcorrmaskmaskscentervalue' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'] },
- 'gradientbasedcorrmaskmaskscenterweight' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
- 'gradientbasedcorrmaskmasksdabs' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksDabs'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksDabs'] },
- 'gradientbasedcorrmaskmasksfeather' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'] },
- 'gradientbasedcorrmaskmasksflipped' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'] },
- 'gradientbasedcorrmaskmasksflow' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlow'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlow'] },
- 'gradientbasedcorrmaskmasksfullx' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'] },
- 'gradientbasedcorrmaskmasksfully' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'] },
- 'gradientbasedcorrmaskmasksinputdigest' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'] },
- 'gradientbasedcorrmaskmasksleft' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksLeft'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksLeft'] },
- 'gradientbasedcorrmaskmasksmaskactive' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'] },
- 'gradientbasedcorrmaskmasksmaskblendmode' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
- 'gradientbasedcorrmaskmasksmaskdigest' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
- 'gradientbasedcorrmaskmasksmaskinverted' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
- 'gradientbasedcorrmaskmasksmaskname' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'] },
- 'gradientbasedcorrmaskmasksmasksubtype' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
- 'gradientbasedcorrmaskmasksmasksyncid' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
- 'gradientbasedcorrmaskmasksmaskversion' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
- 'gradientbasedcorrmaskmasksmidpoint' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'] },
- 'gradientbasedcorrmaskmasksorigin' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'] },
- 'gradientbasedcorrmaskmasksperimetervalue' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
- 'gradientbasedcorrmaskmasksradius' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'] },
- 'gradientbasedcorrmaskmasksreferencepoint' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
- 'gradientbasedcorrmaskmasksright' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRight'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRight'] },
- 'gradientbasedcorrmaskmasksroundness' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'] },
- 'gradientbasedcorrmaskmaskssizex' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'] },
- 'gradientbasedcorrmaskmaskssizey' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'] },
- 'gradientbasedcorrmaskmaskstop' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksTop'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksTop'] },
- 'gradientbasedcorrmaskmasksubtype' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'] },
- 'gradientbasedcorrmaskmasksvalue' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'] },
- 'gradientbasedcorrmaskmasksversion' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'] },
- 'gradientbasedcorrmaskmaskswhat' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhat'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhat'] },
- 'gradientbasedcorrmaskmaskswholeimagearea' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
- 'gradientbasedcorrmaskmasksx' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksX'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksX'] },
- 'gradientbasedcorrmaskmasksy' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksY'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksY'] },
- 'gradientbasedcorrmaskmasksyncid' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'] },
- 'gradientbasedcorrmaskmaskszerox' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'] },
- 'gradientbasedcorrmaskmaskszeroy' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'] },
- 'gradientbasedcorrmaskmaskversion' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'] },
- 'gradientbasedcorrmaskmidpoint' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'] },
- 'gradientbasedcorrmaskorigin' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksOrigin'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksOrigin'] },
- 'gradientbasedcorrmaskperimetervalue' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
- 'gradientbasedcorrmaskradius' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'] },
- 'gradientbasedcorrmaskrange' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
- 'gradientbasedcorrmaskrangeareamodels' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
- 'gradientbasedcorrmaskrangeareamodelscolorsampleinfo' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'gradientbasedcorrmaskrangeareamodelscomponents' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'gradientbasedcorrmaskrangecoloramount' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
- 'gradientbasedcorrmaskrangedepthfeather' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
- 'gradientbasedcorrmaskrangedepthmax' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
- 'gradientbasedcorrmaskrangedepthmin' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
- 'gradientbasedcorrmaskrangeinvert' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
- 'gradientbasedcorrmaskrangelumfeather' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
- 'gradientbasedcorrmaskrangeluminancedepthsampleinfo' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'gradientbasedcorrmaskrangelummax' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
- 'gradientbasedcorrmaskrangelummin' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
- 'gradientbasedcorrmaskrangelumrange' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
- 'gradientbasedcorrmaskrangesampletype' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
- 'gradientbasedcorrmaskrangetype' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
- 'gradientbasedcorrmaskrangeversion' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
- 'gradientbasedcorrmaskreferencepoint' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'] },
- 'gradientbasedcorrmaskright' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'] },
- 'gradientbasedcorrmaskroundness' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'] },
- 'gradientbasedcorrmasks' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'] },
- 'gradientbasedcorrmasksizex' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'] },
- 'gradientbasedcorrmasksizey' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'] },
- 'gradientbasedcorrmasktop' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'] },
- 'gradientbasedcorrmaskvalue' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'] },
- 'gradientbasedcorrmaskversion' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'] },
- 'gradientbasedcorrmaskwhat' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'] },
- 'gradientbasedcorrmaskwholeimagearea' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'] },
- 'gradientbasedcorrmaskx' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'] },
- 'gradientbasedcorrmasky' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'] },
- 'gradientbasedcorrmaskzerox' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'] },
- 'gradientbasedcorrmaskzeroy' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'] },
- 'gradientbasedcorrmoire' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'] },
- 'gradientbasedcorrrangemask' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMask'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMask'] },
- 'gradientbasedcorrrangemaskareamodels' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'] },
- 'gradientbasedcorrrangemaskareamodelscolorsampleinfo' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'gradientbasedcorrrangemaskareamodelscomponents' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'gradientbasedcorrrangemaskcoloramount' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'] },
- 'gradientbasedcorrrangemaskdepthfeather' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
- 'gradientbasedcorrrangemaskdepthmax' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'] },
- 'gradientbasedcorrrangemaskdepthmin' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'] },
- 'gradientbasedcorrrangemaskinvert' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'] },
- 'gradientbasedcorrrangemasklumfeather' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'] },
- 'gradientbasedcorrrangemaskluminancedepthsampleinfo' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'gradientbasedcorrrangemasklummax' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'] },
- 'gradientbasedcorrrangemasklummin' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'] },
- 'gradientbasedcorrrangemasklumrange' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'] },
- 'gradientbasedcorrrangemasksampletype' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'] },
- 'gradientbasedcorrrangemasktype' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskType'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskType'] },
- 'gradientbasedcorrrangemaskversion' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'] },
- 'gradientbasedcorrsaturation' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation'] },
- 'gradientbasedcorrshadows2012' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'] },
- 'gradientbasedcorrsharpness' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'] },
- 'gradientbasedcorrtemperature' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'] },
- 'gradientbasedcorrtexture' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTexture'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTexture'] },
- 'gradientbasedcorrtint' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'] },
- 'gradientbasedcorrtoninghue' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'] },
- 'gradientbasedcorrtoningsaturation' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningSaturation'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningSaturation'] },
- 'gradientbasedcorrwhat' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'] },
- 'gradientbasedcorrwhites2012' => { 500 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalWhites2012'], 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalWhites2012'] },
- 'grainamount' => { 500 => 'GrainAmount', 502 => 'GrainAmount' },
- 'graineffectroughness' => { 127 => 0x1047 },
- 'graineffectsize' => { 127 => 0x104c },
- 'grainfrequency' => { 500 => 'GrainFrequency', 502 => 'GrainFrequency' },
- 'grainseed' => { 500 => 'GrainSeed', 502 => 'GrainSeed' },
- 'grainsize' => { 500 => 'GrainSize', 502 => 'GrainSize' },
- 'graymixeraqua' => { 500 => 'GrayMixerAqua', 502 => 'GrayMixerAqua' },
- 'graymixerblue' => { 500 => 'GrayMixerBlue', 502 => 'GrayMixerBlue' },
- 'graymixergreen' => { 500 => 'GrayMixerGreen', 502 => 'GrayMixerGreen' },
- 'graymixermagenta' => { 500 => 'GrayMixerMagenta', 502 => 'GrayMixerMagenta' },
- 'graymixerorange' => { 500 => 'GrayMixerOrange', 502 => 'GrayMixerOrange' },
- 'graymixerpurple' => { 500 => 'GrayMixerPurple', 502 => 'GrayMixerPurple' },
- 'graymixerred' => { 500 => 'GrayMixerRed', 502 => 'GrayMixerRed' },
- 'graymixeryellow' => { 500 => 'GrayMixerYellow', 502 => 'GrayMixerYellow' },
- 'graypoint' => { 476 => 0x8021 },
- 'grayresponseunit' => { 119 => 0x122 },
- 'greencurvelimits' => { 108 => 0x1c4 },
- 'greencurvepoints' => { 107 => 0x53, 108 => 0x19a },
+ 'fujiflashmode' => { 129 => 0x1010 },
+ 'fujimodel' => { 129 => 0x1447 },
+ 'fujimodel2' => { 129 => 0x1448 },
+ 'fullhdhighspeedrec' => { 129 => 0x3824 },
+ 'fullimagesize' => { 442 => 0xb02b },
+ 'fullpanoheightpixels' => { 490 => 'FullPanoHeightPixels', 491 => 'FullPanoHeightPixels' },
+ 'fullpanowidthpixels' => { 490 => 'FullPanoWidthPixels', 491 => 'FullPanoWidthPixels' },
+ 'fullpresssnap' => { 409 => 0x100d },
+ 'fullsizeimage' => { 164 => 'data' },
+ 'fullsizeimagename' => { 164 => '1Name' },
+ 'fullsizeimagetype' => { 164 => '0Type' },
+ 'func1button' => { 302 => '14.1', 303 => '14.1', 313 => '14.1', 315 => 0x63, 316 => 0x63, 317 => 0x63 },
+ 'func1buttonplaybackmode' => { 315 => 0x1a5, 316 => 0x1a5, 317 => 0x1bd },
+ 'func1buttonplusdials' => { 302 => '42.1', 303 => '42.1', 313 => '42.1' },
+ 'func2button' => { 302 => '80.1', 303 => '80.1', 313 => '80.1', 315 => 0x73, 316 => 0x73, 317 => 0x73 },
+ 'func2buttonplaybackmode' => { 315 => 0x1a7, 316 => 0x1a7, 317 => 0x1bf },
+ 'func2buttonplusdials' => { 302 => '81.1' },
+ 'func3button' => { 302 => '83.1', 316 => 0x119, 317 => 0x131 },
+ 'func3buttonplaybackmode' => { 316 => 0x1a9, 317 => 0x1c1 },
+ 'func4button' => { 316 => 0x175, 317 => 0x18d },
+ 'func4buttonplaybackmode' => { 316 => 0x1af, 317 => 0x1c7 },
+ 'funcbutton' => { 299 => ['14.1','15.1'], 300 => '14.1', 308 => '28.1', 309 => '13.1', 312 => '14.1', 314 => '14.1' },
+ 'funcbuttonplusdials' => { 299 => ['14.2','15.2'], 300 => '14.2', 308 => '31.1', 312 => '42.1' },
+ 'functionbutton' => { 306 => '13.1', 310 => '5.2' },
+ 'gainbase' => { 323 => 0x610 },
+ 'gaincontrol' => { 121 => 0xa407, 508 => 'GainControl' },
+ 'gainmapmax' => { 513 => 'GainMapMax' },
+ 'gainmapmin' => { 513 => 'GainMapMin' },
+ 'gamma' => { 121 => 0xa500, 140 => 0x8fe, 330 => 'gAMA', 347 => 0x11c, 509 => 'Gamma', 513 => 'Gamma' },
+ 'gammablackpoint' => { 107 => 0xc },
+ 'gammacolortone' => { 107 => 0x3 },
+ 'gammacompensatedvalue' => { 135 => 0x91 },
+ 'gammacontrast' => { 107 => 0x2 },
+ 'gammacurveoutputrange' => { 107 => 0xf },
+ 'gammahighlight' => { 107 => 0xa },
+ 'gammalinear' => { 105 => 0x20200 },
+ 'gammamidpoint' => { 107 => 0xe },
+ 'gammasaturation' => { 107 => 0x4 },
+ 'gammashadow' => { 107 => 0x9 },
+ 'gammasharpnessstrength' => { 107 => 0x8 },
+ 'gammaunsharpmaskfineness' => { 107 => 0x6 },
+ 'gammaunsharpmaskstrength' => { 107 => 0x5 },
+ 'gammaunsharpmaskthreshold' => { 107 => 0x7 },
+ 'gammawhitepoint' => { 107 => 0xd },
+ 'garminsettings' => { 402 => 'pmcc' },
+ 'garminsoftware' => { 402 => 'uuid' },
+ 'gdalmetadata' => { 121 => 0xa480 },
+ 'gdalnodata' => { 121 => 0xa481 },
+ 'geimagesize' => { 129 => 0x1304 },
+ 'gemake' => { 131 => 0x300 },
+ 'gemodel' => { 131 => 0x207 },
+ 'genre' => { 394 => ['gnre',"\xa9gen"], 396 => 'genre', 402 => ['gnre',"\xa9gen"], 516 => 'Genre', 521 => 'genre', 531 => 'genre' },
+ 'genrecvid' => { 516 => [\'Genre','GenreCvId'] },
+ 'genrecvtermid' => { 516 => [\'Genre','GenreCvTermId'] },
+ 'genrecvtermname' => { 516 => [\'Genre','GenreCvTermName'] },
+ 'genrecvtermrefinedabout' => { 516 => [\'Genre','GenreCvTermRefinedAbout'] },
+ 'genreid' => { 394 => 'geID' },
+ 'geography' => { 522 => 'geography' },
+ 'geologicalcontext' => { 120 => 'GeologicalContext' },
+ 'geologicalcontextbed' => { 120 => [\'GeologicalContext','GeologicalContextBed'] },
+ 'geologicalcontextformation' => { 120 => [\'GeologicalContext','GeologicalContextFormation'] },
+ 'geologicalcontextgroup' => { 120 => [\'GeologicalContext','GeologicalContextGroup'] },
+ 'geologicalcontextid' => { 120 => [\'GeologicalContext','GeologicalContextGeologicalContextID'] },
+ 'geologicalcontextmember' => { 120 => [\'GeologicalContext','GeologicalContextMember'] },
+ 'geosync' => { 122 => 'Geosync' },
+ 'geotag' => { 122 => 'Geotag' },
+ 'geotiffasciiparams' => { 121 => 0x87b1 },
+ 'geotiffdirectory' => { 121 => 0x87af },
+ 'geotiffdoubleparams' => { 121 => 0x87b0 },
+ 'geotime' => { 122 => 'Geotime' },
+ 'giftftppriority' => { 492 => 'GIFTFtpPriority' },
+ 'gimbalpitchdegree' => { 118 => 'GimbalPitchDegree' },
+ 'gimbalreverse' => { 118 => 'GimbalReverse' },
+ 'gimbalrolldegree' => { 118 => 'GimbalRollDegree' },
+ 'gimbalyawdegree' => { 118 => 'GimbalYawDegree' },
+ 'globalaltitude' => { 391 => 0x419 },
+ 'globalangle' => { 391 => 0x40d },
+ 'good' => { 531 => 'good' },
+ 'googlehostheader' => { 394 => 'gshh' },
+ 'googlepingmessage' => { 394 => 'gspm' },
+ 'googlepingurl' => { 394 => 'gspu' },
+ 'googleplusuploadcode' => { 121 => 0x9009 },
+ 'googlesourcedata' => { 394 => 'gssd' },
+ 'googlestarttime' => { 394 => 'gsst' },
+ 'googletrackduration' => { 394 => 'gstd' },
+ 'goprotype' => { 402 => 'GoPr' },
+ 'gpsaltitude' => { 132 => 0x6, 162 => 'Altitude', 508 => 'GPSAltitude' },
+ 'gpsaltituderef' => { 132 => 0x5, 508 => 'GPSAltitudeRef' },
+ 'gpsareainformation' => { 132 => 0x1c, 508 => 'GPSAreaInformation' },
+ 'gpscoordinates' => { 394 => "\xa9xyz", 396 => 'location.ISO6709', 402 => ['@xyz',"\xa9xyz"] },
+ 'gpsdatestamp' => { 132 => 0x1d },
+ 'gpsdatetime' => { 162 => 'DateTime', 508 => 'GPSTimeStamp' },
+ 'gpsdestbearing' => { 132 => 0x18, 162 => 'Bearing', 508 => 'GPSDestBearing' },
+ 'gpsdestbearingref' => { 132 => 0x17, 508 => 'GPSDestBearingRef' },
+ 'gpsdestdistance' => { 132 => 0x1a, 162 => 'Distance', 508 => 'GPSDestDistance' },
+ 'gpsdestdistanceref' => { 132 => 0x19, 508 => 'GPSDestDistanceRef' },
+ 'gpsdestlatitude' => { 132 => 0x14, 508 => 'GPSDestLatitude' },
+ 'gpsdestlatituderef' => { 132 => 0x13 },
+ 'gpsdestlongitude' => { 132 => 0x16, 508 => 'GPSDestLongitude' },
+ 'gpsdestlongituderef' => { 132 => 0x15 },
+ 'gpsdifferential' => { 132 => 0x1e, 162 => 'Differential', 508 => 'GPSDifferential' },
+ 'gpsdop' => { 132 => 0xb, 508 => 'GPSDOP' },
+ 'gpshpositioningerror' => { 132 => 0x1f, 508 => 'GPSHPositioningError' },
+ 'gpsimgdirection' => { 132 => 0x11, 508 => 'GPSImgDirection' },
+ 'gpsimgdirectionref' => { 132 => 0x10, 508 => 'GPSImgDirectionRef' },
+ 'gpslatitude' => { 116 => 'GPS-GPSLatitude', 118 => 'GpsLatitude', 132 => 0x2, 162 => 'Latitude', 508 => 'GPSLatitude' },
+ 'gpslatituderef' => { 132 => 0x1 },
+ 'gpslongitude' => { 116 => 'GPS-GPSLongitude', 118 => 'GpsLongitude', 132 => 0x4, 162 => 'Longitude', 508 => 'GPSLongitude' },
+ 'gpslongituderef' => { 132 => 0x3 },
+ 'gpslongtitude' => { 118 => 'GpsLongtitude' },
+ 'gpsmapdatum' => { 132 => 0x12, 162 => 'Datum', 508 => 'GPSMapDatum' },
+ 'gpsmeasuremode' => { 132 => 0xa, 162 => 'MeasureMode', 508 => 'GPSMeasureMode' },
+ 'gpsposition' => { 116 => 'Exif-GPSPosition' },
+ 'gpsprocessingmethod' => { 132 => 0x1b, 508 => 'GPSProcessingMethod' },
+ 'gpssatellites' => { 132 => 0x8, 162 => 'Satellites', 508 => 'GPSSatellites' },
+ 'gpsspeed' => { 132 => 0xd, 162 => 'Speed', 508 => 'GPSSpeed' },
+ 'gpsspeedref' => { 132 => 0xc, 508 => 'GPSSpeedRef' },
+ 'gpsstatus' => { 132 => 0x9, 508 => 'GPSStatus' },
+ 'gpsstring' => { 140 => 0x402 },
+ 'gpstimestamp' => { 132 => 0x7 },
+ 'gpstrack' => { 132 => 0xf, 162 => 'Heading', 508 => 'GPSTrack' },
+ 'gpstrackref' => { 132 => 0xe, 508 => 'GPSTrackRef' },
+ 'gpsversionid' => { 132 => 0x0, 508 => 'GPSVersionID' },
+ 'gradation' => { 319 => 0x50f },
+ 'gradientbasedcorractive' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'] },
+ 'gradientbasedcorramount' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'] },
+ 'gradientbasedcorrblacks2012' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBlacks2012'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBlacks2012'] },
+ 'gradientbasedcorrbrightness' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'] },
+ 'gradientbasedcorrclarity' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'] },
+ 'gradientbasedcorrclarity2012' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'] },
+ 'gradientbasedcorrcontrast' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'] },
+ 'gradientbasedcorrcontrast2012' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'] },
+ 'gradientbasedcorrcorrectionname' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionName'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionName'] },
+ 'gradientbasedcorrcorrectionsyncid' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionSyncID'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionSyncID'] },
+ 'gradientbasedcorrdefringe' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'] },
+ 'gradientbasedcorrdehaze' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDehaze'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDehaze'] },
+ 'gradientbasedcorrections' => { 502 => 'GradientBasedCorrections', 504 => 'GradientBasedCorrections' },
+ 'gradientbasedcorrexposure' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'] },
+ 'gradientbasedcorrexposure2012' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'] },
+ 'gradientbasedcorrhighlights2012' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'] },
+ 'gradientbasedcorrhue' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHue'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHue'] },
+ 'gradientbasedcorrluminancenoise' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'] },
+ 'gradientbasedcorrmaskalpha' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'] },
+ 'gradientbasedcorrmaskangle' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'] },
+ 'gradientbasedcorrmaskbottom' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'] },
+ 'gradientbasedcorrmaskcentervalue' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'] },
+ 'gradientbasedcorrmaskcenterweight' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'] },
+ 'gradientbasedcorrmaskdabs' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'] },
+ 'gradientbasedcorrmaskfeather' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'] },
+ 'gradientbasedcorrmaskflipped' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'] },
+ 'gradientbasedcorrmaskflow' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'] },
+ 'gradientbasedcorrmaskfullx' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'] },
+ 'gradientbasedcorrmaskfully' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'] },
+ 'gradientbasedcorrmaskinputdigest' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'] },
+ 'gradientbasedcorrmaskleft' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'] },
+ 'gradientbasedcorrmaskmaskactive' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskActive'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskActive'] },
+ 'gradientbasedcorrmaskmaskblendmode' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'] },
+ 'gradientbasedcorrmaskmaskdigest' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'] },
+ 'gradientbasedcorrmaskmaskinverted' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'] },
+ 'gradientbasedcorrmaskmaskname' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskName'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskName'] },
+ 'gradientbasedcorrmaskmasks' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasks'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasks'] },
+ 'gradientbasedcorrmaskmasksalpha' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'] },
+ 'gradientbasedcorrmaskmasksangle' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'] },
+ 'gradientbasedcorrmaskmasksbottom' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'] },
+ 'gradientbasedcorrmaskmaskscentervalue' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'] },
+ 'gradientbasedcorrmaskmaskscenterweight' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
+ 'gradientbasedcorrmaskmasksdabs' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksDabs'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksDabs'] },
+ 'gradientbasedcorrmaskmasksfeather' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'] },
+ 'gradientbasedcorrmaskmasksflipped' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'] },
+ 'gradientbasedcorrmaskmasksflow' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlow'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlow'] },
+ 'gradientbasedcorrmaskmasksfullx' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'] },
+ 'gradientbasedcorrmaskmasksfully' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'] },
+ 'gradientbasedcorrmaskmasksinputdigest' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'] },
+ 'gradientbasedcorrmaskmasksleft' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksLeft'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksLeft'] },
+ 'gradientbasedcorrmaskmasksmaskactive' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'] },
+ 'gradientbasedcorrmaskmasksmaskblendmode' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
+ 'gradientbasedcorrmaskmasksmaskdigest' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
+ 'gradientbasedcorrmaskmasksmaskinverted' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
+ 'gradientbasedcorrmaskmasksmaskname' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'] },
+ 'gradientbasedcorrmaskmasksmasksubtype' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
+ 'gradientbasedcorrmaskmasksmasksyncid' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
+ 'gradientbasedcorrmaskmasksmaskversion' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
+ 'gradientbasedcorrmaskmasksmidpoint' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'] },
+ 'gradientbasedcorrmaskmasksorigin' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'] },
+ 'gradientbasedcorrmaskmasksperimetervalue' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
+ 'gradientbasedcorrmaskmasksradius' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'] },
+ 'gradientbasedcorrmaskmasksreferencepoint' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
+ 'gradientbasedcorrmaskmasksright' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRight'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRight'] },
+ 'gradientbasedcorrmaskmasksroundness' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'] },
+ 'gradientbasedcorrmaskmaskssizex' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'] },
+ 'gradientbasedcorrmaskmaskssizey' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'] },
+ 'gradientbasedcorrmaskmaskstop' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksTop'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksTop'] },
+ 'gradientbasedcorrmaskmasksubtype' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'] },
+ 'gradientbasedcorrmaskmasksvalue' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'] },
+ 'gradientbasedcorrmaskmasksversion' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'] },
+ 'gradientbasedcorrmaskmaskswhat' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhat'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhat'] },
+ 'gradientbasedcorrmaskmaskswholeimagearea' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
+ 'gradientbasedcorrmaskmasksx' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksX'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksX'] },
+ 'gradientbasedcorrmaskmasksy' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksY'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksY'] },
+ 'gradientbasedcorrmaskmasksyncid' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'] },
+ 'gradientbasedcorrmaskmaskszerox' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'] },
+ 'gradientbasedcorrmaskmaskszeroy' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'] },
+ 'gradientbasedcorrmaskmaskversion' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'] },
+ 'gradientbasedcorrmaskmidpoint' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'] },
+ 'gradientbasedcorrmaskorigin' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksOrigin'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksOrigin'] },
+ 'gradientbasedcorrmaskperimetervalue' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
+ 'gradientbasedcorrmaskradius' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'] },
+ 'gradientbasedcorrmaskrange' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
+ 'gradientbasedcorrmaskrangeareamodels' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
+ 'gradientbasedcorrmaskrangeareamodelscolorsampleinfo' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'gradientbasedcorrmaskrangeareamodelscomponents' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'gradientbasedcorrmaskrangecoloramount' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
+ 'gradientbasedcorrmaskrangedepthfeather' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
+ 'gradientbasedcorrmaskrangedepthmax' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
+ 'gradientbasedcorrmaskrangedepthmin' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
+ 'gradientbasedcorrmaskrangeinvert' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
+ 'gradientbasedcorrmaskrangelumfeather' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
+ 'gradientbasedcorrmaskrangeluminancedepthsampleinfo' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'gradientbasedcorrmaskrangelummax' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
+ 'gradientbasedcorrmaskrangelummin' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
+ 'gradientbasedcorrmaskrangelumrange' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
+ 'gradientbasedcorrmaskrangesampletype' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
+ 'gradientbasedcorrmaskrangetype' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
+ 'gradientbasedcorrmaskrangeversion' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
+ 'gradientbasedcorrmaskreferencepoint' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'] },
+ 'gradientbasedcorrmaskright' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'] },
+ 'gradientbasedcorrmaskroundness' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'] },
+ 'gradientbasedcorrmasks' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'] },
+ 'gradientbasedcorrmasksizex' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'] },
+ 'gradientbasedcorrmasksizey' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'] },
+ 'gradientbasedcorrmasktop' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'] },
+ 'gradientbasedcorrmaskvalue' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'] },
+ 'gradientbasedcorrmaskversion' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'] },
+ 'gradientbasedcorrmaskwhat' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'] },
+ 'gradientbasedcorrmaskwholeimagearea' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'] },
+ 'gradientbasedcorrmaskx' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'] },
+ 'gradientbasedcorrmasky' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'] },
+ 'gradientbasedcorrmaskzerox' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'] },
+ 'gradientbasedcorrmaskzeroy' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'] },
+ 'gradientbasedcorrmoire' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'] },
+ 'gradientbasedcorrrangemask' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMask'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMask'] },
+ 'gradientbasedcorrrangemaskareamodels' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'] },
+ 'gradientbasedcorrrangemaskareamodelscolorsampleinfo' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'gradientbasedcorrrangemaskareamodelscomponents' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'gradientbasedcorrrangemaskcoloramount' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'] },
+ 'gradientbasedcorrrangemaskdepthfeather' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
+ 'gradientbasedcorrrangemaskdepthmax' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'] },
+ 'gradientbasedcorrrangemaskdepthmin' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'] },
+ 'gradientbasedcorrrangemaskinvert' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'] },
+ 'gradientbasedcorrrangemasklumfeather' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'] },
+ 'gradientbasedcorrrangemaskluminancedepthsampleinfo' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'gradientbasedcorrrangemasklummax' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'] },
+ 'gradientbasedcorrrangemasklummin' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'] },
+ 'gradientbasedcorrrangemasklumrange' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'] },
+ 'gradientbasedcorrrangemasksampletype' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'] },
+ 'gradientbasedcorrrangemasktype' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskType'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskType'] },
+ 'gradientbasedcorrrangemaskversion' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'] },
+ 'gradientbasedcorrsaturation' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation'] },
+ 'gradientbasedcorrshadows2012' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'] },
+ 'gradientbasedcorrsharpness' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'] },
+ 'gradientbasedcorrtemperature' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'] },
+ 'gradientbasedcorrtexture' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTexture'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTexture'] },
+ 'gradientbasedcorrtint' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'] },
+ 'gradientbasedcorrtoninghue' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'] },
+ 'gradientbasedcorrtoningsaturation' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningSaturation'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningSaturation'] },
+ 'gradientbasedcorrwhat' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'] },
+ 'gradientbasedcorrwhites2012' => { 502 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalWhites2012'], 504 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalWhites2012'] },
+ 'grainamount' => { 502 => 'GrainAmount', 504 => 'GrainAmount' },
+ 'graineffectroughness' => { 129 => 0x1047 },
+ 'graineffectsize' => { 129 => 0x104c },
+ 'grainfrequency' => { 502 => 'GrainFrequency', 504 => 'GrainFrequency' },
+ 'grainseed' => { 502 => 'GrainSeed', 504 => 'GrainSeed' },
+ 'grainsize' => { 502 => 'GrainSize', 504 => 'GrainSize' },
+ 'graymixeraqua' => { 502 => 'GrayMixerAqua', 504 => 'GrayMixerAqua' },
+ 'graymixerblue' => { 502 => 'GrayMixerBlue', 504 => 'GrayMixerBlue' },
+ 'graymixergreen' => { 502 => 'GrayMixerGreen', 504 => 'GrayMixerGreen' },
+ 'graymixermagenta' => { 502 => 'GrayMixerMagenta', 504 => 'GrayMixerMagenta' },
+ 'graymixerorange' => { 502 => 'GrayMixerOrange', 504 => 'GrayMixerOrange' },
+ 'graymixerpurple' => { 502 => 'GrayMixerPurple', 504 => 'GrayMixerPurple' },
+ 'graymixerred' => { 502 => 'GrayMixerRed', 504 => 'GrayMixerRed' },
+ 'graymixeryellow' => { 502 => 'GrayMixerYellow', 504 => 'GrayMixerYellow' },
+ 'graypoint' => { 478 => 0x8021 },
+ 'grayresponseunit' => { 121 => 0x122 },
+ 'greencurvelimits' => { 110 => 0x1c4 },
+ 'greencurvepoints' => { 109 => 0x53, 110 => 0x19a },
'greenghostmitigationstatus' => { 1 => 0x3f },
- 'greenhsl' => { 103 => 0x20913 },
- 'greenhue' => { 500 => 'GreenHue', 502 => 'GreenHue' },
- 'greensaturation' => { 500 => 'GreenSaturation', 502 => 'GreenSaturation' },
- 'griddisplay' => { 297 => '13.3', 298 => '4.3', 300 => '4.2', 301 => '4.2', 302 => '2.2', 306 => '10.5', 307 => '3.4', 308 => '6.1', 310 => '4.4', 311 => '4.2', 312 => '4.2' },
- 'gripbatteryadload' => { 354 => 0x5 },
- 'gripbatteryadnoload' => { 354 => 0x4 },
- 'gripbatterystate' => { 354 => '1.2' },
- 'group' => { 500 => 'Group', 502 => 'Group' },
- 'groupareaafillumination' => { 298 => '46.4', 301 => '47.4', 310 => '47.4' },
- 'grouping' => { 392 => ['grup',"\xa9grp"], 400 => "\xa9grp" },
- 'guid' => { 392 => 'GUID' },
- 'h2resetblackpixels' => { 138 => 0x18a6 },
- 'h3resetblackcolumns' => { 138 => 0x18ce },
- 'h3resetblackpixels' => { 138 => 0x18b0 },
- 'halftonehints' => { 119 => 0x141 },
- 'hardlink' => { 120 => 'HardLink' },
- 'hasalternative' => { 519 => 'hasAlternative' },
- 'hascorrection' => { 519 => 'hasCorrection' },
- 'hascorrectiona-lang' => { 519 => [\'hasCorrection','hasCorrectionA-lang'] },
- 'hascorrectiona-platform' => { 519 => [\'hasCorrection','hasCorrectionA-platform'] },
- 'hascorrectiontext' => { 519 => [\'hasCorrection','hasCorrectionText'] },
- 'hascrop' => { 500 => 'HasCrop', 502 => 'HasCrop' },
- 'hasextendedxmp' => { 531 => 'HasExtendedXMP' },
- 'hassettings' => { 500 => 'HasSettings', 502 => 'HasSettings' },
- 'hastranslation' => { 519 => 'hasTranslation' },
- 'hasvisibleoverprint' => { 534 => 'HasVisibleOverprint' },
- 'hasvisibletransparency' => { 534 => 'HasVisibleTransparency' },
- 'hdmioutputn-log' => { 238 => 0x35a },
- 'hdmioutputresolution' => { 239 => 0x710, 240 => 0x610, 241 => 0x640, 242 => 0x6a8 },
- 'hdmiviewassist' => { 314 => 0x20f, 315 => 0x227 },
- 'hdr' => { 60 => 0x1, 219 => 0x4, 220 => 0x4, 239 => 0x23a, 242 => 0x23a, 340 => 0x9e, 375 => 0x85, 440 => 0x200a },
- 'hdrcapacitymax' => { 511 => 'HDRCapacityMax' },
- 'hdrcapacitymin' => { 511 => 'HDRCapacityMin' },
- 'hdreditmode' => { 500 => 'HDREditMode', 502 => 'HDREditMode' },
- 'hdreffect' => { 60 => 0x2 },
+ 'greenhsl' => { 105 => 0x20913 },
+ 'greenhue' => { 502 => 'GreenHue', 504 => 'GreenHue' },
+ 'greensaturation' => { 502 => 'GreenSaturation', 504 => 'GreenSaturation' },
+ 'griddisplay' => { 299 => '13.3', 300 => '4.3', 302 => '4.2', 303 => '4.2', 304 => '2.2', 308 => '10.5', 309 => '3.4', 310 => '6.1', 312 => '4.4', 313 => '4.2', 314 => '4.2' },
+ 'gripbatteryadload' => { 356 => 0x5 },
+ 'gripbatteryadnoload' => { 356 => 0x4 },
+ 'gripbatterystate' => { 356 => '1.2' },
+ 'group' => { 502 => 'Group', 504 => 'Group' },
+ 'groupareaafillumination' => { 300 => '46.4', 303 => '47.4', 312 => '47.4' },
+ 'grouping' => { 394 => ['grup',"\xa9grp"], 402 => "\xa9grp" },
+ 'guid' => { 394 => 'GUID' },
+ 'h2resetblackpixels' => { 140 => 0x18a6 },
+ 'h3resetblackcolumns' => { 140 => 0x18ce },
+ 'h3resetblackpixels' => { 140 => 0x18b0 },
+ 'halftonehints' => { 121 => 0x141 },
+ 'hardlink' => { 122 => 'HardLink' },
+ 'hasalternative' => { 521 => 'hasAlternative' },
+ 'hascorrection' => { 521 => 'hasCorrection' },
+ 'hascorrectiona-lang' => { 521 => [\'hasCorrection','hasCorrectionA-lang'] },
+ 'hascorrectiona-platform' => { 521 => [\'hasCorrection','hasCorrectionA-platform'] },
+ 'hascorrectiontext' => { 521 => [\'hasCorrection','hasCorrectionText'] },
+ 'hascrop' => { 502 => 'HasCrop', 504 => 'HasCrop' },
+ 'hasextendedxmp' => { 533 => 'HasExtendedXMP' },
+ 'hassettings' => { 502 => 'HasSettings', 504 => 'HasSettings' },
+ 'hastranslation' => { 521 => 'hasTranslation' },
+ 'hasvisibleoverprint' => { 536 => 'HasVisibleOverprint' },
+ 'hasvisibletransparency' => { 536 => 'HasVisibleTransparency' },
+ 'hdmioutputn-log' => { 240 => 0x35a },
+ 'hdmioutputresolution' => { 241 => 0x710, 242 => 0x610, 243 => 0x640, 244 => 0x6a8 },
+ 'hdmiviewassist' => { 316 => 0x20f, 317 => 0x227 },
+ 'hdr' => { 61 => 0x1, 221 => 0x4, 222 => 0x4, 241 => 0x23a, 244 => 0x23a, 342 => 0x9e, 377 => 0x85, 442 => 0x200a },
+ 'hdrcapacitymax' => { 513 => 'HDRCapacityMax' },
+ 'hdrcapacitymin' => { 513 => 'HDRCapacityMin' },
+ 'hdreditmode' => { 502 => 'HDREditMode', 504 => 'HDREditMode' },
+ 'hdreffect' => { 61 => 0x2 },
'hdrgain' => { 1 => 0x30 },
'hdrheadroom' => { 1 => 0x21 },
'hdrimagetype' => { 1 => 0xa },
- 'hdrlevel' => { 219 => 0x5, 220 => 0x5, 239 => 0x246, 242 => 0x246, 429 => 0x2e, 445 => 0x17 },
- 'hdrlevel2' => { 219 => 0x7 },
- 'hdrpmakernote' => { 483 => 'hdrp_makernote' },
- 'hdrsetting' => { 429 => 0x2d, 445 => 0x16, 449 => 0x1148, 450 => 0x1148, 451 => 0x1124, 452 => 0x11a0, 453 => 0x117c, 454 => 0x1034, 455 => 0x22c, 456 => 0x22c, 457 => 0x21f },
- 'hdrshot' => { 340 => 0x76 },
- 'hdrsmoothing' => { 219 => 0x6 },
- 'hdvideo' => { 392 => 'hdvd' },
- 'headline' => { 131 => 0x69, 514 => 'Headline', 517 => 'Headline' },
- 'hierarchicalkeywords' => { 171 => [\'Keywords','KeywordsHierarchy'] },
- 'hierarchicalkeywords1' => { 171 => [\'Keywords','KeywordsHierarchyKeyword'] },
- 'hierarchicalkeywords1applied' => { 171 => [\'Keywords','KeywordsHierarchyApplied'] },
- 'hierarchicalkeywords1children' => { 171 => [\'Keywords','KeywordsHierarchyChildren'] },
- 'hierarchicalkeywords2' => { 171 => [\'Keywords','KeywordsHierarchyChildrenKeyword'] },
- 'hierarchicalkeywords2applied' => { 171 => [\'Keywords','KeywordsHierarchyChildrenApplied'] },
- 'hierarchicalkeywords2children' => { 171 => [\'Keywords','KeywordsHierarchyChildrenChildren'] },
- 'hierarchicalkeywords3' => { 171 => [\'Keywords','KeywordsHierarchyChildrenChildrenKeyword'] },
- 'hierarchicalkeywords3applied' => { 171 => [\'Keywords','KeywordsHierarchyChildrenChildrenApplied'] },
- 'hierarchicalkeywords3children' => { 171 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildren'] },
- 'hierarchicalkeywords4' => { 171 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenKeyword'] },
- 'hierarchicalkeywords4applied' => { 171 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenApplied'] },
- 'hierarchicalkeywords4children' => { 171 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildren'] },
- 'hierarchicalkeywords5' => { 171 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenKeyword'] },
- 'hierarchicalkeywords5applied' => { 171 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenApplied'] },
- 'hierarchicalkeywords5children' => { 171 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildren'] },
- 'hierarchicalkeywords6' => { 171 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenKeyword'] },
- 'hierarchicalkeywords6applied' => { 171 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenApplied'] },
- 'hierarchicalsubject' => { 492 => 'hierarchicalSubject' },
- 'highestbiostratigraphiczone' => { 118 => [\'GeologicalContext','GeologicalContextHighestBiostratigraphicZone'] },
- 'highframerate' => { 239 => 0x48, 241 => 0x48, 242 => 0x48 },
- 'highfrequencyflickerreductionshooting' => { 239 => 0x27c, 241 => 0x27c, 242 => 0x27c },
- 'highisomultiplierblue' => { 345 => 0x1a },
- 'highisomultipliergreen' => { 345 => 0x19 },
- 'highisomultiplierred' => { 345 => 0x18 },
- 'highisonoisereduction' => { 16 => 0xbc, 17 => 0xbd, 20 => 0xbd, 28 => 0xc9, 62 => 0x5, 84 => 0x202, 234 => 0xb1, 375 => 0x71, 427 => 0x2c, 428 => 0x26, 429 => 0x26, 440 => 0x2009, 445 => 0x12, 472 => 0x42 },
- 'highisonoisereduction2' => { 440 => 0xb050 },
- 'highlight' => { 417 => 0xf },
- 'highlight2012' => { 500 => 'Highlight2012', 502 => 'Highlight2012' },
- 'highlightadj' => { 103 => 0x2030c },
- 'highlightcolordistortreduct' => { 476 => 0x8026 },
- 'highlightlinearitylimit' => { 414 => 0xa025 },
- 'highlightprotection' => { 289 => 0x6 },
- 'highlightrecovery' => { 500 => 'HighlightRecovery', 502 => 'HighlightRecovery' },
- 'highlights' => { 440 => 0x2033, 494 => 'Highlights' },
- 'highlights2012' => { 500 => 'Highlights2012', 502 => 'Highlights2012' },
- 'highlightsadj' => { 476 => 0x9019 },
- 'highlightshadow' => { 340 => 0xad },
- 'highlighttone' => { 127 => 0x1041 },
- 'highlighttonepriority' => { 13 => 0x7, 16 => 0x7, 17 => 0x7, 18 => 0x7, 20 => 0x7, 22 => 0x7, 28 => 0x7, 62 => 0x3, 84 => 0x203 },
- 'highlightwarning' => { 340 => 0x8002 },
- 'highlowkeyadj' => { 375 => 0x6c },
- 'highspeedsync' => { 184 => 0x5, 313 => 0x55, 314 => 0x55, 315 => 0x55, 427 => 0x2, 428 => 0x2 },
- 'hintversion' => { 400 => 'hinv' },
- 'histogramxml' => { 290 => 0x83a1a25 },
- 'history' => { 517 => 'History', 530 => 'History' },
- 'historyaction' => { 530 => [\'History','HistoryAction'] },
- 'historychanged' => { 530 => [\'History','HistoryChanged'] },
- 'historyinstanceid' => { 530 => [\'History','HistoryInstanceID'] },
- 'historyparameters' => { 530 => [\'History','HistoryParameters'] },
- 'historysoftwareagent' => { 530 => [\'History','HistorySoftwareAgent'] },
- 'historywhen' => { 530 => [\'History','HistoryWhen'] },
- 'holefilldarkdeltathreshold' => { 138 => 0xc88 },
- 'holefilldeltathreshold' => { 138 => 0xc7e },
- 'hometowncity' => { 113 => 0x3006, 375 => 0x23, 381 => 0x2 },
- 'hometowncitycode' => { 382 => 0x1000 },
- 'hometowndst' => { 375 => 0x25, 381 => '0.2' },
- 'hostcomputer' => { 119 => 0x13c },
- 'hostsoftwarerendering' => { 138 => 0xce7 },
- 'hue' => { 189 => 0x3b, 250 => 0x3d, 251 => 0x45, 375 => 0x67 },
- 'hueadj' => { 293 => 0x2f, 476 => 0x8019 },
- 'hueadjust' => { 407 => 0x1016 },
- 'hueadjustment' => { 182 => 0x4a, 183 => 0x40, 234 => 0x92, 249 => 0x36 },
- 'hueadjustmentaqua' => { 500 => 'HueAdjustmentAqua', 502 => 'HueAdjustmentAqua' },
- 'hueadjustmentblue' => { 500 => 'HueAdjustmentBlue', 502 => 'HueAdjustmentBlue' },
- 'hueadjustmentgreen' => { 500 => 'HueAdjustmentGreen', 502 => 'HueAdjustmentGreen' },
- 'hueadjustmentmagenta' => { 500 => 'HueAdjustmentMagenta', 502 => 'HueAdjustmentMagenta' },
- 'hueadjustmentorange' => { 500 => 'HueAdjustmentOrange', 502 => 'HueAdjustmentOrange' },
- 'hueadjustmentpurple' => { 500 => 'HueAdjustmentPurple', 502 => 'HueAdjustmentPurple' },
- 'hueadjustmentred' => { 500 => 'HueAdjustmentRed', 502 => 'HueAdjustmentRed' },
- 'hueadjustmentyellow' => { 500 => 'HueAdjustmentYellow', 502 => 'HueAdjustmentYellow' },
- 'huesetting' => { 325 => 0x1011 },
- 'humanobservation' => { 118 => 'HumanObservation' },
- 'humanobservationday' => { 118 => [\'HumanObservation','HumanObservationDay'] },
- 'humanobservationearliestdate' => { 118 => [\'HumanObservation','HumanObservationEarliestDate'] },
- 'humanobservationenddayofyear' => { 118 => [\'HumanObservation','HumanObservationEndDayOfYear'] },
- 'humanobservationeventdate' => { 118 => [\'HumanObservation','HumanObservationEventDate'] },
- 'humanobservationeventid' => { 118 => [\'HumanObservation','HumanObservationEventID'] },
- 'humanobservationeventremarks' => { 118 => [\'HumanObservation','HumanObservationEventRemarks'] },
- 'humanobservationeventtime' => { 118 => [\'HumanObservation','HumanObservationEventTime'] },
- 'humanobservationfieldnotes' => { 118 => [\'HumanObservation','HumanObservationFieldNotes'] },
- 'humanobservationfieldnumber' => { 118 => [\'HumanObservation','HumanObservationFieldNumber'] },
- 'humanobservationhabitat' => { 118 => [\'HumanObservation','HumanObservationHabitat'] },
- 'humanobservationlatestdate' => { 118 => [\'HumanObservation','HumanObservationLatestDate'] },
- 'humanobservationmonth' => { 118 => [\'HumanObservation','HumanObservationMonth'] },
- 'humanobservationparenteventid' => { 118 => [\'HumanObservation','HumanObservationParentEventID'] },
- 'humanobservationsamplesizeunit' => { 118 => [\'HumanObservation','HumanObservationSampleSizeUnit'] },
- 'humanobservationsamplesizevalue' => { 118 => [\'HumanObservation','HumanObservationSampleSizeValue'] },
- 'humanobservationsamplingeffort' => { 118 => [\'HumanObservation','HumanObservationSamplingEffort'] },
- 'humanobservationsamplingprotocol' => { 118 => [\'HumanObservation','HumanObservationSamplingProtocol'] },
- 'humanobservationstartdayofyear' => { 118 => [\'HumanObservation','HumanObservationStartDayOfYear'] },
- 'humanobservationverbatimeventdate' => { 118 => [\'HumanObservation','HumanObservationVerbatimEventDate'] },
- 'humanobservationyear' => { 118 => [\'HumanObservation','HumanObservationYear'] },
- 'humidity' => { 119 => 0x9401, 507 => 'Humidity' },
- 'icc_profile' => { 120 => 'ICC_Profile' },
- 'iccprofilename' => { 517 => 'ICCProfile' },
- 'iconuri' => { 400 => 'icnu' },
- 'idccreativestyle' => { 476 => 0x8000 },
- 'idcpreviewlength' => { 476 => 0x202 },
- 'idcpreviewstart' => { 476 => 0x201 },
- 'identification' => { 118 => 'Identification' },
- 'identificationid' => { 118 => [\'Identification','IdentificationIdentificationID'] },
- 'identificationqualifier' => { 118 => [\'Identification','IdentificationIdentificationQualifier'] },
- 'identificationreferences' => { 118 => [\'Identification','IdentificationIdentificationReferences'] },
- 'identificationremarks' => { 118 => [\'Identification','IdentificationIdentificationRemarks'] },
- 'identificationverificationstatus' => { 118 => [\'Identification','IdentificationIdentificationVerificationStatus'] },
- 'identifiedby' => { 118 => [\'Identification','IdentificationIdentifiedBy'] },
- 'identifiedbyid' => { 118 => [\'Identification','IdentificationIdentifiedByID'] },
- 'identifier' => { 503 => 'identifier', 527 => 'Identifier' },
- 'ifcameramodel' => { 138 => 0x9c8 },
- 'illuminantdata1' => { 119 => 0xcd35 },
- 'illuminantdata2' => { 119 => 0xcd36 },
- 'illuminantdata3' => { 119 => 0xcd37 },
- 'illumination' => { 308 => '0.5', 402 => 0x48 },
- 'imageabsolutex' => { 138 => 0x3fe },
- 'imageabsolutey' => { 138 => 0x3ff },
- 'imageadjustment' => { 234 => 0x80, 280 => 0x5 },
- 'imagealterationconstraints' => { 327 => 'ImageAlterationConstraints' },
- 'imagearea' => { 266 => 0x10, 269 => 0x10 },
- 'imageareaoffset' => { 375 => 0x38 },
- 'imageauthentication' => { 234 => 0x20 },
- 'imageboundary' => { 234 => 0x16 },
+ 'hdrlevel' => { 221 => 0x5, 222 => 0x5, 241 => 0x246, 244 => 0x246, 431 => 0x2e, 447 => 0x17 },
+ 'hdrlevel2' => { 221 => 0x7 },
+ 'hdrplusmakernote' => { 485 => 'HdrPlusMakernote' },
+ 'hdrpmakernote' => { 485 => 'hdrp_makernote' },
+ 'hdrsetting' => { 431 => 0x2d, 447 => 0x16, 451 => 0x1148, 452 => 0x1148, 453 => 0x1124, 454 => 0x11a0, 455 => 0x117c, 456 => 0x1034, 457 => 0x22c, 458 => 0x22c, 459 => 0x21f },
+ 'hdrsmoothing' => { 221 => 0x6 },
+ 'hdvideo' => { 394 => 'hdvd' },
+ 'headline' => { 133 => 0x69, 516 => 'Headline', 519 => 'Headline' },
+ 'hierarchicalkeywords' => { 173 => [\'Keywords','KeywordsHierarchy'] },
+ 'hierarchicalkeywords1' => { 173 => [\'Keywords','KeywordsHierarchyKeyword'] },
+ 'hierarchicalkeywords1applied' => { 173 => [\'Keywords','KeywordsHierarchyApplied'] },
+ 'hierarchicalkeywords1children' => { 173 => [\'Keywords','KeywordsHierarchyChildren'] },
+ 'hierarchicalkeywords2' => { 173 => [\'Keywords','KeywordsHierarchyChildrenKeyword'] },
+ 'hierarchicalkeywords2applied' => { 173 => [\'Keywords','KeywordsHierarchyChildrenApplied'] },
+ 'hierarchicalkeywords2children' => { 173 => [\'Keywords','KeywordsHierarchyChildrenChildren'] },
+ 'hierarchicalkeywords3' => { 173 => [\'Keywords','KeywordsHierarchyChildrenChildrenKeyword'] },
+ 'hierarchicalkeywords3applied' => { 173 => [\'Keywords','KeywordsHierarchyChildrenChildrenApplied'] },
+ 'hierarchicalkeywords3children' => { 173 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildren'] },
+ 'hierarchicalkeywords4' => { 173 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenKeyword'] },
+ 'hierarchicalkeywords4applied' => { 173 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenApplied'] },
+ 'hierarchicalkeywords4children' => { 173 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildren'] },
+ 'hierarchicalkeywords5' => { 173 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenKeyword'] },
+ 'hierarchicalkeywords5applied' => { 173 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenApplied'] },
+ 'hierarchicalkeywords5children' => { 173 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildren'] },
+ 'hierarchicalkeywords6' => { 173 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenKeyword'] },
+ 'hierarchicalkeywords6applied' => { 173 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenApplied'] },
+ 'hierarchicalsubject' => { 494 => 'hierarchicalSubject' },
+ 'highestbiostratigraphiczone' => { 120 => [\'GeologicalContext','GeologicalContextHighestBiostratigraphicZone'] },
+ 'highframerate' => { 241 => 0x48, 243 => 0x48, 244 => 0x48 },
+ 'highfrequencyflickerreductionshooting' => { 241 => 0x27c, 243 => 0x27c, 244 => 0x27c },
+ 'highisomultiplierblue' => { 347 => 0x1a },
+ 'highisomultipliergreen' => { 347 => 0x19 },
+ 'highisomultiplierred' => { 347 => 0x18 },
+ 'highisonoisereduction' => { 16 => 0xbc, 17 => 0xbd, 20 => 0xbd, 28 => 0xc9, 63 => 0x5, 86 => 0x202, 236 => 0xb1, 377 => 0x71, 429 => 0x2c, 430 => 0x26, 431 => 0x26, 442 => 0x2009, 447 => 0x12, 474 => 0x42 },
+ 'highisonoisereduction2' => { 442 => 0xb050 },
+ 'highlight' => { 419 => 0xf },
+ 'highlight2012' => { 502 => 'Highlight2012', 504 => 'Highlight2012' },
+ 'highlightadj' => { 105 => 0x2030c },
+ 'highlightcolordistortreduct' => { 478 => 0x8026 },
+ 'highlightlinearitylimit' => { 416 => 0xa025 },
+ 'highlightprotection' => { 291 => 0x6 },
+ 'highlightrecovery' => { 502 => 'HighlightRecovery', 504 => 'HighlightRecovery' },
+ 'highlights' => { 442 => 0x2033, 496 => 'Highlights' },
+ 'highlights2012' => { 502 => 'Highlights2012', 504 => 'Highlights2012' },
+ 'highlightsadj' => { 478 => 0x9019 },
+ 'highlightshadow' => { 342 => 0xad },
+ 'highlighttone' => { 129 => 0x1041 },
+ 'highlighttonepriority' => { 13 => 0x7, 16 => 0x7, 17 => 0x7, 18 => 0x7, 20 => 0x7, 22 => 0x7, 28 => 0x7, 63 => 0x3, 86 => 0x203 },
+ 'highlightwarning' => { 342 => 0x8002 },
+ 'highlowkeyadj' => { 377 => 0x6c },
+ 'highspeedsync' => { 186 => 0x5, 315 => 0x55, 316 => 0x55, 317 => 0x55, 429 => 0x2, 430 => 0x2 },
+ 'hintversion' => { 402 => 'hinv' },
+ 'histogramxml' => { 292 => 0x83a1a25 },
+ 'history' => { 519 => 'History', 532 => 'History' },
+ 'historyaction' => { 532 => [\'History','HistoryAction'] },
+ 'historychanged' => { 532 => [\'History','HistoryChanged'] },
+ 'historyinstanceid' => { 532 => [\'History','HistoryInstanceID'] },
+ 'historyparameters' => { 532 => [\'History','HistoryParameters'] },
+ 'historysoftwareagent' => { 532 => [\'History','HistorySoftwareAgent'] },
+ 'historywhen' => { 532 => [\'History','HistoryWhen'] },
+ 'holefilldarkdeltathreshold' => { 140 => 0xc88 },
+ 'holefilldeltathreshold' => { 140 => 0xc7e },
+ 'hometowncity' => { 115 => 0x3006, 377 => 0x23, 383 => 0x2 },
+ 'hometowncitycode' => { 384 => 0x1000 },
+ 'hometowndst' => { 377 => 0x25, 383 => '0.2' },
+ 'hostcomputer' => { 121 => 0x13c },
+ 'hostsoftwarerendering' => { 140 => 0xce7 },
+ 'hue' => { 191 => 0x3b, 252 => 0x3d, 253 => 0x45, 377 => 0x67 },
+ 'hueadj' => { 295 => 0x2f, 478 => 0x8019 },
+ 'hueadjust' => { 409 => 0x1016 },
+ 'hueadjustment' => { 184 => 0x4a, 185 => 0x40, 236 => 0x92, 251 => 0x36 },
+ 'hueadjustmentaqua' => { 502 => 'HueAdjustmentAqua', 504 => 'HueAdjustmentAqua' },
+ 'hueadjustmentblue' => { 502 => 'HueAdjustmentBlue', 504 => 'HueAdjustmentBlue' },
+ 'hueadjustmentgreen' => { 502 => 'HueAdjustmentGreen', 504 => 'HueAdjustmentGreen' },
+ 'hueadjustmentmagenta' => { 502 => 'HueAdjustmentMagenta', 504 => 'HueAdjustmentMagenta' },
+ 'hueadjustmentorange' => { 502 => 'HueAdjustmentOrange', 504 => 'HueAdjustmentOrange' },
+ 'hueadjustmentpurple' => { 502 => 'HueAdjustmentPurple', 504 => 'HueAdjustmentPurple' },
+ 'hueadjustmentred' => { 502 => 'HueAdjustmentRed', 504 => 'HueAdjustmentRed' },
+ 'hueadjustmentyellow' => { 502 => 'HueAdjustmentYellow', 504 => 'HueAdjustmentYellow' },
+ 'huesetting' => { 327 => 0x1011 },
+ 'humanobservation' => { 120 => 'HumanObservation' },
+ 'humanobservationday' => { 120 => [\'HumanObservation','HumanObservationDay'] },
+ 'humanobservationearliestdate' => { 120 => [\'HumanObservation','HumanObservationEarliestDate'] },
+ 'humanobservationenddayofyear' => { 120 => [\'HumanObservation','HumanObservationEndDayOfYear'] },
+ 'humanobservationeventdate' => { 120 => [\'HumanObservation','HumanObservationEventDate'] },
+ 'humanobservationeventid' => { 120 => [\'HumanObservation','HumanObservationEventID'] },
+ 'humanobservationeventremarks' => { 120 => [\'HumanObservation','HumanObservationEventRemarks'] },
+ 'humanobservationeventtime' => { 120 => [\'HumanObservation','HumanObservationEventTime'] },
+ 'humanobservationfieldnotes' => { 120 => [\'HumanObservation','HumanObservationFieldNotes'] },
+ 'humanobservationfieldnumber' => { 120 => [\'HumanObservation','HumanObservationFieldNumber'] },
+ 'humanobservationhabitat' => { 120 => [\'HumanObservation','HumanObservationHabitat'] },
+ 'humanobservationlatestdate' => { 120 => [\'HumanObservation','HumanObservationLatestDate'] },
+ 'humanobservationmonth' => { 120 => [\'HumanObservation','HumanObservationMonth'] },
+ 'humanobservationparenteventid' => { 120 => [\'HumanObservation','HumanObservationParentEventID'] },
+ 'humanobservationsamplesizeunit' => { 120 => [\'HumanObservation','HumanObservationSampleSizeUnit'] },
+ 'humanobservationsamplesizevalue' => { 120 => [\'HumanObservation','HumanObservationSampleSizeValue'] },
+ 'humanobservationsamplingeffort' => { 120 => [\'HumanObservation','HumanObservationSamplingEffort'] },
+ 'humanobservationsamplingprotocol' => { 120 => [\'HumanObservation','HumanObservationSamplingProtocol'] },
+ 'humanobservationstartdayofyear' => { 120 => [\'HumanObservation','HumanObservationStartDayOfYear'] },
+ 'humanobservationverbatimeventdate' => { 120 => [\'HumanObservation','HumanObservationVerbatimEventDate'] },
+ 'humanobservationyear' => { 120 => [\'HumanObservation','HumanObservationYear'] },
+ 'humidity' => { 121 => 0x9401, 509 => 'Humidity' },
+ 'icc_profile' => { 122 => 'ICC_Profile' },
+ 'iccprofilename' => { 519 => 'ICCProfile' },
+ 'iconuri' => { 402 => 'icnu' },
+ 'idccreativestyle' => { 478 => 0x8000 },
+ 'idcpreviewlength' => { 478 => 0x202 },
+ 'idcpreviewstart' => { 478 => 0x201 },
+ 'identification' => { 120 => 'Identification' },
+ 'identificationid' => { 120 => [\'Identification','IdentificationIdentificationID'] },
+ 'identificationqualifier' => { 120 => [\'Identification','IdentificationIdentificationQualifier'] },
+ 'identificationreferences' => { 120 => [\'Identification','IdentificationIdentificationReferences'] },
+ 'identificationremarks' => { 120 => [\'Identification','IdentificationIdentificationRemarks'] },
+ 'identificationverificationstatus' => { 120 => [\'Identification','IdentificationIdentificationVerificationStatus'] },
+ 'identifiedby' => { 120 => [\'Identification','IdentificationIdentifiedBy'] },
+ 'identifiedbyid' => { 120 => [\'Identification','IdentificationIdentifiedByID'] },
+ 'identifier' => { 505 => 'identifier', 529 => 'Identifier' },
+ 'ifcameramodel' => { 140 => 0x9c8 },
+ 'illuminantdata1' => { 121 => 0xcd35 },
+ 'illuminantdata2' => { 121 => 0xcd36 },
+ 'illuminantdata3' => { 121 => 0xcd37 },
+ 'illumination' => { 310 => '0.5', 404 => 0x48 },
+ 'imageabsolutex' => { 140 => 0x3fe },
+ 'imageabsolutey' => { 140 => 0x3ff },
+ 'imageadjustment' => { 236 => 0x80, 282 => 0x5 },
+ 'imagealterationconstraints' => { 329 => 'ImageAlterationConstraints' },
+ 'imagearea' => { 268 => 0x10, 271 => 0x10 },
+ 'imageareaoffset' => { 377 => 0x38 },
+ 'imageauthentication' => { 236 => 0x20 },
+ 'imageboundary' => { 236 => 0x16 },
'imagecapturerequestid' => { 1 => 0x20 },
'imagecapturetype' => { 1 => 0x14 },
- 'imagecount' => { 127 => 0x1438, 234 => 0xa5, 443 => 0x11b },
- 'imagecreator' => { 327 => 'ImageCreator' },
- 'imagecreatorid' => { 327 => [\'ImageCreator','ImageCreatorImageCreatorID'] },
- 'imagecreatorimageid' => { 327 => 'ImageCreatorImageID' },
- 'imagecreatorname' => { 327 => [\'ImageCreator','ImageCreatorImageCreatorName'] },
- 'imagecropx' => { 138 => 0x41f },
- 'imagecropy' => { 138 => 0x420 },
- 'imagedata' => { 487 => 'Data' },
- 'imagedatasize' => { 234 => 0xa2 },
- 'imagedescription' => { 119 => 0x10e, 525 => 'ImageDescription' },
- 'imageduplicationconstraints' => { 327 => 'ImageDuplicationConstraints' },
- 'imagedustoff' => { 290 => 0xfe443a45 },
- 'imageeditcount' => { 375 => 0x41 },
- 'imageediting' => { 375 => 0x32 },
- 'imageeditingsoftware' => { 119 => 0xa43b },
- 'imageeditor' => { 119 => 0xa438 },
- 'imageeffects' => { 407 => 0x1010 },
- 'imagefileconstraints' => { 327 => 'ImageFileConstraints' },
- 'imagefileformatasdelivered' => { 327 => 'ImageFileFormatAsDelivered' },
- 'imagefilesizeasdelivered' => { 327 => 'ImageFileSizeAsDelivered' },
- 'imagegeneration' => { 127 => 0x1436 },
- 'imageheight' => { 119 => 0x101, 188 => 0xc, 384 => 0x10d, 485 => 'ImageHeight', 525 => 'ImageLength' },
- 'imagehistory' => { 119 => 0x9213, 505 => 'ImageHistory' },
- 'imageidnumber' => { 335 => 0x340 },
- 'imagemimetype' => { 487 => 'Mime' },
- 'imagenumber' => { 119 => 0x9211, 156 => 'ImageNumber', 182 => 0xae, 183 => 0x5e, 384 => 0x113, 427 => 0x9b, 429 => [0x400,'276.1',0x314], 497 => 'ImageNumber' },
- 'imagenumber2' => { 183 => 0x62 },
- 'imageoptimization' => { 234 => 0xa9 },
- 'imageorientation' => { 131 => 0x83 },
- 'imageprocessing' => { 234 => 0x1a },
- 'imageprocessingfiledatecreated' => { 138 => 0xc81 },
- 'imageprocessingfiletagsversionnumber' => { 138 => 0xc80 },
+ 'imagecount' => { 129 => 0x1438, 236 => 0xa5, 445 => 0x11b },
+ 'imagecreator' => { 329 => 'ImageCreator' },
+ 'imagecreatorid' => { 329 => [\'ImageCreator','ImageCreatorImageCreatorID'] },
+ 'imagecreatorimageid' => { 329 => 'ImageCreatorImageID' },
+ 'imagecreatorname' => { 329 => [\'ImageCreator','ImageCreatorImageCreatorName'] },
+ 'imagecropx' => { 140 => 0x41f },
+ 'imagecropy' => { 140 => 0x420 },
+ 'imagedata' => { 489 => 'Data' },
+ 'imagedatasize' => { 236 => 0xa2 },
+ 'imagedescription' => { 121 => 0x10e, 527 => 'ImageDescription' },
+ 'imageduplicationconstraints' => { 329 => 'ImageDuplicationConstraints' },
+ 'imagedustoff' => { 292 => 0xfe443a45 },
+ 'imageeditcount' => { 377 => 0x41 },
+ 'imageediting' => { 377 => 0x32 },
+ 'imageeditingsoftware' => { 121 => 0xa43b },
+ 'imageeditor' => { 121 => 0xa438 },
+ 'imageeffects' => { 409 => 0x1010 },
+ 'imagefileconstraints' => { 329 => 'ImageFileConstraints' },
+ 'imagefileformatasdelivered' => { 329 => 'ImageFileFormatAsDelivered' },
+ 'imagefilesizeasdelivered' => { 329 => 'ImageFileSizeAsDelivered' },
+ 'imagegeneration' => { 129 => 0x1436 },
+ 'imageheight' => { 121 => 0x101, 190 => 0xc, 386 => 0x10d, 487 => 'ImageHeight', 527 => 'ImageLength' },
+ 'imagehistory' => { 121 => 0x9213, 507 => 'ImageHistory' },
+ 'imageidnumber' => { 337 => 0x340 },
+ 'imagemimetype' => { 489 => 'Mime' },
+ 'imagenumber' => { 121 => 0x9211, 158 => 'ImageNumber', 184 => 0xae, 185 => 0x5e, 386 => 0x113, 429 => 0x9b, 431 => [0x400,'276.1',0x314], 499 => 'ImageNumber' },
+ 'imagenumber2' => { 185 => 0x62 },
+ 'imageoptimization' => { 236 => 0xa9 },
+ 'imageorientation' => { 133 => 0x83 },
+ 'imageprocessing' => { 236 => 0x1a },
+ 'imageprocessingfiledatecreated' => { 140 => 0xc81 },
+ 'imageprocessingfiletagsversionnumber' => { 140 => 0xc80 },
'imageprocessingflags' => { 1 => 0x19 },
- 'imageprocessingversion' => { 321 => 0x0 },
- 'imagequality' => { 156 => 'ImageQuality', 268 => '723.2', 269 => '732.2', 277 => '708.1', 340 => 0x1 },
- 'imagequality2' => { 317 => 0x603 },
- 'imagerank' => { 490 => 'ImageRank' },
- 'imagerbiassettlingdelaymsec' => { 138 => 0x600 },
- 'imagerboardversion' => { 138 => 0x439 },
- 'imagercols' => { 138 => 0x17d4 },
- 'imageref' => { 512 => 'ImageRef' },
- 'imageregion' => { 514 => 'ImageRegion' },
- 'imageregionboundary' => { 514 => [\'ImageRegion','ImageRegionRegionBoundary'] },
- 'imageregionboundaryh' => { 514 => [\'ImageRegion','ImageRegionRegionBoundaryRbH'] },
- 'imageregionboundaryrx' => { 514 => [\'ImageRegion','ImageRegionRegionBoundaryRbRx'] },
- 'imageregionboundaryshape' => { 514 => [\'ImageRegion','ImageRegionRegionBoundaryRbShape'] },
- 'imageregionboundaryunit' => { 514 => [\'ImageRegion','ImageRegionRegionBoundaryRbUnit'] },
- 'imageregionboundaryvertices' => { 514 => [\'ImageRegion','ImageRegionRegionBoundaryRbVertices'] },
- 'imageregionboundaryverticesx' => { 514 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbX'] },
- 'imageregionboundaryverticesy' => { 514 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbY'] },
- 'imageregionboundaryw' => { 514 => [\'ImageRegion','ImageRegionRegionBoundaryRbW'] },
- 'imageregionboundaryx' => { 514 => [\'ImageRegion','ImageRegionRegionBoundaryRbX'] },
- 'imageregionboundaryy' => { 514 => [\'ImageRegion','ImageRegionRegionBoundaryRbY'] },
- 'imageregionctype' => { 514 => [\'ImageRegion','ImageRegionRCtype'] },
- 'imageregionctypeidentifier' => { 514 => [\'ImageRegion','ImageRegionRCtypeIdentifier'] },
- 'imageregionctypename' => { 514 => [\'ImageRegion','ImageRegionRCtypeName'] },
- 'imageregionid' => { 514 => [\'ImageRegion','ImageRegionRId'] },
- 'imageregionname' => { 514 => [\'ImageRegion','ImageRegionName'] },
- 'imageregionrole' => { 514 => [\'ImageRegion','ImageRegionRRole'] },
- 'imageregionroleidentifier' => { 514 => [\'ImageRegion','ImageRegionRRoleIdentifier'] },
- 'imageregionrolename' => { 514 => [\'ImageRegion','ImageRegionRRoleName'] },
- 'imageresolution' => { 138 => 0x944 },
- 'imageresolutionjpg' => { 138 => 0x945 },
- 'imagereview' => { 299 => '0.4', 308 => '0.4' },
- 'imagereviewmonitorofftime' => { 298 => '21.1', 300 => '21.1', 301 => '21.1', 305 => '20.1', 310 => '21.1', 311 => '21.1', 313 => 0x39, 314 => 0x39, 315 => 0x39 },
- 'imagereviewtime' => { 297 => '25.1', 299 => '2.1', 302 => '19.1', 303 => '20.1', 304 => '20.1', 306 => '9.2', 307 => '20.1', 312 => '21.2' },
- 'imagerfiledatecreated' => { 138 => 0x9c5 },
- 'imagerfileproductionlevel' => { 138 => 0x9c4 },
- 'imagerfiletagsversionstandard' => { 138 => 0x9c7 },
- 'imagerotated' => { 151 => 0x2a },
- 'imagerpowerondelaymsec' => { 138 => 0x5fd },
- 'imagerrows' => { 138 => 0x17de },
- 'imagesegmentlines' => { 138 => 0x184d },
- 'imagesegmentstartline' => { 138 => 0x184c },
- 'imagesize' => { 162 => 'ImageSize' },
- 'imagesizeraw' => { 234 => 0x3e },
- 'imagesizerestriction' => { 522 => 'imageSizeRestriction' },
- 'imagesourcedata' => { 119 => 0x935c },
- 'imagespace' => { 138 => 0x909 },
- 'imagestabilization' => { 34 => 0x22, 113 => 0x3020, 127 => 0x1422, 156 => 'ImageStabilization', 182 => 0xbd, 183 => 0x71, 184 => 0x57, 185 => 0x0, 186 => [0x18,0x107,0x113], 187 => 0x49c2, 234 => 0xac, 317 => 0x604, 320 => 0x1600, 340 => 0x1a, 432 => 0x12, 433 => 0x11, 440 => 0xb026 },
- 'imagestabilization2' => { 431 => 0xa },
- 'imagestabilizationsetting' => { 187 => 0x14, 427 => 0x3d, 428 => 0x3d, 438 => 0x14 },
- 'imagestyle' => { 427 => 0x2d, 428 => 0x27 },
- 'imagesupplier' => { 327 => 'ImageSupplier' },
- 'imagesupplierid' => { 327 => [\'ImageSupplier','ImageSupplierImageSupplierID'] },
- 'imagesupplierimageid' => { 327 => 'ImageSupplierImageID' },
- 'imagesuppliername' => { 327 => [\'ImageSupplier','ImageSupplierImageSupplierName'] },
- 'imagetemperaturemax' => { 121 => 0x1 },
- 'imagetemperaturemin' => { 121 => 0x2 },
- 'imagetone' => { 375 => 0x4f },
- 'imagetype' => { 131 => 0x82, 327 => 'ImageType' },
- 'imageuniqueid' => { 1 => 0x15, 64 => 0x28, 119 => 0xa420, 505 => 'ImageUniqueID', 506 => 'ImageUniqueID' },
- 'imagewidth' => { 119 => 0x100, 188 => 0xe, 384 => 0x10c, 485 => 'ImageWidth', 525 => 'ImageWidth' },
- 'inclinationangle' => { 476 => 0x900f },
- 'inclinationcorrection' => { 476 => 0x900e },
- 'incrementaltemperature' => { 500 => 'IncrementalTemperature', 502 => 'IncrementalTemperature' },
- 'incrementaltint' => { 500 => 'IncrementalTint', 502 => 'IncrementalTint' },
- 'industry' => { 519 => 'industry', 520 => 'industry' },
- 'infobuttonwhenshooting' => { 84 => 0x409 },
- 'information' => { 394 => 'information', 400 => "\xa9inf" },
- 'infourl' => { 400 => 'infu' },
- 'infraredilluminator' => { 401 => 0x28 },
- 'ingredientexclusion' => { 521 => 'ingredientExclusion' },
- 'ingredients' => { 530 => 'Ingredients' },
- 'ingredientsalternatepaths' => { 530 => [\'Ingredients','IngredientsAlternatePaths'] },
- 'ingredientsdocumentid' => { 530 => [\'Ingredients','IngredientsDocumentID'] },
- 'ingredientsfilepath' => { 530 => [\'Ingredients','IngredientsFilePath'] },
- 'ingredientsfrompart' => { 530 => [\'Ingredients','IngredientsFromPart'] },
- 'ingredientsinstanceid' => { 530 => [\'Ingredients','IngredientsInstanceID'] },
- 'ingredientslastmodifydate' => { 530 => [\'Ingredients','IngredientsLastModifyDate'] },
- 'ingredientslasturl' => { 530 => [\'Ingredients','IngredientsLastURL'] },
- 'ingredientslinkcategory' => { 530 => [\'Ingredients','IngredientsLinkCategory'] },
- 'ingredientslinkform' => { 530 => [\'Ingredients','IngredientsLinkForm'] },
- 'ingredientsmanager' => { 530 => [\'Ingredients','IngredientsManager'] },
- 'ingredientsmanagervariant' => { 530 => [\'Ingredients','IngredientsManagerVariant'] },
- 'ingredientsmanageto' => { 530 => [\'Ingredients','IngredientsManageTo'] },
- 'ingredientsmanageui' => { 530 => [\'Ingredients','IngredientsManageUI'] },
- 'ingredientsmaskmarkers' => { 530 => [\'Ingredients','IngredientsMaskMarkers'] },
- 'ingredientsoriginaldocumentid' => { 530 => [\'Ingredients','IngredientsOriginalDocumentID'] },
- 'ingredientspartmapping' => { 530 => [\'Ingredients','IngredientsPartMapping'] },
- 'ingredientsplacedresolutionunit' => { 530 => [\'Ingredients','IngredientsPlacedResolutionUnit'] },
- 'ingredientsplacedxresolution' => { 530 => [\'Ingredients','IngredientsPlacedXResolution'] },
- 'ingredientsplacedyresolution' => { 530 => [\'Ingredients','IngredientsPlacedYResolution'] },
- 'ingredientsrenditionclass' => { 530 => [\'Ingredients','IngredientsRenditionClass'] },
- 'ingredientsrenditionparams' => { 530 => [\'Ingredients','IngredientsRenditionParams'] },
- 'ingredientstopart' => { 530 => [\'Ingredients','IngredientsToPart'] },
- 'ingredientsversionid' => { 530 => [\'Ingredients','IngredientsVersionID'] },
- 'initialafpointaiservoaf' => { 84 => 0x51e },
+ 'imageprocessingversion' => { 323 => 0x0 },
+ 'imagequality' => { 158 => 'ImageQuality', 270 => '723.2', 271 => '732.2', 279 => '708.1', 342 => 0x1 },
+ 'imagequality2' => { 319 => 0x603 },
+ 'imagerank' => { 492 => 'ImageRank' },
+ 'imagerbiassettlingdelaymsec' => { 140 => 0x600 },
+ 'imagerboardversion' => { 140 => 0x439 },
+ 'imagercols' => { 140 => 0x17d4 },
+ 'imageref' => { 514 => 'ImageRef' },
+ 'imageregion' => { 516 => 'ImageRegion' },
+ 'imageregionboundary' => { 516 => [\'ImageRegion','ImageRegionRegionBoundary'] },
+ 'imageregionboundaryh' => { 516 => [\'ImageRegion','ImageRegionRegionBoundaryRbH'] },
+ 'imageregionboundaryrx' => { 516 => [\'ImageRegion','ImageRegionRegionBoundaryRbRx'] },
+ 'imageregionboundaryshape' => { 516 => [\'ImageRegion','ImageRegionRegionBoundaryRbShape'] },
+ 'imageregionboundaryunit' => { 516 => [\'ImageRegion','ImageRegionRegionBoundaryRbUnit'] },
+ 'imageregionboundaryvertices' => { 516 => [\'ImageRegion','ImageRegionRegionBoundaryRbVertices'] },
+ 'imageregionboundaryverticesx' => { 516 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbX'] },
+ 'imageregionboundaryverticesy' => { 516 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbY'] },
+ 'imageregionboundaryw' => { 516 => [\'ImageRegion','ImageRegionRegionBoundaryRbW'] },
+ 'imageregionboundaryx' => { 516 => [\'ImageRegion','ImageRegionRegionBoundaryRbX'] },
+ 'imageregionboundaryy' => { 516 => [\'ImageRegion','ImageRegionRegionBoundaryRbY'] },
+ 'imageregionctype' => { 516 => [\'ImageRegion','ImageRegionRCtype'] },
+ 'imageregionctypeidentifier' => { 516 => [\'ImageRegion','ImageRegionRCtypeIdentifier'] },
+ 'imageregionctypename' => { 516 => [\'ImageRegion','ImageRegionRCtypeName'] },
+ 'imageregionid' => { 516 => [\'ImageRegion','ImageRegionRId'] },
+ 'imageregionname' => { 516 => [\'ImageRegion','ImageRegionName'] },
+ 'imageregionrole' => { 516 => [\'ImageRegion','ImageRegionRRole'] },
+ 'imageregionroleidentifier' => { 516 => [\'ImageRegion','ImageRegionRRoleIdentifier'] },
+ 'imageregionrolename' => { 516 => [\'ImageRegion','ImageRegionRRoleName'] },
+ 'imageresolution' => { 140 => 0x944 },
+ 'imageresolutionjpg' => { 140 => 0x945 },
+ 'imagereview' => { 301 => '0.4', 310 => '0.4' },
+ 'imagereviewmonitorofftime' => { 300 => '21.1', 302 => '21.1', 303 => '21.1', 307 => '20.1', 312 => '21.1', 313 => '21.1', 315 => 0x39, 316 => 0x39, 317 => 0x39 },
+ 'imagereviewtime' => { 299 => '25.1', 301 => '2.1', 304 => '19.1', 305 => '20.1', 306 => '20.1', 308 => '9.2', 309 => '20.1', 314 => '21.2' },
+ 'imagerfiledatecreated' => { 140 => 0x9c5 },
+ 'imagerfileproductionlevel' => { 140 => 0x9c4 },
+ 'imagerfiletagsversionstandard' => { 140 => 0x9c7 },
+ 'imagerotated' => { 153 => 0x2a },
+ 'imagerpowerondelaymsec' => { 140 => 0x5fd },
+ 'imagerrows' => { 140 => 0x17de },
+ 'imagesegmentlines' => { 140 => 0x184d },
+ 'imagesegmentstartline' => { 140 => 0x184c },
+ 'imagesequenceinfo' => { 121 => 0xcd44 },
+ 'imagesize' => { 164 => 'ImageSize' },
+ 'imagesizeraw' => { 236 => 0x3e },
+ 'imagesizerestriction' => { 524 => 'imageSizeRestriction' },
+ 'imagesourcedata' => { 121 => 0x935c },
+ 'imagespace' => { 140 => 0x909 },
+ 'imagestabilization' => { 35 => 0x22, 115 => 0x3020, 129 => 0x1422, 158 => 'ImageStabilization', 184 => 0xbd, 185 => 0x71, 186 => 0x57, 187 => 0x0, 188 => [0x18,0x107,0x113], 189 => 0x49c2, 236 => 0xac, 319 => 0x604, 322 => 0x1600, 342 => 0x1a, 434 => 0x12, 435 => 0x11, 442 => 0xb026 },
+ 'imagestabilization2' => { 433 => 0xa },
+ 'imagestabilizationsetting' => { 189 => 0x14, 429 => 0x3d, 430 => 0x3d, 440 => 0x14 },
+ 'imagestats' => { 121 => 0xcd46 },
+ 'imagestyle' => { 429 => 0x2d, 430 => 0x27 },
+ 'imagesupplier' => { 329 => 'ImageSupplier' },
+ 'imagesupplierid' => { 329 => [\'ImageSupplier','ImageSupplierImageSupplierID'] },
+ 'imagesupplierimageid' => { 329 => 'ImageSupplierImageID' },
+ 'imagesuppliername' => { 329 => [\'ImageSupplier','ImageSupplierImageSupplierName'] },
+ 'imagetemperaturemax' => { 123 => 0x1 },
+ 'imagetemperaturemin' => { 123 => 0x2 },
+ 'imagetone' => { 377 => 0x4f },
+ 'imagetype' => { 133 => 0x82, 329 => 'ImageType' },
+ 'imageuniqueid' => { 1 => 0x15, 65 => 0x28, 121 => 0xa420, 507 => 'ImageUniqueID', 508 => 'ImageUniqueID' },
+ 'imagewidth' => { 121 => 0x100, 190 => 0xe, 386 => 0x10c, 487 => 'ImageWidth', 527 => 'ImageWidth' },
+ 'inclinationangle' => { 478 => 0x900f },
+ 'inclinationcorrection' => { 478 => 0x900e },
+ 'incrementaltemperature' => { 502 => 'IncrementalTemperature', 504 => 'IncrementalTemperature' },
+ 'incrementaltint' => { 502 => 'IncrementalTint', 504 => 'IncrementalTint' },
+ 'industry' => { 521 => 'industry', 522 => 'industry' },
+ 'infobuttonwhenshooting' => { 86 => 0x409 },
+ 'information' => { 396 => 'information', 402 => "\xa9inf" },
+ 'infourl' => { 402 => 'infu' },
+ 'infraredilluminator' => { 403 => 0x28 },
+ 'ingredientexclusion' => { 523 => 'ingredientExclusion' },
+ 'ingredients' => { 532 => 'Ingredients' },
+ 'ingredientsalternatepaths' => { 532 => [\'Ingredients','IngredientsAlternatePaths'] },
+ 'ingredientsdocumentid' => { 532 => [\'Ingredients','IngredientsDocumentID'] },
+ 'ingredientsfilepath' => { 532 => [\'Ingredients','IngredientsFilePath'] },
+ 'ingredientsfrompart' => { 532 => [\'Ingredients','IngredientsFromPart'] },
+ 'ingredientsinstanceid' => { 532 => [\'Ingredients','IngredientsInstanceID'] },
+ 'ingredientslastmodifydate' => { 532 => [\'Ingredients','IngredientsLastModifyDate'] },
+ 'ingredientslasturl' => { 532 => [\'Ingredients','IngredientsLastURL'] },
+ 'ingredientslinkcategory' => { 532 => [\'Ingredients','IngredientsLinkCategory'] },
+ 'ingredientslinkform' => { 532 => [\'Ingredients','IngredientsLinkForm'] },
+ 'ingredientsmanager' => { 532 => [\'Ingredients','IngredientsManager'] },
+ 'ingredientsmanagervariant' => { 532 => [\'Ingredients','IngredientsManagerVariant'] },
+ 'ingredientsmanageto' => { 532 => [\'Ingredients','IngredientsManageTo'] },
+ 'ingredientsmanageui' => { 532 => [\'Ingredients','IngredientsManageUI'] },
+ 'ingredientsmaskmarkers' => { 532 => [\'Ingredients','IngredientsMaskMarkers'] },
+ 'ingredientsoriginaldocumentid' => { 532 => [\'Ingredients','IngredientsOriginalDocumentID'] },
+ 'ingredientspartmapping' => { 532 => [\'Ingredients','IngredientsPartMapping'] },
+ 'ingredientsplacedresolutionunit' => { 532 => [\'Ingredients','IngredientsPlacedResolutionUnit'] },
+ 'ingredientsplacedxresolution' => { 532 => [\'Ingredients','IngredientsPlacedXResolution'] },
+ 'ingredientsplacedyresolution' => { 532 => [\'Ingredients','IngredientsPlacedYResolution'] },
+ 'ingredientsrenditionclass' => { 532 => [\'Ingredients','IngredientsRenditionClass'] },
+ 'ingredientsrenditionparams' => { 532 => [\'Ingredients','IngredientsRenditionParams'] },
+ 'ingredientstopart' => { 532 => [\'Ingredients','IngredientsToPart'] },
+ 'ingredientsversionid' => { 532 => [\'Ingredients','IngredientsVersionID'] },
+ 'initialafpointaiservoaf' => { 86 => 0x51e },
'initialafpointinservo' => { 2 => 0x13 },
- 'initialcameradolly' => { 488 => 'InitialCameraDolly' },
- 'initialhorizontalfovdegrees' => { 488 => 'InitialHorizontalFOVDegrees' },
- 'initialkey' => { 179 => 'WM/InitialKey' },
- 'initialverticalfovdegrees' => { 488 => 'InitialVerticalFOVDegrees' },
- 'initialviewheadingdegrees' => { 488 => 'InitialViewHeadingDegrees', 489 => 'InitialViewHeadingDegrees' },
- 'initialviewpitchdegrees' => { 488 => 'InitialViewPitchDegrees', 489 => 'InitialViewPitchDegrees' },
- 'initialviewrolldegrees' => { 488 => 'InitialViewRollDegrees', 489 => 'InitialViewRollDegrees' },
- 'initialzoomliveview' => { 297 => '4.4' },
- 'initialzoomsetting' => { 297 => '9.3', 306 => '27.3' },
- 'inkset' => { 119 => 0x14c },
- 'inputprofile' => { 138 => 0x1389 },
- 'instanceid' => { 530 => 'InstanceID' },
- 'instantplaybacksetup' => { 184 => 0x3e },
- 'instantplaybacktime' => { 184 => 0x3d },
- 'instructions' => { 517 => 'Instructions' },
- 'instrument' => { 529 => 'instrument' },
- 'integrationtime' => { 138 => 0x423 },
- 'intellectualgenre' => { 513 => 'IntellectualGenre' },
- 'intelligentauto' => { 440 => 0xb052, 468 => 0xd, 469 => 0xe, 470 => 0xd },
- 'intelligentcontrast' => { 52 => 0x4 },
- 'intelligentd-range' => { 340 => 0x79 },
- 'intelligentexposure' => { 340 => 0x5d },
- 'intelligentresolution' => { 340 => 0x70 },
- 'interchangecolorspace' => { 133 => 0x40 },
- 'intergraphmatrix' => { 119 => 0x8480 },
- 'internalflash' => { 181 => 0x2b, 297 => '23.1', 299 => '8.1', 302 => '22.1', 304 => '23.1', 308 => '8.1', 312 => '24.1', 320 => 0x1208 },
- 'internalflashae1' => { 322 => 0x1021 },
- 'internalflashae1_0' => { 322 => 0x101d },
- 'internalflashae2' => { 322 => 0x1022 },
- 'internalflashae2_0' => { 322 => 0x101e },
- 'internalflashmode' => { 363 => 0x1 },
- 'internalflashstrength' => { 363 => 0x3 },
- 'internalflashtable' => { 322 => 0x1024 },
- 'internallensserialnumber' => { 414 => 0xa005 },
- 'internalndfilter' => { 340 => 0x9d },
- 'internalserialnumber' => { 64 => 0x96, 76 => 0x9, 127 => 0x10, 187 => 0x49dc, 316 => 0x18, 318 => 0x102, 337 => 0x500, 340 => 0x25, 355 => 0x4, 407 => 0x5, 459 => [0x7c,0xf0], 460 => 0x88, 461 => [0x88,0x8a], 462 => 0x38 },
- 'interopindex' => { 119 => 0x1, 507 => 'InteroperabilityIndex' },
- 'interopversion' => { 119 => 0x2 },
- 'interval' => { 256 => 0x20 },
- 'intervaldurationhours' => { 238 => 0xa0, 239 => 0xb8 },
- 'intervaldurationminutes' => { 238 => 0xa4, 239 => 0xbc },
- 'intervaldurationseconds' => { 238 => 0xa8, 239 => 0xc0 },
- 'intervalexposuresmoothing' => { 223 => 0x184, 238 => 0xb8, 239 => 0xd0 },
- 'intervalframe' => { 256 => 0x24 },
- 'intervallength' => { 181 => 0x10 },
- 'intervalmode' => { 181 => 0x26 },
- 'intervalnumber' => { 181 => 0x11 },
- 'intervalpriority' => { 223 => 0x186, 238 => 0xba, 239 => 0xd2 },
- 'intervals' => { 223 => 0x17c, 238 => 0xb0, 239 => 0xc8, 240 => 0xbc, 241 => 0xcc, 242 => 0xcc },
- 'intervalshooting' => { 224 => 0x24, 258 => 0x24, 259 => 0x28, 375 => 0x92 },
- 'introtime' => { 529 => 'introTime' },
- 'introtimescale' => { 529 => [\'introTime','introTimeScale'] },
- 'introtimevalue' => { 529 => [\'introTime','introTimeValue'] },
- 'ipaversion' => { 138 => 0xdae },
- 'ipfcameramodel' => { 138 => 0xe4d },
- 'iptc' => { 120 => 'IPTC' },
- 'iptc-naa' => { 119 => 0x83bb, 345 => 0x83bb },
- 'iptcbitspersample' => { 133 => 0x56 },
- 'iptcdigest' => { 389 => 0x425 },
- 'iptcimageheight' => { 133 => 0x1e },
- 'iptcimagerotation' => { 133 => 0x66 },
- 'iptcimagewidth' => { 133 => 0x14 },
- 'iptclastedited' => { 514 => 'IptcLastEdited' },
- 'iptcpicturenumber' => { 133 => 0xa },
- 'iptcpixelheight' => { 133 => 0x32 },
- 'iptcpixelwidth' => { 133 => 0x28 },
- 'isalternativeof' => { 519 => 'isAlternativeOf' },
- 'isbn' => { 519 => 'isbn' },
- 'iscorrectionof' => { 519 => 'isCorrectionOf' },
- 'iscustompicturestyle' => { 109 => 0x3 },
- 'ismergedhdr' => { 497 => 'IsMergedHDR' },
- 'ismergedpanorama' => { 497 => 'IsMergedPanorama' },
- 'iso' => { 7 => 0x6, 9 => 0x6, 10 => 0x75, 11 => 0x6, 12 => 0x79, 13 => 0x6, 14 => 0x6, 15 => 0x6, 16 => 0x6, 17 => 0x6, 18 => 0x6, 19 => 0x6, 20 => 0x6, 21 => 0x6, 22 => 0x6, 23 => 0x6, 24 => 0x6, 25 => 0x6, 26 => 0x6, 27 => 0x6, 28 => 0x6, 29 => 0x6, 30 => 0x0, 31 => 0x1, 112 => 0x14, 113 => [0x3014,0x14], 119 => 0x8827, 137 => 0xfd06, 138 => 0x1784, 140 => 0x60, 142 => [0xfa2e,0xfa46], 143 => [0x27,0x28], 144 => 0xf105, 147 => 0x14, 149 => 0x4e, 151 => 0x1e, 152 => 0x1a, 154 => 0x34, 156 => 'ISO', 181 => 0x8, 187 => 0x49ba, 222 => 0x0, 234 => 0x2, 340 => 0xd1, 345 => 0x17, 375 => [0x8b,0x14], 382 => 0x14, 384 => 0x105, 414 => 0xa014, 417 => 0x86, 438 => 0x6f, 445 => [0x1f,0x21,0x25], 506 => 'ISOSpeedRatings' },
- 'iso2' => { 222 => 0x6, 263 => 0x265, 264 => 0x25c, 265 => 0x265, 266 => 0x221, 267 => 0x25d, 268 => 0x256, 269 => 0x25d, 272 => 0x2b5, 275 => 0x265, 279 => 0x2b5 },
- 'isoauto' => { 356 => '14.4' },
- 'isoautoflashlimit' => { 239 => 0x156, 240 => 0x146, 241 => 0x15a, 242 => 0x15a },
- 'isoautohilimit' => { 221 => 0x5, 239 => 0x154, 240 => 0x144, 241 => 0x158, 242 => 0x158, 261 => 0x5, 271 => 0x18eb },
- 'isoautomax' => { 439 => 0x4 },
- 'isoautomin' => { 439 => 0x2 },
- 'isoautoparameters' => { 375 => 0x7a },
- 'isoautoshuttertime' => { 221 => 0x4, 239 => 0x15e, 240 => 0x14e, 241 => 0x162, 242 => 0x162, 261 => 0x4, 271 => 0x18ea },
- 'isobutton' => { 242 => 0x796 },
- 'isocalibrationgain' => { 138 => 0x89f },
- 'isodisplay' => { 300 => '4.1', 301 => '4.1', 302 => '2.3', 303 => '3.3', 304 => '3.3', 307 => '3.3', 310 => '4.3', 311 => '4.1', 312 => '4.3' },
- 'isoexpansion' => { 84 => 0x103, 85 => 0x7, 86 => 0x8, 89 => 0x8, 222 => 0x4 },
- 'isoexpansion2' => { 222 => 0xa },
- 'isofloor' => { 356 => 0x6 },
- 'isoselected' => { 339 => 0x359 },
- 'isoselection' => { 234 => 0xf },
- 'isosensitivitystep' => { 305 => '6.2', 307 => '6.2' },
- 'isosetting' => { 140 => 0x5e, 152 => 0x14, 156 => 'ISOSetting', 181 => 0x24, 182 => 0x26, 183 => 0x1c, 184 => 0x13, 189 => 0x6, 234 => 0x13, 356 => '17.3', 406 => 0x27, 427 => 0x16, 428 => 0x14, 429 => 0x2, 438 => 0x6d, 439 => 0x0 },
- 'isospeed' => { 119 => 0x8833, 507 => 'ISOSpeed' },
- 'isospeedexpansion' => { 83 => 0x3 },
- 'isospeedincrements' => { 84 => 0x102 },
- 'isospeedlatitudeyyy' => { 119 => 0x8834, 507 => 'ISOSpeedLatitudeyyy' },
- 'isospeedlatitudezzz' => { 119 => 0x8835, 507 => 'ISOSpeedLatitudezzz' },
- 'isospeedrange' => { 84 => 0x103 },
- 'isostepsize' => { 297 => '6.1', 298 => '7.2', 300 => '7.2', 301 => '7.2', 306 => '4.1', 310 => '7.2', 311 => '7.2', 313 => 0x15d, 314 => 0x15d, 315 => 0x175 },
- 'isovalue' => { 322 => 0x1001 },
- 'isrccode' => { 400 => "\xa9isr" },
- 'issn' => { 519 => 'issn' },
- 'issueidentifier' => { 519 => 'issueIdentifier' },
- 'issuename' => { 519 => 'issueName' },
- 'issueteaser' => { 519 => 'issueTeaser' },
- 'issuetype' => { 519 => 'issueType' },
- 'istranslationof' => { 519 => 'isTranslationOf' },
- 'itemsubtype' => { 178 => 'ItemSubType' },
- 'itunesu' => { 392 => 'itnu' },
- 'jobid' => { 131 => 0xb8 },
- 'jobname' => { 508 => 'JobName' },
- 'jobref' => { 528 => 'JobRef' },
- 'jobrefid' => { 528 => [\'JobRef','JobRefId'] },
- 'jobrefname' => { 528 => [\'JobRef','JobRefName'] },
- 'jobrefurl' => { 528 => [\'JobRef','JobRefUrl'] },
- 'jobstatus' => { 508 => 'JobStatus' },
- 'jpeg-heifswitch' => { 440 => 0x2039 },
- 'jpeghandling' => { 500 => 'JPEGHandling', 502 => 'JPEGHandling' },
- 'jpegquality' => { 10 => 0x66, 340 => 0x43, 342 => 0x3034, 440 => 0xb047 },
- 'jpegsize' => { 342 => 0x303a },
- 'jpgcompression' => { 225 => 0x24, 234 => 0x44 },
- 'jpgfromraw' => { 97 => 0x2007, 114 => 'Exif-JpgFromRaw', 345 => 0x2e },
- 'jpgfromrawlength' => { 119 => [0x117,0x202] },
- 'jpgfromrawstart' => { 119 => [0x111,0x201] },
- 'jpgrecordedpixels' => { 356 => '14.1' },
- 'jurisdiction' => { 498 => 'jurisdiction' },
- 'keepexposure' => { 313 => 0x237, 314 => 0x237, 315 => 0x24f },
- 'kelvinwb_01' => { 364 => 0x5 },
- 'kelvinwb_02' => { 364 => 0x9 },
- 'kelvinwb_03' => { 364 => 0xd },
- 'kelvinwb_04' => { 364 => 0x11 },
- 'kelvinwb_05' => { 364 => 0x15 },
- 'kelvinwb_06' => { 364 => 0x19 },
- 'kelvinwb_07' => { 364 => 0x1d },
- 'kelvinwb_08' => { 364 => 0x21 },
- 'kelvinwb_09' => { 364 => 0x25 },
- 'kelvinwb_10' => { 364 => 0x29 },
- 'kelvinwb_11' => { 364 => 0x2d },
- 'kelvinwb_12' => { 364 => 0x31 },
- 'kelvinwb_13' => { 364 => 0x35 },
- 'kelvinwb_14' => { 364 => 0x39 },
- 'kelvinwb_15' => { 364 => 0x3d },
- 'kelvinwb_16' => { 364 => 0x41 },
- 'kelvinwb_daylight' => { 364 => 0x1 },
- 'kerneldenominators' => { 138 => 0x933 },
- 'key' => { 529 => 'key' },
- 'keystonecompensation' => { 321 => 0x1900 },
- 'keystonedirection' => { 321 => 0x1901 },
- 'keystonevalue' => { 321 => 0x1906 },
- 'keyword' => { 392 => 'keyw', 519 => 'keyword' },
- 'keywordinfo' => { 171 => 'Keywords' },
- 'keywords' => { 131 => 0x19, 157 => 'Keywords', 326 => 'Keywords', 391 => 'Keywords', 394 => 'keywords', 495 => 'keywords', 516 => 'Keywords', 527 => 'Keywords' },
- 'killdate' => { 519 => 'killDate' },
- 'killdatea-platform' => { 519 => [\'killDate','killDateA-platform'] },
- 'killdatedate' => { 519 => [\'killDate','killDateDate'] },
- 'kodakimageheight' => { 137 => 0xf908, 140 => 0xe, 142 => [0xfa1e,0xfa52], 148 => 0x70 },
- 'kodakimagewidth' => { 137 => 0xf907, 140 => 0xc, 142 => [0xfa1d,0xfa51], 148 => 0x6c },
- 'kodakinfotype' => { 137 => 0xfa00 },
- 'kodaklook' => { 138 => 0xe4c },
- 'kodaklookprofile' => { 138 => 0x138a },
- 'kodakmaker' => { 148 => 0x8 },
- 'kodakmodel' => { 140 => 0x0, 148 => 0x28 },
- 'kodaktag' => { 138 => 0x3ea },
- 'kodakversion' => { 138 => 0x0 },
- 'label' => { 330 => 'Label', 527 => 'Label' },
- 'labelname1' => { 512 => [\'TagStructure','TagStructureLabelName'] },
- 'labelname2' => { 512 => [\'TagStructure','TagStructureSubLabelsLabelName'] },
- 'labelname3' => { 512 => [\'TagStructure','TagStructureSubLabelsSubLabelsLabelName'] },
- 'labelname4' => { 512 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsLabelName'] },
- 'labelname5' => { 512 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] },
- 'labelname6' => { 512 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] },
- 'landmark' => { 340 => 0x6f },
- 'landscapeoutputhighlightpoint' => { 109 => 0x26 },
- 'landscapeoutputshadowpoint' => { 109 => 0x27 },
- 'landscaperawcolortone' => { 109 => 0x1f },
- 'landscaperawcontrast' => { 109 => 0x21 },
- 'landscaperawhighlight' => { 109 => 0x77 },
- 'landscaperawhighlightpoint' => { 109 => 0x24 },
- 'landscaperawlinear' => { 109 => 0x22 },
- 'landscaperawsaturation' => { 109 => 0x20 },
- 'landscaperawshadow' => { 109 => 0x80 },
- 'landscaperawshadowpoint' => { 109 => 0x25 },
- 'landscaperawsharpness' => { 109 => 0x23 },
- 'landscapeunsharpmaskfineness' => { 109 => 0xa0 },
- 'landscapeunsharpmaskstrength' => { 109 => 0x9e },
- 'landscapeunsharpmaskthreshold' => { 109 => 0xa2 },
- 'language' => { 239 => 0x692, 240 => 0x592, 241 => 0x5c2, 242 => 0x5da, 503 => 'language' },
- 'languageidentifier' => { 131 => 0x87 },
- 'largestvalidinteriorrectheight' => { 488 => 'LargestValidInteriorRectHeight' },
- 'largestvalidinteriorrectleft' => { 488 => 'LargestValidInteriorRectLeft' },
- 'largestvalidinteriorrecttop' => { 488 => 'LargestValidInteriorRectTop' },
- 'largestvalidinteriorrectwidth' => { 488 => 'LargestValidInteriorRectWidth' },
- 'lastfilenumber' => { 181 => 0x1b },
- 'lastkeywordiptc' => { 178 => 'LastKeywordIPTC' },
- 'lastkeywordxmp' => { 178 => 'LastKeywordXMP' },
- 'lastphotodate' => { 488 => 'LastPhotoDate' },
- 'lasturl' => { 530 => 'LastURL' },
- 'lateralchromaticaberration' => { 440 => 0x2012 },
- 'lateralchromaticaberrationcorrectionalreadyapplied' => { 497 => 'LateralChromaticAberrationCorrectionAlreadyApplied' },
- 'latestageorhigheststage' => { 118 => [\'GeologicalContext','GeologicalContextLatestAgeOrHighestStage'] },
- 'latesteonorhighesteonothem' => { 118 => [\'GeologicalContext','GeologicalContextLatestEonOrHighestEonothem'] },
- 'latestepochorhighestseries' => { 118 => [\'GeologicalContext','GeologicalContextLatestEpochOrHighestSeries'] },
- 'latesteraorhighesterathem' => { 118 => [\'GeologicalContext','GeologicalContextLatestEraOrHighestErathem'] },
- 'latestperiodorhighestsystem' => { 118 => [\'GeologicalContext','GeologicalContextLatestPeriodOrHighestSystem'] },
- 'latitude' => { 116 => 'Latitude' },
- 'lc1' => { 366 => 0x2 },
- 'lc10' => { 366 => 0xb },
- 'lc11' => { 366 => 0xc },
- 'lc12' => { 366 => 0xd },
- 'lc14' => { 366 => 0xf },
- 'lc15' => { 366 => 0x10 },
- 'lc3' => { 366 => 0x4 },
- 'lc4' => { 366 => 0x5 },
- 'lc5' => { 366 => 0x6 },
- 'lc6' => { 366 => 0x7 },
- 'lc7' => { 366 => 0x8 },
- 'lc8' => { 366 => 0x9 },
- 'lcddisplayatpoweron' => { 84 => 0x811, 88 => 0xa },
- 'lcddisplayreturntoshoot' => { 89 => 0x12 },
- 'lcdillumination' => { 297 => '17.5', 298 => '5.2', 300 => '5.1', 301 => '5.1', 306 => '10.3', 307 => '4.2', 310 => '5.2', 311 => '5.1', 312 => '5.4', 313 => 0x101, 314 => 0x101, 315 => 0x117 },
- 'lcdilluminationduringbulb' => { 84 => 0x408 },
- 'lcdmatrix' => { 138 => 0xe74 },
- 'lcdmatrixchickfix' => { 138 => 0xe75 },
- 'lcdmatrixmarvin' => { 138 => 0xe76 },
- 'lcdpanels' => { 83 => 0x8 },
- 'lcheditor' => { 290 => 0x8ae85e },
- 'legacyiptcdigest' => { 517 => 'LegacyIPTCDigest' },
- 'legalcode' => { 498 => 'legalcode' },
- 'lens' => { 119 => 0xfdea, 234 => 0x84, 497 => 'Lens' },
- 'lensafstopbutton' => { 82 => 0x11, 83 => 0x13, 84 => 0x506, 85 => 0x10, 86 => 0x12, 89 => 0x13, 90 => 0x9 },
- 'lensaperturerange' => { 417 => [0x30,0x48] },
- 'lenscontrolring' => { 313 => 0xad, 314 => 0xad, 315 => 0xad },
- 'lenscorrectionsettings' => { 505 => 'LensCorrectionSettings' },
- 'lensdistortinfo' => { 497 => 'LensDistortInfo' },
- 'lensdistortionparams' => { 322 => 0x206 },
- 'lensdriveend' => { 232 => 0x56 },
- 'lensdrivenoaf' => { 84 => 0x505 },
+ 'initialcameradolly' => { 490 => 'InitialCameraDolly' },
+ 'initialhorizontalfovdegrees' => { 490 => 'InitialHorizontalFOVDegrees' },
+ 'initialkey' => { 181 => 'WM/InitialKey' },
+ 'initialverticalfovdegrees' => { 490 => 'InitialVerticalFOVDegrees' },
+ 'initialviewheadingdegrees' => { 490 => 'InitialViewHeadingDegrees', 491 => 'InitialViewHeadingDegrees' },
+ 'initialviewpitchdegrees' => { 490 => 'InitialViewPitchDegrees', 491 => 'InitialViewPitchDegrees' },
+ 'initialviewrolldegrees' => { 490 => 'InitialViewRollDegrees', 491 => 'InitialViewRollDegrees' },
+ 'initialzoomliveview' => { 299 => '4.4' },
+ 'initialzoomsetting' => { 299 => '9.3', 308 => '27.3' },
+ 'inkset' => { 121 => 0x14c },
+ 'inputprofile' => { 140 => 0x1389 },
+ 'instanceid' => { 532 => 'InstanceID' },
+ 'instantplaybacksetup' => { 186 => 0x3e },
+ 'instantplaybacktime' => { 186 => 0x3d },
+ 'instructions' => { 519 => 'Instructions' },
+ 'instrument' => { 531 => 'instrument' },
+ 'integrationtime' => { 140 => 0x423 },
+ 'intellectualgenre' => { 515 => 'IntellectualGenre' },
+ 'intelligentauto' => { 442 => 0xb052, 470 => 0xd, 471 => 0xe, 472 => 0xd },
+ 'intelligentcontrast' => { 53 => 0x4 },
+ 'intelligentd-range' => { 342 => 0x79 },
+ 'intelligentexposure' => { 342 => 0x5d },
+ 'intelligentresolution' => { 342 => 0x70 },
+ 'interchangecolorspace' => { 135 => 0x40 },
+ 'intergraphmatrix' => { 121 => 0x8480 },
+ 'internalflash' => { 183 => 0x2b, 299 => '23.1', 301 => '8.1', 304 => '22.1', 306 => '23.1', 310 => '8.1', 314 => '24.1', 322 => 0x1208 },
+ 'internalflashae1' => { 324 => 0x1021 },
+ 'internalflashae1_0' => { 324 => 0x101d },
+ 'internalflashae2' => { 324 => 0x1022 },
+ 'internalflashae2_0' => { 324 => 0x101e },
+ 'internalflashmode' => { 365 => 0x1 },
+ 'internalflashstrength' => { 365 => 0x3 },
+ 'internalflashtable' => { 324 => 0x1024 },
+ 'internallensserialnumber' => { 416 => 0xa005 },
+ 'internalndfilter' => { 342 => 0x9d },
+ 'internalserialnumber' => { 65 => 0x96, 77 => 0x9, 129 => 0x10, 189 => 0x49dc, 318 => 0x18, 320 => 0x102, 339 => 0x500, 342 => 0x25, 357 => 0x4, 409 => 0x5, 461 => [0x7c,0xf0], 462 => 0x88, 463 => [0x88,0x8a], 464 => 0x38 },
+ 'interopindex' => { 121 => 0x1, 509 => 'InteroperabilityIndex' },
+ 'interopversion' => { 121 => 0x2 },
+ 'interval' => { 258 => 0x20 },
+ 'intervaldurationhours' => { 240 => 0xa0, 241 => 0xb8 },
+ 'intervaldurationminutes' => { 240 => 0xa4, 241 => 0xbc },
+ 'intervaldurationseconds' => { 240 => 0xa8, 241 => 0xc0 },
+ 'intervalexposuresmoothing' => { 225 => 0x184, 240 => 0xb8, 241 => 0xd0 },
+ 'intervalframe' => { 258 => 0x24 },
+ 'intervallength' => { 183 => 0x10 },
+ 'intervalmode' => { 183 => 0x26 },
+ 'intervalnumber' => { 183 => 0x11 },
+ 'intervalpriority' => { 225 => 0x186, 240 => 0xba, 241 => 0xd2 },
+ 'intervals' => { 225 => 0x17c, 240 => 0xb0, 241 => 0xc8, 242 => 0xbc, 243 => 0xcc, 244 => 0xcc },
+ 'intervalshooting' => { 226 => 0x24, 260 => 0x24, 261 => 0x28, 377 => 0x92 },
+ 'introtime' => { 531 => 'introTime' },
+ 'introtimescale' => { 531 => [\'introTime','introTimeScale'] },
+ 'introtimevalue' => { 531 => [\'introTime','introTimeValue'] },
+ 'ipaversion' => { 140 => 0xdae },
+ 'ipfcameramodel' => { 140 => 0xe4d },
+ 'iptc' => { 122 => 'IPTC' },
+ 'iptc-naa' => { 121 => 0x83bb, 347 => 0x83bb },
+ 'iptcbitspersample' => { 135 => 0x56 },
+ 'iptcdigest' => { 391 => 0x425 },
+ 'iptcimageheight' => { 135 => 0x1e },
+ 'iptcimagerotation' => { 135 => 0x66 },
+ 'iptcimagewidth' => { 135 => 0x14 },
+ 'iptclastedited' => { 516 => 'IptcLastEdited' },
+ 'iptcpicturenumber' => { 135 => 0xa },
+ 'iptcpixelheight' => { 135 => 0x32 },
+ 'iptcpixelwidth' => { 135 => 0x28 },
+ 'isalternativeof' => { 521 => 'isAlternativeOf' },
+ 'isbn' => { 521 => 'isbn' },
+ 'iscorrectionof' => { 521 => 'isCorrectionOf' },
+ 'iscustompicturestyle' => { 111 => 0x3 },
+ 'ismergedhdr' => { 499 => 'IsMergedHDR' },
+ 'ismergedpanorama' => { 499 => 'IsMergedPanorama' },
+ 'iso' => { 7 => 0x6, 9 => 0x6, 10 => 0x75, 11 => 0x6, 12 => 0x79, 13 => 0x6, 14 => 0x6, 15 => 0x6, 16 => 0x6, 17 => 0x6, 18 => 0x6, 19 => 0x6, 20 => 0x6, 21 => 0x6, 22 => 0x6, 23 => 0x6, 24 => 0x6, 25 => 0x6, 26 => 0x6, 27 => 0x6, 28 => 0x6, 29 => 0x6, 30 => 0x0, 31 => 0x1, 114 => 0x14, 115 => [0x3014,0x14], 121 => 0x8827, 139 => 0xfd06, 140 => 0x1784, 142 => 0x60, 144 => [0xfa2e,0xfa46], 145 => [0x27,0x28], 146 => 0xf105, 149 => 0x14, 151 => 0x4e, 153 => 0x1e, 154 => 0x1a, 156 => 0x34, 158 => 'ISO', 183 => 0x8, 189 => 0x49ba, 224 => 0x0, 236 => 0x2, 342 => 0xd1, 347 => 0x17, 377 => [0x8b,0x14], 384 => 0x14, 386 => 0x105, 416 => 0xa014, 419 => 0x86, 440 => 0x6f, 447 => [0x1f,0x21,0x25], 508 => 'ISOSpeedRatings' },
+ 'iso2' => { 224 => 0x6, 265 => 0x265, 266 => 0x25c, 267 => 0x265, 268 => 0x221, 269 => 0x25d, 270 => 0x256, 271 => 0x25d, 274 => 0x2b5, 277 => 0x265, 281 => 0x2b5 },
+ 'isoauto' => { 358 => '14.4' },
+ 'isoautoflashlimit' => { 241 => 0x156, 242 => 0x146, 243 => 0x15a, 244 => 0x15a },
+ 'isoautohilimit' => { 223 => 0x5, 241 => 0x154, 242 => 0x144, 243 => 0x158, 244 => 0x158, 263 => 0x5, 273 => 0x18eb },
+ 'isoautomax' => { 441 => 0x4 },
+ 'isoautomin' => { 441 => 0x2 },
+ 'isoautoparameters' => { 377 => 0x7a },
+ 'isoautoshuttertime' => { 223 => 0x4, 241 => 0x15e, 242 => 0x14e, 243 => 0x162, 244 => 0x162, 263 => 0x4, 273 => 0x18ea },
+ 'isobutton' => { 244 => 0x796 },
+ 'isocalibrationgain' => { 140 => 0x89f },
+ 'isodisplay' => { 302 => '4.1', 303 => '4.1', 304 => '2.3', 305 => '3.3', 306 => '3.3', 309 => '3.3', 312 => '4.3', 313 => '4.1', 314 => '4.3' },
+ 'isoexpansion' => { 86 => 0x103, 87 => 0x7, 88 => 0x8, 91 => 0x8, 224 => 0x4 },
+ 'isoexpansion2' => { 224 => 0xa },
+ 'isofloor' => { 358 => 0x6 },
+ 'isoselected' => { 341 => 0x359 },
+ 'isoselection' => { 236 => 0xf },
+ 'isosensitivitystep' => { 307 => '6.2', 309 => '6.2' },
+ 'isosetting' => { 142 => 0x5e, 154 => 0x14, 158 => 'ISOSetting', 183 => 0x24, 184 => 0x26, 185 => 0x1c, 186 => 0x13, 191 => 0x6, 236 => 0x13, 358 => '17.3', 408 => 0x27, 429 => 0x16, 430 => 0x14, 431 => 0x2, 440 => 0x6d, 441 => 0x0 },
+ 'isospeed' => { 121 => 0x8833, 509 => 'ISOSpeed' },
+ 'isospeedexpansion' => { 85 => 0x3 },
+ 'isospeedincrements' => { 86 => 0x102 },
+ 'isospeedlatitudeyyy' => { 121 => 0x8834, 509 => 'ISOSpeedLatitudeyyy' },
+ 'isospeedlatitudezzz' => { 121 => 0x8835, 509 => 'ISOSpeedLatitudezzz' },
+ 'isospeedrange' => { 86 => 0x103 },
+ 'isostepsize' => { 299 => '6.1', 300 => '7.2', 302 => '7.2', 303 => '7.2', 308 => '4.1', 312 => '7.2', 313 => '7.2', 315 => 0x15d, 316 => 0x15d, 317 => 0x175 },
+ 'isovalue' => { 324 => 0x1001 },
+ 'isrc' => { 394 => 'xid ' },
+ 'isrccode' => { 402 => "\xa9isr" },
+ 'issn' => { 521 => 'issn' },
+ 'issueidentifier' => { 521 => 'issueIdentifier' },
+ 'issuename' => { 521 => 'issueName' },
+ 'issueteaser' => { 521 => 'issueTeaser' },
+ 'issuetype' => { 521 => 'issueType' },
+ 'istranslationof' => { 521 => 'isTranslationOf' },
+ 'itemsubtype' => { 180 => 'ItemSubType' },
+ 'itunesu' => { 394 => 'itnu' },
+ 'jobid' => { 133 => 0xb8 },
+ 'jobname' => { 510 => 'JobName' },
+ 'jobref' => { 530 => 'JobRef' },
+ 'jobrefid' => { 530 => [\'JobRef','JobRefId'] },
+ 'jobrefname' => { 530 => [\'JobRef','JobRefName'] },
+ 'jobrefurl' => { 530 => [\'JobRef','JobRefUrl'] },
+ 'jobstatus' => { 510 => 'JobStatus' },
+ 'jpeg-heifswitch' => { 442 => 0x2039 },
+ 'jpeghandling' => { 502 => 'JPEGHandling', 504 => 'JPEGHandling' },
+ 'jpegquality' => { 10 => 0x66, 342 => 0x43, 344 => 0x3034, 442 => 0xb047 },
+ 'jpegsize' => { 344 => 0x303a },
+ 'jpgcompression' => { 227 => 0x24, 236 => 0x44, 268 => '671.1' },
+ 'jpgfromraw' => { 99 => 0x2007, 116 => 'Exif-JpgFromRaw', 347 => 0x2e },
+ 'jpgfromrawlength' => { 121 => [0x117,0x202] },
+ 'jpgfromrawstart' => { 121 => [0x111,0x201] },
+ 'jpgrecordedpixels' => { 358 => '14.1' },
+ 'jurisdiction' => { 500 => 'jurisdiction' },
+ 'keepexposure' => { 315 => 0x237, 316 => 0x237, 317 => 0x24f },
+ 'kelvinwb_01' => { 366 => 0x5 },
+ 'kelvinwb_02' => { 366 => 0x9 },
+ 'kelvinwb_03' => { 366 => 0xd },
+ 'kelvinwb_04' => { 366 => 0x11 },
+ 'kelvinwb_05' => { 366 => 0x15 },
+ 'kelvinwb_06' => { 366 => 0x19 },
+ 'kelvinwb_07' => { 366 => 0x1d },
+ 'kelvinwb_08' => { 366 => 0x21 },
+ 'kelvinwb_09' => { 366 => 0x25 },
+ 'kelvinwb_10' => { 366 => 0x29 },
+ 'kelvinwb_11' => { 366 => 0x2d },
+ 'kelvinwb_12' => { 366 => 0x31 },
+ 'kelvinwb_13' => { 366 => 0x35 },
+ 'kelvinwb_14' => { 366 => 0x39 },
+ 'kelvinwb_15' => { 366 => 0x3d },
+ 'kelvinwb_16' => { 366 => 0x41 },
+ 'kelvinwb_daylight' => { 366 => 0x1 },
+ 'kerneldenominators' => { 140 => 0x933 },
+ 'key' => { 531 => 'key' },
+ 'keystonecompensation' => { 323 => 0x1900 },
+ 'keystonedirection' => { 323 => 0x1901 },
+ 'keystonevalue' => { 323 => 0x1906 },
+ 'keyword' => { 394 => 'keyw', 521 => 'keyword' },
+ 'keywordinfo' => { 173 => 'Keywords' },
+ 'keywords' => { 133 => 0x19, 159 => 'Keywords', 328 => 'Keywords', 393 => 'Keywords', 396 => 'keywords', 497 => 'keywords', 518 => 'Keywords', 529 => 'Keywords' },
+ 'killdate' => { 521 => 'killDate' },
+ 'killdatea-platform' => { 521 => [\'killDate','killDateA-platform'] },
+ 'killdatedate' => { 521 => [\'killDate','killDateDate'] },
+ 'kodakimageheight' => { 139 => 0xf908, 142 => 0xe, 144 => [0xfa1e,0xfa52], 150 => 0x70 },
+ 'kodakimagewidth' => { 139 => 0xf907, 142 => 0xc, 144 => [0xfa1d,0xfa51], 150 => 0x6c },
+ 'kodakinfotype' => { 139 => 0xfa00 },
+ 'kodaklook' => { 140 => 0xe4c },
+ 'kodaklookprofile' => { 140 => 0x138a },
+ 'kodakmaker' => { 150 => 0x8 },
+ 'kodakmodel' => { 142 => 0x0, 150 => 0x28 },
+ 'kodaktag' => { 140 => 0x3ea },
+ 'kodakversion' => { 140 => 0x0 },
+ 'label' => { 332 => 'Label', 529 => 'Label' },
+ 'labelname1' => { 514 => [\'TagStructure','TagStructureLabelName'] },
+ 'labelname2' => { 514 => [\'TagStructure','TagStructureSubLabelsLabelName'] },
+ 'labelname3' => { 514 => [\'TagStructure','TagStructureSubLabelsSubLabelsLabelName'] },
+ 'labelname4' => { 514 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsLabelName'] },
+ 'labelname5' => { 514 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] },
+ 'labelname6' => { 514 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] },
+ 'landmark' => { 342 => 0x6f },
+ 'landscapeoutputhighlightpoint' => { 111 => 0x26 },
+ 'landscapeoutputshadowpoint' => { 111 => 0x27 },
+ 'landscaperawcolortone' => { 111 => 0x1f },
+ 'landscaperawcontrast' => { 111 => 0x21 },
+ 'landscaperawhighlight' => { 111 => 0x77 },
+ 'landscaperawhighlightpoint' => { 111 => 0x24 },
+ 'landscaperawlinear' => { 111 => 0x22 },
+ 'landscaperawsaturation' => { 111 => 0x20 },
+ 'landscaperawshadow' => { 111 => 0x80 },
+ 'landscaperawshadowpoint' => { 111 => 0x25 },
+ 'landscaperawsharpness' => { 111 => 0x23 },
+ 'landscapeunsharpmaskfineness' => { 111 => 0xa0 },
+ 'landscapeunsharpmaskstrength' => { 111 => 0x9e },
+ 'landscapeunsharpmaskthreshold' => { 111 => 0xa2 },
+ 'language' => { 241 => 0x692, 242 => 0x592, 243 => 0x5c2, 244 => 0x5da, 505 => 'language' },
+ 'languageidentifier' => { 133 => 0x87 },
+ 'largestvalidinteriorrectheight' => { 490 => 'LargestValidInteriorRectHeight' },
+ 'largestvalidinteriorrectleft' => { 490 => 'LargestValidInteriorRectLeft' },
+ 'largestvalidinteriorrecttop' => { 490 => 'LargestValidInteriorRectTop' },
+ 'largestvalidinteriorrectwidth' => { 490 => 'LargestValidInteriorRectWidth' },
+ 'lastfilenumber' => { 183 => 0x1b },
+ 'lastkeywordiptc' => { 180 => 'LastKeywordIPTC' },
+ 'lastkeywordxmp' => { 180 => 'LastKeywordXMP' },
+ 'lastphotodate' => { 490 => 'LastPhotoDate' },
+ 'lasturl' => { 532 => 'LastURL' },
+ 'lateralchromaticaberration' => { 442 => 0x2012 },
+ 'lateralchromaticaberrationcorrectionalreadyapplied' => { 499 => 'LateralChromaticAberrationCorrectionAlreadyApplied' },
+ 'latestageorhigheststage' => { 120 => [\'GeologicalContext','GeologicalContextLatestAgeOrHighestStage'] },
+ 'latesteonorhighesteonothem' => { 120 => [\'GeologicalContext','GeologicalContextLatestEonOrHighestEonothem'] },
+ 'latestepochorhighestseries' => { 120 => [\'GeologicalContext','GeologicalContextLatestEpochOrHighestSeries'] },
+ 'latesteraorhighesterathem' => { 120 => [\'GeologicalContext','GeologicalContextLatestEraOrHighestErathem'] },
+ 'latestperiodorhighestsystem' => { 120 => [\'GeologicalContext','GeologicalContextLatestPeriodOrHighestSystem'] },
+ 'latitude' => { 118 => 'Latitude' },
+ 'lc1' => { 368 => 0x2 },
+ 'lc10' => { 368 => 0xb },
+ 'lc11' => { 368 => 0xc },
+ 'lc12' => { 368 => 0xd },
+ 'lc14' => { 368 => 0xf },
+ 'lc15' => { 368 => 0x10 },
+ 'lc3' => { 368 => 0x4 },
+ 'lc4' => { 368 => 0x5 },
+ 'lc5' => { 368 => 0x6 },
+ 'lc6' => { 368 => 0x7 },
+ 'lc7' => { 368 => 0x8 },
+ 'lc8' => { 368 => 0x9 },
+ 'lcddisplayatpoweron' => { 86 => 0x811, 90 => 0xa },
+ 'lcddisplayreturntoshoot' => { 91 => 0x12 },
+ 'lcdillumination' => { 299 => '17.5', 300 => '5.2', 302 => '5.1', 303 => '5.1', 308 => '10.3', 309 => '4.2', 312 => '5.2', 313 => '5.1', 314 => '5.4', 315 => 0x101, 316 => 0x101, 317 => 0x117 },
+ 'lcdilluminationduringbulb' => { 86 => 0x408 },
+ 'lcdmatrix' => { 140 => 0xe74 },
+ 'lcdmatrixchickfix' => { 140 => 0xe75 },
+ 'lcdmatrixmarvin' => { 140 => 0xe76 },
+ 'lcdpanels' => { 85 => 0x8 },
+ 'lcheditor' => { 292 => 0x8ae85e },
+ 'legacyiptcdigest' => { 519 => 'LegacyIPTCDigest' },
+ 'legalcode' => { 500 => 'legalcode' },
+ 'lens' => { 121 => 0xfdea, 236 => 0x84, 499 => 'Lens' },
+ 'lensafstopbutton' => { 84 => 0x11, 85 => 0x13, 86 => 0x506, 87 => 0x10, 88 => 0x12, 91 => 0x13, 92 => 0x9 },
+ 'lensaperturerange' => { 419 => [0x30,0x48] },
+ 'lensblur' => { 502 => 'LensBlur', 504 => 'LensBlur' },
+ 'lensbluractive' => { 502 => [\'LensBlur','LensBlurActive'], 504 => [\'LensBlur','LensBlurActive'] },
+ 'lensbluramount' => { 502 => [\'LensBlur','LensBlurBlurAmount'], 504 => [\'LensBlur','LensBlurBlurAmount'] },
+ 'lensblurbokehaspect' => { 502 => [\'LensBlur','LensBlurBokehAspect'], 504 => [\'LensBlur','LensBlurBokehAspect'] },
+ 'lensblurbokehrotation' => { 502 => [\'LensBlur','LensBlurBokehRotation'], 504 => [\'LensBlur','LensBlurBokehRotation'] },
+ 'lensblurbokehshape' => { 502 => [\'LensBlur','LensBlurBokehShape'], 504 => [\'LensBlur','LensBlurBokehShape'] },
+ 'lensblurbokehshapedetail' => { 502 => [\'LensBlur','LensBlurBokehShapeDetail'], 504 => [\'LensBlur','LensBlurBokehShapeDetail'] },
+ 'lensblurcateyeamount' => { 502 => [\'LensBlur','LensBlurCatEyeAmount'], 504 => [\'LensBlur','LensBlurCatEyeAmount'] },
+ 'lensblurcateyescale' => { 502 => [\'LensBlur','LensBlurCatEyeScale'], 504 => [\'LensBlur','LensBlurCatEyeScale'] },
+ 'lensblurfocalrange' => { 502 => [\'LensBlur','LensBlurFocalRange'], 504 => [\'LensBlur','LensBlurFocalRange'] },
+ 'lensblurfocalrangesource' => { 502 => [\'LensBlur','LensBlurFocalRangeSource'], 504 => [\'LensBlur','LensBlurFocalRangeSource'] },
+ 'lensblurhighlightsboost' => { 502 => [\'LensBlur','LensBlurHighlightsBoost'], 504 => [\'LensBlur','LensBlurHighlightsBoost'] },
+ 'lensblurhighlightsthreshold' => { 502 => [\'LensBlur','LensBlurHighlightsThreshold'], 504 => [\'LensBlur','LensBlurHighlightsThreshold'] },
+ 'lensblursampledarea' => { 502 => [\'LensBlur','LensBlurSampledArea'], 504 => [\'LensBlur','LensBlurSampledArea'] },
+ 'lensblursampledrange' => { 502 => [\'LensBlur','LensBlurSampledRange'], 504 => [\'LensBlur','LensBlurSampledRange'] },
+ 'lensblursphericalaberration' => { 502 => [\'LensBlur','LensBlurSphericalAberration'], 504 => [\'LensBlur','LensBlurSphericalAberration'] },
+ 'lensblursubjectrange' => { 502 => [\'LensBlur','LensBlurSubjectRange'], 504 => [\'LensBlur','LensBlurSubjectRange'] },
+ 'lensblurversion' => { 502 => [\'LensBlur','LensBlurVersion'], 504 => [\'LensBlur','LensBlurVersion'] },
+ 'lenscontrolring' => { 315 => 0xad, 316 => 0xad, 317 => 0xad },
+ 'lenscorrectionsettings' => { 507 => 'LensCorrectionSettings' },
+ 'lensdistortinfo' => { 499 => 'LensDistortInfo' },
+ 'lensdistortionparams' => { 324 => 0x206 },
+ 'lensdriveend' => { 234 => 0x56 },
+ 'lensdrivenoaf' => { 86 => 0x505 },
'lensdrivewhenafimpossible' => { 2 => 0xb },
- 'lense-mountversion' => { 429 => 0x3f0, 475 => 0xd },
- 'lensfirmware' => { 408 => 0x20, 414 => 0xa004 },
- 'lensfirmwareversion' => { 318 => 0x204, 340 => 0x60, 429 => 0x3f3, 475 => 0x14 },
- 'lensfocallength' => { 103 => 0xf0512, 366 => 0x9 },
- 'lensfocalrange' => { 417 => [0xa,0x2a] },
- 'lensfocusfunctionbuttons' => { 298 => '55.1', 300 => '52.1', 301 => '52.1', 310 => '52.1', 311 => '52.1' },
- 'lensformat' => { 453 => 0x1891, 455 => 0x18bd, 456 => 0x18ed, 457 => 0x17f1, 459 => 0x106, 460 => 0x106, 471 => 0x603, 472 => 0x5d },
- 'lensfstops' => { 226 => 0x7, 227 => 0xc, 228 => 0xd, 232 => 0xe, 234 => 0x8b, 366 => '0.3' },
- 'lensfunc1button' => { 313 => 0x9f, 314 => 0x9f, 315 => 0x9f },
- 'lensfunc1buttonplaybackmode' => { 242 => 0x810 },
- 'lensfunc2button' => { 313 => 0xa7, 314 => 0xa7, 315 => 0xa7 },
- 'lensfunc2buttonplaybackmode' => { 242 => 0x812 },
- 'lensid' => { 232 => 0x30, 497 => 'LensID' },
- 'lensidnumber' => { 226 => 0x6, 227 => 0xb, 228 => 0xc, 232 => 0xd },
- 'lensinfo' => { 119 => 0xa432, 372 => 0x2a, 497 => 'LensInfo', 507 => 'LensSpecification' },
- 'lenskind' => { 366 => 0x1 },
- 'lensmake' => { 119 => 0xa433, 163 => 'Make', 507 => 'LensMake' },
- 'lensmanualdistortionamount' => { 500 => 'LensManualDistortionAmount', 502 => 'LensManualDistortionAmount' },
- 'lensmanufacturer' => { 178 => 'LensManufacturer' },
- 'lensmaxaperturerange' => { 417 => 0x2b },
- 'lensmodel' => { 7 => 0x937, 14 => 0x92b, 15 => 0x933, 64 => 0x95, 119 => 0xa434, 163 => 'Model', 178 => 'LensModel', 229 => 0x18a, 230 => 0x18b, 231 => 0x2ac, 318 => 0x203, 372 => 0xc, 384 => 0x412, 507 => 'LensModel' },
- 'lensmodulationoptimizer' => { 127 => 0x1045 },
- 'lensmount' => { 429 => 0x99, 453 => 0x1892, 455 => 0x18be, 456 => 0x18ee, 457 => 0x17f2, 459 => 0x105, 460 => 0x105, 471 => 0x604, 472 => 0x5e },
- 'lensmount2' => { 475 => 0x8 },
- 'lensmounttype' => { 232 => 0x35 },
- 'lenspositionabsolute' => { 232 => 0x5a },
- 'lensprofilechromaticaberrationscale' => { 500 => 'LensProfileChromaticAberrationScale', 502 => 'LensProfileChromaticAberrationScale' },
- 'lensprofiledigest' => { 500 => 'LensProfileDigest', 502 => 'LensProfileDigest' },
- 'lensprofiledistortionscale' => { 500 => 'LensProfileDistortionScale', 502 => 'LensProfileDistortionScale' },
- 'lensprofileenable' => { 500 => 'LensProfileEnable', 502 => 'LensProfileEnable' },
- 'lensprofilefilename' => { 500 => 'LensProfileFilename', 502 => 'LensProfileFilename' },
- 'lensprofileisembedded' => { 500 => 'LensProfileIsEmbedded', 502 => 'LensProfileIsEmbedded' },
- 'lensprofilematchkeycameramodelname' => { 500 => 'LensProfileMatchKeyCameraModelName', 502 => 'LensProfileMatchKeyCameraModelName' },
- 'lensprofilematchkeyexifmake' => { 500 => 'LensProfileMatchKeyExifMake', 502 => 'LensProfileMatchKeyExifMake' },
- 'lensprofilematchkeyexifmodel' => { 500 => 'LensProfileMatchKeyExifModel', 502 => 'LensProfileMatchKeyExifModel' },
- 'lensprofilematchkeyisraw' => { 500 => 'LensProfileMatchKeyIsRaw', 502 => 'LensProfileMatchKeyIsRaw' },
- 'lensprofilematchkeylensid' => { 500 => 'LensProfileMatchKeyLensID', 502 => 'LensProfileMatchKeyLensID' },
- 'lensprofilematchkeylensinfo' => { 500 => 'LensProfileMatchKeyLensInfo', 502 => 'LensProfileMatchKeyLensInfo' },
- 'lensprofilematchkeylensname' => { 500 => 'LensProfileMatchKeyLensName', 502 => 'LensProfileMatchKeyLensName' },
- 'lensprofilematchkeysensorformatfactor' => { 500 => 'LensProfileMatchKeySensorFormatFactor', 502 => 'LensProfileMatchKeySensorFormatFactor' },
- 'lensprofilename' => { 500 => 'LensProfileName', 502 => 'LensProfileName' },
- 'lensprofilesetup' => { 500 => 'LensProfileSetup', 502 => 'LensProfileSetup' },
- 'lensprofilevignettingscale' => { 500 => 'LensProfileVignettingScale', 502 => 'LensProfileVignettingScale' },
- 'lensproperties' => { 318 => 0x20b },
- 'lensserialnumber' => { 21 => 0x164, 32 => 0x16b, 61 => 0x0, 119 => 0xa435, 163 => 'SerialNumber', 318 => 0x202, 338 => 0x321, 340 => 0x52, 400 => 'LENS', 408 => 0x30, 497 => 'LensSerialNumber', 507 => 'LensSerialNumber' },
- 'lensshutterlock' => { 184 => 0x4a },
- 'lensspec' => { 424 => 0x0, 425 => 0x0, 426 => 0x0, 440 => 0xb02a },
- 'lensspecfeatures' => { 459 => [0x115,0x116], 460 => [0x116,0x1ed,0x1f0,0x21c,0x21e] },
- 'lenstemperature' => { 322 => 0x1008 },
- 'lenstype' => { 7 => 0xe2, 8 => 0xd, 9 => 0x1a7, 10 => 0xc, 11 => 0x111, 12 => 0xc, 13 => 0x14f, 14 => 0xd6, 15 => 0xde, 16 => 0xf6, 17 => 0xea, 18 => 0xff, 19 => [0xc,0x97], 20 => 0xe6, 21 => 0x153, 22 => 0xea, 23 => 0xe8, 24 => 0x127, 25 => 0x161, 26 => 0x166, 27 => 0x184, 28 => 0x112, 29 => 0x189, 34 => 0x16, 186 => 0x10c, 187 => 0x49bd, 234 => 0x83, 318 => 0x201, 331 => 0x16, 335 => 0x310, 337 => 0x303, 338 => 0x303, 340 => 0x51, 342 => 0x3405, 367 => 0x0, 368 => 0x0, 369 => 0x1, 370 => 0x1, 371 => 0x1, 373 => 0x0, 414 => 0xa003, 417 => 0x27, 440 => 0xb027, 453 => 0x1896, 455 => 0x18c2, 456 => 0x18f2, 457 => 0x17f6, 459 => 0x109, 460 => 0x109, 471 => 0x608, 472 => 0x62 },
- 'lenstype2' => { 429 => 0x3f7, 453 => 0x1893, 455 => 0x18bf, 456 => 0x18ef, 457 => 0x17f3, 459 => 0x107, 460 => 0x107, 471 => 0x605, 472 => 0x60 },
- 'lenstype3' => { 475 => 0x9 },
- 'lenstypemake' => { 340 => 0xc4 },
- 'lenstypemodel' => { 340 => [0xc5,0xe4] },
- 'lenszoomposition' => { 468 => 0x19, 469 => 0x1e, 472 => [0x342,0x34e,0x35a] },
- 'levelindicator' => { 348 => 0x15 },
- 'levelmeter' => { 400 => ['Lvlm','lvlm'] },
- 'levelorientation' => { 374 => 0x0 },
- 'license' => { 498 => 'license' },
- 'licensee' => { 327 => 'Licensee' },
- 'licenseeid' => { 327 => [\'Licensee','LicenseeLicenseeID'] },
- 'licenseeimageid' => { 327 => 'LicenseeImageID' },
- 'licenseeimagenotes' => { 327 => 'LicenseeImageNotes' },
- 'licenseename' => { 327 => [\'Licensee','LicenseeLicenseeName'] },
- 'licenseenddate' => { 327 => 'LicenseEndDate' },
- 'licenseeprojectreference' => { 327 => 'LicenseeProjectReference' },
- 'licenseetransactionid' => { 327 => 'LicenseeTransactionID' },
- 'licenseid' => { 327 => 'LicenseID' },
- 'licensestartdate' => { 327 => 'LicenseStartDate' },
- 'licensetransactiondate' => { 327 => 'LicenseTransactionDate' },
- 'licensetype' => { 504 => 'licensetype' },
- 'licensor' => { 327 => 'Licensor' },
- 'licensorcity' => { 327 => [\'Licensor','LicensorLicensorCity'] },
- 'licensorcountry' => { 327 => [\'Licensor','LicensorLicensorCountry'] },
- 'licensoremail' => { 327 => [\'Licensor','LicensorLicensorEmail'] },
- 'licensorextendedaddress' => { 327 => [\'Licensor','LicensorLicensorExtendedAddress'] },
- 'licensorid' => { 327 => [\'Licensor','LicensorLicensorID'] },
- 'licensorimageid' => { 327 => 'LicensorImageID' },
- 'licensorname' => { 327 => [\'Licensor','LicensorLicensorName'] },
- 'licensornotes' => { 327 => 'LicensorNotes' },
- 'licensorpostalcode' => { 327 => [\'Licensor','LicensorLicensorPostalCode'] },
- 'licensorregion' => { 327 => [\'Licensor','LicensorLicensorRegion'] },
- 'licensorstreetaddress' => { 327 => [\'Licensor','LicensorLicensorStreetAddress'] },
- 'licensortelephone1' => { 327 => [\'Licensor','LicensorLicensorTelephone1'] },
- 'licensortelephone2' => { 327 => [\'Licensor','LicensorLicensorTelephone2'] },
- 'licensortelephonetype1' => { 327 => [\'Licensor','LicensorLicensorTelephoneType1'] },
- 'licensortelephonetype2' => { 327 => [\'Licensor','LicensorLicensorTelephoneType2'] },
- 'licensortransactionid' => { 327 => 'LicensorTransactionID' },
- 'licensorurl' => { 327 => [\'Licensor','LicensorLicensorURL'] },
- 'lightcondition' => { 322 => 0x1009 },
- 'lightingmode' => { 113 => 0x302a },
- 'lightreading' => { 375 => 0x15 },
- 'lightsource' => { 119 => 0x9208, 234 => 0x90, 325 => 0x1000, 506 => 'LightSource' },
- 'lightsourcespecial' => { 416 => 0x21d },
- 'lightswitch' => { 310 => '0.1', 312 => '0.1' },
- 'lightvaluecenter' => { 322 => 0x103d },
- 'lightvalueperiphery' => { 322 => 0x103e },
- 'limitaf-areamodesel3dtracking' => { 313 => 0x153, 314 => 0x153, 315 => 0x16b },
- 'limitaf-areamodeseldynamic_l' => { 313 => 0x151, 314 => 0x151, 315 => 0x169 },
- 'limitaf-areamodeseldynamic_m' => { 313 => 0x150, 314 => 0x150, 315 => 0x168 },
- 'limitaf-areamodeseldynamic_s' => { 313 => 0x14f, 314 => 0x14f, 315 => 0x167 },
- 'limitaf-areamodeselpinpoint' => { 313 => 0x11, 314 => 0x11, 315 => 0x11 },
- 'limitaf-areamodeselwideaf_l' => { 313 => 0x14, 314 => 0x14, 315 => 0x14 },
- 'limitaf-areamodeselwideaf_s' => { 313 => 0x13, 314 => 0x13, 315 => 0x13 },
- 'limitafareamodeselauto' => { 313 => 0x15, 314 => 0x15, 315 => 0x15 },
- 'limitafareamodeselection' => { 298 => '51.1', 300 => '49.1', 301 => '49.1', 310 => '49.1', 311 => '49.1' },
- 'limitreleasemodeselc120' => { 314 => '269.4', 315 => '293.4' },
- 'limitreleasemodeselc30' => { 314 => '269.3', 315 => '293.3' },
- 'limitreleasemodeselch' => { 314 => '269.2', 315 => '293.2' },
- 'limitreleasemodeselcl' => { 314 => '269.1', 315 => '293.1' },
- 'limitreleasemodeselself' => { 314 => '269.5', 315 => '293.5' },
- 'limitselectableimagearea16to9' => { 313 => 0x47, 314 => 0x47, 315 => 0x47 },
- 'limitselectableimagearea1to1' => { 313 => 0x46, 314 => 0x46, 315 => 0x46 },
- 'limitselectableimageareadx' => { 313 => 0x45, 314 => 0x45, 315 => 0x45 },
- 'linearitylimitblue' => { 345 => 0x10 },
- 'linearitylimitgreen' => { 345 => 0xf },
- 'linearitylimitred' => { 345 => 0xe },
- 'linearityuppermargin' => { 41 => 0x32c, 42 => 0x282, 45 => [0x2ba,0x2d1,0x2d5], 47 => 0x1e5, 48 => [0x1fe,0x2de], 49 => [0x232,0x310], 50 => 0x31e },
- 'linearizationtable' => { 119 => 0xc618 },
- 'linearresponselimit' => { 119 => 0xc62e },
- 'link' => { 519 => 'link' },
- 'linkaetoafpoint' => { 356 => '14.2' },
- 'linkedencodedrightsexpr' => { 514 => [\'LinkedEncRightsExpr','LinkedEncRightsExprLinkedRightsExpr'] },
- 'linkedencodedrightsexprlangid' => { 514 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprLangId'] },
- 'linkedencodedrightsexprtype' => { 514 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprEncType'] },
- 'linkedencrightsexpr' => { 514 => 'LinkedEncRightsExpr' },
- 'linlogcoring' => { 138 => 0x904 },
- 'lithostratigraphicterms' => { 118 => [\'GeologicalContext','GeologicalContextLithostratigraphicTerms'] },
- 'livephotoauto' => { 394 => 'live-photo.auto' },
+ 'lense-mountversion' => { 431 => 0x3f0, 477 => 0xd },
+ 'lensfirmware' => { 410 => 0x20, 416 => 0xa004 },
+ 'lensfirmwareversion' => { 320 => 0x204, 342 => 0x60, 431 => 0x3f3, 477 => 0x14 },
+ 'lensfocallength' => { 105 => 0xf0512, 368 => 0x9 },
+ 'lensfocalrange' => { 419 => [0xa,0x2a] },
+ 'lensfocusfunctionbuttons' => { 300 => '55.1', 302 => '52.1', 303 => '52.1', 312 => '52.1', 313 => '52.1' },
+ 'lensformat' => { 455 => 0x1891, 457 => 0x18bd, 458 => 0x18ed, 459 => 0x17f1, 461 => 0x106, 462 => 0x106, 473 => 0x603, 474 => 0x5d },
+ 'lensfstops' => { 228 => 0x7, 229 => 0xc, 230 => 0xd, 234 => 0xe, 236 => 0x8b, 368 => '0.3' },
+ 'lensfunc1button' => { 315 => 0x9f, 316 => 0x9f, 317 => 0x9f },
+ 'lensfunc1buttonplaybackmode' => { 244 => 0x810 },
+ 'lensfunc2button' => { 315 => 0xa7, 316 => 0xa7, 317 => 0xa7 },
+ 'lensfunc2buttonplaybackmode' => { 244 => 0x812 },
+ 'lensid' => { 234 => 0x30, 499 => 'LensID' },
+ 'lensidnumber' => { 228 => 0x6, 229 => 0xb, 230 => 0xc, 234 => 0xd },
+ 'lensinfo' => { 121 => 0xa432, 374 => 0x2a, 499 => 'LensInfo', 509 => 'LensSpecification' },
+ 'lenskind' => { 368 => 0x1 },
+ 'lensmake' => { 121 => 0xa433, 165 => 'Make', 509 => 'LensMake' },
+ 'lensmanualdistortionamount' => { 502 => 'LensManualDistortionAmount', 504 => 'LensManualDistortionAmount' },
+ 'lensmanufacturer' => { 180 => 'LensManufacturer' },
+ 'lensmaxaperturerange' => { 419 => 0x2b },
+ 'lensmodel' => { 7 => 0x937, 14 => 0x92b, 15 => 0x933, 65 => 0x95, 121 => 0xa434, 165 => 'Model', 180 => 'LensModel', 231 => 0x18a, 232 => 0x18b, 233 => 0x2ac, 320 => 0x203, 374 => 0xc, 386 => 0x412, 509 => 'LensModel' },
+ 'lensmodulationoptimizer' => { 129 => 0x1045 },
+ 'lensmount' => { 431 => 0x99, 455 => 0x1892, 457 => 0x18be, 458 => 0x18ee, 459 => 0x17f2, 461 => 0x105, 462 => 0x105, 473 => 0x604, 474 => 0x5e },
+ 'lensmount2' => { 477 => 0x8 },
+ 'lensmounttype' => { 234 => 0x35 },
+ 'lenspositionabsolute' => { 234 => 0x5a },
+ 'lensprofilechromaticaberrationscale' => { 502 => 'LensProfileChromaticAberrationScale', 504 => 'LensProfileChromaticAberrationScale' },
+ 'lensprofiledigest' => { 502 => 'LensProfileDigest', 504 => 'LensProfileDigest' },
+ 'lensprofiledistortionscale' => { 502 => 'LensProfileDistortionScale', 504 => 'LensProfileDistortionScale' },
+ 'lensprofileenable' => { 502 => 'LensProfileEnable', 504 => 'LensProfileEnable' },
+ 'lensprofilefilename' => { 502 => 'LensProfileFilename', 504 => 'LensProfileFilename' },
+ 'lensprofileisembedded' => { 502 => 'LensProfileIsEmbedded', 504 => 'LensProfileIsEmbedded' },
+ 'lensprofilematchkeycameramodelname' => { 502 => 'LensProfileMatchKeyCameraModelName', 504 => 'LensProfileMatchKeyCameraModelName' },
+ 'lensprofilematchkeyexifmake' => { 502 => 'LensProfileMatchKeyExifMake', 504 => 'LensProfileMatchKeyExifMake' },
+ 'lensprofilematchkeyexifmodel' => { 502 => 'LensProfileMatchKeyExifModel', 504 => 'LensProfileMatchKeyExifModel' },
+ 'lensprofilematchkeyisraw' => { 502 => 'LensProfileMatchKeyIsRaw', 504 => 'LensProfileMatchKeyIsRaw' },
+ 'lensprofilematchkeylensid' => { 502 => 'LensProfileMatchKeyLensID', 504 => 'LensProfileMatchKeyLensID' },
+ 'lensprofilematchkeylensinfo' => { 502 => 'LensProfileMatchKeyLensInfo', 504 => 'LensProfileMatchKeyLensInfo' },
+ 'lensprofilematchkeylensname' => { 502 => 'LensProfileMatchKeyLensName', 504 => 'LensProfileMatchKeyLensName' },
+ 'lensprofilematchkeysensorformatfactor' => { 502 => 'LensProfileMatchKeySensorFormatFactor', 504 => 'LensProfileMatchKeySensorFormatFactor' },
+ 'lensprofilename' => { 502 => 'LensProfileName', 504 => 'LensProfileName' },
+ 'lensprofilesetup' => { 502 => 'LensProfileSetup', 504 => 'LensProfileSetup' },
+ 'lensprofilevignettingscale' => { 502 => 'LensProfileVignettingScale', 504 => 'LensProfileVignettingScale' },
+ 'lensproperties' => { 320 => 0x20b },
+ 'lensserialnumber' => { 21 => 0x164, 33 => 0x16b, 62 => 0x0, 121 => 0xa435, 165 => 'SerialNumber', 320 => 0x202, 340 => 0x321, 342 => 0x52, 402 => 'LENS', 410 => 0x30, 499 => 'LensSerialNumber', 509 => 'LensSerialNumber' },
+ 'lensshutterlock' => { 186 => 0x4a },
+ 'lensspec' => { 426 => 0x0, 427 => 0x0, 428 => 0x0, 442 => 0xb02a },
+ 'lensspecfeatures' => { 461 => [0x115,0x116], 462 => [0x116,0x1ed,0x1f0,0x21c,0x21e] },
+ 'lenstemperature' => { 324 => 0x1008 },
+ 'lenstype' => { 7 => 0xe2, 8 => 0xd, 9 => 0x1a7, 10 => 0xc, 11 => 0x111, 12 => 0xc, 13 => 0x14f, 14 => 0xd6, 15 => 0xde, 16 => 0xf6, 17 => 0xea, 18 => 0xff, 19 => [0xc,0x97], 20 => 0xe6, 21 => 0x153, 22 => 0xea, 23 => 0xe8, 24 => 0x127, 25 => 0x161, 26 => 0x166, 27 => 0x184, 28 => 0x112, 29 => 0x189, 35 => 0x16, 188 => 0x10c, 189 => 0x49bd, 236 => 0x83, 320 => 0x201, 333 => 0x16, 337 => 0x310, 339 => 0x303, 340 => 0x303, 342 => 0x51, 344 => 0x3405, 369 => 0x0, 370 => 0x0, 371 => 0x1, 372 => 0x1, 373 => 0x1, 375 => 0x0, 416 => 0xa003, 419 => 0x27, 442 => 0xb027, 455 => 0x1896, 457 => 0x18c2, 458 => 0x18f2, 459 => 0x17f6, 461 => 0x109, 462 => 0x109, 473 => 0x608, 474 => 0x62 },
+ 'lenstype2' => { 431 => 0x3f7, 455 => 0x1893, 457 => 0x18bf, 458 => 0x18ef, 459 => 0x17f3, 461 => 0x107, 462 => 0x107, 473 => 0x605, 474 => 0x60 },
+ 'lenstype3' => { 477 => 0x9 },
+ 'lenstypemake' => { 342 => 0xc4 },
+ 'lenstypemodel' => { 342 => [0xc5,0xe4] },
+ 'lenszoomposition' => { 470 => 0x19, 471 => 0x1e, 474 => [0x342,0x34e,0x35a] },
+ 'levelindicator' => { 350 => 0x15 },
+ 'levelmeter' => { 402 => ['Lvlm','lvlm'] },
+ 'levelorientation' => { 376 => 0x0 },
+ 'license' => { 500 => 'license' },
+ 'licensee' => { 329 => 'Licensee' },
+ 'licenseeid' => { 329 => [\'Licensee','LicenseeLicenseeID'] },
+ 'licenseeimageid' => { 329 => 'LicenseeImageID' },
+ 'licenseeimagenotes' => { 329 => 'LicenseeImageNotes' },
+ 'licenseename' => { 329 => [\'Licensee','LicenseeLicenseeName'] },
+ 'licenseenddate' => { 329 => 'LicenseEndDate' },
+ 'licenseeprojectreference' => { 329 => 'LicenseeProjectReference' },
+ 'licenseetransactionid' => { 329 => 'LicenseeTransactionID' },
+ 'licenseid' => { 329 => 'LicenseID' },
+ 'licensestartdate' => { 329 => 'LicenseStartDate' },
+ 'licensetransactiondate' => { 329 => 'LicenseTransactionDate' },
+ 'licensetype' => { 506 => 'licensetype' },
+ 'licensor' => { 329 => 'Licensor' },
+ 'licensorcity' => { 329 => [\'Licensor','LicensorLicensorCity'] },
+ 'licensorcountry' => { 329 => [\'Licensor','LicensorLicensorCountry'] },
+ 'licensoremail' => { 329 => [\'Licensor','LicensorLicensorEmail'] },
+ 'licensorextendedaddress' => { 329 => [\'Licensor','LicensorLicensorExtendedAddress'] },
+ 'licensorid' => { 329 => [\'Licensor','LicensorLicensorID'] },
+ 'licensorimageid' => { 329 => 'LicensorImageID' },
+ 'licensorname' => { 329 => [\'Licensor','LicensorLicensorName'] },
+ 'licensornotes' => { 329 => 'LicensorNotes' },
+ 'licensorpostalcode' => { 329 => [\'Licensor','LicensorLicensorPostalCode'] },
+ 'licensorregion' => { 329 => [\'Licensor','LicensorLicensorRegion'] },
+ 'licensorstreetaddress' => { 329 => [\'Licensor','LicensorLicensorStreetAddress'] },
+ 'licensortelephone1' => { 329 => [\'Licensor','LicensorLicensorTelephone1'] },
+ 'licensortelephone2' => { 329 => [\'Licensor','LicensorLicensorTelephone2'] },
+ 'licensortelephonetype1' => { 329 => [\'Licensor','LicensorLicensorTelephoneType1'] },
+ 'licensortelephonetype2' => { 329 => [\'Licensor','LicensorLicensorTelephoneType2'] },
+ 'licensortransactionid' => { 329 => 'LicensorTransactionID' },
+ 'licensorurl' => { 329 => [\'Licensor','LicensorLicensorURL'] },
+ 'lightcondition' => { 324 => 0x1009 },
+ 'lightingmode' => { 115 => 0x302a },
+ 'lightreading' => { 377 => 0x15 },
+ 'lightsource' => { 121 => 0x9208, 236 => 0x90, 327 => 0x1000, 508 => 'LightSource' },
+ 'lightsourcespecial' => { 418 => 0x21d },
+ 'lightswitch' => { 312 => '0.1', 314 => '0.1' },
+ 'lightvaluecenter' => { 324 => 0x103d },
+ 'lightvalueperiphery' => { 324 => 0x103e },
+ 'limitaf-areamodesel3dtracking' => { 315 => 0x153, 316 => 0x153, 317 => 0x16b },
+ 'limitaf-areamodeseldynamic_l' => { 315 => 0x151, 316 => 0x151, 317 => 0x169 },
+ 'limitaf-areamodeseldynamic_m' => { 315 => 0x150, 316 => 0x150, 317 => 0x168 },
+ 'limitaf-areamodeseldynamic_s' => { 315 => 0x14f, 316 => 0x14f, 317 => 0x167 },
+ 'limitaf-areamodeselpinpoint' => { 315 => 0x11, 316 => 0x11, 317 => 0x11 },
+ 'limitaf-areamodeselwideaf_l' => { 315 => 0x14, 316 => 0x14, 317 => 0x14 },
+ 'limitaf-areamodeselwideaf_s' => { 315 => 0x13, 316 => 0x13, 317 => 0x13 },
+ 'limitafareamodeselauto' => { 315 => 0x15, 316 => 0x15, 317 => 0x15 },
+ 'limitafareamodeselection' => { 300 => '51.1', 302 => '49.1', 303 => '49.1', 312 => '49.1', 313 => '49.1' },
+ 'limitreleasemodeselc120' => { 316 => '269.4', 317 => '293.4' },
+ 'limitreleasemodeselc30' => { 316 => '269.3', 317 => '293.3' },
+ 'limitreleasemodeselch' => { 316 => '269.2', 317 => '293.2' },
+ 'limitreleasemodeselcl' => { 316 => '269.1', 317 => '293.1' },
+ 'limitreleasemodeselself' => { 316 => '269.5', 317 => '293.5' },
+ 'limitselectableimagearea16to9' => { 315 => 0x47, 316 => 0x47, 317 => 0x47 },
+ 'limitselectableimagearea1to1' => { 315 => 0x46, 316 => 0x46, 317 => 0x46 },
+ 'limitselectableimageareadx' => { 315 => 0x45, 316 => 0x45, 317 => 0x45 },
+ 'linearitylimitblue' => { 347 => 0x10 },
+ 'linearitylimitgreen' => { 347 => 0xf },
+ 'linearitylimitred' => { 347 => 0xe },
+ 'linearityuppermargin' => { 42 => 0x32c, 43 => 0x282, 46 => [0x2ba,0x2d1,0x2d5], 48 => 0x1e5, 49 => [0x1fe,0x2de], 50 => [0x232,0x310], 51 => 0x31e },
+ 'linearizationtable' => { 121 => 0xc618 },
+ 'linearresponselimit' => { 121 => 0xc62e },
+ 'link' => { 521 => 'link' },
+ 'linkaetoafpoint' => { 358 => '14.2' },
+ 'linkedencodedrightsexpr' => { 516 => [\'LinkedEncRightsExpr','LinkedEncRightsExprLinkedRightsExpr'] },
+ 'linkedencodedrightsexprlangid' => { 516 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprLangId'] },
+ 'linkedencodedrightsexprtype' => { 516 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprEncType'] },
+ 'linkedencrightsexpr' => { 516 => 'LinkedEncRightsExpr' },
+ 'linlogcoring' => { 140 => 0x904 },
+ 'lithostratigraphicterms' => { 120 => [\'GeologicalContext','GeologicalContextLithostratigraphicTerms'] },
+ 'livephotoauto' => { 396 => 'live-photo.auto' },
'livephotovideoindex' => { 1 => 0x17 },
- 'livephotovitalityscore' => { 394 => 'live-photo.vitality-score' },
- 'livephotovitalityscoringversion' => { 394 => 'live-photo.vitality-scoring-version' },
- 'liveviewaf' => { 302 => '32.1', 312 => '34.1' },
- 'liveviewafareamode' => { 307 => '34.1' },
- 'liveviewafmethod' => { 445 => 0x20 },
- 'liveviewafmode' => { 307 => '34.2' },
- 'liveviewafsetting' => { 429 => 0x36 },
- 'liveviewbuttonoptions' => { 298 => '50.2', 300 => '48.2', 301 => '48.2', 310 => '48.2', 311 => '48.2' },
- 'liveviewexposuresimulation' => { 84 => 0x810 },
- 'liveviewfocusmode' => { 429 => [0x8b,0x28b] },
- 'liveviewmetering' => { 429 => [0x84,0x284] },
- 'liveviewmonitorofftime' => { 298 => '21.2', 300 => '21.2', 301 => '21.2', 303 => '20.2', 304 => '20.2', 305 => '20.2', 307 => '20.2', 310 => '21.2', 311 => '21.2' },
- 'liveviewshooting' => { 57 => 0x13 },
- 'livingspecimen' => { 118 => 'LivingSpecimen' },
- 'livingspecimenmaterialsampleid' => { 118 => [\'LivingSpecimen','LivingSpecimenMaterialSampleID'] },
- 'localcaption' => { 131 => 0x79 },
- 'localizedcameramodel' => { 119 => 0xc615 },
- 'locallocationname' => { 414 => 0x30 },
- 'location' => { 233 => 0x9, 340 => 0x67, 493 => 'Location', 513 => 'Location', 518 => 'location', 519 => 'location' },
- 'locationaccuracyhorizontal' => { 394 => 'location.accuracy.horizontal' },
- 'locationareacode' => { 499 => 'lac' },
- 'locationbody' => { 394 => 'location.body' },
- 'locationcreated' => { 514 => 'LocationCreated' },
- 'locationcreatedcity' => { 514 => [\'LocationCreated','LocationCreatedCity'] },
- 'locationcreatedcountrycode' => { 514 => [\'LocationCreated','LocationCreatedCountryCode'] },
- 'locationcreatedcountryname' => { 514 => [\'LocationCreated','LocationCreatedCountryName'] },
- 'locationcreatedgpsaltitude' => { 514 => [\'LocationCreated','LocationCreatedGPSAltitude'] },
- 'locationcreatedgpslatitude' => { 514 => [\'LocationCreated','LocationCreatedGPSLatitude'] },
- 'locationcreatedgpslongitude' => { 514 => [\'LocationCreated','LocationCreatedGPSLongitude'] },
- 'locationcreatedidentifier' => { 514 => [\'LocationCreated','LocationCreatedIdentifier'] },
- 'locationcreatedlocationid' => { 514 => [\'LocationCreated','LocationCreatedLocationId'] },
- 'locationcreatedlocationname' => { 514 => [\'LocationCreated','LocationCreatedLocationName'] },
- 'locationcreatedprovincestate' => { 514 => [\'LocationCreated','LocationCreatedProvinceState'] },
- 'locationcreatedsublocation' => { 514 => [\'LocationCreated','LocationCreatedSublocation'] },
- 'locationcreatedworldregion' => { 514 => [\'LocationCreated','LocationCreatedWorldRegion'] },
- 'locationdate' => { 394 => 'location.date' },
- 'locationinformation' => { 400 => 'loci' },
- 'locationinfoversion' => { 233 => 0x0 },
- 'locationname' => { 394 => 'location.name', 414 => 0x31 },
- 'locationnote' => { 394 => 'location.note' },
- 'locationrole' => { 394 => 'location.role' },
- 'locationshown' => { 514 => 'LocationShown' },
- 'locationshowncity' => { 514 => [\'LocationShown','LocationShownCity'] },
- 'locationshowncountrycode' => { 514 => [\'LocationShown','LocationShownCountryCode'] },
- 'locationshowncountryname' => { 514 => [\'LocationShown','LocationShownCountryName'] },
- 'locationshowngpsaltitude' => { 514 => [\'LocationShown','LocationShownGPSAltitude'] },
- 'locationshowngpslatitude' => { 514 => [\'LocationShown','LocationShownGPSLatitude'] },
- 'locationshowngpslongitude' => { 514 => [\'LocationShown','LocationShownGPSLongitude'] },
- 'locationshownidentifier' => { 514 => [\'LocationShown','LocationShownIdentifier'] },
- 'locationshownlocationid' => { 514 => [\'LocationShown','LocationShownLocationId'] },
- 'locationshownlocationname' => { 514 => [\'LocationShown','LocationShownLocationName'] },
- 'locationshownprovincestate' => { 514 => [\'LocationShown','LocationShownProvinceState'] },
- 'locationshownsublocation' => { 514 => [\'LocationShown','LocationShownSublocation'] },
- 'locationshownworldregion' => { 514 => [\'LocationShown','LocationShownWorldRegion'] },
- 'lockmicrophonebutton' => { 84 => 0x709 },
- 'logcomment' => { 529 => 'logComment' },
- 'logscale' => { 138 => 0x902 },
- 'longdescription' => { 392 => 'ldes' },
- 'longexposurenoisereduction' => { 62 => 0x4, 84 => 0x201, 85 => 0x1, 86 => 0x2, 87 => 0x1, 88 => 0x1, 89 => 0x2, 90 => 0x1, 340 => 0x49, 427 => 0x2b, 428 => 0x25, 429 => 0x25, 440 => 0x2008, 445 => 0x11, 472 => 0x44 },
- 'longexposurenoisereduction2' => { 57 => 0x8 },
- 'longexposurenrused' => { 340 => 0xbe },
- 'longitude' => { 116 => 'Longitude' },
- 'look' => { 500 => 'Look', 502 => 'Look' },
- 'lookamount' => { 500 => [\'Look','LookAmount'], 502 => [\'Look','LookAmount'] },
- 'lookcluster' => { 500 => [\'Look','LookCluster'], 502 => [\'Look','LookCluster'] },
- 'lookcopyright' => { 500 => [\'Look','LookCopyright'], 502 => [\'Look','LookCopyright'] },
- 'lookgroup' => { 500 => [\'Look','LookGroup'], 502 => [\'Look','LookGroup'] },
- 'lookname' => { 500 => 'LookName', 502 => 'LookName' },
- 'lookparameters' => { 500 => [\'Look','LookParameters'], 502 => [\'Look','LookParameters'] },
- 'lookparameterscameraprofile' => { 500 => [\'Look','LookParametersCameraProfile'], 502 => [\'Look','LookParametersCameraProfile'] },
- 'lookparametersclarity2012' => { 500 => [\'Look','LookParametersClarity2012'], 502 => [\'Look','LookParametersClarity2012'] },
- 'lookparametersconverttograyscale' => { 500 => [\'Look','LookParametersConvertToGrayscale'], 502 => [\'Look','LookParametersConvertToGrayscale'] },
- 'lookparameterslooktable' => { 500 => [\'Look','LookParametersLookTable'], 502 => [\'Look','LookParametersLookTable'] },
- 'lookparametersprocessversion' => { 500 => [\'Look','LookParametersProcessVersion'], 502 => [\'Look','LookParametersProcessVersion'] },
- 'lookparameterstonecurvepv2012' => { 500 => [\'Look','LookParametersToneCurvePV2012'], 502 => [\'Look','LookParametersToneCurvePV2012'] },
- 'lookparameterstonecurvepv2012blue' => { 500 => [\'Look','LookParametersToneCurvePV2012Blue'], 502 => [\'Look','LookParametersToneCurvePV2012Blue'] },
- 'lookparameterstonecurvepv2012green' => { 500 => [\'Look','LookParametersToneCurvePV2012Green'], 502 => [\'Look','LookParametersToneCurvePV2012Green'] },
- 'lookparameterstonecurvepv2012red' => { 500 => [\'Look','LookParametersToneCurvePV2012Red'], 502 => [\'Look','LookParametersToneCurvePV2012Red'] },
- 'lookparametersversion' => { 500 => [\'Look','LookParametersVersion'], 502 => [\'Look','LookParametersVersion'] },
- 'looksupportsamount' => { 500 => [\'Look','LookSupportsAmount'], 502 => [\'Look','LookSupportsAmount'] },
- 'looksupportsmonochrome' => { 500 => [\'Look','LookSupportsMonochrome'], 502 => [\'Look','LookSupportsMonochrome'] },
- 'looksupportsoutputreferred' => { 500 => [\'Look','LookSupportsOutputReferred'], 502 => [\'Look','LookSupportsOutputReferred'] },
- 'lookuuid' => { 500 => [\'Look','LookUUID'], 502 => [\'Look','LookUUID'] },
- 'loop' => { 529 => 'loop' },
- 'loopstyle' => { 400 => 'LOOP' },
- 'lowestbiostratigraphiczone' => { 118 => [\'GeologicalContext','GeologicalContextLowestBiostratigraphicZone'] },
- 'luminanceadjustmentaqua' => { 500 => 'LuminanceAdjustmentAqua', 502 => 'LuminanceAdjustmentAqua' },
- 'luminanceadjustmentblue' => { 500 => 'LuminanceAdjustmentBlue', 502 => 'LuminanceAdjustmentBlue' },
- 'luminanceadjustmentgreen' => { 500 => 'LuminanceAdjustmentGreen', 502 => 'LuminanceAdjustmentGreen' },
- 'luminanceadjustmentmagenta' => { 500 => 'LuminanceAdjustmentMagenta', 502 => 'LuminanceAdjustmentMagenta' },
- 'luminanceadjustmentorange' => { 500 => 'LuminanceAdjustmentOrange', 502 => 'LuminanceAdjustmentOrange' },
- 'luminanceadjustmentpurple' => { 500 => 'LuminanceAdjustmentPurple', 502 => 'LuminanceAdjustmentPurple' },
- 'luminanceadjustmentred' => { 500 => 'LuminanceAdjustmentRed', 502 => 'LuminanceAdjustmentRed' },
- 'luminanceadjustmentyellow' => { 500 => 'LuminanceAdjustmentYellow', 502 => 'LuminanceAdjustmentYellow' },
- 'luminancecurvelimits' => { 108 => 0x150 },
- 'luminancecurvepoints' => { 108 => 0x126 },
+ 'livephotovitalityscore' => { 396 => 'live-photo.vitality-score' },
+ 'livephotovitalityscoringversion' => { 396 => 'live-photo.vitality-scoring-version' },
+ 'liveviewaf' => { 304 => '32.1', 314 => '34.1' },
+ 'liveviewafareamode' => { 309 => '34.1' },
+ 'liveviewafmethod' => { 447 => 0x20 },
+ 'liveviewafmode' => { 309 => '34.2' },
+ 'liveviewafsetting' => { 431 => 0x36 },
+ 'liveviewbuttonoptions' => { 300 => '50.2', 302 => '48.2', 303 => '48.2', 312 => '48.2', 313 => '48.2' },
+ 'liveviewexposuresimulation' => { 86 => 0x810 },
+ 'liveviewfocusmode' => { 431 => [0x8b,0x28b] },
+ 'liveviewmetering' => { 431 => [0x84,0x284] },
+ 'liveviewmonitorofftime' => { 300 => '21.2', 302 => '21.2', 303 => '21.2', 305 => '20.2', 306 => '20.2', 307 => '20.2', 309 => '20.2', 312 => '21.2', 313 => '21.2' },
+ 'liveviewshooting' => { 58 => 0x13 },
+ 'livingspecimen' => { 120 => 'LivingSpecimen' },
+ 'livingspecimenmaterialsampleid' => { 120 => [\'LivingSpecimen','LivingSpecimenMaterialSampleID'] },
+ 'localcaption' => { 133 => 0x79 },
+ 'localizedcameramodel' => { 121 => 0xc615 },
+ 'locallocationname' => { 416 => 0x30 },
+ 'location' => { 235 => 0x9, 342 => 0x67, 495 => 'Location', 515 => 'Location', 520 => 'location', 521 => 'location' },
+ 'locationaccuracyhorizontal' => { 396 => 'location.accuracy.horizontal' },
+ 'locationareacode' => { 501 => 'lac' },
+ 'locationbody' => { 396 => 'location.body' },
+ 'locationcreated' => { 516 => 'LocationCreated' },
+ 'locationcreatedcity' => { 516 => [\'LocationCreated','LocationCreatedCity'] },
+ 'locationcreatedcountrycode' => { 516 => [\'LocationCreated','LocationCreatedCountryCode'] },
+ 'locationcreatedcountryname' => { 516 => [\'LocationCreated','LocationCreatedCountryName'] },
+ 'locationcreatedgpsaltitude' => { 516 => [\'LocationCreated','LocationCreatedGPSAltitude'] },
+ 'locationcreatedgpslatitude' => { 516 => [\'LocationCreated','LocationCreatedGPSLatitude'] },
+ 'locationcreatedgpslongitude' => { 516 => [\'LocationCreated','LocationCreatedGPSLongitude'] },
+ 'locationcreatedidentifier' => { 516 => [\'LocationCreated','LocationCreatedIdentifier'] },
+ 'locationcreatedlocationid' => { 516 => [\'LocationCreated','LocationCreatedLocationId'] },
+ 'locationcreatedlocationname' => { 516 => [\'LocationCreated','LocationCreatedLocationName'] },
+ 'locationcreatedprovincestate' => { 516 => [\'LocationCreated','LocationCreatedProvinceState'] },
+ 'locationcreatedsublocation' => { 516 => [\'LocationCreated','LocationCreatedSublocation'] },
+ 'locationcreatedworldregion' => { 516 => [\'LocationCreated','LocationCreatedWorldRegion'] },
+ 'locationdate' => { 396 => 'location.date' },
+ 'locationinformation' => { 402 => 'loci' },
+ 'locationinfoversion' => { 235 => 0x0 },
+ 'locationname' => { 396 => 'location.name', 416 => 0x31 },
+ 'locationnote' => { 396 => 'location.note' },
+ 'locationrole' => { 396 => 'location.role' },
+ 'locationshown' => { 516 => 'LocationShown' },
+ 'locationshowncity' => { 516 => [\'LocationShown','LocationShownCity'] },
+ 'locationshowncountrycode' => { 516 => [\'LocationShown','LocationShownCountryCode'] },
+ 'locationshowncountryname' => { 516 => [\'LocationShown','LocationShownCountryName'] },
+ 'locationshowngpsaltitude' => { 516 => [\'LocationShown','LocationShownGPSAltitude'] },
+ 'locationshowngpslatitude' => { 516 => [\'LocationShown','LocationShownGPSLatitude'] },
+ 'locationshowngpslongitude' => { 516 => [\'LocationShown','LocationShownGPSLongitude'] },
+ 'locationshownidentifier' => { 516 => [\'LocationShown','LocationShownIdentifier'] },
+ 'locationshownlocationid' => { 516 => [\'LocationShown','LocationShownLocationId'] },
+ 'locationshownlocationname' => { 516 => [\'LocationShown','LocationShownLocationName'] },
+ 'locationshownprovincestate' => { 516 => [\'LocationShown','LocationShownProvinceState'] },
+ 'locationshownsublocation' => { 516 => [\'LocationShown','LocationShownSublocation'] },
+ 'locationshownworldregion' => { 516 => [\'LocationShown','LocationShownWorldRegion'] },
+ 'lockmicrophonebutton' => { 86 => 0x709 },
+ 'logcomment' => { 531 => 'logComment' },
+ 'logscale' => { 140 => 0x902 },
+ 'longdescription' => { 394 => 'ldes' },
+ 'longexposurenoisereduction' => { 63 => 0x4, 86 => 0x201, 87 => 0x1, 88 => 0x2, 89 => 0x1, 90 => 0x1, 91 => 0x2, 92 => 0x1, 342 => 0x49, 429 => 0x2b, 430 => 0x25, 431 => 0x25, 442 => 0x2008, 447 => 0x11, 474 => 0x44 },
+ 'longexposurenoisereduction2' => { 58 => 0x8 },
+ 'longexposurenrused' => { 342 => 0xbe },
+ 'longitude' => { 118 => 'Longitude' },
+ 'look' => { 502 => 'Look', 504 => 'Look' },
+ 'lookamount' => { 502 => [\'Look','LookAmount'], 504 => [\'Look','LookAmount'] },
+ 'lookcluster' => { 502 => [\'Look','LookCluster'], 504 => [\'Look','LookCluster'] },
+ 'lookcopyright' => { 502 => [\'Look','LookCopyright'], 504 => [\'Look','LookCopyright'] },
+ 'lookgroup' => { 502 => [\'Look','LookGroup'], 504 => [\'Look','LookGroup'] },
+ 'lookname' => { 502 => 'LookName', 504 => 'LookName' },
+ 'lookparameters' => { 502 => [\'Look','LookParameters'], 504 => [\'Look','LookParameters'] },
+ 'lookparameterscameraprofile' => { 502 => [\'Look','LookParametersCameraProfile'], 504 => [\'Look','LookParametersCameraProfile'] },
+ 'lookparametersclarity2012' => { 502 => [\'Look','LookParametersClarity2012'], 504 => [\'Look','LookParametersClarity2012'] },
+ 'lookparametersconverttograyscale' => { 502 => [\'Look','LookParametersConvertToGrayscale'], 504 => [\'Look','LookParametersConvertToGrayscale'] },
+ 'lookparametershighlights2012' => { 502 => [\'Look','LookParametersHighlights2012'], 504 => [\'Look','LookParametersHighlights2012'] },
+ 'lookparameterslooktable' => { 502 => [\'Look','LookParametersLookTable'], 504 => [\'Look','LookParametersLookTable'] },
+ 'lookparametersprocessversion' => { 502 => [\'Look','LookParametersProcessVersion'], 504 => [\'Look','LookParametersProcessVersion'] },
+ 'lookparametersshadows2012' => { 502 => [\'Look','LookParametersShadows2012'], 504 => [\'Look','LookParametersShadows2012'] },
+ 'lookparameterstonecurvepv2012' => { 502 => [\'Look','LookParametersToneCurvePV2012'], 504 => [\'Look','LookParametersToneCurvePV2012'] },
+ 'lookparameterstonecurvepv2012blue' => { 502 => [\'Look','LookParametersToneCurvePV2012Blue'], 504 => [\'Look','LookParametersToneCurvePV2012Blue'] },
+ 'lookparameterstonecurvepv2012green' => { 502 => [\'Look','LookParametersToneCurvePV2012Green'], 504 => [\'Look','LookParametersToneCurvePV2012Green'] },
+ 'lookparameterstonecurvepv2012red' => { 502 => [\'Look','LookParametersToneCurvePV2012Red'], 504 => [\'Look','LookParametersToneCurvePV2012Red'] },
+ 'lookparametersversion' => { 502 => [\'Look','LookParametersVersion'], 504 => [\'Look','LookParametersVersion'] },
+ 'looksupportsamount' => { 502 => [\'Look','LookSupportsAmount'], 504 => [\'Look','LookSupportsAmount'] },
+ 'looksupportsmonochrome' => { 502 => [\'Look','LookSupportsMonochrome'], 504 => [\'Look','LookSupportsMonochrome'] },
+ 'looksupportsoutputreferred' => { 502 => [\'Look','LookSupportsOutputReferred'], 504 => [\'Look','LookSupportsOutputReferred'] },
+ 'lookuuid' => { 502 => [\'Look','LookUUID'], 504 => [\'Look','LookUUID'] },
+ 'loop' => { 531 => 'loop' },
+ 'loopstyle' => { 402 => 'LOOP' },
+ 'lowestbiostratigraphiczone' => { 120 => [\'GeologicalContext','GeologicalContextLowestBiostratigraphicZone'] },
+ 'luminanceadjustmentaqua' => { 502 => 'LuminanceAdjustmentAqua', 504 => 'LuminanceAdjustmentAqua' },
+ 'luminanceadjustmentblue' => { 502 => 'LuminanceAdjustmentBlue', 504 => 'LuminanceAdjustmentBlue' },
+ 'luminanceadjustmentgreen' => { 502 => 'LuminanceAdjustmentGreen', 504 => 'LuminanceAdjustmentGreen' },
+ 'luminanceadjustmentmagenta' => { 502 => 'LuminanceAdjustmentMagenta', 504 => 'LuminanceAdjustmentMagenta' },
+ 'luminanceadjustmentorange' => { 502 => 'LuminanceAdjustmentOrange', 504 => 'LuminanceAdjustmentOrange' },
+ 'luminanceadjustmentpurple' => { 502 => 'LuminanceAdjustmentPurple', 504 => 'LuminanceAdjustmentPurple' },
+ 'luminanceadjustmentred' => { 502 => 'LuminanceAdjustmentRed', 504 => 'LuminanceAdjustmentRed' },
+ 'luminanceadjustmentyellow' => { 502 => 'LuminanceAdjustmentYellow', 504 => 'LuminanceAdjustmentYellow' },
+ 'luminancecurvelimits' => { 110 => 0x150 },
+ 'luminancecurvepoints' => { 110 => 0x126 },
'luminancenoiseamplitude' => { 1 => 0x1d },
- 'luminancenoisereduction' => { 103 => 0x20600, 109 => 0x5f, 417 => 0x1b },
- 'luminancenoisereductioncontrast' => { 500 => 'LuminanceNoiseReductionContrast', 502 => 'LuminanceNoiseReductionContrast' },
- 'luminancenoisereductiondetail' => { 500 => 'LuminanceNoiseReductionDetail', 502 => 'LuminanceNoiseReductionDetail' },
- 'luminancenr_tiff_jpeg' => { 109 => 0x6d },
- 'luminancesmoothing' => { 500 => 'LuminanceSmoothing', 502 => 'LuminanceSmoothing' },
- 'lvshootingareadisplay' => { 84 => [0x40b,0x40c] },
- 'lyrics' => { 392 => "\xa9lyr", 400 => "\xa9lyr", 529 => 'lyrics' },
- 'lyricsuri' => { 400 => 'lrcu' },
- 'm16cversion' => { 335 => 0x333 },
- 'macatom' => { 501 => 'macAtom' },
- 'macatomapplicationcode' => { 501 => [\'macAtom','macAtomApplicationCode'] },
- 'macatominvocationappleevent' => { 501 => [\'macAtom','macAtomInvocationAppleEvent'] },
- 'macatomposixprojectpath' => { 501 => [\'macAtom','macAtomPosixProjectPath'] },
- 'machineobservation' => { 118 => 'MachineObservation' },
- 'machineobservationday' => { 118 => [\'MachineObservation','MachineObservationDay'] },
- 'machineobservationearliestdate' => { 118 => [\'MachineObservation','MachineObservationEarliestDate'] },
- 'machineobservationenddayofyear' => { 118 => [\'MachineObservation','MachineObservationEndDayOfYear'] },
- 'machineobservationeventdate' => { 118 => [\'MachineObservation','MachineObservationEventDate'] },
- 'machineobservationeventid' => { 118 => [\'MachineObservation','MachineObservationEventID'] },
- 'machineobservationeventremarks' => { 118 => [\'MachineObservation','MachineObservationEventRemarks'] },
- 'machineobservationeventtime' => { 118 => [\'MachineObservation','MachineObservationEventTime'] },
- 'machineobservationfieldnotes' => { 118 => [\'MachineObservation','MachineObservationFieldNotes'] },
- 'machineobservationfieldnumber' => { 118 => [\'MachineObservation','MachineObservationFieldNumber'] },
- 'machineobservationhabitat' => { 118 => [\'MachineObservation','MachineObservationHabitat'] },
- 'machineobservationlatestdate' => { 118 => [\'MachineObservation','MachineObservationLatestDate'] },
- 'machineobservationmonth' => { 118 => [\'MachineObservation','MachineObservationMonth'] },
- 'machineobservationparenteventid' => { 118 => [\'MachineObservation','MachineObservationParentEventID'] },
- 'machineobservationsamplesizeunit' => { 118 => [\'MachineObservation','MachineObservationSampleSizeUnit'] },
- 'machineobservationsamplesizevalue' => { 118 => [\'MachineObservation','MachineObservationSampleSizeValue'] },
- 'machineobservationsamplingeffort' => { 118 => [\'MachineObservation','MachineObservationSamplingEffort'] },
- 'machineobservationsamplingprotocol' => { 118 => [\'MachineObservation','MachineObservationSamplingProtocol'] },
- 'machineobservationstartdayofyear' => { 118 => [\'MachineObservation','MachineObservationStartDayOfYear'] },
- 'machineobservationverbatimeventdate' => { 118 => [\'MachineObservation','MachineObservationVerbatimEventDate'] },
- 'machineobservationyear' => { 118 => [\'MachineObservation','MachineObservationYear'] },
- 'macro' => { 127 => 0x1020, 129 => 0x202, 151 => 0x2b, 322 => 0x202, 406 => 0x21, 416 => 0x202, 440 => 0xb040 },
- 'macroled' => { 320 => 0x120a },
- 'macromagnification' => { 7 => 0x1b, 11 => 0x1b, 14 => 0x1b, 15 => 0x1b, 19 => 0x1b, 20 => 0x1b, 57 => 0x10 },
- 'macromode' => { 34 => 0x1, 181 => 0xb, 317 => 0x300, 340 => 0x1c, 407 => 0x1009 },
- 'magentahsl' => { 103 => 0x20917 },
- 'magicfilter' => { 317 => 0x52c },
- 'magnifiedview' => { 86 => 0x11, 88 => 0x9 },
- 'mainboardversion' => { 138 => 0x438 },
- 'maindialexposurecomp' => { 308 => '0.6' },
- 'mainingredient' => { 521 => 'mainIngredient' },
- 'majorversion' => { 491 => 'MajorVersion' },
- 'make' => { 98 => 0x0, 115 => 0x1, 119 => 0x10f, 156 => 'Make', 330 => 'Make', 345 => 0x10f, 394 => 'make', 400 => ['@mak',"\xa9mak"], 518 => 'make', 525 => 'Make' },
- 'makernote' => { 506 => 'MakerNote' },
- 'makernoteapple' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotecanon' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotecasio' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotecasio2' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotedji' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotedjiinfo' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteflir' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotefujifilm' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotege' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotege2' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotehasselblad' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotehp' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotehp2' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotehp4' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotehp6' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteisl' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotejvc' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotejvctext' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotekodak10' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotekodak11' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotekodak12' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotekodak1a' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotekodak1b' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotekodak2' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotekodak3' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotekodak4' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotekodak5' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotekodak6a' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotekodak6b' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotekodak7' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotekodak8a' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotekodak8b' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotekodak8c' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotekodak9' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotekodakunknown' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotekyocera' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteleica' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteleica10' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteleica2' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteleica3' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteleica4' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteleica5' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteleica6' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteleica7' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteleica8' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteleica9' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteminolta' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteminolta2' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteminolta3' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotemotorola' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotenikon' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotenikon2' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotenikon3' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotenintendo' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteoffset' => { 416 => 0xff },
- 'makernoteolympus' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteolympus2' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteolympus3' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotepanasonic' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotepanasonic2' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotepanasonic3' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotepentax' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotepentax2' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotepentax3' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotepentax4' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotepentax5' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotepentax6' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotepentaxunknown' => { 400 => 'PXMN' },
- 'makernotephaseone' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotereconyx' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotereconyx2' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotereconyx3' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotericoh' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotericoh2' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotericohpentax' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotericohtext' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotesafety' => { 119 => 0xc635 },
- 'makernotesamsung1a' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotesamsung1b' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotesamsung2' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotesanyo' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotesanyoc4' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotesanyopatch' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotesigma' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotesony' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotesony2' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotesony3' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotesony4' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotesony5' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotesonyericsson' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotesonysrf' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotetype' => { 407 => 0x1 },
- 'makernoteunknown' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteunknownbinary' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteunknowntext' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteversion' => { 1 => 0x1, 186 => 0x0, 234 => 0x1, 322 => 0x0, 340 => 0x8000, 411 => 0x0, 414 => 0x1, 417 => [0x1d,0x1f], 430 => 0x2000 },
- 'makerurl' => { 400 => "\xa9mal" },
- 'managedfrom' => { 530 => 'ManagedFrom' },
- 'managedfromalternatepaths' => { 530 => [\'ManagedFrom','ManagedFromAlternatePaths'] },
- 'managedfromdocumentid' => { 530 => [\'ManagedFrom','ManagedFromDocumentID'] },
- 'managedfromfilepath' => { 530 => [\'ManagedFrom','ManagedFromFilePath'] },
- 'managedfromfrompart' => { 530 => [\'ManagedFrom','ManagedFromFromPart'] },
- 'managedfrominstanceid' => { 530 => [\'ManagedFrom','ManagedFromInstanceID'] },
- 'managedfromlastmodifydate' => { 530 => [\'ManagedFrom','ManagedFromLastModifyDate'] },
- 'managedfromlasturl' => { 530 => [\'ManagedFrom','ManagedFromLastURL'] },
- 'managedfromlinkcategory' => { 530 => [\'ManagedFrom','ManagedFromLinkCategory'] },
- 'managedfromlinkform' => { 530 => [\'ManagedFrom','ManagedFromLinkForm'] },
- 'managedfrommanager' => { 530 => [\'ManagedFrom','ManagedFromManager'] },
- 'managedfrommanagervariant' => { 530 => [\'ManagedFrom','ManagedFromManagerVariant'] },
- 'managedfrommanageto' => { 530 => [\'ManagedFrom','ManagedFromManageTo'] },
- 'managedfrommanageui' => { 530 => [\'ManagedFrom','ManagedFromManageUI'] },
- 'managedfrommaskmarkers' => { 530 => [\'ManagedFrom','ManagedFromMaskMarkers'] },
- 'managedfromoriginaldocumentid' => { 530 => [\'ManagedFrom','ManagedFromOriginalDocumentID'] },
- 'managedfrompartmapping' => { 530 => [\'ManagedFrom','ManagedFromPartMapping'] },
- 'managedfromplacedresolutionunit' => { 530 => [\'ManagedFrom','ManagedFromPlacedResolutionUnit'] },
- 'managedfromplacedxresolution' => { 530 => [\'ManagedFrom','ManagedFromPlacedXResolution'] },
- 'managedfromplacedyresolution' => { 530 => [\'ManagedFrom','ManagedFromPlacedYResolution'] },
- 'managedfromrenditionclass' => { 530 => [\'ManagedFrom','ManagedFromRenditionClass'] },
- 'managedfromrenditionparams' => { 530 => [\'ManagedFrom','ManagedFromRenditionParams'] },
- 'managedfromtopart' => { 530 => [\'ManagedFrom','ManagedFromToPart'] },
- 'managedfromversionid' => { 530 => [\'ManagedFrom','ManagedFromVersionID'] },
- 'manager' => { 530 => 'Manager' },
- 'managervariant' => { 530 => 'ManagerVariant' },
- 'manageto' => { 530 => 'ManageTo' },
- 'manageui' => { 530 => 'ManageUI' },
- 'manifest' => { 530 => 'Manifest' },
- 'manifestlinkform' => { 530 => [\'Manifest','ManifestLinkForm'] },
- 'manifestplacedresolutionunit' => { 530 => [\'Manifest','ManifestPlacedResolutionUnit'] },
- 'manifestplacedxresolution' => { 530 => [\'Manifest','ManifestPlacedXResolution'] },
- 'manifestplacedyresolution' => { 530 => [\'Manifest','ManifestPlacedYResolution'] },
- 'manifestreference' => { 530 => [\'Manifest','ManifestReference'] },
- 'manifestreferencealternatepaths' => { 530 => [\'Manifest','ManifestReferenceAlternatePaths'] },
- 'manifestreferencedocumentid' => { 530 => [\'Manifest','ManifestReferenceDocumentID'] },
- 'manifestreferencefilepath' => { 530 => [\'Manifest','ManifestReferenceFilePath'] },
- 'manifestreferencefrompart' => { 530 => [\'Manifest','ManifestReferenceFromPart'] },
- 'manifestreferenceinstanceid' => { 530 => [\'Manifest','ManifestReferenceInstanceID'] },
- 'manifestreferencelastmodifydate' => { 530 => [\'Manifest','ManifestReferenceLastModifyDate'] },
- 'manifestreferencelasturl' => { 530 => [\'Manifest','ManifestReferenceLastURL'] },
- 'manifestreferencelinkcategory' => { 530 => [\'Manifest','ManifestReferenceLinkCategory'] },
- 'manifestreferencelinkform' => { 530 => [\'Manifest','ManifestReferenceLinkForm'] },
- 'manifestreferencemanager' => { 530 => [\'Manifest','ManifestReferenceManager'] },
- 'manifestreferencemanagervariant' => { 530 => [\'Manifest','ManifestReferenceManagerVariant'] },
- 'manifestreferencemanageto' => { 530 => [\'Manifest','ManifestReferenceManageTo'] },
- 'manifestreferencemanageui' => { 530 => [\'Manifest','ManifestReferenceManageUI'] },
- 'manifestreferencemaskmarkers' => { 530 => [\'Manifest','ManifestReferenceMaskMarkers'] },
- 'manifestreferenceoriginaldocumentid' => { 530 => [\'Manifest','ManifestReferenceOriginalDocumentID'] },
- 'manifestreferencepartmapping' => { 530 => [\'Manifest','ManifestReferencePartMapping'] },
- 'manifestreferenceplacedresolutionunit' => { 530 => [\'Manifest','ManifestReferencePlacedResolutionUnit'] },
- 'manifestreferenceplacedxresolution' => { 530 => [\'Manifest','ManifestReferencePlacedXResolution'] },
- 'manifestreferenceplacedyresolution' => { 530 => [\'Manifest','ManifestReferencePlacedYResolution'] },
- 'manifestreferencerenditionclass' => { 530 => [\'Manifest','ManifestReferenceRenditionClass'] },
- 'manifestreferencerenditionparams' => { 530 => [\'Manifest','ManifestReferenceRenditionParams'] },
- 'manifestreferencetopart' => { 530 => [\'Manifest','ManifestReferenceToPart'] },
- 'manifestreferenceversionid' => { 530 => [\'Manifest','ManifestReferenceVersionID'] },
- 'manometerpressure' => { 317 => 0x900, 340 => 0x86 },
- 'manometerreading' => { 317 => 0x901 },
- 'manualafpointselectpattern' => { 84 => 0x513 },
+ 'luminancenoisereduction' => { 105 => 0x20600, 111 => 0x5f, 419 => 0x1b },
+ 'luminancenoisereductioncontrast' => { 502 => 'LuminanceNoiseReductionContrast', 504 => 'LuminanceNoiseReductionContrast' },
+ 'luminancenoisereductiondetail' => { 502 => 'LuminanceNoiseReductionDetail', 504 => 'LuminanceNoiseReductionDetail' },
+ 'luminancenr_tiff_jpeg' => { 111 => 0x6d },
+ 'luminancesmoothing' => { 502 => 'LuminanceSmoothing', 504 => 'LuminanceSmoothing' },
+ 'lvshootingareadisplay' => { 86 => [0x40b,0x40c] },
+ 'lyrics' => { 394 => "\xa9lyr", 402 => "\xa9lyr", 531 => 'lyrics' },
+ 'lyricsuri' => { 402 => 'lrcu' },
+ 'm16cversion' => { 337 => 0x333 },
+ 'macatom' => { 503 => 'macAtom' },
+ 'macatomapplicationcode' => { 503 => [\'macAtom','macAtomApplicationCode'] },
+ 'macatominvocationappleevent' => { 503 => [\'macAtom','macAtomInvocationAppleEvent'] },
+ 'macatomposixprojectpath' => { 503 => [\'macAtom','macAtomPosixProjectPath'] },
+ 'machineobservation' => { 120 => 'MachineObservation' },
+ 'machineobservationday' => { 120 => [\'MachineObservation','MachineObservationDay'] },
+ 'machineobservationearliestdate' => { 120 => [\'MachineObservation','MachineObservationEarliestDate'] },
+ 'machineobservationenddayofyear' => { 120 => [\'MachineObservation','MachineObservationEndDayOfYear'] },
+ 'machineobservationeventdate' => { 120 => [\'MachineObservation','MachineObservationEventDate'] },
+ 'machineobservationeventid' => { 120 => [\'MachineObservation','MachineObservationEventID'] },
+ 'machineobservationeventremarks' => { 120 => [\'MachineObservation','MachineObservationEventRemarks'] },
+ 'machineobservationeventtime' => { 120 => [\'MachineObservation','MachineObservationEventTime'] },
+ 'machineobservationfieldnotes' => { 120 => [\'MachineObservation','MachineObservationFieldNotes'] },
+ 'machineobservationfieldnumber' => { 120 => [\'MachineObservation','MachineObservationFieldNumber'] },
+ 'machineobservationhabitat' => { 120 => [\'MachineObservation','MachineObservationHabitat'] },
+ 'machineobservationlatestdate' => { 120 => [\'MachineObservation','MachineObservationLatestDate'] },
+ 'machineobservationmonth' => { 120 => [\'MachineObservation','MachineObservationMonth'] },
+ 'machineobservationparenteventid' => { 120 => [\'MachineObservation','MachineObservationParentEventID'] },
+ 'machineobservationsamplesizeunit' => { 120 => [\'MachineObservation','MachineObservationSampleSizeUnit'] },
+ 'machineobservationsamplesizevalue' => { 120 => [\'MachineObservation','MachineObservationSampleSizeValue'] },
+ 'machineobservationsamplingeffort' => { 120 => [\'MachineObservation','MachineObservationSamplingEffort'] },
+ 'machineobservationsamplingprotocol' => { 120 => [\'MachineObservation','MachineObservationSamplingProtocol'] },
+ 'machineobservationstartdayofyear' => { 120 => [\'MachineObservation','MachineObservationStartDayOfYear'] },
+ 'machineobservationverbatimeventdate' => { 120 => [\'MachineObservation','MachineObservationVerbatimEventDate'] },
+ 'machineobservationyear' => { 120 => [\'MachineObservation','MachineObservationYear'] },
+ 'macro' => { 129 => 0x1020, 131 => 0x202, 153 => 0x2b, 324 => 0x202, 408 => 0x21, 418 => 0x202, 442 => 0xb040 },
+ 'macroled' => { 322 => 0x120a },
+ 'macromagnification' => { 7 => 0x1b, 11 => 0x1b, 14 => 0x1b, 15 => 0x1b, 19 => 0x1b, 20 => 0x1b, 58 => 0x10 },
+ 'macromode' => { 35 => 0x1, 183 => 0xb, 319 => 0x300, 342 => 0x1c, 409 => 0x1009 },
+ 'magentahsl' => { 105 => 0x20917 },
+ 'magicfilter' => { 319 => 0x52c },
+ 'magnifiedview' => { 88 => 0x11, 90 => 0x9 },
+ 'mainboardversion' => { 140 => 0x438 },
+ 'maindialexposurecomp' => { 310 => '0.6' },
+ 'mainingredient' => { 523 => 'mainIngredient' },
+ 'majorversion' => { 493 => 'MajorVersion' },
+ 'make' => { 100 => 0x0, 117 => 0x1, 121 => 0x10f, 158 => 'Make', 332 => 'Make', 347 => 0x10f, 396 => 'make', 402 => ['@mak',"\xa9mak"], 520 => 'make', 527 => 'Make' },
+ 'makernote' => { 508 => 'MakerNote' },
+ 'makernoteapple' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotecanon' => { 83 => 'CMT3', 119 => 'MakN', 121 => 0x927c },
+ 'makernotecasio' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotecasio2' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotedji' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotedjiinfo' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteflir' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotefujifilm' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotege' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotege2' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotehasselblad' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotehp' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotehp2' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotehp4' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotehp6' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteisl' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotejvc' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotejvctext' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotekodak10' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotekodak11' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotekodak12' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotekodak1a' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotekodak1b' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotekodak2' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotekodak3' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotekodak4' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotekodak5' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotekodak6a' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotekodak6b' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotekodak7' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotekodak8a' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotekodak8b' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotekodak8c' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotekodak9' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotekodakunknown' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotekyocera' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteleica' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteleica10' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteleica2' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteleica3' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteleica4' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteleica5' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteleica6' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteleica7' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteleica8' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteleica9' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteminolta' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteminolta2' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteminolta3' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotemotorola' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotenikon' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotenikon2' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotenikon3' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotenintendo' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteoffset' => { 418 => 0xff },
+ 'makernoteolympus' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteolympus2' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteolympus3' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotepanasonic' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotepanasonic2' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotepanasonic3' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotepentax' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotepentax2' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotepentax3' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotepentax4' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotepentax5' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotepentax6' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotepentaxunknown' => { 402 => 'PXMN' },
+ 'makernotephaseone' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotereconyx' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotereconyx2' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotereconyx3' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotericoh' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotericoh2' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotericohpentax' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotericohtext' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotesafety' => { 121 => 0xc635 },
+ 'makernotesamsung1a' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotesamsung1b' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotesamsung2' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotesanyo' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotesanyoc4' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotesanyopatch' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotesigma' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotesony' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotesony2' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotesony3' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotesony4' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotesony5' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotesonyericsson' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotesonysrf' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernotetype' => { 409 => 0x1 },
+ 'makernoteunknown' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteunknownbinary' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteunknowntext' => { 119 => 'MakN', 121 => 0x927c },
+ 'makernoteversion' => { 1 => 0x1, 188 => 0x0, 236 => 0x1, 324 => 0x0, 342 => 0x8000, 413 => 0x0, 416 => 0x1, 419 => [0x1d,0x1f], 432 => 0x2000 },
+ 'makerurl' => { 402 => "\xa9mal" },
+ 'managedfrom' => { 532 => 'ManagedFrom' },
+ 'managedfromalternatepaths' => { 532 => [\'ManagedFrom','ManagedFromAlternatePaths'] },
+ 'managedfromdocumentid' => { 532 => [\'ManagedFrom','ManagedFromDocumentID'] },
+ 'managedfromfilepath' => { 532 => [\'ManagedFrom','ManagedFromFilePath'] },
+ 'managedfromfrompart' => { 532 => [\'ManagedFrom','ManagedFromFromPart'] },
+ 'managedfrominstanceid' => { 532 => [\'ManagedFrom','ManagedFromInstanceID'] },
+ 'managedfromlastmodifydate' => { 532 => [\'ManagedFrom','ManagedFromLastModifyDate'] },
+ 'managedfromlasturl' => { 532 => [\'ManagedFrom','ManagedFromLastURL'] },
+ 'managedfromlinkcategory' => { 532 => [\'ManagedFrom','ManagedFromLinkCategory'] },
+ 'managedfromlinkform' => { 532 => [\'ManagedFrom','ManagedFromLinkForm'] },
+ 'managedfrommanager' => { 532 => [\'ManagedFrom','ManagedFromManager'] },
+ 'managedfrommanagervariant' => { 532 => [\'ManagedFrom','ManagedFromManagerVariant'] },
+ 'managedfrommanageto' => { 532 => [\'ManagedFrom','ManagedFromManageTo'] },
+ 'managedfrommanageui' => { 532 => [\'ManagedFrom','ManagedFromManageUI'] },
+ 'managedfrommaskmarkers' => { 532 => [\'ManagedFrom','ManagedFromMaskMarkers'] },
+ 'managedfromoriginaldocumentid' => { 532 => [\'ManagedFrom','ManagedFromOriginalDocumentID'] },
+ 'managedfrompartmapping' => { 532 => [\'ManagedFrom','ManagedFromPartMapping'] },
+ 'managedfromplacedresolutionunit' => { 532 => [\'ManagedFrom','ManagedFromPlacedResolutionUnit'] },
+ 'managedfromplacedxresolution' => { 532 => [\'ManagedFrom','ManagedFromPlacedXResolution'] },
+ 'managedfromplacedyresolution' => { 532 => [\'ManagedFrom','ManagedFromPlacedYResolution'] },
+ 'managedfromrenditionclass' => { 532 => [\'ManagedFrom','ManagedFromRenditionClass'] },
+ 'managedfromrenditionparams' => { 532 => [\'ManagedFrom','ManagedFromRenditionParams'] },
+ 'managedfromtopart' => { 532 => [\'ManagedFrom','ManagedFromToPart'] },
+ 'managedfromversionid' => { 532 => [\'ManagedFrom','ManagedFromVersionID'] },
+ 'manager' => { 532 => 'Manager' },
+ 'managervariant' => { 532 => 'ManagerVariant' },
+ 'manageto' => { 532 => 'ManageTo' },
+ 'manageui' => { 532 => 'ManageUI' },
+ 'manifest' => { 532 => 'Manifest' },
+ 'manifestlinkform' => { 532 => [\'Manifest','ManifestLinkForm'] },
+ 'manifestplacedresolutionunit' => { 532 => [\'Manifest','ManifestPlacedResolutionUnit'] },
+ 'manifestplacedxresolution' => { 532 => [\'Manifest','ManifestPlacedXResolution'] },
+ 'manifestplacedyresolution' => { 532 => [\'Manifest','ManifestPlacedYResolution'] },
+ 'manifestreference' => { 532 => [\'Manifest','ManifestReference'] },
+ 'manifestreferencealternatepaths' => { 532 => [\'Manifest','ManifestReferenceAlternatePaths'] },
+ 'manifestreferencedocumentid' => { 532 => [\'Manifest','ManifestReferenceDocumentID'] },
+ 'manifestreferencefilepath' => { 532 => [\'Manifest','ManifestReferenceFilePath'] },
+ 'manifestreferencefrompart' => { 532 => [\'Manifest','ManifestReferenceFromPart'] },
+ 'manifestreferenceinstanceid' => { 532 => [\'Manifest','ManifestReferenceInstanceID'] },
+ 'manifestreferencelastmodifydate' => { 532 => [\'Manifest','ManifestReferenceLastModifyDate'] },
+ 'manifestreferencelasturl' => { 532 => [\'Manifest','ManifestReferenceLastURL'] },
+ 'manifestreferencelinkcategory' => { 532 => [\'Manifest','ManifestReferenceLinkCategory'] },
+ 'manifestreferencelinkform' => { 532 => [\'Manifest','ManifestReferenceLinkForm'] },
+ 'manifestreferencemanager' => { 532 => [\'Manifest','ManifestReferenceManager'] },
+ 'manifestreferencemanagervariant' => { 532 => [\'Manifest','ManifestReferenceManagerVariant'] },
+ 'manifestreferencemanageto' => { 532 => [\'Manifest','ManifestReferenceManageTo'] },
+ 'manifestreferencemanageui' => { 532 => [\'Manifest','ManifestReferenceManageUI'] },
+ 'manifestreferencemaskmarkers' => { 532 => [\'Manifest','ManifestReferenceMaskMarkers'] },
+ 'manifestreferenceoriginaldocumentid' => { 532 => [\'Manifest','ManifestReferenceOriginalDocumentID'] },
+ 'manifestreferencepartmapping' => { 532 => [\'Manifest','ManifestReferencePartMapping'] },
+ 'manifestreferenceplacedresolutionunit' => { 532 => [\'Manifest','ManifestReferencePlacedResolutionUnit'] },
+ 'manifestreferenceplacedxresolution' => { 532 => [\'Manifest','ManifestReferencePlacedXResolution'] },
+ 'manifestreferenceplacedyresolution' => { 532 => [\'Manifest','ManifestReferencePlacedYResolution'] },
+ 'manifestreferencerenditionclass' => { 532 => [\'Manifest','ManifestReferenceRenditionClass'] },
+ 'manifestreferencerenditionparams' => { 532 => [\'Manifest','ManifestReferenceRenditionParams'] },
+ 'manifestreferencetopart' => { 532 => [\'Manifest','ManifestReferenceToPart'] },
+ 'manifestreferenceversionid' => { 532 => [\'Manifest','ManifestReferenceVersionID'] },
+ 'manometerpressure' => { 319 => 0x900, 342 => 0x86 },
+ 'manometerreading' => { 319 => 0x901 },
+ 'manualafpointselectpattern' => { 86 => 0x513 },
'manualafpointselpattern' => { 2 => 0xf },
- 'manualflash' => { 320 => 0x1209 },
- 'manualflashoutput' => { 34 => 0x29, 299 => '8.2', 302 => '22.2', 303 => '23.1', 304 => '23.2', 306 => '16.2', 307 => '23.2', 308 => '8.2', 309 => '23.2', 312 => '24.2', 407 => 0x100c },
- 'manualflashstrength' => { 317 => 0x406 },
- 'manualfocusdistance' => { 234 => 0x85, 322 => 0x100c, 416 => 0x223 },
- 'manualfocuspointillumination' => { 313 => 0x17, 314 => 0x17, 315 => 0x17 },
- 'manualfocusringinafmode' => { 313 => 0x1a, 314 => 0x1a, 315 => 0x1a },
- 'manualtv' => { 83 => 0x5, 84 => 0x705 },
- 'manufacturedate' => { 191 => 0x6705, 355 => 0x1 },
- 'manufacturedate1' => { 409 => 0x4 },
- 'manufacturedate2' => { 409 => 0x5 },
- 'manufacturer' => { 485 => 'Manufacturer', 518 => 'manufacturer' },
- 'mariahchromablursize' => { 138 => 0xf0d },
- 'mariahmaphithreshold' => { 138 => 0xf0c },
- 'mariahmaplothreshold' => { 138 => 0xf0b },
- 'mariahsigmathreshold' => { 138 => 0xf0e },
- 'mariahtexturethreshold' => { 138 => 0xf0a },
- 'marked' => { 516 => 'Marked', 533 => 'Marked' },
- 'markers' => { 529 => 'markers' },
- 'markerscomment' => { 529 => [\'markers','markersComment'] },
- 'markerscuepointparams' => { 529 => [\'markers','markersCuePointParams'] },
- 'markerscuepointparamskey' => { 529 => [\'markers','markersCuePointParamsKey'] },
- 'markerscuepointparamsvalue' => { 529 => [\'markers','markersCuePointParamsValue'] },
- 'markerscuepointtype' => { 529 => [\'markers','markersCuePointType'] },
- 'markersduration' => { 529 => [\'markers','markersDuration'] },
- 'markerslocation' => { 529 => [\'markers','markersLocation'] },
- 'markersname' => { 529 => [\'markers','markersName'] },
- 'markersprobability' => { 529 => [\'markers','markersProbability'] },
- 'markersspeaker' => { 529 => [\'markers','markersSpeaker'] },
- 'markersstarttime' => { 529 => [\'markers','markersStartTime'] },
- 'markerstarget' => { 529 => [\'markers','markersTarget'] },
- 'markerstype' => { 529 => [\'markers','markersType'] },
- 'maskedareas' => { 119 => 0xc68e },
- 'maskgroupbasedcorractive' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionActive'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionActive'] },
- 'maskgroupbasedcorramount' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionAmount'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionAmount'] },
- 'maskgroupbasedcorrblacks2012' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBlacks2012'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBlacks2012'] },
- 'maskgroupbasedcorrbrightness' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBrightness'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBrightness'] },
- 'maskgroupbasedcorrclarity' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity'] },
- 'maskgroupbasedcorrclarity2012' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity2012'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity2012'] },
- 'maskgroupbasedcorrcontrast' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast'] },
- 'maskgroupbasedcorrcontrast2012' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast2012'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast2012'] },
- 'maskgroupbasedcorrcorrectionname' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionName'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionName'] },
- 'maskgroupbasedcorrcorrectionsyncid' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionSyncID'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionSyncID'] },
- 'maskgroupbasedcorrdefringe' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDefringe'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDefringe'] },
- 'maskgroupbasedcorrdehaze' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDehaze'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDehaze'] },
- 'maskgroupbasedcorrections' => { 500 => 'MaskGroupBasedCorrections', 502 => 'MaskGroupBasedCorrections' },
- 'maskgroupbasedcorrexposure' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure'] },
- 'maskgroupbasedcorrexposure2012' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure2012'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure2012'] },
- 'maskgroupbasedcorrhighlights2012' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHighlights2012'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHighlights2012'] },
- 'maskgroupbasedcorrhue' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHue'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHue'] },
- 'maskgroupbasedcorrluminancenoise' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalLuminanceNoise'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalLuminanceNoise'] },
- 'maskgroupbasedcorrmask' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasks'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasks'] },
- 'maskgroupbasedcorrmaskalpha' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAlpha'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAlpha'] },
- 'maskgroupbasedcorrmaskangle' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAngle'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAngle'] },
- 'maskgroupbasedcorrmaskbottom' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksBottom'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksBottom'] },
- 'maskgroupbasedcorrmaskcentervalue' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterValue'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterValue'] },
- 'maskgroupbasedcorrmaskcenterweight' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterWeight'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterWeight'] },
- 'maskgroupbasedcorrmaskdabs' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksDabs'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksDabs'] },
- 'maskgroupbasedcorrmaskfeather' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFeather'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFeather'] },
- 'maskgroupbasedcorrmaskflipped' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlipped'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlipped'] },
- 'maskgroupbasedcorrmaskflow' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlow'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlow'] },
- 'maskgroupbasedcorrmaskfullx' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullX'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullX'] },
- 'maskgroupbasedcorrmaskfully' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullY'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullY'] },
- 'maskgroupbasedcorrmaskinputdigest' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksInputDigest'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksInputDigest'] },
- 'maskgroupbasedcorrmaskleft' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksLeft'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksLeft'] },
- 'maskgroupbasedcorrmaskmaskactive' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskActive'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskActive'] },
- 'maskgroupbasedcorrmaskmaskblendmode' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode'] },
- 'maskgroupbasedcorrmaskmaskdigest' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskDigest'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskDigest'] },
- 'maskgroupbasedcorrmaskmaskinverted' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskInverted'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskInverted'] },
- 'maskgroupbasedcorrmaskmaskname' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskName'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskName'] },
- 'maskgroupbasedcorrmaskmasks' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasks'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasks'] },
- 'maskgroupbasedcorrmaskmasksalpha' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha'] },
- 'maskgroupbasedcorrmaskmasksangle' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAngle'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAngle'] },
- 'maskgroupbasedcorrmaskmasksbottom' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksBottom'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksBottom'] },
- 'maskgroupbasedcorrmaskmaskscentervalue' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue'] },
- 'maskgroupbasedcorrmaskmaskscenterweight' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
- 'maskgroupbasedcorrmaskmasksdabs' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksDabs'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksDabs'] },
- 'maskgroupbasedcorrmaskmasksfeather' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFeather'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFeather'] },
- 'maskgroupbasedcorrmaskmasksflipped' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped'] },
- 'maskgroupbasedcorrmaskmasksflow' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlow'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlow'] },
- 'maskgroupbasedcorrmaskmasksfullx' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullX'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullX'] },
- 'maskgroupbasedcorrmaskmasksfully' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullY'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullY'] },
- 'maskgroupbasedcorrmaskmasksinputdigest' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest'] },
- 'maskgroupbasedcorrmaskmasksleft' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksLeft'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksLeft'] },
- 'maskgroupbasedcorrmaskmasksmaskactive' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive'] },
- 'maskgroupbasedcorrmaskmasksmaskblendmode' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
- 'maskgroupbasedcorrmaskmasksmaskdigest' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
- 'maskgroupbasedcorrmaskmasksmaskinverted' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
- 'maskgroupbasedcorrmaskmasksmaskname' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName'] },
- 'maskgroupbasedcorrmaskmasksmasksubtype' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
- 'maskgroupbasedcorrmaskmasksmasksyncid' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
- 'maskgroupbasedcorrmaskmasksmaskversion' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
- 'maskgroupbasedcorrmaskmasksmidpoint' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint'] },
- 'maskgroupbasedcorrmaskmasksorigin' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin'] },
- 'maskgroupbasedcorrmaskmasksperimetervalue' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
- 'maskgroupbasedcorrmaskmasksradius' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRadius'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRadius'] },
- 'maskgroupbasedcorrmaskmasksreferencepoint' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
- 'maskgroupbasedcorrmaskmasksright' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRight'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRight'] },
- 'maskgroupbasedcorrmaskmasksroundness' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness'] },
- 'maskgroupbasedcorrmaskmaskssizex' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX'] },
- 'maskgroupbasedcorrmaskmaskssizey' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY'] },
- 'maskgroupbasedcorrmaskmaskstop' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksTop'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksTop'] },
- 'maskgroupbasedcorrmaskmasksubtype' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSubType'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSubType'] },
- 'maskgroupbasedcorrmaskmasksvalue' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue'] },
- 'maskgroupbasedcorrmaskmasksversion' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksVersion'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksVersion'] },
- 'maskgroupbasedcorrmaskmaskswhat' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWhat'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWhat'] },
- 'maskgroupbasedcorrmaskmaskswholeimagearea' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
- 'maskgroupbasedcorrmaskmasksx' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksX'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksX'] },
- 'maskgroupbasedcorrmaskmasksy' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksY'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksY'] },
- 'maskgroupbasedcorrmaskmasksyncid' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID'] },
- 'maskgroupbasedcorrmaskmaskszerox' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX'] },
- 'maskgroupbasedcorrmaskmaskszeroy' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY'] },
- 'maskgroupbasedcorrmaskmaskversion' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskVersion'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskVersion'] },
- 'maskgroupbasedcorrmaskmidpoint' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMidpoint'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMidpoint'] },
- 'maskgroupbasedcorrmaskorigin' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksOrigin'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksOrigin'] },
- 'maskgroupbasedcorrmaskperimetervalue' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue'] },
- 'maskgroupbasedcorrmaskradius' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRadius'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRadius'] },
- 'maskgroupbasedcorrmaskrange' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
- 'maskgroupbasedcorrmaskrangeareamodels' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
- 'maskgroupbasedcorrmaskrangeareamodelscolorsampleinfo' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'maskgroupbasedcorrmaskrangeareamodelscomponents' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'maskgroupbasedcorrmaskrangecoloramount' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
- 'maskgroupbasedcorrmaskrangedepthfeather' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
- 'maskgroupbasedcorrmaskrangedepthmax' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
- 'maskgroupbasedcorrmaskrangedepthmin' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
- 'maskgroupbasedcorrmaskrangeinvert' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
- 'maskgroupbasedcorrmaskrangelumfeather' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
- 'maskgroupbasedcorrmaskrangeluminancedepthsampleinfo' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'maskgroupbasedcorrmaskrangelummax' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
- 'maskgroupbasedcorrmaskrangelummin' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
- 'maskgroupbasedcorrmaskrangelumrange' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
- 'maskgroupbasedcorrmaskrangesampletype' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
- 'maskgroupbasedcorrmaskrangetype' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
- 'maskgroupbasedcorrmaskrangeversion' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
- 'maskgroupbasedcorrmaskreferencepoint' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksReferencePoint'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksReferencePoint'] },
- 'maskgroupbasedcorrmaskright' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRight'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRight'] },
- 'maskgroupbasedcorrmaskroundness' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRoundness'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRoundness'] },
- 'maskgroupbasedcorrmasksizex' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeX'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeX'] },
- 'maskgroupbasedcorrmasksizey' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeY'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeY'] },
- 'maskgroupbasedcorrmasktop' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksTop'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksTop'] },
- 'maskgroupbasedcorrmaskvalue' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskValue'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskValue'] },
- 'maskgroupbasedcorrmaskversion' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksVersion'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksVersion'] },
- 'maskgroupbasedcorrmaskwhat' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWhat'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWhat'] },
- 'maskgroupbasedcorrmaskwholeimagearea' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea'] },
- 'maskgroupbasedcorrmaskx' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksX'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksX'] },
- 'maskgroupbasedcorrmasky' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksY'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksY'] },
- 'maskgroupbasedcorrmaskzerox' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroX'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroX'] },
- 'maskgroupbasedcorrmaskzeroy' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroY'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroY'] },
- 'maskgroupbasedcorrmoire' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalMoire'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalMoire'] },
- 'maskgroupbasedcorrrangemask' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMask'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMask'] },
- 'maskgroupbasedcorrrangemaskareamodels' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels'] },
- 'maskgroupbasedcorrrangemaskareamodelscolorsampleinfo' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'maskgroupbasedcorrrangemaskareamodelscomponents' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'maskgroupbasedcorrrangemaskcoloramount' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount'] },
- 'maskgroupbasedcorrrangemaskdepthfeather' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
- 'maskgroupbasedcorrrangemaskdepthmax' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax'] },
- 'maskgroupbasedcorrrangemaskdepthmin' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin'] },
- 'maskgroupbasedcorrrangemaskinvert' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskInvert'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskInvert'] },
- 'maskgroupbasedcorrrangemasklumfeather' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather'] },
- 'maskgroupbasedcorrrangemaskluminancedepthsampleinfo' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'maskgroupbasedcorrrangemasklummax' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax'] },
- 'maskgroupbasedcorrrangemasklummin' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin'] },
- 'maskgroupbasedcorrrangemasklumrange' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange'] },
- 'maskgroupbasedcorrrangemasksampletype' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType'] },
- 'maskgroupbasedcorrrangemasktype' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskType'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskType'] },
- 'maskgroupbasedcorrrangemaskversion' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskVersion'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskVersion'] },
- 'maskgroupbasedcorrsaturation' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSaturation'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSaturation'] },
- 'maskgroupbasedcorrshadows2012' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalShadows2012'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalShadows2012'] },
- 'maskgroupbasedcorrsharpness' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSharpness'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSharpness'] },
- 'maskgroupbasedcorrtemperature' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTemperature'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTemperature'] },
- 'maskgroupbasedcorrtexture' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTexture'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTexture'] },
- 'maskgroupbasedcorrtint' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTint'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTint'] },
- 'maskgroupbasedcorrtoninghue' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningHue'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningHue'] },
- 'maskgroupbasedcorrtoningsaturation' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningSaturation'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningSaturation'] },
- 'maskgroupbasedcorrwhat' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsWhat'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsWhat'] },
- 'maskgroupbasedcorrwhites2012' => { 500 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalWhites2012'], 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalWhites2012'] },
- 'masterdocumentid' => { 131 => 0xb9 },
- 'mastergain' => { 257 => 0x50 },
- 'materialsample' => { 118 => 'MaterialSample' },
- 'materialsampleid' => { 118 => [\'MaterialSample','MaterialSampleMaterialSampleID'] },
- 'matrixmetering' => { 298 => '50.1', 300 => '48.1', 301 => '48.1', 310 => '48.1', 311 => '48.1', 313 => 0x233, 314 => 0x233, 315 => 0x24b },
- 'matrixselectk' => { 138 => 0x91b },
- 'matrixselectthreshold' => { 138 => 0x91a },
- 'matrixselectthreshold1' => { 138 => 0x91e },
- 'matrixselectthreshold2' => { 138 => 0x91f },
- 'matrixstructure' => { 399 => 0xa },
- 'maxaperture' => { 34 => 0x1a, 138 => 0x3f9, 144 => 0x6103, 163 => 'MaxAperture', 181 => 0x17, 187 => 0x49c5, 232 => 0x36, 318 => 0x20a, 366 => '14.1' },
- 'maxapertureatmaxfocal' => { 127 => 0x1407, 163 => 'MaxApertureAtMaxFocal', 226 => 0xb, 227 => 0x10, 228 => 0x11, 232 => 0x12, 318 => 0x206 },
- 'maxapertureatminfocal' => { 127 => 0x1406, 226 => 0xa, 227 => 0xf, 228 => 0x10, 232 => 0x11, 318 => 0x205 },
- 'maxaperturevalue' => { 119 => 0x9205, 384 => 0x414, 506 => 'MaxApertureValue' },
- 'maxavailheight' => { 514 => 'MaxAvailHeight' },
- 'maxavailwidth' => { 514 => 'MaxAvailWidth' },
- 'maxcontinuousrelease' => { 297 => 0xb, 298 => 0xc, 300 => '12.1', 301 => '12.1', 306 => 0xc, 307 => 0xb, 310 => '12.1', 311 => '12.1', 313 => 0x3d, 314 => 0x3d, 315 => 0x3d },
- 'maxfaces' => { 321 => 0x1202 },
- 'maxfocallength' => { 7 => 0xe6, 8 => 0x10, 9 => 0x1ab, 10 => 0x13, 11 => 0x115, 12 => 0x13, 13 => 0x153, 14 => 0xda, 16 => 0xfa, 17 => 0xee, 18 => 0x103, 19 => 0x95, 20 => 0xea, 21 => 0x157, 22 => 0xee, 23 => 0xec, 24 => 0x12b, 25 => 0x165, 26 => 0x16a, 27 => 0x188, 28 => 0x116, 29 => 0x18d, 34 => 0x17, 127 => 0x1405, 163 => 'MaxFocalLength', 226 => 0x9, 227 => 0xe, 228 => 0xf, 232 => 0x10, 318 => 0x208, 453 => 0x127c, 454 => 0x1138, 455 => 0x330, 456 => 0x330, 457 => 0x30e },
- 'maximumdensityrange' => { 133 => 0x8c },
- 'maxpagesize' => { 534 => 'MaxPageSize' },
- 'maxpagesizeh' => { 534 => [\'MaxPageSize','MaxPageSizeH'] },
- 'maxpagesizeunit' => { 534 => [\'MaxPageSize','MaxPageSizeUnit'] },
- 'maxpagesizew' => { 534 => [\'MaxPageSize','MaxPageSizeW'] },
- 'maxpixelvaluethreshold' => { 138 => 0xc7d },
- 'maxsamplevalue' => { 119 => 0x119 },
- 'maxstorage' => { 524 => 'maxstorage' },
- 'mb-d10batteries' => { 297 => '12.6' },
- 'mb-d10batterytype' => { 306 => '13.3' },
- 'mb-d11batterytype' => { 307 => '2.3' },
- 'mb-d12batterytype' => { 310 => '3.2' },
- 'mb-d80batteries' => { 308 => '6.5' },
- 'mb-d80batterytype' => { 312 => '3.2' },
- 'mcuversion' => { 226 => 0xc, 227 => 0x11, 228 => 0x12, 232 => 0x13 },
- 'md5digest' => { 164 => 'zmd5' },
- 'mditemfindercomment' => { 173 => 'MDItemFinderComment' },
- 'mditemfscreationdate' => { 173 => 'MDItemFSCreationDate' },
- 'mditemfslabel' => { 173 => 'MDItemFSLabel' },
- 'mditemusertags' => { 173 => 'MDItemUserTags' },
- 'meal' => { 521 => 'meal' },
- 'measuredev' => { 28 => 0x9, 77 => 0x3, 97 => 0x1814, 156 => 'MeasuredEV' },
- 'measuredev2' => { 13 => 0x8, 28 => 0x8, 77 => 0x17 },
+ 'manualflash' => { 322 => 0x1209 },
+ 'manualflashoutput' => { 35 => 0x29, 301 => '8.2', 304 => '22.2', 305 => '23.1', 306 => '23.2', 308 => '16.2', 309 => '23.2', 310 => '8.2', 311 => '23.2', 314 => '24.2', 409 => 0x100c },
+ 'manualflashstrength' => { 319 => 0x406 },
+ 'manualfocusdistance' => { 236 => 0x85, 324 => 0x100c, 418 => 0x223 },
+ 'manualfocuspointillumination' => { 315 => 0x17, 316 => 0x17, 317 => 0x17 },
+ 'manualfocusringinafmode' => { 315 => 0x1a, 316 => 0x1a, 317 => 0x1a },
+ 'manualtv' => { 85 => 0x5, 86 => 0x705 },
+ 'manufacturedate' => { 193 => 0x6705, 357 => 0x1 },
+ 'manufacturedate1' => { 411 => 0x4 },
+ 'manufacturedate2' => { 411 => 0x5 },
+ 'manufacturer' => { 487 => 'Manufacturer', 520 => 'manufacturer' },
+ 'mariahchromablursize' => { 140 => 0xf0d },
+ 'mariahmaphithreshold' => { 140 => 0xf0c },
+ 'mariahmaplothreshold' => { 140 => 0xf0b },
+ 'mariahsigmathreshold' => { 140 => 0xf0e },
+ 'mariahtexturethreshold' => { 140 => 0xf0a },
+ 'marked' => { 518 => 'Marked', 535 => 'Marked' },
+ 'markers' => { 531 => 'markers' },
+ 'markerscomment' => { 531 => [\'markers','markersComment'] },
+ 'markerscuepointparams' => { 531 => [\'markers','markersCuePointParams'] },
+ 'markerscuepointparamskey' => { 531 => [\'markers','markersCuePointParamsKey'] },
+ 'markerscuepointparamsvalue' => { 531 => [\'markers','markersCuePointParamsValue'] },
+ 'markerscuepointtype' => { 531 => [\'markers','markersCuePointType'] },
+ 'markersduration' => { 531 => [\'markers','markersDuration'] },
+ 'markerslocation' => { 531 => [\'markers','markersLocation'] },
+ 'markersname' => { 531 => [\'markers','markersName'] },
+ 'markersprobability' => { 531 => [\'markers','markersProbability'] },
+ 'markersspeaker' => { 531 => [\'markers','markersSpeaker'] },
+ 'markersstarttime' => { 531 => [\'markers','markersStartTime'] },
+ 'markerstarget' => { 531 => [\'markers','markersTarget'] },
+ 'markerstype' => { 531 => [\'markers','markersType'] },
+ 'maskedareas' => { 121 => 0xc68e },
+ 'maskgroupbasedcorractive' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionActive'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionActive'] },
+ 'maskgroupbasedcorramount' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionAmount'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionAmount'] },
+ 'maskgroupbasedcorrblacks2012' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBlacks2012'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBlacks2012'] },
+ 'maskgroupbasedcorrbrightness' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBrightness'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBrightness'] },
+ 'maskgroupbasedcorrclarity' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity'] },
+ 'maskgroupbasedcorrclarity2012' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity2012'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity2012'] },
+ 'maskgroupbasedcorrcontrast' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast'] },
+ 'maskgroupbasedcorrcontrast2012' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast2012'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast2012'] },
+ 'maskgroupbasedcorrcorrectionname' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionName'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionName'] },
+ 'maskgroupbasedcorrcorrectionsyncid' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionSyncID'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionSyncID'] },
+ 'maskgroupbasedcorrdefringe' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDefringe'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDefringe'] },
+ 'maskgroupbasedcorrdehaze' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDehaze'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDehaze'] },
+ 'maskgroupbasedcorrections' => { 502 => 'MaskGroupBasedCorrections', 504 => 'MaskGroupBasedCorrections' },
+ 'maskgroupbasedcorrexposure' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure'] },
+ 'maskgroupbasedcorrexposure2012' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure2012'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure2012'] },
+ 'maskgroupbasedcorrhighlights2012' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHighlights2012'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHighlights2012'] },
+ 'maskgroupbasedcorrhue' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHue'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHue'] },
+ 'maskgroupbasedcorrluminancenoise' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalLuminanceNoise'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalLuminanceNoise'] },
+ 'maskgroupbasedcorrmask' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasks'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasks'] },
+ 'maskgroupbasedcorrmaskalpha' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAlpha'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAlpha'] },
+ 'maskgroupbasedcorrmaskangle' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAngle'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAngle'] },
+ 'maskgroupbasedcorrmaskbottom' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksBottom'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksBottom'] },
+ 'maskgroupbasedcorrmaskcentervalue' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterValue'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterValue'] },
+ 'maskgroupbasedcorrmaskcenterweight' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterWeight'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterWeight'] },
+ 'maskgroupbasedcorrmaskdabs' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksDabs'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksDabs'] },
+ 'maskgroupbasedcorrmaskfeather' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFeather'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFeather'] },
+ 'maskgroupbasedcorrmaskflipped' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlipped'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlipped'] },
+ 'maskgroupbasedcorrmaskflow' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlow'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlow'] },
+ 'maskgroupbasedcorrmaskfullx' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullX'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullX'] },
+ 'maskgroupbasedcorrmaskfully' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullY'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullY'] },
+ 'maskgroupbasedcorrmaskinputdigest' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksInputDigest'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksInputDigest'] },
+ 'maskgroupbasedcorrmaskleft' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksLeft'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksLeft'] },
+ 'maskgroupbasedcorrmaskmaskactive' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskActive'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskActive'] },
+ 'maskgroupbasedcorrmaskmaskblendmode' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode'] },
+ 'maskgroupbasedcorrmaskmaskdigest' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskDigest'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskDigest'] },
+ 'maskgroupbasedcorrmaskmaskinverted' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskInverted'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskInverted'] },
+ 'maskgroupbasedcorrmaskmaskname' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskName'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskName'] },
+ 'maskgroupbasedcorrmaskmasks' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasks'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasks'] },
+ 'maskgroupbasedcorrmaskmasksalpha' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha'] },
+ 'maskgroupbasedcorrmaskmasksangle' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAngle'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAngle'] },
+ 'maskgroupbasedcorrmaskmasksbottom' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksBottom'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksBottom'] },
+ 'maskgroupbasedcorrmaskmaskscentervalue' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue'] },
+ 'maskgroupbasedcorrmaskmaskscenterweight' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
+ 'maskgroupbasedcorrmaskmasksdabs' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksDabs'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksDabs'] },
+ 'maskgroupbasedcorrmaskmasksfeather' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFeather'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFeather'] },
+ 'maskgroupbasedcorrmaskmasksflipped' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped'] },
+ 'maskgroupbasedcorrmaskmasksflow' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlow'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlow'] },
+ 'maskgroupbasedcorrmaskmasksfullx' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullX'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullX'] },
+ 'maskgroupbasedcorrmaskmasksfully' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullY'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullY'] },
+ 'maskgroupbasedcorrmaskmasksinputdigest' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest'] },
+ 'maskgroupbasedcorrmaskmasksleft' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksLeft'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksLeft'] },
+ 'maskgroupbasedcorrmaskmasksmaskactive' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive'] },
+ 'maskgroupbasedcorrmaskmasksmaskblendmode' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
+ 'maskgroupbasedcorrmaskmasksmaskdigest' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
+ 'maskgroupbasedcorrmaskmasksmaskinverted' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
+ 'maskgroupbasedcorrmaskmasksmaskname' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName'] },
+ 'maskgroupbasedcorrmaskmasksmasksubtype' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
+ 'maskgroupbasedcorrmaskmasksmasksyncid' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
+ 'maskgroupbasedcorrmaskmasksmaskversion' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
+ 'maskgroupbasedcorrmaskmasksmidpoint' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint'] },
+ 'maskgroupbasedcorrmaskmasksorigin' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin'] },
+ 'maskgroupbasedcorrmaskmasksperimetervalue' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
+ 'maskgroupbasedcorrmaskmasksradius' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRadius'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRadius'] },
+ 'maskgroupbasedcorrmaskmasksreferencepoint' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
+ 'maskgroupbasedcorrmaskmasksright' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRight'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRight'] },
+ 'maskgroupbasedcorrmaskmasksroundness' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness'] },
+ 'maskgroupbasedcorrmaskmaskssizex' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX'] },
+ 'maskgroupbasedcorrmaskmaskssizey' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY'] },
+ 'maskgroupbasedcorrmaskmaskstop' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksTop'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksTop'] },
+ 'maskgroupbasedcorrmaskmasksubtype' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSubType'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSubType'] },
+ 'maskgroupbasedcorrmaskmasksvalue' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue'] },
+ 'maskgroupbasedcorrmaskmasksversion' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksVersion'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksVersion'] },
+ 'maskgroupbasedcorrmaskmaskswhat' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWhat'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWhat'] },
+ 'maskgroupbasedcorrmaskmaskswholeimagearea' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
+ 'maskgroupbasedcorrmaskmasksx' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksX'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksX'] },
+ 'maskgroupbasedcorrmaskmasksy' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksY'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksY'] },
+ 'maskgroupbasedcorrmaskmasksyncid' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID'] },
+ 'maskgroupbasedcorrmaskmaskszerox' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX'] },
+ 'maskgroupbasedcorrmaskmaskszeroy' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY'] },
+ 'maskgroupbasedcorrmaskmaskversion' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskVersion'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskVersion'] },
+ 'maskgroupbasedcorrmaskmidpoint' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMidpoint'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMidpoint'] },
+ 'maskgroupbasedcorrmaskorigin' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksOrigin'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksOrigin'] },
+ 'maskgroupbasedcorrmaskperimetervalue' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue'] },
+ 'maskgroupbasedcorrmaskradius' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRadius'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRadius'] },
+ 'maskgroupbasedcorrmaskrange' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
+ 'maskgroupbasedcorrmaskrangeareamodels' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
+ 'maskgroupbasedcorrmaskrangeareamodelscolorsampleinfo' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'maskgroupbasedcorrmaskrangeareamodelscomponents' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'maskgroupbasedcorrmaskrangecoloramount' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
+ 'maskgroupbasedcorrmaskrangedepthfeather' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
+ 'maskgroupbasedcorrmaskrangedepthmax' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
+ 'maskgroupbasedcorrmaskrangedepthmin' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
+ 'maskgroupbasedcorrmaskrangeinvert' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
+ 'maskgroupbasedcorrmaskrangelumfeather' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
+ 'maskgroupbasedcorrmaskrangeluminancedepthsampleinfo' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'maskgroupbasedcorrmaskrangelummax' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
+ 'maskgroupbasedcorrmaskrangelummin' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
+ 'maskgroupbasedcorrmaskrangelumrange' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
+ 'maskgroupbasedcorrmaskrangesampletype' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
+ 'maskgroupbasedcorrmaskrangetype' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
+ 'maskgroupbasedcorrmaskrangeversion' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
+ 'maskgroupbasedcorrmaskreferencepoint' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksReferencePoint'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksReferencePoint'] },
+ 'maskgroupbasedcorrmaskright' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRight'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRight'] },
+ 'maskgroupbasedcorrmaskroundness' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRoundness'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRoundness'] },
+ 'maskgroupbasedcorrmasksizex' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeX'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeX'] },
+ 'maskgroupbasedcorrmasksizey' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeY'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeY'] },
+ 'maskgroupbasedcorrmasktop' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksTop'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksTop'] },
+ 'maskgroupbasedcorrmaskvalue' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskValue'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskValue'] },
+ 'maskgroupbasedcorrmaskversion' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksVersion'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksVersion'] },
+ 'maskgroupbasedcorrmaskwhat' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWhat'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWhat'] },
+ 'maskgroupbasedcorrmaskwholeimagearea' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea'] },
+ 'maskgroupbasedcorrmaskx' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksX'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksX'] },
+ 'maskgroupbasedcorrmasky' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksY'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksY'] },
+ 'maskgroupbasedcorrmaskzerox' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroX'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroX'] },
+ 'maskgroupbasedcorrmaskzeroy' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroY'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroY'] },
+ 'maskgroupbasedcorrmoire' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalMoire'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalMoire'] },
+ 'maskgroupbasedcorrrangemask' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMask'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMask'] },
+ 'maskgroupbasedcorrrangemaskareamodels' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels'] },
+ 'maskgroupbasedcorrrangemaskareamodelscolorsampleinfo' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'maskgroupbasedcorrrangemaskareamodelscomponents' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'maskgroupbasedcorrrangemaskcoloramount' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount'] },
+ 'maskgroupbasedcorrrangemaskdepthfeather' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
+ 'maskgroupbasedcorrrangemaskdepthmax' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax'] },
+ 'maskgroupbasedcorrrangemaskdepthmin' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin'] },
+ 'maskgroupbasedcorrrangemaskinvert' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskInvert'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskInvert'] },
+ 'maskgroupbasedcorrrangemasklumfeather' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather'] },
+ 'maskgroupbasedcorrrangemaskluminancedepthsampleinfo' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'maskgroupbasedcorrrangemasklummax' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax'] },
+ 'maskgroupbasedcorrrangemasklummin' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin'] },
+ 'maskgroupbasedcorrrangemasklumrange' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange'] },
+ 'maskgroupbasedcorrrangemasksampletype' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType'] },
+ 'maskgroupbasedcorrrangemasktype' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskType'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskType'] },
+ 'maskgroupbasedcorrrangemaskversion' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskVersion'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskVersion'] },
+ 'maskgroupbasedcorrsaturation' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSaturation'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSaturation'] },
+ 'maskgroupbasedcorrshadows2012' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalShadows2012'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalShadows2012'] },
+ 'maskgroupbasedcorrsharpness' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSharpness'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSharpness'] },
+ 'maskgroupbasedcorrtemperature' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTemperature'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTemperature'] },
+ 'maskgroupbasedcorrtexture' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTexture'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTexture'] },
+ 'maskgroupbasedcorrtint' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTint'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTint'] },
+ 'maskgroupbasedcorrtoninghue' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningHue'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningHue'] },
+ 'maskgroupbasedcorrtoningsaturation' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningSaturation'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningSaturation'] },
+ 'maskgroupbasedcorrwhat' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsWhat'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsWhat'] },
+ 'maskgroupbasedcorrwhites2012' => { 502 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalWhites2012'], 504 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalWhites2012'] },
+ 'masterdocumentid' => { 133 => 0xb9 },
+ 'mastergain' => { 259 => 0x50 },
+ 'materialsample' => { 120 => 'MaterialSample' },
+ 'materialsampleid' => { 120 => [\'MaterialSample','MaterialSampleMaterialSampleID'] },
+ 'matrixmetering' => { 300 => '50.1', 302 => '48.1', 303 => '48.1', 312 => '48.1', 313 => '48.1', 315 => 0x233, 316 => 0x233, 317 => 0x24b },
+ 'matrixselectk' => { 140 => 0x91b },
+ 'matrixselectthreshold' => { 140 => 0x91a },
+ 'matrixselectthreshold1' => { 140 => 0x91e },
+ 'matrixselectthreshold2' => { 140 => 0x91f },
+ 'matrixstructure' => { 401 => 0xa },
+ 'maxaperture' => { 35 => 0x1a, 140 => 0x3f9, 146 => 0x6103, 165 => 'MaxAperture', 183 => 0x17, 189 => 0x49c5, 234 => 0x36, 320 => 0x20a, 368 => '14.1' },
+ 'maxapertureatmaxfocal' => { 129 => 0x1407, 165 => 'MaxApertureAtMaxFocal', 228 => 0xb, 229 => 0x10, 230 => 0x11, 234 => 0x12, 320 => 0x206 },
+ 'maxapertureatminfocal' => { 129 => 0x1406, 228 => 0xa, 229 => 0xf, 230 => 0x10, 234 => 0x11, 320 => 0x205 },
+ 'maxaperturevalue' => { 121 => 0x9205, 386 => 0x414, 508 => 'MaxApertureValue' },
+ 'maxavailheight' => { 516 => 'MaxAvailHeight' },
+ 'maxavailwidth' => { 516 => 'MaxAvailWidth' },
+ 'maxcontinuousrelease' => { 299 => 0xb, 300 => 0xc, 302 => '12.1', 303 => '12.1', 308 => 0xc, 309 => 0xb, 312 => '12.1', 313 => '12.1', 315 => 0x3d, 316 => 0x3d, 317 => 0x3d },
+ 'maxfaces' => { 323 => 0x1202 },
+ 'maxfocallength' => { 7 => 0xe6, 8 => 0x10, 9 => 0x1ab, 10 => 0x13, 11 => 0x115, 12 => 0x13, 13 => 0x153, 14 => 0xda, 16 => 0xfa, 17 => 0xee, 18 => 0x103, 19 => 0x95, 20 => 0xea, 21 => 0x157, 22 => 0xee, 23 => 0xec, 24 => 0x12b, 25 => 0x165, 26 => 0x16a, 27 => 0x188, 28 => 0x116, 29 => 0x18d, 35 => 0x17, 129 => 0x1405, 165 => 'MaxFocalLength', 228 => 0x9, 229 => 0xe, 230 => 0xf, 234 => 0x10, 320 => 0x208, 455 => 0x127c, 456 => 0x1138, 457 => 0x330, 458 => 0x330, 459 => 0x30e },
+ 'maximumdensityrange' => { 135 => 0x8c },
+ 'maxpagesize' => { 536 => 'MaxPageSize' },
+ 'maxpagesizeh' => { 536 => [\'MaxPageSize','MaxPageSizeH'] },
+ 'maxpagesizeunit' => { 536 => [\'MaxPageSize','MaxPageSizeUnit'] },
+ 'maxpagesizew' => { 536 => [\'MaxPageSize','MaxPageSizeW'] },
+ 'maxpixelvaluethreshold' => { 140 => 0xc7d },
+ 'maxsamplevalue' => { 121 => 0x119 },
+ 'maxstorage' => { 526 => 'maxstorage' },
+ 'mb-d10batteries' => { 299 => '12.6' },
+ 'mb-d10batterytype' => { 308 => '13.3' },
+ 'mb-d11batterytype' => { 309 => '2.3' },
+ 'mb-d12batterytype' => { 312 => '3.2' },
+ 'mb-d80batteries' => { 310 => '6.5' },
+ 'mb-d80batterytype' => { 314 => '3.2' },
+ 'mcuversion' => { 228 => 0xc, 229 => 0x11, 230 => 0x12, 234 => 0x13 },
+ 'md5digest' => { 166 => 'zmd5' },
+ 'mditemfindercomment' => { 175 => 'MDItemFinderComment' },
+ 'mditemfscreationdate' => { 175 => 'MDItemFSCreationDate' },
+ 'mditemfslabel' => { 175 => 'MDItemFSLabel' },
+ 'mditemusertags' => { 175 => 'MDItemUserTags' },
+ 'meal' => { 523 => 'meal' },
+ 'measuredev' => { 28 => 0x9, 78 => 0x3, 99 => 0x1814, 158 => 'MeasuredEV' },
+ 'measuredev2' => { 13 => 0x8, 28 => 0x8, 78 => 0x17 },
'measuredev3' => { 13 => 0x9 },
- 'measuredlv' => { 187 => 0x690, 335 => 0x312, 338 => 0x312, 339 => 0x312, 342 => 0x3407 },
- 'measuredrggb' => { 65 => 0x1 },
- 'measuredrggbdata' => { 44 => 0x287 },
- 'measurementaccuracy' => { 118 => [\'MeasurementOrFact','MeasurementOrFactMeasurementAccuracy'] },
- 'measurementdeterminedby' => { 118 => [\'MeasurementOrFact','MeasurementOrFactMeasurementDeterminedBy'] },
- 'measurementdetermineddate' => { 118 => [\'MeasurementOrFact','MeasurementOrFactMeasurementDeterminedDate'] },
- 'measurementid' => { 118 => [\'MeasurementOrFact','MeasurementOrFactMeasurementID'] },
- 'measurementmethod' => { 118 => [\'MeasurementOrFact','MeasurementOrFactMeasurementMethod'] },
- 'measurementorfact' => { 118 => 'MeasurementOrFact' },
- 'measurementremarks' => { 118 => [\'MeasurementOrFact','MeasurementOrFactMeasurementRemarks'] },
- 'measurementtype' => { 118 => [\'MeasurementOrFact','MeasurementOrFactMeasurementType'] },
- 'measurementunit' => { 118 => [\'MeasurementOrFact','MeasurementOrFactMeasurementUnit'] },
- 'measurementvalue' => { 118 => [\'MeasurementOrFact','MeasurementOrFactMeasurementValue'] },
- 'measuretype' => { 485 => 'MeasureType' },
- 'mechanicalshuttercount' => { 234 => 0x37 },
- 'mediaclassprimaryid' => { 179 => 'WM/MediaClassPrimaryID' },
- 'mediaclasssecondaryid' => { 179 => 'WM/MediaClassSecondaryID' },
- 'mediaconstraints' => { 327 => 'MediaConstraints' },
- 'mediacreatedate' => { 396 => 0x1 },
- 'mediaeventiddate' => { 490 => 'MediaEventIdDate' },
- 'mediamodifydate' => { 396 => 0x2 },
- 'mediasummarycode' => { 327 => 'MediaSummaryCode' },
- 'mediatype' => { 392 => 'stik' },
- 'memoaudioquality' => { 84 => 0x812 },
- 'memorycardconfiguration' => { 433 => 0x16 },
- 'memorycardnumber' => { 211 => 0x2 },
- 'menubuttondisplayposition' => { 82 => 0xb, 85 => 0xa, 86 => 0xb, 89 => 0xb },
- 'menubuttonreturn' => { 90 => 0xb },
- 'menumonitorofftime' => { 297 => '26.1', 298 => '22.1', 300 => '22.1', 301 => '22.1', 305 => '21.1', 306 => '8.2', 307 => '21.1', 310 => '22.1', 311 => '22.1', 312 => '22.1', 313 => 0x35, 314 => 0x35, 315 => 0x35 },
- 'metadataauthority' => { 514 => 'metadataAuthority' },
- 'metadataauthorityidentifier' => { 514 => [\'metadataAuthority','metadataAuthorityIdentifier'] },
- 'metadataauthorityname' => { 514 => [\'metadataAuthority','metadataAuthorityName'] },
- 'metadatadate' => { 527 => 'MetadataDate' },
- 'metadataeditingsoftware' => { 119 => 0xa43c },
- 'metadatalastedited' => { 514 => 'metadataLastEdited' },
- 'metadatalasteditor' => { 514 => 'metadataLastEditor' },
- 'metadatalasteditoridentifier' => { 514 => [\'metadataLastEditor','metadataLastEditorIdentifier'] },
- 'metadatalasteditorname' => { 514 => [\'metadataLastEditor','metadataLastEditorName'] },
- 'metadatamoddate' => { 529 => 'metadataModDate' },
- 'metaversion' => { 448 => 0x34 },
- 'meterinfo1row1' => { 441 => 0x0, 442 => 0x0 },
- 'meterinfo1row2' => { 441 => 0x6c, 442 => 0x5a },
- 'meterinfo1row3' => { 441 => 0xd8, 442 => 0xb4 },
- 'meterinfo1row4' => { 441 => 0x144, 442 => 0x10e },
- 'meterinfo1row5' => { 441 => 0x1b0, 442 => 0x168 },
- 'meterinfo1row6' => { 441 => 0x21c, 442 => 0x1c2 },
- 'meterinfo1row7' => { 441 => 0x288, 442 => 0x21c },
- 'meterinfo2row1' => { 441 => 0x2f4, 442 => 0x276 },
- 'meterinfo2row2' => { 441 => 0x378, 442 => 0x2e4 },
- 'meterinfo2row3' => { 441 => 0x3fc, 442 => 0x352 },
- 'meterinfo2row4' => { 441 => 0x480, 442 => 0x3c0 },
- 'meterinfo2row5' => { 441 => 0x504, 442 => 0x42e },
- 'meterinfo2row6' => { 441 => 0x588, 442 => 0x49c },
- 'meterinfo2row7' => { 441 => 0x60c, 442 => 0x50a },
- 'meterinfo2row8' => { 441 => 0x690, 442 => 0x578 },
- 'meterinfo2row9' => { 441 => 0x714, 442 => 0x5e6 },
- 'metering' => { 299 => '6.1' },
- 'meteringmode' => { 34 => 0x11, 119 => 0x9207, 140 => 0x1c, 181 => 0x7, 182 => 0x25, 184 => 0x12, 317 => 0x202, 375 => 0x17, 417 => 0x9, 427 => 0x15, 428 => 0x13, 429 => 0x7, 445 => 0x3, 449 => 0x1174, 450 => 0x1178, 451 => 0x1154, 452 => 0x11d0, 453 => 0x11ac, 454 => 0x1064, 455 => 0x25c, 456 => 0x25c, 457 => 0x24b, 506 => 'MeteringMode' },
- 'meteringmode2' => { 356 => '2.1', 440 => 0x202c },
- 'meteringmode3' => { 356 => '16.1' },
- 'meteringoffscaleindicator' => { 184 => 0x53 },
- 'meteringtime' => { 297 => '22.2', 299 => '3.2', 302 => '17.1', 303 => '18.1', 306 => '7.3', 307 => '18.1', 308 => '3.2', 312 => '19.1' },
- 'micro1version' => { 402 => 0x1f },
- 'micro2version' => { 402 => 0x2d },
- 'microphoneattenuator' => { 239 => 0x34e, 240 => 0x2d2, 241 => 0x2fa, 242 => 0x2fa },
- 'microphonefrequencyresponse' => { 239 => 0x350, 240 => 0x2d4, 241 => 0x2fc, 242 => 0x2fc },
- 'microphonejackpower' => { 239 => 0x376, 240 => 0x2fa, 241 => 0x322, 242 => 0x322 },
- 'microphonesensitivity' => { 239 => 0x34c, 240 => 0x2d0, 241 => 0x2f8, 242 => 0x2f8 },
- 'microvideo' => { 483 => 'MicroVideo' },
- 'microvideooffset' => { 483 => 'MicroVideoOffset' },
- 'microvideopresentationtimestampus' => { 483 => 'MicroVideoPresentationTimestampUs' },
- 'microvideoversion' => { 483 => 'MicroVideoVersion' },
- 'midrangesharpness' => { 251 => 0x3b },
- 'mieversion' => { 164 => '0Vers' },
- 'mime' => { 485 => 'Mime' },
- 'minaperture' => { 34 => 0x1b, 138 => 0x3f8, 163 => 'MinAperture', 366 => '0.2' },
- 'minaperturevalue' => { 384 => 0x415 },
- 'minfocallength' => { 7 => 0xe4, 8 => 0xe, 9 => 0x1a9, 10 => 0x11, 11 => 0x113, 12 => 0x11, 13 => 0x151, 14 => 0xd8, 16 => 0xf8, 17 => 0xec, 18 => 0x101, 19 => 0x93, 20 => 0xe8, 21 => 0x155, 22 => 0xec, 23 => 0xea, 24 => 0x129, 25 => 0x163, 26 => 0x168, 27 => 0x186, 28 => 0x114, 29 => 0x18b, 34 => 0x18, 127 => 0x1404, 163 => 'MinFocalLength', 226 => 0x8, 227 => 0xd, 228 => 0xe, 232 => 0xf, 318 => 0x207, 453 => 0x127a, 454 => 0x1136, 455 => 0x32e, 456 => 0x32e, 457 => 0x30c },
- 'minfocusdistance' => { 366 => 0x3 },
- 'minimumiso' => { 340 => 0xe8 },
- 'minintegrationrows' => { 138 => 0x1874 },
- 'minoltadate' => { 181 => 0x15 },
- 'minoltaimagesize' => { 181 => 0x4, 182 => 0xc, 183 => 0x2, 186 => 0x103 },
- 'minoltamodelid' => { 181 => 0x25 },
- 'minoltaquality' => { 181 => 0x5, 182 => 0xd, 183 => 0x3, 186 => [0x102,0x103] },
- 'minoltatime' => { 181 => 0x16 },
- 'minormodelagedisclosure' => { 327 => 'MinorModelAgeDisclosure' },
- 'minorversion' => { 491 => 'MinorVersion' },
- 'minsamplevalue' => { 119 => 0x118 },
- 'mirrorlockup' => { 82 => 0xc, 83 => 0xc, 84 => 0x60f, 85 => 0xb, 86 => 0xc, 87 => 0x6, 88 => 0x6, 89 => 0xc, 90 => 0x3 },
- 'mobilecountrycode' => { 499 => 'mcc' },
- 'mobilenetworkcode' => { 499 => 'mnc' },
- 'moddate' => { 330 => 'modify-date', 516 => 'ModDate' },
- 'modedialposition' => { 433 => 0x14 },
- 'model' => { 98 => 0x6, 119 => 0x110, 156 => 'Model', 330 => 'Model', 345 => 0x110, 375 => 0x23f, 394 => 'model', 400 => ['@mod','CNMN','cmnm',"\xa9mdl","\xa9mod"], 417 => 0x84, 485 => 'Model', 518 => 'model', 525 => 'Model' },
- 'modelage' => { 514 => 'ModelAge' },
- 'modelid' => { 316 => 0x0 },
- 'modelingflash' => { 297 => '21.4', 298 => '31.1', 300 => '31.1', 301 => '31.1', 306 => '26.4', 307 => '30.2', 308 => '7.4', 309 => '30.1', 310 => '31.1', 311 => '31.1', 312 => '31.3', 313 => 0x5d, 314 => 0x5d, 315 => 0x5d },
- 'modelreleaseid' => { 327 => 'ModelReleaseID' },
- 'modelreleasestatus' => { 327 => 'ModelReleaseStatus' },
- 'modelreleaseyear' => { 463 => 0x52, 464 => 0x46, 465 => 0x53 },
- 'modeltiepoint' => { 119 => 0x8482 },
- 'modeltransform' => { 119 => 0x85d8 },
- 'modelyear' => { 518 => 'modelYear' },
- 'modificationdate' => { 519 => 'modificationDate' },
- 'modifiedcolortemp' => { 66 => 0x9 },
- 'modifieddigitalgain' => { 66 => 0xb },
- 'modifiedparamflag' => { 58 => 0x1 },
- 'modifiedpicturestyle' => { 66 => 0xa },
- 'modifiedsaturation' => { 317 => 0x504 },
- 'modifiedsensorbluelevel' => { 66 => 0x5 },
- 'modifiedsensorredlevel' => { 66 => 0x4 },
- 'modifiedsharpness' => { 66 => 0x2 },
- 'modifiedsharpnessfreq' => { 66 => 0x3 },
- 'modifiedtonecurve' => { 66 => 0x1 },
- 'modifiedwhitebalance' => { 66 => 0x8 },
- 'modifiedwhitebalanceblue' => { 66 => 0x7 },
- 'modifiedwhitebalancered' => { 66 => 0x6 },
- 'modifydate' => { 119 => 0x132, 157 => 'ModifyDate', 326 => 'ModDate', 328 => 'tIME', 391 => 'ModDate', 397 => 0x2, 527 => 'ModifyDate' },
- 'moirefilter' => { 119 => 0xfe58, 500 => 'MoireFilter', 502 => 'MoireFilter' },
- 'monitorbrightness' => { 239 => 0x69a, 240 => 0x59a, 241 => 0x5ca, 242 => 0x5e2 },
- 'monitordisplayoff' => { 184 => 0x4c },
- 'monitormatrix' => { 138 => 0x8fc },
- 'monitorofftime' => { 297 => '18.2', 299 => '3.1', 308 => '3.1' },
- 'monochromecolor' => { 317 => 0x53b },
- 'monochromecontrast' => { 109 => 0x3c },
- 'monochromefiltereffect' => { 103 => 0x20307, 109 => 0x3a, 340 => 0xac, 375 => 0x73 },
- 'monochromegraineffect' => { 340 => 0xd2 },
- 'monochromelinear' => { 109 => 0x3d },
- 'monochromeoutputhighlightpoint' => { 109 => 0x41 },
- 'monochromeoutputshadowpoint' => { 109 => 0x42 },
- 'monochromeprofilesettings' => { 317 => 0x537 },
- 'monochromerawhighlight' => { 109 => 0x7a },
- 'monochromerawhighlightpoint' => { 109 => 0x3f },
- 'monochromerawshadow' => { 109 => 0x83 },
- 'monochromerawshadowpoint' => { 109 => 0x40 },
- 'monochromesharpness' => { 109 => 0x3e },
- 'monochrometoning' => { 375 => 0x74 },
- 'monochrometoningeffect' => { 103 => 0x20306, 109 => 0x3b },
- 'monochromeunsharpmaskfineness' => { 109 => 0xb2 },
- 'monochromeunsharpmaskstrength' => { 109 => 0xb0 },
- 'monochromeunsharpmaskthreshold' => { 109 => 0xb4 },
- 'monochromevignetting' => { 317 => 0x53a },
- 'monthdaycreated' => { 140 => 0x12, 149 => 0xe },
- 'mood' => { 179 => 'WM/Mood' },
- 'moonphase' => { 401 => 0x12, 402 => 0x43, 403 => 0x4c },
- 'morepermissions' => { 498 => 'morePermissions' },
- 'motionphotovideo' => { 395 => 'mpvd' },
- 'motionsensitivity' => { 401 => 0x29, 403 => 0x60 },
- 'movementcount' => { 392 => "\xa9mvc" },
- 'movementname' => { 392 => "\xa9mvn" },
- 'movementnumber' => { 392 => "\xa9mvi" },
- 'movieactived-lighting' => { 238 => 0x238, 239 => 0x334, 240 => 0x2b8, 241 => 0x2e0, 242 => 0x2e0 },
- 'movieaelockbuttonassignment' => { 310 => '40.1' },
- 'movieaf-onbutton' => { 313 => 0xcb, 314 => 0xcb, 315 => 0xcb },
- 'movieafareamode' => { 239 => 0x342, 240 => 0x2c6, 241 => 0x2ee, 242 => 0x2ee, 313 => 0x203, 314 => 0x203, 315 => 0x21b },
- 'movieafspeed' => { 313 => 0xdd, 314 => 0xdd, 315 => 0xdd },
- 'movieafspeedapply' => { 313 => 0xdf, 314 => 0xdf, 315 => 0xdf },
- 'movieaftrackingsensitivity' => { 313 => 0xe1, 314 => 0xe1, 315 => 0xe1 },
- 'movieaperturelock' => { 313 => 0x259, 314 => 0x259, 315 => 0x271 },
- 'movieautodistortioncontrol' => { 238 => 0x242 },
- 'moviediffractioncompensation' => { 238 => 0x241 },
- 'moviedxcropalert' => { 239 => 0x377, 240 => 0x2fb, 241 => 0x323, 242 => 0x323 },
- 'movieelectronicvr' => { 239 => 0x348, 240 => 0x2cc, 241 => 0x2f4, 242 => 0x2f4 },
- 'movieevfgrid' => { 313 => 0x21d, 314 => 0x21d, 315 => 0x235 },
- 'movieflickerreduction' => { 239 => 0x33c, 240 => 0x2c0, 241 => 0x2e8, 242 => 0x2e8 },
- 'moviefocusmode' => { 238 => 0x248, 239 => 0x340, 240 => 0x2c4, 241 => 0x2ec, 242 => 0x2ec },
- 'moviefocuspointlock' => { 313 => 0x226, 314 => 0x226, 315 => 0x23e },
- 'movieframerate' => { 238 => 0x1f8, 239 => 0x374, 240 => 0x2f4, 241 => 0x31c, 242 => 0x31c },
- 'movieframesize' => { 238 => 0x1f6, 239 => 0x372, 240 => 0x2f2, 241 => 0x31a, 242 => 0x31a },
- 'moviefunc1button' => { 300 => '41.1', 301 => '41.1', 311 => '41.1', 313 => 0xc3, 314 => 0xc3, 315 => 0xc3 },
- 'moviefunc2button' => { 313 => 0xc7, 314 => 0xc7, 315 => 0xc7 },
- 'moviefunc3button' => { 314 => 0x127, 315 => 0x13f },
- 'moviefunctionbutton' => { 298 => '41.1', 310 => '41.1' },
- 'moviefunctionbuttonplusdials' => { 298 => '52.1' },
- 'moviehighisonoisereduction' => { 238 => 0x23c, 239 => 0x336, 240 => 0x2ba, 241 => 0x2e2, 242 => 0x2e2 },
- 'moviehighlightdisplaythreshold' => { 313 => 0x215, 314 => 0x215, 315 => 0x22d },
- 'moviehighreszoom' => { 239 => 0x380, 241 => 0x32c, 242 => 0x32c },
- 'movieimagearea' => { 239 => 0x2da, 240 => 0x25c, 241 => 0x286, 242 => 0x286 },
- 'movieisoautocontrolmanualmode' => { 239 => 0x2e8, 240 => 0x26a, 241 => 0x294, 242 => 0x294 },
- 'movieisoautohilimit' => { 239 => 0x2e6, 240 => 0x268, 241 => 0x292, 242 => 0x292 },
- 'movieisoautomanualmode' => { 238 => 0x204, 239 => 0x2ea, 240 => 0x26c, 241 => 0x296, 242 => 0x296 },
- 'movielenscontrolring' => { 313 => 0xd7, 314 => 0xd7, 315 => 0xd7 },
- 'moviemeteringmode' => { 239 => 0x33e, 240 => 0x2c2, 241 => 0x2ea, 242 => 0x2ea },
- 'moviemidtonedisplayrange' => { 313 => 0x219, 314 => 0x219, 315 => 0x231 },
- 'moviemidtonedisplayvalue' => { 313 => 0x217, 314 => 0x217, 315 => 0x22f },
- 'moviemultiselector' => { 313 => 0xd9, 314 => 0xcf, 315 => 0xcf },
- 'moviepreviewbutton' => { 298 => '41.2', 300 => '41.2', 301 => '41.2', 310 => '41.2', 311 => '41.2' },
- 'moviepreviewbuttonplusdials' => { 298 => '52.2' },
- 'movierecordbuttonplaybackmode' => { 313 => 0x1b5, 314 => 0x1b5, 315 => 0x1cd },
- 'movieshutterbutton' => { 298 => '38.3', 300 => '38.3', 301 => '38.3', 310 => '38.3', 311 => '38.3' },
- 'movieshutterspeedlock' => { 313 => 0x225, 314 => 0x225, 315 => 0x23d },
- 'movieslowmotion' => { 238 => 0x1fa },
- 'moviesoundrecording' => { 239 => 0x34a, 240 => 0x2ce, 241 => 0x2f6, 242 => 0x2f6 },
- 'moviesubjectdetection' => { 239 => 0x378, 240 => 0x2fc, 241 => 0x324, 242 => 0x324 },
- 'moviesubselectorassignment' => { 298 => '48.2' },
- 'moviesubselectorassignmentplusdials' => { 298 => '53.1' },
- 'movietonemap' => { 240 => 0x2ec, 241 => 0x314, 242 => 0x314 },
- 'movietype' => { 223 => 0x2ca, 238 => 0x1fe, 239 => 0x2e4, 240 => 0x266, 241 => 0x290, 242 => 0x290 },
- 'movievibrationreduction' => { 238 => 0x24e },
- 'movievibrationreductionsameasphoto' => { 238 => 0x24f },
- 'movievignettecontrol' => { 238 => 0x23e, 239 => 0x1b0, 240 => 0x1a0, 241 => 0x1b4, 242 => 0x1b4 },
- 'movievignettecontrolsameasphoto' => { 238 => 0x240 },
- 'movievrmode' => { 239 => 0x344, 240 => 0x2c8, 241 => 0x2f0, 242 => 0x2f0 },
- 'moviezebrapattern' => { 313 => 0x213, 314 => 0x213, 315 => 0x22b },
- 'multiburstimageheight' => { 440 => 0x1002 },
- 'multiburstimagewidth' => { 440 => 0x1001 },
- 'multiburstmode' => { 440 => 0x1000 },
- 'multicontrollerwhilemetering' => { 84 => 0x517 },
- 'multiexposure' => { 68 => 0x1, 340 => 0xb4 },
- 'multiexposureautogain' => { 244 => 0x3 },
- 'multiexposurecontrol' => { 68 => 0x2 },
- 'multiexposuremode' => { 244 => 0x1, 245 => 0x1 },
- 'multiexposureoverlaymode' => { 245 => 0x3 },
- 'multiexposureshots' => { 68 => 0x3, 239 => 0x9a, 240 => 0x8e, 241 => 0x9c, 242 => 0x9c, 244 => 0x2, 245 => 0x2 },
- 'multiframenoisereduction' => { 429 => 0x35, 440 => 0x200b, 445 => 0x15 },
- 'multiframenreffect' => { 440 => 0x2023 },
- 'multifunctionlock' => { 84 => 0x70f },
- 'multipleexposuremode' => { 239 => 0x98, 240 => 0x8c, 241 => 0x9a, 242 => 0x9a, 321 => 0x101c },
- 'multipleexposureset' => { 356 => '10.1' },
- 'multisample' => { 257 => 0x40 },
- 'multiselector' => { 297 => '9.4', 298 => '10.3', 300 => '10.3', 301 => '10.3', 306 => '27.4', 310 => '10.3', 311 => '10.3' },
- 'multiselectorliveview' => { 297 => '4.3', 300 => '37.1', 301 => '37.1', 310 => '37.1', 311 => '37.1' },
- 'multiselectorliveviewmode' => { 271 => 0x18c2 },
- 'multiselectorplaybackmode' => { 297 => ['13.5','9.2'], 298 => '10.2', 301 => '10.2', 306 => '27.2', 310 => '10.2', 311 => '10.2', 313 => 0xb3, 314 => 0xb3, 315 => 0xb3 },
- 'multiselectorshootmode' => { 297 => '9.1', 298 => '10.1', 300 => '10.1', 301 => '10.1', 306 => '27.1', 310 => '10.1', 311 => '10.1', 313 => 0xaf, 314 => 0xaf, 315 => 0xaf },
- 'multishot' => { 345 => 0x121 },
- 'mute' => { 394 => 'player.movie.audio.mute' },
- 'mycolormode' => { 69 => 0x2 },
- 'name' => { 400 => 'name', 500 => 'Name', 502 => 'Name' },
- 'narrator' => { 392 => "\xa9nrt" },
- 'nationalcatalognumber' => { 519 => 'nationalCatalogNumber' },
- 'nativedigest' => { 506 => 'NativeDigest', 525 => 'NativeDigest' },
- 'ndfilter' => { 77 => 0x1c, 317 => 0x204, 407 => 0x1019 },
- 'near' => { 485 => 'Near' },
- 'nefbitdepth' => { 234 => 0xe22 },
- 'nefcompression' => { 234 => 0x93, 235 => 0xa },
- 'neflinearizationtable' => { 234 => 0x96 },
- 'negativecachelargepreviewsize' => { 500 => 'NegativeCacheLargePreviewSize', 502 => 'NegativeCacheLargePreviewSize' },
- 'negativecachemaximumsize' => { 500 => 'NegativeCacheMaximumSize', 502 => 'NegativeCacheMaximumSize' },
- 'negativecachepath' => { 500 => 'NegativeCachePath', 502 => 'NegativeCachePath' },
- 'neutraldensityfactor' => { 497 => 'NeutralDensityFactor' },
- 'neutraldensityfilter' => { 375 => 0x88 },
- 'neutraloutputhighlightpoint' => { 109 => 0x2f },
- 'neutraloutputshadowpoint' => { 109 => 0x30 },
- 'neutralrawcolortone' => { 109 => 0x28 },
- 'neutralrawcontrast' => { 109 => 0x2a },
- 'neutralrawhighlight' => { 109 => 0x78 },
- 'neutralrawhighlightpoint' => { 109 => 0x2d },
- 'neutralrawlinear' => { 109 => 0x2b },
- 'neutralrawsaturation' => { 109 => 0x29 },
- 'neutralrawshadow' => { 109 => 0x81 },
- 'neutralrawshadowpoint' => { 109 => 0x2e },
- 'neutralrawsharpness' => { 109 => 0x2c },
- 'neutralunsharpmaskfineness' => { 109 => 0xa6 },
- 'neutralunsharpmaskthreshold' => { 109 => 0xa8 },
- 'neutraunsharpmaskstrength' => { 109 => 0xa4 },
- 'newlensdata' => { 232 => 0x2f },
- 'newrawimagedigest' => { 119 => 0xc7a7 },
- 'newsphotoversion' => { 133 => 0x0 },
- 'nickname' => { 527 => 'Nickname' },
- 'nikoncapturedata' => { 234 => 0xe01 },
- 'nikoncaptureeditversions' => { 234 => 0xe13 },
- 'nikoncaptureoffsets' => { 234 => 0xe0e },
- 'nikoncaptureoutput' => { 234 => 0xe1e },
- 'nikoncaptureversion' => { 234 => 0xe09 },
- 'nikoniccprofile' => { 234 => 0xe1d },
- 'nikonimagesize' => { 268 => '723.1', 269 => '732.1', 277 => 0x2c4 },
- 'nikonmeteringmode' => { 199 => 0x17, 238 => 0x146, 248 => 0x214 },
- 'nikonsettings' => { 234 => 0x4e },
- 'noisefilter' => { 317 => 0x527 },
- 'noiseprofile' => { 119 => 0xc761 },
- 'noisereduction' => { 127 => [0x100b,0x100e], 182 => 0xb0, 183 => 0x60, 184 => 0x3f, 234 => 0x95, 290 => 0x753dcbc0, 291 => 0x17, 317 => 0x50a, 322 => 0x103a, 340 => 0x2d, 375 => 0x49, 407 => 0x100f, 409 => 0x2a },
- 'noisereduction2' => { 321 => 0x1010 },
- 'noisereductionapplied' => { 119 => 0xc6f7 },
- 'noisereductionintensity' => { 291 => 0x9 },
- 'noisereductionmethod' => { 291 => 0x11 },
- 'noisereductionmode' => { 476 => 0x801e },
- 'noisereductionparametersatcapture' => { 138 => 0xe73 },
- 'noisereductionparameterscamera' => { 138 => 0xe72 },
- 'noisereductionparametershost3mp' => { 138 => 0xe71 },
- 'noisereductionparametershost6mp' => { 138 => 0xe70 },
- 'noisereductionparametershostrgb' => { 138 => 0xe6f },
- 'noisereductionparameterskhufu3mp' => { 138 => 0xe65 },
- 'noisereductionparameterskhufu6mp' => { 138 => 0xe64 },
- 'noisereductionparameterskhufurgb' => { 138 => 0xe63 },
- 'noisereductionparams' => { 345 => 0x1b },
- 'noisereductionsharpness' => { 291 => 0xd },
- 'noisereductionstrength' => { 340 => 0xd6 },
- 'noisereductionvalue' => { 476 => 0x8027 },
- 'nomemorycard' => { 297 => '22.1', 298 => '4.2', 299 => '0.3', 302 => '2.4', 303 => '3.2', 304 => '3.2', 306 => '33.7', 307 => '3.2', 308 => '0.3', 310 => '4.2', 312 => '4.5' },
- 'nominalmaxaperture' => { 366 => 0xa },
- 'nominalminaperture' => { 366 => '10.1' },
- 'noncpulens10focallength' => { 239 => 0x6c6, 242 => 0x620 },
- 'noncpulens10maxaperture' => { 239 => 0x6ee, 242 => 0x670 },
- 'noncpulens11focallength' => { 239 => 0x6c8, 242 => 0x624 },
- 'noncpulens11maxaperture' => { 239 => 0x6f0, 242 => 0x674 },
- 'noncpulens12focallength' => { 239 => 0x6ca, 242 => 0x628 },
- 'noncpulens12maxaperture' => { 239 => 0x6f2, 242 => 0x678 },
- 'noncpulens13focallength' => { 239 => 0x6cc, 242 => 0x62c },
- 'noncpulens13maxaperture' => { 239 => 0x6f4, 242 => 0x67c },
- 'noncpulens14focallength' => { 239 => 0x6ce, 242 => 0x630 },
- 'noncpulens14maxaperture' => { 239 => 0x6f6, 242 => 0x680 },
- 'noncpulens15focallength' => { 239 => 0x6d0, 242 => 0x634 },
- 'noncpulens15maxaperture' => { 239 => 0x6f8, 242 => 0x684 },
- 'noncpulens16focallength' => { 239 => 0x6d2, 242 => 0x638 },
- 'noncpulens16maxaperture' => { 239 => 0x6fa, 242 => 0x688 },
- 'noncpulens17focallength' => { 239 => 0x6d4, 242 => 0x63c },
- 'noncpulens17maxaperture' => { 239 => 0x6fc, 242 => 0x68c },
- 'noncpulens18focallength' => { 239 => 0x6d6, 242 => 0x640 },
- 'noncpulens18maxaperture' => { 239 => 0x6fe, 242 => 0x690 },
- 'noncpulens19focallength' => { 239 => 0x6d8, 242 => 0x644 },
- 'noncpulens19maxaperture' => { 239 => 0x700, 242 => 0x694 },
- 'noncpulens1focallength' => { 239 => 0x6b4, 242 => 0x5fc },
- 'noncpulens1maxaperture' => { 239 => 0x6dc, 242 => 0x64c },
- 'noncpulens20focallength' => { 239 => 0x6da, 242 => 0x648 },
- 'noncpulens20maxaperture' => { 239 => 0x702, 242 => 0x698 },
- 'noncpulens2focallength' => { 239 => 0x6b6, 242 => 0x600 },
- 'noncpulens2maxaperture' => { 239 => 0x6de, 242 => 0x650 },
- 'noncpulens3focallength' => { 239 => 0x6b8, 242 => 0x604 },
- 'noncpulens3maxaperture' => { 239 => 0x6e0, 242 => 0x654 },
- 'noncpulens4focallength' => { 239 => 0x6ba, 242 => 0x608 },
- 'noncpulens4maxaperture' => { 239 => 0x6e2, 242 => 0x658 },
- 'noncpulens5focallength' => { 239 => 0x6bc, 242 => 0x60c },
- 'noncpulens5maxaperture' => { 239 => 0x6e4, 242 => 0x65c },
- 'noncpulens6focallength' => { 239 => 0x6be, 242 => 0x610 },
- 'noncpulens6maxaperture' => { 239 => 0x6e6, 242 => 0x660 },
- 'noncpulens7focallength' => { 239 => 0x6c0, 242 => 0x614 },
- 'noncpulens7maxaperture' => { 239 => 0x6e8, 242 => 0x664 },
- 'noncpulens8focallength' => { 239 => 0x6c2, 242 => 0x618 },
- 'noncpulens8maxaperture' => { 239 => 0x6ea, 242 => 0x668 },
- 'noncpulens9focallength' => { 239 => 0x6c4, 242 => 0x61c },
- 'noncpulens9maxaperture' => { 239 => 0x6ec, 242 => 0x66c },
- 'normallinetime' => { 138 => 0x186a },
- 'normalwhitelevel' => { 41 => 0x32a, 42 => 0x280, 45 => [0x2b8,0x2cf,0x2d3], 46 => 0x569, 47 => 0x1e3, 48 => [0x1fc,0x2dc], 49 => [0x230,0x30e], 50 => 0x31c },
- 'notes' => { 477 => 'Notes', 495 => 'notes' },
- 'npages' => { 534 => 'NPages' },
- 'nullrecord' => { 97 => 0x0 },
- 'numafpoints' => { 352 => 0x2 },
- 'number' => { 519 => 'number' },
- 'numberofbeats' => { 529 => 'numberOfBeats' },
- 'numberoffocuspoints' => { 300 => '1.3', 301 => '1.3', 304 => '0.2', 305 => '0.3', 307 => '0.3' },
- 'numfaceelements' => { 127 => 0x4200 },
- 'numfacepositions' => { 332 => 0x0 },
- 'numindexentries' => { 133 => 0x54 },
- 'numwbentries' => { 346 => 0x0, 347 => 0x0 },
- 'object' => { 519 => 'object' },
- 'objectattributereference' => { 131 => 0x4 },
- 'objectcycle' => { 131 => 0x4b, 495 => 'ObjectCycle' },
- 'objectdescription' => { 518 => 'objectDescription' },
- 'objectdistance' => { 112 => 0x6, 113 => 0x2022 },
- 'objectname' => { 131 => 0x5 },
- 'objectpreviewdata' => { 131 => 0xca },
- 'objectpreviewfileformat' => { 131 => 0xc8 },
- 'objectpreviewfileversion' => { 131 => 0xc9 },
- 'objectsubtype' => { 518 => 'objectSubtype' },
- 'objecttype' => { 518 => 'objectType' },
- 'objecttypereference' => { 131 => 0x3 },
- 'occurrence' => { 118 => 'Occurrence' },
- 'occurrenceassociatedmedia' => { 118 => [\'Occurrence','OccurrenceAssociatedMedia'] },
- 'occurrenceassociatedoccurrences' => { 118 => [\'Occurrence','OccurrenceAssociatedOccurrences'] },
- 'occurrenceassociatedreferences' => { 118 => [\'Occurrence','OccurrenceAssociatedReferences'] },
- 'occurrenceassociatedsequences' => { 118 => [\'Occurrence','OccurrenceAssociatedSequences'] },
- 'occurrenceassociatedtaxa' => { 118 => [\'Occurrence','OccurrenceAssociatedTaxa'] },
- 'occurrencebehavior' => { 118 => [\'Occurrence','OccurrenceBehavior'] },
- 'occurrencecatalognumber' => { 118 => [\'Occurrence','OccurrenceCatalogNumber'] },
- 'occurrencedegreeofestablishment' => { 118 => [\'Occurrence','OccurrenceDegreeOfEstablishment'] },
- 'occurrencedetails' => { 118 => [\'Occurrence','OccurrenceOccurrenceDetails'] },
- 'occurrencedisposition' => { 118 => [\'Occurrence','OccurrenceDisposition'] },
- 'occurrenceestablishmentmeans' => { 118 => [\'Occurrence','OccurrenceEstablishmentMeans'] },
- 'occurrencegeoreferenceverificationstatus' => { 118 => [\'Occurrence','OccurrenceGeoreferenceVerificationStatus'] },
- 'occurrenceid' => { 118 => [\'Occurrence','OccurrenceOccurrenceID'] },
- 'occurrenceindividualcount' => { 118 => [\'Occurrence','OccurrenceIndividualCount'] },
- 'occurrenceindividualid' => { 118 => [\'Occurrence','OccurrenceIndividualID'] },
- 'occurrencelifestage' => { 118 => [\'Occurrence','OccurrenceLifeStage'] },
- 'occurrenceorganismquantity' => { 118 => [\'Occurrence','OccurrenceOrganismQuantity'] },
- 'occurrenceorganismquantitytype' => { 118 => [\'Occurrence','OccurrenceOrganismQuantityType'] },
- 'occurrenceothercatalognumbers' => { 118 => [\'Occurrence','OccurrenceOtherCatalogNumbers'] },
- 'occurrencepathway' => { 118 => [\'Occurrence','OccurrencePathway'] },
- 'occurrencepreparations' => { 118 => [\'Occurrence','OccurrencePreparations'] },
- 'occurrencepreviousidentifications' => { 118 => [\'Occurrence','OccurrencePreviousIdentifications'] },
- 'occurrencerecordedby' => { 118 => [\'Occurrence','OccurrenceRecordedBy'] },
- 'occurrencerecordedbyid' => { 118 => [\'Occurrence','OccurrenceRecordedByID'] },
- 'occurrencerecordnumber' => { 118 => [\'Occurrence','OccurrenceRecordNumber'] },
- 'occurrenceremarks' => { 118 => [\'Occurrence','OccurrenceOccurrenceRemarks'] },
- 'occurrencereproductivecondition' => { 118 => [\'Occurrence','OccurrenceReproductiveCondition'] },
- 'occurrencesex' => { 118 => [\'Occurrence','OccurrenceSex'] },
- 'occurrencestatus' => { 118 => [\'Occurrence','OccurrenceOccurrenceStatus'] },
- 'oecfcolumns' => { 506 => [\'OECF','OECFColumns'] },
- 'oecfnames' => { 506 => [\'OECF','OECFNames'] },
- 'oecfrows' => { 506 => [\'OECF','OECFRows'] },
- 'oecfvalues' => { 506 => [\'OECF','OECFValues'] },
- 'offsaledate' => { 519 => 'offSaleDate' },
- 'offsaledatea-platform' => { 519 => [\'offSaleDate','offSaleDateA-platform'] },
- 'offsaledatedate' => { 519 => [\'offSaleDate','offSaleDateDate'] },
- 'offsetdacvalue' => { 138 => 0x190a },
- 'offsethdr' => { 511 => 'OffsetHDR' },
- 'offsetschema' => { 119 => 0xea1d },
- 'offsetsdr' => { 511 => 'OffsetSDR' },
- 'offsettime' => { 119 => 0x9010 },
- 'offsettimedigitized' => { 119 => 0x9012 },
- 'offsettimeoriginal' => { 119 => 0x9011 },
+ 'measuredlv' => { 189 => 0x690, 337 => 0x312, 340 => 0x312, 341 => 0x312, 344 => 0x3407 },
+ 'measuredrggb' => { 66 => 0x1 },
+ 'measuredrggbdata' => { 45 => 0x287 },
+ 'measurementaccuracy' => { 120 => [\'MeasurementOrFact','MeasurementOrFactMeasurementAccuracy'] },
+ 'measurementdeterminedby' => { 120 => [\'MeasurementOrFact','MeasurementOrFactMeasurementDeterminedBy'] },
+ 'measurementdetermineddate' => { 120 => [\'MeasurementOrFact','MeasurementOrFactMeasurementDeterminedDate'] },
+ 'measurementid' => { 120 => [\'MeasurementOrFact','MeasurementOrFactMeasurementID'] },
+ 'measurementmethod' => { 120 => [\'MeasurementOrFact','MeasurementOrFactMeasurementMethod'] },
+ 'measurementorfact' => { 120 => 'MeasurementOrFact' },
+ 'measurementremarks' => { 120 => [\'MeasurementOrFact','MeasurementOrFactMeasurementRemarks'] },
+ 'measurementtype' => { 120 => [\'MeasurementOrFact','MeasurementOrFactMeasurementType'] },
+ 'measurementunit' => { 120 => [\'MeasurementOrFact','MeasurementOrFactMeasurementUnit'] },
+ 'measurementvalue' => { 120 => [\'MeasurementOrFact','MeasurementOrFactMeasurementValue'] },
+ 'measuretype' => { 487 => 'MeasureType' },
+ 'mechanicalshuttercount' => { 236 => 0x37 },
+ 'mediaclassprimaryid' => { 181 => 'WM/MediaClassPrimaryID' },
+ 'mediaclasssecondaryid' => { 181 => 'WM/MediaClassSecondaryID' },
+ 'mediaconstraints' => { 329 => 'MediaConstraints' },
+ 'mediacreatedate' => { 398 => 0x1 },
+ 'mediaeventiddate' => { 492 => 'MediaEventIdDate' },
+ 'mediamodifydate' => { 398 => 0x2 },
+ 'mediasummarycode' => { 329 => 'MediaSummaryCode' },
+ 'mediatype' => { 394 => 'stik' },
+ 'memoaudioquality' => { 86 => 0x812 },
+ 'memorycardconfiguration' => { 435 => 0x16 },
+ 'memorycardnumber' => { 213 => 0x2 },
+ 'menubuttondisplayposition' => { 84 => 0xb, 87 => 0xa, 88 => 0xb, 91 => 0xb },
+ 'menubuttonreturn' => { 92 => 0xb },
+ 'menumonitorofftime' => { 299 => '26.1', 300 => '22.1', 302 => '22.1', 303 => '22.1', 307 => '21.1', 308 => '8.2', 309 => '21.1', 312 => '22.1', 313 => '22.1', 314 => '22.1', 315 => 0x35, 316 => 0x35, 317 => 0x35 },
+ 'mergedimages' => { 342 => 0x76 },
+ 'metadataauthority' => { 516 => 'metadataAuthority' },
+ 'metadataauthorityidentifier' => { 516 => [\'metadataAuthority','metadataAuthorityIdentifier'] },
+ 'metadataauthorityname' => { 516 => [\'metadataAuthority','metadataAuthorityName'] },
+ 'metadatadate' => { 529 => 'MetadataDate' },
+ 'metadataeditingsoftware' => { 121 => 0xa43c },
+ 'metadatalastedited' => { 516 => 'metadataLastEdited' },
+ 'metadatalasteditor' => { 516 => 'metadataLastEditor' },
+ 'metadatalasteditoridentifier' => { 516 => [\'metadataLastEditor','metadataLastEditorIdentifier'] },
+ 'metadatalasteditorname' => { 516 => [\'metadataLastEditor','metadataLastEditorName'] },
+ 'metadatamoddate' => { 531 => 'metadataModDate' },
+ 'metaversion' => { 450 => 0x34 },
+ 'meterinfo1row1' => { 443 => 0x0, 444 => 0x0 },
+ 'meterinfo1row2' => { 443 => 0x6c, 444 => 0x5a },
+ 'meterinfo1row3' => { 443 => 0xd8, 444 => 0xb4 },
+ 'meterinfo1row4' => { 443 => 0x144, 444 => 0x10e },
+ 'meterinfo1row5' => { 443 => 0x1b0, 444 => 0x168 },
+ 'meterinfo1row6' => { 443 => 0x21c, 444 => 0x1c2 },
+ 'meterinfo1row7' => { 443 => 0x288, 444 => 0x21c },
+ 'meterinfo2row1' => { 443 => 0x2f4, 444 => 0x276 },
+ 'meterinfo2row2' => { 443 => 0x378, 444 => 0x2e4 },
+ 'meterinfo2row3' => { 443 => 0x3fc, 444 => 0x352 },
+ 'meterinfo2row4' => { 443 => 0x480, 444 => 0x3c0 },
+ 'meterinfo2row5' => { 443 => 0x504, 444 => 0x42e },
+ 'meterinfo2row6' => { 443 => 0x588, 444 => 0x49c },
+ 'meterinfo2row7' => { 443 => 0x60c, 444 => 0x50a },
+ 'meterinfo2row8' => { 443 => 0x690, 444 => 0x578 },
+ 'meterinfo2row9' => { 443 => 0x714, 444 => 0x5e6 },
+ 'metering' => { 301 => '6.1' },
+ 'meteringmode' => { 35 => 0x11, 121 => 0x9207, 142 => 0x1c, 183 => 0x7, 184 => 0x25, 186 => 0x12, 319 => 0x202, 377 => 0x17, 419 => 0x9, 429 => 0x15, 430 => 0x13, 431 => 0x7, 447 => 0x3, 451 => 0x1174, 452 => 0x1178, 453 => 0x1154, 454 => 0x11d0, 455 => 0x11ac, 456 => 0x1064, 457 => 0x25c, 458 => 0x25c, 459 => 0x24b, 508 => 'MeteringMode' },
+ 'meteringmode2' => { 358 => '2.1', 442 => 0x202c },
+ 'meteringmode3' => { 358 => '16.1' },
+ 'meteringoffscaleindicator' => { 186 => 0x53 },
+ 'meteringtime' => { 299 => '22.2', 301 => '3.2', 304 => '17.1', 305 => '18.1', 308 => '7.3', 309 => '18.1', 310 => '3.2', 314 => '19.1' },
+ 'micro1version' => { 404 => 0x1f },
+ 'micro2version' => { 404 => 0x2d },
+ 'microphoneattenuator' => { 241 => 0x34e, 242 => 0x2d2, 243 => 0x2fa, 244 => 0x2fa },
+ 'microphonefrequencyresponse' => { 241 => 0x350, 242 => 0x2d4, 243 => 0x2fc, 244 => 0x2fc },
+ 'microphonejackpower' => { 241 => 0x376, 242 => 0x2fa, 243 => 0x322, 244 => 0x322 },
+ 'microphonesensitivity' => { 241 => 0x34c, 242 => 0x2d0, 243 => 0x2f8, 244 => 0x2f8 },
+ 'microvideo' => { 485 => 'MicroVideo' },
+ 'microvideooffset' => { 485 => 'MicroVideoOffset' },
+ 'microvideopresentationtimestampus' => { 485 => 'MicroVideoPresentationTimestampUs' },
+ 'microvideoversion' => { 485 => 'MicroVideoVersion' },
+ 'midrangesharpness' => { 253 => 0x3b },
+ 'mieversion' => { 166 => '0Vers' },
+ 'mime' => { 487 => 'Mime' },
+ 'minaperture' => { 35 => 0x1b, 140 => 0x3f8, 165 => 'MinAperture', 368 => '0.2' },
+ 'minaperturevalue' => { 386 => 0x415 },
+ 'minfocallength' => { 7 => 0xe4, 8 => 0xe, 9 => 0x1a9, 10 => 0x11, 11 => 0x113, 12 => 0x11, 13 => 0x151, 14 => 0xd8, 16 => 0xf8, 17 => 0xec, 18 => 0x101, 19 => 0x93, 20 => 0xe8, 21 => 0x155, 22 => 0xec, 23 => 0xea, 24 => 0x129, 25 => 0x163, 26 => 0x168, 27 => 0x186, 28 => 0x114, 29 => 0x18b, 35 => 0x18, 129 => 0x1404, 165 => 'MinFocalLength', 228 => 0x8, 229 => 0xd, 230 => 0xe, 234 => 0xf, 320 => 0x207, 455 => 0x127a, 456 => 0x1136, 457 => 0x32e, 458 => 0x32e, 459 => 0x30c },
+ 'minfocusdistance' => { 368 => 0x3 },
+ 'minimumiso' => { 342 => 0xe8 },
+ 'minintegrationrows' => { 140 => 0x1874 },
+ 'minoltadate' => { 183 => 0x15 },
+ 'minoltaimagesize' => { 183 => 0x4, 184 => 0xc, 185 => 0x2, 188 => 0x103 },
+ 'minoltamodelid' => { 183 => 0x25 },
+ 'minoltaquality' => { 183 => 0x5, 184 => 0xd, 185 => 0x3, 188 => [0x102,0x103] },
+ 'minoltatime' => { 183 => 0x16 },
+ 'minormodelagedisclosure' => { 329 => 'MinorModelAgeDisclosure' },
+ 'minorversion' => { 493 => 'MinorVersion' },
+ 'minsamplevalue' => { 121 => 0x118 },
+ 'mirrorlockup' => { 84 => 0xc, 85 => 0xc, 86 => 0x60f, 87 => 0xb, 88 => 0xc, 89 => 0x6, 90 => 0x6, 91 => 0xc, 92 => 0x3 },
+ 'mobilecountrycode' => { 501 => 'mcc' },
+ 'mobilenetworkcode' => { 501 => 'mnc' },
+ 'moddate' => { 332 => 'modify-date', 518 => 'ModDate' },
+ 'modedialposition' => { 435 => 0x14 },
+ 'model' => { 100 => 0x6, 121 => 0x110, 158 => 'Model', 332 => 'Model', 347 => 0x110, 377 => 0x23f, 396 => 'model', 402 => ['@mod','CNMN','cmnm',"\xa9mdl","\xa9mod"], 419 => 0x84, 487 => 'Model', 520 => 'model', 527 => 'Model' },
+ 'modelage' => { 516 => 'ModelAge' },
+ 'modelid' => { 318 => 0x0 },
+ 'modelingflash' => { 299 => '21.4', 300 => '31.1', 302 => '31.1', 303 => '31.1', 308 => '26.4', 309 => '30.2', 310 => '7.4', 311 => '30.1', 312 => '31.1', 313 => '31.1', 314 => '31.3', 315 => 0x5d, 316 => 0x5d, 317 => 0x5d },
+ 'modelreleaseid' => { 329 => 'ModelReleaseID' },
+ 'modelreleasestatus' => { 329 => 'ModelReleaseStatus' },
+ 'modelreleaseyear' => { 465 => 0x52, 466 => 0x46, 467 => 0x53 },
+ 'modeltiepoint' => { 121 => 0x8482 },
+ 'modeltransform' => { 121 => 0x85d8 },
+ 'modelyear' => { 520 => 'modelYear' },
+ 'modificationdate' => { 521 => 'modificationDate' },
+ 'modifiedcolortemp' => { 67 => 0x9 },
+ 'modifieddigitalgain' => { 67 => 0xb },
+ 'modifiedparamflag' => { 59 => 0x1 },
+ 'modifiedpicturestyle' => { 67 => 0xa },
+ 'modifiedsaturation' => { 319 => 0x504 },
+ 'modifiedsensorbluelevel' => { 67 => 0x5 },
+ 'modifiedsensorredlevel' => { 67 => 0x4 },
+ 'modifiedsharpness' => { 67 => 0x2 },
+ 'modifiedsharpnessfreq' => { 67 => 0x3 },
+ 'modifiedtonecurve' => { 67 => 0x1 },
+ 'modifiedwhitebalance' => { 67 => 0x8 },
+ 'modifiedwhitebalanceblue' => { 67 => 0x7 },
+ 'modifiedwhitebalancered' => { 67 => 0x6 },
+ 'modifydate' => { 121 => 0x132, 159 => 'ModifyDate', 328 => 'ModDate', 330 => 'tIME', 393 => 'ModDate', 399 => 0x2, 529 => 'ModifyDate' },
+ 'moirefilter' => { 121 => 0xfe58, 502 => 'MoireFilter', 504 => 'MoireFilter' },
+ 'monitorbrightness' => { 241 => 0x69a, 242 => 0x59a, 243 => 0x5ca, 244 => 0x5e2 },
+ 'monitordisplayoff' => { 186 => 0x4c },
+ 'monitormatrix' => { 140 => 0x8fc },
+ 'monitorofftime' => { 299 => '18.2', 301 => '3.1', 310 => '3.1' },
+ 'monochromecolor' => { 319 => 0x53b },
+ 'monochromecontrast' => { 111 => 0x3c },
+ 'monochromefiltereffect' => { 105 => 0x20307, 111 => 0x3a, 342 => 0xac, 377 => 0x73 },
+ 'monochromegraineffect' => { 342 => 0xd2 },
+ 'monochromelinear' => { 111 => 0x3d },
+ 'monochromeoutputhighlightpoint' => { 111 => 0x41 },
+ 'monochromeoutputshadowpoint' => { 111 => 0x42 },
+ 'monochromeprofilesettings' => { 319 => 0x537 },
+ 'monochromerawhighlight' => { 111 => 0x7a },
+ 'monochromerawhighlightpoint' => { 111 => 0x3f },
+ 'monochromerawshadow' => { 111 => 0x83 },
+ 'monochromerawshadowpoint' => { 111 => 0x40 },
+ 'monochromesharpness' => { 111 => 0x3e },
+ 'monochrometoning' => { 377 => 0x74 },
+ 'monochrometoningeffect' => { 105 => 0x20306, 111 => 0x3b },
+ 'monochromeunsharpmaskfineness' => { 111 => 0xb2 },
+ 'monochromeunsharpmaskstrength' => { 111 => 0xb0 },
+ 'monochromeunsharpmaskthreshold' => { 111 => 0xb4 },
+ 'monochromevignetting' => { 319 => 0x53a },
+ 'monthdaycreated' => { 142 => 0x12, 151 => 0xe },
+ 'mood' => { 181 => 'WM/Mood' },
+ 'moonphase' => { 403 => 0x12, 404 => 0x43, 405 => 0x4c },
+ 'morepermissions' => { 500 => 'morePermissions' },
+ 'motionphotovideo' => { 397 => 'mpvd' },
+ 'motionsensitivity' => { 403 => 0x29, 405 => 0x60 },
+ 'movementcount' => { 394 => "\xa9mvc" },
+ 'movementname' => { 394 => "\xa9mvn" },
+ 'movementnumber' => { 394 => "\xa9mvi" },
+ 'movieactived-lighting' => { 240 => 0x238, 241 => 0x334, 242 => 0x2b8, 243 => 0x2e0, 244 => 0x2e0 },
+ 'movieaelockbuttonassignment' => { 312 => '40.1' },
+ 'movieaf-onbutton' => { 315 => 0xcb, 316 => 0xcb, 317 => 0xcb },
+ 'movieafareamode' => { 241 => 0x342, 242 => 0x2c6, 243 => 0x2ee, 244 => 0x2ee, 315 => 0x203, 316 => 0x203, 317 => 0x21b },
+ 'movieafspeed' => { 315 => 0xdd, 316 => 0xdd, 317 => 0xdd },
+ 'movieafspeedapply' => { 315 => 0xdf, 316 => 0xdf, 317 => 0xdf },
+ 'movieaftrackingsensitivity' => { 315 => 0xe1, 316 => 0xe1, 317 => 0xe1 },
+ 'movieaperturelock' => { 315 => 0x259, 316 => 0x259, 317 => 0x271 },
+ 'movieautodistortioncontrol' => { 240 => 0x242 },
+ 'moviediffractioncompensation' => { 240 => 0x241 },
+ 'moviedxcropalert' => { 241 => 0x377, 242 => 0x2fb, 243 => 0x323, 244 => 0x323 },
+ 'movieelectronicvr' => { 241 => 0x348, 242 => 0x2cc, 243 => 0x2f4, 244 => 0x2f4 },
+ 'movieevfgrid' => { 315 => 0x21d, 316 => 0x21d, 317 => 0x235 },
+ 'movieflickerreduction' => { 241 => 0x33c, 242 => 0x2c0, 243 => 0x2e8, 244 => 0x2e8 },
+ 'moviefocusmode' => { 240 => 0x248, 241 => 0x340, 242 => 0x2c4, 243 => 0x2ec, 244 => 0x2ec },
+ 'moviefocuspointlock' => { 315 => 0x226, 316 => 0x226, 317 => 0x23e },
+ 'movieframerate' => { 240 => 0x1f8, 241 => 0x374, 242 => 0x2f4, 243 => 0x31c, 244 => 0x31c },
+ 'movieframesize' => { 240 => 0x1f6, 241 => 0x372, 242 => 0x2f2, 243 => 0x31a, 244 => 0x31a },
+ 'moviefunc1button' => { 302 => '41.1', 303 => '41.1', 313 => '41.1', 315 => 0xc3, 316 => 0xc3, 317 => 0xc3 },
+ 'moviefunc2button' => { 315 => 0xc7, 316 => 0xc7, 317 => 0xc7 },
+ 'moviefunc3button' => { 316 => 0x127, 317 => 0x13f },
+ 'moviefunctionbutton' => { 300 => '41.1', 312 => '41.1' },
+ 'moviefunctionbuttonplusdials' => { 300 => '52.1' },
+ 'moviehighisonoisereduction' => { 240 => 0x23c, 241 => 0x336, 242 => 0x2ba, 243 => 0x2e2, 244 => 0x2e2 },
+ 'moviehighlightdisplaythreshold' => { 315 => 0x215, 316 => 0x215, 317 => 0x22d },
+ 'moviehighreszoom' => { 241 => 0x380, 243 => 0x32c, 244 => 0x32c },
+ 'movieimagearea' => { 241 => 0x2da, 242 => 0x25c, 243 => 0x286, 244 => 0x286 },
+ 'movieisoautocontrolmanualmode' => { 241 => 0x2e8, 242 => 0x26a, 243 => 0x294, 244 => 0x294 },
+ 'movieisoautohilimit' => { 241 => 0x2e6, 242 => 0x268, 243 => 0x292, 244 => 0x292 },
+ 'movieisoautomanualmode' => { 240 => 0x204, 241 => 0x2ea, 242 => 0x26c, 243 => 0x296, 244 => 0x296 },
+ 'movielenscontrolring' => { 315 => 0xd7, 316 => 0xd7, 317 => 0xd7 },
+ 'moviemeteringmode' => { 241 => 0x33e, 242 => 0x2c2, 243 => 0x2ea, 244 => 0x2ea },
+ 'moviemidtonedisplayrange' => { 315 => 0x219, 316 => 0x219, 317 => 0x231 },
+ 'moviemidtonedisplayvalue' => { 315 => 0x217, 316 => 0x217, 317 => 0x22f },
+ 'moviemultiselector' => { 315 => 0xd9, 316 => 0xcf, 317 => 0xcf },
+ 'moviepreviewbutton' => { 300 => '41.2', 302 => '41.2', 303 => '41.2', 312 => '41.2', 313 => '41.2' },
+ 'moviepreviewbuttonplusdials' => { 300 => '52.2' },
+ 'movierecordbuttonplaybackmode' => { 315 => 0x1b5, 316 => 0x1b5, 317 => 0x1cd },
+ 'movieshutterbutton' => { 300 => '38.3', 302 => '38.3', 303 => '38.3', 312 => '38.3', 313 => '38.3' },
+ 'movieshutterspeedlock' => { 315 => 0x225, 316 => 0x225, 317 => 0x23d },
+ 'movieslowmotion' => { 240 => 0x1fa },
+ 'moviesoundrecording' => { 241 => 0x34a, 242 => 0x2ce, 243 => 0x2f6, 244 => 0x2f6 },
+ 'moviesubjectdetection' => { 241 => 0x378, 242 => 0x2fc, 243 => 0x324, 244 => 0x324 },
+ 'moviesubselectorassignment' => { 300 => '48.2' },
+ 'moviesubselectorassignmentplusdials' => { 300 => '53.1' },
+ 'movietonemap' => { 242 => 0x2ec, 243 => 0x314, 244 => 0x314 },
+ 'movietype' => { 225 => 0x2ca, 240 => 0x1fe, 241 => 0x2e4, 242 => 0x266, 243 => 0x290, 244 => 0x290 },
+ 'movievibrationreduction' => { 240 => 0x24e },
+ 'movievibrationreductionsameasphoto' => { 240 => 0x24f },
+ 'movievignettecontrol' => { 240 => 0x23e, 241 => 0x1b0, 242 => 0x1a0, 243 => 0x1b4, 244 => 0x1b4 },
+ 'movievignettecontrolsameasphoto' => { 240 => 0x240 },
+ 'movievrmode' => { 241 => 0x344, 242 => 0x2c8, 243 => 0x2f0, 244 => 0x2f0 },
+ 'moviezebrapattern' => { 315 => 0x213, 316 => 0x213, 317 => 0x22b },
+ 'multiburstimageheight' => { 442 => 0x1002 },
+ 'multiburstimagewidth' => { 442 => 0x1001 },
+ 'multiburstmode' => { 442 => 0x1000 },
+ 'multicontrollerwhilemetering' => { 86 => 0x517 },
+ 'multiexposure' => { 69 => 0x1, 342 => 0xb4 },
+ 'multiexposureautogain' => { 246 => 0x3 },
+ 'multiexposurecontrol' => { 69 => 0x2 },
+ 'multiexposuremode' => { 246 => 0x1, 247 => 0x1 },
+ 'multiexposureoverlaymode' => { 247 => 0x3 },
+ 'multiexposureshots' => { 69 => 0x3, 241 => 0x9a, 242 => 0x8e, 243 => 0x9c, 244 => 0x9c, 246 => 0x2, 247 => 0x2 },
+ 'multiframenoisereduction' => { 431 => 0x35, 442 => 0x200b, 447 => 0x15 },
+ 'multiframenreffect' => { 442 => 0x2023 },
+ 'multifunctionlock' => { 86 => 0x70f },
+ 'multipleexposuremode' => { 241 => 0x98, 242 => 0x8c, 243 => 0x9a, 244 => 0x9a, 323 => 0x101c },
+ 'multipleexposureset' => { 358 => '10.1' },
+ 'multisample' => { 259 => 0x40 },
+ 'multiselector' => { 299 => '9.4', 300 => '10.3', 302 => '10.3', 303 => '10.3', 308 => '27.4', 312 => '10.3', 313 => '10.3' },
+ 'multiselectorliveview' => { 299 => '4.3', 302 => '37.1', 303 => '37.1', 312 => '37.1', 313 => '37.1' },
+ 'multiselectorliveviewmode' => { 273 => 0x18c2 },
+ 'multiselectorplaybackmode' => { 299 => ['13.5','9.2'], 300 => '10.2', 303 => '10.2', 308 => '27.2', 312 => '10.2', 313 => '10.2', 315 => 0xb3, 316 => 0xb3, 317 => 0xb3 },
+ 'multiselectorshootmode' => { 299 => '9.1', 300 => '10.1', 302 => '10.1', 303 => '10.1', 308 => '27.1', 312 => '10.1', 313 => '10.1', 315 => 0xaf, 316 => 0xaf, 317 => 0xaf },
+ 'multishot' => { 347 => 0x121 },
+ 'mute' => { 396 => 'player.movie.audio.mute' },
+ 'mycolormode' => { 70 => 0x2 },
+ 'name' => { 402 => 'name', 502 => 'Name', 504 => 'Name' },
+ 'narrator' => { 394 => "\xa9nrt" },
+ 'nationalcatalognumber' => { 521 => 'nationalCatalogNumber' },
+ 'nativedigest' => { 508 => 'NativeDigest', 527 => 'NativeDigest' },
+ 'ndfilter' => { 78 => 0x1c, 319 => 0x204, 409 => 0x1019 },
+ 'near' => { 487 => 'Near' },
+ 'nefbitdepth' => { 236 => 0xe22 },
+ 'nefcompression' => { 236 => 0x93, 237 => 0xa },
+ 'neflinearizationtable' => { 236 => 0x96 },
+ 'negativecachelargepreviewsize' => { 502 => 'NegativeCacheLargePreviewSize', 504 => 'NegativeCacheLargePreviewSize' },
+ 'negativecachemaximumsize' => { 502 => 'NegativeCacheMaximumSize', 504 => 'NegativeCacheMaximumSize' },
+ 'negativecachepath' => { 502 => 'NegativeCachePath', 504 => 'NegativeCachePath' },
+ 'neutraldensityfactor' => { 499 => 'NeutralDensityFactor' },
+ 'neutraldensityfilter' => { 377 => 0x88 },
+ 'neutraloutputhighlightpoint' => { 111 => 0x2f },
+ 'neutraloutputshadowpoint' => { 111 => 0x30 },
+ 'neutralrawcolortone' => { 111 => 0x28 },
+ 'neutralrawcontrast' => { 111 => 0x2a },
+ 'neutralrawhighlight' => { 111 => 0x78 },
+ 'neutralrawhighlightpoint' => { 111 => 0x2d },
+ 'neutralrawlinear' => { 111 => 0x2b },
+ 'neutralrawsaturation' => { 111 => 0x29 },
+ 'neutralrawshadow' => { 111 => 0x81 },
+ 'neutralrawshadowpoint' => { 111 => 0x2e },
+ 'neutralrawsharpness' => { 111 => 0x2c },
+ 'neutralunsharpmaskfineness' => { 111 => 0xa6 },
+ 'neutralunsharpmaskthreshold' => { 111 => 0xa8 },
+ 'neutraunsharpmaskstrength' => { 111 => 0xa4 },
+ 'newlensdata' => { 234 => 0x2f },
+ 'newrawimagedigest' => { 121 => 0xc7a7 },
+ 'newsphotoversion' => { 135 => 0x0 },
+ 'nickname' => { 529 => 'Nickname' },
+ 'nikoncapturedata' => { 236 => 0xe01 },
+ 'nikoncaptureeditversions' => { 236 => 0xe13 },
+ 'nikoncaptureoffsets' => { 236 => 0xe0e },
+ 'nikoncaptureoutput' => { 236 => 0xe1e },
+ 'nikoncaptureversion' => { 236 => 0xe09 },
+ 'nikoniccprofile' => { 236 => 0xe1d },
+ 'nikonimagesize' => { 270 => '723.1', 271 => '732.1', 279 => 0x2c4 },
+ 'nikonmeteringmode' => { 201 => 0x17, 240 => 0x146, 250 => 0x214 },
+ 'nikonsettings' => { 236 => 0x4e },
+ 'noisefilter' => { 319 => 0x527 },
+ 'noiseprofile' => { 121 => 0xc761 },
+ 'noisereduction' => { 129 => [0x100b,0x100e], 184 => 0xb0, 185 => 0x60, 186 => 0x3f, 236 => 0x95, 292 => 0x753dcbc0, 293 => 0x17, 319 => 0x50a, 324 => 0x103a, 342 => 0x2d, 377 => 0x49, 409 => 0x100f, 411 => 0x2a },
+ 'noisereduction2' => { 323 => 0x1010 },
+ 'noisereductionapplied' => { 121 => 0xc6f7 },
+ 'noisereductionintensity' => { 293 => 0x9 },
+ 'noisereductionmethod' => { 293 => 0x11 },
+ 'noisereductionmode' => { 478 => 0x801e },
+ 'noisereductionparametersatcapture' => { 140 => 0xe73 },
+ 'noisereductionparameterscamera' => { 140 => 0xe72 },
+ 'noisereductionparametershost3mp' => { 140 => 0xe71 },
+ 'noisereductionparametershost6mp' => { 140 => 0xe70 },
+ 'noisereductionparametershostrgb' => { 140 => 0xe6f },
+ 'noisereductionparameterskhufu3mp' => { 140 => 0xe65 },
+ 'noisereductionparameterskhufu6mp' => { 140 => 0xe64 },
+ 'noisereductionparameterskhufurgb' => { 140 => 0xe63 },
+ 'noisereductionparams' => { 347 => 0x1b },
+ 'noisereductionsharpness' => { 293 => 0xd },
+ 'noisereductionstrength' => { 342 => 0xd6 },
+ 'noisereductionvalue' => { 478 => 0x8027 },
+ 'nomemorycard' => { 299 => '22.1', 300 => '4.2', 301 => '0.3', 304 => '2.4', 305 => '3.2', 306 => '3.2', 308 => '33.7', 309 => '3.2', 310 => '0.3', 312 => '4.2', 314 => '4.5' },
+ 'nominalmaxaperture' => { 368 => 0xa },
+ 'nominalminaperture' => { 368 => '10.1' },
+ 'noncpulens10focallength' => { 241 => 0x6c6, 244 => 0x620 },
+ 'noncpulens10maxaperture' => { 241 => 0x6ee, 244 => 0x670 },
+ 'noncpulens11focallength' => { 241 => 0x6c8, 244 => 0x624 },
+ 'noncpulens11maxaperture' => { 241 => 0x6f0, 244 => 0x674 },
+ 'noncpulens12focallength' => { 241 => 0x6ca, 244 => 0x628 },
+ 'noncpulens12maxaperture' => { 241 => 0x6f2, 244 => 0x678 },
+ 'noncpulens13focallength' => { 241 => 0x6cc, 244 => 0x62c },
+ 'noncpulens13maxaperture' => { 241 => 0x6f4, 244 => 0x67c },
+ 'noncpulens14focallength' => { 241 => 0x6ce, 244 => 0x630 },
+ 'noncpulens14maxaperture' => { 241 => 0x6f6, 244 => 0x680 },
+ 'noncpulens15focallength' => { 241 => 0x6d0, 244 => 0x634 },
+ 'noncpulens15maxaperture' => { 241 => 0x6f8, 244 => 0x684 },
+ 'noncpulens16focallength' => { 241 => 0x6d2, 244 => 0x638 },
+ 'noncpulens16maxaperture' => { 241 => 0x6fa, 244 => 0x688 },
+ 'noncpulens17focallength' => { 241 => 0x6d4, 244 => 0x63c },
+ 'noncpulens17maxaperture' => { 241 => 0x6fc, 244 => 0x68c },
+ 'noncpulens18focallength' => { 241 => 0x6d6, 244 => 0x640 },
+ 'noncpulens18maxaperture' => { 241 => 0x6fe, 244 => 0x690 },
+ 'noncpulens19focallength' => { 241 => 0x6d8, 244 => 0x644 },
+ 'noncpulens19maxaperture' => { 241 => 0x700, 244 => 0x694 },
+ 'noncpulens1focallength' => { 241 => 0x6b4, 244 => 0x5fc },
+ 'noncpulens1maxaperture' => { 241 => 0x6dc, 244 => 0x64c },
+ 'noncpulens20focallength' => { 241 => 0x6da, 244 => 0x648 },
+ 'noncpulens20maxaperture' => { 241 => 0x702, 244 => 0x698 },
+ 'noncpulens2focallength' => { 241 => 0x6b6, 244 => 0x600 },
+ 'noncpulens2maxaperture' => { 241 => 0x6de, 244 => 0x650 },
+ 'noncpulens3focallength' => { 241 => 0x6b8, 244 => 0x604 },
+ 'noncpulens3maxaperture' => { 241 => 0x6e0, 244 => 0x654 },
+ 'noncpulens4focallength' => { 241 => 0x6ba, 244 => 0x608 },
+ 'noncpulens4maxaperture' => { 241 => 0x6e2, 244 => 0x658 },
+ 'noncpulens5focallength' => { 241 => 0x6bc, 244 => 0x60c },
+ 'noncpulens5maxaperture' => { 241 => 0x6e4, 244 => 0x65c },
+ 'noncpulens6focallength' => { 241 => 0x6be, 244 => 0x610 },
+ 'noncpulens6maxaperture' => { 241 => 0x6e6, 244 => 0x660 },
+ 'noncpulens7focallength' => { 241 => 0x6c0, 244 => 0x614 },
+ 'noncpulens7maxaperture' => { 241 => 0x6e8, 244 => 0x664 },
+ 'noncpulens8focallength' => { 241 => 0x6c2, 244 => 0x618 },
+ 'noncpulens8maxaperture' => { 241 => 0x6ea, 244 => 0x668 },
+ 'noncpulens9focallength' => { 241 => 0x6c4, 244 => 0x61c },
+ 'noncpulens9maxaperture' => { 241 => 0x6ec, 244 => 0x66c },
+ 'normallinetime' => { 140 => 0x186a },
+ 'normalwhitelevel' => { 42 => 0x32a, 43 => 0x280, 46 => [0x2b8,0x2cf,0x2d3], 47 => 0x569, 48 => 0x1e3, 49 => [0x1fc,0x2dc], 50 => [0x230,0x30e], 51 => 0x31c },
+ 'notes' => { 479 => 'Notes', 497 => 'notes' },
+ 'npages' => { 536 => 'NPages' },
+ 'nullrecord' => { 99 => 0x0 },
+ 'numafpoints' => { 354 => 0x2 },
+ 'number' => { 521 => 'number' },
+ 'numberofbeats' => { 531 => 'numberOfBeats' },
+ 'numberoffocuspoints' => { 302 => '1.3', 303 => '1.3', 306 => '0.2', 307 => '0.3', 309 => '0.3' },
+ 'numfaceelements' => { 129 => 0x4200 },
+ 'numfacepositions' => { 334 => 0x0 },
+ 'numindexentries' => { 135 => 0x54 },
+ 'numwbentries' => { 348 => 0x0, 349 => 0x0 },
+ 'object' => { 521 => 'object' },
+ 'objectattributereference' => { 133 => 0x4 },
+ 'objectcycle' => { 133 => 0x4b, 497 => 'ObjectCycle' },
+ 'objectdescription' => { 520 => 'objectDescription' },
+ 'objectdistance' => { 114 => 0x6, 115 => 0x2022 },
+ 'objectname' => { 133 => 0x5 },
+ 'objectpreviewdata' => { 133 => 0xca },
+ 'objectpreviewfileformat' => { 133 => 0xc8 },
+ 'objectpreviewfileversion' => { 133 => 0xc9 },
+ 'objectsubtype' => { 520 => 'objectSubtype' },
+ 'objecttype' => { 520 => 'objectType' },
+ 'objecttypereference' => { 133 => 0x3 },
+ 'occurrence' => { 120 => 'Occurrence' },
+ 'occurrenceassociatedmedia' => { 120 => [\'Occurrence','OccurrenceAssociatedMedia'] },
+ 'occurrenceassociatedoccurrences' => { 120 => [\'Occurrence','OccurrenceAssociatedOccurrences'] },
+ 'occurrenceassociatedreferences' => { 120 => [\'Occurrence','OccurrenceAssociatedReferences'] },
+ 'occurrenceassociatedsequences' => { 120 => [\'Occurrence','OccurrenceAssociatedSequences'] },
+ 'occurrenceassociatedtaxa' => { 120 => [\'Occurrence','OccurrenceAssociatedTaxa'] },
+ 'occurrencebehavior' => { 120 => [\'Occurrence','OccurrenceBehavior'] },
+ 'occurrencecatalognumber' => { 120 => [\'Occurrence','OccurrenceCatalogNumber'] },
+ 'occurrencedegreeofestablishment' => { 120 => [\'Occurrence','OccurrenceDegreeOfEstablishment'] },
+ 'occurrencedetails' => { 120 => [\'Occurrence','OccurrenceOccurrenceDetails'] },
+ 'occurrencedisposition' => { 120 => [\'Occurrence','OccurrenceDisposition'] },
+ 'occurrenceestablishmentmeans' => { 120 => [\'Occurrence','OccurrenceEstablishmentMeans'] },
+ 'occurrencegeoreferenceverificationstatus' => { 120 => [\'Occurrence','OccurrenceGeoreferenceVerificationStatus'] },
+ 'occurrenceid' => { 120 => [\'Occurrence','OccurrenceOccurrenceID'] },
+ 'occurrenceindividualcount' => { 120 => [\'Occurrence','OccurrenceIndividualCount'] },
+ 'occurrenceindividualid' => { 120 => [\'Occurrence','OccurrenceIndividualID'] },
+ 'occurrencelifestage' => { 120 => [\'Occurrence','OccurrenceLifeStage'] },
+ 'occurrenceorganismquantity' => { 120 => [\'Occurrence','OccurrenceOrganismQuantity'] },
+ 'occurrenceorganismquantitytype' => { 120 => [\'Occurrence','OccurrenceOrganismQuantityType'] },
+ 'occurrenceothercatalognumbers' => { 120 => [\'Occurrence','OccurrenceOtherCatalogNumbers'] },
+ 'occurrencepathway' => { 120 => [\'Occurrence','OccurrencePathway'] },
+ 'occurrencepreparations' => { 120 => [\'Occurrence','OccurrencePreparations'] },
+ 'occurrencepreviousidentifications' => { 120 => [\'Occurrence','OccurrencePreviousIdentifications'] },
+ 'occurrencerecordedby' => { 120 => [\'Occurrence','OccurrenceRecordedBy'] },
+ 'occurrencerecordedbyid' => { 120 => [\'Occurrence','OccurrenceRecordedByID'] },
+ 'occurrencerecordnumber' => { 120 => [\'Occurrence','OccurrenceRecordNumber'] },
+ 'occurrenceremarks' => { 120 => [\'Occurrence','OccurrenceOccurrenceRemarks'] },
+ 'occurrencereproductivecondition' => { 120 => [\'Occurrence','OccurrenceReproductiveCondition'] },
+ 'occurrencesex' => { 120 => [\'Occurrence','OccurrenceSex'] },
+ 'occurrencestatus' => { 120 => [\'Occurrence','OccurrenceOccurrenceStatus'] },
+ 'oecfcolumns' => { 508 => [\'OECF','OECFColumns'] },
+ 'oecfnames' => { 508 => [\'OECF','OECFNames'] },
+ 'oecfrows' => { 508 => [\'OECF','OECFRows'] },
+ 'oecfvalues' => { 508 => [\'OECF','OECFValues'] },
+ 'offsaledate' => { 521 => 'offSaleDate' },
+ 'offsaledatea-platform' => { 521 => [\'offSaleDate','offSaleDateA-platform'] },
+ 'offsaledatedate' => { 521 => [\'offSaleDate','offSaleDateDate'] },
+ 'offsetdacvalue' => { 140 => 0x190a },
+ 'offsethdr' => { 513 => 'OffsetHDR' },
+ 'offsetschema' => { 121 => 0xea1d },
+ 'offsetsdr' => { 513 => 'OffsetSDR' },
+ 'offsettime' => { 121 => 0x9010 },
+ 'offsettimedigitized' => { 121 => 0x9012 },
+ 'offsettimeoriginal' => { 121 => 0x9011 },
'oismode' => { 1 => 0xf },
- 'okbutton' => { 307 => '15.1', 312 => '16.1' },
- 'oldsubfiletype' => { 119 => 0xff },
- 'olympusimageheight' => { 322 => 0x102f },
- 'olympusimagewidth' => { 322 => 0x102e },
- 'omenatcapturestrength' => { 138 => 0xa60 },
- 'omenautostrength' => { 138 => 0xa5f },
- 'omenearlystrength' => { 138 => 0xa5e },
- 'omenfocallengthlimit' => { 138 => 0xa62 },
- 'omeninitialipfstrength' => { 138 => 0xa5d },
- 'omensurfaceindex' => { 138 => 0xa64 },
+ 'okbutton' => { 309 => '15.1', 314 => '16.1' },
+ 'oldsubfiletype' => { 121 => 0xff },
+ 'olympusimageheight' => { 324 => 0x102f },
+ 'olympusimagewidth' => { 324 => 0x102e },
+ 'omenatcapturestrength' => { 140 => 0xa60 },
+ 'omenautostrength' => { 140 => 0xa5f },
+ 'omenearlystrength' => { 140 => 0xa5e },
+ 'omenfocallengthlimit' => { 140 => 0xa62 },
+ 'omeninitialipfstrength' => { 140 => 0xa5d },
+ 'omensurfaceindex' => { 140 => 0xa64 },
'oneshotafrelease' => { 2 => 0x9 },
- 'onetouchwb' => { 322 => 0x302 },
- 'onsaledate' => { 519 => 'onSaleDate' },
- 'onsaledatea-platform' => { 519 => [\'onSaleDate','onSaleDateA-platform'] },
- 'onsaledatedate' => { 519 => [\'onSaleDate','onSaleDateDate'] },
- 'onsaleday' => { 519 => 'onSaleDay' },
- 'onsaledaya-platform' => { 519 => [\'onSaleDay','onSaleDayA-platform'] },
- 'onsaledayday' => { 519 => [\'onSaleDay','onSaleDayDay'] },
- 'opcodelist1' => { 119 => 0xc740 },
- 'opcodelist2' => { 119 => 0xc741 },
- 'opcodelist3' => { 119 => 0xc74e },
- 'opticalzoom' => { 142 => 0xfa3d, 144 => [0x6006,0xf006], 145 => 0x1000, 146 => 0xf, 149 => 0x1e, 151 => 0x20, 152 => 0x1c, 163 => 'OpticalZoom' },
- 'opticalzoomcode' => { 77 => 0xa },
- 'opticalzoommode' => { 340 => 0x34 },
- 'opticalzoomon' => { 416 => 0x219 },
- 'optionenddate' => { 522 => 'optionEndDate' },
- 'opto-electricconvfactor' => { 506 => 'OECF' },
- 'orangehsl' => { 103 => 0x20911 },
- 'ordernumber' => { 127 => 0x8002 },
- 'organisationinimagecode' => { 514 => 'OrganisationInImageCode' },
- 'organisationinimagename' => { 514 => 'OrganisationInImageName' },
- 'organism' => { 118 => 'Organism' },
- 'organismassociatedoccurrences' => { 118 => [\'Organism','OrganismAssociatedOccurrences'] },
- 'organismassociatedorganisms' => { 118 => [\'Organism','OrganismAssociatedOrganisms'] },
- 'organismid' => { 118 => [\'Organism','OrganismOrganismID'] },
- 'organismname' => { 118 => [\'Organism','OrganismOrganismName'] },
- 'organismpreviousidentifications' => { 118 => [\'Organism','OrganismPreviousIdentifications'] },
- 'organismremarks' => { 118 => [\'Organism','OrganismOrganismRemarks'] },
- 'organismscope' => { 118 => [\'Organism','OrganismOrganismScope'] },
- 'organization' => { 519 => 'organization' },
- 'orientation' => { 119 => 0x112, 345 => 0x112, 518 => 'orientation', 525 => 'Orientation' },
- 'orientation2' => { 445 => [0x28,0x2e] },
+ 'onetouchwb' => { 324 => 0x302 },
+ 'onsaledate' => { 521 => 'onSaleDate' },
+ 'onsaledatea-platform' => { 521 => [\'onSaleDate','onSaleDateA-platform'] },
+ 'onsaledatedate' => { 521 => [\'onSaleDate','onSaleDateDate'] },
+ 'onsaleday' => { 521 => 'onSaleDay' },
+ 'onsaledaya-platform' => { 521 => [\'onSaleDay','onSaleDayA-platform'] },
+ 'onsaledayday' => { 521 => [\'onSaleDay','onSaleDayDay'] },
+ 'opcodelist1' => { 121 => 0xc740 },
+ 'opcodelist2' => { 121 => 0xc741 },
+ 'opcodelist3' => { 121 => 0xc74e },
+ 'opticalzoom' => { 144 => 0xfa3d, 146 => [0x6006,0xf006], 147 => 0x1000, 148 => 0xf, 151 => 0x1e, 153 => 0x20, 154 => 0x1c, 165 => 'OpticalZoom' },
+ 'opticalzoomcode' => { 78 => 0xa },
+ 'opticalzoommode' => { 342 => 0x34 },
+ 'opticalzoomon' => { 418 => 0x219 },
+ 'optionenddate' => { 524 => 'optionEndDate' },
+ 'opto-electricconvfactor' => { 508 => 'OECF' },
+ 'orangehsl' => { 105 => 0x20911 },
+ 'ordernumber' => { 129 => 0x8002 },
+ 'organisationinimagecode' => { 516 => 'OrganisationInImageCode' },
+ 'organisationinimagename' => { 516 => 'OrganisationInImageName' },
+ 'organism' => { 120 => 'Organism' },
+ 'organismassociatedoccurrences' => { 120 => [\'Organism','OrganismAssociatedOccurrences'] },
+ 'organismassociatedorganisms' => { 120 => [\'Organism','OrganismAssociatedOrganisms'] },
+ 'organismid' => { 120 => [\'Organism','OrganismOrganismID'] },
+ 'organismname' => { 120 => [\'Organism','OrganismOrganismName'] },
+ 'organismpreviousidentifications' => { 120 => [\'Organism','OrganismPreviousIdentifications'] },
+ 'organismremarks' => { 120 => [\'Organism','OrganismOrganismRemarks'] },
+ 'organismscope' => { 120 => [\'Organism','OrganismOrganismScope'] },
+ 'organization' => { 521 => 'organization' },
+ 'orientation' => { 121 => 0x112, 347 => 0x112, 520 => 'orientation', 527 => 'Orientation' },
+ 'orientation2' => { 447 => [0x28,0x2e] },
'orientationlinkedaf' => { 2 => 0xe },
- 'orientationlinkedafpoint' => { 84 => 0x516 },
- 'originalalbumtitle' => { 179 => 'WM/OriginalAlbumTitle' },
- 'originalartist' => { 179 => 'WM/OriginalArtist', 392 => "\xa9ope" },
- 'originalbestqualitysize' => { 119 => 0xc792 },
- 'originalcreatedatetime' => { 490 => 'OriginalCreateDateTime' },
- 'originaldecisiondata' => { 114 => 'Canon-OriginalDecisionData' },
- 'originaldecisiondataoffset' => { 64 => 0x83 },
- 'originaldefaultcropsize' => { 119 => 0xc793 },
- 'originaldefaultfinalsize' => { 119 => 0xc791 },
- 'originaldirectory' => { 337 => 0x408 },
- 'originaldocumentid' => { 530 => 'OriginalDocumentID' },
- 'originalfilename' => { 97 => 0x816, 138 => 0x3e9, 150 => 0x20, 337 => 0x407, 490 => 'OriginalFilename' },
- 'originalimagehash' => { 480 => 'OriginalImageHash' },
- 'originalimagehashtype' => { 480 => 'OriginalImageHashType' },
- 'originalimageheight' => { 79 => 0xc, 123 => 0x1 },
- 'originalimagemd5' => { 480 => 'OriginalImageMD5' },
- 'originalimagesize' => { 162 => 'OriginalImageSize' },
- 'originalimagewidth' => { 79 => 0xb, 123 => 0x0 },
- 'originallyricist' => { 179 => 'WM/OriginalLyricist' },
- 'originalrawfiledata' => { 119 => 0xc68c },
- 'originalrawfiledigest' => { 119 => 0xc71d },
- 'originalrawfilename' => { 119 => 0xc68b },
- 'originaltransmissionreference' => { 131 => 0x67 },
- 'originatingprogram' => { 131 => 0x41, 495 => 'OriginatingProgram' },
- 'originplatform' => { 519 => 'originPlatform' },
- 'os' => { 504 => 'os' },
- 'otherconditions' => { 327 => 'OtherConditions' },
- 'otherconstraints' => { 327 => 'OtherConstraints' },
- 'otherimage' => { 114 => 'Exif-OtherImage' },
- 'otherimageinfo' => { 327 => 'OtherImageInfo' },
- 'otherimagelength' => { 119 => 0x202 },
- 'otherimagestart' => { 119 => 0x201 },
- 'otherlicensedocuments' => { 327 => 'OtherLicenseDocuments' },
- 'otherlicenseinfo' => { 327 => 'OtherLicenseInfo' },
- 'otherlicenserequirements' => { 327 => 'OtherLicenseRequirements' },
- 'outcue' => { 529 => 'outCue' },
- 'outcuescale' => { 529 => [\'outCue','outCueScale'] },
- 'outcuevalue' => { 529 => [\'outCue','outCueValue'] },
- 'outputimageheight' => { 200 => 0x3 },
- 'outputimagewidth' => { 200 => 0x2 },
- 'outputlut' => { 340 => 0xa7 },
- 'outputprofile' => { 138 => 0x138b },
- 'outputresolution' => { 200 => 0x4 },
- 'overclockcols' => { 138 => 0x189c },
- 'overclockrows' => { 138 => 0x18c4 },
- 'overridelookvignette' => { 500 => 'OverrideLookVignette', 502 => 'OverrideLookVignette' },
- 'owner' => { 533 => 'Owner' },
- 'ownerid' => { 131 => 0xbc },
- 'ownername' => { 15 => 0x10f, 64 => 0x9, 97 => 0x810, 119 => [0xa430,0xfde8], 156 => 'OwnerName', 497 => 'OwnerName', 507 => 'CameraOwnerName' },
- 'padding' => { 119 => 0xea1c },
- 'pagecount' => { 519 => 'pageCount' },
- 'pageimage' => { 527 => [\'PageInfo','PageInfoImage'] },
- 'pageimageformat' => { 527 => [\'PageInfo','PageInfoFormat'] },
- 'pageimageheight' => { 527 => [\'PageInfo','PageInfoHeight'] },
- 'pageimagepagenumber' => { 527 => [\'PageInfo','PageInfoPageNumber'] },
- 'pageimagewidth' => { 527 => [\'PageInfo','PageInfoWidth'] },
- 'pageinfo' => { 527 => 'PageInfo' },
- 'pagename' => { 119 => 0x11d },
- 'pagenumber' => { 119 => 0x129 },
- 'pageprogressiondirection' => { 519 => 'pageProgressionDirection' },
- 'pagerange' => { 519 => 'pageRange' },
- 'paintbasedcorrectionmasks' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'] },
- 'paintbasedcorrections' => { 500 => 'PaintBasedCorrections', 502 => 'PaintBasedCorrections' },
- 'paintcorrectionactive' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'] },
- 'paintcorrectionamount' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'] },
- 'paintcorrectionblacks2012' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBlacks2012'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBlacks2012'] },
- 'paintcorrectionbrightness' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'] },
- 'paintcorrectionclarity' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'] },
- 'paintcorrectionclarity2012' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'] },
- 'paintcorrectioncontrast' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'] },
- 'paintcorrectioncontrast2012' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'] },
- 'paintcorrectioncorrectionname' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionName'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionName'] },
- 'paintcorrectioncorrectionsyncid' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionSyncID'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionSyncID'] },
- 'paintcorrectiondefringe' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'] },
- 'paintcorrectiondehaze' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDehaze'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDehaze'] },
- 'paintcorrectionexposure' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'] },
- 'paintcorrectionexposure2012' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'] },
- 'paintcorrectionhighlights2012' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'] },
- 'paintcorrectionhue' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHue'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHue'] },
- 'paintcorrectionluminancenoise' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'] },
- 'paintcorrectionmaskalpha' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'] },
- 'paintcorrectionmaskangle' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'] },
- 'paintcorrectionmaskbottom' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'] },
- 'paintcorrectionmaskcentervalue' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'] },
- 'paintcorrectionmaskcenterweight' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'] },
- 'paintcorrectionmaskdabs' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'] },
- 'paintcorrectionmaskfeather' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'] },
- 'paintcorrectionmaskflipped' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'] },
- 'paintcorrectionmaskflow' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'] },
- 'paintcorrectionmaskfullx' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'] },
- 'paintcorrectionmaskfully' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'] },
- 'paintcorrectionmaskinputdigest' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksInputDigest'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksInputDigest'] },
- 'paintcorrectionmaskleft' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'] },
- 'paintcorrectionmaskmaskactive' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskActive'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskActive'] },
- 'paintcorrectionmaskmaskblendmode' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskBlendMode'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskBlendMode'] },
- 'paintcorrectionmaskmaskdigest' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskDigest'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskDigest'] },
- 'paintcorrectionmaskmaskinverted' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskInverted'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskInverted'] },
- 'paintcorrectionmaskmaskname' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskName'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskName'] },
- 'paintcorrectionmaskmasks' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasks'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasks'] },
- 'paintcorrectionmaskmasksalpha' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAlpha'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAlpha'] },
- 'paintcorrectionmaskmasksangle' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAngle'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAngle'] },
- 'paintcorrectionmaskmasksbottom' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksBottom'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksBottom'] },
- 'paintcorrectionmaskmaskscentervalue' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterValue'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterValue'] },
- 'paintcorrectionmaskmaskscenterweight' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterWeight'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
- 'paintcorrectionmaskmasksdabs' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksDabs'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksDabs'] },
- 'paintcorrectionmaskmasksfeather' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFeather'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFeather'] },
- 'paintcorrectionmaskmasksflipped' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlipped'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlipped'] },
- 'paintcorrectionmaskmasksflow' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlow'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlow'] },
- 'paintcorrectionmaskmasksfullx' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullX'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullX'] },
- 'paintcorrectionmaskmasksfully' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullY'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullY'] },
- 'paintcorrectionmaskmasksinputdigest' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksInputDigest'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksInputDigest'] },
- 'paintcorrectionmaskmasksleft' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksLeft'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksLeft'] },
- 'paintcorrectionmaskmasksmaskactive' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskActive'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskActive'] },
- 'paintcorrectionmaskmasksmaskblendmode' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
- 'paintcorrectionmaskmasksmaskdigest' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskDigest'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
- 'paintcorrectionmaskmasksmaskinverted' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskInverted'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
- 'paintcorrectionmaskmasksmaskname' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskName'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskName'] },
- 'paintcorrectionmaskmasksmasksubtype' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSubType'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
- 'paintcorrectionmaskmasksmasksyncid' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
- 'paintcorrectionmaskmasksmaskversion' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskVersion'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
- 'paintcorrectionmaskmasksmidpoint' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMidpoint'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMidpoint'] },
- 'paintcorrectionmaskmasksorigin' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksOrigin'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksOrigin'] },
- 'paintcorrectionmaskmasksperimetervalue' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
- 'paintcorrectionmaskmasksradius' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRadius'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRadius'] },
- 'paintcorrectionmaskmasksreferencepoint' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksReferencePoint'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
- 'paintcorrectionmaskmasksright' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRight'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRight'] },
- 'paintcorrectionmaskmasksroundness' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRoundness'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRoundness'] },
- 'paintcorrectionmaskmaskssizex' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeX'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeX'] },
- 'paintcorrectionmaskmaskssizey' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeY'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeY'] },
- 'paintcorrectionmaskmaskstop' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksTop'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksTop'] },
- 'paintcorrectionmaskmasksubtype' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSubType'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSubType'] },
- 'paintcorrectionmaskmasksvalue' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskValue'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskValue'] },
- 'paintcorrectionmaskmasksversion' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksVersion'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksVersion'] },
- 'paintcorrectionmaskmaskswhat' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWhat'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWhat'] },
- 'paintcorrectionmaskmaskswholeimagearea' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
- 'paintcorrectionmaskmasksx' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksX'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksX'] },
- 'paintcorrectionmaskmasksy' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksY'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksY'] },
- 'paintcorrectionmaskmasksyncid' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSyncID'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSyncID'] },
- 'paintcorrectionmaskmaskszerox' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroX'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroX'] },
- 'paintcorrectionmaskmaskszeroy' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroY'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroY'] },
- 'paintcorrectionmaskmaskversion' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskVersion'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskVersion'] },
- 'paintcorrectionmaskmidpoint' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'] },
- 'paintcorrectionmaskorigin' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksOrigin'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksOrigin'] },
- 'paintcorrectionmaskperimetervalue' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'] },
- 'paintcorrectionmaskradius' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'] },
- 'paintcorrectionmaskrange' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
- 'paintcorrectionmaskrangeareamodels' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
- 'paintcorrectionmaskrangeareamodelscolorsampleinfo' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'paintcorrectionmaskrangeareamodelscomponents' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'paintcorrectionmaskrangecoloramount' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
- 'paintcorrectionmaskrangedepthfeather' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
- 'paintcorrectionmaskrangedepthmax' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
- 'paintcorrectionmaskrangedepthmin' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
- 'paintcorrectionmaskrangeinvert' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
- 'paintcorrectionmaskrangelumfeather' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
- 'paintcorrectionmaskrangeluminancedepthsampleinfo' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'paintcorrectionmaskrangelummax' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
- 'paintcorrectionmaskrangelummin' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
- 'paintcorrectionmaskrangelumrange' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
- 'paintcorrectionmaskrangesampletype' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
- 'paintcorrectionmaskrangetype' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
- 'paintcorrectionmaskrangeversion' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
- 'paintcorrectionmaskreferencepoint' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksReferencePoint'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksReferencePoint'] },
- 'paintcorrectionmaskright' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'] },
- 'paintcorrectionmaskroundness' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'] },
- 'paintcorrectionmasksizex' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'] },
- 'paintcorrectionmasksizey' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'] },
- 'paintcorrectionmasktop' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'] },
- 'paintcorrectionmaskvalue' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'] },
- 'paintcorrectionmaskversion' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'] },
- 'paintcorrectionmaskwhat' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'] },
- 'paintcorrectionmaskwholeimagearea' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWholeImageArea'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWholeImageArea'] },
- 'paintcorrectionmaskx' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'] },
- 'paintcorrectionmasky' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'] },
- 'paintcorrectionmaskzerox' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'] },
- 'paintcorrectionmaskzeroy' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'] },
- 'paintcorrectionmoire' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'] },
- 'paintcorrectionrangemask' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMask'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMask'] },
- 'paintcorrectionrangemaskareamodels' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModels'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModels'] },
- 'paintcorrectionrangemaskareamodelscolorsampleinfo' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'paintcorrectionrangemaskareamodelscomponents' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'paintcorrectionrangemaskcoloramount' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskColorAmount'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskColorAmount'] },
- 'paintcorrectionrangemaskdepthfeather' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthFeather'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
- 'paintcorrectionrangemaskdepthmax' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMax'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMax'] },
- 'paintcorrectionrangemaskdepthmin' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMin'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMin'] },
- 'paintcorrectionrangemaskinvert' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskInvert'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskInvert'] },
- 'paintcorrectionrangemasklumfeather' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumFeather'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumFeather'] },
- 'paintcorrectionrangemaskluminancedepthsampleinfo' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'paintcorrectionrangemasklummax' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMax'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMax'] },
- 'paintcorrectionrangemasklummin' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMin'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMin'] },
- 'paintcorrectionrangemasklumrange' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumRange'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumRange'] },
- 'paintcorrectionrangemasksampletype' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskSampleType'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskSampleType'] },
- 'paintcorrectionrangemasktype' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskType'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskType'] },
- 'paintcorrectionrangemaskversion' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskVersion'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskVersion'] },
- 'paintcorrectionsaturation' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation'] },
- 'paintcorrectionshadows2012' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'] },
- 'paintcorrectionsharpness' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'] },
- 'paintcorrectiontemperature' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'] },
- 'paintcorrectiontexture' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTexture'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTexture'] },
- 'paintcorrectiontint' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'] },
- 'paintcorrectiontoninghue' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'] },
- 'paintcorrectiontoningsaturation' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningSaturation'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningSaturation'] },
- 'paintcorrectionwhat' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'] },
- 'paintcorrectionwhites2012' => { 500 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalWhites2012'], 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalWhites2012'] },
- 'panasonicdatetime' => { 343 => 0x0 },
- 'panasonicexifversion' => { 340 => 0x26 },
- 'panasonicimageheight' => { 340 => 0x4c },
- 'panasonicimagewidth' => { 340 => 0x4b },
- 'panasonicrawversion' => { 345 => 0x1 },
- 'panasonictitle' => { 119 => 0xc6d2 },
- 'panasonictitle2' => { 119 => 0xc6d3 },
- 'panoramaangle' => { 127 => 0x1153 },
- 'panoramacropbottom' => { 446 => 0x7 },
- 'panoramacropleft' => { 446 => 0x4 },
- 'panoramacropright' => { 446 => 0x6 },
- 'panoramacroptop' => { 446 => 0x5 },
- 'panoramadirection' => { 72 => 0x5, 127 => 0x1154, 446 => 0x3 },
- 'panoramaframeheight' => { 446 => 0x9 },
- 'panoramaframenumber' => { 72 => 0x2 },
- 'panoramaframewidth' => { 446 => 0x8 },
- 'panoramafullheight' => { 446 => 0x2 },
- 'panoramafullwidth' => { 446 => 0x1 },
- 'panoramamode' => { 140 => 0x3c, 317 => 0x601 },
- 'panoramasize3d' => { 429 => 0x38 },
- 'panoramasourceheight' => { 446 => 0xb },
- 'panoramasourcewidth' => { 446 => 0xa },
- 'panoramicstitchcameramotion' => { 176 => 'PanoramicStitchCameraMotion', 177 => 0x1 },
- 'panoramicstitchmaptype' => { 176 => 'PanoramicStitchMapType', 177 => 0x2 },
- 'panoramicstitchphi0' => { 176 => 'PanoramicStitchPhi0', 177 => 0x5 },
- 'panoramicstitchphi1' => { 176 => 'PanoramicStitchPhi1', 177 => 0x6 },
- 'panoramicstitchtheta0' => { 176 => 'PanoramicStitchTheta0', 177 => 0x3 },
- 'panoramicstitchtheta1' => { 176 => 'PanoramicStitchTheta1', 177 => 0x4 },
- 'panoramicstitchversion' => { 177 => 0x0 },
- 'pantry' => { 530 => 'Pantry' },
- 'pantryinstanceid' => { 530 => [\'Pantry','PantryInstanceID'] },
- 'parallax' => { 127 => 0xb211, 316 => 0x28 },
- 'parametricdarks' => { 500 => 'ParametricDarks', 502 => 'ParametricDarks' },
- 'parametrichighlights' => { 500 => 'ParametricHighlights', 502 => 'ParametricHighlights' },
- 'parametrichighlightsplit' => { 500 => 'ParametricHighlightSplit', 502 => 'ParametricHighlightSplit' },
- 'parametriclights' => { 500 => 'ParametricLights', 502 => 'ParametricLights' },
- 'parametricmidtonesplit' => { 500 => 'ParametricMidtoneSplit', 502 => 'ParametricMidtoneSplit' },
- 'parametricshadows' => { 500 => 'ParametricShadows', 502 => 'ParametricShadows' },
- 'parametricshadowsplit' => { 500 => 'ParametricShadowSplit', 502 => 'ParametricShadowSplit' },
- 'parentalrating' => { 179 => 'WM/ParentalRating' },
- 'parentid' => { 514 => 'parentId' },
- 'parentmediaeventid' => { 490 => 'ParentMediaEventID' },
- 'parentmeid' => { 490 => 'ParentMEID' },
- 'parentproductid' => { 392 => '@ppi' },
- 'parentreference1' => { 512 => [\'TagStructure','TagStructureParentReference'] },
- 'parentreference2' => { 512 => [\'TagStructure','TagStructureSubLabelsParentReference'] },
- 'parentreference3' => { 512 => [\'TagStructure','TagStructureSubLabelsSubLabelsParentReference'] },
- 'parentreference4' => { 512 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsParentReference'] },
- 'parentreference5' => { 512 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] },
- 'parentreference6' => { 512 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] },
- 'parentshorttitle' => { 392 => '@PST' },
- 'parenttitle' => { 392 => '@pti' },
- 'partialactivecols1' => { 138 => 0x17e8 },
- 'partialactivecols2' => { 138 => 0x17f2 },
- 'partialactiverows1' => { 138 => 0x17fc },
- 'partialactiverows2' => { 138 => 0x1806 },
- 'partofcompilation' => { 529 => 'partOfCompilation' },
- 'patientbirthdate' => { 478 => 'PatientDOB' },
- 'patientid' => { 478 => 'PatientID' },
- 'patientname' => { 478 => 'PatientName' },
- 'patientsex' => { 478 => 'PatientSex' },
- 'patternareaheight' => { 138 => 0x963 },
- 'patternareawidth' => { 138 => 0x962 },
- 'patterncorrectionfactorscale' => { 138 => 0x969 },
- 'patterncropcols1' => { 138 => 0x96c },
- 'patterncropcols2' => { 138 => 0x96d },
- 'patterncroprows1' => { 138 => 0x96a },
- 'patterncroprows2' => { 138 => 0x96b },
- 'patternimagerheight' => { 138 => 0x961 },
- 'patternimagerwidth' => { 138 => 0x960 },
- 'patternx' => { 138 => 0x966 },
- 'patterny' => { 138 => 0x967 },
- 'pdfversion' => { 516 => 'PDFVersion' },
- 'pentaximagesize' => { 375 => 0x9 },
- 'pentaxmodelid' => { 355 => 0x0, 375 => 0x5 },
- 'pentaxmodeltype' => { 375 => 0x1 },
- 'pentaxversion' => { 375 => 0x0 },
- 'people' => { 481 => 'People', 493 => 'People' },
- 'perchannelblacklevel' => { 41 => 0x157, 42 => 0x16b, 44 => 0xc4, 45 => [0x2b4,0x2cb,0x2cf], 46 => [0x108,0x14d], 47 => 0x1df, 48 => [0x1f8,0x2d8], 49 => [0x22c,0x30a], 50 => 0x149 },
- 'performer' => { 392 => 'perf', 400 => 'perf' },
- 'performerkeywords' => { 400 => "\xa9prk" },
- 'performers' => { 400 => "\xa9prf" },
- 'performerurl' => { 400 => "\xa9prl" },
- 'period' => { 179 => 'WM/Period' },
- 'peripheralillumcentralradius' => { 476 => 0x8030 },
- 'peripheralillumcentralvalue' => { 476 => 0x8031 },
- 'peripheralillumination' => { 103 => 0x20702, 109 => 0x68 },
- 'peripheralilluminationcorr' => { 62 => 0x1, 365 => 0x2 },
- 'peripheralilluminationon' => { 103 => '0x20702.0', 109 => 0x64 },
- 'peripheralillumperiphvalue' => { 476 => 0x8032 },
- 'peripherallighting' => { 79 => 0x2, 127 => 0x3804 },
- 'peripherallightingsetting' => { 80 => 0x5 },
- 'peripherallightingvalue' => { 79 => 0x6 },
- 'permissions' => { 522 => 'permissions' },
- 'permits' => { 498 => 'permits' },
- 'person' => { 519 => 'person' },
- 'personality' => { 490 => 'Personality' },
- 'personheard' => { 514 => 'PersonHeard' },
- 'personheardidentifier' => { 514 => [\'PersonHeard','PersonHeardIdentifier'] },
- 'personheardname' => { 514 => [\'PersonHeard','PersonHeardName'] },
- 'personinimage' => { 514 => 'PersonInImage' },
- 'personinimagecharacteristic' => { 514 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristic'] },
- 'personinimagecvtermcvid' => { 514 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvId'] },
- 'personinimagecvtermid' => { 514 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermId'] },
- 'personinimagecvtermname' => { 514 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermName'] },
- 'personinimagecvtermrefinedabout' => { 514 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermRefinedAbout'] },
- 'personinimagedescription' => { 514 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonDescription'] },
- 'personinimageid' => { 514 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonId'] },
- 'personinimagename' => { 514 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonName'] },
- 'personinimagewdetails' => { 514 => 'PersonInImageWDetails' },
- 'perspectiveaspect' => { 500 => 'PerspectiveAspect', 502 => 'PerspectiveAspect' },
- 'perspectivehorizontal' => { 500 => 'PerspectiveHorizontal', 502 => 'PerspectiveHorizontal' },
- 'perspectiverotate' => { 500 => 'PerspectiveRotate', 502 => 'PerspectiveRotate' },
- 'perspectivescale' => { 500 => 'PerspectiveScale', 502 => 'PerspectiveScale' },
- 'perspectiveupright' => { 500 => 'PerspectiveUpright', 502 => 'PerspectiveUpright' },
- 'perspectivevertical' => { 500 => 'PerspectiveVertical', 502 => 'PerspectiveVertical' },
- 'perspectivex' => { 500 => 'PerspectiveX', 502 => 'PerspectiveX' },
- 'perspectivey' => { 500 => 'PerspectiveY', 502 => 'PerspectiveY' },
- 'pf0customfuncregistration' => { 92 => 0x1 },
- 'pf10retainprogramshift' => { 92 => 0xb },
- 'pf13drivepriority' => { 92 => 0xe },
- 'pf14disablefocussearch' => { 92 => 0xf },
- 'pf15disableafassistbeam' => { 92 => 0x10 },
- 'pf16autofocuspointshoot' => { 92 => 0x11 },
- 'pf17disableafpointsel' => { 92 => 0x12 },
- 'pf18enableautoafpointsel' => { 92 => 0x13 },
- 'pf19continuousshootspeed' => { 92 => 0x14 },
- 'pf19shootingspeedhigh' => { 91 => 0xa },
- 'pf19shootingspeedlow' => { 91 => 0x9 },
- 'pf1disableshootingmodes' => { 92 => 0x2 },
- 'pf1value' => { 91 => 0x1 },
- 'pf20limitcontinousshots' => { 92 => 0x15 },
- 'pf20maxcontinousshots' => { 91 => 0xb },
- 'pf21enablequietoperation' => { 92 => 0x16 },
- 'pf23felocktime' => { 91 => 0xd },
- 'pf23postreleasetime' => { 91 => 0xe },
- 'pf23settimerlengths' => { 92 => 0x18 },
- 'pf23shutterbuttontime' => { 91 => 0xc },
- 'pf24lightlcdduringbulb' => { 92 => 0x19 },
- 'pf25aemode' => { 91 => 0xf },
- 'pf25afmode' => { 91 => 0x12 },
- 'pf25afpointsel' => { 91 => 0x13 },
- 'pf25colormatrix' => { 91 => 0x17 },
- 'pf25defaultclearsettings' => { 92 => 0x1a },
- 'pf25drivemode' => { 91 => 0x11 },
- 'pf25imagesize' => { 91 => 0x14 },
- 'pf25meteringmode' => { 91 => 0x10 },
- 'pf25parameters' => { 91 => 0x16 },
- 'pf25wbmode' => { 91 => 0x15 },
- 'pf26shortenreleaselag' => { 92 => 0x1b },
- 'pf27reversedialrotation' => { 92 => 0x1c },
- 'pf27value' => { 91 => 0x18 },
- 'pf28noquickdialexpcomp' => { 92 => 0x1d },
- 'pf29quickdialswitchoff' => { 92 => 0x1e },
- 'pf2disablemeteringmodes' => { 92 => 0x3 },
- 'pf2value' => { 91 => 0x2 },
- 'pf30enlargementmode' => { 92 => 0x1f },
- 'pf31originaldecisiondata' => { 92 => 0x20 },
- 'pf3manualexposuremetering' => { 92 => 0x4 },
- 'pf3value' => { 91 => 0x3 },
- 'pf4exposuretimelimits' => { 92 => 0x5 },
- 'pf4exposuretimemax' => { 91 => 0x5 },
- 'pf4exposuretimemin' => { 91 => 0x4 },
- 'pf5aperturelimits' => { 92 => 0x6 },
- 'pf5aperturemax' => { 91 => 0x7 },
- 'pf5aperturemin' => { 91 => 0x6 },
- 'pf6presetshootingmodes' => { 92 => 0x7 },
- 'pf7bracketcontinuousshoot' => { 92 => 0x8 },
- 'pf8bracketshots' => { 91 => 0x8 },
- 'pf8setbracketshots' => { 92 => 0x9 },
- 'pf9changebracketsequence' => { 92 => 0xa },
- 'phasedetectaf' => { 193 => 0x6 },
- 'phonenumber' => { 157 => 'Phone' },
- 'photoeffect' => { 34 => 0x28 },
- 'photoeffecthistoryxml' => { 290 => 0xe9651831 },
- 'photoeffects' => { 290 => 0xab5eca5e },
- 'photoeffectsblue' => { 292 => 0x8 },
- 'photoeffectsgreen' => { 292 => 0x6 },
- 'photoeffectsred' => { 292 => 0x4 },
- 'photoeffectstype' => { 292 => 0x0 },
- 'photographer' => { 119 => 0xa437 },
- 'photographicsensitivity' => { 507 => 'PhotographicSensitivity' },
+ 'orientationlinkedafpoint' => { 86 => 0x516 },
+ 'originalalbumtitle' => { 181 => 'WM/OriginalAlbumTitle' },
+ 'originalartist' => { 181 => 'WM/OriginalArtist', 394 => "\xa9ope" },
+ 'originalbestqualitysize' => { 121 => 0xc792 },
+ 'originalcreatedatetime' => { 492 => 'OriginalCreateDateTime' },
+ 'originaldecisiondata' => { 116 => 'Canon-OriginalDecisionData' },
+ 'originaldecisiondataoffset' => { 65 => 0x83 },
+ 'originaldefaultcropsize' => { 121 => 0xc793 },
+ 'originaldefaultfinalsize' => { 121 => 0xc791 },
+ 'originaldirectory' => { 339 => 0x408 },
+ 'originaldocumentid' => { 532 => 'OriginalDocumentID' },
+ 'originalfilename' => { 99 => 0x816, 140 => 0x3e9, 152 => 0x20, 339 => 0x407, 492 => 'OriginalFilename' },
+ 'originalimagehash' => { 482 => 'OriginalImageHash' },
+ 'originalimagehashtype' => { 482 => 'OriginalImageHashType' },
+ 'originalimageheight' => { 80 => 0xc, 125 => 0x1 },
+ 'originalimagemd5' => { 482 => 'OriginalImageMD5' },
+ 'originalimagesize' => { 164 => 'OriginalImageSize' },
+ 'originalimagewidth' => { 80 => 0xb, 125 => 0x0 },
+ 'originallyricist' => { 181 => 'WM/OriginalLyricist' },
+ 'originalrawfiledata' => { 121 => 0xc68c },
+ 'originalrawfiledigest' => { 121 => 0xc71d },
+ 'originalrawfilename' => { 121 => 0xc68b },
+ 'originaltransmissionreference' => { 133 => 0x67 },
+ 'originatingprogram' => { 133 => 0x41, 497 => 'OriginatingProgram' },
+ 'originplatform' => { 521 => 'originPlatform' },
+ 'os' => { 506 => 'os' },
+ 'otherconditions' => { 329 => 'OtherConditions' },
+ 'otherconstraints' => { 329 => 'OtherConstraints' },
+ 'otherimage' => { 116 => 'Exif-OtherImage' },
+ 'otherimageinfo' => { 329 => 'OtherImageInfo' },
+ 'otherimagelength' => { 121 => 0x202 },
+ 'otherimagestart' => { 121 => 0x201 },
+ 'otherlicensedocuments' => { 329 => 'OtherLicenseDocuments' },
+ 'otherlicenseinfo' => { 329 => 'OtherLicenseInfo' },
+ 'otherlicenserequirements' => { 329 => 'OtherLicenseRequirements' },
+ 'outcue' => { 531 => 'outCue' },
+ 'outcuescale' => { 531 => [\'outCue','outCueScale'] },
+ 'outcuevalue' => { 531 => [\'outCue','outCueValue'] },
+ 'outputimageheight' => { 202 => 0x3 },
+ 'outputimagewidth' => { 202 => 0x2 },
+ 'outputlut' => { 342 => 0xa7 },
+ 'outputprofile' => { 140 => 0x138b },
+ 'outputresolution' => { 202 => 0x4 },
+ 'overclockcols' => { 140 => 0x189c },
+ 'overclockrows' => { 140 => 0x18c4 },
+ 'overridelookvignette' => { 502 => 'OverrideLookVignette', 504 => 'OverrideLookVignette' },
+ 'owner' => { 394 => 'ownr', 535 => 'Owner' },
+ 'ownerid' => { 133 => 0xbc },
+ 'ownername' => { 15 => 0x10f, 65 => 0x9, 99 => 0x810, 121 => [0xa430,0xfde8], 158 => 'OwnerName', 499 => 'OwnerName', 509 => 'CameraOwnerName' },
+ 'padding' => { 121 => 0xea1c },
+ 'pagecount' => { 521 => 'pageCount' },
+ 'pageimage' => { 529 => [\'PageInfo','PageInfoImage'] },
+ 'pageimageformat' => { 529 => [\'PageInfo','PageInfoFormat'] },
+ 'pageimageheight' => { 529 => [\'PageInfo','PageInfoHeight'] },
+ 'pageimagepagenumber' => { 529 => [\'PageInfo','PageInfoPageNumber'] },
+ 'pageimagewidth' => { 529 => [\'PageInfo','PageInfoWidth'] },
+ 'pageinfo' => { 529 => 'PageInfo' },
+ 'pagename' => { 121 => 0x11d },
+ 'pagenumber' => { 121 => 0x129 },
+ 'pageprogressiondirection' => { 521 => 'pageProgressionDirection' },
+ 'pagerange' => { 521 => 'pageRange' },
+ 'paintbasedcorrectionmasks' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'] },
+ 'paintbasedcorrections' => { 502 => 'PaintBasedCorrections', 504 => 'PaintBasedCorrections' },
+ 'paintcorrectionactive' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'] },
+ 'paintcorrectionamount' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'] },
+ 'paintcorrectionblacks2012' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBlacks2012'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBlacks2012'] },
+ 'paintcorrectionbrightness' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'] },
+ 'paintcorrectionclarity' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'] },
+ 'paintcorrectionclarity2012' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'] },
+ 'paintcorrectioncontrast' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'] },
+ 'paintcorrectioncontrast2012' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'] },
+ 'paintcorrectioncorrectionname' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionName'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionName'] },
+ 'paintcorrectioncorrectionsyncid' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionSyncID'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionSyncID'] },
+ 'paintcorrectiondefringe' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'] },
+ 'paintcorrectiondehaze' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDehaze'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDehaze'] },
+ 'paintcorrectionexposure' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'] },
+ 'paintcorrectionexposure2012' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'] },
+ 'paintcorrectionhighlights2012' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'] },
+ 'paintcorrectionhue' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHue'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHue'] },
+ 'paintcorrectionluminancenoise' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'] },
+ 'paintcorrectionmaskalpha' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'] },
+ 'paintcorrectionmaskangle' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'] },
+ 'paintcorrectionmaskbottom' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'] },
+ 'paintcorrectionmaskcentervalue' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'] },
+ 'paintcorrectionmaskcenterweight' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'] },
+ 'paintcorrectionmaskdabs' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'] },
+ 'paintcorrectionmaskfeather' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'] },
+ 'paintcorrectionmaskflipped' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'] },
+ 'paintcorrectionmaskflow' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'] },
+ 'paintcorrectionmaskfullx' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'] },
+ 'paintcorrectionmaskfully' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'] },
+ 'paintcorrectionmaskinputdigest' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksInputDigest'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksInputDigest'] },
+ 'paintcorrectionmaskleft' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'] },
+ 'paintcorrectionmaskmaskactive' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskActive'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskActive'] },
+ 'paintcorrectionmaskmaskblendmode' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskBlendMode'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskBlendMode'] },
+ 'paintcorrectionmaskmaskdigest' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskDigest'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskDigest'] },
+ 'paintcorrectionmaskmaskinverted' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskInverted'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskInverted'] },
+ 'paintcorrectionmaskmaskname' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskName'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskName'] },
+ 'paintcorrectionmaskmasks' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasks'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasks'] },
+ 'paintcorrectionmaskmasksalpha' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAlpha'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAlpha'] },
+ 'paintcorrectionmaskmasksangle' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAngle'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAngle'] },
+ 'paintcorrectionmaskmasksbottom' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksBottom'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksBottom'] },
+ 'paintcorrectionmaskmaskscentervalue' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterValue'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterValue'] },
+ 'paintcorrectionmaskmaskscenterweight' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterWeight'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
+ 'paintcorrectionmaskmasksdabs' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksDabs'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksDabs'] },
+ 'paintcorrectionmaskmasksfeather' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFeather'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFeather'] },
+ 'paintcorrectionmaskmasksflipped' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlipped'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlipped'] },
+ 'paintcorrectionmaskmasksflow' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlow'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlow'] },
+ 'paintcorrectionmaskmasksfullx' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullX'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullX'] },
+ 'paintcorrectionmaskmasksfully' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullY'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullY'] },
+ 'paintcorrectionmaskmasksinputdigest' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksInputDigest'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksInputDigest'] },
+ 'paintcorrectionmaskmasksleft' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksLeft'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksLeft'] },
+ 'paintcorrectionmaskmasksmaskactive' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskActive'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskActive'] },
+ 'paintcorrectionmaskmasksmaskblendmode' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
+ 'paintcorrectionmaskmasksmaskdigest' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskDigest'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
+ 'paintcorrectionmaskmasksmaskinverted' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskInverted'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
+ 'paintcorrectionmaskmasksmaskname' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskName'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskName'] },
+ 'paintcorrectionmaskmasksmasksubtype' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSubType'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
+ 'paintcorrectionmaskmasksmasksyncid' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
+ 'paintcorrectionmaskmasksmaskversion' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskVersion'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
+ 'paintcorrectionmaskmasksmidpoint' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMidpoint'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMidpoint'] },
+ 'paintcorrectionmaskmasksorigin' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksOrigin'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksOrigin'] },
+ 'paintcorrectionmaskmasksperimetervalue' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
+ 'paintcorrectionmaskmasksradius' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRadius'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRadius'] },
+ 'paintcorrectionmaskmasksreferencepoint' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksReferencePoint'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
+ 'paintcorrectionmaskmasksright' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRight'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRight'] },
+ 'paintcorrectionmaskmasksroundness' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRoundness'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRoundness'] },
+ 'paintcorrectionmaskmaskssizex' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeX'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeX'] },
+ 'paintcorrectionmaskmaskssizey' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeY'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeY'] },
+ 'paintcorrectionmaskmaskstop' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksTop'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksTop'] },
+ 'paintcorrectionmaskmasksubtype' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSubType'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSubType'] },
+ 'paintcorrectionmaskmasksvalue' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskValue'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskValue'] },
+ 'paintcorrectionmaskmasksversion' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksVersion'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksVersion'] },
+ 'paintcorrectionmaskmaskswhat' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWhat'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWhat'] },
+ 'paintcorrectionmaskmaskswholeimagearea' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
+ 'paintcorrectionmaskmasksx' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksX'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksX'] },
+ 'paintcorrectionmaskmasksy' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksY'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksY'] },
+ 'paintcorrectionmaskmasksyncid' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSyncID'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSyncID'] },
+ 'paintcorrectionmaskmaskszerox' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroX'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroX'] },
+ 'paintcorrectionmaskmaskszeroy' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroY'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroY'] },
+ 'paintcorrectionmaskmaskversion' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskVersion'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskVersion'] },
+ 'paintcorrectionmaskmidpoint' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'] },
+ 'paintcorrectionmaskorigin' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksOrigin'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksOrigin'] },
+ 'paintcorrectionmaskperimetervalue' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'] },
+ 'paintcorrectionmaskradius' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'] },
+ 'paintcorrectionmaskrange' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
+ 'paintcorrectionmaskrangeareamodels' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
+ 'paintcorrectionmaskrangeareamodelscolorsampleinfo' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'paintcorrectionmaskrangeareamodelscomponents' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'paintcorrectionmaskrangecoloramount' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
+ 'paintcorrectionmaskrangedepthfeather' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
+ 'paintcorrectionmaskrangedepthmax' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
+ 'paintcorrectionmaskrangedepthmin' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
+ 'paintcorrectionmaskrangeinvert' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
+ 'paintcorrectionmaskrangelumfeather' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
+ 'paintcorrectionmaskrangeluminancedepthsampleinfo' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'paintcorrectionmaskrangelummax' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
+ 'paintcorrectionmaskrangelummin' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
+ 'paintcorrectionmaskrangelumrange' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
+ 'paintcorrectionmaskrangesampletype' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
+ 'paintcorrectionmaskrangetype' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
+ 'paintcorrectionmaskrangeversion' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
+ 'paintcorrectionmaskreferencepoint' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksReferencePoint'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksReferencePoint'] },
+ 'paintcorrectionmaskright' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'] },
+ 'paintcorrectionmaskroundness' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'] },
+ 'paintcorrectionmasksizex' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'] },
+ 'paintcorrectionmasksizey' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'] },
+ 'paintcorrectionmasktop' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'] },
+ 'paintcorrectionmaskvalue' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'] },
+ 'paintcorrectionmaskversion' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'] },
+ 'paintcorrectionmaskwhat' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'] },
+ 'paintcorrectionmaskwholeimagearea' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWholeImageArea'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWholeImageArea'] },
+ 'paintcorrectionmaskx' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'] },
+ 'paintcorrectionmasky' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'] },
+ 'paintcorrectionmaskzerox' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'] },
+ 'paintcorrectionmaskzeroy' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'] },
+ 'paintcorrectionmoire' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'] },
+ 'paintcorrectionrangemask' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMask'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMask'] },
+ 'paintcorrectionrangemaskareamodels' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModels'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModels'] },
+ 'paintcorrectionrangemaskareamodelscolorsampleinfo' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'paintcorrectionrangemaskareamodelscomponents' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'paintcorrectionrangemaskcoloramount' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskColorAmount'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskColorAmount'] },
+ 'paintcorrectionrangemaskdepthfeather' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthFeather'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
+ 'paintcorrectionrangemaskdepthmax' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMax'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMax'] },
+ 'paintcorrectionrangemaskdepthmin' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMin'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMin'] },
+ 'paintcorrectionrangemaskinvert' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskInvert'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskInvert'] },
+ 'paintcorrectionrangemasklumfeather' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumFeather'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumFeather'] },
+ 'paintcorrectionrangemaskluminancedepthsampleinfo' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'paintcorrectionrangemasklummax' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMax'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMax'] },
+ 'paintcorrectionrangemasklummin' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMin'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMin'] },
+ 'paintcorrectionrangemasklumrange' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumRange'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumRange'] },
+ 'paintcorrectionrangemasksampletype' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskSampleType'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskSampleType'] },
+ 'paintcorrectionrangemasktype' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskType'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskType'] },
+ 'paintcorrectionrangemaskversion' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskVersion'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskVersion'] },
+ 'paintcorrectionsaturation' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation'] },
+ 'paintcorrectionshadows2012' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'] },
+ 'paintcorrectionsharpness' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'] },
+ 'paintcorrectiontemperature' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'] },
+ 'paintcorrectiontexture' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTexture'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTexture'] },
+ 'paintcorrectiontint' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'] },
+ 'paintcorrectiontoninghue' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'] },
+ 'paintcorrectiontoningsaturation' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningSaturation'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningSaturation'] },
+ 'paintcorrectionwhat' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'] },
+ 'paintcorrectionwhites2012' => { 502 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalWhites2012'], 504 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalWhites2012'] },
+ 'panasonicdatetime' => { 345 => 0x0 },
+ 'panasonicexifversion' => { 342 => 0x26 },
+ 'panasonicimageheight' => { 342 => 0x4c },
+ 'panasonicimagewidth' => { 342 => 0x4b },
+ 'panasonicrawversion' => { 347 => 0x1 },
+ 'panasonictitle' => { 121 => 0xc6d2 },
+ 'panasonictitle2' => { 121 => 0xc6d3 },
+ 'panoramaangle' => { 129 => 0x1153 },
+ 'panoramacropbottom' => { 448 => 0x7 },
+ 'panoramacropleft' => { 448 => 0x4 },
+ 'panoramacropright' => { 448 => 0x6 },
+ 'panoramacroptop' => { 448 => 0x5 },
+ 'panoramadirection' => { 73 => 0x5, 129 => 0x1154, 448 => 0x3 },
+ 'panoramaframeheight' => { 448 => 0x9 },
+ 'panoramaframenumber' => { 73 => 0x2 },
+ 'panoramaframewidth' => { 448 => 0x8 },
+ 'panoramafullheight' => { 448 => 0x2 },
+ 'panoramafullwidth' => { 448 => 0x1 },
+ 'panoramamode' => { 142 => 0x3c, 319 => 0x601 },
+ 'panoramasize3d' => { 431 => 0x38 },
+ 'panoramasourceheight' => { 448 => 0xb },
+ 'panoramasourcewidth' => { 448 => 0xa },
+ 'panoramicstitchcameramotion' => { 178 => 'PanoramicStitchCameraMotion', 179 => 0x1 },
+ 'panoramicstitchmaptype' => { 178 => 'PanoramicStitchMapType', 179 => 0x2 },
+ 'panoramicstitchphi0' => { 178 => 'PanoramicStitchPhi0', 179 => 0x5 },
+ 'panoramicstitchphi1' => { 178 => 'PanoramicStitchPhi1', 179 => 0x6 },
+ 'panoramicstitchtheta0' => { 178 => 'PanoramicStitchTheta0', 179 => 0x3 },
+ 'panoramicstitchtheta1' => { 178 => 'PanoramicStitchTheta1', 179 => 0x4 },
+ 'panoramicstitchversion' => { 179 => 0x0 },
+ 'pantry' => { 532 => 'Pantry' },
+ 'pantryinstanceid' => { 532 => [\'Pantry','PantryInstanceID'] },
+ 'parallax' => { 129 => 0xb211, 318 => 0x28 },
+ 'parametricdarks' => { 502 => 'ParametricDarks', 504 => 'ParametricDarks' },
+ 'parametrichighlights' => { 502 => 'ParametricHighlights', 504 => 'ParametricHighlights' },
+ 'parametrichighlightsplit' => { 502 => 'ParametricHighlightSplit', 504 => 'ParametricHighlightSplit' },
+ 'parametriclights' => { 502 => 'ParametricLights', 504 => 'ParametricLights' },
+ 'parametricmidtonesplit' => { 502 => 'ParametricMidtoneSplit', 504 => 'ParametricMidtoneSplit' },
+ 'parametricshadows' => { 502 => 'ParametricShadows', 504 => 'ParametricShadows' },
+ 'parametricshadowsplit' => { 502 => 'ParametricShadowSplit', 504 => 'ParametricShadowSplit' },
+ 'parentalrating' => { 181 => 'WM/ParentalRating' },
+ 'parentid' => { 516 => 'parentId' },
+ 'parentmediaeventid' => { 492 => 'ParentMediaEventID' },
+ 'parentmeid' => { 492 => 'ParentMEID' },
+ 'parentproductid' => { 394 => '@ppi' },
+ 'parentreference1' => { 514 => [\'TagStructure','TagStructureParentReference'] },
+ 'parentreference2' => { 514 => [\'TagStructure','TagStructureSubLabelsParentReference'] },
+ 'parentreference3' => { 514 => [\'TagStructure','TagStructureSubLabelsSubLabelsParentReference'] },
+ 'parentreference4' => { 514 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsParentReference'] },
+ 'parentreference5' => { 514 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] },
+ 'parentreference6' => { 514 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] },
+ 'parentshorttitle' => { 394 => '@PST' },
+ 'parenttitle' => { 394 => '@pti' },
+ 'partialactivecols1' => { 140 => 0x17e8 },
+ 'partialactivecols2' => { 140 => 0x17f2 },
+ 'partialactiverows1' => { 140 => 0x17fc },
+ 'partialactiverows2' => { 140 => 0x1806 },
+ 'partofcompilation' => { 531 => 'partOfCompilation' },
+ 'patientbirthdate' => { 480 => 'PatientDOB' },
+ 'patientid' => { 480 => 'PatientID' },
+ 'patientname' => { 480 => 'PatientName' },
+ 'patientsex' => { 480 => 'PatientSex' },
+ 'patternareaheight' => { 140 => 0x963 },
+ 'patternareawidth' => { 140 => 0x962 },
+ 'patterncorrectionfactorscale' => { 140 => 0x969 },
+ 'patterncropcols1' => { 140 => 0x96c },
+ 'patterncropcols2' => { 140 => 0x96d },
+ 'patterncroprows1' => { 140 => 0x96a },
+ 'patterncroprows2' => { 140 => 0x96b },
+ 'patternimagerheight' => { 140 => 0x961 },
+ 'patternimagerwidth' => { 140 => 0x960 },
+ 'patternx' => { 140 => 0x966 },
+ 'patterny' => { 140 => 0x967 },
+ 'pdfversion' => { 518 => 'PDFVersion' },
+ 'pentaximagesize' => { 377 => 0x9 },
+ 'pentaxmodelid' => { 357 => 0x0, 377 => 0x5 },
+ 'pentaxmodeltype' => { 377 => 0x1 },
+ 'pentaxversion' => { 377 => 0x0 },
+ 'people' => { 483 => 'People', 495 => 'People' },
+ 'perchannelblacklevel' => { 42 => 0x157, 43 => 0x16b, 45 => 0xc4, 46 => [0x2b4,0x2cb,0x2cf], 47 => [0x108,0x14d], 48 => 0x1df, 49 => [0x1f8,0x2d8], 50 => [0x22c,0x30a], 51 => 0x149 },
+ 'performer' => { 394 => 'perf', 402 => 'perf' },
+ 'performerkeywords' => { 402 => "\xa9prk" },
+ 'performers' => { 402 => "\xa9prf" },
+ 'performerurl' => { 402 => "\xa9prl" },
+ 'period' => { 181 => 'WM/Period' },
+ 'peripheralillumcentralradius' => { 478 => 0x8030 },
+ 'peripheralillumcentralvalue' => { 478 => 0x8031 },
+ 'peripheralillumination' => { 105 => 0x20702, 111 => 0x68 },
+ 'peripheralilluminationcorr' => { 63 => 0x1, 367 => 0x2 },
+ 'peripheralilluminationon' => { 105 => '0x20702.0', 111 => 0x64 },
+ 'peripheralillumperiphvalue' => { 478 => 0x8032 },
+ 'peripherallighting' => { 80 => 0x2, 129 => 0x3804 },
+ 'peripherallightingsetting' => { 81 => 0x5 },
+ 'peripherallightingvalue' => { 80 => 0x6 },
+ 'permissions' => { 524 => 'permissions' },
+ 'permits' => { 500 => 'permits' },
+ 'person' => { 521 => 'person' },
+ 'personality' => { 492 => 'Personality' },
+ 'personheard' => { 516 => 'PersonHeard' },
+ 'personheardidentifier' => { 516 => [\'PersonHeard','PersonHeardIdentifier'] },
+ 'personheardname' => { 516 => [\'PersonHeard','PersonHeardName'] },
+ 'personinimage' => { 516 => 'PersonInImage' },
+ 'personinimagecharacteristic' => { 516 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristic'] },
+ 'personinimagecvtermcvid' => { 516 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvId'] },
+ 'personinimagecvtermid' => { 516 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermId'] },
+ 'personinimagecvtermname' => { 516 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermName'] },
+ 'personinimagecvtermrefinedabout' => { 516 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermRefinedAbout'] },
+ 'personinimagedescription' => { 516 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonDescription'] },
+ 'personinimageid' => { 516 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonId'] },
+ 'personinimagename' => { 516 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonName'] },
+ 'personinimagewdetails' => { 516 => 'PersonInImageWDetails' },
+ 'perspectiveaspect' => { 502 => 'PerspectiveAspect', 504 => 'PerspectiveAspect' },
+ 'perspectivehorizontal' => { 502 => 'PerspectiveHorizontal', 504 => 'PerspectiveHorizontal' },
+ 'perspectiverotate' => { 502 => 'PerspectiveRotate', 504 => 'PerspectiveRotate' },
+ 'perspectivescale' => { 502 => 'PerspectiveScale', 504 => 'PerspectiveScale' },
+ 'perspectiveupright' => { 502 => 'PerspectiveUpright', 504 => 'PerspectiveUpright' },
+ 'perspectivevertical' => { 502 => 'PerspectiveVertical', 504 => 'PerspectiveVertical' },
+ 'perspectivex' => { 502 => 'PerspectiveX', 504 => 'PerspectiveX' },
+ 'perspectivey' => { 502 => 'PerspectiveY', 504 => 'PerspectiveY' },
+ 'pf0customfuncregistration' => { 94 => 0x1 },
+ 'pf10retainprogramshift' => { 94 => 0xb },
+ 'pf13drivepriority' => { 94 => 0xe },
+ 'pf14disablefocussearch' => { 94 => 0xf },
+ 'pf15disableafassistbeam' => { 94 => 0x10 },
+ 'pf16autofocuspointshoot' => { 94 => 0x11 },
+ 'pf17disableafpointsel' => { 94 => 0x12 },
+ 'pf18enableautoafpointsel' => { 94 => 0x13 },
+ 'pf19continuousshootspeed' => { 94 => 0x14 },
+ 'pf19shootingspeedhigh' => { 93 => 0xa },
+ 'pf19shootingspeedlow' => { 93 => 0x9 },
+ 'pf1disableshootingmodes' => { 94 => 0x2 },
+ 'pf1value' => { 93 => 0x1 },
+ 'pf20limitcontinousshots' => { 94 => 0x15 },
+ 'pf20maxcontinousshots' => { 93 => 0xb },
+ 'pf21enablequietoperation' => { 94 => 0x16 },
+ 'pf23felocktime' => { 93 => 0xd },
+ 'pf23postreleasetime' => { 93 => 0xe },
+ 'pf23settimerlengths' => { 94 => 0x18 },
+ 'pf23shutterbuttontime' => { 93 => 0xc },
+ 'pf24lightlcdduringbulb' => { 94 => 0x19 },
+ 'pf25aemode' => { 93 => 0xf },
+ 'pf25afmode' => { 93 => 0x12 },
+ 'pf25afpointsel' => { 93 => 0x13 },
+ 'pf25colormatrix' => { 93 => 0x17 },
+ 'pf25defaultclearsettings' => { 94 => 0x1a },
+ 'pf25drivemode' => { 93 => 0x11 },
+ 'pf25imagesize' => { 93 => 0x14 },
+ 'pf25meteringmode' => { 93 => 0x10 },
+ 'pf25parameters' => { 93 => 0x16 },
+ 'pf25wbmode' => { 93 => 0x15 },
+ 'pf26shortenreleaselag' => { 94 => 0x1b },
+ 'pf27reversedialrotation' => { 94 => 0x1c },
+ 'pf27value' => { 93 => 0x18 },
+ 'pf28noquickdialexpcomp' => { 94 => 0x1d },
+ 'pf29quickdialswitchoff' => { 94 => 0x1e },
+ 'pf2disablemeteringmodes' => { 94 => 0x3 },
+ 'pf2value' => { 93 => 0x2 },
+ 'pf30enlargementmode' => { 94 => 0x1f },
+ 'pf31originaldecisiondata' => { 94 => 0x20 },
+ 'pf3manualexposuremetering' => { 94 => 0x4 },
+ 'pf3value' => { 93 => 0x3 },
+ 'pf4exposuretimelimits' => { 94 => 0x5 },
+ 'pf4exposuretimemax' => { 93 => 0x5 },
+ 'pf4exposuretimemin' => { 93 => 0x4 },
+ 'pf5aperturelimits' => { 94 => 0x6 },
+ 'pf5aperturemax' => { 93 => 0x7 },
+ 'pf5aperturemin' => { 93 => 0x6 },
+ 'pf6presetshootingmodes' => { 94 => 0x7 },
+ 'pf7bracketcontinuousshoot' => { 94 => 0x8 },
+ 'pf8bracketshots' => { 93 => 0x8 },
+ 'pf8setbracketshots' => { 94 => 0x9 },
+ 'pf9changebracketsequence' => { 94 => 0xa },
+ 'phasedetectaf' => { 195 => 0x6 },
+ 'phonenumber' => { 159 => 'Phone' },
+ 'photoeffect' => { 35 => 0x28 },
+ 'photoeffecthistoryxml' => { 292 => 0xe9651831 },
+ 'photoeffects' => { 292 => 0xab5eca5e },
+ 'photoeffectsblue' => { 294 => 0x8 },
+ 'photoeffectsgreen' => { 294 => 0x6 },
+ 'photoeffectsred' => { 294 => 0x4 },
+ 'photoeffectstype' => { 294 => 0x0 },
+ 'photographer' => { 121 => 0xa437 },
+ 'photographicsensitivity' => { 509 => 'PhotographicSensitivity' },
'photoidentifier' => { 1 => 0x2b },
- 'photoinfoplayback' => { 297 => '17.6', 306 => '33.6' },
- 'photometricinterpretation' => { 119 => 0x106, 525 => 'PhotometricInterpretation' },
- 'photoshootingmenubank' => { 239 => 0x11e, 240 => 0x112, 241 => 0x122, 242 => 0x122, 243 => 0x24, 261 => 0x0 },
- 'photoshootingmenubankimagearea' => { 237 => 0x6dd, 239 => 0x144, 240 => 0x134, 241 => 0x148, 242 => 0x148, 261 => '7.1' },
- 'photoshopbgrthumbnail' => { 389 => 0x409 },
- 'photoshopquality' => { 388 => 0x0 },
- 'photoshopthumbnail' => { 389 => 0x40c },
- 'photostyle' => { 340 => 0x89 },
- 'picasawebgphotoid' => { 505 => 'picasawebGPhotoId' },
- 'picklabel' => { 505 => 'PickLabel' },
- 'pictinfo' => { 416 => 0x208 },
- 'picturecontrol' => { 290 => 0xe2173c47 },
- 'picturecontrolactive' => { 293 => 0x0 },
- 'picturecontroladjust' => { 249 => 0x30, 250 => 0x30, 251 => 0x36 },
- 'picturecontrolbase' => { 249 => 0x18, 250 => 0x18, 251 => 0x1c },
- 'picturecontroldata' => { 234 => [0xbd,0x23] },
- 'picturecontrolmode' => { 293 => 0x13 },
- 'picturecontrolname' => { 249 => 0x4, 250 => 0x4, 251 => 0x8 },
- 'picturecontrolquickadjust' => { 249 => 0x31, 250 => 0x31, 251 => 0x37 },
- 'pictureeffect' => { 440 => 0x200e },
- 'pictureeffect2' => { 449 => 0x1163, 450 => 0x1167, 451 => 0x1143, 452 => 0x11bf, 453 => 0x119b, 454 => 0x1053, 455 => 0x24b, 456 => 0x24b, 457 => 0x23c, 472 => 0x46 },
- 'picturefinish' => { 182 => 0x71 },
- 'picturemode' => { 127 => 0x1031, 317 => 0x520, 375 => [0xb,0x33], 417 => 0x3d },
- 'picturemode2' => { 356 => 0x0 },
- 'picturemodebwfilter' => { 317 => 0x525 },
- 'picturemodecontrast' => { 317 => 0x523 },
- 'picturemodeeffect' => { 317 => 0x52d },
- 'picturemodehue' => { 317 => 0x522 },
- 'picturemodesaturation' => { 317 => 0x521 },
- 'picturemodesharpness' => { 317 => 0x524 },
- 'picturemodetone' => { 317 => 0x526 },
- 'pictureprofile' => { 449 => [0x115e,0x115f], 450 => [0x1162,0x1163], 451 => [0x113e,0x113f], 452 => [0x11ba,0x11bb], 453 => [0x1196,0x1197], 454 => [0x104e,0x104f], 455 => [0x246,0x247], 456 => [0x246,0x247], 457 => [0x237,0x238] },
- 'picturestyle' => { 8 => [0x4b,0x51], 9 => 0xf4, 10 => 0x6c, 11 => 0x86, 12 => 0x73, 16 => 0xab, 17 => 0xa7, 18 => 0xb0, 19 => 0x6c, 20 => 0xa7, 21 => 0xf4, 22 => 0xb3, 24 => 0xf4, 25 => 0xfa, 27 => 0x169, 74 => 0xa, 103 => 0x20301, 109 => 0x2 },
- 'picturestylepc' => { 64 => 0x4009 },
- 'picturestyleuserdef' => { 64 => 0x4008 },
- 'picturewizard' => { 414 => 0x21 },
- 'picturewizardcolor' => { 413 => 0x1 },
- 'picturewizardcontrast' => { 413 => 0x4 },
- 'picturewizardmode' => { 413 => 0x0 },
- 'picturewizardsaturation' => { 413 => 0x2 },
- 'picturewizardsharpness' => { 413 => 0x3 },
- 'pipelineversion' => { 176 => 'PipelineVersion' },
- 'pitch' => { 115 => 0x6, 298 => '4.1', 310 => '4.1', 400 => ['ptch',"\xa9fpt"] },
- 'pitchangle' => { 247 => 0x4, 317 => 0x904, 340 => 0x91, 374 => 0x2, 412 => 0x1 },
- 'pitchshift' => { 394 => 'player.movie.audio.pitchshift' },
- 'pixelaspectratio' => { 393 => 'pasp' },
- 'pixelclockfrequency' => { 138 => 0x40b },
- 'pixelcorrectionoffset' => { 138 => 0x972 },
- 'pixelcorrectionscale' => { 138 => 0x971 },
- 'pixelscale' => { 119 => 0x830e },
- 'pixelshiftinfo' => { 440 => 0x202f },
- 'pixelshiftoffset' => { 127 => 0x1106 },
- 'pixelshiftresolution' => { 376 => 0x0 },
- 'pixelshiftshots' => { 127 => 0x1105 },
- 'pixelsperunitx' => { 329 => 0x0 },
- 'pixelsperunity' => { 329 => 0x4 },
- 'pixelunits' => { 329 => 0x8 },
- 'planarconfiguration' => { 119 => 0x11c, 525 => 'PlanarConfiguration' },
- 'plane' => { 479 => [\'Planes','PlanesPlane'] },
- 'planeboundary' => { 479 => [\'Planes','PlanesPlaneBoundary'] },
- 'planeboundaryvertexcount' => { 479 => [\'Planes','PlanesPlaneBoundaryVertexCount'] },
- 'planeextentx' => { 479 => [\'Planes','PlanesPlaneExtentX'] },
- 'planeextentz' => { 479 => [\'Planes','PlanesPlaneExtentZ'] },
- 'planepose' => { 479 => [\'Planes','PlanesPlanePose'] },
- 'planeposepositionx' => { 479 => [\'Planes','PlanesPlanePosePositionX'] },
- 'planeposepositiony' => { 479 => [\'Planes','PlanesPlanePosePositionY'] },
- 'planeposepositionz' => { 479 => [\'Planes','PlanesPlanePosePositionZ'] },
- 'planeposerotationw' => { 479 => [\'Planes','PlanesPlanePoseRotationW'] },
- 'planeposerotationx' => { 479 => [\'Planes','PlanesPlanePoseRotationX'] },
- 'planeposerotationy' => { 479 => [\'Planes','PlanesPlanePoseRotationY'] },
- 'planeposerotationz' => { 479 => [\'Planes','PlanesPlanePoseRotationZ'] },
- 'planeposetimestamp' => { 479 => [\'Planes','PlanesPlanePoseTimestamp'] },
- 'planes' => { 479 => 'Planes' },
- 'planningref' => { 514 => 'PlanningRef' },
- 'planningrefidentifier' => { 514 => [\'PlanningRef','PlanningRefIdentifier'] },
- 'planningrefname' => { 514 => [\'PlanningRef','PlanningRefName'] },
- 'planningrefrole' => { 514 => [\'PlanningRef','PlanningRefRole'] },
- 'platenames' => { 534 => 'PlateNames' },
- 'platform' => { 519 => 'platform' },
- 'playallframes' => { 400 => 'AllF' },
- 'playbackbutton' => { 242 => 0x808 },
- 'playbackbuttonplaybackmode' => { 242 => 0x814 },
- 'playbackflickdown' => { 313 => 0x159, 314 => 0x159, 315 => 0x171 },
- 'playbackflickup' => { 313 => 0x155, 314 => 0x155, 315 => 0x16d },
- 'playbackmenustime' => { 302 => '20.1', 303 => '21.1', 304 => '21.1' },
- 'playbackmonitorofftime' => { 297 => '25.2', 298 => '36.1', 300 => '36.1', 301 => '36.1', 305 => '35.1', 306 => '8.1', 307 => '35.1', 310 => '36.1', 311 => '36.1', 312 => '21.1', 313 => 0x33, 314 => 0x33, 315 => 0x33 },
- 'playbackzoom' => { 298 => '37.1' },
- 'playdisplay' => { 184 => 0x4e },
- 'playerversion' => { 394 => 'player.version' },
- 'playgap' => { 392 => 'pgap' },
- 'playmode' => { 400 => 'SDLN' },
- 'playselection' => { 400 => 'SelO' },
- 'plusversion' => { 327 => 'Version' },
- 'pmversion' => { 387 => 'PMVersion' },
- 'pngwarning' => { 330 => 'Warning' },
- 'podcast' => { 392 => 'pcst' },
- 'podcasturl' => { 392 => 'purl' },
- 'poilevel' => { 233 => 0x8 },
- 'portraitimpressionbalance' => { 239 => 0x26e, 252 => 0xa0 },
- 'portraitnote' => { 483 => 'PortraitNote' },
- 'portraitoutputhighlightpoint' => { 109 => 0x1d },
- 'portraitoutputshadowpoint' => { 109 => 0x1e },
- 'portraitrawcolortone' => { 109 => 0x16 },
- 'portraitrawcontrast' => { 109 => 0x18 },
- 'portraitrawhighlight' => { 109 => 0x76 },
- 'portraitrawhighlightpoint' => { 109 => 0x1b },
- 'portraitrawlinear' => { 109 => 0x19 },
- 'portraitrawsaturation' => { 109 => 0x17 },
- 'portraitrawshadow' => { 109 => 0x7f },
- 'portraitrawshadowpoint' => { 109 => 0x1c },
- 'portraitrawsharpness' => { 109 => 0x1a },
- 'portraitrefiner' => { 113 => 0x302b },
- 'portraitrequest' => { 483 => 'PortraitRequest' },
- 'portraitunsharpmaskfineness' => { 109 => 0x9a },
- 'portraitunsharpmaskstrength' => { 109 => 0x98 },
- 'portraitunsharpmaskthreshold' => { 109 => 0x9c },
- 'portraitversion' => { 483 => 'PortraitVersion' },
- 'pose' => { 479 => 'Pose' },
- 'poseheadingdegrees' => { 488 => 'PoseHeadingDegrees' },
- 'posepitchdegrees' => { 488 => 'PosePitchDegrees' },
- 'posepositionx' => { 479 => [\'Pose','PosePositionX'] },
- 'posepositiony' => { 479 => [\'Pose','PosePositionY'] },
- 'posepositionz' => { 479 => [\'Pose','PosePositionZ'] },
- 'poserolldegrees' => { 488 => 'PoseRollDegrees' },
- 'poserotationw' => { 479 => [\'Pose','PoseRotationW'] },
- 'poserotationx' => { 479 => [\'Pose','PoseRotationX'] },
- 'poserotationy' => { 479 => [\'Pose','PoseRotationY'] },
- 'poserotationz' => { 479 => [\'Pose','PoseRotationZ'] },
- 'posetimestamp' => { 479 => [\'Pose','PoseTimestamp'] },
- 'positiondescriptor' => { 518 => 'positionDescriptor' },
- 'postalcode' => { 161 => 'PostalCode' },
- 'postcropvignetteamount' => { 500 => 'PostCropVignetteAmount', 502 => 'PostCropVignetteAmount' },
- 'postcropvignettefeather' => { 500 => 'PostCropVignetteFeather', 502 => 'PostCropVignetteFeather' },
- 'postcropvignettehighlightcontrast' => { 500 => 'PostCropVignetteHighlightContrast', 502 => 'PostCropVignetteHighlightContrast' },
- 'postcropvignettemidpoint' => { 500 => 'PostCropVignetteMidpoint', 502 => 'PostCropVignetteMidpoint' },
- 'postcropvignetteroundness' => { 500 => 'PostCropVignetteRoundness', 502 => 'PostCropVignetteRoundness' },
- 'postcropvignettestyle' => { 500 => 'PostCropVignetteStyle', 502 => 'PostCropVignetteStyle' },
- 'postfocusmerging' => { 340 => 0xbf },
- 'postreleaseburstlength' => { 241 => 0x714, 242 => 0x784, 313 => 0x289 },
- 'potentialface1position' => { 437 => 0xb },
- 'potentialface2position' => { 437 => 0x15 },
- 'potentialface3position' => { 437 => 0x1f },
- 'potentialface4position' => { 437 => 0x29 },
- 'potentialface5position' => { 437 => 0x33 },
- 'potentialface6position' => { 437 => 0x3d },
- 'potentialface7position' => { 437 => 0x47 },
- 'potentialface8position' => { 437 => 0x51 },
- 'powersource' => { 354 => '0.1' },
- 'poweruptime' => { 234 => 0xb6 },
- 'preaf' => { 126 => '0.2' },
- 'precaptureframes' => { 322 => 0x300 },
- 'predictor' => { 119 => 0x13d },
- 'preflashreturnstrength' => { 269 => 0x28a },
- 'prefs' => { 131 => 0xdd, 387 => 'Prefs' },
- 'prereadfastresetcount' => { 138 => 0x187e },
- 'prereleaseburstlength' => { 241 => 0x712, 242 => 0x782, 313 => 0x287 },
- 'preservedfilename' => { 530 => 'PreservedFileName' },
- 'preservedspecimen' => { 118 => 'PreservedSpecimen' },
- 'preservedspecimenmaterialsampleid' => { 118 => [\'PreservedSpecimen','PreservedSpecimenMaterialSampleID'] },
- 'presettype' => { 500 => 'PresetType', 502 => 'PresetType' },
- 'presetwhitebalance' => { 184 => 0x24, 476 => 0x8002 },
- 'presetwhitebalanceadj' => { 476 => 0x8014 },
- 'pressure' => { 119 => 0x9402, 507 => 'Pressure' },
- 'previewapplicationname' => { 119 => 0xc716 },
- 'previewapplicationversion' => { 119 => 0xc717 },
- 'previewbutton' => { 297 => ['14.1','15.1'], 298 => '15.1', 300 => '15.1', 301 => '15.1', 306 => '29.1', 307 => '14.1', 310 => '15.1', 311 => '15.1' },
- 'previewbuttonplusdials' => { 297 => ['14.2','15.2'], 298 => '15.2', 300 => '43.1', 301 => '43.1', 306 => '31.2', 310 => '43.1', 311 => '43.1' },
- 'previewcolorspace' => { 119 => 0xc71a },
- 'previewcropbottom' => { 386 => 0xef },
- 'previewcropleft' => { 386 => 0xec },
- 'previewcropright' => { 386 => 0xee },
- 'previewcroptop' => { 386 => 0xed },
- 'previewdate' => { 398 => 0x0 },
- 'previewdatetime' => { 119 => 0xc71b },
- 'previewimage' => { 113 => 0x2000, 114 => 'Exif-PreviewImage', 120 => 'PreviewImage', 122 => 0x4, 166 => 'data', 186 => 0x81, 322 => 0x280, 338 => 0x300, 400 => 'mcvr', 440 => 0x2001 },
- 'previewimageborders' => { 375 => 0x3e },
- 'previewimageheight' => { 73 => 0x4, 142 => 0xfa58 },
- 'previewimagelength' => { 73 => 0x2, 113 => 0x3, 119 => [0x117,0x202], 186 => 0x89, 253 => 0x202, 317 => 0x102, 322 => 0x1037, 375 => 0x3, 406 => 0x1e, 411 => 0x3, 417 => [0x1b,0x1d], 430 => 0x202 },
- 'previewimagename' => { 166 => '1Name' },
- 'previewimagesize' => { 113 => 0x2, 147 => 0x2, 166 => 'ImageSize', 375 => 0x2, 417 => [0x1c,0x1e], 440 => 0xb02c, 476 => 0x9012 },
- 'previewimagestart' => { 73 => 0x5, 113 => 0x4, 119 => [0x111,0x201], 186 => 0x88, 253 => 0x201, 317 => 0x101, 322 => 0x1036, 375 => 0x4, 406 => 0x1c, 411 => 0x2, 417 => [0x1a,0x1c], 430 => 0x201 },
- 'previewimagetype' => { 166 => '0Type' },
- 'previewimagevalid' => { 317 => 0x100, 322 => 0x1035 },
- 'previewimagewidth' => { 73 => 0x3, 142 => 0xfa57 },
- 'previewquality' => { 73 => 0x1 },
- 'previewsettingsdigest' => { 119 => 0xc719 },
- 'previewsettingsname' => { 119 => 0xc718 },
- 'primaryafpoint' => { 193 => [0x38,0x44,0x7,0x8] },
- 'primarychromaticities' => { 119 => 0x13f, 525 => 'PrimaryChromaticities' },
- 'primaryftp' => { 490 => 'PrimaryFTP' },
- 'primaryslot' => { 243 => 0x25, 261 => 0x2 },
- 'printim' => { 119 => 0xc4a5 },
- 'prioritysetinawb' => { 440 => 0x202b },
- 'prioritysetupshutterrelease' => { 184 => 0x1d, 427 => 0x28 },
- 'privatertkinfo' => { 492 => 'privateRTKInfo' },
- 'processbordercolsleft' => { 138 => 0xc61 },
- 'processbordercolsright' => { 138 => 0xc62 },
- 'processborderrowsbottom' => { 138 => 0xc64 },
- 'processborderrowstop' => { 138 => 0xc63 },
- 'processingsoftware' => { 119 => 0xb },
- 'processversion' => { 500 => 'ProcessVersion', 502 => 'ProcessVersion' },
- 'producer' => { 179 => 'WM/Producer', 326 => 'Producer', 392 => "\xa9prd", 394 => 'producer', 400 => "\xa9prd", 516 => 'Producer' },
- 'producerkeywords' => { 400 => "\xa9pdk" },
- 'productcode' => { 519 => 'productCode' },
- 'productid' => { 132 => 0x32, 392 => 'prID', 518 => 'productID' },
- 'productidtype' => { 518 => 'productIDType' },
- 'productinimage' => { 514 => 'ProductInImage' },
- 'productinimagedescription' => { 514 => [\'ProductInImage','ProductInImageProductDescription'] },
- 'productinimagegtin' => { 514 => [\'ProductInImage','ProductInImageProductGTIN'] },
- 'productinimagename' => { 514 => [\'ProductInImage','ProductInImageProductName'] },
- 'productinimageproductid' => { 514 => [\'ProductInImage','ProductInImageProductId'] },
- 'productioncode' => { 355 => 0x2 },
- 'productorserviceconstraints' => { 327 => 'ProductOrServiceConstraints' },
- 'productversion' => { 392 => 'VERS' },
- 'profession' => { 519 => 'profession' },
- 'profile' => { 479 => [\'Profiles','ProfilesProfile'] },
- 'profilecalibrationsig' => { 119 => 0xc6f4 },
- 'profilecameraindices' => { 479 => [\'Profiles','ProfilesProfileCameraIndices'] },
- 'profilecopyright' => { 119 => 0xc6fe },
- 'profileembedpolicy' => { 119 => 0xc6fd },
- 'profilegaintablemap' => { 119 => 0xcd2d },
- 'profilehuesatmapdata1' => { 119 => 0xc6fa },
- 'profilehuesatmapdata2' => { 119 => 0xc6fb },
- 'profilehuesatmapdata3' => { 119 => 0xcd39 },
- 'profilehuesatmapdims' => { 119 => 0xc6f9 },
- 'profilehuesatmapencoding' => { 119 => 0xc7a3 },
- 'profilelooktabledata' => { 119 => 0xc726 },
- 'profilelooktabledims' => { 119 => 0xc725 },
- 'profilelooktableencoding' => { 119 => 0xc7a4 },
- 'profilename' => { 119 => 0xc6f8, 328 => 'iCCP-name' },
- 'profiles' => { 479 => 'Profiles' },
- 'profiletonecurve' => { 119 => 0xc6fc },
- 'profiletype' => { 479 => [\'Profiles','ProfilesProfileType'] },
- 'programiso' => { 340 => 0x3c },
- 'programline' => { 356 => '1.1' },
- 'programmode' => { 189 => 0x5 },
- 'programshift' => { 234 => 0xd },
- 'programversion' => { 131 => 0x46 },
- 'prohibits' => { 498 => 'prohibits' },
- 'projectiontype' => { 488 => 'ProjectionType', 489 => 'ProjectionType' },
- 'projectname' => { 529 => 'projectName' },
- 'projectref' => { 529 => 'projectRef' },
- 'projectrefpath' => { 529 => [\'projectRef','projectRefPath'] },
- 'projectreftype' => { 529 => [\'projectRef','projectRefType'] },
- 'promotionurl' => { 179 => 'WM/PromotionURL' },
- 'propertyreleaseid' => { 327 => 'PropertyReleaseID' },
- 'propertyreleasestatus' => { 327 => 'PropertyReleaseStatus' },
- 'provider' => { 179 => 'WM/Provider' },
- 'province-state' => { 131 => 0x5f },
- 'publicationdate' => { 519 => 'publicationDate' },
- 'publicationdatea-platform' => { 519 => [\'publicationDate','publicationDateA-platform'] },
- 'publicationdatedate' => { 519 => [\'publicationDate','publicationDateDate'] },
- 'publicationdisplaydate' => { 519 => 'publicationDisplayDate' },
- 'publicationdisplaydatea-platform' => { 519 => [\'publicationDisplayDate','publicationDisplayDateA-platform'] },
- 'publicationdisplaydatedate' => { 519 => [\'publicationDisplayDate','publicationDisplayDateDate'] },
- 'publicationevent' => { 514 => 'PublicationEvent' },
- 'publicationeventdate' => { 514 => [\'PublicationEvent','PublicationEventDate'] },
- 'publicationeventidentifier' => { 514 => [\'PublicationEvent','PublicationEventIdentifier'] },
- 'publicationeventname' => { 514 => [\'PublicationEvent','PublicationEventName'] },
- 'publicationname' => { 519 => 'publicationName' },
- 'publisher' => { 179 => 'WM/Publisher', 392 => "\xa9pub", 394 => 'publisher', 503 => 'publisher' },
- 'publishingfrequency' => { 519 => 'publishingFrequency' },
- 'pulldown' => { 529 => 'pullDown' },
- 'purchasedate' => { 392 => 'purd' },
- 'purplehsl' => { 103 => 0x20916 },
- 'pxshiftperiphedgenr' => { 476 => 0x9013 },
- 'pxshiftperiphedgenrvalue' => { 476 => 0x9014 },
- 'quality' => { 0 => 0x1, 34 => 0x3, 112 => 0x2, 113 => 0x3002, 127 => 0x1000, 140 => 0x9, 234 => 0x4, 280 => 0x3, 322 => 0x201, 335 => 0x300, 375 => 0x8, 382 => 0x2, 417 => 0x16, 427 => 0x56, 428 => 0x56, 429 => 0xb, 440 => [0x102,0x202e] },
- 'quality2' => { 449 => 0x1170, 450 => 0x1174, 451 => 0x1150, 453 => 0x11a8, 454 => 0x1060, 455 => 0x258, 456 => 0x258, 457 => 0x247, 463 => 0x29, 464 => 0x25, 465 => 0x2a },
- 'qualitybutton' => { 314 => 0x17d, 315 => 0x195 },
- 'qualitybuttonplaybackmode' => { 314 => 0x1bf, 315 => 0x1d7 },
+ 'photoinfoplayback' => { 299 => '17.6', 308 => '33.6' },
+ 'photometricinterpretation' => { 121 => 0x106, 527 => 'PhotometricInterpretation' },
+ 'photoshootingmenubank' => { 241 => 0x11e, 242 => 0x112, 243 => 0x122, 244 => 0x122, 245 => 0x24, 263 => 0x0 },
+ 'photoshootingmenubankimagearea' => { 239 => 0x6dd, 241 => 0x144, 242 => 0x134, 243 => 0x148, 244 => 0x148, 263 => '7.1' },
+ 'photoshopbgrthumbnail' => { 391 => 0x409 },
+ 'photoshopquality' => { 390 => 0x0 },
+ 'photoshopthumbnail' => { 391 => 0x40c },
+ 'photostyle' => { 342 => 0x89 },
+ 'picasawebgphotoid' => { 507 => 'picasawebGPhotoId' },
+ 'picklabel' => { 507 => 'PickLabel' },
+ 'pictinfo' => { 418 => 0x208 },
+ 'picturecontrol' => { 292 => 0xe2173c47 },
+ 'picturecontrolactive' => { 295 => 0x0 },
+ 'picturecontroladjust' => { 251 => 0x30, 252 => 0x30, 253 => 0x36 },
+ 'picturecontrolbase' => { 251 => 0x18, 252 => 0x18, 253 => 0x1c },
+ 'picturecontroldata' => { 236 => [0xbd,0x23] },
+ 'picturecontrolmode' => { 295 => 0x13 },
+ 'picturecontrolname' => { 251 => 0x4, 252 => 0x4, 253 => 0x8 },
+ 'picturecontrolquickadjust' => { 251 => 0x31, 252 => 0x31, 253 => 0x37 },
+ 'pictureeffect' => { 442 => 0x200e },
+ 'pictureeffect2' => { 451 => 0x1163, 452 => 0x1167, 453 => 0x1143, 454 => 0x11bf, 455 => 0x119b, 456 => 0x1053, 457 => 0x24b, 458 => 0x24b, 459 => 0x23c, 474 => 0x46 },
+ 'picturefinish' => { 184 => 0x71 },
+ 'picturemode' => { 129 => 0x1031, 319 => 0x520, 377 => [0xb,0x33], 419 => 0x3d },
+ 'picturemode2' => { 358 => 0x0 },
+ 'picturemodebwfilter' => { 319 => 0x525 },
+ 'picturemodecontrast' => { 319 => 0x523 },
+ 'picturemodeeffect' => { 319 => 0x52d },
+ 'picturemodehue' => { 319 => 0x522 },
+ 'picturemodesaturation' => { 319 => 0x521 },
+ 'picturemodesharpness' => { 319 => 0x524 },
+ 'picturemodetone' => { 319 => 0x526 },
+ 'pictureprofile' => { 451 => [0x115e,0x115f], 452 => [0x1162,0x1163], 453 => [0x113e,0x113f], 454 => [0x11ba,0x11bb], 455 => [0x1196,0x1197], 456 => [0x104e,0x104f], 457 => [0x246,0x247], 458 => [0x246,0x247], 459 => [0x237,0x238] },
+ 'picturestyle' => { 8 => [0x4b,0x51], 9 => 0xf4, 10 => 0x6c, 11 => 0x86, 12 => 0x73, 16 => 0xab, 17 => 0xa7, 18 => 0xb0, 19 => 0x6c, 20 => 0xa7, 21 => 0xf4, 22 => 0xb3, 24 => 0xf4, 25 => 0xfa, 27 => 0x169, 75 => 0xa, 105 => 0x20301, 111 => 0x2 },
+ 'picturestylepc' => { 65 => 0x4009 },
+ 'picturestyleuserdef' => { 65 => 0x4008 },
+ 'picturewizard' => { 416 => 0x21 },
+ 'picturewizardcolor' => { 415 => 0x1 },
+ 'picturewizardcontrast' => { 415 => 0x4 },
+ 'picturewizardmode' => { 415 => 0x0 },
+ 'picturewizardsaturation' => { 415 => 0x2 },
+ 'picturewizardsharpness' => { 415 => 0x3 },
+ 'pipelineversion' => { 178 => 'PipelineVersion' },
+ 'pitch' => { 117 => 0x6, 300 => '4.1', 312 => '4.1', 402 => ['ptch',"\xa9fpt"] },
+ 'pitchangle' => { 249 => 0x4, 319 => 0x904, 342 => 0x91, 376 => 0x2, 414 => 0x1 },
+ 'pitchshift' => { 396 => 'player.movie.audio.pitchshift' },
+ 'pixelaspectratio' => { 395 => 'pasp' },
+ 'pixelclockfrequency' => { 140 => 0x40b },
+ 'pixelcorrectionoffset' => { 140 => 0x972 },
+ 'pixelcorrectionscale' => { 140 => 0x971 },
+ 'pixelscale' => { 121 => 0x830e },
+ 'pixelshiftinfo' => { 442 => 0x202f },
+ 'pixelshiftoffset' => { 129 => 0x1106 },
+ 'pixelshiftresolution' => { 378 => 0x0 },
+ 'pixelshiftshots' => { 129 => 0x1105 },
+ 'pixelsperunitx' => { 331 => 0x0 },
+ 'pixelsperunity' => { 331 => 0x4 },
+ 'pixelunits' => { 331 => 0x8 },
+ 'planarconfiguration' => { 121 => 0x11c, 527 => 'PlanarConfiguration' },
+ 'plane' => { 481 => [\'Planes','PlanesPlane'] },
+ 'planeboundary' => { 481 => [\'Planes','PlanesPlaneBoundary'] },
+ 'planeboundaryvertexcount' => { 481 => [\'Planes','PlanesPlaneBoundaryVertexCount'] },
+ 'planeextentx' => { 481 => [\'Planes','PlanesPlaneExtentX'] },
+ 'planeextentz' => { 481 => [\'Planes','PlanesPlaneExtentZ'] },
+ 'planepose' => { 481 => [\'Planes','PlanesPlanePose'] },
+ 'planeposepositionx' => { 481 => [\'Planes','PlanesPlanePosePositionX'] },
+ 'planeposepositiony' => { 481 => [\'Planes','PlanesPlanePosePositionY'] },
+ 'planeposepositionz' => { 481 => [\'Planes','PlanesPlanePosePositionZ'] },
+ 'planeposerotationw' => { 481 => [\'Planes','PlanesPlanePoseRotationW'] },
+ 'planeposerotationx' => { 481 => [\'Planes','PlanesPlanePoseRotationX'] },
+ 'planeposerotationy' => { 481 => [\'Planes','PlanesPlanePoseRotationY'] },
+ 'planeposerotationz' => { 481 => [\'Planes','PlanesPlanePoseRotationZ'] },
+ 'planeposetimestamp' => { 481 => [\'Planes','PlanesPlanePoseTimestamp'] },
+ 'planes' => { 481 => 'Planes' },
+ 'planningref' => { 516 => 'PlanningRef' },
+ 'planningrefidentifier' => { 516 => [\'PlanningRef','PlanningRefIdentifier'] },
+ 'planningrefname' => { 516 => [\'PlanningRef','PlanningRefName'] },
+ 'planningrefrole' => { 516 => [\'PlanningRef','PlanningRefRole'] },
+ 'platenames' => { 536 => 'PlateNames' },
+ 'platform' => { 521 => 'platform' },
+ 'playallframes' => { 402 => 'AllF' },
+ 'playbackbutton' => { 244 => 0x808 },
+ 'playbackbuttonplaybackmode' => { 244 => 0x814 },
+ 'playbackflickdown' => { 315 => 0x159, 316 => 0x159, 317 => 0x171 },
+ 'playbackflickup' => { 315 => 0x155, 316 => 0x155, 317 => 0x16d },
+ 'playbackmenustime' => { 304 => '20.1', 305 => '21.1', 306 => '21.1' },
+ 'playbackmonitorofftime' => { 299 => '25.2', 300 => '36.1', 302 => '36.1', 303 => '36.1', 307 => '35.1', 308 => '8.1', 309 => '35.1', 312 => '36.1', 313 => '36.1', 314 => '21.1', 315 => 0x33, 316 => 0x33, 317 => 0x33 },
+ 'playbackzoom' => { 300 => '37.1' },
+ 'playdisplay' => { 186 => 0x4e },
+ 'playerversion' => { 396 => 'player.version' },
+ 'playgap' => { 394 => 'pgap' },
+ 'playmode' => { 402 => 'SDLN' },
+ 'playselection' => { 402 => 'SelO' },
+ 'plusversion' => { 329 => 'Version' },
+ 'pmversion' => { 389 => 'PMVersion' },
+ 'pngwarning' => { 332 => 'Warning' },
+ 'podcast' => { 394 => 'pcst' },
+ 'podcasturl' => { 394 => 'purl' },
+ 'poilevel' => { 235 => 0x8 },
+ 'portraitimpressionbalance' => { 241 => 0x26e, 254 => 0xa0 },
+ 'portraitnote' => { 485 => 'PortraitNote' },
+ 'portraitoutputhighlightpoint' => { 111 => 0x1d },
+ 'portraitoutputshadowpoint' => { 111 => 0x1e },
+ 'portraitrawcolortone' => { 111 => 0x16 },
+ 'portraitrawcontrast' => { 111 => 0x18 },
+ 'portraitrawhighlight' => { 111 => 0x76 },
+ 'portraitrawhighlightpoint' => { 111 => 0x1b },
+ 'portraitrawlinear' => { 111 => 0x19 },
+ 'portraitrawsaturation' => { 111 => 0x17 },
+ 'portraitrawshadow' => { 111 => 0x7f },
+ 'portraitrawshadowpoint' => { 111 => 0x1c },
+ 'portraitrawsharpness' => { 111 => 0x1a },
+ 'portraitrefiner' => { 115 => 0x302b },
+ 'portraitrequest' => { 485 => 'PortraitRequest' },
+ 'portraitunsharpmaskfineness' => { 111 => 0x9a },
+ 'portraitunsharpmaskstrength' => { 111 => 0x98 },
+ 'portraitunsharpmaskthreshold' => { 111 => 0x9c },
+ 'portraitversion' => { 485 => 'PortraitVersion' },
+ 'pose' => { 481 => 'Pose' },
+ 'poseheadingdegrees' => { 490 => 'PoseHeadingDegrees' },
+ 'posepitchdegrees' => { 490 => 'PosePitchDegrees' },
+ 'posepositionx' => { 481 => [\'Pose','PosePositionX'] },
+ 'posepositiony' => { 481 => [\'Pose','PosePositionY'] },
+ 'posepositionz' => { 481 => [\'Pose','PosePositionZ'] },
+ 'poserolldegrees' => { 490 => 'PoseRollDegrees' },
+ 'poserotationw' => { 481 => [\'Pose','PoseRotationW'] },
+ 'poserotationx' => { 481 => [\'Pose','PoseRotationX'] },
+ 'poserotationy' => { 481 => [\'Pose','PoseRotationY'] },
+ 'poserotationz' => { 481 => [\'Pose','PoseRotationZ'] },
+ 'posetimestamp' => { 481 => [\'Pose','PoseTimestamp'] },
+ 'positiondescriptor' => { 520 => 'positionDescriptor' },
+ 'postalcode' => { 163 => 'PostalCode' },
+ 'postcropvignetteamount' => { 502 => 'PostCropVignetteAmount', 504 => 'PostCropVignetteAmount' },
+ 'postcropvignettefeather' => { 502 => 'PostCropVignetteFeather', 504 => 'PostCropVignetteFeather' },
+ 'postcropvignettehighlightcontrast' => { 502 => 'PostCropVignetteHighlightContrast', 504 => 'PostCropVignetteHighlightContrast' },
+ 'postcropvignettemidpoint' => { 502 => 'PostCropVignetteMidpoint', 504 => 'PostCropVignetteMidpoint' },
+ 'postcropvignetteroundness' => { 502 => 'PostCropVignetteRoundness', 504 => 'PostCropVignetteRoundness' },
+ 'postcropvignettestyle' => { 502 => 'PostCropVignetteStyle', 504 => 'PostCropVignetteStyle' },
+ 'postfocusmerging' => { 342 => 0xbf },
+ 'postreleaseburstlength' => { 243 => 0x714, 244 => 0x784, 315 => 0x289 },
+ 'potentialface1position' => { 439 => 0xb },
+ 'potentialface2position' => { 439 => 0x15 },
+ 'potentialface3position' => { 439 => 0x1f },
+ 'potentialface4position' => { 439 => 0x29 },
+ 'potentialface5position' => { 439 => 0x33 },
+ 'potentialface6position' => { 439 => 0x3d },
+ 'potentialface7position' => { 439 => 0x47 },
+ 'potentialface8position' => { 439 => 0x51 },
+ 'powersource' => { 356 => '0.1' },
+ 'poweruptime' => { 236 => 0xb6 },
+ 'preaf' => { 128 => '0.2' },
+ 'precaptureframes' => { 324 => 0x300 },
+ 'predictor' => { 121 => 0x13d },
+ 'preflashreturnstrength' => { 271 => 0x28a },
+ 'prefs' => { 133 => 0xdd, 389 => 'Prefs' },
+ 'prereadfastresetcount' => { 140 => 0x187e },
+ 'prereleaseburstlength' => { 243 => 0x712, 244 => 0x782, 315 => 0x287 },
+ 'preservedfilename' => { 532 => 'PreservedFileName' },
+ 'preservedspecimen' => { 120 => 'PreservedSpecimen' },
+ 'preservedspecimenmaterialsampleid' => { 120 => [\'PreservedSpecimen','PreservedSpecimenMaterialSampleID'] },
+ 'presettype' => { 502 => 'PresetType', 504 => 'PresetType' },
+ 'presetwhitebalance' => { 186 => 0x24, 478 => 0x8002 },
+ 'presetwhitebalanceadj' => { 478 => 0x8014 },
+ 'pressure' => { 121 => 0x9402, 509 => 'Pressure' },
+ 'previewapplicationname' => { 121 => 0xc716 },
+ 'previewapplicationversion' => { 121 => 0xc717 },
+ 'previewbutton' => { 299 => ['14.1','15.1'], 300 => '15.1', 302 => '15.1', 303 => '15.1', 308 => '29.1', 309 => '14.1', 312 => '15.1', 313 => '15.1' },
+ 'previewbuttonplusdials' => { 299 => ['14.2','15.2'], 300 => '15.2', 302 => '43.1', 303 => '43.1', 308 => '31.2', 312 => '43.1', 313 => '43.1' },
+ 'previewcolorspace' => { 121 => 0xc71a },
+ 'previewcropbottom' => { 388 => 0xef },
+ 'previewcropleft' => { 388 => 0xec },
+ 'previewcropright' => { 388 => 0xee },
+ 'previewcroptop' => { 388 => 0xed },
+ 'previewdate' => { 400 => 0x0 },
+ 'previewdatetime' => { 121 => 0xc71b },
+ 'previewimage' => { 115 => 0x2000, 116 => 'Exif-PreviewImage', 122 => 'PreviewImage', 124 => 0x4, 168 => 'data', 188 => 0x81, 324 => 0x280, 340 => 0x300, 402 => 'mcvr', 442 => 0x2001 },
+ 'previewimageborders' => { 377 => 0x3e },
+ 'previewimageheight' => { 74 => 0x4, 144 => 0xfa58 },
+ 'previewimagelength' => { 74 => 0x2, 115 => 0x3, 121 => [0x117,0x202], 188 => 0x89, 255 => 0x202, 319 => 0x102, 324 => 0x1037, 377 => 0x3, 408 => 0x1e, 413 => 0x3, 419 => [0x1b,0x1d], 432 => 0x202 },
+ 'previewimagename' => { 168 => '1Name' },
+ 'previewimagesize' => { 115 => 0x2, 149 => 0x2, 168 => 'ImageSize', 377 => 0x2, 419 => [0x1c,0x1e], 442 => 0xb02c, 478 => 0x9012 },
+ 'previewimagestart' => { 74 => 0x5, 115 => 0x4, 121 => [0x111,0x201], 188 => 0x88, 255 => 0x201, 319 => 0x101, 324 => 0x1036, 377 => 0x4, 408 => 0x1c, 413 => 0x2, 419 => [0x1a,0x1c], 432 => 0x201 },
+ 'previewimagetype' => { 168 => '0Type' },
+ 'previewimagevalid' => { 319 => 0x100, 324 => 0x1035 },
+ 'previewimagewidth' => { 74 => 0x3, 144 => 0xfa57 },
+ 'previewquality' => { 74 => 0x1 },
+ 'previewsettingsdigest' => { 121 => 0xc719 },
+ 'previewsettingsname' => { 121 => 0xc718 },
+ 'primaryafpoint' => { 195 => [0x38,0x44,0x7,0x8] },
+ 'primarychromaticities' => { 121 => 0x13f, 527 => 'PrimaryChromaticities' },
+ 'primaryftp' => { 492 => 'PrimaryFTP' },
+ 'primaryslot' => { 245 => 0x25, 263 => 0x2 },
+ 'printim' => { 121 => 0xc4a5 },
+ 'prioritysetinawb' => { 442 => 0x202b },
+ 'prioritysetupshutterrelease' => { 186 => 0x1d, 429 => 0x28 },
+ 'privatertkinfo' => { 494 => 'privateRTKInfo' },
+ 'processbordercolsleft' => { 140 => 0xc61 },
+ 'processbordercolsright' => { 140 => 0xc62 },
+ 'processborderrowsbottom' => { 140 => 0xc64 },
+ 'processborderrowstop' => { 140 => 0xc63 },
+ 'processingsoftware' => { 121 => 0xb },
+ 'processversion' => { 502 => 'ProcessVersion', 504 => 'ProcessVersion' },
+ 'producer' => { 181 => 'WM/Producer', 328 => 'Producer', 394 => "\xa9prd", 396 => 'producer', 402 => "\xa9prd", 518 => 'Producer' },
+ 'producerkeywords' => { 402 => "\xa9pdk" },
+ 'productcode' => { 521 => 'productCode' },
+ 'productid' => { 134 => 0x32, 394 => 'prID', 520 => 'productID' },
+ 'productidtype' => { 520 => 'productIDType' },
+ 'productinimage' => { 516 => 'ProductInImage' },
+ 'productinimagedescription' => { 516 => [\'ProductInImage','ProductInImageProductDescription'] },
+ 'productinimagegtin' => { 516 => [\'ProductInImage','ProductInImageProductGTIN'] },
+ 'productinimagename' => { 516 => [\'ProductInImage','ProductInImageProductName'] },
+ 'productinimageproductid' => { 516 => [\'ProductInImage','ProductInImageProductId'] },
+ 'productioncode' => { 357 => 0x2 },
+ 'productorserviceconstraints' => { 329 => 'ProductOrServiceConstraints' },
+ 'productversion' => { 394 => 'VERS' },
+ 'profession' => { 521 => 'profession' },
+ 'profile' => { 481 => [\'Profiles','ProfilesProfile'] },
+ 'profilecalibrationsig' => { 121 => 0xc6f4 },
+ 'profilecameraindices' => { 481 => [\'Profiles','ProfilesProfileCameraIndices'] },
+ 'profilecopyright' => { 121 => 0xc6fe },
+ 'profiledynamicrange' => { 121 => 0xcd47 },
+ 'profileembedpolicy' => { 121 => 0xc6fd },
+ 'profilegaintablemap' => { 121 => 0xcd2d },
+ 'profilegaintablemap2' => { 121 => 0xcd40 },
+ 'profilegroupname' => { 121 => 0xcd48 },
+ 'profilehuesatmapdata1' => { 121 => 0xc6fa },
+ 'profilehuesatmapdata2' => { 121 => 0xc6fb },
+ 'profilehuesatmapdata3' => { 121 => 0xcd39 },
+ 'profilehuesatmapdims' => { 121 => 0xc6f9 },
+ 'profilehuesatmapencoding' => { 121 => 0xc7a3 },
+ 'profilelooktabledata' => { 121 => 0xc726 },
+ 'profilelooktabledims' => { 121 => 0xc725 },
+ 'profilelooktableencoding' => { 121 => 0xc7a4 },
+ 'profilename' => { 121 => 0xc6f8, 330 => 'iCCP-name' },
+ 'profiles' => { 481 => 'Profiles' },
+ 'profiletonecurve' => { 121 => 0xc6fc },
+ 'profiletype' => { 481 => [\'Profiles','ProfilesProfileType'] },
+ 'programiso' => { 342 => 0x3c },
+ 'programline' => { 358 => '1.1' },
+ 'programmode' => { 191 => 0x5 },
+ 'programshift' => { 236 => 0xd },
+ 'programversion' => { 133 => 0x46 },
+ 'prohibits' => { 500 => 'prohibits' },
+ 'projectiontype' => { 490 => 'ProjectionType', 491 => 'ProjectionType' },
+ 'projectname' => { 531 => 'projectName' },
+ 'projectref' => { 531 => 'projectRef' },
+ 'projectrefpath' => { 531 => [\'projectRef','projectRefPath'] },
+ 'projectreftype' => { 531 => [\'projectRef','projectRefType'] },
+ 'promotionurl' => { 181 => 'WM/PromotionURL' },
+ 'propertyreleaseid' => { 329 => 'PropertyReleaseID' },
+ 'propertyreleasestatus' => { 329 => 'PropertyReleaseStatus' },
+ 'provider' => { 181 => 'WM/Provider' },
+ 'province-state' => { 133 => 0x5f },
+ 'publicationdate' => { 521 => 'publicationDate' },
+ 'publicationdatea-platform' => { 521 => [\'publicationDate','publicationDateA-platform'] },
+ 'publicationdatedate' => { 521 => [\'publicationDate','publicationDateDate'] },
+ 'publicationdisplaydate' => { 521 => 'publicationDisplayDate' },
+ 'publicationdisplaydatea-platform' => { 521 => [\'publicationDisplayDate','publicationDisplayDateA-platform'] },
+ 'publicationdisplaydatedate' => { 521 => [\'publicationDisplayDate','publicationDisplayDateDate'] },
+ 'publicationevent' => { 516 => 'PublicationEvent' },
+ 'publicationeventdate' => { 516 => [\'PublicationEvent','PublicationEventDate'] },
+ 'publicationeventidentifier' => { 516 => [\'PublicationEvent','PublicationEventIdentifier'] },
+ 'publicationeventname' => { 516 => [\'PublicationEvent','PublicationEventName'] },
+ 'publicationname' => { 521 => 'publicationName' },
+ 'publisher' => { 181 => 'WM/Publisher', 394 => "\xa9pub", 396 => 'publisher', 505 => 'publisher' },
+ 'publishingfrequency' => { 521 => 'publishingFrequency' },
+ 'pulldown' => { 531 => 'pullDown' },
+ 'purchasedate' => { 394 => 'purd' },
+ 'purplehsl' => { 105 => 0x20916 },
+ 'pxshiftperiphedgenr' => { 478 => 0x9013 },
+ 'pxshiftperiphedgenrvalue' => { 478 => 0x9014 },
+ 'quality' => { 0 => 0x1, 35 => 0x3, 114 => 0x2, 115 => 0x3002, 129 => 0x1000, 142 => 0x9, 236 => 0x4, 282 => 0x3, 324 => 0x201, 337 => 0x300, 377 => 0x8, 384 => 0x2, 419 => 0x16, 429 => 0x56, 430 => 0x56, 431 => 0xb, 442 => [0x102,0x202e] },
+ 'quality2' => { 451 => 0x1170, 452 => 0x1174, 453 => 0x1150, 455 => 0x11a8, 456 => 0x1060, 457 => 0x258, 458 => 0x258, 459 => 0x247, 465 => 0x29, 466 => 0x25, 467 => 0x2a },
+ 'qualitybutton' => { 316 => 0x17d, 317 => 0x195 },
+ 'qualitybuttonplaybackmode' => { 316 => 0x1bf, 317 => 0x1d7 },
'qualityhint' => { 1 => 0x1a },
- 'qualitymode' => { 113 => 0x8 },
- 'quantizationmethod' => { 133 => 0x78 },
- 'quickadjust' => { 293 => 0x2a },
- 'quickcontroldialinmeter' => { 84 => 0x703 },
- 'quickfix' => { 290 => 0x416391c6 },
- 'quickshot' => { 416 => 0x213 },
- 'quiettime' => { 138 => 0x188a },
- 'rads' => { 400 => 'rads' },
- 'rangefinder' => { 302 => '4.1', 303 => '5.1', 304 => '5.1' },
- 'rangemask' => { 500 => 'RangeMaskMapInfo', 502 => 'RangeMaskMapInfo' },
- 'rangemaskmapinfo' => { 500 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfo'], 502 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfo'] },
- 'rangemaskmapinfolabmax' => { 500 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMax'], 502 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMax'] },
- 'rangemaskmapinfolabmin' => { 500 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMin'], 502 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMin'] },
- 'rangemaskmapinfolumeq' => { 500 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLumEq'], 502 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLumEq'] },
- 'rangemaskmapinforgbmax' => { 500 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMax'], 502 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMax'] },
- 'rangemaskmapinforgbmin' => { 500 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMin'], 502 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMin'] },
- 'rasterizedcaption' => { 131 => 0x7d },
- 'rating' => { 119 => 0x4746, 127 => 0x1431, 386 => 0xdf, 392 => 'rtng', 400 => 'rtng', 440 => 0x2002, 495 => 'rating', 504 => 'rating', 514 => 'Rating', 519 => 'rating', 527 => 'Rating' },
- 'ratingpercent' => { 119 => 0x4749, 178 => 'Rating', 392 => 'rate', 527 => 'RatingPercent' },
- 'ratingregion' => { 514 => [\'Rating','RatingRatingRegion'] },
- 'ratingregioncity' => { 514 => [\'Rating','RatingRatingRegionCity'] },
- 'ratingregioncountrycode' => { 514 => [\'Rating','RatingRatingRegionCountryCode'] },
- 'ratingregioncountryname' => { 514 => [\'Rating','RatingRatingRegionCountryName'] },
- 'ratingregiongpsaltitude' => { 514 => [\'Rating','RatingRatingRegionGPSAltitude'] },
- 'ratingregiongpslatitude' => { 514 => [\'Rating','RatingRatingRegionGPSLatitude'] },
- 'ratingregiongpslongitude' => { 514 => [\'Rating','RatingRatingRegionGPSLongitude'] },
- 'ratingregionidentifier' => { 514 => [\'Rating','RatingRatingRegionIdentifier'] },
- 'ratingregionlocationid' => { 514 => [\'Rating','RatingRatingRegionLocationId'] },
- 'ratingregionlocationname' => { 514 => [\'Rating','RatingRatingRegionLocationName'] },
- 'ratingregionprovincestate' => { 514 => [\'Rating','RatingRatingRegionProvinceState'] },
- 'ratingregionsublocation' => { 514 => [\'Rating','RatingRatingRegionSublocation'] },
- 'ratingregionworldregion' => { 514 => [\'Rating','RatingRatingRegionWorldRegion'] },
- 'ratingscalemaxvalue' => { 514 => [\'Rating','RatingRatingScaleMaxValue'] },
- 'ratingscaleminvalue' => { 514 => [\'Rating','RatingRatingScaleMinValue'] },
- 'ratingsourcelink' => { 514 => [\'Rating','RatingRatingSourceLink'] },
- 'ratingvalue' => { 514 => [\'Rating','RatingRatingValue'] },
- 'ratingvaluelogolink' => { 514 => [\'Rating','RatingRatingValueLogoLink'] },
- 'rawandjpgrecording' => { 82 => 0x8, 186 => 0x109, 356 => 0xd },
- 'rawbrightnessadj' => { 103 => 0x20001, 108 => 0x38 },
- 'rawburstimagecount' => { 75 => 0x2 },
- 'rawburstimagenum' => { 75 => 0x1 },
- 'rawcoloradj' => { 108 => 0x2e },
- 'rawcropbottom' => { 386 => 0xd4 },
- 'rawcropleft' => { 386 => 0xd1 },
- 'rawcropright' => { 386 => 0xd3 },
- 'rawcroptop' => { 386 => 0xd2 },
- 'rawcustomsaturation' => { 108 => 0x30 },
- 'rawcustomtone' => { 108 => 0x34 },
- 'rawdata' => { 414 => 0xa048 },
- 'rawdatabyteorder' => { 414 => 0x40 },
- 'rawdatacfapattern' => { 414 => 0x50 },
- 'rawdatauniqueid' => { 119 => 0xc65d },
- 'rawdepth' => { 188 => 0x10 },
- 'rawdevartfilter' => { 324 => 0x121 },
- 'rawdevautogradation' => { 324 => 0x119 },
- 'rawdevcolorspace' => { 323 => 0x108, 324 => 0x109 },
- 'rawdevcontrastvalue' => { 323 => 0x106, 324 => 0x105 },
- 'rawdeveditstatus' => { 323 => 0x10b },
- 'rawdevelopingsoftware' => { 119 => 0xa43a },
- 'rawdevelopmentprocess' => { 375 => 0x62 },
- 'rawdevengine' => { 323 => 0x109, 324 => 0x10b },
- 'rawdevexposurebiasvalue' => { 323 => 0x100, 324 => 0x100 },
- 'rawdevgradation' => { 324 => 0x112 },
- 'rawdevgraypoint' => { 323 => 0x103, 324 => 0x104 },
- 'rawdevmemorycoloremphasis' => { 323 => 0x105, 324 => 0x108 },
- 'rawdevnoisereduction' => { 323 => 0x10a, 324 => 0x10a },
- 'rawdevpicturemode' => { 324 => 0x10c },
- 'rawdevpm_bwfilter' => { 324 => 0x110 },
- 'rawdevpmcontrast' => { 324 => 0x10e },
- 'rawdevpmnoisefilter' => { 324 => 0x120 },
- 'rawdevpmpicturetone' => { 324 => 0x111 },
- 'rawdevpmsaturation' => { 324 => 0x10d },
- 'rawdevpmsharpness' => { 324 => 0x10f },
- 'rawdevsaturation3' => { 324 => 0x113 },
- 'rawdevsaturationemphasis' => { 323 => 0x104, 324 => 0x107 },
- 'rawdevsettings' => { 323 => 0x10c },
- 'rawdevsharpnessvalue' => { 323 => 0x107, 324 => 0x106 },
- 'rawdevversion' => { 323 => 0x0, 324 => 0x0 },
- 'rawdevwbfineadjustment' => { 323 => 0x102, 324 => 0x103 },
- 'rawdevwhitebalance' => { 324 => 0x101 },
- 'rawdevwhitebalancevalue' => { 323 => 0x101, 324 => 0x102 },
- 'rawfile' => { 119 => 0xfe4c },
- 'rawfilename' => { 500 => 'RawFileName', 502 => 'RawFileName' },
- 'rawfiletype' => { 440 => 0x2029 },
- 'rawformat' => { 345 => 0x2d, 384 => 0x10e },
- 'rawimagecenter' => { 234 => 0x99 },
- 'rawimagedigest' => { 119 => 0xc71c },
- 'rawimagesize' => { 375 => 0x39 },
- 'rawinfoversion' => { 325 => 0x0 },
- 'rawjpgheight' => { 99 => 0x4 },
- 'rawjpgquality' => { 57 => 0x6, 99 => 0x1 },
- 'rawjpgsize' => { 57 => 0x7, 99 => 0x2 },
- 'rawjpgwidth' => { 99 => 0x3 },
- 'rawmeasuredrggb' => { 43 => 0x26a, 45 => 0x280, 47 => 0x194, 48 => [0x1ad,0x26b] },
- 'rawrppused' => { 495 => 'rawrppused' },
- 'rawtopreviewgain' => { 119 => 0xc7a8 },
- 'readouttypeactual' => { 138 => 0x1903 },
- 'readouttyperequested' => { 138 => 0x1902 },
- 'reardisplay' => { 297 => '12.3', 298 => '6.2' },
- 'recdevice' => { 514 => 'RecDevice' },
- 'recdeviceattlensdescription' => { 514 => [\'RecDevice','RecDeviceAttLensDescription'] },
- 'recdevicemanufacturer' => { 514 => [\'RecDevice','RecDeviceManufacturer'] },
- 'recdevicemodelname' => { 514 => [\'RecDevice','RecDeviceModelName'] },
- 'recdeviceownersdeviceid' => { 514 => [\'RecDevice','RecDeviceOwnersDeviceId'] },
- 'recdeviceserialnumber' => { 514 => [\'RecDevice','RecDeviceSerialNumber'] },
- 'recipeendingpage' => { 521 => 'recipeEndingPage' },
- 'recipepagerange' => { 521 => 'recipePageRange' },
- 'recipesource' => { 521 => 'recipeSource' },
- 'recipestartingpage' => { 521 => 'recipeStartingPage' },
- 'recipetitle' => { 521 => 'recipeTitle' },
- 'recognizedface1age' => { 333 => 0x20 },
- 'recognizedface1name' => { 333 => 0x4 },
- 'recognizedface1position' => { 333 => 0x18 },
- 'recognizedface2age' => { 333 => 0x50 },
- 'recognizedface2name' => { 333 => 0x34 },
- 'recognizedface2position' => { 333 => 0x48 },
- 'recognizedface3age' => { 333 => 0x80 },
- 'recognizedface3name' => { 333 => 0x64 },
- 'recognizedface3position' => { 333 => 0x78 },
- 'recognizedfaceflags' => { 340 => 0x63 },
- 'recommendedexposureindex' => { 119 => 0x8832, 507 => 'RecommendedExposureIndex' },
- 'record' => { 118 => 'Record' },
- 'recordbasisofrecord' => { 118 => [\'Record','RecordBasisOfRecord'] },
- 'recordcollectioncode' => { 118 => [\'Record','RecordCollectionCode'] },
- 'recordcollectionid' => { 118 => [\'Record','RecordCollectionID'] },
- 'recorddatageneralizations' => { 118 => [\'Record','RecordDataGeneralizations'] },
- 'recorddatasetid' => { 118 => [\'Record','RecordDatasetID'] },
- 'recorddatasetname' => { 118 => [\'Record','RecordDatasetName'] },
- 'recorddisplay' => { 184 => 0x4d },
- 'recorddynamicproperties' => { 118 => [\'Record','RecordDynamicProperties'] },
- 'recordid' => { 97 => 0x1804 },
- 'recordinformationwithheld' => { 118 => [\'Record','RecordInformationWithheld'] },
- 'recordingcopyright' => { 400 => "\xa9phg" },
- 'recordingformat' => { 407 => 0x1000 },
- 'recordingmode' => { 112 => 0x1, 382 => 0x1 },
- 'recordinstitutioncode' => { 118 => [\'Record','RecordInstitutionCode'] },
- 'recordinstitutionid' => { 118 => [\'Record','RecordInstitutionID'] },
- 'recordlabelname' => { 400 => "\xa9lab" },
- 'recordlabelurl' => { 400 => "\xa9lal" },
- 'recordlocationdata' => { 240 => 0x660, 241 => 0x690, 242 => 0x6f8 },
- 'recordmode' => { 34 => 0x9, 113 => 0x3000 },
- 'recordownerinstitutioncode' => { 118 => [\'Record','RecordOwnerInstitutionCode'] },
- 'recordshutterrelease' => { 416 => 0x217 },
- 'redbalance' => { 322 => 0x1017, 345 => 0x11, 375 => 0x1c },
- 'redcurvelimits' => { 108 => 0x18a },
- 'redcurvepoints' => { 107 => 0x2d, 108 => 0x160 },
- 'redeyecorrection' => { 294 => 0x0 },
- 'redeyeinfo' => { 500 => 'RedEyeInfo', 502 => 'RedEyeInfo' },
- 'redeyereduction' => { 184 => 0x41, 427 => 0x6a, 429 => 0x28 },
- 'redeyeremoval' => { 340 => 0xb9 },
- 'redhsl' => { 103 => 0x20910 },
- 'redhue' => { 500 => 'RedHue', 502 => 'RedHue' },
- 'redsaturation' => { 500 => 'RedSaturation', 502 => 'RedSaturation' },
- 'reductionmatrix1' => { 119 => 0xc625 },
- 'reductionmatrix2' => { 119 => 0xc626 },
- 'reductionmatrix3' => { 119 => 0xcd3a },
- 'reelname' => { 119 => 0xc789, 400 => 'reel' },
- 'reference1' => { 512 => [\'TagStructure','TagStructureReference'] },
- 'reference2' => { 512 => [\'TagStructure','TagStructureSubLabelsReference'] },
- 'reference3' => { 512 => [\'TagStructure','TagStructureSubLabelsSubLabelsReference'] },
- 'reference4' => { 512 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsReference'] },
- 'reference5' => { 512 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsReference'] },
- 'reference6' => { 512 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsReference'] },
- 'referenceblackwhite' => { 119 => 0x214, 525 => 'ReferenceBlackWhite' },
- 'referencedate' => { 131 => 0x2f },
- 'referencenumber' => { 131 => 0x32 },
- 'references' => { 157 => 'References' },
- 'referenceservice' => { 131 => 0x2d },
- 'regionappliedtodimensions' => { 172 => [\'Regions','RegionsAppliedToDimensions'] },
- 'regionappliedtodimensionsh' => { 172 => [\'Regions','RegionsAppliedToDimensionsH'] },
- 'regionappliedtodimensionsunit' => { 172 => [\'Regions','RegionsAppliedToDimensionsUnit'] },
- 'regionappliedtodimensionsw' => { 172 => [\'Regions','RegionsAppliedToDimensionsW'] },
- 'regionarea' => { 172 => [\'Regions','RegionsRegionListArea'] },
- 'regionaread' => { 172 => [\'Regions','RegionsRegionListAreaD'] },
- 'regionareah' => { 172 => [\'Regions','RegionsRegionListAreaH'] },
- 'regionareaunit' => { 172 => [\'Regions','RegionsRegionListAreaUnit'] },
- 'regionareaw' => { 172 => [\'Regions','RegionsRegionListAreaW'] },
- 'regionareax' => { 172 => [\'Regions','RegionsRegionListAreaX'] },
- 'regionareay' => { 172 => [\'Regions','RegionsRegionListAreaY'] },
- 'regionbarcodevalue' => { 172 => [\'Regions','RegionsRegionListBarCodeValue'] },
- 'regionconstraints' => { 327 => 'RegionConstraints' },
- 'regiondescription' => { 172 => [\'Regions','RegionsRegionListDescription'] },
- 'regionextensions' => { 172 => [\'Regions','RegionsRegionListExtensions'] },
- 'regionfocususage' => { 172 => [\'Regions','RegionsRegionListFocusUsage'] },
- 'regioninfo' => { 172 => 'Regions' },
- 'regioninfodateregionsvalid' => { 175 => [\'RegionInfo','RegionInfoDateRegionsValid'] },
- 'regioninfomp' => { 175 => 'RegionInfo' },
- 'regioninforegions' => { 175 => [\'RegionInfo','RegionInfoRegions'] },
- 'regionlist' => { 172 => [\'Regions','RegionsRegionList'] },
- 'regionname' => { 172 => [\'Regions','RegionsRegionListName'] },
- 'regionpersondisplayname' => { 175 => [\'RegionInfo','RegionInfoRegionsPersonDisplayName'] },
- 'regionpersonemaildigest' => { 175 => [\'RegionInfo','RegionInfoRegionsPersonEmailDigest'] },
- 'regionpersonliveidcid' => { 175 => [\'RegionInfo','RegionInfoRegionsPersonLiveIdCID'] },
- 'regionpersonsourceid' => { 175 => [\'RegionInfo','RegionInfoRegionsPersonSourceID'] },
- 'regionrectangle' => { 175 => [\'RegionInfo','RegionInfoRegionsRectangle'] },
- 'regionrotation' => { 172 => [\'Regions','RegionsRegionListRotation'] },
- 'regionseealso' => { 172 => [\'Regions','RegionsRegionListSeeAlso'] },
- 'regiontype' => { 172 => [\'Regions','RegionsRegionListType'] },
- 'registryentryrole' => { 514 => [\'RegistryId','RegistryIdRegEntryRole'] },
- 'registryid' => { 514 => 'RegistryId' },
- 'registryitemid' => { 514 => [\'RegistryId','RegistryIdRegItemId'] },
- 'registryorganisationid' => { 514 => [\'RegistryId','RegistryIdRegOrgId'] },
- 'relatedaudiofile' => { 155 => 'data' },
- 'relatedaudiofilename' => { 155 => '1Name' },
- 'relatedaudiofiletype' => { 155 => '0Type' },
- 'relatedimagefileformat' => { 119 => 0x1000 },
- 'relatedimageheight' => { 119 => 0x1002 },
- 'relatedimagewidth' => { 119 => 0x1001 },
- 'relatedresourceid' => { 118 => [\'ResourceRelationship','ResourceRelationshipRelatedResourceID'] },
- 'relatedsoundfile' => { 119 => 0xa004, 506 => 'RelatedSoundFile' },
- 'relatedvideofile' => { 169 => 'data' },
- 'relatedvideofilename' => { 169 => '1Name' },
- 'relatedvideofiletype' => { 169 => '0Type' },
- 'relation' => { 503 => 'relation' },
- 'relationshipaccordingto' => { 118 => [\'ResourceRelationship','ResourceRelationshipRelationshipAccordingTo'] },
- 'relationshipestablisheddate' => { 118 => [\'ResourceRelationship','ResourceRelationshipRelationshipEstablishedDate'] },
- 'relationshipofresource' => { 118 => [\'ResourceRelationship','ResourceRelationshipRelationshipOfResource'] },
- 'relationshipofresourceid' => { 118 => [\'ResourceRelationship','ResourceRelationshipRelationshipOfResourceID'] },
- 'relationshipremarks' => { 118 => [\'ResourceRelationship','ResourceRelationshipRelationshipRemarks'] },
- 'relativealtitude' => { 116 => 'RelativeAltitude' },
- 'relativepeakaudiofilepath' => { 529 => 'relativePeakAudioFilePath' },
- 'relativetimestamp' => { 529 => 'relativeTimestamp' },
- 'relativetimestampscale' => { 529 => [\'relativeTimestamp','relativeTimestampScale'] },
- 'relativetimestampvalue' => { 529 => [\'relativeTimestamp','relativeTimestampValue'] },
- 'releasebuttontousedial' => { 297 => '17.8', 298 => '18.5', 300 => '18.4', 301 => '18.4', 306 => '33.8', 307 => '17.6', 310 => '18.5', 311 => '18.4' },
- 'releasedate' => { 131 => 0x1e, 392 => 'rldt', 495 => 'ReleaseDate', 529 => 'releaseDate' },
- 'releasemode' => { 113 => 0x3001, 238 => 0x5c, 271 => 0x184d, 440 => 0xb049 },
- 'releasemode2' => { 449 => 0x112c, 450 => [0x112c,0x8], 451 => [0x1108,0x8], 452 => [0x1184,0x8], 453 => [0x1160,0x8], 454 => [0x4,0x1018], 455 => [0x4,0x210], 456 => [0x4,0x210], 457 => [0x4,0x208], 459 => [0x67,0x3f], 460 => [0x6b,0x6d,0x73,0x4b], 461 => [0x6b,0x4b], 462 => 0x1f, 463 => 0x10, 464 => 0x10, 465 => 0x9, 472 => 0x34 },
- 'releasemode3' => { 449 => 0x1128, 450 => 0x1128, 451 => 0x1104, 452 => 0x1180, 453 => 0x115c, 454 => 0x1014, 455 => 0x20c, 456 => 0x20c, 457 => 0x204 },
- 'releaseready' => { 514 => 'ReleaseReady' },
- 'releasesetting' => { 97 => 0x1016 },
- 'releasetime' => { 131 => 0x23, 495 => 'ReleaseTime' },
- 'remoteonduration' => { 299 => '3.4', 302 => '17.2', 303 => '18.2', 304 => '18.2', 305 => '18.2', 307 => '18.2', 308 => '4.3', 312 => '19.2' },
- 'renditionclass' => { 530 => 'RenditionClass' },
- 'renditionof' => { 530 => 'RenditionOf' },
- 'renditionofalternatepaths' => { 530 => [\'RenditionOf','RenditionOfAlternatePaths'] },
- 'renditionofdocumentid' => { 530 => [\'RenditionOf','RenditionOfDocumentID'] },
- 'renditionoffilepath' => { 530 => [\'RenditionOf','RenditionOfFilePath'] },
- 'renditionoffrompart' => { 530 => [\'RenditionOf','RenditionOfFromPart'] },
- 'renditionofinstanceid' => { 530 => [\'RenditionOf','RenditionOfInstanceID'] },
- 'renditionoflastmodifydate' => { 530 => [\'RenditionOf','RenditionOfLastModifyDate'] },
- 'renditionoflasturl' => { 530 => [\'RenditionOf','RenditionOfLastURL'] },
- 'renditionoflinkcategory' => { 530 => [\'RenditionOf','RenditionOfLinkCategory'] },
- 'renditionoflinkform' => { 530 => [\'RenditionOf','RenditionOfLinkForm'] },
- 'renditionofmanager' => { 530 => [\'RenditionOf','RenditionOfManager'] },
- 'renditionofmanagervariant' => { 530 => [\'RenditionOf','RenditionOfManagerVariant'] },
- 'renditionofmanageto' => { 530 => [\'RenditionOf','RenditionOfManageTo'] },
- 'renditionofmanageui' => { 530 => [\'RenditionOf','RenditionOfManageUI'] },
- 'renditionofmaskmarkers' => { 530 => [\'RenditionOf','RenditionOfMaskMarkers'] },
- 'renditionoforiginaldocumentid' => { 530 => [\'RenditionOf','RenditionOfOriginalDocumentID'] },
- 'renditionofpartmapping' => { 530 => [\'RenditionOf','RenditionOfPartMapping'] },
- 'renditionofplacedresolutionunit' => { 530 => [\'RenditionOf','RenditionOfPlacedResolutionUnit'] },
- 'renditionofplacedxresolution' => { 530 => [\'RenditionOf','RenditionOfPlacedXResolution'] },
- 'renditionofplacedyresolution' => { 530 => [\'RenditionOf','RenditionOfPlacedYResolution'] },
- 'renditionofrenditionclass' => { 530 => [\'RenditionOf','RenditionOfRenditionClass'] },
- 'renditionofrenditionparams' => { 530 => [\'RenditionOf','RenditionOfRenditionParams'] },
- 'renditionoftopart' => { 530 => [\'RenditionOf','RenditionOfToPart'] },
- 'renditionofversionid' => { 530 => [\'RenditionOf','RenditionOfVersionID'] },
- 'renditionparams' => { 530 => 'RenditionParams' },
- 'repeatingflashcount' => { 212 => 0xd, 213 => 0xe, 214 => 0xe, 215 => 0xe, 216 => 0xe, 217 => 0xe, 306 => '17.2', 307 => '24.2', 308 => '9.2', 309 => '24.2', 312 => '25.2' },
- 'repeatingflashcountbuilt-in' => { 278 => 0x4db },
- 'repeatingflashcountexternal' => { 278 => 0x4c3 },
- 'repeatingflashoutput' => { 306 => '17.1', 307 => '24.1', 308 => '9.1', 309 => '24.1', 312 => '25.1' },
- 'repeatingflashoutputexternal' => { 278 => 0x4c0 },
- 'repeatingflashrate' => { 212 => 0xc, 213 => 0xd, 214 => 0xd, 215 => 0xd, 216 => 0xd, 217 => 0xd, 306 => '18.1', 307 => '25.1', 308 => '10.1', 309 => '25.1', 312 => '26.1' },
- 'repeatingflashratebuilt-in' => { 278 => 0x4da },
- 'repeatingflashrateexternal' => { 278 => 0x4c2 },
- 'requirements' => { 400 => "\xa9req" },
- 'requires' => { 498 => 'requires' },
- 'resampleparams' => { 529 => 'resampleParams' },
- 'resampleparamsquality' => { 529 => [\'resampleParams','resampleParamsQuality'] },
- 'resamplingkerneldenominators050' => { 138 => 0xe50 },
- 'resamplingkerneldenominators067' => { 138 => 0xe4f },
- 'resamplingkerneldenominators100' => { 138 => 0xe51 },
- 'resaved' => { 416 => 0x21e },
- 'resetblacksegrows' => { 138 => 0x181a },
- 'resolution' => { 162 => 'Resolution' },
- 'resolutionmode' => { 417 => [0x87,0x4] },
- 'resolutionunit' => { 119 => 0x128, 134 => 0x2, 525 => 'ResolutionUnit' },
- 'resourceid' => { 118 => [\'ResourceRelationship','ResourceRelationshipResourceID'] },
- 'resourcerelationship' => { 118 => 'ResourceRelationship' },
- 'resourcerelationshipid' => { 118 => [\'ResourceRelationship','ResourceRelationshipResourceRelationshipID'] },
- 'restrictdrivemodes' => { 84 => 0x612 },
- 'restrictions' => { 522 => 'restrictions' },
- 'retouchareafeather' => { 500 => [\'RetouchAreas','RetouchAreasFeather'], 502 => [\'RetouchAreas','RetouchAreasFeather'] },
- 'retouchareamaskalpha' => { 500 => [\'RetouchAreas','RetouchAreasMasksAlpha'], 502 => [\'RetouchAreas','RetouchAreasMasksAlpha'] },
- 'retouchareamaskangle' => { 500 => [\'RetouchAreas','RetouchAreasMasksAngle'], 502 => [\'RetouchAreas','RetouchAreasMasksAngle'] },
- 'retouchareamaskbottom' => { 500 => [\'RetouchAreas','RetouchAreasMasksBottom'], 502 => [\'RetouchAreas','RetouchAreasMasksBottom'] },
- 'retouchareamaskcentervalue' => { 500 => [\'RetouchAreas','RetouchAreasMasksCenterValue'], 502 => [\'RetouchAreas','RetouchAreasMasksCenterValue'] },
- 'retouchareamaskcenterweight' => { 500 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'], 502 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'] },
- 'retouchareamaskdabs' => { 500 => [\'RetouchAreas','RetouchAreasMasksDabs'], 502 => [\'RetouchAreas','RetouchAreasMasksDabs'] },
- 'retouchareamaskfeather' => { 500 => [\'RetouchAreas','RetouchAreasMasksFeather'], 502 => [\'RetouchAreas','RetouchAreasMasksFeather'] },
- 'retouchareamaskflipped' => { 500 => [\'RetouchAreas','RetouchAreasMasksFlipped'], 502 => [\'RetouchAreas','RetouchAreasMasksFlipped'] },
- 'retouchareamaskflow' => { 500 => [\'RetouchAreas','RetouchAreasMasksFlow'], 502 => [\'RetouchAreas','RetouchAreasMasksFlow'] },
- 'retouchareamaskfullx' => { 500 => [\'RetouchAreas','RetouchAreasMasksFullX'], 502 => [\'RetouchAreas','RetouchAreasMasksFullX'] },
- 'retouchareamaskfully' => { 500 => [\'RetouchAreas','RetouchAreasMasksFullY'], 502 => [\'RetouchAreas','RetouchAreasMasksFullY'] },
- 'retouchareamaskinputdigest' => { 500 => [\'RetouchAreas','RetouchAreasMasksInputDigest'], 502 => [\'RetouchAreas','RetouchAreasMasksInputDigest'] },
- 'retouchareamaskleft' => { 500 => [\'RetouchAreas','RetouchAreasMasksLeft'], 502 => [\'RetouchAreas','RetouchAreasMasksLeft'] },
- 'retouchareamaskmaskactive' => { 500 => [\'RetouchAreas','RetouchAreasMasksMaskActive'], 502 => [\'RetouchAreas','RetouchAreasMasksMaskActive'] },
- 'retouchareamaskmaskblendmode' => { 500 => [\'RetouchAreas','RetouchAreasMasksMaskBlendMode'], 502 => [\'RetouchAreas','RetouchAreasMasksMaskBlendMode'] },
- 'retouchareamaskmaskdigest' => { 500 => [\'RetouchAreas','RetouchAreasMasksMaskDigest'], 502 => [\'RetouchAreas','RetouchAreasMasksMaskDigest'] },
- 'retouchareamaskmaskinverted' => { 500 => [\'RetouchAreas','RetouchAreasMasksMaskInverted'], 502 => [\'RetouchAreas','RetouchAreasMasksMaskInverted'] },
- 'retouchareamaskmaskname' => { 500 => [\'RetouchAreas','RetouchAreasMasksMaskName'], 502 => [\'RetouchAreas','RetouchAreasMasksMaskName'] },
- 'retouchareamaskmasks' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasks'], 502 => [\'RetouchAreas','RetouchAreasMasksMasks'] },
- 'retouchareamaskmasksalpha' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksAlpha'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksAlpha'] },
- 'retouchareamaskmasksangle' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksAngle'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksAngle'] },
- 'retouchareamaskmasksbottom' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksBottom'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksBottom'] },
- 'retouchareamaskmaskscentervalue' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksCenterValue'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksCenterValue'] },
- 'retouchareamaskmaskscenterweight' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksCenterWeight'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksCenterWeight'] },
- 'retouchareamaskmasksdabs' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksDabs'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksDabs'] },
- 'retouchareamaskmasksfeather' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksFeather'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksFeather'] },
- 'retouchareamaskmasksflipped' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksFlipped'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksFlipped'] },
- 'retouchareamaskmasksflow' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksFlow'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksFlow'] },
- 'retouchareamaskmasksfullx' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksFullX'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksFullX'] },
- 'retouchareamaskmasksfully' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksFullY'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksFullY'] },
- 'retouchareamaskmasksinputdigest' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksInputDigest'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksInputDigest'] },
- 'retouchareamaskmasksleft' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksLeft'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksLeft'] },
- 'retouchareamaskmasksmaskactive' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksMaskActive'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksMaskActive'] },
- 'retouchareamaskmasksmaskblendmode' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksMaskBlendMode'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksMaskBlendMode'] },
- 'retouchareamaskmasksmaskdigest' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksMaskDigest'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksMaskDigest'] },
- 'retouchareamaskmasksmaskinverted' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksMaskInverted'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksMaskInverted'] },
- 'retouchareamaskmasksmaskname' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksMaskName'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksMaskName'] },
- 'retouchareamaskmasksmasksubtype' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSubType'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSubType'] },
- 'retouchareamaskmasksmasksyncid' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSyncID'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSyncID'] },
- 'retouchareamaskmasksmaskversion' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksMaskVersion'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksMaskVersion'] },
- 'retouchareamaskmasksmidpoint' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksMidpoint'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksMidpoint'] },
- 'retouchareamaskmasksorigin' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksOrigin'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksOrigin'] },
- 'retouchareamaskmasksperimetervalue' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksPerimeterValue'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksPerimeterValue'] },
- 'retouchareamaskmasksradius' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksRadius'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksRadius'] },
- 'retouchareamaskmasksreferencepoint' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksReferencePoint'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksReferencePoint'] },
- 'retouchareamaskmasksright' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksRight'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksRight'] },
- 'retouchareamaskmasksroundness' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksRoundness'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksRoundness'] },
- 'retouchareamaskmaskssizex' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksSizeX'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksSizeX'] },
- 'retouchareamaskmaskssizey' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksSizeY'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksSizeY'] },
- 'retouchareamaskmaskstop' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksTop'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksTop'] },
- 'retouchareamaskmasksubtype' => { 500 => [\'RetouchAreas','RetouchAreasMasksMaskSubType'], 502 => [\'RetouchAreas','RetouchAreasMasksMaskSubType'] },
- 'retouchareamaskmasksvalue' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksMaskValue'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksMaskValue'] },
- 'retouchareamaskmasksversion' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksVersion'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksVersion'] },
- 'retouchareamaskmaskswhat' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksWhat'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksWhat'] },
- 'retouchareamaskmaskswholeimagearea' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksWholeImageArea'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksWholeImageArea'] },
- 'retouchareamaskmasksx' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksX'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksX'] },
- 'retouchareamaskmasksy' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksY'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksY'] },
- 'retouchareamaskmasksyncid' => { 500 => [\'RetouchAreas','RetouchAreasMasksMaskSyncID'], 502 => [\'RetouchAreas','RetouchAreasMasksMaskSyncID'] },
- 'retouchareamaskmaskszerox' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksZeroX'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksZeroX'] },
- 'retouchareamaskmaskszeroy' => { 500 => [\'RetouchAreas','RetouchAreasMasksMasksZeroY'], 502 => [\'RetouchAreas','RetouchAreasMasksMasksZeroY'] },
- 'retouchareamaskmaskversion' => { 500 => [\'RetouchAreas','RetouchAreasMasksMaskVersion'], 502 => [\'RetouchAreas','RetouchAreasMasksMaskVersion'] },
- 'retouchareamaskmidpoint' => { 500 => [\'RetouchAreas','RetouchAreasMasksMidpoint'], 502 => [\'RetouchAreas','RetouchAreasMasksMidpoint'] },
- 'retouchareamaskorigin' => { 500 => [\'RetouchAreas','RetouchAreasMasksOrigin'], 502 => [\'RetouchAreas','RetouchAreasMasksOrigin'] },
- 'retouchareamaskperimetervalue' => { 500 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'], 502 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'] },
- 'retouchareamaskradius' => { 500 => [\'RetouchAreas','RetouchAreasMasksRadius'], 502 => [\'RetouchAreas','RetouchAreasMasksRadius'] },
- 'retouchareamaskrange' => { 500 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMask'], 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMask'] },
- 'retouchareamaskrangeareamodels' => { 500 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModels'], 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModels'] },
- 'retouchareamaskrangeareamodelscolorsampleinfo' => { 500 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'retouchareamaskrangeareamodelscomponents' => { 500 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents'], 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'retouchareamaskrangecoloramount' => { 500 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskColorAmount'], 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskColorAmount'] },
- 'retouchareamaskrangedepthfeather' => { 500 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthFeather'], 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthFeather'] },
- 'retouchareamaskrangedepthmax' => { 500 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMax'], 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMax'] },
- 'retouchareamaskrangedepthmin' => { 500 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMin'], 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMin'] },
- 'retouchareamaskrangeinvert' => { 500 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskInvert'], 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskInvert'] },
- 'retouchareamaskrangelumfeather' => { 500 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumFeather'], 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumFeather'] },
- 'retouchareamaskrangeluminancedepthsampleinfo' => { 500 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'retouchareamaskrangelummax' => { 500 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMax'], 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMax'] },
- 'retouchareamaskrangelummin' => { 500 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMin'], 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMin'] },
- 'retouchareamaskrangelumrange' => { 500 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumRange'], 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumRange'] },
- 'retouchareamaskrangesampletype' => { 500 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskSampleType'], 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskSampleType'] },
- 'retouchareamaskrangetype' => { 500 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskType'], 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskType'] },
- 'retouchareamaskrangeversion' => { 500 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskVersion'], 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskVersion'] },
- 'retouchareamaskreferencepoint' => { 500 => [\'RetouchAreas','RetouchAreasMasksReferencePoint'], 502 => [\'RetouchAreas','RetouchAreasMasksReferencePoint'] },
- 'retouchareamaskright' => { 500 => [\'RetouchAreas','RetouchAreasMasksRight'], 502 => [\'RetouchAreas','RetouchAreasMasksRight'] },
- 'retouchareamaskroundness' => { 500 => [\'RetouchAreas','RetouchAreasMasksRoundness'], 502 => [\'RetouchAreas','RetouchAreasMasksRoundness'] },
- 'retouchareamasks' => { 500 => [\'RetouchAreas','RetouchAreasMasks'], 502 => [\'RetouchAreas','RetouchAreasMasks'] },
- 'retouchareamasksizex' => { 500 => [\'RetouchAreas','RetouchAreasMasksSizeX'], 502 => [\'RetouchAreas','RetouchAreasMasksSizeX'] },
- 'retouchareamasksizey' => { 500 => [\'RetouchAreas','RetouchAreasMasksSizeY'], 502 => [\'RetouchAreas','RetouchAreasMasksSizeY'] },
- 'retouchareamasktop' => { 500 => [\'RetouchAreas','RetouchAreasMasksTop'], 502 => [\'RetouchAreas','RetouchAreasMasksTop'] },
- 'retouchareamaskvalue' => { 500 => [\'RetouchAreas','RetouchAreasMasksMaskValue'], 502 => [\'RetouchAreas','RetouchAreasMasksMaskValue'] },
- 'retouchareamaskversion' => { 500 => [\'RetouchAreas','RetouchAreasMasksVersion'], 502 => [\'RetouchAreas','RetouchAreasMasksVersion'] },
- 'retouchareamaskwhat' => { 500 => [\'RetouchAreas','RetouchAreasMasksWhat'], 502 => [\'RetouchAreas','RetouchAreasMasksWhat'] },
- 'retouchareamaskwholeimagearea' => { 500 => [\'RetouchAreas','RetouchAreasMasksWholeImageArea'], 502 => [\'RetouchAreas','RetouchAreasMasksWholeImageArea'] },
- 'retouchareamaskx' => { 500 => [\'RetouchAreas','RetouchAreasMasksX'], 502 => [\'RetouchAreas','RetouchAreasMasksX'] },
- 'retouchareamasky' => { 500 => [\'RetouchAreas','RetouchAreasMasksY'], 502 => [\'RetouchAreas','RetouchAreasMasksY'] },
- 'retouchareamaskzerox' => { 500 => [\'RetouchAreas','RetouchAreasMasksZeroX'], 502 => [\'RetouchAreas','RetouchAreasMasksZeroX'] },
- 'retouchareamaskzeroy' => { 500 => [\'RetouchAreas','RetouchAreasMasksZeroY'], 502 => [\'RetouchAreas','RetouchAreasMasksZeroY'] },
- 'retouchareamethod' => { 500 => [\'RetouchAreas','RetouchAreasMethod'], 502 => [\'RetouchAreas','RetouchAreasMethod'] },
- 'retouchareaoffsety' => { 500 => [\'RetouchAreas','RetouchAreasOffsetY'], 502 => [\'RetouchAreas','RetouchAreasOffsetY'] },
- 'retouchareaopacity' => { 500 => [\'RetouchAreas','RetouchAreasOpacity'], 502 => [\'RetouchAreas','RetouchAreasOpacity'] },
- 'retouchareas' => { 500 => 'RetouchAreas', 502 => 'RetouchAreas' },
- 'retouchareaseed' => { 500 => [\'RetouchAreas','RetouchAreasSeed'], 502 => [\'RetouchAreas','RetouchAreasSeed'] },
- 'retouchareasourcestate' => { 500 => [\'RetouchAreas','RetouchAreasSourceState'], 502 => [\'RetouchAreas','RetouchAreasSourceState'] },
- 'retouchareasourcex' => { 500 => [\'RetouchAreas','RetouchAreasSourceX'], 502 => [\'RetouchAreas','RetouchAreasSourceX'] },
- 'retouchareaspottype' => { 500 => [\'RetouchAreas','RetouchAreasSpotType'], 502 => [\'RetouchAreas','RetouchAreasSpotType'] },
- 'retouchhistory' => { 234 => 0x9e },
- 'retouchinfo' => { 500 => 'RetouchInfo', 502 => 'RetouchInfo' },
- 'retouchnefprocessing' => { 255 => 0x5 },
- 'retractlensonpoweroff' => { 84 => 0x814 },
- 'reuse' => { 327 => 'Reuse' },
- 'reuseallowed' => { 532 => 'ReuseAllowed' },
- 'reuseprohibited' => { 522 => 'reuseProhibited' },
- 'reverseexposurecompdial' => { 304 => '5.2' },
- 'reversefocusring' => { 313 => 0x163, 314 => 0x163, 315 => 0x17b },
- 'reverseindicators' => { 297 => '12.1', 298 => '6.1', 300 => '6.1', 301 => '6.1', 302 => '4.3', 303 => '5.2', 304 => '5.4', 306 => '33.5', 307 => '5.1', 310 => '6.1', 311 => '6.1', 312 => '6.2', 313 => 0xc1, 314 => 0xc1, 315 => 0xc1 },
- 'reverseshutterspeedaperture' => { 304 => '5.3' },
- 'revision' => { 504 => 'revision' },
- 'rflensmffocusringsensitivity' => { 84 => 0x714 },
- 'rflenstype' => { 57 => 0x3d },
- 'rgbcurvelimits' => { 108 => 0x238 },
- 'rgbcurvepoints' => { 107 => 0x7, 108 => 0x20e },
- 'rgbtables' => { 119 => 0xcd3b },
- 'richtextcomment' => { 509 => 'RichTextComment' },
- 'ricohdate' => { 406 => 0x6 },
- 'ricohimageheight' => { 406 => 0x2 },
- 'ricohimagewidth' => { 406 => 0x0 },
- 'rightalbedo' => { 491 => 'RightAlbedo' },
- 'rightascension' => { 165 => 'RightAscension' },
- 'rights' => { 503 => 'rights' },
- 'rightsagent' => { 522 => 'rightsAgent' },
- 'rightsowner' => { 522 => 'rightsOwner' },
- 'roll' => { 115 => 0x8, 400 => ['roll',"\xa9frl"] },
- 'rollangle' => { 127 => 0x144d, 247 => 0x0, 317 => 0x903, 340 => 0x90, 374 => 0x1, 412 => 0x2 },
- 'romoperationmode' => { 97 => 0x80d },
- 'rotation' => { 30 => 0x17, 31 => 0x18, 96 => 0x3, 103 => 0x10002, 108 => 0x26e, 114 => 'QuickTime-Rotation', 123 => 0x4, 165 => 'Rotation', 182 => [0x65,0x50], 183 => 0x46, 184 => 0x5a, 187 => 0x10, 256 => 0x1a, 271 => 0x3693, 277 => '590.1', 290 => 0x76a43207, 340 => 0x30, 356 => '17.2', 386 => 0xd8, 393 => 'irot', 427 => 0x3f, 428 => 0x3f, 438 => 0x10 },
- 'routedto' => { 508 => 'RoutedTo' },
- 'routing' => { 391 => 'Routing' },
- 'routingdestinations' => { 490 => 'RoutingDestinations' },
- 'routingexclusions' => { 490 => 'RoutingExclusions' },
- 'routingnotes' => { 508 => 'RoutingNotes' },
- 'rowsperstrip' => { 119 => 0x116 },
- 'rpp' => { 495 => 'rpp' },
- 'rtkflag' => { 116 => 'RtkFlag' },
- 'rtkstdhgt' => { 116 => 'RtkStdHgt' },
- 'rtkstdlat' => { 116 => 'RtkStdLat' },
- 'rtkstdlon' => { 116 => 'RtkStdLon' },
- 'safetyshift' => { 84 => 0x108 },
- 'safetyshiftinavortv' => { 82 => 0x10, 83 => 0x10, 85 => 0xf, 86 => 0x10, 89 => 0x10 },
- 'sameexposurefornewaperture' => { 84 => 0x112 },
- 'samplebits' => { 155 => 'SampleBits' },
- 'samplepagerange' => { 519 => 'samplePageRange' },
- 'samplerate' => { 155 => 'SampleRate' },
- 'samplesperpixel' => { 119 => 0x115, 345 => 0x8, 525 => 'SamplesPerPixel' },
- 'samplestructure' => { 133 => 0x5a },
- 'samsungmodelid' => { 414 => 0x3 },
- 'sanyoquality' => { 416 => 0x201 },
- 'sanyothumbnail' => { 416 => 0x100 },
- 'saturation' => { 10 => 0x6e, 12 => 0x76, 34 => 0xe, 51 => 0x1, 63 => 0x7, 112 => 0xd, 113 => [0x3013,0x1f], 119 => [0xa409,0xfe55], 127 => 0x1003, 156 => 'Saturation', 181 => 0x1f, 182 => 0x32, 183 => 0x28, 184 => 0x1a, 189 => 0x1, 234 => 0xaa, 249 => 0x35, 250 => 0x3b, 251 => 0x43, 340 => 0x40, 342 => 0x300d, 375 => 0x1f, 382 => 0xd, 401 => 0x27, 403 => 0x58, 406 => 0x28, 407 => 0x1013, 417 => 0x10, 427 => 0x1e, 428 => 0x1b, 440 => 0x2005, 500 => 'Saturation', 502 => 'Saturation', 506 => 'Saturation' },
- 'saturationadj' => { 103 => 0x20901, 108 => 0x116, 234 => 0x94, 289 => 0x1, 293 => 0x2e, 476 => 0x8016 },
- 'saturationadjustmentaqua' => { 500 => 'SaturationAdjustmentAqua', 502 => 'SaturationAdjustmentAqua' },
- 'saturationadjustmentblue' => { 500 => 'SaturationAdjustmentBlue', 502 => 'SaturationAdjustmentBlue' },
- 'saturationadjustmentgreen' => { 500 => 'SaturationAdjustmentGreen', 502 => 'SaturationAdjustmentGreen' },
- 'saturationadjustmentmagenta' => { 500 => 'SaturationAdjustmentMagenta', 502 => 'SaturationAdjustmentMagenta' },
- 'saturationadjustmentorange' => { 500 => 'SaturationAdjustmentOrange', 502 => 'SaturationAdjustmentOrange' },
- 'saturationadjustmentpurple' => { 500 => 'SaturationAdjustmentPurple', 502 => 'SaturationAdjustmentPurple' },
- 'saturationadjustmentred' => { 500 => 'SaturationAdjustmentRed', 502 => 'SaturationAdjustmentRed' },
- 'saturationadjustmentyellow' => { 500 => 'SaturationAdjustmentYellow', 502 => 'SaturationAdjustmentYellow' },
- 'saturationauto' => { 71 => 0x98 },
- 'saturationfaithful' => { 19 => 0xfe, 70 => 0x68, 71 => 0x68 },
- 'saturationlandscape' => { 19 => 0xfc, 70 => 0x38, 71 => 0x38 },
- 'saturationmonochrome' => { 70 => 0x80, 71 => 0x80 },
- 'saturationneutral' => { 19 => 0xfd, 70 => 0x50, 71 => 0x50 },
- 'saturationportrait' => { 19 => 0xfb, 70 => 0x20, 71 => 0x20 },
- 'saturationsetting' => { 325 => 0x1010, 429 => 0x11, 445 => 0x9 },
- 'saturationstandard' => { 19 => 0xfa, 70 => 0x8, 71 => 0x8 },
- 'saturationuserdef1' => { 19 => 0x100, 70 => 0x98, 71 => 0xb0 },
- 'saturationuserdef2' => { 19 => 0x101, 70 => 0xb0, 71 => 0xc8 },
- 'saturationuserdef3' => { 19 => 0x102, 70 => 0xc8, 71 => 0xe0 },
- 'saveid' => { 530 => 'SaveID' },
- 'sbaanalysiscomplete' => { 138 => 0xc35 },
- 'sbablack' => { 138 => 0xc25 },
- 'sbagmoffset' => { 138 => 0xc4a },
- 'sbagray' => { 138 => 0xc26 },
- 'sbagreenmagentabal' => { 138 => 0xc33 },
- 'sbahighgray' => { 138 => 0xc46 },
- 'sbailloffset' => { 138 => 0xc49 },
- 'sbailluminantbal' => { 138 => 0xc34 },
- 'sbalowgray' => { 138 => 0xc47 },
- 'sbaneutralbal' => { 138 => 0xc32 },
- 'sbawhite' => { 138 => 0xc27 },
- 'scaletype' => { 529 => 'scaleType' },
- 'scanimageenhancer' => { 257 => 0x60 },
- 'scanningdirection' => { 133 => 0x64 },
- 'scene' => { 400 => 'scen', 513 => 'Scene', 529 => 'scene' },
- 'scenearea' => { 320 => 0x211, 322 => 0x1031 },
- 'sceneassist' => { 234 => 0x9c },
- 'scenecapturetype' => { 119 => 0xa406, 506 => 'SceneCaptureType' },
- 'scenedetect' => { 320 => 0x210, 322 => 0x1030 },
- 'scenedetectdata' => { 320 => 0x212, 322 => 0x1033 },
+ 'qualitymode' => { 115 => 0x8 },
+ 'quantizationmethod' => { 135 => 0x78 },
+ 'quickadjust' => { 295 => 0x2a },
+ 'quickcontroldialinmeter' => { 86 => 0x703 },
+ 'quickfix' => { 292 => 0x416391c6 },
+ 'quickshot' => { 418 => 0x213 },
+ 'quiettime' => { 140 => 0x188a },
+ 'rads' => { 402 => 'rads' },
+ 'rangefinder' => { 304 => '4.1', 305 => '5.1', 306 => '5.1' },
+ 'rangemask' => { 502 => 'RangeMaskMapInfo', 504 => 'RangeMaskMapInfo' },
+ 'rangemaskmapinfo' => { 502 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfo'], 504 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfo'] },
+ 'rangemaskmapinfolabmax' => { 502 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMax'], 504 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMax'] },
+ 'rangemaskmapinfolabmin' => { 502 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMin'], 504 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMin'] },
+ 'rangemaskmapinfolumeq' => { 502 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLumEq'], 504 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLumEq'] },
+ 'rangemaskmapinforgbmax' => { 502 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMax'], 504 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMax'] },
+ 'rangemaskmapinforgbmin' => { 502 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMin'], 504 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMin'] },
+ 'rasterizedcaption' => { 133 => 0x7d },
+ 'rating' => { 121 => 0x4746, 129 => 0x1431, 388 => 0xdf, 394 => 'rtng', 402 => 'rtng', 442 => 0x2002, 497 => 'rating', 506 => 'rating', 516 => 'Rating', 521 => 'rating', 529 => 'Rating' },
+ 'ratingpercent' => { 121 => 0x4749, 180 => 'Rating', 394 => 'rate', 529 => 'RatingPercent' },
+ 'ratingregion' => { 516 => [\'Rating','RatingRatingRegion'] },
+ 'ratingregioncity' => { 516 => [\'Rating','RatingRatingRegionCity'] },
+ 'ratingregioncountrycode' => { 516 => [\'Rating','RatingRatingRegionCountryCode'] },
+ 'ratingregioncountryname' => { 516 => [\'Rating','RatingRatingRegionCountryName'] },
+ 'ratingregiongpsaltitude' => { 516 => [\'Rating','RatingRatingRegionGPSAltitude'] },
+ 'ratingregiongpslatitude' => { 516 => [\'Rating','RatingRatingRegionGPSLatitude'] },
+ 'ratingregiongpslongitude' => { 516 => [\'Rating','RatingRatingRegionGPSLongitude'] },
+ 'ratingregionidentifier' => { 516 => [\'Rating','RatingRatingRegionIdentifier'] },
+ 'ratingregionlocationid' => { 516 => [\'Rating','RatingRatingRegionLocationId'] },
+ 'ratingregionlocationname' => { 516 => [\'Rating','RatingRatingRegionLocationName'] },
+ 'ratingregionprovincestate' => { 516 => [\'Rating','RatingRatingRegionProvinceState'] },
+ 'ratingregionsublocation' => { 516 => [\'Rating','RatingRatingRegionSublocation'] },
+ 'ratingregionworldregion' => { 516 => [\'Rating','RatingRatingRegionWorldRegion'] },
+ 'ratingscalemaxvalue' => { 516 => [\'Rating','RatingRatingScaleMaxValue'] },
+ 'ratingscaleminvalue' => { 516 => [\'Rating','RatingRatingScaleMinValue'] },
+ 'ratingsourcelink' => { 516 => [\'Rating','RatingRatingSourceLink'] },
+ 'ratingvalue' => { 516 => [\'Rating','RatingRatingValue'] },
+ 'ratingvaluelogolink' => { 516 => [\'Rating','RatingRatingValueLogoLink'] },
+ 'rawandjpgrecording' => { 84 => 0x8, 188 => 0x109, 358 => 0xd },
+ 'rawbrightnessadj' => { 105 => 0x20001, 110 => 0x38 },
+ 'rawburstimagecount' => { 76 => 0x2 },
+ 'rawburstimagenum' => { 76 => 0x1 },
+ 'rawcoloradj' => { 110 => 0x2e },
+ 'rawcropbottom' => { 388 => 0xd4 },
+ 'rawcropleft' => { 388 => 0xd1 },
+ 'rawcropright' => { 388 => 0xd3 },
+ 'rawcroptop' => { 388 => 0xd2 },
+ 'rawcustomsaturation' => { 110 => 0x30 },
+ 'rawcustomtone' => { 110 => 0x34 },
+ 'rawdata' => { 416 => 0xa048 },
+ 'rawdatabyteorder' => { 416 => 0x40 },
+ 'rawdatacfapattern' => { 416 => 0x50 },
+ 'rawdatauniqueid' => { 121 => 0xc65d },
+ 'rawdepth' => { 190 => 0x10 },
+ 'rawdevartfilter' => { 326 => 0x121 },
+ 'rawdevautogradation' => { 326 => 0x119 },
+ 'rawdevcolorspace' => { 325 => 0x108, 326 => 0x109 },
+ 'rawdevcontrastvalue' => { 325 => 0x106, 326 => 0x105 },
+ 'rawdeveditstatus' => { 325 => 0x10b },
+ 'rawdevelopingsoftware' => { 121 => 0xa43a },
+ 'rawdevelopmentprocess' => { 377 => 0x62 },
+ 'rawdevengine' => { 325 => 0x109, 326 => 0x10b },
+ 'rawdevexposurebiasvalue' => { 325 => 0x100, 326 => 0x100 },
+ 'rawdevgradation' => { 326 => 0x112 },
+ 'rawdevgraypoint' => { 325 => 0x103, 326 => 0x104 },
+ 'rawdevmemorycoloremphasis' => { 325 => 0x105, 326 => 0x108 },
+ 'rawdevnoisereduction' => { 325 => 0x10a, 326 => 0x10a },
+ 'rawdevpicturemode' => { 326 => 0x10c },
+ 'rawdevpm_bwfilter' => { 326 => 0x110 },
+ 'rawdevpmcontrast' => { 326 => 0x10e },
+ 'rawdevpmnoisefilter' => { 326 => 0x120 },
+ 'rawdevpmpicturetone' => { 326 => 0x111 },
+ 'rawdevpmsaturation' => { 326 => 0x10d },
+ 'rawdevpmsharpness' => { 326 => 0x10f },
+ 'rawdevsaturation3' => { 326 => 0x113 },
+ 'rawdevsaturationemphasis' => { 325 => 0x104, 326 => 0x107 },
+ 'rawdevsettings' => { 325 => 0x10c },
+ 'rawdevsharpnessvalue' => { 325 => 0x107, 326 => 0x106 },
+ 'rawdevversion' => { 325 => 0x0, 326 => 0x0 },
+ 'rawdevwbfineadjustment' => { 325 => 0x102, 326 => 0x103 },
+ 'rawdevwhitebalance' => { 326 => 0x101 },
+ 'rawdevwhitebalancevalue' => { 325 => 0x101, 326 => 0x102 },
+ 'rawfile' => { 121 => 0xfe4c },
+ 'rawfilename' => { 502 => 'RawFileName', 504 => 'RawFileName' },
+ 'rawfiletype' => { 442 => 0x2029 },
+ 'rawformat' => { 347 => 0x2d, 386 => 0x10e },
+ 'rawimagecenter' => { 236 => 0x99 },
+ 'rawimagedigest' => { 121 => 0xc71c },
+ 'rawimagesize' => { 377 => 0x39 },
+ 'rawinfoversion' => { 327 => 0x0 },
+ 'rawjpgheight' => { 101 => 0x4 },
+ 'rawjpgquality' => { 58 => 0x6, 101 => 0x1 },
+ 'rawjpgsize' => { 58 => 0x7, 101 => 0x2 },
+ 'rawjpgwidth' => { 101 => 0x3 },
+ 'rawmeasuredrggb' => { 44 => 0x26a, 46 => 0x280, 48 => 0x194, 49 => [0x1ad,0x26b] },
+ 'rawrppused' => { 497 => 'rawrppused' },
+ 'rawtopreviewgain' => { 121 => 0xc7a8 },
+ 'readouttypeactual' => { 140 => 0x1903 },
+ 'readouttyperequested' => { 140 => 0x1902 },
+ 'reardisplay' => { 299 => '12.3', 300 => '6.2' },
+ 'recdevice' => { 516 => 'RecDevice' },
+ 'recdeviceattlensdescription' => { 516 => [\'RecDevice','RecDeviceAttLensDescription'] },
+ 'recdevicemanufacturer' => { 516 => [\'RecDevice','RecDeviceManufacturer'] },
+ 'recdevicemodelname' => { 516 => [\'RecDevice','RecDeviceModelName'] },
+ 'recdeviceownersdeviceid' => { 516 => [\'RecDevice','RecDeviceOwnersDeviceId'] },
+ 'recdeviceserialnumber' => { 516 => [\'RecDevice','RecDeviceSerialNumber'] },
+ 'recipeendingpage' => { 523 => 'recipeEndingPage' },
+ 'recipepagerange' => { 523 => 'recipePageRange' },
+ 'recipesource' => { 523 => 'recipeSource' },
+ 'recipestartingpage' => { 523 => 'recipeStartingPage' },
+ 'recipetitle' => { 523 => 'recipeTitle' },
+ 'recognizedface1age' => { 335 => 0x20 },
+ 'recognizedface1name' => { 335 => 0x4 },
+ 'recognizedface1position' => { 335 => 0x18 },
+ 'recognizedface2age' => { 335 => 0x50 },
+ 'recognizedface2name' => { 335 => 0x34 },
+ 'recognizedface2position' => { 335 => 0x48 },
+ 'recognizedface3age' => { 335 => 0x80 },
+ 'recognizedface3name' => { 335 => 0x64 },
+ 'recognizedface3position' => { 335 => 0x78 },
+ 'recognizedfaceflags' => { 342 => 0x63 },
+ 'recommendedexposureindex' => { 121 => 0x8832, 509 => 'RecommendedExposureIndex' },
+ 'record' => { 120 => 'Record' },
+ 'recordbasisofrecord' => { 120 => [\'Record','RecordBasisOfRecord'] },
+ 'recordcollectioncode' => { 120 => [\'Record','RecordCollectionCode'] },
+ 'recordcollectionid' => { 120 => [\'Record','RecordCollectionID'] },
+ 'recorddatageneralizations' => { 120 => [\'Record','RecordDataGeneralizations'] },
+ 'recorddatasetid' => { 120 => [\'Record','RecordDatasetID'] },
+ 'recorddatasetname' => { 120 => [\'Record','RecordDatasetName'] },
+ 'recorddisplay' => { 186 => 0x4d },
+ 'recorddynamicproperties' => { 120 => [\'Record','RecordDynamicProperties'] },
+ 'recordid' => { 99 => 0x1804 },
+ 'recordinformationwithheld' => { 120 => [\'Record','RecordInformationWithheld'] },
+ 'recordingcopyright' => { 402 => "\xa9phg" },
+ 'recordingformat' => { 409 => 0x1000 },
+ 'recordingmode' => { 114 => 0x1, 384 => 0x1 },
+ 'recordinstitutioncode' => { 120 => [\'Record','RecordInstitutionCode'] },
+ 'recordinstitutionid' => { 120 => [\'Record','RecordInstitutionID'] },
+ 'recordlabelname' => { 402 => "\xa9lab" },
+ 'recordlabelurl' => { 402 => "\xa9lal" },
+ 'recordlocationdata' => { 242 => 0x660, 243 => 0x690, 244 => 0x6f8 },
+ 'recordmode' => { 35 => 0x9, 115 => 0x3000 },
+ 'recordownerinstitutioncode' => { 120 => [\'Record','RecordOwnerInstitutionCode'] },
+ 'recordshutterrelease' => { 418 => 0x217 },
+ 'redbalance' => { 324 => 0x1017, 347 => 0x11, 377 => 0x1c },
+ 'redcurvelimits' => { 110 => 0x18a },
+ 'redcurvepoints' => { 109 => 0x2d, 110 => 0x160 },
+ 'redeyecorrection' => { 296 => 0x0 },
+ 'redeyeinfo' => { 502 => 'RedEyeInfo', 504 => 'RedEyeInfo' },
+ 'redeyereduction' => { 186 => 0x41, 429 => 0x6a, 431 => 0x28 },
+ 'redeyeremoval' => { 342 => 0xb9 },
+ 'redhsl' => { 105 => 0x20910 },
+ 'redhue' => { 502 => 'RedHue', 504 => 'RedHue' },
+ 'redsaturation' => { 502 => 'RedSaturation', 504 => 'RedSaturation' },
+ 'reductionmatrix1' => { 121 => 0xc625 },
+ 'reductionmatrix2' => { 121 => 0xc626 },
+ 'reductionmatrix3' => { 121 => 0xcd3a },
+ 'reelname' => { 121 => 0xc789, 402 => 'reel' },
+ 'reference1' => { 514 => [\'TagStructure','TagStructureReference'] },
+ 'reference2' => { 514 => [\'TagStructure','TagStructureSubLabelsReference'] },
+ 'reference3' => { 514 => [\'TagStructure','TagStructureSubLabelsSubLabelsReference'] },
+ 'reference4' => { 514 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsReference'] },
+ 'reference5' => { 514 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsReference'] },
+ 'reference6' => { 514 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsReference'] },
+ 'referenceblackwhite' => { 121 => 0x214, 527 => 'ReferenceBlackWhite' },
+ 'referencedate' => { 133 => 0x2f },
+ 'referencenumber' => { 133 => 0x32 },
+ 'references' => { 159 => 'References' },
+ 'referenceservice' => { 133 => 0x2d },
+ 'regionappliedtodimensions' => { 174 => [\'Regions','RegionsAppliedToDimensions'] },
+ 'regionappliedtodimensionsh' => { 174 => [\'Regions','RegionsAppliedToDimensionsH'] },
+ 'regionappliedtodimensionsunit' => { 174 => [\'Regions','RegionsAppliedToDimensionsUnit'] },
+ 'regionappliedtodimensionsw' => { 174 => [\'Regions','RegionsAppliedToDimensionsW'] },
+ 'regionarea' => { 174 => [\'Regions','RegionsRegionListArea'] },
+ 'regionaread' => { 174 => [\'Regions','RegionsRegionListAreaD'] },
+ 'regionareah' => { 174 => [\'Regions','RegionsRegionListAreaH'] },
+ 'regionareaunit' => { 174 => [\'Regions','RegionsRegionListAreaUnit'] },
+ 'regionareaw' => { 174 => [\'Regions','RegionsRegionListAreaW'] },
+ 'regionareax' => { 174 => [\'Regions','RegionsRegionListAreaX'] },
+ 'regionareay' => { 174 => [\'Regions','RegionsRegionListAreaY'] },
+ 'regionbarcodevalue' => { 174 => [\'Regions','RegionsRegionListBarCodeValue'] },
+ 'regionconstraints' => { 329 => 'RegionConstraints' },
+ 'regiondescription' => { 174 => [\'Regions','RegionsRegionListDescription'] },
+ 'regionextensions' => { 174 => [\'Regions','RegionsRegionListExtensions'] },
+ 'regionfocususage' => { 174 => [\'Regions','RegionsRegionListFocusUsage'] },
+ 'regioninfo' => { 174 => 'Regions' },
+ 'regioninfodateregionsvalid' => { 177 => [\'RegionInfo','RegionInfoDateRegionsValid'] },
+ 'regioninfomp' => { 177 => 'RegionInfo' },
+ 'regioninforegions' => { 177 => [\'RegionInfo','RegionInfoRegions'] },
+ 'regionlist' => { 174 => [\'Regions','RegionsRegionList'] },
+ 'regionname' => { 174 => [\'Regions','RegionsRegionListName'] },
+ 'regionpersondisplayname' => { 177 => [\'RegionInfo','RegionInfoRegionsPersonDisplayName'] },
+ 'regionpersonemaildigest' => { 177 => [\'RegionInfo','RegionInfoRegionsPersonEmailDigest'] },
+ 'regionpersonliveidcid' => { 177 => [\'RegionInfo','RegionInfoRegionsPersonLiveIdCID'] },
+ 'regionpersonsourceid' => { 177 => [\'RegionInfo','RegionInfoRegionsPersonSourceID'] },
+ 'regionrectangle' => { 177 => [\'RegionInfo','RegionInfoRegionsRectangle'] },
+ 'regionrotation' => { 174 => [\'Regions','RegionsRegionListRotation'] },
+ 'regionseealso' => { 174 => [\'Regions','RegionsRegionListSeeAlso'] },
+ 'regiontype' => { 174 => [\'Regions','RegionsRegionListType'] },
+ 'registryentryrole' => { 516 => [\'RegistryId','RegistryIdRegEntryRole'] },
+ 'registryid' => { 516 => 'RegistryId' },
+ 'registryitemid' => { 516 => [\'RegistryId','RegistryIdRegItemId'] },
+ 'registryorganisationid' => { 516 => [\'RegistryId','RegistryIdRegOrgId'] },
+ 'relatedaudiofile' => { 157 => 'data' },
+ 'relatedaudiofilename' => { 157 => '1Name' },
+ 'relatedaudiofiletype' => { 157 => '0Type' },
+ 'relatedimagefileformat' => { 121 => 0x1000 },
+ 'relatedimageheight' => { 121 => 0x1002 },
+ 'relatedimagewidth' => { 121 => 0x1001 },
+ 'relatedresourceid' => { 120 => [\'ResourceRelationship','ResourceRelationshipRelatedResourceID'] },
+ 'relatedsoundfile' => { 121 => 0xa004, 508 => 'RelatedSoundFile' },
+ 'relatedvideofile' => { 171 => 'data' },
+ 'relatedvideofilename' => { 171 => '1Name' },
+ 'relatedvideofiletype' => { 171 => '0Type' },
+ 'relation' => { 505 => 'relation' },
+ 'relationshipaccordingto' => { 120 => [\'ResourceRelationship','ResourceRelationshipRelationshipAccordingTo'] },
+ 'relationshipestablisheddate' => { 120 => [\'ResourceRelationship','ResourceRelationshipRelationshipEstablishedDate'] },
+ 'relationshipofresource' => { 120 => [\'ResourceRelationship','ResourceRelationshipRelationshipOfResource'] },
+ 'relationshipofresourceid' => { 120 => [\'ResourceRelationship','ResourceRelationshipRelationshipOfResourceID'] },
+ 'relationshipremarks' => { 120 => [\'ResourceRelationship','ResourceRelationshipRelationshipRemarks'] },
+ 'relativealtitude' => { 118 => 'RelativeAltitude' },
+ 'relativepeakaudiofilepath' => { 531 => 'relativePeakAudioFilePath' },
+ 'relativetimestamp' => { 531 => 'relativeTimestamp' },
+ 'relativetimestampscale' => { 531 => [\'relativeTimestamp','relativeTimestampScale'] },
+ 'relativetimestampvalue' => { 531 => [\'relativeTimestamp','relativeTimestampValue'] },
+ 'releasebuttontousedial' => { 299 => '17.8', 300 => '18.5', 302 => '18.4', 303 => '18.4', 308 => '33.8', 309 => '17.6', 312 => '18.5', 313 => '18.4' },
+ 'releasedate' => { 133 => 0x1e, 394 => 'rldt', 497 => 'ReleaseDate', 531 => 'releaseDate' },
+ 'releasemode' => { 115 => 0x3001, 240 => 0x5c, 273 => 0x184d, 442 => 0xb049 },
+ 'releasemode2' => { 451 => 0x112c, 452 => [0x112c,0x8], 453 => [0x1108,0x8], 454 => [0x1184,0x8], 455 => [0x1160,0x8], 456 => [0x4,0x1018], 457 => [0x4,0x210], 458 => [0x4,0x210], 459 => [0x4,0x208], 461 => [0x67,0x3f], 462 => [0x6b,0x6d,0x73,0x4b], 463 => [0x6b,0x4b], 464 => 0x1f, 465 => 0x10, 466 => 0x10, 467 => 0x9, 474 => 0x34 },
+ 'releasemode3' => { 451 => 0x1128, 452 => 0x1128, 453 => 0x1104, 454 => 0x1180, 455 => 0x115c, 456 => 0x1014, 457 => 0x20c, 458 => 0x20c, 459 => 0x204 },
+ 'releaseready' => { 516 => 'ReleaseReady' },
+ 'releasesetting' => { 99 => 0x1016 },
+ 'releasetime' => { 133 => 0x23, 497 => 'ReleaseTime' },
+ 'remoteonduration' => { 301 => '3.4', 304 => '17.2', 305 => '18.2', 306 => '18.2', 307 => '18.2', 309 => '18.2', 310 => '4.3', 314 => '19.2' },
+ 'renditionclass' => { 532 => 'RenditionClass' },
+ 'renditionof' => { 532 => 'RenditionOf' },
+ 'renditionofalternatepaths' => { 532 => [\'RenditionOf','RenditionOfAlternatePaths'] },
+ 'renditionofdocumentid' => { 532 => [\'RenditionOf','RenditionOfDocumentID'] },
+ 'renditionoffilepath' => { 532 => [\'RenditionOf','RenditionOfFilePath'] },
+ 'renditionoffrompart' => { 532 => [\'RenditionOf','RenditionOfFromPart'] },
+ 'renditionofinstanceid' => { 532 => [\'RenditionOf','RenditionOfInstanceID'] },
+ 'renditionoflastmodifydate' => { 532 => [\'RenditionOf','RenditionOfLastModifyDate'] },
+ 'renditionoflasturl' => { 532 => [\'RenditionOf','RenditionOfLastURL'] },
+ 'renditionoflinkcategory' => { 532 => [\'RenditionOf','RenditionOfLinkCategory'] },
+ 'renditionoflinkform' => { 532 => [\'RenditionOf','RenditionOfLinkForm'] },
+ 'renditionofmanager' => { 532 => [\'RenditionOf','RenditionOfManager'] },
+ 'renditionofmanagervariant' => { 532 => [\'RenditionOf','RenditionOfManagerVariant'] },
+ 'renditionofmanageto' => { 532 => [\'RenditionOf','RenditionOfManageTo'] },
+ 'renditionofmanageui' => { 532 => [\'RenditionOf','RenditionOfManageUI'] },
+ 'renditionofmaskmarkers' => { 532 => [\'RenditionOf','RenditionOfMaskMarkers'] },
+ 'renditionoforiginaldocumentid' => { 532 => [\'RenditionOf','RenditionOfOriginalDocumentID'] },
+ 'renditionofpartmapping' => { 532 => [\'RenditionOf','RenditionOfPartMapping'] },
+ 'renditionofplacedresolutionunit' => { 532 => [\'RenditionOf','RenditionOfPlacedResolutionUnit'] },
+ 'renditionofplacedxresolution' => { 532 => [\'RenditionOf','RenditionOfPlacedXResolution'] },
+ 'renditionofplacedyresolution' => { 532 => [\'RenditionOf','RenditionOfPlacedYResolution'] },
+ 'renditionofrenditionclass' => { 532 => [\'RenditionOf','RenditionOfRenditionClass'] },
+ 'renditionofrenditionparams' => { 532 => [\'RenditionOf','RenditionOfRenditionParams'] },
+ 'renditionoftopart' => { 532 => [\'RenditionOf','RenditionOfToPart'] },
+ 'renditionofversionid' => { 532 => [\'RenditionOf','RenditionOfVersionID'] },
+ 'renditionparams' => { 532 => 'RenditionParams' },
+ 'repeatingflashcount' => { 214 => 0xd, 215 => 0xe, 216 => 0xe, 217 => 0xe, 218 => 0xe, 219 => 0xe, 308 => '17.2', 309 => '24.2', 310 => '9.2', 311 => '24.2', 314 => '25.2' },
+ 'repeatingflashcountbuilt-in' => { 280 => 0x4db },
+ 'repeatingflashcountexternal' => { 280 => 0x4c3 },
+ 'repeatingflashoutput' => { 308 => '17.1', 309 => '24.1', 310 => '9.1', 311 => '24.1', 314 => '25.1' },
+ 'repeatingflashoutputexternal' => { 280 => 0x4c0 },
+ 'repeatingflashrate' => { 214 => 0xc, 215 => 0xd, 216 => 0xd, 217 => 0xd, 218 => 0xd, 219 => 0xd, 308 => '18.1', 309 => '25.1', 310 => '10.1', 311 => '25.1', 314 => '26.1' },
+ 'repeatingflashratebuilt-in' => { 280 => 0x4da },
+ 'repeatingflashrateexternal' => { 280 => 0x4c2 },
+ 'requirements' => { 402 => "\xa9req" },
+ 'requires' => { 500 => 'requires' },
+ 'resampleparams' => { 531 => 'resampleParams' },
+ 'resampleparamsquality' => { 531 => [\'resampleParams','resampleParamsQuality'] },
+ 'resamplingkerneldenominators050' => { 140 => 0xe50 },
+ 'resamplingkerneldenominators067' => { 140 => 0xe4f },
+ 'resamplingkerneldenominators100' => { 140 => 0xe51 },
+ 'resaved' => { 418 => 0x21e },
+ 'resetblacksegrows' => { 140 => 0x181a },
+ 'resolution' => { 164 => 'Resolution' },
+ 'resolutionmode' => { 419 => [0x87,0x4] },
+ 'resolutionunit' => { 121 => 0x128, 136 => 0x2, 527 => 'ResolutionUnit' },
+ 'resourceid' => { 120 => [\'ResourceRelationship','ResourceRelationshipResourceID'] },
+ 'resourcerelationship' => { 120 => 'ResourceRelationship' },
+ 'resourcerelationshipid' => { 120 => [\'ResourceRelationship','ResourceRelationshipResourceRelationshipID'] },
+ 'restrictdrivemodes' => { 86 => 0x612 },
+ 'restrictions' => { 524 => 'restrictions' },
+ 'retouchareafeather' => { 502 => [\'RetouchAreas','RetouchAreasFeather'], 504 => [\'RetouchAreas','RetouchAreasFeather'] },
+ 'retouchareamaskalpha' => { 502 => [\'RetouchAreas','RetouchAreasMasksAlpha'], 504 => [\'RetouchAreas','RetouchAreasMasksAlpha'] },
+ 'retouchareamaskangle' => { 502 => [\'RetouchAreas','RetouchAreasMasksAngle'], 504 => [\'RetouchAreas','RetouchAreasMasksAngle'] },
+ 'retouchareamaskbottom' => { 502 => [\'RetouchAreas','RetouchAreasMasksBottom'], 504 => [\'RetouchAreas','RetouchAreasMasksBottom'] },
+ 'retouchareamaskcentervalue' => { 502 => [\'RetouchAreas','RetouchAreasMasksCenterValue'], 504 => [\'RetouchAreas','RetouchAreasMasksCenterValue'] },
+ 'retouchareamaskcenterweight' => { 502 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'], 504 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'] },
+ 'retouchareamaskdabs' => { 502 => [\'RetouchAreas','RetouchAreasMasksDabs'], 504 => [\'RetouchAreas','RetouchAreasMasksDabs'] },
+ 'retouchareamaskfeather' => { 502 => [\'RetouchAreas','RetouchAreasMasksFeather'], 504 => [\'RetouchAreas','RetouchAreasMasksFeather'] },
+ 'retouchareamaskflipped' => { 502 => [\'RetouchAreas','RetouchAreasMasksFlipped'], 504 => [\'RetouchAreas','RetouchAreasMasksFlipped'] },
+ 'retouchareamaskflow' => { 502 => [\'RetouchAreas','RetouchAreasMasksFlow'], 504 => [\'RetouchAreas','RetouchAreasMasksFlow'] },
+ 'retouchareamaskfullx' => { 502 => [\'RetouchAreas','RetouchAreasMasksFullX'], 504 => [\'RetouchAreas','RetouchAreasMasksFullX'] },
+ 'retouchareamaskfully' => { 502 => [\'RetouchAreas','RetouchAreasMasksFullY'], 504 => [\'RetouchAreas','RetouchAreasMasksFullY'] },
+ 'retouchareamaskinputdigest' => { 502 => [\'RetouchAreas','RetouchAreasMasksInputDigest'], 504 => [\'RetouchAreas','RetouchAreasMasksInputDigest'] },
+ 'retouchareamaskleft' => { 502 => [\'RetouchAreas','RetouchAreasMasksLeft'], 504 => [\'RetouchAreas','RetouchAreasMasksLeft'] },
+ 'retouchareamaskmaskactive' => { 502 => [\'RetouchAreas','RetouchAreasMasksMaskActive'], 504 => [\'RetouchAreas','RetouchAreasMasksMaskActive'] },
+ 'retouchareamaskmaskblendmode' => { 502 => [\'RetouchAreas','RetouchAreasMasksMaskBlendMode'], 504 => [\'RetouchAreas','RetouchAreasMasksMaskBlendMode'] },
+ 'retouchareamaskmaskdigest' => { 502 => [\'RetouchAreas','RetouchAreasMasksMaskDigest'], 504 => [\'RetouchAreas','RetouchAreasMasksMaskDigest'] },
+ 'retouchareamaskmaskinverted' => { 502 => [\'RetouchAreas','RetouchAreasMasksMaskInverted'], 504 => [\'RetouchAreas','RetouchAreasMasksMaskInverted'] },
+ 'retouchareamaskmaskname' => { 502 => [\'RetouchAreas','RetouchAreasMasksMaskName'], 504 => [\'RetouchAreas','RetouchAreasMasksMaskName'] },
+ 'retouchareamaskmasks' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasks'], 504 => [\'RetouchAreas','RetouchAreasMasksMasks'] },
+ 'retouchareamaskmasksalpha' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksAlpha'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksAlpha'] },
+ 'retouchareamaskmasksangle' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksAngle'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksAngle'] },
+ 'retouchareamaskmasksbottom' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksBottom'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksBottom'] },
+ 'retouchareamaskmaskscentervalue' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksCenterValue'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksCenterValue'] },
+ 'retouchareamaskmaskscenterweight' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksCenterWeight'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksCenterWeight'] },
+ 'retouchareamaskmasksdabs' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksDabs'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksDabs'] },
+ 'retouchareamaskmasksfeather' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksFeather'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksFeather'] },
+ 'retouchareamaskmasksflipped' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksFlipped'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksFlipped'] },
+ 'retouchareamaskmasksflow' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksFlow'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksFlow'] },
+ 'retouchareamaskmasksfullx' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksFullX'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksFullX'] },
+ 'retouchareamaskmasksfully' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksFullY'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksFullY'] },
+ 'retouchareamaskmasksinputdigest' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksInputDigest'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksInputDigest'] },
+ 'retouchareamaskmasksleft' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksLeft'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksLeft'] },
+ 'retouchareamaskmasksmaskactive' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksMaskActive'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksMaskActive'] },
+ 'retouchareamaskmasksmaskblendmode' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksMaskBlendMode'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksMaskBlendMode'] },
+ 'retouchareamaskmasksmaskdigest' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksMaskDigest'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksMaskDigest'] },
+ 'retouchareamaskmasksmaskinverted' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksMaskInverted'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksMaskInverted'] },
+ 'retouchareamaskmasksmaskname' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksMaskName'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksMaskName'] },
+ 'retouchareamaskmasksmasksubtype' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSubType'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSubType'] },
+ 'retouchareamaskmasksmasksyncid' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSyncID'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSyncID'] },
+ 'retouchareamaskmasksmaskversion' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksMaskVersion'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksMaskVersion'] },
+ 'retouchareamaskmasksmidpoint' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksMidpoint'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksMidpoint'] },
+ 'retouchareamaskmasksorigin' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksOrigin'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksOrigin'] },
+ 'retouchareamaskmasksperimetervalue' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksPerimeterValue'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksPerimeterValue'] },
+ 'retouchareamaskmasksradius' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksRadius'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksRadius'] },
+ 'retouchareamaskmasksreferencepoint' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksReferencePoint'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksReferencePoint'] },
+ 'retouchareamaskmasksright' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksRight'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksRight'] },
+ 'retouchareamaskmasksroundness' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksRoundness'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksRoundness'] },
+ 'retouchareamaskmaskssizex' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksSizeX'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksSizeX'] },
+ 'retouchareamaskmaskssizey' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksSizeY'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksSizeY'] },
+ 'retouchareamaskmaskstop' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksTop'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksTop'] },
+ 'retouchareamaskmasksubtype' => { 502 => [\'RetouchAreas','RetouchAreasMasksMaskSubType'], 504 => [\'RetouchAreas','RetouchAreasMasksMaskSubType'] },
+ 'retouchareamaskmasksvalue' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksMaskValue'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksMaskValue'] },
+ 'retouchareamaskmasksversion' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksVersion'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksVersion'] },
+ 'retouchareamaskmaskswhat' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksWhat'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksWhat'] },
+ 'retouchareamaskmaskswholeimagearea' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksWholeImageArea'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksWholeImageArea'] },
+ 'retouchareamaskmasksx' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksX'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksX'] },
+ 'retouchareamaskmasksy' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksY'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksY'] },
+ 'retouchareamaskmasksyncid' => { 502 => [\'RetouchAreas','RetouchAreasMasksMaskSyncID'], 504 => [\'RetouchAreas','RetouchAreasMasksMaskSyncID'] },
+ 'retouchareamaskmaskszerox' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksZeroX'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksZeroX'] },
+ 'retouchareamaskmaskszeroy' => { 502 => [\'RetouchAreas','RetouchAreasMasksMasksZeroY'], 504 => [\'RetouchAreas','RetouchAreasMasksMasksZeroY'] },
+ 'retouchareamaskmaskversion' => { 502 => [\'RetouchAreas','RetouchAreasMasksMaskVersion'], 504 => [\'RetouchAreas','RetouchAreasMasksMaskVersion'] },
+ 'retouchareamaskmidpoint' => { 502 => [\'RetouchAreas','RetouchAreasMasksMidpoint'], 504 => [\'RetouchAreas','RetouchAreasMasksMidpoint'] },
+ 'retouchareamaskorigin' => { 502 => [\'RetouchAreas','RetouchAreasMasksOrigin'], 504 => [\'RetouchAreas','RetouchAreasMasksOrigin'] },
+ 'retouchareamaskperimetervalue' => { 502 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'], 504 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'] },
+ 'retouchareamaskradius' => { 502 => [\'RetouchAreas','RetouchAreasMasksRadius'], 504 => [\'RetouchAreas','RetouchAreasMasksRadius'] },
+ 'retouchareamaskrange' => { 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMask'], 504 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMask'] },
+ 'retouchareamaskrangeareamodels' => { 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModels'], 504 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModels'] },
+ 'retouchareamaskrangeareamodelscolorsampleinfo' => { 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 504 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'retouchareamaskrangeareamodelscomponents' => { 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents'], 504 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'retouchareamaskrangecoloramount' => { 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskColorAmount'], 504 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskColorAmount'] },
+ 'retouchareamaskrangedepthfeather' => { 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthFeather'], 504 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthFeather'] },
+ 'retouchareamaskrangedepthmax' => { 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMax'], 504 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMax'] },
+ 'retouchareamaskrangedepthmin' => { 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMin'], 504 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMin'] },
+ 'retouchareamaskrangeinvert' => { 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskInvert'], 504 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskInvert'] },
+ 'retouchareamaskrangelumfeather' => { 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumFeather'], 504 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumFeather'] },
+ 'retouchareamaskrangeluminancedepthsampleinfo' => { 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 504 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'retouchareamaskrangelummax' => { 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMax'], 504 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMax'] },
+ 'retouchareamaskrangelummin' => { 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMin'], 504 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMin'] },
+ 'retouchareamaskrangelumrange' => { 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumRange'], 504 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumRange'] },
+ 'retouchareamaskrangesampletype' => { 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskSampleType'], 504 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskSampleType'] },
+ 'retouchareamaskrangetype' => { 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskType'], 504 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskType'] },
+ 'retouchareamaskrangeversion' => { 502 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskVersion'], 504 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskVersion'] },
+ 'retouchareamaskreferencepoint' => { 502 => [\'RetouchAreas','RetouchAreasMasksReferencePoint'], 504 => [\'RetouchAreas','RetouchAreasMasksReferencePoint'] },
+ 'retouchareamaskright' => { 502 => [\'RetouchAreas','RetouchAreasMasksRight'], 504 => [\'RetouchAreas','RetouchAreasMasksRight'] },
+ 'retouchareamaskroundness' => { 502 => [\'RetouchAreas','RetouchAreasMasksRoundness'], 504 => [\'RetouchAreas','RetouchAreasMasksRoundness'] },
+ 'retouchareamasks' => { 502 => [\'RetouchAreas','RetouchAreasMasks'], 504 => [\'RetouchAreas','RetouchAreasMasks'] },
+ 'retouchareamasksizex' => { 502 => [\'RetouchAreas','RetouchAreasMasksSizeX'], 504 => [\'RetouchAreas','RetouchAreasMasksSizeX'] },
+ 'retouchareamasksizey' => { 502 => [\'RetouchAreas','RetouchAreasMasksSizeY'], 504 => [\'RetouchAreas','RetouchAreasMasksSizeY'] },
+ 'retouchareamasktop' => { 502 => [\'RetouchAreas','RetouchAreasMasksTop'], 504 => [\'RetouchAreas','RetouchAreasMasksTop'] },
+ 'retouchareamaskvalue' => { 502 => [\'RetouchAreas','RetouchAreasMasksMaskValue'], 504 => [\'RetouchAreas','RetouchAreasMasksMaskValue'] },
+ 'retouchareamaskversion' => { 502 => [\'RetouchAreas','RetouchAreasMasksVersion'], 504 => [\'RetouchAreas','RetouchAreasMasksVersion'] },
+ 'retouchareamaskwhat' => { 502 => [\'RetouchAreas','RetouchAreasMasksWhat'], 504 => [\'RetouchAreas','RetouchAreasMasksWhat'] },
+ 'retouchareamaskwholeimagearea' => { 502 => [\'RetouchAreas','RetouchAreasMasksWholeImageArea'], 504 => [\'RetouchAreas','RetouchAreasMasksWholeImageArea'] },
+ 'retouchareamaskx' => { 502 => [\'RetouchAreas','RetouchAreasMasksX'], 504 => [\'RetouchAreas','RetouchAreasMasksX'] },
+ 'retouchareamasky' => { 502 => [\'RetouchAreas','RetouchAreasMasksY'], 504 => [\'RetouchAreas','RetouchAreasMasksY'] },
+ 'retouchareamaskzerox' => { 502 => [\'RetouchAreas','RetouchAreasMasksZeroX'], 504 => [\'RetouchAreas','RetouchAreasMasksZeroX'] },
+ 'retouchareamaskzeroy' => { 502 => [\'RetouchAreas','RetouchAreasMasksZeroY'], 504 => [\'RetouchAreas','RetouchAreasMasksZeroY'] },
+ 'retouchareamethod' => { 502 => [\'RetouchAreas','RetouchAreasMethod'], 504 => [\'RetouchAreas','RetouchAreasMethod'] },
+ 'retouchareaoffsety' => { 502 => [\'RetouchAreas','RetouchAreasOffsetY'], 504 => [\'RetouchAreas','RetouchAreasOffsetY'] },
+ 'retouchareaopacity' => { 502 => [\'RetouchAreas','RetouchAreasOpacity'], 504 => [\'RetouchAreas','RetouchAreasOpacity'] },
+ 'retouchareas' => { 502 => 'RetouchAreas', 504 => 'RetouchAreas' },
+ 'retouchareaseed' => { 502 => [\'RetouchAreas','RetouchAreasSeed'], 504 => [\'RetouchAreas','RetouchAreasSeed'] },
+ 'retouchareasourcestate' => { 502 => [\'RetouchAreas','RetouchAreasSourceState'], 504 => [\'RetouchAreas','RetouchAreasSourceState'] },
+ 'retouchareasourcex' => { 502 => [\'RetouchAreas','RetouchAreasSourceX'], 504 => [\'RetouchAreas','RetouchAreasSourceX'] },
+ 'retouchareaspottype' => { 502 => [\'RetouchAreas','RetouchAreasSpotType'], 504 => [\'RetouchAreas','RetouchAreasSpotType'] },
+ 'retouchhistory' => { 236 => 0x9e },
+ 'retouchinfo' => { 502 => 'RetouchInfo', 504 => 'RetouchInfo' },
+ 'retouchnefprocessing' => { 257 => 0x5 },
+ 'retractlensonpoweroff' => { 86 => 0x814 },
+ 'reuse' => { 329 => 'Reuse' },
+ 'reuseallowed' => { 534 => 'ReuseAllowed' },
+ 'reuseprohibited' => { 524 => 'reuseProhibited' },
+ 'reverseexposurecompdial' => { 306 => '5.2' },
+ 'reversefocusring' => { 315 => 0x163, 316 => 0x163, 317 => 0x17b },
+ 'reverseindicators' => { 299 => '12.1', 300 => '6.1', 302 => '6.1', 303 => '6.1', 304 => '4.3', 305 => '5.2', 306 => '5.4', 308 => '33.5', 309 => '5.1', 312 => '6.1', 313 => '6.1', 314 => '6.2', 315 => 0xc1, 316 => 0xc1, 317 => 0xc1 },
+ 'reverseshutterspeedaperture' => { 306 => '5.3' },
+ 'revision' => { 506 => 'revision' },
+ 'rflensmffocusringsensitivity' => { 86 => 0x714 },
+ 'rflenstype' => { 58 => 0x3d },
+ 'rgbcurvelimits' => { 110 => 0x238 },
+ 'rgbcurvepoints' => { 109 => 0x7, 110 => 0x20e },
+ 'rgbtables' => { 121 => 0xcd3b },
+ 'richtextcomment' => { 511 => 'RichTextComment' },
+ 'ricohdate' => { 408 => 0x6 },
+ 'ricohimageheight' => { 408 => 0x2 },
+ 'ricohimagewidth' => { 408 => 0x0 },
+ 'rightalbedo' => { 493 => 'RightAlbedo' },
+ 'rightascension' => { 167 => 'RightAscension' },
+ 'rights' => { 505 => 'rights' },
+ 'rightsagent' => { 524 => 'rightsAgent' },
+ 'rightsowner' => { 524 => 'rightsOwner' },
+ 'roll' => { 117 => 0x8, 402 => ['roll',"\xa9frl"] },
+ 'rollangle' => { 129 => 0x144d, 249 => 0x0, 319 => 0x903, 342 => 0x90, 376 => 0x1, 414 => 0x2 },
+ 'romoperationmode' => { 99 => 0x80d },
+ 'rotation' => { 30 => 0x17, 31 => 0x18, 98 => 0x3, 105 => 0x10002, 110 => 0x26e, 116 => 'QuickTime-Rotation', 125 => 0x4, 167 => 'Rotation', 184 => [0x65,0x50], 185 => 0x46, 186 => 0x5a, 189 => 0x10, 258 => 0x1a, 273 => 0x3693, 279 => '590.1', 292 => 0x76a43207, 342 => 0x30, 358 => '17.2', 388 => 0xd8, 395 => 'irot', 429 => 0x3f, 430 => 0x3f, 440 => 0x10 },
+ 'routedto' => { 510 => 'RoutedTo' },
+ 'routing' => { 393 => 'Routing' },
+ 'routingdestinations' => { 492 => 'RoutingDestinations' },
+ 'routingexclusions' => { 492 => 'RoutingExclusions' },
+ 'routingnotes' => { 510 => 'RoutingNotes' },
+ 'rowsperstrip' => { 121 => 0x116 },
+ 'rpp' => { 497 => 'rpp' },
+ 'rtkflag' => { 118 => 'RtkFlag' },
+ 'rtkstdhgt' => { 118 => 'RtkStdHgt' },
+ 'rtkstdlat' => { 118 => 'RtkStdLat' },
+ 'rtkstdlon' => { 118 => 'RtkStdLon' },
+ 'safetyshift' => { 86 => 0x108 },
+ 'safetyshiftinavortv' => { 84 => 0x10, 85 => 0x10, 87 => 0xf, 88 => 0x10, 91 => 0x10 },
+ 'sameexposurefornewaperture' => { 86 => 0x112 },
+ 'samplebits' => { 157 => 'SampleBits' },
+ 'samplepagerange' => { 521 => 'samplePageRange' },
+ 'samplerate' => { 157 => 'SampleRate' },
+ 'samplesperpixel' => { 121 => 0x115, 347 => 0x8, 527 => 'SamplesPerPixel' },
+ 'samplestructure' => { 135 => 0x5a },
+ 'samsungmodelid' => { 416 => 0x3 },
+ 'sanyoquality' => { 418 => 0x201 },
+ 'sanyothumbnail' => { 418 => 0x100 },
+ 'saturation' => { 10 => 0x6e, 12 => 0x76, 35 => 0xe, 52 => 0x1, 64 => 0x7, 114 => 0xd, 115 => [0x3013,0x1f], 121 => [0xa409,0xfe55], 129 => 0x1003, 158 => 'Saturation', 183 => 0x1f, 184 => 0x32, 185 => 0x28, 186 => 0x1a, 191 => 0x1, 236 => 0xaa, 251 => 0x35, 252 => 0x3b, 253 => 0x43, 342 => 0x40, 344 => 0x300d, 377 => 0x1f, 384 => 0xd, 403 => 0x27, 405 => 0x58, 408 => 0x28, 409 => 0x1013, 419 => 0x10, 429 => 0x1e, 430 => 0x1b, 442 => 0x2005, 502 => 'Saturation', 504 => 'Saturation', 508 => 'Saturation' },
+ 'saturationadj' => { 105 => 0x20901, 110 => 0x116, 236 => 0x94, 291 => 0x1, 295 => 0x2e, 478 => 0x8016 },
+ 'saturationadjustmentaqua' => { 502 => 'SaturationAdjustmentAqua', 504 => 'SaturationAdjustmentAqua' },
+ 'saturationadjustmentblue' => { 502 => 'SaturationAdjustmentBlue', 504 => 'SaturationAdjustmentBlue' },
+ 'saturationadjustmentgreen' => { 502 => 'SaturationAdjustmentGreen', 504 => 'SaturationAdjustmentGreen' },
+ 'saturationadjustmentmagenta' => { 502 => 'SaturationAdjustmentMagenta', 504 => 'SaturationAdjustmentMagenta' },
+ 'saturationadjustmentorange' => { 502 => 'SaturationAdjustmentOrange', 504 => 'SaturationAdjustmentOrange' },
+ 'saturationadjustmentpurple' => { 502 => 'SaturationAdjustmentPurple', 504 => 'SaturationAdjustmentPurple' },
+ 'saturationadjustmentred' => { 502 => 'SaturationAdjustmentRed', 504 => 'SaturationAdjustmentRed' },
+ 'saturationadjustmentyellow' => { 502 => 'SaturationAdjustmentYellow', 504 => 'SaturationAdjustmentYellow' },
+ 'saturationauto' => { 72 => 0x98 },
+ 'saturationfaithful' => { 19 => 0xfe, 71 => 0x68, 72 => 0x68 },
+ 'saturationlandscape' => { 19 => 0xfc, 71 => 0x38, 72 => 0x38 },
+ 'saturationmonochrome' => { 71 => 0x80, 72 => 0x80 },
+ 'saturationneutral' => { 19 => 0xfd, 71 => 0x50, 72 => 0x50 },
+ 'saturationportrait' => { 19 => 0xfb, 71 => 0x20, 72 => 0x20 },
+ 'saturationsetting' => { 327 => 0x1010, 431 => 0x11, 447 => 0x9 },
+ 'saturationstandard' => { 19 => 0xfa, 71 => 0x8, 72 => 0x8 },
+ 'saturationuserdef1' => { 19 => 0x100, 71 => 0x98, 72 => 0xb0 },
+ 'saturationuserdef2' => { 19 => 0x101, 71 => 0xb0, 72 => 0xc8 },
+ 'saturationuserdef3' => { 19 => 0x102, 71 => 0xc8, 72 => 0xe0 },
+ 'saveid' => { 532 => 'SaveID' },
+ 'sbaanalysiscomplete' => { 140 => 0xc35 },
+ 'sbablack' => { 140 => 0xc25 },
+ 'sbagmoffset' => { 140 => 0xc4a },
+ 'sbagray' => { 140 => 0xc26 },
+ 'sbagreenmagentabal' => { 140 => 0xc33 },
+ 'sbahighgray' => { 140 => 0xc46 },
+ 'sbailloffset' => { 140 => 0xc49 },
+ 'sbailluminantbal' => { 140 => 0xc34 },
+ 'sbalowgray' => { 140 => 0xc47 },
+ 'sbaneutralbal' => { 140 => 0xc32 },
+ 'sbawhite' => { 140 => 0xc27 },
+ 'scaletype' => { 531 => 'scaleType' },
+ 'scanimageenhancer' => { 259 => 0x60 },
+ 'scanningdirection' => { 135 => 0x64 },
+ 'scene' => { 402 => 'scen', 515 => 'Scene', 531 => 'scene' },
+ 'scenearea' => { 322 => 0x211, 324 => 0x1031 },
+ 'sceneassist' => { 236 => 0x9c },
+ 'scenecapturetype' => { 121 => 0xa406, 508 => 'SceneCaptureType' },
+ 'scenedetect' => { 322 => 0x210, 324 => 0x1030 },
+ 'scenedetectdata' => { 322 => 0x212, 324 => 0x1033 },
'sceneflags' => { 1 => 0x25 },
- 'scenemode' => { 142 => 0xfa02, 186 => 0x100, 234 => 0x8f, 317 => 0x509, 322 => 0x403, 340 => 0x8001, 349 => 0xf, 440 => 0xb023 },
- 'scenemodeused' => { 144 => [0x6002,0xf002] },
- 'scenerecognition' => { 127 => 0x1425 },
- 'scenereferred' => { 510 => 'scene_referred' },
- 'sceneselect' => { 416 => 0x21f },
- 'scenetype' => { 119 => 0xa301, 506 => 'SceneType' },
- 'screentips' => { 297 => '12.7', 298 => '5.3', 306 => '13.1', 307 => '4.4', 310 => '5.4', 312 => '5.1' },
- 'scriptversion' => { 138 => 0x1770 },
- 'sdrblend' => { 500 => 'SDRBlend', 502 => 'SDRBlend' },
- 'sdrbrightness' => { 500 => 'SDRBrightness', 502 => 'SDRBrightness' },
- 'sdrcontrast' => { 500 => 'SDRContrast', 502 => 'SDRContrast' },
- 'sdrhighlights' => { 500 => 'SDRHighlights', 502 => 'SDRHighlights' },
- 'sdrshadows' => { 500 => 'SDRShadows', 502 => 'SDRShadows' },
- 'sdrwhites' => { 500 => 'SDRWhites', 502 => 'SDRWhites' },
- 'season' => { 514 => 'Season', 518 => 'season' },
- 'seasonidentifier' => { 514 => [\'Season','SeasonIdentifier'] },
- 'seasonname' => { 514 => [\'Season','SeasonName'] },
- 'seasonnumber' => { 514 => [\'Season','SeasonNumber'] },
- 'secondaryftp' => { 490 => 'SecondaryFTP' },
- 'secondaryslotfunction' => { 239 => 0x240, 240 => 0x22c, 241 => 0x240, 242 => 0x240, 260 => 0x13c, 271 => 0x1d0 },
- 'section' => { 519 => 'section' },
- 'securityclassification' => { 119 => 0x9212 },
- 'selectableafpoint' => { 84 => 0x509 },
+ 'scenemode' => { 144 => 0xfa02, 188 => 0x100, 236 => 0x8f, 319 => 0x509, 324 => 0x403, 342 => 0x8001, 351 => 0xf, 442 => 0xb023 },
+ 'scenemodeused' => { 146 => [0x6002,0xf002] },
+ 'scenerecognition' => { 129 => 0x1425 },
+ 'scenereferred' => { 512 => 'scene_referred' },
+ 'sceneselect' => { 418 => 0x21f },
+ 'scenetype' => { 121 => 0xa301, 508 => 'SceneType' },
+ 'screentips' => { 299 => '12.7', 300 => '5.3', 308 => '13.1', 309 => '4.4', 312 => '5.4', 314 => '5.1' },
+ 'scriptversion' => { 140 => 0x1770 },
+ 'sdrblend' => { 502 => 'SDRBlend', 504 => 'SDRBlend' },
+ 'sdrbrightness' => { 502 => 'SDRBrightness', 504 => 'SDRBrightness' },
+ 'sdrcontrast' => { 502 => 'SDRContrast', 504 => 'SDRContrast' },
+ 'sdrhighlights' => { 502 => 'SDRHighlights', 504 => 'SDRHighlights' },
+ 'sdrshadows' => { 502 => 'SDRShadows', 504 => 'SDRShadows' },
+ 'sdrwhites' => { 502 => 'SDRWhites', 504 => 'SDRWhites' },
+ 'season' => { 516 => 'Season', 520 => 'season' },
+ 'seasonidentifier' => { 516 => [\'Season','SeasonIdentifier'] },
+ 'seasonname' => { 516 => [\'Season','SeasonName'] },
+ 'seasonnumber' => { 516 => [\'Season','SeasonNumber'] },
+ 'secondaryftp' => { 492 => 'SecondaryFTP' },
+ 'secondaryslotfunction' => { 241 => 0x240, 242 => 0x22c, 243 => 0x240, 244 => 0x240, 262 => 0x13c, 273 => 0x1d0 },
+ 'section' => { 521 => 'section' },
+ 'securityclassification' => { 121 => 0x9212 },
+ 'selectableafpoint' => { 86 => 0x509 },
'selectafareaselectionmode' => { 2 => 0xc },
- 'selectafareaselectmode' => { 84 => 0x512 },
- 'selfdata' => { 116 => 'SelfData' },
- 'selftimer' => { 34 => 0x2, 340 => 0x2e, 416 => 0x214, 449 => 0x1134, 450 => 0x1134, 451 => 0x1110, 452 => 0x118c, 453 => 0x1168, 454 => 0x1020, 455 => 0x218, 456 => 0x218, 457 => 0x210 },
- 'selftimer2' => { 77 => 0x1d },
- 'selftimerinterval' => { 307 => '19.2' },
- 'selftimermode' => { 119 => 0x882b },
- 'selftimershotcount' => { 298 => '20.2', 300 => '20.3', 301 => '20.3', 302 => '18.2', 303 => '19.2', 304 => '19.2', 305 => '19.3', 307 => '19.3', 310 => '20.3', 311 => '20.3', 312 => '20.2', 313 => 0x2d, 314 => 0x2d, 315 => 0x2d },
- 'selftimershotinterval' => { 298 => '20.3', 300 => '20.2', 301 => '20.2', 305 => '19.2', 310 => '20.2', 311 => '20.2', 313 => 0x31, 314 => 0x31, 315 => 0x31 },
- 'selftimertime' => { 97 => 0x1806, 184 => 0x1f, 297 => '18.1', 298 => '20.1', 299 => '3.3', 300 => '20.1', 301 => '20.1', 302 => '18.1', 303 => '19.1', 304 => '19.1', 305 => '19.1', 306 => '7.2', 307 => '19.1', 308 => '3.3', 310 => '20.1', 311 => '20.1', 312 => '20.1', 313 => 0x2b, 314 => 0x2b, 315 => 0x2b },
- 'sellingagency' => { 519 => 'sellingAgency' },
+ 'selectafareaselectmode' => { 86 => 0x512 },
+ 'selfdata' => { 118 => 'SelfData' },
+ 'selftimer' => { 35 => 0x2, 342 => 0x2e, 418 => 0x214, 451 => 0x1134, 452 => 0x1134, 453 => 0x1110, 454 => 0x118c, 455 => 0x1168, 456 => 0x1020, 457 => 0x218, 458 => 0x218, 459 => 0x210 },
+ 'selftimer2' => { 78 => 0x1d },
+ 'selftimerinterval' => { 309 => '19.2' },
+ 'selftimermode' => { 121 => 0x882b },
+ 'selftimershotcount' => { 300 => '20.2', 302 => '20.3', 303 => '20.3', 304 => '18.2', 305 => '19.2', 306 => '19.2', 307 => '19.3', 309 => '19.3', 312 => '20.3', 313 => '20.3', 314 => '20.2', 315 => 0x2d, 316 => 0x2d, 317 => 0x2d },
+ 'selftimershotinterval' => { 300 => '20.3', 302 => '20.2', 303 => '20.2', 307 => '19.2', 312 => '20.2', 313 => '20.2', 315 => 0x31, 316 => 0x31, 317 => 0x31 },
+ 'selftimertime' => { 99 => 0x1806, 186 => 0x1f, 299 => '18.1', 300 => '20.1', 301 => '3.3', 302 => '20.1', 303 => '20.1', 304 => '18.1', 305 => '19.1', 306 => '19.1', 307 => '19.1', 308 => '7.2', 309 => '19.1', 310 => '3.3', 312 => '20.1', 313 => '20.1', 314 => '20.1', 315 => 0x2b, 316 => 0x2b, 317 => 0x2b },
+ 'sellingagency' => { 521 => 'sellingAgency' },
'semanticstyle' => { 1 => 0x40 },
'semanticstylepreset' => { 1 => 0x42 },
'semanticstylerenderingver' => { 1 => 0x41 },
- 'seminfo' => { 119 => 0x8546 },
- 'sensingmethod' => { 119 => 0xa217, 506 => 'SensingMethod' },
- 'sensitivityadjust' => { 375 => 0x40 },
- 'sensitivitysteps' => { 356 => ['14.3','17.4'], 358 => 0x1 },
- 'sensitivitytype' => { 119 => 0x8830, 507 => 'SensitivityType' },
- 'sensor' => { 191 => 0x665e },
- 'sensorarea' => { 322 => 0x400 },
- 'sensorareas' => { 414 => 0xa010 },
- 'sensorbitdepth' => { 342 => 0x312d },
- 'sensorbluelevel' => { 74 => 0x5 },
- 'sensorcalibration' => { 321 => 0x805 },
- 'sensorcleaning' => { 90 => 0xd },
- 'sensorfullheight' => { 137 => 0xf904 },
- 'sensorfullwidth' => { 137 => 0xf903 },
- 'sensorheight' => { 137 => 0xf901, 142 => 0xfa21, 188 => 0x8, 342 => 0x312c, 384 => 0x109, 407 => 0x1602 },
- 'sensorimageheight' => { 138 => 0x3ee },
- 'sensorimagewidth' => { 138 => 0x3ed },
- 'sensorleftborder' => { 138 => 0x3eb },
- 'sensorleftmargin' => { 384 => 0x10a },
- 'sensorpixelsize' => { 234 => 0x9a },
- 'sensorredlevel' => { 74 => 0x4 },
- 'sensorserialnumber' => { 138 => 0x9ce },
- 'sensorshield' => { 239 => 0x76b, 240 => 0x66d, 241 => 0x69d, 242 => 0x705 },
- 'sensorsize' => { 156 => 'SensorSize', 375 => 0x35 },
- 'sensortemperature' => { 320 => 0x1500, 322 => 0x1007, 380 => 0xc, 384 => 0x210, 417 => [0x39,0x55] },
- 'sensortemperature2' => { 380 => 0xe, 384 => 0x211 },
- 'sensortopborder' => { 138 => 0x3ec },
- 'sensortopmargin' => { 384 => 0x10b },
- 'sensortype' => { 340 => 0xca },
- 'sensorwidth' => { 137 => 0xf900, 142 => 0xfa20, 188 => 0xa, 342 => 0x312b, 384 => 0x108, 407 => 0x1601 },
- 'sequence' => { 401 => 0x7, 402 => 0x35, 403 => 0x36 },
- 'sequencefilenumber' => { 450 => 0x4, 451 => 0x4, 452 => 0x4, 453 => 0x4, 463 => 0xc, 464 => 0xc, 465 => 0x1a },
- 'sequenceimagenumber' => { 450 => 0x0, 451 => 0x0, 452 => 0x0, 453 => 0x0, 463 => 0x8, 464 => 0x8, 465 => 0x12, 472 => 0x24 },
- 'sequencelength' => { 463 => 0x22, 464 => 0x1e, 465 => [0x16,0x1e] },
- 'sequencename' => { 518 => 'sequenceName' },
- 'sequencenumber' => { 77 => 0x9, 113 => 0x301c, 127 => 0x1101, 140 => 0x1d, 278 => 0x51c, 340 => 0x2b, 429 => [0x10c,0x30c], 440 => 0xb04a, 518 => 'sequenceNumber' },
- 'sequenceshotinterval' => { 416 => 0x224 },
- 'sequencetotalnumber' => { 518 => 'sequenceTotalNumber' },
- 'sequentialshot' => { 416 => 0x20e },
- 'serialnumber' => { 64 => 0xc, 97 => 0x180b, 119 => [0xa431,0xfde9], 137 => 0xfa04, 139 => 0xfa00, 141 => 0xc354, 142 => 0xfa19, 153 => 0x0, 156 => 'SerialNumber', 191 => 0x5501, 234 => [0xa0,0x1d], 318 => 0x101, 322 => [0x404,0x101a], 335 => 0x303, 337 => 0x305, 342 => 0x3103, 375 => 0x229, 384 => 0x102, 385 => 0x407, 400 => ['SNum','slno'], 401 => 0x15, 402 => 0x4b, 403 => 0x7e, 407 => 0x5, 414 => 0xa002, 417 => 0x2, 440 => 0x2031, 497 => 'SerialNumber', 507 => 'BodySerialNumber' },
- 'serialnumberformat' => { 64 => 0x15, 97 => 0x183b },
- 'serialnumberhash' => { 400 => 'CAME' },
- 'series' => { 514 => 'Series' },
- 'seriesdatetime' => { 478 => 'SeriesDateTime' },
- 'seriesdescription' => { 478 => 'SeriesDescription' },
- 'seriesidentifier' => { 514 => [\'Series','SeriesIdentifier'] },
- 'seriesmodality' => { 478 => 'SeriesModality' },
- 'seriesname' => { 514 => [\'Series','SeriesName'] },
- 'seriesnumber' => { 478 => 'SeriesNumber', 519 => 'seriesNumber' },
- 'seriestitle' => { 519 => 'seriesTitle' },
- 'serviceidentifier' => { 132 => 0x1e },
- 'servingsize' => { 521 => 'servingSize' },
- 'setbuttoncrosskeysfunc' => { 87 => 0x0, 88 => 0x0 },
- 'setbuttonwhenshooting' => { 82 => 0x1, 84 => 0x704, 90 => 0xc },
- 'setclockfromlocationdata' => { 240 => 0x61d, 241 => 0x64d, 242 => 0x6b5 },
- 'setfunctionwhenshooting' => { 85 => 0x0, 86 => 0x1, 89 => 0x1 },
- 'setting' => { 518 => 'setting' },
- 'shadingcompensation' => { 317 => 0x50c, 340 => 0x8a },
- 'shadingcompensation2' => { 321 => 0x1012 },
- 'shadow' => { 417 => 0xe },
- 'shadowadj' => { 103 => 0x2030b },
- 'shadowcorrection' => { 375 => 0x79 },
- 'shadowprotection' => { 289 => 0x0 },
- 'shadows' => { 119 => 0xfe52, 440 => 0x2032, 494 => 'Shadows', 500 => 'Shadows', 502 => 'Shadows' },
- 'shadows2012' => { 500 => 'Shadows2012', 502 => 'Shadows2012' },
- 'shadowsadj' => { 476 => 0x901a },
- 'shadowscale' => { 119 => 0xc633 },
- 'shadowtint' => { 500 => 'ShadowTint', 502 => 'ShadowTint' },
- 'shadowtone' => { 127 => 0x1040 },
- 'shakereduction' => { 377 => 0x1, 378 => 0x1 },
- 'shareduserrating' => { 179 => 'WM/SharedUserRating' },
- 'sharpendetail' => { 500 => 'SharpenDetail', 502 => 'SharpenDetail' },
- 'sharpenedgemasking' => { 500 => 'SharpenEdgeMasking', 502 => 'SharpenEdgeMasking' },
- 'sharpening' => { 342 => 0x300b },
- 'sharpeningadj' => { 293 => 0x2b },
- 'sharpeningkernel' => { 138 => 0x92f },
- 'sharpenradius' => { 500 => 'SharpenRadius', 502 => 'SharpenRadius' },
- 'sharpness' => { 8 => [0x42,0x48], 10 => 0x72, 12 => 0x74, 34 => 0xf, 63 => 0x6, 74 => 0x2, 112 => 0xb, 113 => [0x3011,0x21], 119 => [0xa40a,0xfe56], 127 => 0x1001, 140 => 0x6b, 149 => 0x37, 156 => 'Sharpness', 181 => 0x21, 182 => 0x30, 183 => 0x26, 184 => 0x18, 189 => 0x3, 234 => 0x6, 249 => 0x32, 250 => 0x33, 251 => 0x39, 322 => 0x100f, 340 => 0x41, 375 => 0x21, 382 => 0xb, 401 => 0x26, 403 => 0x56, 406 => 0x22, 407 => [0x1003,0x1014], 417 => 0x11, 427 => 0x1c, 428 => 0x19, 440 => 0x2006, 472 => 0x52, 500 => 'Sharpness', 502 => 'Sharpness', 506 => 'Sharpness' },
- 'sharpnessadj' => { 103 => 0x20310, 108 => 0x25a, 476 => 0x801a },
- 'sharpnessadjon' => { 103 => '0x20310.0' },
- 'sharpnessauto' => { 71 => 0x94 },
- 'sharpnessfactor' => { 322 => 0x102a },
- 'sharpnessfaithful' => { 19 => 0xf5, 70 => 0x64, 71 => 0x64 },
- 'sharpnessfrequency' => { 8 => [0x41,0x47], 74 => 0x3 },
- 'sharpnesslandscape' => { 19 => 0xf3, 70 => 0x34, 71 => 0x34 },
- 'sharpnessmonochrome' => { 19 => 0xf6, 70 => 0x7c, 71 => 0x7c },
- 'sharpnessneutral' => { 19 => 0xf4, 70 => 0x4c, 71 => 0x4c },
- 'sharpnessovershoot' => { 476 => 0x801b },
- 'sharpnessportrait' => { 19 => 0xf2, 70 => 0x1c, 71 => 0x1c },
- 'sharpnessrange' => { 440 => 0x2035 },
- 'sharpnesssetting' => { 317 => 0x506, 325 => 0x1013, 429 => 0x12, 445 => 0xa },
- 'sharpnessstandard' => { 19 => 0xf1, 70 => 0x4, 71 => 0x4 },
- 'sharpnessstrength' => { 103 => 0x20311 },
- 'sharpnessthreshold' => { 476 => 0x801d },
- 'sharpnessundershoot' => { 476 => 0x801c },
- 'sharpnessuserdef1' => { 19 => 0xf7, 70 => 0x94, 71 => 0xac },
- 'sharpnessuserdef2' => { 19 => 0xf8, 70 => 0xac, 71 => 0xc4 },
- 'sharpnessuserdef3' => { 19 => 0xf9, 70 => 0xc4, 71 => 0xdc },
- 'shiftcols' => { 138 => 0xc70 },
- 'shootid' => { 518 => 'shootID' },
- 'shootingdistance' => { 103 => 0x20701 },
- 'shootinginfodisplay' => { 297 => '13.2', 298 => '5.1', 306 => '10.2', 307 => '4.1', 310 => '5.1', 312 => '5.3' },
- 'shootinginfomonitorofftime' => { 297 => '26.2', 298 => '22.2', 300 => '22.2', 301 => '22.2', 305 => '21.2', 306 => '9.1', 307 => '21.2', 310 => '22.2', 311 => '22.2', 312 => '22.2', 313 => 0x37, 314 => 0x37, 315 => 0x37 },
- 'shootingmode' => { 156 => 'ShootingMode', 234 => 0x89, 340 => 0x1f },
- 'shootingmodesetting' => { 299 => '5.1' },
- 'shortdescription' => { 504 => 'shortdescription' },
- 'shortdocumentid' => { 131 => 0xba },
- 'shortname' => { 500 => 'ShortName', 502 => 'ShortName' },
+ 'seminfo' => { 121 => 0x8546 },
+ 'sensingmethod' => { 121 => 0xa217, 508 => 'SensingMethod' },
+ 'sensitivityadjust' => { 377 => 0x40 },
+ 'sensitivitysteps' => { 358 => ['14.3','17.4'], 360 => 0x1 },
+ 'sensitivitytype' => { 121 => 0x8830, 509 => 'SensitivityType' },
+ 'sensor' => { 193 => 0x665e },
+ 'sensorarea' => { 324 => 0x400 },
+ 'sensorareas' => { 416 => 0xa010 },
+ 'sensorbitdepth' => { 344 => 0x312d },
+ 'sensorbluelevel' => { 75 => 0x5 },
+ 'sensorcalibration' => { 323 => 0x805 },
+ 'sensorcleaning' => { 92 => 0xd },
+ 'sensorfullheight' => { 139 => 0xf904 },
+ 'sensorfullwidth' => { 139 => 0xf903 },
+ 'sensorheight' => { 139 => 0xf901, 144 => 0xfa21, 190 => 0x8, 344 => 0x312c, 386 => 0x109, 409 => 0x1602 },
+ 'sensorimageheight' => { 140 => 0x3ee },
+ 'sensorimagewidth' => { 140 => 0x3ed },
+ 'sensorleftborder' => { 140 => 0x3eb },
+ 'sensorleftmargin' => { 386 => 0x10a },
+ 'sensorpixelsize' => { 236 => 0x9a },
+ 'sensorredlevel' => { 75 => 0x4 },
+ 'sensorserialnumber' => { 140 => 0x9ce },
+ 'sensorshield' => { 241 => 0x76b, 242 => 0x66d, 243 => 0x69d, 244 => 0x705 },
+ 'sensorsize' => { 158 => 'SensorSize', 377 => 0x35 },
+ 'sensortemperature' => { 322 => 0x1500, 324 => 0x1007, 382 => 0xc, 386 => 0x210, 419 => [0x39,0x55] },
+ 'sensortemperature2' => { 382 => 0xe, 386 => 0x211 },
+ 'sensortopborder' => { 140 => 0x3ec },
+ 'sensortopmargin' => { 386 => 0x10b },
+ 'sensortype' => { 342 => 0xca },
+ 'sensorwidth' => { 139 => 0xf900, 144 => 0xfa20, 190 => 0xa, 344 => 0x312b, 386 => 0x108, 409 => 0x1601 },
+ 'sequence' => { 403 => 0x7, 404 => 0x35, 405 => 0x36 },
+ 'sequencefilenumber' => { 452 => 0x4, 453 => 0x4, 454 => 0x4, 455 => 0x4, 465 => 0xc, 466 => 0xc, 467 => 0x1a },
+ 'sequenceimagenumber' => { 452 => 0x0, 453 => 0x0, 454 => 0x0, 455 => 0x0, 465 => 0x8, 466 => 0x8, 467 => 0x12, 474 => 0x24 },
+ 'sequencelength' => { 465 => 0x22, 466 => 0x1e, 467 => [0x16,0x1e] },
+ 'sequencename' => { 520 => 'sequenceName' },
+ 'sequencenumber' => { 78 => 0x9, 115 => 0x301c, 129 => 0x1101, 142 => 0x1d, 280 => 0x51c, 342 => 0x2b, 431 => [0x10c,0x30c], 442 => 0xb04a, 520 => 'sequenceNumber' },
+ 'sequenceshotinterval' => { 418 => 0x224 },
+ 'sequencetotalnumber' => { 520 => 'sequenceTotalNumber' },
+ 'sequentialshot' => { 418 => 0x20e },
+ 'serialnumber' => { 65 => 0xc, 99 => 0x180b, 121 => [0xa431,0xfde9], 139 => 0xfa04, 141 => 0xfa00, 143 => 0xc354, 144 => 0xfa19, 155 => 0x0, 158 => 'SerialNumber', 193 => 0x5501, 236 => [0xa0,0x1d], 320 => 0x101, 324 => [0x404,0x101a], 337 => 0x303, 339 => 0x305, 344 => 0x3103, 377 => 0x229, 386 => 0x102, 387 => 0x407, 402 => ['SNum','slno'], 403 => 0x15, 404 => 0x4b, 405 => 0x7e, 409 => 0x5, 416 => 0xa002, 419 => 0x2, 442 => 0x2031, 499 => 'SerialNumber', 509 => 'BodySerialNumber' },
+ 'serialnumberformat' => { 65 => 0x15, 99 => 0x183b },
+ 'serialnumberhash' => { 402 => 'CAME' },
+ 'series' => { 516 => 'Series' },
+ 'seriesdatetime' => { 480 => 'SeriesDateTime' },
+ 'seriesdescription' => { 480 => 'SeriesDescription' },
+ 'seriesidentifier' => { 516 => [\'Series','SeriesIdentifier'] },
+ 'seriesmodality' => { 480 => 'SeriesModality' },
+ 'seriesname' => { 516 => [\'Series','SeriesName'] },
+ 'seriesnumber' => { 480 => 'SeriesNumber', 521 => 'seriesNumber' },
+ 'seriestitle' => { 521 => 'seriesTitle' },
+ 'serviceidentifier' => { 134 => 0x1e },
+ 'servingsize' => { 523 => 'servingSize' },
+ 'setbuttoncrosskeysfunc' => { 89 => 0x0, 90 => 0x0 },
+ 'setbuttonwhenshooting' => { 84 => 0x1, 86 => 0x704, 92 => 0xc },
+ 'setclockfromlocationdata' => { 242 => 0x61d, 243 => 0x64d, 244 => 0x6b5 },
+ 'setfunctionwhenshooting' => { 87 => 0x0, 88 => 0x1, 91 => 0x1 },
+ 'setting' => { 520 => 'setting' },
+ 'shadingcompensation' => { 319 => 0x50c, 342 => 0x8a },
+ 'shadingcompensation2' => { 323 => 0x1012 },
+ 'shadow' => { 419 => 0xe },
+ 'shadowadj' => { 105 => 0x2030b },
+ 'shadowcorrection' => { 377 => 0x79 },
+ 'shadowprotection' => { 291 => 0x0 },
+ 'shadows' => { 121 => 0xfe52, 442 => 0x2032, 496 => 'Shadows', 502 => 'Shadows', 504 => 'Shadows' },
+ 'shadows2012' => { 502 => 'Shadows2012', 504 => 'Shadows2012' },
+ 'shadowsadj' => { 478 => 0x901a },
+ 'shadowscale' => { 121 => 0xc633 },
+ 'shadowtint' => { 502 => 'ShadowTint', 504 => 'ShadowTint' },
+ 'shadowtone' => { 129 => 0x1040 },
+ 'shakereduction' => { 379 => 0x1, 380 => 0x1 },
+ 'shareduserrating' => { 181 => 'WM/SharedUserRating' },
+ 'sharpendetail' => { 502 => 'SharpenDetail', 504 => 'SharpenDetail' },
+ 'sharpenedgemasking' => { 502 => 'SharpenEdgeMasking', 504 => 'SharpenEdgeMasking' },
+ 'sharpening' => { 344 => 0x300b },
+ 'sharpeningadj' => { 295 => 0x2b },
+ 'sharpeningkernel' => { 140 => 0x92f },
+ 'sharpenradius' => { 502 => 'SharpenRadius', 504 => 'SharpenRadius' },
+ 'sharpness' => { 8 => [0x42,0x48], 10 => 0x72, 12 => 0x74, 35 => 0xf, 64 => 0x6, 75 => 0x2, 114 => 0xb, 115 => [0x3011,0x21], 121 => [0xa40a,0xfe56], 129 => 0x1001, 142 => 0x6b, 151 => 0x37, 158 => 'Sharpness', 183 => 0x21, 184 => 0x30, 185 => 0x26, 186 => 0x18, 191 => 0x3, 236 => 0x6, 251 => 0x32, 252 => 0x33, 253 => 0x39, 324 => 0x100f, 342 => 0x41, 377 => 0x21, 384 => 0xb, 403 => 0x26, 405 => 0x56, 408 => 0x22, 409 => [0x1003,0x1014], 419 => 0x11, 429 => 0x1c, 430 => 0x19, 442 => 0x2006, 474 => 0x52, 502 => 'Sharpness', 504 => 'Sharpness', 508 => 'Sharpness' },
+ 'sharpnessadj' => { 105 => 0x20310, 110 => 0x25a, 478 => 0x801a },
+ 'sharpnessadjon' => { 105 => '0x20310.0' },
+ 'sharpnessauto' => { 72 => 0x94 },
+ 'sharpnessfactor' => { 324 => 0x102a },
+ 'sharpnessfaithful' => { 19 => 0xf5, 71 => 0x64, 72 => 0x64 },
+ 'sharpnessfrequency' => { 8 => [0x41,0x47], 75 => 0x3 },
+ 'sharpnesslandscape' => { 19 => 0xf3, 71 => 0x34, 72 => 0x34 },
+ 'sharpnessmonochrome' => { 19 => 0xf6, 71 => 0x7c, 72 => 0x7c },
+ 'sharpnessneutral' => { 19 => 0xf4, 71 => 0x4c, 72 => 0x4c },
+ 'sharpnessovershoot' => { 478 => 0x801b },
+ 'sharpnessportrait' => { 19 => 0xf2, 71 => 0x1c, 72 => 0x1c },
+ 'sharpnessrange' => { 442 => 0x2035 },
+ 'sharpnesssetting' => { 319 => 0x506, 327 => 0x1013, 431 => 0x12, 447 => 0xa },
+ 'sharpnessstandard' => { 19 => 0xf1, 71 => 0x4, 72 => 0x4 },
+ 'sharpnessstrength' => { 105 => 0x20311 },
+ 'sharpnessthreshold' => { 478 => 0x801d },
+ 'sharpnessundershoot' => { 478 => 0x801c },
+ 'sharpnessuserdef1' => { 19 => 0xf7, 71 => 0x94, 72 => 0xac },
+ 'sharpnessuserdef2' => { 19 => 0xf8, 71 => 0xac, 72 => 0xc4 },
+ 'sharpnessuserdef3' => { 19 => 0xf9, 71 => 0xc4, 72 => 0xdc },
+ 'shiftcols' => { 140 => 0xc70 },
+ 'shootid' => { 520 => 'shootID' },
+ 'shootingdistance' => { 105 => 0x20701 },
+ 'shootinginfodisplay' => { 299 => '13.2', 300 => '5.1', 308 => '10.2', 309 => '4.1', 312 => '5.1', 314 => '5.3' },
+ 'shootinginfomonitorofftime' => { 299 => '26.2', 300 => '22.2', 302 => '22.2', 303 => '22.2', 307 => '21.2', 308 => '9.1', 309 => '21.2', 312 => '22.2', 313 => '22.2', 314 => '22.2', 315 => 0x37, 316 => 0x37, 317 => 0x37 },
+ 'shootingmode' => { 158 => 'ShootingMode', 236 => 0x89, 342 => 0x1f },
+ 'shootingmodesetting' => { 301 => '5.1' },
+ 'shortdescription' => { 506 => 'shortdescription' },
+ 'shortdocumentid' => { 133 => 0xba },
+ 'shortname' => { 502 => 'ShortName', 504 => 'ShortName' },
'shortownername' => { 19 => 0xac },
- 'shortreleasetimelag' => { 84 => 0x80d },
- 'shorttitle' => { 392 => '@sti' },
- 'shotdate' => { 529 => 'shotDate' },
- 'shotday' => { 529 => 'shotDay' },
- 'shotlocation' => { 529 => 'shotLocation' },
- 'shotlogdata' => { 483 => 'shot_log_data' },
- 'shotname' => { 400 => 'shot', 529 => 'shotName' },
- 'shotnumber' => { 529 => 'shotNumber' },
- 'shotnumbersincepowerup' => { 444 => 0x44e, 463 => 0x1a, 464 => 0x16, 465 => 0xa },
- 'shotnumbersincepowerup2' => { 429 => 0x200 },
- 'shotsize' => { 529 => 'shotSize' },
- 'shotsperinterval' => { 223 => 0x180, 238 => 0xb4, 239 => 0xcc, 240 => 0xc0, 241 => 0xd0, 242 => 0xd0 },
- 'showmovement' => { 392 => 'shwm' },
- 'shownevent' => { 514 => 'EventExt' },
- 'showneventidentifier' => { 514 => [\'EventExt','EventExtIdentifier'] },
- 'showneventname' => { 514 => [\'EventExt','EventExtName'] },
- 'shutter' => { 459 => 0x20, 460 => 0x26, 461 => 0x26 },
- 'shutter-aelock' => { 82 => 0x4, 84 => 0x701, 85 => 0x3, 86 => 0x4, 87 => 0x3, 88 => 0x3, 89 => 0x4, 90 => 0x2 },
- 'shutteraelbutton' => { 83 => 0x4 },
- 'shutterbuttonafonbutton' => { 84 => 0x701 },
- 'shuttercount' => { 11 => 0x176, 57 => 0x1, 234 => 0xa7, 262 => [0x6a,0x157,0x24d], 263 => 0x286, 264 => 0x279, 265 => 0x284, 266 => 0x242, 267 => 0x280, 268 => 0x276, 269 => [0x27d,0x27f], 270 => 0x246, 272 => 0x2d6, 273 => 0x321, 274 => 0xbd8, 275 => 0x287, 276 => 0x320, 277 => 0x24a, 278 => 0x5fb, 279 => 0x2d5, 375 => 0x5d, 438 => 0x846, 443 => [0x125,0x14a], 459 => 0x32, 460 => 0x3a, 461 => 0x3a, 462 => 0xa },
- 'shuttercount2' => { 459 => 0x4c, 460 => [0x50,0x52,0x58], 461 => 0x50 },
- 'shuttercount3' => { 459 => [0x1a0,0x1aa,0x1bd], 460 => [0x19f,0x1cb,0x1cd] },
- 'shuttercurtainsync' => { 82 => 0xf, 83 => 0xf, 84 => 0x305, 85 => 0xe, 86 => 0xf, 87 => 0x8, 88 => 0x8, 89 => 0xf, 90 => 0x8 },
- 'shuttermode' => { 57 => 0x17, 140 => 0x1b, 234 => 0x34 },
- 'shutterreleasebuttonae-l' => { 297 => '17.7', 298 => '18.4', 300 => '78.4', 301 => '78.4', 302 => '16.1', 303 => '17.1', 304 => '17.1', 305 => '17.1', 306 => '7.1', 307 => '17.5', 310 => '18.4', 311 => '78.4', 312 => '18.2', 313 => 0x29, 314 => 0x29, 315 => 0x29 },
- 'shutterreleasemethod' => { 97 => 0x1010 },
- 'shutterreleasenocfcard' => { 82 => 0x2, 83 => 0x2, 90 => 0xf },
- 'shutterreleasetiming' => { 97 => 0x1011 },
- 'shutterreleasewithoutlens' => { 84 => 0x711 },
- 'shutterspeedlock' => { 298 => '38.1', 300 => '38.1', 301 => '38.1', 310 => '38.1', 311 => '38.1', 313 => 0xb7, 314 => 0xb7, 315 => 0xb7 },
- 'shutterspeedrange' => { 84 => 0x10c },
- 'shutterspeedsetting' => { 184 => 0x6, 427 => 0x2f, 428 => 0x28, 429 => 0x0 },
- 'shutterspeedvalue' => { 93 => 0x1, 119 => 0x9201, 322 => 0x1000, 384 => 0x400, 506 => 'ShutterSpeedValue' },
- 'shuttertype' => { 127 => 0x1050, 340 => 0x9f, 375 => 0x87, 465 => [0x133,0x139,0x13f] },
- 'sidecarforextension' => { 517 => 'SidecarForExtension' },
- 'sigmaimpulseparameters' => { 138 => 0xe0d },
- 'sigmascalingfactorcamera' => { 138 => 0xe0c },
- 'sigmascalingfactorlowres' => { 138 => 0xe0b },
- 'sigmasizetable' => { 138 => 0xe0f },
+ 'shortreleasetimelag' => { 86 => 0x80d },
+ 'shorttitle' => { 394 => '@sti' },
+ 'shotdate' => { 531 => 'shotDate' },
+ 'shotday' => { 531 => 'shotDay' },
+ 'shotlocation' => { 531 => 'shotLocation' },
+ 'shotlogdata' => { 485 => 'shot_log_data' },
+ 'shotname' => { 402 => 'shot', 531 => 'shotName' },
+ 'shotnumber' => { 531 => 'shotNumber' },
+ 'shotnumbersincepowerup' => { 446 => 0x44e, 465 => 0x1a, 466 => 0x16, 467 => 0xa },
+ 'shotnumbersincepowerup2' => { 431 => 0x200 },
+ 'shotsize' => { 531 => 'shotSize' },
+ 'shotsperinterval' => { 225 => 0x180, 240 => 0xb4, 241 => 0xcc, 242 => 0xc0, 243 => 0xd0, 244 => 0xd0 },
+ 'showmovement' => { 394 => 'shwm' },
+ 'shownevent' => { 516 => 'EventExt' },
+ 'showneventidentifier' => { 516 => [\'EventExt','EventExtIdentifier'] },
+ 'showneventname' => { 516 => [\'EventExt','EventExtName'] },
+ 'shutter' => { 461 => 0x20, 462 => 0x26, 463 => 0x26 },
+ 'shutter-aelock' => { 84 => 0x4, 86 => 0x701, 87 => 0x3, 88 => 0x4, 89 => 0x3, 90 => 0x3, 91 => 0x4, 92 => 0x2 },
+ 'shutteraelbutton' => { 85 => 0x4 },
+ 'shutterbuttonafonbutton' => { 86 => 0x701 },
+ 'shuttercount' => { 11 => 0x176, 32 => 0xaf1, 58 => 0x1, 236 => 0xa7, 264 => [0x6a,0x157,0x24d], 265 => 0x286, 266 => 0x279, 267 => 0x284, 268 => 0x242, 269 => 0x280, 270 => 0x276, 271 => [0x27d,0x27f], 272 => 0x246, 274 => 0x2d6, 275 => 0x321, 276 => 0xbd8, 277 => 0x287, 278 => 0x320, 279 => 0x24a, 280 => 0x5fb, 281 => 0x2d5, 377 => 0x5d, 440 => 0x846, 445 => [0x125,0x14a], 461 => 0x32, 462 => 0x3a, 463 => 0x3a, 464 => 0xa },
+ 'shuttercount2' => { 461 => 0x4c, 462 => [0x50,0x52,0x58], 463 => 0x50 },
+ 'shuttercount3' => { 461 => [0x1a0,0x1aa,0x1bd], 462 => [0x19f,0x1cb,0x1cd] },
+ 'shuttercurtainsync' => { 84 => 0xf, 85 => 0xf, 86 => 0x305, 87 => 0xe, 88 => 0xf, 89 => 0x8, 90 => 0x8, 91 => 0xf, 92 => 0x8 },
+ 'shuttermode' => { 58 => 0x17, 142 => 0x1b, 236 => 0x34 },
+ 'shutterreleasebuttonae-l' => { 299 => '17.7', 300 => '18.4', 302 => '78.4', 303 => '78.4', 304 => '16.1', 305 => '17.1', 306 => '17.1', 307 => '17.1', 308 => '7.1', 309 => '17.5', 312 => '18.4', 313 => '78.4', 314 => '18.2', 315 => 0x29, 316 => 0x29, 317 => 0x29 },
+ 'shutterreleasemethod' => { 99 => 0x1010 },
+ 'shutterreleasenocfcard' => { 84 => 0x2, 85 => 0x2, 92 => 0xf },
+ 'shutterreleasetiming' => { 99 => 0x1011 },
+ 'shutterreleasewithoutlens' => { 86 => 0x711 },
+ 'shutterspeedlock' => { 300 => '38.1', 302 => '38.1', 303 => '38.1', 312 => '38.1', 313 => '38.1', 315 => 0xb7, 316 => 0xb7, 317 => 0xb7 },
+ 'shutterspeedrange' => { 86 => 0x10c },
+ 'shutterspeedsetting' => { 186 => 0x6, 429 => 0x2f, 430 => 0x28, 431 => 0x0 },
+ 'shutterspeedvalue' => { 95 => 0x1, 121 => 0x9201, 324 => 0x1000, 386 => 0x400, 508 => 'ShutterSpeedValue' },
+ 'shuttertype' => { 129 => 0x1050, 342 => 0x9f, 377 => 0x87, 467 => [0x133,0x139,0x13f] },
+ 'sidecarforextension' => { 519 => 'SidecarForExtension' },
+ 'sigmaimpulseparameters' => { 140 => 0xe0d },
+ 'sigmascalingfactorcamera' => { 140 => 0xe0c },
+ 'sigmascalingfactorlowres' => { 140 => 0xe0b },
+ 'sigmasizetable' => { 140 => 0xe0f },
'signaltonoiseratio' => { 1 => 0x27 },
'signaltonoiseratiotype' => { 1 => 0x26 },
- 'silentphotography' => { 234 => 0xbf },
- 'similarityindex' => { 131 => 0xe4 },
- 'singleframebracketing' => { 184 => 0x21 },
- 'skilllevel' => { 521 => 'skillLevel' },
- 'skintonecorrection' => { 375 => 0x95 },
- 'skiplinetime' => { 138 => 0x184e },
- 'slaveflashmeteringsegments' => { 375 => 0x20b },
- 'slideshowname' => { 518 => 'slideshowName' },
- 'slideshownumber' => { 518 => 'slideshowNumber' },
- 'slideshowtotalnumber' => { 518 => 'slideshowTotalNumber' },
- 'slot2jpgsize' => { 239 => 0x24a, 242 => 0x24a },
- 'slowshutter' => { 77 => 0x8 },
- 'slowsync' => { 127 => 0x1030 },
- 'smartalbumcolor' => { 414 => 0x20 },
- 'smartrange' => { 414 => 0xa012 },
- 'smileshutter' => { 429 => 0x31 },
- 'smileshuttermode' => { 429 => 0x27 },
- 'smoothness' => { 119 => 0xfe57, 500 => 'Smoothness', 502 => 'Smoothness' },
- 'snapshot' => { 514 => 'SnapshotLink' },
- 'snapshotformat' => { 514 => [\'SnapshotLink','SnapshotLinkFormat'] },
- 'snapshotheightpixels' => { 514 => [\'SnapshotLink','SnapshotLinkHeightPixels'] },
- 'snapshotimagerole' => { 514 => [\'SnapshotLink','SnapshotLinkImageRole'] },
- 'snapshotlink' => { 514 => [\'SnapshotLink','SnapshotLinkLink'] },
- 'snapshotlinkqualifier' => { 514 => [\'SnapshotLink','SnapshotLinkLinkQualifier'] },
- 'snapshots' => { 495 => 'Snapshots' },
- 'snapshotusedvideoframe' => { 514 => [\'SnapshotLink','SnapshotLinkUsedVideoFrame'] },
- 'snapshotusedvideoframetimeformat' => { 514 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeFormat'] },
- 'snapshotusedvideoframetimevalue' => { 514 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeValue'] },
- 'snapshotusedvideoframevalue' => { 514 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameValue'] },
- 'snapshotwidthpixels' => { 514 => [\'SnapshotLink','SnapshotLinkWidthPixels'] },
- 'softskineffect' => { 440 => 0x200f },
- 'software' => { 119 => 0x131, 157 => 'Software', 330 => 'Software', 384 => 0x203, 394 => 'software', 417 => 0x18, 485 => 'Software', 525 => 'Software' },
- 'softwareversion' => { 400 => ['@swr',"\xa9swr"], 416 => 0x207 },
- 'soloist' => { 392 => "\xa9sol" },
- 'songwriter' => { 400 => "\xa9swf" },
- 'songwriterkeywords' => { 400 => "\xa9swk" },
- 'sonycropsize' => { 119 => 0x74c8 },
- 'sonycroptopleft' => { 119 => 0x74c7 },
- 'sonydatetime' => { 448 => 0x6, 450 => 0x1b6, 451 => 0x210, 452 => 0x1fe, 453 => 0x22c },
- 'sonydatetime2' => { 459 => 0x51 },
- 'sonyexposuretime' => { 459 => 0x3a, 460 => 0x46, 461 => [0x66,0x46], 462 => 0x1a },
- 'sonyexposuretime2' => { 472 => 0xe },
- 'sonyfnumber' => { 459 => 0x3c, 460 => 0x48, 461 => [0x68,0x48], 462 => 0x1c, 472 => 0x14 },
- 'sonyimageheight' => { 448 => 0x1a, 463 => 0x44, 464 => 0x3f, 465 => 0x47 },
- 'sonyimageheightmax' => { 472 => 0x40 },
- 'sonyimagesize' => { 184 => 0x3b, 427 => 0x54, 428 => 0x54, 429 => 0x9 },
- 'sonyimagewidth' => { 448 => 0x1c },
- 'sonyimagewidthmax' => { 472 => 0x3e },
- 'sonyiso' => { 450 => 0x1218, 451 => 0x11f4, 452 => 0x1270, 453 => [0x1254,0x1258,0x1280], 454 => 0x113c, 455 => 0x344, 456 => 0x346, 457 => 0x320, 472 => 0x4 },
- 'sonymaxaperture' => { 459 => 0x0, 460 => 0x0 },
- 'sonymaxaperturevalue' => { 472 => 0x16 },
- 'sonyminaperture' => { 459 => 0x1, 460 => 0x1 },
- 'sonymodelid' => { 440 => 0xb001 },
- 'sonyquality' => { 184 => 0x3c },
- 'sonyrawimagesize' => { 119 => 0x7038 },
- 'sonytimeminsec' => { 460 => 0x61 },
- 'sortalbum' => { 392 => 'soal' },
- 'sortalbumartist' => { 392 => 'soaa' },
- 'sortartist' => { 392 => 'soar' },
- 'sortcomposer' => { 392 => 'soco' },
- 'sortname' => { 392 => 'sonm', 500 => 'SortName', 502 => 'SortName' },
- 'sortshow' => { 392 => 'sosn' },
- 'soundengineer' => { 392 => "\xa9sne" },
- 'source' => { 131 => 0x73, 330 => 'Source', 503 => 'source', 504 => 'source', 517 => 'Source' },
- 'sourcecount' => { 489 => 'SourceCount' },
- 'sourcecredits' => { 400 => "\xa9src" },
- 'sourcedirectoryindex' => { 362 => 0x0 },
- 'sourcefileindex' => { 362 => 0x2 },
- 'sourcephotoscount' => { 488 => 'SourcePhotosCount' },
- 'sourceprofileprefix' => { 138 => 0x1390 },
- 'spatialfrequencyresponse' => { 506 => 'SpatialFrequencyResponse' },
- 'spatialfrequencyresponsecolumns' => { 506 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseColumns'] },
- 'spatialfrequencyresponsenames' => { 506 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseNames'] },
- 'spatialfrequencyresponserows' => { 506 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseRows'] },
- 'spatialfrequencyresponsevalues' => { 506 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseValues'] },
- 'speakerplacement' => { 529 => 'speakerPlacement' },
- 'specialeffectlevel' => { 113 => 0x3030 },
- 'specialeffectmode' => { 113 => 0x2076 },
- 'specialeffectsetting' => { 113 => 0x3031 },
- 'specialinstructions' => { 131 => 0x28 },
- 'specialmode' => { 322 => 0x200, 416 => 0x200 },
- 'specialoccasion' => { 521 => 'specialOccasion' },
- 'specialtypeid' => { 483 => 'SpecialTypeID' },
- 'spectralsensitivity' => { 119 => 0x8824, 506 => 'SpectralSensitivity' },
- 'specularwhitelevel' => { 41 => 0x32b, 42 => 0x281, 45 => [0x2b9,0x2d0,0x2d4], 46 => 0x56a, 47 => 0x1e4, 48 => [0x1fd,0x2dd], 49 => [0x231,0x30f], 50 => 0x31d },
- 'speedx' => { 115 => 0x3, 400 => "\xa9xsp" },
- 'speedy' => { 115 => 0x4, 400 => "\xa9ysp" },
- 'speedz' => { 115 => 0x5, 400 => "\xa9zsp" },
- 'spherical' => { 489 => 'Spherical' },
- 'sphericalvideoxml' => { 120 => 'SphericalVideoXML' },
- 'splitcolumn' => { 384 => 0x222 },
- 'splittoningbalance' => { 500 => 'SplitToningBalance', 502 => 'SplitToningBalance' },
- 'splittoninghighlighthue' => { 500 => 'SplitToningHighlightHue', 502 => 'SplitToningHighlightHue' },
- 'splittoninghighlightsaturation' => { 500 => 'SplitToningHighlightSaturation', 502 => 'SplitToningHighlightSaturation' },
- 'splittoningshadowhue' => { 500 => 'SplitToningShadowHue', 502 => 'SplitToningShadowHue' },
- 'splittoningshadowsaturation' => { 500 => 'SplitToningShadowSaturation', 502 => 'SplitToningShadowSaturation' },
- 'sport' => { 519 => 'sport' },
- 'spotfocuspointx' => { 181 => 0x2d },
- 'spotfocuspointy' => { 181 => 0x2e },
- 'spotmeteringmode' => { 34 => 0x27 },
- 'spotmeterlinktoafpoint' => { 84 => 0x107 },
- 'sractive' => { 356 => '17.1' },
- 'srawquality' => { 34 => 0x2e },
- 'srfocallength' => { 377 => 0x3 },
- 'srgbrendering' => { 328 => 'sRGB' },
- 'srhalfpresstime' => { 377 => 0x2 },
- 'srresult' => { 377 => 0x0, 378 => 0x0 },
- 'stackedimage' => { 317 => 0x804 },
- 'standardmatrixcustom' => { 138 => 0x7d4 },
- 'standardmatrixdaylight' => { 138 => 0x7d0 },
- 'standardmatrixflash' => { 138 => 0x7d3 },
- 'standardmatrixfluorescent' => { 138 => 0x7d2 },
- 'standardmatrixtungsten' => { 138 => 0x7d1 },
- 'standardoutputhighlightpoint' => { 109 => 0x14 },
- 'standardoutputsensitivity' => { 119 => 0x8831, 507 => 'StandardOutputSensitivity' },
- 'standardoutputshadowpoint' => { 109 => 0x15 },
- 'standardrawcolortone' => { 109 => 0xd },
- 'standardrawcontrast' => { 109 => 0xf },
- 'standardrawhighlight' => { 109 => 0x75 },
- 'standardrawhighlightpoint' => { 109 => 0x12 },
- 'standardrawlinear' => { 109 => 0x10 },
- 'standardrawsaturation' => { 109 => 0xe },
- 'standardrawshadow' => { 109 => 0x7e },
- 'standardrawshadowpoint' => { 109 => 0x13 },
- 'standardrawsharpness' => { 109 => 0x11 },
- 'standardunsharpmaskfineness' => { 109 => 0x94 },
- 'standardunsharpmaskstrength' => { 109 => 0x92 },
- 'standardunsharpmaskthreshold' => { 109 => 0x96 },
- 'standardwhitecustom' => { 138 => 0x838 },
- 'standardwhitedaylight' => { 138 => 0x834 },
- 'standardwhiteflash' => { 138 => 0x837 },
- 'standardwhitefluorescent' => { 138 => 0x836 },
- 'standardwhitetungsten' => { 138 => 0x835 },
- 'standbytimer' => { 298 => '19.1', 300 => '19.1', 301 => '19.1', 304 => '18.1', 305 => '18.1', 310 => '19.1', 311 => '19.1' },
- 'starlightview' => { 313 => 0x249, 314 => 0x249, 315 => 0x261 },
- 'startingpage' => { 519 => 'startingPage' },
- 'startmovieshooting' => { 84 => 0x70d },
- 'starttimecode' => { 400 => "\xa9TIM", 529 => 'startTimecode' },
- 'starttimecodetimeformat' => { 529 => [\'startTimecode','startTimecodeTimeFormat'] },
- 'starttimecodetimevalue' => { 529 => [\'startTimecode','startTimecodeTimeValue'] },
- 'starttimecodevalue' => { 529 => [\'startTimecode','startTimecodeValue'] },
- 'starttimesamplesize' => { 400 => "\xa9TSZ", 529 => 'startTimeSampleSize' },
- 'starttimescale' => { 400 => "\xa9TSC", 529 => 'startTimeScale' },
- 'state' => { 161 => 'State', 340 => 0x6b, 517 => 'State' },
- 'status' => { 481 => 'Status', 493 => 'Status' },
- 'stereomode' => { 489 => 'StereoMode' },
- 'stitched' => { 489 => 'Stitched' },
- 'stitchingsoftware' => { 488 => 'StitchingSoftware', 489 => 'StitchingSoftware' },
- 'stopsabovebaseiso' => { 449 => 0x113e, 450 => 0x113e, 451 => 0x111a, 452 => 0x1196, 453 => 0x1172, 454 => 0x102a, 455 => 0x222, 456 => 0x222, 457 => 0x217, 472 => 0xa },
- 'storagemethod' => { 188 => 0x12 },
- 'storebyorientation' => { 298 => '46.3', 300 => '47.3', 301 => '47.3', 310 => '47.3', 311 => '47.3', 313 => 0xd, 314 => 0xd, 315 => 0xd },
- 'storedescription' => { 392 => 'sdes' },
- 'storylineidentifier' => { 514 => 'StorylineIdentifier' },
- 'straightenangle' => { 290 => 0x2fc08431 },
- 'streamready' => { 514 => 'StreamReady' },
- 'streamtype' => { 176 => 'StreamType' },
- 'stretchmode' => { 529 => 'stretchMode' },
- 'studydatetime' => { 478 => 'StudyDateTime' },
- 'studydescription' => { 478 => 'StudyDescription' },
- 'studyid' => { 478 => 'StudyID' },
- 'studyphysician' => { 478 => 'StudyPhysician' },
- 'styleperiod' => { 514 => 'StylePeriod' },
- 'sub-location' => { 131 => 0x5c },
- 'subcommanddialplaybackmode' => { 313 => 0x1cf, 314 => 0x1cf, 315 => 0x1e7 },
- 'subfiledata' => { 164 => 'data' },
- 'subfiledirectory' => { 164 => '1Directory' },
- 'subfilemimetype' => { 164 => '2MIME' },
- 'subfilename' => { 164 => '1Name' },
- 'subfileresource' => { 164 => 'rsrc' },
- 'subfiletype' => { 119 => 0xfe, 164 => '0Type' },
- 'subject' => { 326 => 'Subject', 391 => 'Subject', 503 => 'subject', 516 => 'Subject', 530 => 'subject' },
- 'subjectarea' => { 119 => 0x9214, 506 => 'SubjectArea' },
- 'subjectcode' => { 513 => 'SubjectCode' },
- 'subjectdetection' => { 239 => 0x252, 240 => 0x23e, 241 => 0x252, 242 => 0x252 },
- 'subjectdistance' => { 119 => 0x9206, 140 => 0x3e, 506 => 'SubjectDistance' },
- 'subjectdistancerange' => { 119 => 0xa40c, 506 => 'SubjectDistanceRange' },
- 'subjectlocation' => { 119 => 0xa214, 506 => 'SubjectLocation' },
- 'subjectmotion' => { 300 => '78.2', 301 => '78.2', 311 => '78.2', 313 => 0x103, 314 => 0x103, 315 => 0x119 },
- 'subjectprogram' => { 181 => 0x22 },
- 'subjectreference' => { 131 => 0xc },
- 'sublabels1' => { 512 => [\'TagStructure','TagStructureSubLabels'] },
- 'sublabels2' => { 512 => [\'TagStructure','TagStructureSubLabelsSubLabels'] },
- 'sublabels3' => { 512 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabels'] },
- 'sublabels4' => { 512 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabels'] },
- 'sublabels5' => { 512 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabels'] },
- 'subseccreatedate' => { 114 => 'Exif-SubSecCreateDate' },
- 'subsecdatetimeoriginal' => { 114 => 'Exif-SubSecDateTimeOriginal' },
- 'subsecmodifydate' => { 114 => 'Exif-SubSecModifyDate' },
- 'subsectime' => { 119 => 0x9290 },
- 'subsectimedigitized' => { 119 => 0x9292 },
- 'subsectimeoriginal' => { 119 => 0x9291 },
- 'subsection1' => { 519 => 'subsection1' },
- 'subsection2' => { 519 => 'subsection2' },
- 'subsection3' => { 519 => 'subsection3' },
- 'subsection4' => { 519 => 'subsection4' },
- 'subselector' => { 298 => '49.1', 300 => '71.1', 301 => '71.1', 311 => '71.1', 313 => 0x8f, 314 => 0x8f, 315 => 0x8f },
- 'subselectorassignment' => { 298 => '48.1' },
- 'subselectorcenter' => { 300 => '72.1', 301 => '72.1', 311 => '72.1' },
- 'subselectorplusdials' => { 298 => '49.2', 300 => '73.1', 301 => '73.1', 311 => '73.1' },
- 'subtitle' => { 179 => 'WM/SubTitle', 392 => "\xa9st3", 400 => "\xa9snm", 519 => 'subtitle' },
- 'subtitlekeywords' => { 400 => "\xa9snk" },
- 'subversionfilename' => { 512 => [\'SubVersions','SubVersionsFileName'] },
- 'subversionreference' => { 512 => [\'SubVersions','SubVersionsVersRef'] },
- 'subversions' => { 512 => 'SubVersions' },
- 'superimposeddisplay' => { 82 => 0xa, 84 => 0x510, 85 => 0x9, 86 => 0xa, 89 => 0xa, 90 => 0xe },
- 'supermacro' => { 64 => 0x1a },
- 'supplementalcategories' => { 131 => 0x14, 517 => 'SupplementalCategories' },
- 'supplementaltype' => { 133 => 0x37 },
- 'supplementdisplayid' => { 519 => 'supplementDisplayID' },
- 'supplementstartingpage' => { 519 => 'supplementStartingPage' },
- 'supplementtitle' => { 519 => 'supplementTitle' },
- 'supplychainsource' => { 514 => 'SupplyChainSource' },
- 'supplychainsourceidentifier' => { 514 => [\'SupplyChainSource','SupplyChainSourceIdentifier'] },
- 'supplychainsourcename' => { 514 => [\'SupplyChainSource','SupplyChainSourceName'] },
- 'supportsamount' => { 500 => 'SupportsAmount', 502 => 'SupportsAmount' },
- 'supportscolor' => { 500 => 'SupportsColor', 502 => 'SupportsColor' },
- 'supportshighdynamicrange' => { 500 => 'SupportsHighDynamicRange', 502 => 'SupportsHighDynamicRange' },
- 'supportsmonochrome' => { 500 => 'SupportsMonochrome', 502 => 'SupportsMonochrome' },
- 'supportsnormaldynamicrange' => { 500 => 'SupportsNormalDynamicRange', 502 => 'SupportsNormalDynamicRange' },
- 'supportsoutputreferred' => { 500 => 'SupportsOutputReferred', 502 => 'SupportsOutputReferred' },
- 'supportsscenereferred' => { 500 => 'SupportsSceneReferred', 502 => 'SupportsSceneReferred' },
- 'svisosetting' => { 356 => 0x14 },
- 'swatchcoloranta' => { 534 => [\'SwatchGroups','SwatchGroupsColorantsA'] },
- 'swatchcolorantb' => { 534 => [\'SwatchGroups','SwatchGroupsColorantsB'] },
- 'swatchcolorantblack' => { 534 => [\'SwatchGroups','SwatchGroupsColorantsBlack'] },
- 'swatchcolorantblue' => { 534 => [\'SwatchGroups','SwatchGroupsColorantsBlue'] },
- 'swatchcolorantcyan' => { 534 => [\'SwatchGroups','SwatchGroupsColorantsCyan'] },
- 'swatchcolorantgray' => { 534 => [\'SwatchGroups','SwatchGroupsColorantsGray'] },
- 'swatchcolorantgreen' => { 534 => [\'SwatchGroups','SwatchGroupsColorantsGreen'] },
- 'swatchcolorantl' => { 534 => [\'SwatchGroups','SwatchGroupsColorantsL'] },
- 'swatchcolorantmagenta' => { 534 => [\'SwatchGroups','SwatchGroupsColorantsMagenta'] },
- 'swatchcolorantmode' => { 534 => [\'SwatchGroups','SwatchGroupsColorantsMode'] },
- 'swatchcolorantred' => { 534 => [\'SwatchGroups','SwatchGroupsColorantsRed'] },
- 'swatchcolorantswatchname' => { 534 => [\'SwatchGroups','SwatchGroupsColorantsSwatchName'] },
- 'swatchcoloranttint' => { 534 => [\'SwatchGroups','SwatchGroupsColorantsTint'] },
- 'swatchcoloranttype' => { 534 => [\'SwatchGroups','SwatchGroupsColorantsType'] },
- 'swatchcolorantyellow' => { 534 => [\'SwatchGroups','SwatchGroupsColorantsYellow'] },
- 'swatchgroupname' => { 534 => [\'SwatchGroups','SwatchGroupsGroupName'] },
- 'swatchgroups' => { 534 => 'SwatchGroups' },
- 'swatchgroupscolorants' => { 534 => [\'SwatchGroups','SwatchGroupsColorants'] },
- 'swatchgrouptype' => { 534 => [\'SwatchGroups','SwatchGroupsGroupType'] },
- 'sweeppanoramadirection' => { 340 => 0x93, 429 => 0x33 },
- 'sweeppanoramafieldofview' => { 340 => 0x94 },
- 'sweeppanoramasize' => { 429 => 0x32 },
- 'switchtoregisteredafpoint' => { 83 => 0x12, 84 => 0x50a },
- 'symlink' => { 120 => 'SymLink' },
- 'syncreleasemode' => { 300 => '77.1', 301 => '77.1', 311 => '77.1', 313 => 0x41, 314 => 0x41, 315 => 0x41 },
- 'system' => { 384 => 0x204 },
- 'tagged' => { 386 => 0xdd, 387 => 'Tagged', 495 => 'tagged' },
- 'tagslist' => { 505 => 'TagsList' },
- 'tagstructure' => { 512 => 'TagStructure' },
- 'takenumber' => { 529 => 'takeNumber' },
- 'tapename' => { 529 => 'tapeName' },
- 'targetaperture' => { 77 => 0x4 },
- 'targetcompressionratio' => { 95 => 0x1 },
- 'targetdistancesetting' => { 97 => 0x1807 },
- 'targetexposuretime' => { 77 => 0x5 },
- 'targetimagetype' => { 97 => 0x100a },
- 'targetprinter' => { 119 => 0x151 },
- 'taxon' => { 118 => 'Taxon' },
- 'taxonacceptednameusage' => { 118 => [\'Taxon','TaxonAcceptedNameUsage'] },
- 'taxonacceptednameusageid' => { 118 => [\'Taxon','TaxonAcceptedNameUsageID'] },
- 'taxonclass' => { 118 => [\'Taxon','TaxonClass'] },
- 'taxonconceptid' => { 118 => [\'Taxon','TaxonTaxonConceptID'] },
- 'taxoncultivarepithet' => { 118 => [\'Taxon','TaxonCultivarEpithet'] },
- 'taxonfamily' => { 118 => [\'Taxon','TaxonFamily'] },
- 'taxongenus' => { 118 => [\'Taxon','TaxonGenus'] },
- 'taxonhigherclassification' => { 118 => [\'Taxon','TaxonHigherClassification'] },
- 'taxonid' => { 118 => [\'Taxon','TaxonTaxonID'] },
- 'taxoninfraspecificepithet' => { 118 => [\'Taxon','TaxonInfraspecificEpithet'] },
- 'taxonkingdom' => { 118 => [\'Taxon','TaxonKingdom'] },
- 'taxonnameaccordingto' => { 118 => [\'Taxon','TaxonNameAccordingTo'] },
- 'taxonnameaccordingtoid' => { 118 => [\'Taxon','TaxonNameAccordingToID'] },
- 'taxonnamepublishedin' => { 118 => [\'Taxon','TaxonNamePublishedIn'] },
- 'taxonnamepublishedinid' => { 118 => [\'Taxon','TaxonNamePublishedInID'] },
- 'taxonnamepublishedinyear' => { 118 => [\'Taxon','TaxonNamePublishedInYear'] },
- 'taxonnomenclaturalcode' => { 118 => [\'Taxon','TaxonNomenclaturalCode'] },
- 'taxonnomenclaturalstatus' => { 118 => [\'Taxon','TaxonNomenclaturalStatus'] },
- 'taxonorder' => { 118 => [\'Taxon','TaxonOrder'] },
- 'taxonoriginalnameusage' => { 118 => [\'Taxon','TaxonOriginalNameUsage'] },
- 'taxonoriginalnameusageid' => { 118 => [\'Taxon','TaxonOriginalNameUsageID'] },
- 'taxonparentnameusage' => { 118 => [\'Taxon','TaxonParentNameUsage'] },
- 'taxonparentnameusageid' => { 118 => [\'Taxon','TaxonParentNameUsageID'] },
- 'taxonphylum' => { 118 => [\'Taxon','TaxonPhylum'] },
- 'taxonrank' => { 118 => [\'Taxon','TaxonTaxonRank'] },
- 'taxonremarks' => { 118 => [\'Taxon','TaxonTaxonRemarks'] },
- 'taxonscientificname' => { 118 => [\'Taxon','TaxonScientificName'] },
- 'taxonscientificnameauthorship' => { 118 => [\'Taxon','TaxonScientificNameAuthorship'] },
- 'taxonscientificnameid' => { 118 => [\'Taxon','TaxonScientificNameID'] },
- 'taxonspecificepithet' => { 118 => [\'Taxon','TaxonSpecificEpithet'] },
- 'taxonsubgenus' => { 118 => [\'Taxon','TaxonSubgenus'] },
- 'taxontaxonomicstatus' => { 118 => [\'Taxon','TaxonTaxonomicStatus'] },
- 'taxonverbatimtaxonrank' => { 118 => [\'Taxon','TaxonVerbatimTaxonRank'] },
- 'taxonvernacularname' => { 118 => [\'Taxon','TaxonVernacularName'] },
- 'tda1bandwidth' => { 138 => 0x196f },
- 'tda1edgepolarity' => { 138 => 0x1971 },
- 'tda1gain' => { 138 => 0x1970 },
- 'tda1offset' => { 138 => 0x196e },
- 'tda2bandwidth' => { 138 => 0x1979 },
- 'tda2edgepolarity' => { 138 => 0x197b },
- 'tda2gain' => { 138 => 0x197a },
- 'tda2offset' => { 138 => 0x1978 },
- 'tda3bandwidth' => { 138 => 0x1983 },
- 'tda3edgepolarity' => { 138 => 0x1985 },
- 'tda3gain' => { 138 => 0x1984 },
- 'tda3offset' => { 138 => 0x1982 },
- 'tda4bandwidth' => { 138 => 0x198d },
- 'tda4edgepolarity' => { 138 => 0x198f },
- 'tda4gain' => { 138 => 0x198e },
- 'tda4offset' => { 138 => 0x198c },
- 'teaser' => { 519 => 'teaser' },
- 'teleconverter' => { 186 => 0x105, 440 => 0x105 },
- 'tempampgainx100' => { 138 => 0x1914 },
- 'tempo' => { 529 => 'tempo' },
- 'temporalcoverage' => { 514 => 'TemporalCoverage' },
- 'temporalcoveragefrom' => { 514 => [\'TemporalCoverage','TemporalCoverageTempCoverageFrom'] },
- 'temporalcoverageto' => { 514 => [\'TemporalCoverage','TemporalCoverageTempCoverageTo'] },
- 'termsandconditionstext' => { 327 => 'TermsAndConditionsText' },
- 'termsandconditionsurl' => { 327 => 'TermsAndConditionsURL' },
- 'testname' => { 120 => 'TestName' },
- 'textencoding' => { 233 => 0x4 },
- 'textlayername' => { 517 => [\'TextLayers','TextLayersLayerName'] },
- 'textlayers' => { 517 => 'TextLayers' },
- 'textlayertext' => { 517 => [\'TextLayers','TextLayersLayerText'] },
- 'textstamp' => { 340 => [0x8008,0x8009,0x3b,0x3e] },
- 'texture' => { 500 => 'Texture', 502 => 'Texture' },
- 'three-dtrackingfacedetection' => { 300 => '1.4', 301 => '1.4', 311 => '1.4' },
- 'three-dtrackingwatcharea' => { 300 => '78.1', 301 => '78.1', 311 => '78.1' },
- 'thresholding' => { 119 => 0x107 },
- 'thumbnailfilename' => { 97 => 0x817 },
- 'thumbnailformat' => { 527 => [\'Thumbnails','ThumbnailsFormat'] },
- 'thumbnailheight' => { 142 => 0xfa55, 527 => [\'Thumbnails','ThumbnailsHeight'] },
- 'thumbnailimage' => { 6 => 'CNDA', 97 => 0x2008, 114 => 'Exif-ThumbnailImage', 122 => 0x3, 167 => 'data', 322 => 0x100, 400 => 'thmb', 527 => [\'Thumbnails','ThumbnailsImage'] },
- 'thumbnailimagename' => { 167 => '1Name' },
- 'thumbnailimagesize' => { 167 => 'ImageSize' },
- 'thumbnailimagetype' => { 167 => '0Type' },
- 'thumbnailimagevalidarea' => { 64 => 0x13 },
- 'thumbnaillength' => { 119 => 0x202 },
- 'thumbnailoffset' => { 119 => 0x201 },
- 'thumbnailpng' => { 400 => 'thmb' },
- 'thumbnails' => { 527 => 'Thumbnails' },
- 'thumbnailwidth' => { 142 => 0xfa54, 527 => [\'Thumbnails','ThumbnailsWidth'] },
- 'ticker' => { 519 => 'ticker' },
- 'tiffhandling' => { 500 => 'TIFFHandling', 502 => 'TIFFHandling' },
- 'tiffmeteringimage' => { 187 => 0x104c, 438 => 0x1110 },
- 'tilelength' => { 119 => 0x143 },
- 'tilewidth' => { 119 => 0x142 },
- 'time' => { 138 => 0x401, 375 => 0x7 },
- 'timecodes' => { 119 => 0xc763 },
- 'timecreated' => { 131 => 0x3c, 140 => 0x14, 149 => 0x10, 387 => 'TimeCreated' },
- 'timelapseshotnumber' => { 343 => 0x10 },
- 'timeperiod' => { 519 => 'timePeriod' },
- 'timerfunctionbutton' => { 299 => '5.2', 302 => '12.1', 303 => '13.1' },
- 'timerlength' => { 84 => 0x80c },
- 'timerrecording' => { 340 => 0x96 },
- 'timescaleparams' => { 529 => 'timeScaleParams' },
- 'timescaleparamsframeoverlappingpercentage' => { 529 => [\'timeScaleParams','timeScaleParamsFrameOverlappingPercentage'] },
- 'timescaleparamsframesize' => { 529 => [\'timeScaleParams','timeScaleParamsFrameSize'] },
- 'timescaleparamsquality' => { 529 => [\'timeScaleParams','timeScaleParamsQuality'] },
- 'timesent' => { 132 => 0x50 },
- 'timeshot' => { 490 => 'TimeShot' },
- 'timesignature' => { 529 => 'timeSignature' },
- 'timesincepoweron' => { 340 => 0x29 },
- 'timestamp' => { 11 => 0x45e, 19 => 0x11c, 316 => 0x8, 330 => 'TimeStamp', 340 => 0xaf, 489 => 'Timestamp', 496 => 'Timestamp', 512 => 'TimeStamp' },
+ 'silentphotography' => { 236 => 0xbf },
+ 'similarityindex' => { 133 => 0xe4 },
+ 'singleframebracketing' => { 186 => 0x21 },
+ 'skilllevel' => { 523 => 'skillLevel' },
+ 'skintonecorrection' => { 377 => 0x95 },
+ 'skiplinetime' => { 140 => 0x184e },
+ 'slaveflashmeteringsegments' => { 377 => 0x20b },
+ 'slideshowname' => { 520 => 'slideshowName' },
+ 'slideshownumber' => { 520 => 'slideshowNumber' },
+ 'slideshowtotalnumber' => { 520 => 'slideshowTotalNumber' },
+ 'slot2jpgsize' => { 241 => 0x24a, 244 => 0x24a },
+ 'slowshutter' => { 78 => 0x8 },
+ 'slowsync' => { 129 => 0x1030 },
+ 'smartalbumcolor' => { 416 => 0x20 },
+ 'smartrange' => { 416 => 0xa012 },
+ 'smileshutter' => { 431 => 0x31 },
+ 'smileshuttermode' => { 431 => 0x27 },
+ 'smoothness' => { 121 => 0xfe57, 502 => 'Smoothness', 504 => 'Smoothness' },
+ 'snapshot' => { 516 => 'SnapshotLink' },
+ 'snapshotformat' => { 516 => [\'SnapshotLink','SnapshotLinkFormat'] },
+ 'snapshotheightpixels' => { 516 => [\'SnapshotLink','SnapshotLinkHeightPixels'] },
+ 'snapshotimagerole' => { 516 => [\'SnapshotLink','SnapshotLinkImageRole'] },
+ 'snapshotlink' => { 516 => [\'SnapshotLink','SnapshotLinkLink'] },
+ 'snapshotlinkqualifier' => { 516 => [\'SnapshotLink','SnapshotLinkLinkQualifier'] },
+ 'snapshots' => { 497 => 'Snapshots' },
+ 'snapshotusedvideoframe' => { 516 => [\'SnapshotLink','SnapshotLinkUsedVideoFrame'] },
+ 'snapshotusedvideoframetimeformat' => { 516 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeFormat'] },
+ 'snapshotusedvideoframetimevalue' => { 516 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeValue'] },
+ 'snapshotusedvideoframevalue' => { 516 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameValue'] },
+ 'snapshotwidthpixels' => { 516 => [\'SnapshotLink','SnapshotLinkWidthPixels'] },
+ 'softskineffect' => { 442 => 0x200f },
+ 'software' => { 121 => 0x131, 159 => 'Software', 332 => 'Software', 386 => 0x203, 396 => 'software', 419 => 0x18, 487 => 'Software', 527 => 'Software' },
+ 'softwareversion' => { 402 => ['@swr',"\xa9swr"], 418 => 0x207 },
+ 'soloist' => { 394 => "\xa9sol" },
+ 'songwriter' => { 402 => "\xa9swf" },
+ 'songwriterkeywords' => { 402 => "\xa9swk" },
+ 'sonycropsize' => { 121 => 0x74c8 },
+ 'sonycroptopleft' => { 121 => 0x74c7 },
+ 'sonydatetime' => { 450 => 0x6, 452 => 0x1b6, 453 => 0x210, 454 => 0x1fe, 455 => 0x22c },
+ 'sonydatetime2' => { 461 => 0x51 },
+ 'sonyexposuretime' => { 461 => 0x3a, 462 => 0x46, 463 => [0x66,0x46], 464 => 0x1a },
+ 'sonyexposuretime2' => { 474 => 0xe },
+ 'sonyfnumber' => { 461 => 0x3c, 462 => 0x48, 463 => [0x68,0x48], 464 => 0x1c, 474 => 0x14 },
+ 'sonyimageheight' => { 450 => 0x1a, 465 => 0x44, 466 => 0x3f, 467 => 0x47 },
+ 'sonyimageheightmax' => { 474 => 0x40 },
+ 'sonyimagesize' => { 186 => 0x3b, 429 => 0x54, 430 => 0x54, 431 => 0x9 },
+ 'sonyimagewidth' => { 450 => 0x1c },
+ 'sonyimagewidthmax' => { 474 => 0x3e },
+ 'sonyiso' => { 452 => 0x1218, 453 => 0x11f4, 454 => 0x1270, 455 => [0x1254,0x1258,0x1280], 456 => 0x113c, 457 => 0x344, 458 => 0x346, 459 => 0x320, 474 => 0x4 },
+ 'sonymaxaperture' => { 461 => 0x0, 462 => 0x0 },
+ 'sonymaxaperturevalue' => { 474 => 0x16 },
+ 'sonyminaperture' => { 461 => 0x1, 462 => 0x1 },
+ 'sonymodelid' => { 442 => 0xb001 },
+ 'sonyquality' => { 186 => 0x3c },
+ 'sonyrawimagesize' => { 121 => 0x7038 },
+ 'sonytimeminsec' => { 462 => 0x61 },
+ 'sortalbum' => { 394 => 'soal' },
+ 'sortalbumartist' => { 394 => 'soaa' },
+ 'sortartist' => { 394 => 'soar' },
+ 'sortcomposer' => { 394 => 'soco' },
+ 'sortname' => { 394 => 'sonm', 502 => 'SortName', 504 => 'SortName' },
+ 'sortshow' => { 394 => 'sosn' },
+ 'soundengineer' => { 394 => "\xa9sne" },
+ 'source' => { 133 => 0x73, 332 => 'Source', 505 => 'source', 506 => 'source', 519 => 'Source' },
+ 'sourcecount' => { 491 => 'SourceCount' },
+ 'sourcecredits' => { 402 => "\xa9src" },
+ 'sourcedirectoryindex' => { 364 => 0x0 },
+ 'sourcefileindex' => { 364 => 0x2 },
+ 'sourcephotoscount' => { 490 => 'SourcePhotosCount' },
+ 'sourceprofileprefix' => { 140 => 0x1390 },
+ 'spatialfrequencyresponse' => { 508 => 'SpatialFrequencyResponse' },
+ 'spatialfrequencyresponsecolumns' => { 508 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseColumns'] },
+ 'spatialfrequencyresponsenames' => { 508 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseNames'] },
+ 'spatialfrequencyresponserows' => { 508 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseRows'] },
+ 'spatialfrequencyresponsevalues' => { 508 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseValues'] },
+ 'speakerplacement' => { 531 => 'speakerPlacement' },
+ 'specialeffectlevel' => { 115 => 0x3030 },
+ 'specialeffectmode' => { 115 => 0x2076 },
+ 'specialeffectsetting' => { 115 => 0x3031 },
+ 'specialinstructions' => { 133 => 0x28 },
+ 'specialmode' => { 324 => 0x200, 418 => 0x200 },
+ 'specialoccasion' => { 523 => 'specialOccasion' },
+ 'specialtypeid' => { 485 => 'SpecialTypeID' },
+ 'spectralsensitivity' => { 121 => 0x8824, 508 => 'SpectralSensitivity' },
+ 'specularwhitelevel' => { 42 => 0x32b, 43 => 0x281, 46 => [0x2b9,0x2d0,0x2d4], 47 => 0x56a, 48 => 0x1e4, 49 => [0x1fd,0x2dd], 50 => [0x231,0x30f], 51 => 0x31d },
+ 'speedx' => { 117 => 0x3, 402 => "\xa9xsp" },
+ 'speedy' => { 117 => 0x4, 402 => "\xa9ysp" },
+ 'speedz' => { 117 => 0x5, 402 => "\xa9zsp" },
+ 'spherical' => { 491 => 'Spherical' },
+ 'sphericalvideoxml' => { 122 => 'SphericalVideoXML' },
+ 'splitcolumn' => { 386 => 0x222 },
+ 'splittoningbalance' => { 502 => 'SplitToningBalance', 504 => 'SplitToningBalance' },
+ 'splittoninghighlighthue' => { 502 => 'SplitToningHighlightHue', 504 => 'SplitToningHighlightHue' },
+ 'splittoninghighlightsaturation' => { 502 => 'SplitToningHighlightSaturation', 504 => 'SplitToningHighlightSaturation' },
+ 'splittoningshadowhue' => { 502 => 'SplitToningShadowHue', 504 => 'SplitToningShadowHue' },
+ 'splittoningshadowsaturation' => { 502 => 'SplitToningShadowSaturation', 504 => 'SplitToningShadowSaturation' },
+ 'sport' => { 521 => 'sport' },
+ 'spotfocuspointx' => { 183 => 0x2d },
+ 'spotfocuspointy' => { 183 => 0x2e },
+ 'spotmeteringmode' => { 35 => 0x27 },
+ 'spotmeterlinktoafpoint' => { 86 => 0x107 },
+ 'sractive' => { 358 => '17.1' },
+ 'srawquality' => { 35 => 0x2e },
+ 'srfocallength' => { 379 => 0x3 },
+ 'srgbrendering' => { 330 => 'sRGB' },
+ 'srhalfpresstime' => { 379 => 0x2 },
+ 'srresult' => { 379 => 0x0, 380 => 0x0 },
+ 'stackedimage' => { 319 => 0x804 },
+ 'standardmatrixcustom' => { 140 => 0x7d4 },
+ 'standardmatrixdaylight' => { 140 => 0x7d0 },
+ 'standardmatrixflash' => { 140 => 0x7d3 },
+ 'standardmatrixfluorescent' => { 140 => 0x7d2 },
+ 'standardmatrixtungsten' => { 140 => 0x7d1 },
+ 'standardoutputhighlightpoint' => { 111 => 0x14 },
+ 'standardoutputsensitivity' => { 121 => 0x8831, 509 => 'StandardOutputSensitivity' },
+ 'standardoutputshadowpoint' => { 111 => 0x15 },
+ 'standardrawcolortone' => { 111 => 0xd },
+ 'standardrawcontrast' => { 111 => 0xf },
+ 'standardrawhighlight' => { 111 => 0x75 },
+ 'standardrawhighlightpoint' => { 111 => 0x12 },
+ 'standardrawlinear' => { 111 => 0x10 },
+ 'standardrawsaturation' => { 111 => 0xe },
+ 'standardrawshadow' => { 111 => 0x7e },
+ 'standardrawshadowpoint' => { 111 => 0x13 },
+ 'standardrawsharpness' => { 111 => 0x11 },
+ 'standardunsharpmaskfineness' => { 111 => 0x94 },
+ 'standardunsharpmaskstrength' => { 111 => 0x92 },
+ 'standardunsharpmaskthreshold' => { 111 => 0x96 },
+ 'standardwhitecustom' => { 140 => 0x838 },
+ 'standardwhitedaylight' => { 140 => 0x834 },
+ 'standardwhiteflash' => { 140 => 0x837 },
+ 'standardwhitefluorescent' => { 140 => 0x836 },
+ 'standardwhitetungsten' => { 140 => 0x835 },
+ 'standbytimer' => { 300 => '19.1', 302 => '19.1', 303 => '19.1', 306 => '18.1', 307 => '18.1', 312 => '19.1', 313 => '19.1' },
+ 'starlightview' => { 315 => 0x249, 316 => 0x249, 317 => 0x261 },
+ 'startingpage' => { 521 => 'startingPage' },
+ 'startmovieshooting' => { 86 => 0x70d },
+ 'starttimecode' => { 402 => "\xa9TIM", 531 => 'startTimecode' },
+ 'starttimecodetimeformat' => { 531 => [\'startTimecode','startTimecodeTimeFormat'] },
+ 'starttimecodetimevalue' => { 531 => [\'startTimecode','startTimecodeTimeValue'] },
+ 'starttimecodevalue' => { 531 => [\'startTimecode','startTimecodeValue'] },
+ 'starttimesamplesize' => { 402 => "\xa9TSZ", 531 => 'startTimeSampleSize' },
+ 'starttimescale' => { 402 => "\xa9TSC", 531 => 'startTimeScale' },
+ 'state' => { 163 => 'State', 342 => 0x6b, 519 => 'State' },
+ 'status' => { 483 => 'Status', 495 => 'Status' },
+ 'stereomode' => { 491 => 'StereoMode' },
+ 'stitched' => { 491 => 'Stitched' },
+ 'stitchingsoftware' => { 490 => 'StitchingSoftware', 491 => 'StitchingSoftware' },
+ 'stopsabovebaseiso' => { 451 => 0x113e, 452 => 0x113e, 453 => 0x111a, 454 => 0x1196, 455 => 0x1172, 456 => 0x102a, 457 => 0x222, 458 => 0x222, 459 => 0x217, 474 => 0xa },
+ 'storagemethod' => { 190 => 0x12 },
+ 'storebyorientation' => { 300 => '46.3', 302 => '47.3', 303 => '47.3', 312 => '47.3', 313 => '47.3', 315 => 0xd, 316 => 0xd, 317 => 0xd },
+ 'storedescription' => { 394 => 'sdes' },
+ 'storylineidentifier' => { 516 => 'StorylineIdentifier' },
+ 'straightenangle' => { 292 => 0x2fc08431 },
+ 'streamready' => { 516 => 'StreamReady' },
+ 'streamtype' => { 178 => 'StreamType' },
+ 'stretchmode' => { 531 => 'stretchMode' },
+ 'studydatetime' => { 480 => 'StudyDateTime' },
+ 'studydescription' => { 480 => 'StudyDescription' },
+ 'studyid' => { 480 => 'StudyID' },
+ 'studyphysician' => { 480 => 'StudyPhysician' },
+ 'styleperiod' => { 516 => 'StylePeriod' },
+ 'sub-location' => { 133 => 0x5c },
+ 'subcommanddialplaybackmode' => { 315 => 0x1cf, 316 => 0x1cf, 317 => 0x1e7 },
+ 'subfiledata' => { 166 => 'data' },
+ 'subfiledirectory' => { 166 => '1Directory' },
+ 'subfilemimetype' => { 166 => '2MIME' },
+ 'subfilename' => { 166 => '1Name' },
+ 'subfileresource' => { 166 => 'rsrc' },
+ 'subfiletype' => { 121 => 0xfe, 166 => '0Type' },
+ 'subject' => { 328 => 'Subject', 393 => 'Subject', 505 => 'subject', 518 => 'Subject', 532 => 'subject' },
+ 'subjectarea' => { 121 => 0x9214, 508 => 'SubjectArea' },
+ 'subjectcode' => { 515 => 'SubjectCode' },
+ 'subjectdetection' => { 241 => 0x252, 242 => 0x23e, 243 => 0x252, 244 => 0x252 },
+ 'subjectdistance' => { 121 => 0x9206, 142 => 0x3e, 508 => 'SubjectDistance' },
+ 'subjectdistancerange' => { 121 => 0xa40c, 508 => 'SubjectDistanceRange' },
+ 'subjectlocation' => { 121 => 0xa214, 508 => 'SubjectLocation' },
+ 'subjectmotion' => { 302 => '78.2', 303 => '78.2', 313 => '78.2', 315 => 0x103, 316 => 0x103, 317 => 0x119 },
+ 'subjectprogram' => { 183 => 0x22 },
+ 'subjectreference' => { 133 => 0xc },
+ 'sublabels1' => { 514 => [\'TagStructure','TagStructureSubLabels'] },
+ 'sublabels2' => { 514 => [\'TagStructure','TagStructureSubLabelsSubLabels'] },
+ 'sublabels3' => { 514 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabels'] },
+ 'sublabels4' => { 514 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabels'] },
+ 'sublabels5' => { 514 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabels'] },
+ 'subseccreatedate' => { 116 => 'Exif-SubSecCreateDate' },
+ 'subsecdatetimeoriginal' => { 116 => 'Exif-SubSecDateTimeOriginal' },
+ 'subsecmodifydate' => { 116 => 'Exif-SubSecModifyDate' },
+ 'subsectime' => { 121 => 0x9290 },
+ 'subsectimedigitized' => { 121 => 0x9292 },
+ 'subsectimeoriginal' => { 121 => 0x9291 },
+ 'subsection1' => { 521 => 'subsection1' },
+ 'subsection2' => { 521 => 'subsection2' },
+ 'subsection3' => { 521 => 'subsection3' },
+ 'subsection4' => { 521 => 'subsection4' },
+ 'subselector' => { 300 => '49.1', 302 => '71.1', 303 => '71.1', 313 => '71.1', 315 => 0x8f, 316 => 0x8f, 317 => 0x8f },
+ 'subselectorassignment' => { 300 => '48.1' },
+ 'subselectorcenter' => { 302 => '72.1', 303 => '72.1', 313 => '72.1' },
+ 'subselectorplusdials' => { 300 => '49.2', 302 => '73.1', 303 => '73.1', 313 => '73.1' },
+ 'subtitle' => { 181 => 'WM/SubTitle', 394 => "\xa9st3", 402 => "\xa9snm", 521 => 'subtitle' },
+ 'subtitlekeywords' => { 402 => "\xa9snk" },
+ 'subversionfilename' => { 514 => [\'SubVersions','SubVersionsFileName'] },
+ 'subversionreference' => { 514 => [\'SubVersions','SubVersionsVersRef'] },
+ 'subversions' => { 514 => 'SubVersions' },
+ 'superimposeddisplay' => { 84 => 0xa, 86 => 0x510, 87 => 0x9, 88 => 0xa, 91 => 0xa, 92 => 0xe },
+ 'supermacro' => { 65 => 0x1a },
+ 'supplementalcategories' => { 133 => 0x14, 519 => 'SupplementalCategories' },
+ 'supplementaltype' => { 135 => 0x37 },
+ 'supplementdisplayid' => { 521 => 'supplementDisplayID' },
+ 'supplementstartingpage' => { 521 => 'supplementStartingPage' },
+ 'supplementtitle' => { 521 => 'supplementTitle' },
+ 'supplychainsource' => { 516 => 'SupplyChainSource' },
+ 'supplychainsourceidentifier' => { 516 => [\'SupplyChainSource','SupplyChainSourceIdentifier'] },
+ 'supplychainsourcename' => { 516 => [\'SupplyChainSource','SupplyChainSourceName'] },
+ 'supportsamount' => { 502 => 'SupportsAmount', 504 => 'SupportsAmount' },
+ 'supportscolor' => { 502 => 'SupportsColor', 504 => 'SupportsColor' },
+ 'supportshighdynamicrange' => { 502 => 'SupportsHighDynamicRange', 504 => 'SupportsHighDynamicRange' },
+ 'supportsmonochrome' => { 502 => 'SupportsMonochrome', 504 => 'SupportsMonochrome' },
+ 'supportsnormaldynamicrange' => { 502 => 'SupportsNormalDynamicRange', 504 => 'SupportsNormalDynamicRange' },
+ 'supportsoutputreferred' => { 502 => 'SupportsOutputReferred', 504 => 'SupportsOutputReferred' },
+ 'supportsscenereferred' => { 502 => 'SupportsSceneReferred', 504 => 'SupportsSceneReferred' },
+ 'svisosetting' => { 358 => 0x14 },
+ 'swatchcoloranta' => { 536 => [\'SwatchGroups','SwatchGroupsColorantsA'] },
+ 'swatchcolorantb' => { 536 => [\'SwatchGroups','SwatchGroupsColorantsB'] },
+ 'swatchcolorantblack' => { 536 => [\'SwatchGroups','SwatchGroupsColorantsBlack'] },
+ 'swatchcolorantblue' => { 536 => [\'SwatchGroups','SwatchGroupsColorantsBlue'] },
+ 'swatchcolorantcyan' => { 536 => [\'SwatchGroups','SwatchGroupsColorantsCyan'] },
+ 'swatchcolorantgray' => { 536 => [\'SwatchGroups','SwatchGroupsColorantsGray'] },
+ 'swatchcolorantgreen' => { 536 => [\'SwatchGroups','SwatchGroupsColorantsGreen'] },
+ 'swatchcolorantl' => { 536 => [\'SwatchGroups','SwatchGroupsColorantsL'] },
+ 'swatchcolorantmagenta' => { 536 => [\'SwatchGroups','SwatchGroupsColorantsMagenta'] },
+ 'swatchcolorantmode' => { 536 => [\'SwatchGroups','SwatchGroupsColorantsMode'] },
+ 'swatchcolorantred' => { 536 => [\'SwatchGroups','SwatchGroupsColorantsRed'] },
+ 'swatchcolorantswatchname' => { 536 => [\'SwatchGroups','SwatchGroupsColorantsSwatchName'] },
+ 'swatchcoloranttint' => { 536 => [\'SwatchGroups','SwatchGroupsColorantsTint'] },
+ 'swatchcoloranttype' => { 536 => [\'SwatchGroups','SwatchGroupsColorantsType'] },
+ 'swatchcolorantyellow' => { 536 => [\'SwatchGroups','SwatchGroupsColorantsYellow'] },
+ 'swatchgroupname' => { 536 => [\'SwatchGroups','SwatchGroupsGroupName'] },
+ 'swatchgroups' => { 536 => 'SwatchGroups' },
+ 'swatchgroupscolorants' => { 536 => [\'SwatchGroups','SwatchGroupsColorants'] },
+ 'swatchgrouptype' => { 536 => [\'SwatchGroups','SwatchGroupsGroupType'] },
+ 'sweeppanoramadirection' => { 342 => 0x93, 431 => 0x33 },
+ 'sweeppanoramafieldofview' => { 342 => 0x94 },
+ 'sweeppanoramasize' => { 431 => 0x32 },
+ 'switchtoregisteredafpoint' => { 85 => 0x12, 86 => 0x50a },
+ 'symlink' => { 122 => 'SymLink' },
+ 'syncreleasemode' => { 302 => '77.1', 303 => '77.1', 313 => '77.1', 315 => 0x41, 316 => 0x41, 317 => 0x41 },
+ 'system' => { 386 => 0x204 },
+ 'tagged' => { 388 => 0xdd, 389 => 'Tagged', 497 => 'tagged' },
+ 'tagslist' => { 507 => 'TagsList' },
+ 'tagstructure' => { 514 => 'TagStructure' },
+ 'takenumber' => { 531 => 'takeNumber' },
+ 'tapename' => { 531 => 'tapeName' },
+ 'targetaperture' => { 78 => 0x4 },
+ 'targetcompressionratio' => { 97 => 0x1 },
+ 'targetdistancesetting' => { 99 => 0x1807 },
+ 'targetexposuretime' => { 78 => 0x5 },
+ 'targetimagetype' => { 99 => 0x100a },
+ 'targetprinter' => { 121 => 0x151 },
+ 'taxon' => { 120 => 'Taxon' },
+ 'taxonacceptednameusage' => { 120 => [\'Taxon','TaxonAcceptedNameUsage'] },
+ 'taxonacceptednameusageid' => { 120 => [\'Taxon','TaxonAcceptedNameUsageID'] },
+ 'taxonclass' => { 120 => [\'Taxon','TaxonClass'] },
+ 'taxonconceptid' => { 120 => [\'Taxon','TaxonTaxonConceptID'] },
+ 'taxoncultivarepithet' => { 120 => [\'Taxon','TaxonCultivarEpithet'] },
+ 'taxonfamily' => { 120 => [\'Taxon','TaxonFamily'] },
+ 'taxongenus' => { 120 => [\'Taxon','TaxonGenus'] },
+ 'taxonhigherclassification' => { 120 => [\'Taxon','TaxonHigherClassification'] },
+ 'taxonid' => { 120 => [\'Taxon','TaxonTaxonID'] },
+ 'taxoninfraspecificepithet' => { 120 => [\'Taxon','TaxonInfraspecificEpithet'] },
+ 'taxonkingdom' => { 120 => [\'Taxon','TaxonKingdom'] },
+ 'taxonnameaccordingto' => { 120 => [\'Taxon','TaxonNameAccordingTo'] },
+ 'taxonnameaccordingtoid' => { 120 => [\'Taxon','TaxonNameAccordingToID'] },
+ 'taxonnamepublishedin' => { 120 => [\'Taxon','TaxonNamePublishedIn'] },
+ 'taxonnamepublishedinid' => { 120 => [\'Taxon','TaxonNamePublishedInID'] },
+ 'taxonnamepublishedinyear' => { 120 => [\'Taxon','TaxonNamePublishedInYear'] },
+ 'taxonnomenclaturalcode' => { 120 => [\'Taxon','TaxonNomenclaturalCode'] },
+ 'taxonnomenclaturalstatus' => { 120 => [\'Taxon','TaxonNomenclaturalStatus'] },
+ 'taxonorder' => { 120 => [\'Taxon','TaxonOrder'] },
+ 'taxonoriginalnameusage' => { 120 => [\'Taxon','TaxonOriginalNameUsage'] },
+ 'taxonoriginalnameusageid' => { 120 => [\'Taxon','TaxonOriginalNameUsageID'] },
+ 'taxonparentnameusage' => { 120 => [\'Taxon','TaxonParentNameUsage'] },
+ 'taxonparentnameusageid' => { 120 => [\'Taxon','TaxonParentNameUsageID'] },
+ 'taxonphylum' => { 120 => [\'Taxon','TaxonPhylum'] },
+ 'taxonrank' => { 120 => [\'Taxon','TaxonTaxonRank'] },
+ 'taxonremarks' => { 120 => [\'Taxon','TaxonTaxonRemarks'] },
+ 'taxonscientificname' => { 120 => [\'Taxon','TaxonScientificName'] },
+ 'taxonscientificnameauthorship' => { 120 => [\'Taxon','TaxonScientificNameAuthorship'] },
+ 'taxonscientificnameid' => { 120 => [\'Taxon','TaxonScientificNameID'] },
+ 'taxonspecificepithet' => { 120 => [\'Taxon','TaxonSpecificEpithet'] },
+ 'taxonsubgenus' => { 120 => [\'Taxon','TaxonSubgenus'] },
+ 'taxontaxonomicstatus' => { 120 => [\'Taxon','TaxonTaxonomicStatus'] },
+ 'taxonverbatimtaxonrank' => { 120 => [\'Taxon','TaxonVerbatimTaxonRank'] },
+ 'taxonvernacularname' => { 120 => [\'Taxon','TaxonVernacularName'] },
+ 'tda1bandwidth' => { 140 => 0x196f },
+ 'tda1edgepolarity' => { 140 => 0x1971 },
+ 'tda1gain' => { 140 => 0x1970 },
+ 'tda1offset' => { 140 => 0x196e },
+ 'tda2bandwidth' => { 140 => 0x1979 },
+ 'tda2edgepolarity' => { 140 => 0x197b },
+ 'tda2gain' => { 140 => 0x197a },
+ 'tda2offset' => { 140 => 0x1978 },
+ 'tda3bandwidth' => { 140 => 0x1983 },
+ 'tda3edgepolarity' => { 140 => 0x1985 },
+ 'tda3gain' => { 140 => 0x1984 },
+ 'tda3offset' => { 140 => 0x1982 },
+ 'tda4bandwidth' => { 140 => 0x198d },
+ 'tda4edgepolarity' => { 140 => 0x198f },
+ 'tda4gain' => { 140 => 0x198e },
+ 'tda4offset' => { 140 => 0x198c },
+ 'teaser' => { 521 => 'teaser' },
+ 'teleconverter' => { 188 => 0x105, 442 => 0x105 },
+ 'tempampgainx100' => { 140 => 0x1914 },
+ 'tempo' => { 531 => 'tempo' },
+ 'temporalcoverage' => { 516 => 'TemporalCoverage' },
+ 'temporalcoveragefrom' => { 516 => [\'TemporalCoverage','TemporalCoverageTempCoverageFrom'] },
+ 'temporalcoverageto' => { 516 => [\'TemporalCoverage','TemporalCoverageTempCoverageTo'] },
+ 'termsandconditionstext' => { 329 => 'TermsAndConditionsText' },
+ 'termsandconditionsurl' => { 329 => 'TermsAndConditionsURL' },
+ 'testname' => { 122 => 'TestName' },
+ 'textencoding' => { 235 => 0x4 },
+ 'textlayername' => { 519 => [\'TextLayers','TextLayersLayerName'] },
+ 'textlayers' => { 519 => 'TextLayers' },
+ 'textlayertext' => { 519 => [\'TextLayers','TextLayersLayerText'] },
+ 'textstamp' => { 342 => [0x8008,0x8009,0x3b,0x3e] },
+ 'texture' => { 502 => 'Texture', 504 => 'Texture' },
+ 'three-dtrackingfacedetection' => { 302 => '1.4', 303 => '1.4', 313 => '1.4' },
+ 'three-dtrackingwatcharea' => { 302 => '78.1', 303 => '78.1', 313 => '78.1' },
+ 'thresholding' => { 121 => 0x107 },
+ 'thumbnailfilename' => { 99 => 0x817 },
+ 'thumbnailformat' => { 529 => [\'Thumbnails','ThumbnailsFormat'] },
+ 'thumbnailheight' => { 144 => 0xfa55, 529 => [\'Thumbnails','ThumbnailsHeight'] },
+ 'thumbnailimage' => { 6 => 'CNDA', 99 => 0x2008, 116 => 'Exif-ThumbnailImage', 124 => 0x3, 169 => 'data', 324 => 0x100, 402 => 'thmb', 529 => [\'Thumbnails','ThumbnailsImage'] },
+ 'thumbnailimagename' => { 169 => '1Name' },
+ 'thumbnailimagesize' => { 169 => 'ImageSize' },
+ 'thumbnailimagetype' => { 169 => '0Type' },
+ 'thumbnailimagevalidarea' => { 65 => 0x13 },
+ 'thumbnaillength' => { 121 => 0x202 },
+ 'thumbnailoffset' => { 121 => 0x201 },
+ 'thumbnailpng' => { 402 => 'thmb' },
+ 'thumbnails' => { 529 => 'Thumbnails' },
+ 'thumbnailwidth' => { 144 => 0xfa54, 529 => [\'Thumbnails','ThumbnailsWidth'] },
+ 'ticker' => { 521 => 'ticker' },
+ 'tiffhandling' => { 502 => 'TIFFHandling', 504 => 'TIFFHandling' },
+ 'tiffmeteringimage' => { 189 => 0x104c, 440 => 0x1110 },
+ 'tilelength' => { 121 => 0x143 },
+ 'tilewidth' => { 121 => 0x142 },
+ 'time' => { 140 => 0x401, 377 => 0x7 },
+ 'timecodes' => { 121 => 0xc763 },
+ 'timecreated' => { 133 => 0x3c, 142 => 0x14, 151 => 0x10, 389 => 'TimeCreated' },
+ 'timelapseshotnumber' => { 345 => 0x10 },
+ 'timeperiod' => { 521 => 'timePeriod' },
+ 'timerfunctionbutton' => { 301 => '5.2', 304 => '12.1', 305 => '13.1' },
+ 'timerlength' => { 86 => 0x80c },
+ 'timerrecording' => { 342 => 0x96 },
+ 'timescaleparams' => { 531 => 'timeScaleParams' },
+ 'timescaleparamsframeoverlappingpercentage' => { 531 => [\'timeScaleParams','timeScaleParamsFrameOverlappingPercentage'] },
+ 'timescaleparamsframesize' => { 531 => [\'timeScaleParams','timeScaleParamsFrameSize'] },
+ 'timescaleparamsquality' => { 531 => [\'timeScaleParams','timeScaleParamsQuality'] },
+ 'timesent' => { 134 => 0x50 },
+ 'timeshot' => { 492 => 'TimeShot' },
+ 'timesignature' => { 531 => 'timeSignature' },
+ 'timesincepoweron' => { 342 => 0x29 },
+ 'timestamp' => { 11 => 0x45e, 19 => 0x11c, 318 => 0x8, 332 => 'TimeStamp', 342 => 0xaf, 491 => 'Timestamp', 498 => 'Timestamp', 514 => 'TimeStamp' },
'timestamp1' => { 11 => 0x45a },
- 'timezone' => { 78 => 0x1, 239 => 0x694, 240 => 0x594, 241 => 0x5c4, 242 => 0x5dc, 282 => 0x0, 410 => 0xa },
- 'timezonecity' => { 78 => 0x2 },
- 'timezonecode' => { 100 => 0x1 },
- 'timezoneinfo' => { 100 => 0x2 },
- 'timezoneoffset' => { 119 => 0x882a },
- 'tint' => { 394 => 'player.movie.visual.tint', 500 => 'Tint', 502 => 'Tint' },
- 'title' => { 119 => 0xa436, 157 => 'Title', 326 => 'Title', 330 => 'Title', 340 => 0x65, 391 => 'Title', 392 => ['titl',"\xa9nam"], 394 => 'title', 400 => ['titl',"\xa9nam"], 503 => 'title', 516 => 'Title', 527 => 'Title' },
- 'togglestyleamount' => { 500 => 'ToggleStyleAmount', 502 => 'ToggleStyleAmount' },
- 'togglestyledigest' => { 500 => 'ToggleStyleDigest', 502 => 'ToggleStyleDigest' },
- 'tonecomp' => { 234 => 0x81 },
- 'tonecurve' => { 74 => 0x1, 375 => 0x402, 500 => 'ToneCurve', 502 => 'ToneCurve' },
- 'tonecurveactive' => { 108 => 0x110 },
- 'tonecurveadobergb' => { 414 => 0xa043 },
- 'tonecurveadobergbdefault' => { 414 => 0xa041 },
- 'tonecurveblue' => { 500 => 'ToneCurveBlue', 502 => 'ToneCurveBlue' },
- 'tonecurvebluex' => { 476 => 0x9003 },
- 'tonecurvebluey' => { 476 => 0x9007 },
- 'tonecurvebrightness' => { 103 => 0x20410 },
- 'tonecurvebrightnessx' => { 476 => 0x9000 },
- 'tonecurvebrightnessy' => { 476 => 0x9004 },
- 'tonecurvecolorspace' => { 107 => 0x0 },
- 'tonecurvecontrast' => { 103 => 0x20411 },
- 'tonecurvegreen' => { 500 => 'ToneCurveGreen', 502 => 'ToneCurveGreen' },
- 'tonecurvegreenx' => { 476 => 0x9002 },
- 'tonecurvegreeny' => { 476 => 0x9006 },
- 'tonecurveinputrange' => { 107 => 0x3 },
- 'tonecurveinterpolation' => { 108 => 0x159 },
- 'tonecurvemode' => { 108 => 0x113 },
- 'tonecurvename' => { 500 => 'ToneCurveName', 502 => 'ToneCurveName' },
- 'tonecurvename2012' => { 500 => 'ToneCurveName2012', 502 => 'ToneCurveName2012' },
- 'tonecurveoriginal' => { 103 => '0x20400.1' },
- 'tonecurveoutputrange' => { 107 => 0x5 },
- 'tonecurveprofilename' => { 138 => 0x1391 },
- 'tonecurveproperty' => { 108 => 0x3c },
- 'tonecurvepv2012' => { 500 => 'ToneCurvePV2012', 502 => 'ToneCurvePV2012' },
- 'tonecurvepv2012blue' => { 500 => 'ToneCurvePV2012Blue', 502 => 'ToneCurvePV2012Blue' },
- 'tonecurvepv2012green' => { 500 => 'ToneCurvePV2012Green', 502 => 'ToneCurvePV2012Green' },
- 'tonecurvepv2012red' => { 500 => 'ToneCurvePV2012Red', 502 => 'ToneCurvePV2012Red' },
- 'tonecurvered' => { 500 => 'ToneCurveRed', 502 => 'ToneCurveRed' },
- 'tonecurveredx' => { 476 => 0x9001 },
- 'tonecurveredy' => { 476 => 0x9005 },
- 'tonecurves' => { 375 => 0x403 },
- 'tonecurveshape' => { 107 => 0x1 },
- 'tonecurvesrgb' => { 414 => 0xa042 },
- 'tonecurvesrgbdefault' => { 414 => 0xa040 },
- 'tonecurvex' => { 107 => 0xa },
- 'tonecurvey' => { 107 => 0xb },
- 'tonelevel' => { 317 => 0x52e },
- 'tonemap' => { 239 => 0x26a },
- 'tonemapstrength' => { 500 => 'ToneMapStrength', 502 => 'ToneMapStrength' },
- 'toningeffect' => { 57 => 0xf, 234 => 0xb3, 249 => 0x38, 250 => 0x40, 251 => 0x48, 407 => 0x1015 },
- 'toningeffectauto' => { 71 => 0xa4 },
- 'toningeffectfaithful' => { 70 => 0x74, 71 => 0x74 },
- 'toningeffectlandscape' => { 70 => 0x44, 71 => 0x44 },
- 'toningeffectmonochrome' => { 19 => 0x108, 70 => 0x8c, 71 => 0x8c },
- 'toningeffectneutral' => { 70 => 0x5c, 71 => 0x5c },
- 'toningeffectportrait' => { 70 => 0x2c, 71 => 0x2c },
- 'toningeffectstandard' => { 70 => 0x14, 71 => 0x14 },
- 'toningeffectuserdef1' => { 70 => 0xa4, 71 => 0xbc },
- 'toningeffectuserdef2' => { 70 => 0xbc, 71 => 0xd4 },
- 'toningeffectuserdef3' => { 70 => 0xd4, 71 => 0xec },
- 'toningsaturation' => { 249 => 0x39, 250 => 0x41, 251 => 0x49 },
- 'totalzoom' => { 140 => 0x62 },
- 'touchae' => { 340 => 0xab },
- 'track' => { 392 => "\xa9trk", 400 => "\xa9trk" },
- 'trackcreatedate' => { 399 => 0x1 },
- 'trackmodifydate' => { 399 => 0x2 },
- 'tracknumber' => { 392 => 'trkn', 529 => 'trackNumber' },
- 'tracks' => { 529 => 'Tracks' },
- 'tracksframerate' => { 529 => [\'Tracks','TracksFrameRate'] },
- 'tracksmarkers' => { 529 => [\'Tracks','TracksMarkers'] },
- 'tracksmarkerscomment' => { 529 => [\'Tracks','TracksMarkersComment'] },
- 'tracksmarkerscuepointparams' => { 529 => [\'Tracks','TracksMarkersCuePointParams'] },
- 'tracksmarkerscuepointparamskey' => { 529 => [\'Tracks','TracksMarkersCuePointParamsKey'] },
- 'tracksmarkerscuepointparamsvalue' => { 529 => [\'Tracks','TracksMarkersCuePointParamsValue'] },
- 'tracksmarkerscuepointtype' => { 529 => [\'Tracks','TracksMarkersCuePointType'] },
- 'tracksmarkersduration' => { 529 => [\'Tracks','TracksMarkersDuration'] },
- 'tracksmarkerslocation' => { 529 => [\'Tracks','TracksMarkersLocation'] },
- 'tracksmarkersname' => { 529 => [\'Tracks','TracksMarkersName'] },
- 'tracksmarkersprobability' => { 529 => [\'Tracks','TracksMarkersProbability'] },
- 'tracksmarkersspeaker' => { 529 => [\'Tracks','TracksMarkersSpeaker'] },
- 'tracksmarkersstarttime' => { 529 => [\'Tracks','TracksMarkersStartTime'] },
- 'tracksmarkerstarget' => { 529 => [\'Tracks','TracksMarkersTarget'] },
- 'tracksmarkerstype' => { 529 => [\'Tracks','TracksMarkersType'] },
- 'trackstrackname' => { 529 => [\'Tracks','TracksTrackName'] },
- 'trackstracktype' => { 529 => [\'Tracks','TracksTrackType'] },
- 'tracktype' => { 400 => 'kgtt' },
- 'trailer' => { 120 => 'Trailer' },
- 'trailersignature' => { 164 => 'zmie' },
- 'transcript' => { 514 => 'Transcript' },
- 'transcriptlink' => { 514 => 'TranscriptLink' },
- 'transcriptlinklink' => { 514 => [\'TranscriptLink','TranscriptLinkLink'] },
- 'transcriptlinklinkqualifier' => { 514 => [\'TranscriptLink','TranscriptLinkLinkQualifier'] },
- 'transferfunction' => { 119 => 0x12d, 525 => 'TransferFunction' },
- 'transfertimenormal' => { 138 => 0x1888 },
- 'transfertimetest' => { 138 => 0x1889 },
- 'transform' => { 340 => [0x8012,0x59] },
- 'transformation' => { 515 => 'Transformation' },
- 'transmissionreference' => { 517 => 'TransmissionReference' },
- 'trapped' => { 326 => 'Trapped', 516 => 'Trapped' },
- 'trashbuttonfunction' => { 84 => 0x710 },
- 'travelday' => { 340 => 0x36 },
- 'treble' => { 394 => 'player.movie.audio.treble' },
- 'triggermode' => { 401 => 0x6, 402 => 0x34, 403 => 0x34 },
- 'tstop' => { 119 => 0xc772 },
- 'ttl_da_adown' => { 363 => 0x5 },
- 'ttl_da_aup' => { 363 => 0x4 },
- 'ttl_da_bdown' => { 363 => 0x7 },
- 'ttl_da_bup' => { 363 => 0x6 },
- 'tungstenawb' => { 353 => 0x1 },
- 'tvepisode' => { 392 => 'tves' },
- 'tvepisodeid' => { 392 => 'tven' },
- 'tvexposuretimesetting' => { 356 => 0x12 },
- 'tvnetworkname' => { 392 => 'tvnn' },
- 'tvseason' => { 392 => 'tvsn' },
- 'tvshow' => { 392 => 'tvsh' },
- 'type' => { 484 => 'Type', 503 => 'type', 524 => 'type' },
- 'typestatus' => { 118 => [\'Identification','IdentificationTypeStatus'] },
- 'uniquecameramodel' => { 119 => 0xc614 },
- 'uniquedocumentid' => { 131 => 0xbb },
- 'uniquematrixauto' => { 138 => 0x7e9 },
- 'uniquematrixcustom' => { 138 => 0x7e8 },
- 'uniquematrixdaylight' => { 138 => 0x7e4 },
- 'uniquematrixflash' => { 138 => 0x7e7 },
- 'uniquematrixfluorescent' => { 138 => 0x7e6 },
- 'uniquematrixtungsten' => { 138 => 0x7e5 },
- 'uniqueobjectname' => { 132 => 0x64 },
- 'units' => { 485 => 'Units' },
- 'unknown_aacr' => { 392 => 'AACR' },
- 'unknown_cdek' => { 392 => 'CDEK' },
- 'unknown_cdet' => { 392 => 'CDET' },
- 'unknownblock' => { 375 => 0x405 },
- 'unknownblock1' => { 321 => 0x635 },
- 'unknownblock2' => { 321 => 0x636 },
- 'unknownblock3' => { 321 => 0x1103 },
- 'unknownblock4' => { 321 => 0x1104 },
- 'unknowncontrast' => { 109 => 0x45 },
- 'unknowndate' => { 384 => 0x212 },
- 'unknownev' => { 138 => 0x1 },
- 'unknownlinear' => { 109 => 0x46 },
- 'unknownnumber' => { 97 => 0x180b },
- 'unknownoutputhighlightpoint' => { 109 => 0x4a },
- 'unknownoutputshadowpoint' => { 109 => 0x4b },
- 'unknownrawhighlight' => { 109 => 0x7b },
- 'unknownrawhighlightpoint' => { 109 => 0x48 },
- 'unknownrawshadow' => { 109 => 0x84 },
- 'unknownrawshadowpoint' => { 109 => 0x49 },
- 'unknownsharpness' => { 109 => 0x47 },
- 'unknowntags' => { 400 => 'TAGS' },
- 'unknowntemperature' => { 121 => 0x4 },
- 'unknownthumbnail' => { 400 => 'thmb' },
- 'unsharp1color' => { 295 => 0x13 },
- 'unsharp1halowidth' => { 295 => 0x19 },
- 'unsharp1intensity' => { 295 => 0x17 },
- 'unsharp1threshold' => { 295 => 0x1b },
- 'unsharp2color' => { 295 => 0x2e },
- 'unsharp2halowidth' => { 295 => 0x34 },
- 'unsharp2intensity' => { 295 => 0x32 },
- 'unsharp2threshold' => { 295 => 0x36 },
- 'unsharp3color' => { 295 => 0x49 },
- 'unsharp3halowidth' => { 295 => 0x4f },
- 'unsharp3intensity' => { 295 => 0x4d },
- 'unsharp3threshold' => { 295 => 0x51 },
- 'unsharp4color' => { 295 => 0x64 },
- 'unsharp4halowidth' => { 295 => 0x6a },
- 'unsharp4intensity' => { 295 => 0x68 },
- 'unsharp4threshold' => { 295 => 0x6c },
- 'unsharpcount' => { 295 => 0x0 },
- 'unsharpmask' => { 109 => 0x90, 290 => 0x76a43200 },
- 'unsharpmaskfineness' => { 103 => 0x20309 },
- 'unsharpmaskstrength' => { 103 => 0x20308 },
- 'unsharpmaskthreshold' => { 103 => 0x2030a },
- 'uprightcentermode' => { 500 => 'UprightCenterMode', 502 => 'UprightCenterMode' },
- 'uprightcenternormx' => { 500 => 'UprightCenterNormX', 502 => 'UprightCenterNormX' },
- 'uprightcenternormy' => { 500 => 'UprightCenterNormY', 502 => 'UprightCenterNormY' },
- 'uprightdependentdigest' => { 500 => 'UprightDependentDigest', 502 => 'UprightDependentDigest' },
- 'uprightfocallength35mm' => { 500 => 'UprightFocalLength35mm', 502 => 'UprightFocalLength35mm' },
- 'uprightfocalmode' => { 500 => 'UprightFocalMode', 502 => 'UprightFocalMode' },
- 'uprightfoursegments_0' => { 500 => 'UprightFourSegments_0', 502 => 'UprightFourSegments_0' },
- 'uprightfoursegments_1' => { 500 => 'UprightFourSegments_1', 502 => 'UprightFourSegments_1' },
- 'uprightfoursegments_2' => { 500 => 'UprightFourSegments_2', 502 => 'UprightFourSegments_2' },
- 'uprightfoursegments_3' => { 500 => 'UprightFourSegments_3', 502 => 'UprightFourSegments_3' },
- 'uprightfoursegmentscount' => { 500 => 'UprightFourSegmentsCount', 502 => 'UprightFourSegmentsCount' },
- 'uprightguideddependentdigest' => { 500 => 'UprightGuidedDependentDigest', 502 => 'UprightGuidedDependentDigest' },
- 'uprightpreview' => { 500 => 'UprightPreview', 502 => 'UprightPreview' },
- 'uprighttransform_0' => { 500 => 'UprightTransform_0', 502 => 'UprightTransform_0' },
- 'uprighttransform_1' => { 500 => 'UprightTransform_1', 502 => 'UprightTransform_1' },
- 'uprighttransform_2' => { 500 => 'UprightTransform_2', 502 => 'UprightTransform_2' },
- 'uprighttransform_3' => { 500 => 'UprightTransform_3', 502 => 'UprightTransform_3' },
- 'uprighttransform_4' => { 500 => 'UprightTransform_4', 502 => 'UprightTransform_4' },
- 'uprighttransform_5' => { 500 => 'UprightTransform_5', 502 => 'UprightTransform_5' },
- 'uprighttransformcount' => { 500 => 'UprightTransformCount', 502 => 'UprightTransformCount' },
- 'uprightversion' => { 500 => 'UprightVersion', 502 => 'UprightVersion' },
- 'urgency' => { 131 => 0xa, 517 => 'Urgency' },
- 'url' => { 157 => 'URL', 330 => 'URL', 389 => 0x40b, 519 => 'url' },
- 'url_list' => { 389 => 0x41e },
- 'urla-platform' => { 519 => [\'url','urlA-platform'] },
- 'urlurl' => { 519 => [\'url','urlUrl'] },
- 'usablemeteringmodes' => { 84 => 0x10a },
- 'usableshootingmodes' => { 84 => 0x109 },
- 'usage' => { 520 => 'usage' },
- 'usageterms' => { 533 => 'UsageTerms' },
- 'usbpowerdelivery' => { 239 => 0x762, 240 => 0x664, 241 => 0x694, 242 => 0x6fc },
- 'usedialwithouthold' => { 313 => 0xbf, 314 => 0xbf, 315 => 0xbf },
- 'useguidelines' => { 498 => 'useGuidelines' },
- 'usepanoramaviewer' => { 488 => 'UsePanoramaViewer' },
- 'usercollection' => { 394 => 'collection.user' },
- 'usercomment' => { 97 => 0x805, 119 => 0x9286, 506 => 'UserComment' },
- 'userdef1picturestyle' => { 19 => 0x10c, 70 => 0xd8, 71 => 0xf0 },
- 'userdef2picturestyle' => { 19 => 0x10e, 70 => 0xda, 71 => 0xf2 },
- 'userdef3picturestyle' => { 19 => 0x110, 70 => 0xdc, 71 => 0xf4 },
- 'userfields' => { 493 => 'UserFields' },
- 'userlabel' => { 401 => 0x2b, 402 => 0x5a, 403 => 0x68 },
- 'userprofile' => { 335 => 0x302, 339 => 0x34c, 342 => 0x3038 },
- 'userrating' => { 394 => 'rating.user', 400 => 'urat' },
- 'usmlenselectronicmf' => { 2 => 0x7, 83 => 0x7, 84 => 0x501 },
- 'uspsnumber' => { 519 => 'uspsNumber' },
- 'utmeasting' => { 168 => 'Easting' },
- 'utmmapdatum' => { 168 => 'Datum' },
- 'utmnorthing' => { 168 => 'Northing' },
- 'utmzone' => { 168 => 'Zone' },
- 'uuid' => { 500 => 'UUID', 502 => 'UUID' },
- 'uv-irfiltercorrection' => { 335 => 0x325 },
- 'validbits' => { 321 => 0x611, 322 => 0x102c },
- 'validpixeldepth' => { 325 => 0x611 },
- 'variablelowpassfilter' => { 440 => 0x2028 },
- 'variousmodes' => { 140 => 0x26 },
- 'variousmodes2' => { 140 => 0x3a },
- 'variprogram' => { 234 => 0xab },
- 'varraydacnominalvalues' => { 138 => 0x191e },
- 'vendor' => { 400 => 'vndr' },
- 'vendorinfo' => { 479 => 'VendorInfo' },
- 'vendorinfomanufacturer' => { 479 => [\'VendorInfo','VendorInfoManufacturer'] },
- 'vendorinfomodel' => { 479 => [\'VendorInfo','VendorInfoModel'] },
- 'vendorinfonotes' => { 479 => [\'VendorInfo','VendorInfoNotes'] },
- 'verbatimidentification' => { 118 => [\'Identification','IdentificationVerbatimIdentification'] },
- 'version' => { 127 => 0x0, 391 => 'Version', 394 => 'version', 500 => 'Version', 502 => 'Version', 511 => 'Version' },
- 'versioncreatedate' => { 476 => 0xd100 },
- 'versionid' => { 530 => 'VersionID' },
- 'versionidentifier' => { 519 => 'versionIdentifier' },
- 'versionmodifydate' => { 476 => 0xd101 },
- 'versions' => { 530 => 'Versions' },
- 'versionscomments' => { 530 => [\'Versions','VersionsComments'] },
- 'versionsevent' => { 530 => [\'Versions','VersionsEvent'] },
- 'versionseventaction' => { 530 => [\'Versions','VersionsEventAction'] },
- 'versionseventchanged' => { 530 => [\'Versions','VersionsEventChanged'] },
- 'versionseventinstanceid' => { 530 => [\'Versions','VersionsEventInstanceID'] },
- 'versionseventparameters' => { 530 => [\'Versions','VersionsEventParameters'] },
- 'versionseventsoftwareagent' => { 530 => [\'Versions','VersionsEventSoftwareAgent'] },
- 'versionseventwhen' => { 530 => [\'Versions','VersionsEventWhen'] },
- 'versionsmodifier' => { 530 => [\'Versions','VersionsModifier'] },
- 'versionsmodifydate' => { 530 => [\'Versions','VersionsModifyDate'] },
- 'versionsversion' => { 530 => [\'Versions','VersionsVersion'] },
- 'verticalafonbutton' => { 297 => '3.2', 298 => '47.2', 300 => '79.1', 314 => 0x11d, 315 => 0x135 },
- 'verticalclockoverlaps' => { 138 => 0x412 },
- 'verticalfuncbutton' => { 298 => '42.2', 300 => '67.1', 314 => 0x115, 315 => 0x12d },
- 'verticalfuncbuttonplaybackmode' => { 314 => 0x1b7, 315 => 0x1cf },
- 'verticalfuncbuttonplusdials' => { 298 => '43.1' },
- 'verticalfuncplusdials' => { 300 => '68.1' },
- 'verticalisobutton' => { 242 => 0x792 },
- 'verticalmovieafonbutton' => { 314 => 0x1f9, 315 => 0x211 },
- 'verticalmoviefuncbutton' => { 314 => 0x1e1, 315 => 0x1f9 },
- 'verticalmultiselector' => { 298 => '42.1', 300 => '66.1', 301 => '66.1', 311 => '66.1', 314 => 0x18f, 315 => 0x1a7 },
- 'verticalmultiselectorplaybackmode' => { 314 => 0x125, 315 => 0x13d },
- 'vfdisplayillumination' => { 2 => 0x11, 84 => [0x510,0x51d] },
- 'vibrance' => { 494 => 'Vibrance', 500 => 'Vibrance', 502 => 'Vibrance' },
- 'vibrationreduction' => { 262 => [0x75,0x82,0x1ae], 270 => '586.1', 277 => '590.2', 281 => 0x4 },
- 'videoalphamode' => { 529 => 'videoAlphaMode' },
- 'videoalphapremultiplecolor' => { 529 => 'videoAlphaPremultipleColor' },
- 'videoalphapremultiplecolora' => { 529 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorA'] },
- 'videoalphapremultiplecolorb' => { 529 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorB'] },
- 'videoalphapremultiplecolorblack' => { 529 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlack'] },
- 'videoalphapremultiplecolorblue' => { 529 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlue'] },
- 'videoalphapremultiplecolorcyan' => { 529 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorCyan'] },
- 'videoalphapremultiplecolorgray' => { 529 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGray'] },
- 'videoalphapremultiplecolorgreen' => { 529 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGreen'] },
- 'videoalphapremultiplecolorl' => { 529 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorL'] },
- 'videoalphapremultiplecolormagenta' => { 529 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMagenta'] },
- 'videoalphapremultiplecolormode' => { 529 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMode'] },
- 'videoalphapremultiplecolorred' => { 529 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorRed'] },
- 'videoalphapremultiplecolorswatchname' => { 529 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorSwatchName'] },
- 'videoalphapremultiplecolortint' => { 529 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorTint'] },
- 'videoalphapremultiplecolortype' => { 529 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorType'] },
- 'videoalphapremultiplecoloryellow' => { 529 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorYellow'] },
- 'videoalphaunityistransparent' => { 529 => 'videoAlphaUnityIsTransparent' },
- 'videobitrate' => { 514 => 'videoBitRate' },
- 'videobitratemode' => { 514 => 'videoBitRateMode' },
- 'videoburstmode' => { 340 => 0xbb },
- 'videoburstresolution' => { 340 => 0xb3 },
- 'videocodec' => { 67 => 0x74 },
- 'videocolorspace' => { 529 => 'videoColorSpace' },
- 'videocompression' => { 127 => 0x3806 },
- 'videocompressor' => { 529 => 'videoCompressor' },
- 'videodisplayaspectratio' => { 514 => 'videoDisplayAspectRatio' },
- 'videoencodingprofile' => { 514 => 'videoEncodingProfile' },
- 'videofieldorder' => { 529 => 'videoFieldOrder' },
- 'videoframerate' => { 340 => 0x27, 529 => 'videoFrameRate' },
- 'videoframesize' => { 529 => 'videoFrameSize' },
- 'videoframesizeh' => { 529 => [\'videoFrameSize','videoFrameSizeH'] },
- 'videoframesizeunit' => { 529 => [\'videoFrameSize','videoFrameSizeUnit'] },
- 'videoframesizew' => { 529 => [\'videoFrameSize','videoFrameSizeW'] },
- 'videomoddate' => { 529 => 'videoModDate' },
- 'videopixelaspectratio' => { 529 => 'videoPixelAspectRatio' },
- 'videopixeldepth' => { 529 => 'videoPixelDepth' },
- 'videopreburst' => { 340 => 0xc1 },
- 'videoquality' => { 113 => 0x4003 },
- 'videorecordingmode' => { 127 => 0x3803 },
- 'videoshottype' => { 514 => 'VideoShotType' },
- 'videoshottypeidentifier' => { 514 => [\'VideoShotType','VideoShotTypeIdentifier'] },
- 'videoshottypename' => { 514 => [\'VideoShotType','VideoShotTypeName'] },
- 'videostreamscount' => { 514 => 'videoStreamsCount' },
- 'viewfinder' => { 384 => 0x455 },
- 'viewfinderdisplay' => { 297 => '12.4', 298 => '6.3' },
- 'viewfinderwarning' => { 297 => '13.4', 307 => '3.5', 308 => '6.2', 312 => '4.4' },
- 'viewfinderwarnings' => { 84 => 0x40a },
- 'viewinfoduringexposure' => { 84 => 0x407 },
- 'viewingmode' => { 429 => 0x2f, 445 => 0x18 },
- 'viewingmode2' => { 429 => [0x85,0x285] },
- 'viewmodeshoweffectsofsettings' => { 242 => 0x7d2, 313 => 0x2a9 },
- 'viewpoint' => { 518 => 'viewpoint' },
- 'vignetteamount' => { 500 => 'VignetteAmount', 502 => 'VignetteAmount' },
- 'vignettecontrol' => { 234 => 0x2a, 290 => 0x76a43205 },
- 'vignettecontrolintensity' => { 290 => 0xac6bd5c0 },
- 'vignettecorrectionalreadyapplied' => { 497 => 'VignetteCorrectionAlreadyApplied' },
- 'vignettemidpoint' => { 500 => 'VignetteMidpoint', 502 => 'VignetteMidpoint' },
- 'vignetting' => { 407 => 0x1011, 414 => 0xa052 },
- 'vignettingcorrection' => { 119 => 0x7031, 414 => 0xa053, 440 => 0x2011 },
- 'vignettingcorrparams' => { 119 => 0x7032, 471 => 0x64a, 472 => [0x34a,0x350,0x35c,0x368] },
- 'vignettingsetting' => { 414 => 0xa054 },
- 'virtualfocallength' => { 515 => 'VirtualFocalLength' },
- 'virtualhorizonstyle' => { 313 => 0x167, 314 => 0x167, 315 => 0x17f },
- 'virtualimagexcenter' => { 515 => 'VirtualImageXCenter' },
- 'virtualimageycenter' => { 515 => 'VirtualImageYCenter' },
- 'visualcolor' => { 514 => 'VisualColour' },
- 'visualtechnique' => { 518 => 'visualTechnique' },
- 'voicememo' => { 416 => 0x216 },
- 'volume' => { 519 => 'volume' },
- 'vr_0x66' => { 262 => 0x66 },
- 'vrdoffset' => { 64 => 0xd0 },
- 'vrmode' => { 239 => 0x226, 240 => 0x212, 241 => 0x226, 242 => 0x226, 281 => 0x6 },
- 'vrtype' => { 281 => 0x8 },
- 'waterdepth' => { 119 => 0x9403, 507 => 'WaterDepth' },
- 'wb_bluelevel3500k' => { 187 => 0x19a },
- 'wb_bluelevel6500k' => { 187 => 0x18a },
- 'wb_bluelevelcustom' => { 187 => 0x18e },
- 'wb_bluelevelscloudy' => { 187 => 0x106 },
- 'wb_bluelevelsdaylight' => { 187 => 0xea },
- 'wb_bluelevelsflash' => { 187 => 0x122 },
- 'wb_bluelevelsfluorescent' => { 187 => [0x40a,0x15a] },
- 'wb_bluelevelskelvin' => { 187 => 0x254 },
- 'wb_bluelevelsshade' => { 187 => 0x176 },
- 'wb_bluelevelstungsten' => { 187 => 0xce },
- 'wb_gbrglevels' => { 187 => 0xae, 190 => 0x4 },
- 'wb_glevel' => { 321 => 0x11f },
- 'wb_glevel3000k' => { 321 => 0x113 },
- 'wb_glevel3300k' => { 321 => 0x114 },
- 'wb_glevel3600k' => { 321 => 0x115 },
- 'wb_glevel3900k' => { 321 => 0x116 },
- 'wb_glevel4000k' => { 321 => 0x117 },
- 'wb_glevel4300k' => { 321 => 0x118 },
- 'wb_glevel4500k' => { 321 => 0x119 },
- 'wb_glevel4800k' => { 321 => 0x11a },
- 'wb_glevel5300k' => { 321 => 0x11b },
- 'wb_glevel6000k' => { 321 => 0x11c },
- 'wb_glevel6600k' => { 321 => 0x11d },
- 'wb_glevel7500k' => { 321 => 0x11e },
- 'wb_grbglevels' => { 204 => 0x0, 447 => 0x7303 },
- 'wb_grbglevelsauto' => { 81 => 0x2, 447 => 0x7302 },
- 'wb_grbglevelscloudy' => { 81 => 0x12 },
- 'wb_grbglevelscustom1' => { 81 => 0x42 },
- 'wb_grbglevelscustom2' => { 81 => 0x4a },
- 'wb_grbglevelsdaylight' => { 81 => 0xa },
- 'wb_grbglevelsflash' => { 81 => 0x32 },
- 'wb_grbglevelsfluorescent' => { 81 => 0x22 },
- 'wb_grbglevelsfluorhigh' => { 81 => 0x2a },
- 'wb_grbglevelstungsten' => { 81 => 0x1a },
- 'wb_grbglevelsunderwater' => { 81 => 0x3a },
- 'wb_rbgglevels' => { 201 => 0x0 },
- 'wb_rblevels' => { 205 => 0x270, 234 => 0xc, 321 => 0x100 },
- 'wb_rblevels1' => { 346 => 0x2 },
- 'wb_rblevels2' => { 346 => 0x5 },
- 'wb_rblevels3' => { 346 => 0x8 },
- 'wb_rblevels3000k' => { 321 => 0x102 },
- 'wb_rblevels3300k' => { 321 => 0x103 },
- 'wb_rblevels3500k' => { 187 => 0x430 },
- 'wb_rblevels3600k' => { 321 => 0x104 },
- 'wb_rblevels3900k' => { 321 => 0x105 },
- 'wb_rblevels4' => { 346 => 0xb },
- 'wb_rblevels4000k' => { 321 => 0x106 },
- 'wb_rblevels4300k' => { 321 => 0x107 },
- 'wb_rblevels4500k' => { 321 => 0x108 },
- 'wb_rblevels4800k' => { 321 => 0x109 },
- 'wb_rblevels5' => { 346 => 0xe },
- 'wb_rblevels5300k' => { 321 => 0x10a },
- 'wb_rblevels6' => { 346 => 0x11 },
- 'wb_rblevels6000k' => { 321 => 0x10b },
- 'wb_rblevels6500k' => { 187 => 0x420 },
- 'wb_rblevels6600k' => { 321 => 0x10c },
- 'wb_rblevels7' => { 346 => 0x14 },
- 'wb_rblevels7500k' => { 321 => 0x10d },
- 'wb_rblevelsauto' => { 205 => 0x272, 325 => 0x110 },
- 'wb_rblevelscloudy' => { 187 => 0x3f0, 189 => 0x10, 205 => 0x296, 325 => 0x121 },
- 'wb_rblevelscoolwhitef' => { 187 => 0x308, 189 => 0x14 },
- 'wb_rblevelscoolwhitefluor' => { 325 => 0x132 },
- 'wb_rblevelscustom' => { 187 => 0x424, 189 => 0x1c },
- 'wb_rblevelscwb1' => { 321 => 0x10e },
- 'wb_rblevelscwb2' => { 321 => 0x10f },
- 'wb_rblevelscwb3' => { 321 => 0x110 },
- 'wb_rblevelscwb4' => { 321 => 0x111 },
- 'wb_rblevelsdaylight' => { 187 => [0x3ec,0x528], 189 => 0xc, 205 => 0x274 },
- 'wb_rblevelsdaylightf' => { 189 => 0x24 },
- 'wb_rblevelsdaylightfluor' => { 325 => 0x130 },
- 'wb_rblevelsdaywhitef' => { 189 => 0x28 },
- 'wb_rblevelsdaywhitefluor' => { 325 => 0x131 },
- 'wb_rblevelseveningsunlight' => { 325 => 0x124 },
- 'wb_rblevelsfineweather' => { 325 => 0x122 },
- 'wb_rblevelsflash' => { 187 => [0x3f4,0x304], 189 => 0x18, 205 => 0x2a4 },
- 'wb_rblevelsfluorescent' => { 205 => 0x290 },
- 'wb_rblevelsincandescent' => { 205 => 0x282 },
- 'wb_rblevelsshade' => { 187 => 0x418, 189 => 0x20, 205 => 0x2b2, 325 => 0x120 },
- 'wb_rblevelstungsten' => { 187 => 0x3e8, 189 => 0x8, 325 => 0x123 },
- 'wb_rblevelsused' => { 325 => 0x100 },
- 'wb_rblevelswhitef' => { 189 => 0x2c },
- 'wb_rblevelswhitefluorescent' => { 325 => 0x133 },
- 'wb_redlevel3500k' => { 187 => 0x198 },
- 'wb_redlevel6500k' => { 187 => 0x188 },
- 'wb_redlevelcustom' => { 187 => 0x18c },
- 'wb_redlevelscloudy' => { 187 => 0xf8 },
- 'wb_redlevelsdaylight' => { 187 => 0xdc },
- 'wb_redlevelsflash' => { 187 => 0x114 },
- 'wb_redlevelsfluorescent' => { 187 => [0x3fc,0x14c] },
- 'wb_redlevelskelvin' => { 187 => 0x1be },
- 'wb_redlevelsshade' => { 187 => 0x168 },
- 'wb_redlevelstungsten' => { 187 => 0xc0 },
- 'wb_rgbglevels' => { 203 => 0x0 },
- 'wb_rgblevels' => { 187 => [0x546,0x96], 336 => 0xd, 337 => 0x413, 342 => 0x3036, 384 => 0x107, 449 => 0x117c, 450 => 0x1180, 451 => 0x115c, 452 => 0x11d8, 453 => 0x11b4, 454 => 0x106c, 455 => 0x264, 456 => 0x264, 457 => 0x252 },
- 'wb_rgblevels1' => { 347 => 0x2 },
- 'wb_rgblevels2' => { 347 => 0x6 },
- 'wb_rgblevels2500k' => { 447 => 0x782d },
- 'wb_rgblevels3' => { 347 => 0xa },
- 'wb_rgblevels3200k' => { 447 => 0x782c },
- 'wb_rgblevels4' => { 347 => 0xe },
- 'wb_rgblevels4500k' => { 447 => [0x7484,0x7824] },
- 'wb_rgblevels5' => { 347 => 0x12 },
- 'wb_rgblevels6' => { 347 => 0x16 },
- 'wb_rgblevels6000k' => { 447 => 0x782b },
- 'wb_rgblevels7' => { 347 => 0x1a },
- 'wb_rgblevels8500k' => { 447 => 0x782a },
- 'wb_rgblevelsauto' => { 418 => 0x0 },
- 'wb_rgblevelscloudy' => { 447 => [0x7481,0x7821] },
- 'wb_rgblevelscustom1' => { 418 => 0x15 },
- 'wb_rgblevelscustom2' => { 418 => 0x18 },
- 'wb_rgblevelscustom3' => { 418 => 0x1b },
- 'wb_rgblevelsdaylight' => { 418 => 0x3, 447 => [0x7480,0x7820] },
- 'wb_rgblevelsflash' => { 418 => 0x12, 447 => [0x7483,0x7823] },
- 'wb_rgblevelsfluorescent' => { 418 => 0xf, 447 => [0x7486,0x7826] },
- 'wb_rgblevelsfluorescentm1' => { 447 => 0x7829 },
- 'wb_rgblevelsfluorescentp1' => { 447 => 0x7827 },
- 'wb_rgblevelsfluorescentp2' => { 447 => 0x7828 },
- 'wb_rgblevelsincandescent' => { 418 => 0xc },
- 'wb_rgblevelsovercast' => { 418 => 0x9 },
- 'wb_rgblevelsshade' => { 418 => 0x6, 447 => 0x7825 },
- 'wb_rgblevelstungsten' => { 447 => [0x7482,0x7822] },
- 'wb_rgblevelsunknown0' => { 419 => 0x0 },
- 'wb_rgblevelsunknown1' => { 419 => 0x3 },
- 'wb_rgblevelsunknown2' => { 419 => 0x6 },
- 'wb_rgblevelsunknown3' => { 419 => 0x9 },
- 'wb_rgblevelsunknown4' => { 419 => 0xc },
- 'wb_rgblevelsunknown5' => { 419 => 0xf },
- 'wb_rgblevelsunknown6' => { 419 => 0x12 },
- 'wb_rgblevelsunknown7' => { 419 => 0x15 },
- 'wb_rgblevelsunknown8' => { 419 => 0x18 },
- 'wb_rgblevelsunknown9' => { 419 => 0x1b },
- 'wb_rgbmuldaylight' => { 138 => 0x852 },
- 'wb_rgbmulflash' => { 138 => 0x855 },
- 'wb_rgbmulfluorescent' => { 138 => 0x854 },
- 'wb_rgbmultungsten' => { 138 => 0x853 },
- 'wb_rggbblacklevels' => { 35 => 0x25 },
- 'wb_rggblevels' => { 119 => 0x7313, 190 => 0x4, 202 => 0x0, 206 => 0x13e8, 207 => 0x38, 447 => 0x7313 },
- 'wb_rggblevelsasshot' => { 38 => 0x0, 39 => 0x0, 40 => 0x19, 41 => 0x55, 42 => 0x69, 43 => 0x22, 44 => 0x3f, 47 => 0x3f, 48 => 0x3f, 49 => 0x3f, 50 => 0x47 },
- 'wb_rggblevelsauto' => { 35 => 0x1, 38 => 0x5, 39 => 0x8, 40 => 0x1e, 41 => 0x5a, 42 => 0x6e, 43 => 0x18, 44 => 0x44, 47 => 0x44, 48 => 0x44, 49 => 0x44, 50 => 0x4c, 206 => 0x1478, 207 => 0x114, 414 => 0xa022, 447 => 0x7312 },
- 'wb_rggblevelsblack' => { 414 => 0xa028 },
- 'wb_rggblevelscloudy' => { 35 => 0xd, 38 => 0x1e, 39 => 0x30, 40 => 0x2d, 41 => 0xa0, 42 => 0xd7, 43 => 0x31, 44 => 0x58, 47 => 0x71, 48 => 0x8a, 49 => 0x8f, 50 => 0x92, 206 => 0x1408, 207 => 0x60, 375 => 0x20f, 383 => 0x14 },
- 'wb_rggblevelscustom' => { 35 => 0x1d, 44 => 0x80, 206 => 0x1468, 207 => 0x100 },
- 'wb_rggblevelscustom1' => { 40 => 0x41 },
- 'wb_rggblevelscustom2' => { 40 => 0x46 },
- 'wb_rggblevelsdaylight' => { 35 => 0x5, 38 => 0x14, 39 => 0x20, 40 => 0x23, 41 => 0x96, 42 => 0xcd, 43 => 0x27, 44 => 0x4e, 47 => 0x67, 48 => 0x80, 49 => 0x85, 50 => 0x88, 206 => 0x13f8, 207 => 0x4c, 375 => 0x20d, 383 => 0x2 },
- 'wb_rggblevelsflash' => { 35 => 0x19, 38 => 0x32, 39 => 0x50, 40 => 0x3c, 41 => 0xb4, 42 => 0xeb, 43 => 0x45, 44 => 0x6c, 47 => 0x85, 48 => 0x9e, 49 => 0xa3, 50 => 0xa6, 206 => 0x1448, 375 => 0x214, 383 => 0x41 },
- 'wb_rggblevelsfluorescent' => { 35 => 0x15, 38 => 0x28, 39 => 0x40, 40 => 0x37, 41 => 0xaa, 42 => 0xe1, 43 => 0x3b, 44 => 0x62, 47 => 0x7b, 48 => 0x94, 49 => 0x99, 50 => 0x9c },
- 'wb_rggblevelsfluorescentd' => { 207 => 0xc4, 375 => 0x211, 383 => 0x26 },
- 'wb_rggblevelsfluorescentl' => { 383 => 0x4a },
- 'wb_rggblevelsfluorescentn' => { 207 => 0xb0, 375 => 0x212, 383 => 0x2f },
- 'wb_rggblevelsfluorescentw' => { 206 => 0x1438, 207 => 0x9c, 375 => 0x213, 383 => 0x38 },
- 'wb_rggblevelshtmercury' => { 207 => 0xd8 },
- 'wb_rggblevelsilluminator1' => { 414 => 0xa023 },
- 'wb_rggblevelsilluminator2' => { 414 => 0xa024 },
- 'wb_rggblevelskelvin' => { 35 => 0x21, 38 => 0x2d, 39 => 0x48, 41 => 0xaf, 42 => 0xe6, 43 => 0x40, 44 => 0x67, 47 => 0x80, 48 => 0x99, 49 => 0x9e, 50 => 0xa1 },
- 'wb_rggblevelsmeasured' => { 38 => 0xa, 39 => 0x10, 41 => 0x5f, 42 => 0x73, 44 => 0x49, 47 => 0x49, 48 => 0x49, 49 => 0x49, 50 => 0x51 },
- 'wb_rggblevelspc1' => { 43 => 0x90, 44 => 0x71 },
- 'wb_rggblevelspc2' => { 43 => 0x95, 44 => 0x76 },
- 'wb_rggblevelspc3' => { 43 => 0x9a, 44 => 0x7b },
- 'wb_rggblevelsshade' => { 35 => 0x9, 38 => 0x19, 39 => 0x28, 40 => 0x28, 41 => 0x9b, 42 => 0xd2, 43 => 0x2c, 44 => 0x53, 47 => 0x6c, 48 => 0x85, 49 => 0x8a, 50 => 0x8d, 207 => 0x74, 375 => 0x20e, 383 => 0xb },
- 'wb_rggblevelstungsten' => { 35 => 0x11, 38 => 0x23, 39 => 0x38, 40 => 0x32, 41 => 0xa5, 42 => 0xdc, 43 => 0x36, 44 => 0x5d, 47 => 0x76, 48 => 0x8f, 49 => 0x94, 50 => 0x97, 206 => 0x1428, 207 => 0x88, 375 => 0x210, 383 => 0x1d },
- 'wb_rggblevelsuncorrected' => { 414 => 0xa021 },
- 'wb_rggblevelsunknown' => { 38 => 0xf, 39 => 0x18, 41 => 0x64, 42 => 0x78, 43 => 0x1d, 47 => 0x4e, 48 => 0x4e, 49 => 0x4e, 50 => 0x56, 383 => 0x53 },
- 'wb_rggblevelsunknown10' => { 38 => 0x5f, 39 => 0x98, 41 => 0x91, 42 => 0xa5, 43 => 0x72, 47 => 0x9e, 48 => 0x7b, 49 => 0x7b, 50 => 0x83 },
- 'wb_rggblevelsunknown11' => { 38 => 0x64, 39 => 0xa0, 41 => 0xb9, 42 => [0xaa,0xaf], 43 => 0x77, 47 => 0xa3, 48 => 0xa3, 49 => 0x80, 50 => 0xab },
- 'wb_rggblevelsunknown12' => { 38 => 0x69, 39 => 0xa8, 41 => 0xbe, 42 => 0xb4, 43 => 0x7c, 47 => 0xa8, 48 => 0xa8, 49 => 0xa8, 50 => 0xb0 },
- 'wb_rggblevelsunknown13' => { 38 => 0x6e, 39 => 0xb0, 41 => 0xc3, 42 => 0xb9, 43 => 0x81, 47 => 0xad, 48 => 0xad, 49 => 0xad, 50 => 0xb5 },
- 'wb_rggblevelsunknown14' => { 41 => 0xc8, 42 => 0xbe, 43 => 0x86, 47 => 0xb2, 48 => 0xb2, 49 => 0xb2, 50 => 0xba },
- 'wb_rggblevelsunknown15' => { 41 => 0xcd, 42 => 0xc3, 43 => 0x8b, 47 => 0xb7, 48 => 0xb7, 49 => 0xb7, 50 => 0xbf },
- 'wb_rggblevelsunknown16' => { 41 => 0xd2, 42 => 0xc8, 43 => 0x9f, 48 => 0xbc, 49 => 0xbc, 50 => 0xc4 },
- 'wb_rggblevelsunknown17' => { 41 => 0xd7, 42 => 0xf0, 48 => 0xc1, 49 => 0xc1, 50 => 0xc9 },
- 'wb_rggblevelsunknown18' => { 41 => 0xdc, 42 => 0xf5, 48 => 0xc6, 49 => 0xc6, 50 => 0xce },
- 'wb_rggblevelsunknown19' => { 41 => 0xe1, 42 => 0xfa, 48 => 0xcb, 49 => 0xcb, 50 => 0xd3 },
- 'wb_rggblevelsunknown2' => { 38 => 0x37, 39 => 0x58, 41 => 0x69, 42 => 0x7d, 43 => 0x4a, 47 => 0x53, 48 => 0x53, 49 => 0x53, 50 => 0x5b },
- 'wb_rggblevelsunknown20' => { 41 => 0xe6, 42 => 0xff, 48 => 0xd0, 49 => 0xd0, 50 => 0xd8 },
- 'wb_rggblevelsunknown21' => { 41 => 0xeb, 42 => 0x104, 49 => 0xd5, 50 => 0xdd },
- 'wb_rggblevelsunknown22' => { 41 => 0xf0, 42 => 0x109, 49 => 0xda, 50 => 0xe2 },
- 'wb_rggblevelsunknown23' => { 41 => 0xf5, 42 => 0x10e, 49 => 0xdf, 50 => 0xe7 },
- 'wb_rggblevelsunknown24' => { 41 => 0xfa, 42 => 0x113, 49 => 0xe4, 50 => 0xec },
- 'wb_rggblevelsunknown25' => { 41 => 0xff, 42 => 0x118, 49 => 0xe9, 50 => 0xf1 },
- 'wb_rggblevelsunknown26' => { 41 => 0x104, 42 => 0x11d, 49 => 0xee, 50 => 0xf6 },
- 'wb_rggblevelsunknown27' => { 41 => 0x109, 42 => 0x122, 49 => 0xf3, 50 => 0xfb },
- 'wb_rggblevelsunknown28' => { 41 => 0x10e, 49 => 0xf8, 50 => 0x100 },
- 'wb_rggblevelsunknown29' => { 41 => 0x113, 49 => 0xfd, 50 => 0x105 },
- 'wb_rggblevelsunknown3' => { 38 => 0x3c, 39 => 0x60, 41 => 0x6e, 42 => 0x82, 43 => 0x4f, 47 => 0x58, 48 => 0x58, 49 => 0x58, 50 => 0x60 },
- 'wb_rggblevelsunknown30' => { 49 => 0x102 },
- 'wb_rggblevelsunknown4' => { 38 => 0x41, 39 => 0x68, 41 => 0x73, 42 => 0x87, 43 => 0x54, 47 => 0x5d, 48 => 0x5d, 49 => 0x5d, 50 => 0x65 },
- 'wb_rggblevelsunknown5' => { 38 => 0x46, 39 => 0x70, 41 => 0x78, 42 => 0x8c, 43 => 0x59, 47 => 0x62, 48 => 0x62, 49 => 0x62, 50 => 0x6a },
- 'wb_rggblevelsunknown6' => { 38 => 0x4b, 39 => 0x78, 41 => 0x7d, 42 => 0x91, 43 => 0x5e, 47 => 0x8a, 48 => 0x67, 49 => 0x67, 50 => 0x6f },
- 'wb_rggblevelsunknown7' => { 38 => 0x50, 39 => 0x80, 41 => 0x82, 42 => 0x96, 43 => 0x63, 47 => 0x8f, 48 => 0x6c, 49 => 0x6c, 50 => 0x74 },
- 'wb_rggblevelsunknown8' => { 38 => 0x55, 39 => 0x88, 41 => 0x87, 42 => 0x9b, 43 => 0x68, 47 => 0x94, 48 => 0x71, 49 => 0x71, 50 => 0x79 },
- 'wb_rggblevelsunknown9' => { 38 => 0x5a, 39 => 0x90, 41 => 0x8c, 42 => 0xa0, 43 => 0x6d, 47 => 0x99, 48 => 0x76, 49 => 0x76, 50 => 0x7e },
- 'wb_rggblevelsuserselected' => { 383 => 0x5c },
- 'wbadjblueamber' => { 103 => 0x20106 },
- 'wbadjbluebalance' => { 296 => 0x8 },
- 'wbadjcolortemp' => { 103 => 0x20102, 108 => 0x1a },
- 'wbadjlighting' => { 296 => 0x14 },
- 'wbadjmagentagreen' => { 103 => 0x20105 },
- 'wbadjmode' => { 296 => 0x10 },
- 'wbadjredbalance' => { 296 => 0x0 },
- 'wbadjrggblevels' => { 103 => 0x20125, 108 => 0x6 },
- 'wbadjtemperature' => { 296 => 0x18 },
- 'wbadjtint' => { 296 => 0x25 },
- 'wbbluelevel' => { 335 => 0x324, 340 => 0x8006, 345 => 0x26 },
- 'wbbracketingsteps' => { 198 => 0x10, 199 => 0x10, 271 => 0x174d },
- 'wbbracketmode' => { 57 => 0x9 },
- 'wbbracketshotnumber' => { 187 => 0x2b, 407 => 0x101a },
- 'wbbracketvalueab' => { 57 => 0xc },
- 'wbbracketvaluegm' => { 57 => 0xd },
- 'wbbutton' => { 242 => 0x80a },
- 'wbfinetuneactive' => { 108 => 0x24 },
- 'wbfinetunesaturation' => { 108 => 0x28 },
- 'wbfinetunetone' => { 108 => 0x2c },
- 'wbgreenlevel' => { 335 => 0x323, 340 => 0x8005, 345 => 0x25 },
- 'wbmediaimagesizesetting' => { 84 => 0x708 },
- 'wbmode' => { 189 => 0x4, 322 => 0x1015 },
- 'wbredlevel' => { 335 => 0x322, 340 => 0x8004, 345 => 0x24 },
- 'wbscale' => { 190 => 0x0 },
- 'wbshiftab' => { 74 => 0xc, 340 => 0x46, 357 => 0x10 },
- 'wbshiftab_gm' => { 440 => 0x2014 },
- 'wbshiftab_gm_precise' => { 440 => 0x2026 },
- 'wbshiftcreativecontrol' => { 340 => 0x92 },
- 'wbshiftgm' => { 74 => 0xd, 340 => 0x47, 357 => 0x11 },
- 'wbshiftintelligentauto' => { 340 => 0x8b },
- 'wbtype1' => { 346 => 0x1, 347 => 0x1 },
- 'wbtype2' => { 346 => 0x4, 347 => 0x5 },
- 'wbtype3' => { 346 => 0x7, 347 => 0x9 },
- 'wbtype4' => { 346 => 0xa, 347 => 0xd },
- 'wbtype5' => { 346 => 0xd, 347 => 0x11 },
- 'wbtype6' => { 346 => 0x10, 347 => 0x15 },
- 'wbtype7' => { 346 => 0x13, 347 => 0x19 },
- 'webstatement' => { 533 => 'WebStatement' },
- 'weightedflatsubject' => { 492 => 'weightedFlatSubject' },
- 'what' => { 500 => 'What', 502 => 'What' },
- 'whitebalance' => { 7 => 0x6f, 8 => [0x44,0x4a], 9 => 0xbc, 10 => 0x36, 11 => 0x5e, 12 => 0x36, 13 => 0x78, 14 => 0x6f, 15 => 0x6f, 16 => 0x73, 17 => 0x6f, 18 => 0x78, 19 => 0x54, 20 => 0x6f, 21 => 0xbc, 22 => 0x7b, 24 => 0xbc, 25 => 0xc2, 27 => 0x131, 28 => 0x77, 74 => 0x8, 77 => 0x7, 112 => 0x7, 113 => [0x19,0x2012], 119 => [0xa403,0xfe4e], 127 => 0x1002, 138 => 0x3fc, 139 => 0xfa0d, 140 => 0x40, 151 => 0x1a, 181 => 0x3, 182 => 0xe, 183 => 0x4, 184 => 0xb, 186 => 0x115, 234 => 0x5, 280 => 0x7, 335 => 0x304, 340 => 0x3, 342 => 0x3033, 375 => 0x19, 382 => 0x7, 406 => 0x26, 407 => 0x1003, 417 => [0x88,0x3c,0x7,0x58], 427 => 0xf, 428 => 0xe, 440 => [0x115,0xb054], 500 => 'WhiteBalance', 502 => 'WhiteBalance', 506 => 'WhiteBalance' },
- 'whitebalance0' => { 176 => 'WhiteBalance0' },
- 'whitebalance1' => { 176 => 'WhiteBalance1' },
- 'whitebalance2' => { 176 => 'WhiteBalance2', 317 => 0x500 },
- 'whitebalanceadj' => { 103 => 0x20101, 108 => 0x18, 290 => 0x76a43204 },
- 'whitebalanceautoadjustment' => { 353 => 0x0 },
- 'whitebalancebias' => { 113 => 0x2011, 322 => 0x304, 340 => 0x23 },
- 'whitebalanceblue' => { 74 => 0x7 },
- 'whitebalancebracket' => { 317 => 0x502, 322 => 0x303 },
- 'whitebalancebracketing' => { 184 => 0x22, 187 => 0x2c, 438 => 0x2c },
- 'whitebalancebuttonplaybackmode' => { 314 => 0x1c5, 315 => 0x1dd },
- 'whitebalancecomp' => { 325 => 0x1001 },
- 'whitebalancedetected' => { 138 => 0x3fb },
- 'whitebalancefinetune' => { 127 => 0x100a, 184 => 0x38, 186 => 0x112, 234 => [0xb,0x3f], 407 => 0x1004, 427 => 0x6, 428 => 0x5, 440 => 0x112 },
- 'whitebalancemode' => { 138 => 0x3fa, 375 => 0x1a },
- 'whitebalancered' => { 74 => 0x6 },
- 'whitebalanceset' => { 356 => 0xa },
- 'whitebalancesetting' => { 184 => 0x23, 427 => 0x5, 428 => 0x4, 429 => 0x16, 445 => 0xd },
- 'whitebalancesetup' => { 414 => 0x41 },
- 'whitebalancetemperature' => { 317 => 0x501 },
- 'whiteboard' => { 322 => 0x301 },
- 'whitelevel' => { 119 => 0xc61d, 375 => 0x7e, 447 => 0x787f },
- 'whitepoint' => { 119 => 0x13e, 339 => 0x35d, 375 => 0x201, 525 => 'WhitePoint' },
- 'whites2012' => { 500 => 'Whites2012', 502 => 'Whites2012' },
- 'whitesadj' => { 476 => 0x9017 },
- 'wideadapter' => { 407 => 0x1017 },
- 'widefocuszone' => { 181 => 0x2f },
- 'widerange' => { 416 => 0x20f },
- 'windmode' => { 138 => 0x3f4 },
- 'windnoisereduction' => { 239 => 0x352, 240 => 0x2d6, 241 => 0x2fe, 242 => 0x2fe },
- 'windowlocation' => { 400 => 'WLOC' },
- 'windowsatom' => { 501 => 'windowsAtom' },
- 'windowsatomextension' => { 501 => [\'windowsAtom','windowsAtomExtension'] },
- 'windowsatominvocationflags' => { 501 => [\'windowsAtom','windowsAtomInvocationFlags'] },
- 'windowsatomuncprojectpath' => { 501 => [\'windowsAtom','windowsAtomUncProjectPath'] },
- 'wordcount' => { 519 => 'wordCount' },
- 'work' => { 392 => "\xa9wrk" },
- 'workcolorspace' => { 103 => 0x10200, 108 => 0x270 },
- 'workflowtag' => { 514 => 'WorkflowTag' },
- 'workflowtagcvid' => { 514 => [\'WorkflowTag','WorkflowTagCvId'] },
- 'workflowtagcvtermid' => { 514 => [\'WorkflowTag','WorkflowTagCvTermId'] },
- 'workflowtagcvtermname' => { 514 => [\'WorkflowTag','WorkflowTagCvTermName'] },
- 'workflowtagcvtermrefinedabout' => { 514 => [\'WorkflowTag','WorkflowTagCvTermRefinedAbout'] },
- 'worktodo' => { 508 => 'WorkToDo' },
- 'worldtimelocation' => { 340 => 0x3a, 375 => 0x22, 381 => '0.1' },
- 'writer' => { 179 => 'WM/Writer' },
- 'writer-editor' => { 131 => 0x7a },
- 'x3filllight' => { 417 => 0x12 },
- 'xattrquarantine' => { 174 => 'com.apple.quarantine' },
- 'xilinxversion' => { 138 => 0x414 },
- 'xml' => { 136 => 'xml ' },
- 'xmp' => { 106 => 0xffff00f6, 120 => 'XMP' },
- 'xmptoolkit' => { 526 => 'xmptk' },
- 'xpauthor' => { 119 => 0x9c9d },
- 'xpcomment' => { 119 => 0x9c9c },
- 'xpkeywords' => { 119 => 0x9c9e },
- 'xposition' => { 119 => 0x11e },
- 'xpsubject' => { 119 => 0x9c9f },
- 'xptitle' => { 119 => 0x9c9b },
- 'xresolution' => { 119 => 0x11a, 134 => 0x3, 390 => 0x0, 525 => 'XResolution' },
- 'xyresolution' => { 123 => 0x3 },
- 'yaw' => { 115 => 0x7, 400 => ['_yaw',"\xa9fyw"] },
- 'yawangle' => { 247 => 0x8, 412 => 0x0 },
- 'ycbcrcoefficients' => { 119 => 0x211, 525 => 'YCbCrCoefficients' },
- 'ycbcrpositioning' => { 119 => 0x213, 525 => 'YCbCrPositioning' },
- 'ycbcrsubsampling' => { 119 => 0x212, 525 => 'YCbCrSubSampling' },
- 'year' => { 392 => 'yrrc', 394 => 'year', 400 => 'yrrc' },
- 'yearcreated' => { 140 => 0x10, 149 => 0xc },
- 'yellowhsl' => { 103 => 0x20912 },
- 'yield' => { 521 => 'yield' },
- 'yposition' => { 119 => 0x11f },
- 'yresolution' => { 119 => 0x11b, 134 => 0x5, 390 => 0x4, 525 => 'YResolution' },
- 'zebrapatterntonerange' => { 313 => 0x211, 314 => 0x211, 315 => 0x229 },
- 'zoneidentifier' => { 120 => 'ZoneIdentifier' },
- 'zonematching' => { 186 => 0x10a, 189 => [0x3a,0x4a], 440 => 0xb024 },
- 'zonematchingmode' => { 184 => 0x14 },
- 'zonematchingon' => { 183 => 0x75 },
- 'zonematchingvalue' => { 427 => 0x1f },
- 'zoomedpreviewlength' => { 322 => 0xf05 },
- 'zoomedpreviewsize' => { 322 => 0xf06 },
- 'zoomedpreviewstart' => { 322 => 0xf04 },
- 'zoomsourcewidth' => { 34 => 0x24 },
- 'zoomstepcount' => { 320 => 0x300, 322 => 0x100d },
- 'zoomtargetwidth' => { 34 => 0x25 },
+ 'timezone' => { 79 => 0x1, 241 => 0x694, 242 => 0x594, 243 => 0x5c4, 244 => 0x5dc, 284 => 0x0, 412 => 0xa },
+ 'timezonecity' => { 79 => 0x2 },
+ 'timezonecode' => { 102 => 0x1 },
+ 'timezoneinfo' => { 102 => 0x2 },
+ 'timezoneoffset' => { 121 => 0x882a },
+ 'tint' => { 396 => 'player.movie.visual.tint', 502 => 'Tint', 504 => 'Tint' },
+ 'title' => { 121 => 0xa436, 159 => 'Title', 328 => 'Title', 332 => 'Title', 342 => 0x65, 393 => 'Title', 394 => ['titl',"\xa9nam"], 396 => 'title', 402 => ['titl',"\xa9nam"], 505 => 'title', 518 => 'Title', 529 => 'Title' },
+ 'togglestyleamount' => { 502 => 'ToggleStyleAmount', 504 => 'ToggleStyleAmount' },
+ 'togglestyledigest' => { 502 => 'ToggleStyleDigest', 504 => 'ToggleStyleDigest' },
+ 'tonecomp' => { 236 => 0x81 },
+ 'tonecurve' => { 75 => 0x1, 377 => 0x402, 502 => 'ToneCurve', 504 => 'ToneCurve' },
+ 'tonecurveactive' => { 110 => 0x110 },
+ 'tonecurveadobergb' => { 416 => 0xa043 },
+ 'tonecurveadobergbdefault' => { 416 => 0xa041 },
+ 'tonecurveblue' => { 502 => 'ToneCurveBlue', 504 => 'ToneCurveBlue' },
+ 'tonecurvebluex' => { 478 => 0x9003 },
+ 'tonecurvebluey' => { 478 => 0x9007 },
+ 'tonecurvebrightness' => { 105 => 0x20410 },
+ 'tonecurvebrightnessx' => { 478 => 0x9000 },
+ 'tonecurvebrightnessy' => { 478 => 0x9004 },
+ 'tonecurvecolorspace' => { 109 => 0x0 },
+ 'tonecurvecontrast' => { 105 => 0x20411 },
+ 'tonecurvegreen' => { 502 => 'ToneCurveGreen', 504 => 'ToneCurveGreen' },
+ 'tonecurvegreenx' => { 478 => 0x9002 },
+ 'tonecurvegreeny' => { 478 => 0x9006 },
+ 'tonecurveinputrange' => { 109 => 0x3 },
+ 'tonecurveinterpolation' => { 110 => 0x159 },
+ 'tonecurvemode' => { 110 => 0x113 },
+ 'tonecurvename' => { 502 => 'ToneCurveName', 504 => 'ToneCurveName' },
+ 'tonecurvename2012' => { 502 => 'ToneCurveName2012', 504 => 'ToneCurveName2012' },
+ 'tonecurveoriginal' => { 105 => '0x20400.1' },
+ 'tonecurveoutputrange' => { 109 => 0x5 },
+ 'tonecurveprofilename' => { 140 => 0x1391 },
+ 'tonecurveproperty' => { 110 => 0x3c },
+ 'tonecurvepv2012' => { 502 => 'ToneCurvePV2012', 504 => 'ToneCurvePV2012' },
+ 'tonecurvepv2012blue' => { 502 => 'ToneCurvePV2012Blue', 504 => 'ToneCurvePV2012Blue' },
+ 'tonecurvepv2012green' => { 502 => 'ToneCurvePV2012Green', 504 => 'ToneCurvePV2012Green' },
+ 'tonecurvepv2012red' => { 502 => 'ToneCurvePV2012Red', 504 => 'ToneCurvePV2012Red' },
+ 'tonecurvered' => { 502 => 'ToneCurveRed', 504 => 'ToneCurveRed' },
+ 'tonecurveredx' => { 478 => 0x9001 },
+ 'tonecurveredy' => { 478 => 0x9005 },
+ 'tonecurves' => { 377 => 0x403 },
+ 'tonecurveshape' => { 109 => 0x1 },
+ 'tonecurvesrgb' => { 416 => 0xa042 },
+ 'tonecurvesrgbdefault' => { 416 => 0xa040 },
+ 'tonecurvex' => { 109 => 0xa },
+ 'tonecurvey' => { 109 => 0xb },
+ 'tonelevel' => { 319 => 0x52e },
+ 'tonemap' => { 241 => 0x26a },
+ 'tonemapstrength' => { 502 => 'ToneMapStrength', 504 => 'ToneMapStrength' },
+ 'toningeffect' => { 58 => 0xf, 236 => 0xb3, 251 => 0x38, 252 => 0x40, 253 => 0x48, 409 => 0x1015 },
+ 'toningeffectauto' => { 72 => 0xa4 },
+ 'toningeffectfaithful' => { 71 => 0x74, 72 => 0x74 },
+ 'toningeffectlandscape' => { 71 => 0x44, 72 => 0x44 },
+ 'toningeffectmonochrome' => { 19 => 0x108, 71 => 0x8c, 72 => 0x8c },
+ 'toningeffectneutral' => { 71 => 0x5c, 72 => 0x5c },
+ 'toningeffectportrait' => { 71 => 0x2c, 72 => 0x2c },
+ 'toningeffectstandard' => { 71 => 0x14, 72 => 0x14 },
+ 'toningeffectuserdef1' => { 71 => 0xa4, 72 => 0xbc },
+ 'toningeffectuserdef2' => { 71 => 0xbc, 72 => 0xd4 },
+ 'toningeffectuserdef3' => { 71 => 0xd4, 72 => 0xec },
+ 'toningsaturation' => { 251 => 0x39, 252 => 0x41, 253 => 0x49 },
+ 'totalzoom' => { 142 => 0x62 },
+ 'touchae' => { 342 => 0xab },
+ 'track' => { 394 => "\xa9trk", 402 => "\xa9trk" },
+ 'trackcreatedate' => { 401 => 0x1 },
+ 'trackmodifydate' => { 401 => 0x2 },
+ 'tracknumber' => { 394 => 'trkn', 531 => 'trackNumber' },
+ 'tracks' => { 531 => 'Tracks' },
+ 'tracksframerate' => { 531 => [\'Tracks','TracksFrameRate'] },
+ 'tracksmarkers' => { 531 => [\'Tracks','TracksMarkers'] },
+ 'tracksmarkerscomment' => { 531 => [\'Tracks','TracksMarkersComment'] },
+ 'tracksmarkerscuepointparams' => { 531 => [\'Tracks','TracksMarkersCuePointParams'] },
+ 'tracksmarkerscuepointparamskey' => { 531 => [\'Tracks','TracksMarkersCuePointParamsKey'] },
+ 'tracksmarkerscuepointparamsvalue' => { 531 => [\'Tracks','TracksMarkersCuePointParamsValue'] },
+ 'tracksmarkerscuepointtype' => { 531 => [\'Tracks','TracksMarkersCuePointType'] },
+ 'tracksmarkersduration' => { 531 => [\'Tracks','TracksMarkersDuration'] },
+ 'tracksmarkerslocation' => { 531 => [\'Tracks','TracksMarkersLocation'] },
+ 'tracksmarkersname' => { 531 => [\'Tracks','TracksMarkersName'] },
+ 'tracksmarkersprobability' => { 531 => [\'Tracks','TracksMarkersProbability'] },
+ 'tracksmarkersspeaker' => { 531 => [\'Tracks','TracksMarkersSpeaker'] },
+ 'tracksmarkersstarttime' => { 531 => [\'Tracks','TracksMarkersStartTime'] },
+ 'tracksmarkerstarget' => { 531 => [\'Tracks','TracksMarkersTarget'] },
+ 'tracksmarkerstype' => { 531 => [\'Tracks','TracksMarkersType'] },
+ 'trackstrackname' => { 531 => [\'Tracks','TracksTrackName'] },
+ 'trackstracktype' => { 531 => [\'Tracks','TracksTrackType'] },
+ 'tracktype' => { 402 => 'kgtt' },
+ 'trailer' => { 122 => 'Trailer' },
+ 'trailersignature' => { 166 => 'zmie' },
+ 'transcript' => { 516 => 'Transcript' },
+ 'transcriptlink' => { 516 => 'TranscriptLink' },
+ 'transcriptlinklink' => { 516 => [\'TranscriptLink','TranscriptLinkLink'] },
+ 'transcriptlinklinkqualifier' => { 516 => [\'TranscriptLink','TranscriptLinkLinkQualifier'] },
+ 'transferfunction' => { 121 => 0x12d, 527 => 'TransferFunction' },
+ 'transfertimenormal' => { 140 => 0x1888 },
+ 'transfertimetest' => { 140 => 0x1889 },
+ 'transform' => { 342 => [0x8012,0x59] },
+ 'transformation' => { 517 => 'Transformation' },
+ 'transmissionreference' => { 519 => 'TransmissionReference' },
+ 'trapped' => { 328 => 'Trapped', 518 => 'Trapped' },
+ 'trashbuttonfunction' => { 86 => 0x710 },
+ 'travelday' => { 342 => 0x36 },
+ 'treble' => { 396 => 'player.movie.audio.treble' },
+ 'triggermode' => { 403 => 0x6, 404 => 0x34, 405 => 0x34 },
+ 'tstop' => { 121 => 0xc772 },
+ 'ttl_da_adown' => { 365 => 0x5 },
+ 'ttl_da_aup' => { 365 => 0x4 },
+ 'ttl_da_bdown' => { 365 => 0x7 },
+ 'ttl_da_bup' => { 365 => 0x6 },
+ 'tungstenawb' => { 355 => 0x1 },
+ 'tvepisode' => { 394 => 'tves' },
+ 'tvepisodeid' => { 394 => 'tven' },
+ 'tvexposuretimesetting' => { 358 => 0x12 },
+ 'tvnetworkname' => { 394 => 'tvnn' },
+ 'tvseason' => { 394 => 'tvsn' },
+ 'tvshow' => { 394 => 'tvsh' },
+ 'type' => { 486 => 'Type', 505 => 'type', 526 => 'type' },
+ 'typestatus' => { 120 => [\'Identification','IdentificationTypeStatus'] },
+ 'uniquecameramodel' => { 121 => 0xc614 },
+ 'uniquedocumentid' => { 133 => 0xbb },
+ 'uniquematrixauto' => { 140 => 0x7e9 },
+ 'uniquematrixcustom' => { 140 => 0x7e8 },
+ 'uniquematrixdaylight' => { 140 => 0x7e4 },
+ 'uniquematrixflash' => { 140 => 0x7e7 },
+ 'uniquematrixfluorescent' => { 140 => 0x7e6 },
+ 'uniquematrixtungsten' => { 140 => 0x7e5 },
+ 'uniqueobjectname' => { 134 => 0x64 },
+ 'units' => { 487 => 'Units' },
+ 'unknown_aacr' => { 394 => 'AACR' },
+ 'unknown_cdek' => { 394 => 'CDEK' },
+ 'unknown_cdet' => { 394 => 'CDET' },
+ 'unknownblock' => { 377 => 0x405 },
+ 'unknownblock1' => { 323 => 0x635 },
+ 'unknownblock2' => { 323 => 0x636 },
+ 'unknownblock3' => { 323 => 0x1103 },
+ 'unknownblock4' => { 323 => 0x1104 },
+ 'unknowncontrast' => { 111 => 0x45 },
+ 'unknowndate' => { 386 => 0x212 },
+ 'unknownev' => { 140 => 0x1 },
+ 'unknownlinear' => { 111 => 0x46 },
+ 'unknownnumber' => { 99 => 0x180b },
+ 'unknownoutputhighlightpoint' => { 111 => 0x4a },
+ 'unknownoutputshadowpoint' => { 111 => 0x4b },
+ 'unknownrawhighlight' => { 111 => 0x7b },
+ 'unknownrawhighlightpoint' => { 111 => 0x48 },
+ 'unknownrawshadow' => { 111 => 0x84 },
+ 'unknownrawshadowpoint' => { 111 => 0x49 },
+ 'unknownsharpness' => { 111 => 0x47 },
+ 'unknowntags' => { 402 => 'TAGS' },
+ 'unknowntemperature' => { 123 => 0x4 },
+ 'unknownthumbnail' => { 402 => 'thmb' },
+ 'unsharp1color' => { 297 => 0x13 },
+ 'unsharp1halowidth' => { 297 => 0x19 },
+ 'unsharp1intensity' => { 297 => 0x17 },
+ 'unsharp1threshold' => { 297 => 0x1b },
+ 'unsharp2color' => { 297 => 0x2e },
+ 'unsharp2halowidth' => { 297 => 0x34 },
+ 'unsharp2intensity' => { 297 => 0x32 },
+ 'unsharp2threshold' => { 297 => 0x36 },
+ 'unsharp3color' => { 297 => 0x49 },
+ 'unsharp3halowidth' => { 297 => 0x4f },
+ 'unsharp3intensity' => { 297 => 0x4d },
+ 'unsharp3threshold' => { 297 => 0x51 },
+ 'unsharp4color' => { 297 => 0x64 },
+ 'unsharp4halowidth' => { 297 => 0x6a },
+ 'unsharp4intensity' => { 297 => 0x68 },
+ 'unsharp4threshold' => { 297 => 0x6c },
+ 'unsharpcount' => { 297 => 0x0 },
+ 'unsharpmask' => { 111 => 0x90, 292 => 0x76a43200 },
+ 'unsharpmaskfineness' => { 105 => 0x20309 },
+ 'unsharpmaskstrength' => { 105 => 0x20308 },
+ 'unsharpmaskthreshold' => { 105 => 0x2030a },
+ 'uprightcentermode' => { 502 => 'UprightCenterMode', 504 => 'UprightCenterMode' },
+ 'uprightcenternormx' => { 502 => 'UprightCenterNormX', 504 => 'UprightCenterNormX' },
+ 'uprightcenternormy' => { 502 => 'UprightCenterNormY', 504 => 'UprightCenterNormY' },
+ 'uprightdependentdigest' => { 502 => 'UprightDependentDigest', 504 => 'UprightDependentDigest' },
+ 'uprightfocallength35mm' => { 502 => 'UprightFocalLength35mm', 504 => 'UprightFocalLength35mm' },
+ 'uprightfocalmode' => { 502 => 'UprightFocalMode', 504 => 'UprightFocalMode' },
+ 'uprightfoursegments_0' => { 502 => 'UprightFourSegments_0', 504 => 'UprightFourSegments_0' },
+ 'uprightfoursegments_1' => { 502 => 'UprightFourSegments_1', 504 => 'UprightFourSegments_1' },
+ 'uprightfoursegments_2' => { 502 => 'UprightFourSegments_2', 504 => 'UprightFourSegments_2' },
+ 'uprightfoursegments_3' => { 502 => 'UprightFourSegments_3', 504 => 'UprightFourSegments_3' },
+ 'uprightfoursegmentscount' => { 502 => 'UprightFourSegmentsCount', 504 => 'UprightFourSegmentsCount' },
+ 'uprightguideddependentdigest' => { 502 => 'UprightGuidedDependentDigest', 504 => 'UprightGuidedDependentDigest' },
+ 'uprightpreview' => { 502 => 'UprightPreview', 504 => 'UprightPreview' },
+ 'uprighttransform_0' => { 502 => 'UprightTransform_0', 504 => 'UprightTransform_0' },
+ 'uprighttransform_1' => { 502 => 'UprightTransform_1', 504 => 'UprightTransform_1' },
+ 'uprighttransform_2' => { 502 => 'UprightTransform_2', 504 => 'UprightTransform_2' },
+ 'uprighttransform_3' => { 502 => 'UprightTransform_3', 504 => 'UprightTransform_3' },
+ 'uprighttransform_4' => { 502 => 'UprightTransform_4', 504 => 'UprightTransform_4' },
+ 'uprighttransform_5' => { 502 => 'UprightTransform_5', 504 => 'UprightTransform_5' },
+ 'uprighttransformcount' => { 502 => 'UprightTransformCount', 504 => 'UprightTransformCount' },
+ 'uprightversion' => { 502 => 'UprightVersion', 504 => 'UprightVersion' },
+ 'urgency' => { 133 => 0xa, 519 => 'Urgency' },
+ 'url' => { 159 => 'URL', 332 => 'URL', 391 => 0x40b, 521 => 'url' },
+ 'url_list' => { 391 => 0x41e },
+ 'urla-platform' => { 521 => [\'url','urlA-platform'] },
+ 'urlurl' => { 521 => [\'url','urlUrl'] },
+ 'usablemeteringmodes' => { 86 => 0x10a },
+ 'usableshootingmodes' => { 86 => 0x109 },
+ 'usage' => { 522 => 'usage' },
+ 'usageterms' => { 535 => 'UsageTerms' },
+ 'usbpowerdelivery' => { 241 => 0x762, 242 => 0x664, 243 => 0x694, 244 => 0x6fc },
+ 'usedialwithouthold' => { 315 => 0xbf, 316 => 0xbf, 317 => 0xbf },
+ 'useguidelines' => { 500 => 'useGuidelines' },
+ 'usepanoramaviewer' => { 490 => 'UsePanoramaViewer' },
+ 'usercollection' => { 396 => 'collection.user' },
+ 'usercomment' => { 99 => 0x805, 121 => 0x9286, 508 => 'UserComment' },
+ 'userdef1picturestyle' => { 19 => 0x10c, 71 => 0xd8, 72 => 0xf0 },
+ 'userdef2picturestyle' => { 19 => 0x10e, 71 => 0xda, 72 => 0xf2 },
+ 'userdef3picturestyle' => { 19 => 0x110, 71 => 0xdc, 72 => 0xf4 },
+ 'userfields' => { 495 => 'UserFields' },
+ 'userlabel' => { 403 => 0x2b, 404 => 0x5a, 405 => 0x68 },
+ 'userprofile' => { 337 => 0x302, 341 => 0x34c, 344 => 0x3038 },
+ 'userrating' => { 396 => 'rating.user', 402 => 'urat' },
+ 'usmlenselectronicmf' => { 2 => 0x7, 85 => 0x7, 86 => 0x501 },
+ 'uspsnumber' => { 521 => 'uspsNumber' },
+ 'utmeasting' => { 170 => 'Easting' },
+ 'utmmapdatum' => { 170 => 'Datum' },
+ 'utmnorthing' => { 170 => 'Northing' },
+ 'utmzone' => { 170 => 'Zone' },
+ 'uuid' => { 502 => 'UUID', 504 => 'UUID' },
+ 'uv-irfiltercorrection' => { 337 => 0x325 },
+ 'validbits' => { 323 => 0x611, 324 => 0x102c },
+ 'validpixeldepth' => { 327 => 0x611 },
+ 'variablelowpassfilter' => { 442 => 0x2028 },
+ 'variousmodes' => { 142 => 0x26 },
+ 'variousmodes2' => { 142 => 0x3a },
+ 'variprogram' => { 236 => 0xab },
+ 'varraydacnominalvalues' => { 140 => 0x191e },
+ 'vendor' => { 402 => 'vndr' },
+ 'vendorinfo' => { 481 => 'VendorInfo' },
+ 'vendorinfomanufacturer' => { 481 => [\'VendorInfo','VendorInfoManufacturer'] },
+ 'vendorinfomodel' => { 481 => [\'VendorInfo','VendorInfoModel'] },
+ 'vendorinfonotes' => { 481 => [\'VendorInfo','VendorInfoNotes'] },
+ 'verbatimidentification' => { 120 => [\'Identification','IdentificationVerbatimIdentification'] },
+ 'version' => { 129 => 0x0, 393 => 'Version', 396 => 'version', 502 => 'Version', 504 => 'Version', 513 => 'Version' },
+ 'versioncreatedate' => { 478 => 0xd100 },
+ 'versionid' => { 532 => 'VersionID' },
+ 'versionidentifier' => { 521 => 'versionIdentifier' },
+ 'versionmodifydate' => { 478 => 0xd101 },
+ 'versions' => { 532 => 'Versions' },
+ 'versionscomments' => { 532 => [\'Versions','VersionsComments'] },
+ 'versionsevent' => { 532 => [\'Versions','VersionsEvent'] },
+ 'versionseventaction' => { 532 => [\'Versions','VersionsEventAction'] },
+ 'versionseventchanged' => { 532 => [\'Versions','VersionsEventChanged'] },
+ 'versionseventinstanceid' => { 532 => [\'Versions','VersionsEventInstanceID'] },
+ 'versionseventparameters' => { 532 => [\'Versions','VersionsEventParameters'] },
+ 'versionseventsoftwareagent' => { 532 => [\'Versions','VersionsEventSoftwareAgent'] },
+ 'versionseventwhen' => { 532 => [\'Versions','VersionsEventWhen'] },
+ 'versionsmodifier' => { 532 => [\'Versions','VersionsModifier'] },
+ 'versionsmodifydate' => { 532 => [\'Versions','VersionsModifyDate'] },
+ 'versionsversion' => { 532 => [\'Versions','VersionsVersion'] },
+ 'verticalafonbutton' => { 299 => '3.2', 300 => '47.2', 302 => '79.1', 316 => 0x11d, 317 => 0x135 },
+ 'verticalclockoverlaps' => { 140 => 0x412 },
+ 'verticalfuncbutton' => { 300 => '42.2', 302 => '67.1', 316 => 0x115, 317 => 0x12d },
+ 'verticalfuncbuttonplaybackmode' => { 316 => 0x1b7, 317 => 0x1cf },
+ 'verticalfuncbuttonplusdials' => { 300 => '43.1' },
+ 'verticalfuncplusdials' => { 302 => '68.1' },
+ 'verticalisobutton' => { 244 => 0x792 },
+ 'verticalmovieafonbutton' => { 316 => 0x1f9, 317 => 0x211 },
+ 'verticalmoviefuncbutton' => { 316 => 0x1e1, 317 => 0x1f9 },
+ 'verticalmultiselector' => { 300 => '42.1', 302 => '66.1', 303 => '66.1', 313 => '66.1', 316 => 0x18f, 317 => 0x1a7 },
+ 'verticalmultiselectorplaybackmode' => { 316 => 0x125, 317 => 0x13d },
+ 'vfdisplayillumination' => { 2 => 0x11, 86 => [0x510,0x51d] },
+ 'vibrance' => { 496 => 'Vibrance', 502 => 'Vibrance', 504 => 'Vibrance' },
+ 'vibrationreduction' => { 264 => [0x75,0x82,0x1ae], 272 => '586.1', 279 => '590.2', 283 => 0x4 },
+ 'videoalphamode' => { 531 => 'videoAlphaMode' },
+ 'videoalphapremultiplecolor' => { 531 => 'videoAlphaPremultipleColor' },
+ 'videoalphapremultiplecolora' => { 531 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorA'] },
+ 'videoalphapremultiplecolorb' => { 531 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorB'] },
+ 'videoalphapremultiplecolorblack' => { 531 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlack'] },
+ 'videoalphapremultiplecolorblue' => { 531 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlue'] },
+ 'videoalphapremultiplecolorcyan' => { 531 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorCyan'] },
+ 'videoalphapremultiplecolorgray' => { 531 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGray'] },
+ 'videoalphapremultiplecolorgreen' => { 531 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGreen'] },
+ 'videoalphapremultiplecolorl' => { 531 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorL'] },
+ 'videoalphapremultiplecolormagenta' => { 531 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMagenta'] },
+ 'videoalphapremultiplecolormode' => { 531 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMode'] },
+ 'videoalphapremultiplecolorred' => { 531 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorRed'] },
+ 'videoalphapremultiplecolorswatchname' => { 531 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorSwatchName'] },
+ 'videoalphapremultiplecolortint' => { 531 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorTint'] },
+ 'videoalphapremultiplecolortype' => { 531 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorType'] },
+ 'videoalphapremultiplecoloryellow' => { 531 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorYellow'] },
+ 'videoalphaunityistransparent' => { 531 => 'videoAlphaUnityIsTransparent' },
+ 'videobitrate' => { 516 => 'videoBitRate' },
+ 'videobitratemode' => { 516 => 'videoBitRateMode' },
+ 'videoburstmode' => { 342 => 0xbb },
+ 'videoburstresolution' => { 342 => 0xb3 },
+ 'videocodec' => { 68 => 0x74 },
+ 'videocolorspace' => { 531 => 'videoColorSpace' },
+ 'videocompression' => { 129 => 0x3806 },
+ 'videocompressor' => { 531 => 'videoCompressor' },
+ 'videodisplayaspectratio' => { 516 => 'videoDisplayAspectRatio' },
+ 'videoencodingprofile' => { 516 => 'videoEncodingProfile' },
+ 'videofieldorder' => { 531 => 'videoFieldOrder' },
+ 'videoframerate' => { 342 => 0x27, 531 => 'videoFrameRate' },
+ 'videoframesize' => { 531 => 'videoFrameSize' },
+ 'videoframesizeh' => { 531 => [\'videoFrameSize','videoFrameSizeH'] },
+ 'videoframesizeunit' => { 531 => [\'videoFrameSize','videoFrameSizeUnit'] },
+ 'videoframesizew' => { 531 => [\'videoFrameSize','videoFrameSizeW'] },
+ 'videomoddate' => { 531 => 'videoModDate' },
+ 'videopixelaspectratio' => { 531 => 'videoPixelAspectRatio' },
+ 'videopixeldepth' => { 531 => 'videoPixelDepth' },
+ 'videopreburst' => { 342 => 0xc1 },
+ 'videoquality' => { 115 => 0x4003 },
+ 'videorecordingmode' => { 129 => 0x3803 },
+ 'videoshottype' => { 516 => 'VideoShotType' },
+ 'videoshottypeidentifier' => { 516 => [\'VideoShotType','VideoShotTypeIdentifier'] },
+ 'videoshottypename' => { 516 => [\'VideoShotType','VideoShotTypeName'] },
+ 'videostreamscount' => { 516 => 'videoStreamsCount' },
+ 'viewfinder' => { 386 => 0x455 },
+ 'viewfinderdisplay' => { 299 => '12.4', 300 => '6.3' },
+ 'viewfinderwarning' => { 299 => '13.4', 309 => '3.5', 310 => '6.2', 314 => '4.4' },
+ 'viewfinderwarnings' => { 86 => 0x40a },
+ 'viewinfoduringexposure' => { 86 => 0x407 },
+ 'viewingmode' => { 431 => 0x2f, 447 => 0x18 },
+ 'viewingmode2' => { 431 => [0x85,0x285] },
+ 'viewmodeshoweffectsofsettings' => { 244 => 0x7d2, 315 => 0x2a9 },
+ 'viewpoint' => { 520 => 'viewpoint' },
+ 'vignetteamount' => { 502 => 'VignetteAmount', 504 => 'VignetteAmount' },
+ 'vignettecontrol' => { 236 => 0x2a, 292 => 0x76a43205 },
+ 'vignettecontrolintensity' => { 292 => 0xac6bd5c0 },
+ 'vignettecorrectionalreadyapplied' => { 499 => 'VignetteCorrectionAlreadyApplied' },
+ 'vignettemidpoint' => { 502 => 'VignetteMidpoint', 504 => 'VignetteMidpoint' },
+ 'vignetting' => { 409 => 0x1011, 416 => 0xa052 },
+ 'vignettingcorrection' => { 121 => 0x7031, 416 => 0xa053, 442 => 0x2011 },
+ 'vignettingcorrparams' => { 121 => 0x7032, 473 => 0x64a, 474 => [0x34a,0x350,0x35c,0x368] },
+ 'vignettingsetting' => { 416 => 0xa054 },
+ 'virtualfocallength' => { 517 => 'VirtualFocalLength' },
+ 'virtualhorizonstyle' => { 315 => 0x167, 316 => 0x167, 317 => 0x17f },
+ 'virtualimagexcenter' => { 517 => 'VirtualImageXCenter' },
+ 'virtualimageycenter' => { 517 => 'VirtualImageYCenter' },
+ 'visualcolor' => { 516 => 'VisualColour' },
+ 'visualtechnique' => { 520 => 'visualTechnique' },
+ 'voicememo' => { 418 => 0x216 },
+ 'volume' => { 521 => 'volume' },
+ 'vr_0x66' => { 264 => 0x66 },
+ 'vrdoffset' => { 65 => 0xd0 },
+ 'vrmode' => { 241 => 0x226, 242 => 0x212, 243 => 0x226, 244 => 0x226, 283 => 0x6 },
+ 'vrtype' => { 283 => 0x8 },
+ 'waterdepth' => { 121 => 0x9403, 509 => 'WaterDepth' },
+ 'wb_bluelevel3500k' => { 189 => 0x19a },
+ 'wb_bluelevel6500k' => { 189 => 0x18a },
+ 'wb_bluelevelcustom' => { 189 => 0x18e },
+ 'wb_bluelevelscloudy' => { 189 => 0x106 },
+ 'wb_bluelevelsdaylight' => { 189 => 0xea },
+ 'wb_bluelevelsflash' => { 189 => 0x122 },
+ 'wb_bluelevelsfluorescent' => { 189 => [0x40a,0x15a] },
+ 'wb_bluelevelskelvin' => { 189 => 0x254 },
+ 'wb_bluelevelsshade' => { 189 => 0x176 },
+ 'wb_bluelevelstungsten' => { 189 => 0xce },
+ 'wb_gbrglevels' => { 189 => 0xae, 192 => 0x4 },
+ 'wb_glevel' => { 323 => 0x11f },
+ 'wb_glevel3000k' => { 323 => 0x113 },
+ 'wb_glevel3300k' => { 323 => 0x114 },
+ 'wb_glevel3600k' => { 323 => 0x115 },
+ 'wb_glevel3900k' => { 323 => 0x116 },
+ 'wb_glevel4000k' => { 323 => 0x117 },
+ 'wb_glevel4300k' => { 323 => 0x118 },
+ 'wb_glevel4500k' => { 323 => 0x119 },
+ 'wb_glevel4800k' => { 323 => 0x11a },
+ 'wb_glevel5300k' => { 323 => 0x11b },
+ 'wb_glevel6000k' => { 323 => 0x11c },
+ 'wb_glevel6600k' => { 323 => 0x11d },
+ 'wb_glevel7500k' => { 323 => 0x11e },
+ 'wb_grbglevels' => { 206 => 0x0, 449 => 0x7303 },
+ 'wb_grbglevelsauto' => { 82 => 0x2, 449 => 0x7302 },
+ 'wb_grbglevelscloudy' => { 82 => 0x12 },
+ 'wb_grbglevelscustom1' => { 82 => 0x42 },
+ 'wb_grbglevelscustom2' => { 82 => 0x4a },
+ 'wb_grbglevelsdaylight' => { 82 => 0xa },
+ 'wb_grbglevelsflash' => { 82 => 0x32 },
+ 'wb_grbglevelsfluorescent' => { 82 => 0x22 },
+ 'wb_grbglevelsfluorhigh' => { 82 => 0x2a },
+ 'wb_grbglevelstungsten' => { 82 => 0x1a },
+ 'wb_grbglevelsunderwater' => { 82 => 0x3a },
+ 'wb_rbgglevels' => { 203 => 0x0 },
+ 'wb_rblevels' => { 207 => 0x270, 236 => 0xc, 323 => 0x100 },
+ 'wb_rblevels1' => { 348 => 0x2 },
+ 'wb_rblevels2' => { 348 => 0x5 },
+ 'wb_rblevels3' => { 348 => 0x8 },
+ 'wb_rblevels3000k' => { 323 => 0x102 },
+ 'wb_rblevels3300k' => { 323 => 0x103 },
+ 'wb_rblevels3500k' => { 189 => 0x430 },
+ 'wb_rblevels3600k' => { 323 => 0x104 },
+ 'wb_rblevels3900k' => { 323 => 0x105 },
+ 'wb_rblevels4' => { 348 => 0xb },
+ 'wb_rblevels4000k' => { 323 => 0x106 },
+ 'wb_rblevels4300k' => { 323 => 0x107 },
+ 'wb_rblevels4500k' => { 323 => 0x108 },
+ 'wb_rblevels4800k' => { 323 => 0x109 },
+ 'wb_rblevels5' => { 348 => 0xe },
+ 'wb_rblevels5300k' => { 323 => 0x10a },
+ 'wb_rblevels6' => { 348 => 0x11 },
+ 'wb_rblevels6000k' => { 323 => 0x10b },
+ 'wb_rblevels6500k' => { 189 => 0x420 },
+ 'wb_rblevels6600k' => { 323 => 0x10c },
+ 'wb_rblevels7' => { 348 => 0x14 },
+ 'wb_rblevels7500k' => { 323 => 0x10d },
+ 'wb_rblevelsauto' => { 207 => 0x272, 327 => 0x110 },
+ 'wb_rblevelscloudy' => { 189 => 0x3f0, 191 => 0x10, 207 => 0x296, 327 => 0x121 },
+ 'wb_rblevelscoolwhitef' => { 189 => 0x308, 191 => 0x14 },
+ 'wb_rblevelscoolwhitefluor' => { 327 => 0x132 },
+ 'wb_rblevelscustom' => { 189 => 0x424, 191 => 0x1c },
+ 'wb_rblevelscwb1' => { 323 => 0x10e },
+ 'wb_rblevelscwb2' => { 323 => 0x10f },
+ 'wb_rblevelscwb3' => { 323 => 0x110 },
+ 'wb_rblevelscwb4' => { 323 => 0x111 },
+ 'wb_rblevelsdaylight' => { 189 => [0x3ec,0x528], 191 => 0xc, 207 => 0x274 },
+ 'wb_rblevelsdaylightf' => { 191 => 0x24 },
+ 'wb_rblevelsdaylightfluor' => { 327 => 0x130 },
+ 'wb_rblevelsdaywhitef' => { 191 => 0x28 },
+ 'wb_rblevelsdaywhitefluor' => { 327 => 0x131 },
+ 'wb_rblevelseveningsunlight' => { 327 => 0x124 },
+ 'wb_rblevelsfineweather' => { 327 => 0x122 },
+ 'wb_rblevelsflash' => { 189 => [0x3f4,0x304], 191 => 0x18, 207 => 0x2a4 },
+ 'wb_rblevelsfluorescent' => { 207 => 0x290 },
+ 'wb_rblevelsincandescent' => { 207 => 0x282 },
+ 'wb_rblevelsshade' => { 189 => 0x418, 191 => 0x20, 207 => 0x2b2, 327 => 0x120 },
+ 'wb_rblevelstungsten' => { 189 => 0x3e8, 191 => 0x8, 327 => 0x123 },
+ 'wb_rblevelsused' => { 327 => 0x100 },
+ 'wb_rblevelswhitef' => { 191 => 0x2c },
+ 'wb_rblevelswhitefluorescent' => { 327 => 0x133 },
+ 'wb_redlevel3500k' => { 189 => 0x198 },
+ 'wb_redlevel6500k' => { 189 => 0x188 },
+ 'wb_redlevelcustom' => { 189 => 0x18c },
+ 'wb_redlevelscloudy' => { 189 => 0xf8 },
+ 'wb_redlevelsdaylight' => { 189 => 0xdc },
+ 'wb_redlevelsflash' => { 189 => 0x114 },
+ 'wb_redlevelsfluorescent' => { 189 => [0x3fc,0x14c] },
+ 'wb_redlevelskelvin' => { 189 => 0x1be },
+ 'wb_redlevelsshade' => { 189 => 0x168 },
+ 'wb_redlevelstungsten' => { 189 => 0xc0 },
+ 'wb_rgbglevels' => { 205 => 0x0 },
+ 'wb_rgblevels' => { 189 => [0x546,0x96], 338 => 0xd, 339 => 0x413, 344 => 0x3036, 386 => 0x107, 451 => 0x117c, 452 => 0x1180, 453 => 0x115c, 454 => 0x11d8, 455 => 0x11b4, 456 => 0x106c, 457 => 0x264, 458 => 0x264, 459 => 0x252 },
+ 'wb_rgblevels1' => { 349 => 0x2 },
+ 'wb_rgblevels2' => { 349 => 0x6 },
+ 'wb_rgblevels2500k' => { 449 => 0x782d },
+ 'wb_rgblevels3' => { 349 => 0xa },
+ 'wb_rgblevels3200k' => { 449 => 0x782c },
+ 'wb_rgblevels4' => { 349 => 0xe },
+ 'wb_rgblevels4500k' => { 449 => [0x7484,0x7824] },
+ 'wb_rgblevels5' => { 349 => 0x12 },
+ 'wb_rgblevels6' => { 349 => 0x16 },
+ 'wb_rgblevels6000k' => { 449 => 0x782b },
+ 'wb_rgblevels7' => { 349 => 0x1a },
+ 'wb_rgblevels8500k' => { 449 => 0x782a },
+ 'wb_rgblevelsauto' => { 420 => 0x0 },
+ 'wb_rgblevelscloudy' => { 449 => [0x7481,0x7821] },
+ 'wb_rgblevelscustom1' => { 420 => 0x15 },
+ 'wb_rgblevelscustom2' => { 420 => 0x18 },
+ 'wb_rgblevelscustom3' => { 420 => 0x1b },
+ 'wb_rgblevelsdaylight' => { 420 => 0x3, 449 => [0x7480,0x7820] },
+ 'wb_rgblevelsflash' => { 420 => 0x12, 449 => [0x7483,0x7823] },
+ 'wb_rgblevelsfluorescent' => { 420 => 0xf, 449 => [0x7486,0x7826] },
+ 'wb_rgblevelsfluorescentm1' => { 449 => 0x7829 },
+ 'wb_rgblevelsfluorescentp1' => { 449 => 0x7827 },
+ 'wb_rgblevelsfluorescentp2' => { 449 => 0x7828 },
+ 'wb_rgblevelsincandescent' => { 420 => 0xc },
+ 'wb_rgblevelsovercast' => { 420 => 0x9 },
+ 'wb_rgblevelsshade' => { 420 => 0x6, 449 => 0x7825 },
+ 'wb_rgblevelstungsten' => { 449 => [0x7482,0x7822] },
+ 'wb_rgblevelsunknown0' => { 421 => 0x0 },
+ 'wb_rgblevelsunknown1' => { 421 => 0x3 },
+ 'wb_rgblevelsunknown2' => { 421 => 0x6 },
+ 'wb_rgblevelsunknown3' => { 421 => 0x9 },
+ 'wb_rgblevelsunknown4' => { 421 => 0xc },
+ 'wb_rgblevelsunknown5' => { 421 => 0xf },
+ 'wb_rgblevelsunknown6' => { 421 => 0x12 },
+ 'wb_rgblevelsunknown7' => { 421 => 0x15 },
+ 'wb_rgblevelsunknown8' => { 421 => 0x18 },
+ 'wb_rgblevelsunknown9' => { 421 => 0x1b },
+ 'wb_rgbmuldaylight' => { 140 => 0x852 },
+ 'wb_rgbmulflash' => { 140 => 0x855 },
+ 'wb_rgbmulfluorescent' => { 140 => 0x854 },
+ 'wb_rgbmultungsten' => { 140 => 0x853 },
+ 'wb_rggbblacklevels' => { 36 => 0x25 },
+ 'wb_rggblevels' => { 121 => 0x7313, 192 => 0x4, 204 => 0x0, 208 => 0x13e8, 209 => 0x38, 449 => 0x7313 },
+ 'wb_rggblevelsasshot' => { 39 => 0x0, 40 => 0x0, 41 => 0x19, 42 => 0x55, 43 => 0x69, 44 => 0x22, 45 => 0x3f, 48 => 0x3f, 49 => 0x3f, 50 => 0x3f, 51 => 0x47 },
+ 'wb_rggblevelsauto' => { 36 => 0x1, 39 => 0x5, 40 => 0x8, 41 => 0x1e, 42 => 0x5a, 43 => 0x6e, 44 => 0x18, 45 => 0x44, 48 => 0x44, 49 => 0x44, 50 => 0x44, 51 => 0x4c, 208 => 0x1478, 209 => 0x114, 416 => 0xa022, 449 => 0x7312 },
+ 'wb_rggblevelsblack' => { 416 => 0xa028 },
+ 'wb_rggblevelscloudy' => { 36 => 0xd, 39 => 0x1e, 40 => 0x30, 41 => 0x2d, 42 => 0xa0, 43 => 0xd7, 44 => 0x31, 45 => 0x58, 48 => 0x71, 49 => 0x8a, 50 => 0x8f, 51 => 0x92, 208 => 0x1408, 209 => 0x60, 377 => 0x20f, 385 => 0x14 },
+ 'wb_rggblevelscustom' => { 36 => 0x1d, 45 => 0x80, 208 => 0x1468, 209 => 0x100 },
+ 'wb_rggblevelscustom1' => { 41 => 0x41 },
+ 'wb_rggblevelscustom2' => { 41 => 0x46 },
+ 'wb_rggblevelsdaylight' => { 36 => 0x5, 39 => 0x14, 40 => 0x20, 41 => 0x23, 42 => 0x96, 43 => 0xcd, 44 => 0x27, 45 => 0x4e, 48 => 0x67, 49 => 0x80, 50 => 0x85, 51 => 0x88, 208 => 0x13f8, 209 => 0x4c, 377 => 0x20d, 385 => 0x2 },
+ 'wb_rggblevelsflash' => { 36 => 0x19, 39 => 0x32, 40 => 0x50, 41 => 0x3c, 42 => 0xb4, 43 => 0xeb, 44 => 0x45, 45 => 0x6c, 48 => 0x85, 49 => 0x9e, 50 => 0xa3, 51 => 0xa6, 208 => 0x1448, 377 => 0x214, 385 => 0x41 },
+ 'wb_rggblevelsfluorescent' => { 36 => 0x15, 39 => 0x28, 40 => 0x40, 41 => 0x37, 42 => 0xaa, 43 => 0xe1, 44 => 0x3b, 45 => 0x62, 48 => 0x7b, 49 => 0x94, 50 => 0x99, 51 => 0x9c },
+ 'wb_rggblevelsfluorescentd' => { 209 => 0xc4, 377 => 0x211, 385 => 0x26 },
+ 'wb_rggblevelsfluorescentl' => { 385 => 0x4a },
+ 'wb_rggblevelsfluorescentn' => { 209 => 0xb0, 377 => 0x212, 385 => 0x2f },
+ 'wb_rggblevelsfluorescentw' => { 208 => 0x1438, 209 => 0x9c, 377 => 0x213, 385 => 0x38 },
+ 'wb_rggblevelshtmercury' => { 209 => 0xd8 },
+ 'wb_rggblevelsilluminator1' => { 416 => 0xa023 },
+ 'wb_rggblevelsilluminator2' => { 416 => 0xa024 },
+ 'wb_rggblevelskelvin' => { 36 => 0x21, 39 => 0x2d, 40 => 0x48, 42 => 0xaf, 43 => 0xe6, 44 => 0x40, 45 => 0x67, 48 => 0x80, 49 => 0x99, 50 => 0x9e, 51 => 0xa1 },
+ 'wb_rggblevelsmeasured' => { 39 => 0xa, 40 => 0x10, 42 => 0x5f, 43 => 0x73, 45 => 0x49, 48 => 0x49, 49 => 0x49, 50 => 0x49, 51 => 0x51 },
+ 'wb_rggblevelspc1' => { 44 => 0x90, 45 => 0x71 },
+ 'wb_rggblevelspc2' => { 44 => 0x95, 45 => 0x76 },
+ 'wb_rggblevelspc3' => { 44 => 0x9a, 45 => 0x7b },
+ 'wb_rggblevelsshade' => { 36 => 0x9, 39 => 0x19, 40 => 0x28, 41 => 0x28, 42 => 0x9b, 43 => 0xd2, 44 => 0x2c, 45 => 0x53, 48 => 0x6c, 49 => 0x85, 50 => 0x8a, 51 => 0x8d, 209 => 0x74, 377 => 0x20e, 385 => 0xb },
+ 'wb_rggblevelstungsten' => { 36 => 0x11, 39 => 0x23, 40 => 0x38, 41 => 0x32, 42 => 0xa5, 43 => 0xdc, 44 => 0x36, 45 => 0x5d, 48 => 0x76, 49 => 0x8f, 50 => 0x94, 51 => 0x97, 208 => 0x1428, 209 => 0x88, 377 => 0x210, 385 => 0x1d },
+ 'wb_rggblevelsuncorrected' => { 416 => 0xa021 },
+ 'wb_rggblevelsunknown' => { 39 => 0xf, 40 => 0x18, 42 => 0x64, 43 => 0x78, 44 => 0x1d, 48 => 0x4e, 49 => 0x4e, 50 => 0x4e, 51 => 0x56, 385 => 0x53 },
+ 'wb_rggblevelsunknown10' => { 39 => 0x5f, 40 => 0x98, 42 => 0x91, 43 => 0xa5, 44 => 0x72, 48 => 0x9e, 49 => 0x7b, 50 => 0x7b, 51 => 0x83 },
+ 'wb_rggblevelsunknown11' => { 39 => 0x64, 40 => 0xa0, 42 => 0xb9, 43 => [0xaa,0xaf], 44 => 0x77, 48 => 0xa3, 49 => 0xa3, 50 => 0x80, 51 => 0xab },
+ 'wb_rggblevelsunknown12' => { 39 => 0x69, 40 => 0xa8, 42 => 0xbe, 43 => 0xb4, 44 => 0x7c, 48 => 0xa8, 49 => 0xa8, 50 => 0xa8, 51 => 0xb0 },
+ 'wb_rggblevelsunknown13' => { 39 => 0x6e, 40 => 0xb0, 42 => 0xc3, 43 => 0xb9, 44 => 0x81, 48 => 0xad, 49 => 0xad, 50 => 0xad, 51 => 0xb5 },
+ 'wb_rggblevelsunknown14' => { 42 => 0xc8, 43 => 0xbe, 44 => 0x86, 48 => 0xb2, 49 => 0xb2, 50 => 0xb2, 51 => 0xba },
+ 'wb_rggblevelsunknown15' => { 42 => 0xcd, 43 => 0xc3, 44 => 0x8b, 48 => 0xb7, 49 => 0xb7, 50 => 0xb7, 51 => 0xbf },
+ 'wb_rggblevelsunknown16' => { 42 => 0xd2, 43 => 0xc8, 44 => 0x9f, 49 => 0xbc, 50 => 0xbc, 51 => 0xc4 },
+ 'wb_rggblevelsunknown17' => { 42 => 0xd7, 43 => 0xf0, 49 => 0xc1, 50 => 0xc1, 51 => 0xc9 },
+ 'wb_rggblevelsunknown18' => { 42 => 0xdc, 43 => 0xf5, 49 => 0xc6, 50 => 0xc6, 51 => 0xce },
+ 'wb_rggblevelsunknown19' => { 42 => 0xe1, 43 => 0xfa, 49 => 0xcb, 50 => 0xcb, 51 => 0xd3 },
+ 'wb_rggblevelsunknown2' => { 39 => 0x37, 40 => 0x58, 42 => 0x69, 43 => 0x7d, 44 => 0x4a, 48 => 0x53, 49 => 0x53, 50 => 0x53, 51 => 0x5b },
+ 'wb_rggblevelsunknown20' => { 42 => 0xe6, 43 => 0xff, 49 => 0xd0, 50 => 0xd0, 51 => 0xd8 },
+ 'wb_rggblevelsunknown21' => { 42 => 0xeb, 43 => 0x104, 50 => 0xd5, 51 => 0xdd },
+ 'wb_rggblevelsunknown22' => { 42 => 0xf0, 43 => 0x109, 50 => 0xda, 51 => 0xe2 },
+ 'wb_rggblevelsunknown23' => { 42 => 0xf5, 43 => 0x10e, 50 => 0xdf, 51 => 0xe7 },
+ 'wb_rggblevelsunknown24' => { 42 => 0xfa, 43 => 0x113, 50 => 0xe4, 51 => 0xec },
+ 'wb_rggblevelsunknown25' => { 42 => 0xff, 43 => 0x118, 50 => 0xe9, 51 => 0xf1 },
+ 'wb_rggblevelsunknown26' => { 42 => 0x104, 43 => 0x11d, 50 => 0xee, 51 => 0xf6 },
+ 'wb_rggblevelsunknown27' => { 42 => 0x109, 43 => 0x122, 50 => 0xf3, 51 => 0xfb },
+ 'wb_rggblevelsunknown28' => { 42 => 0x10e, 50 => 0xf8, 51 => 0x100 },
+ 'wb_rggblevelsunknown29' => { 42 => 0x113, 50 => 0xfd, 51 => 0x105 },
+ 'wb_rggblevelsunknown3' => { 39 => 0x3c, 40 => 0x60, 42 => 0x6e, 43 => 0x82, 44 => 0x4f, 48 => 0x58, 49 => 0x58, 50 => 0x58, 51 => 0x60 },
+ 'wb_rggblevelsunknown30' => { 50 => 0x102 },
+ 'wb_rggblevelsunknown4' => { 39 => 0x41, 40 => 0x68, 42 => 0x73, 43 => 0x87, 44 => 0x54, 48 => 0x5d, 49 => 0x5d, 50 => 0x5d, 51 => 0x65 },
+ 'wb_rggblevelsunknown5' => { 39 => 0x46, 40 => 0x70, 42 => 0x78, 43 => 0x8c, 44 => 0x59, 48 => 0x62, 49 => 0x62, 50 => 0x62, 51 => 0x6a },
+ 'wb_rggblevelsunknown6' => { 39 => 0x4b, 40 => 0x78, 42 => 0x7d, 43 => 0x91, 44 => 0x5e, 48 => 0x8a, 49 => 0x67, 50 => 0x67, 51 => 0x6f },
+ 'wb_rggblevelsunknown7' => { 39 => 0x50, 40 => 0x80, 42 => 0x82, 43 => 0x96, 44 => 0x63, 48 => 0x8f, 49 => 0x6c, 50 => 0x6c, 51 => 0x74 },
+ 'wb_rggblevelsunknown8' => { 39 => 0x55, 40 => 0x88, 42 => 0x87, 43 => 0x9b, 44 => 0x68, 48 => 0x94, 49 => 0x71, 50 => 0x71, 51 => 0x79 },
+ 'wb_rggblevelsunknown9' => { 39 => 0x5a, 40 => 0x90, 42 => 0x8c, 43 => 0xa0, 44 => 0x6d, 48 => 0x99, 49 => 0x76, 50 => 0x76, 51 => 0x7e },
+ 'wb_rggblevelsuserselected' => { 385 => 0x5c },
+ 'wbadjblueamber' => { 105 => 0x20106 },
+ 'wbadjbluebalance' => { 298 => 0x8 },
+ 'wbadjcolortemp' => { 105 => 0x20102, 110 => 0x1a },
+ 'wbadjlighting' => { 298 => 0x14 },
+ 'wbadjmagentagreen' => { 105 => 0x20105 },
+ 'wbadjmode' => { 298 => 0x10 },
+ 'wbadjredbalance' => { 298 => 0x0 },
+ 'wbadjrggblevels' => { 105 => 0x20125, 110 => 0x6 },
+ 'wbadjtemperature' => { 298 => 0x18 },
+ 'wbadjtint' => { 298 => 0x25 },
+ 'wbbluelevel' => { 337 => 0x324, 342 => 0x8006, 347 => 0x26 },
+ 'wbbracketingsteps' => { 200 => 0x10, 201 => 0x10, 273 => 0x174d },
+ 'wbbracketmode' => { 58 => 0x9 },
+ 'wbbracketshotnumber' => { 189 => 0x2b, 409 => 0x101a },
+ 'wbbracketvalueab' => { 58 => 0xc },
+ 'wbbracketvaluegm' => { 58 => 0xd },
+ 'wbbutton' => { 244 => 0x80a },
+ 'wbfinetuneactive' => { 110 => 0x24 },
+ 'wbfinetunesaturation' => { 110 => 0x28 },
+ 'wbfinetunetone' => { 110 => 0x2c },
+ 'wbgreenlevel' => { 337 => 0x323, 342 => 0x8005, 347 => 0x25 },
+ 'wbmediaimagesizesetting' => { 86 => 0x708 },
+ 'wbmode' => { 191 => 0x4, 324 => 0x1015 },
+ 'wbredlevel' => { 337 => 0x322, 342 => 0x8004, 347 => 0x24 },
+ 'wbscale' => { 192 => 0x0 },
+ 'wbshiftab' => { 75 => 0xc, 342 => 0x46, 359 => 0x10 },
+ 'wbshiftab_gm' => { 442 => 0x2014 },
+ 'wbshiftab_gm_precise' => { 442 => 0x2026 },
+ 'wbshiftcreativecontrol' => { 342 => 0x92 },
+ 'wbshiftgm' => { 75 => 0xd, 342 => 0x47, 359 => 0x11 },
+ 'wbshiftintelligentauto' => { 342 => 0x8b },
+ 'wbtype1' => { 348 => 0x1, 349 => 0x1 },
+ 'wbtype2' => { 348 => 0x4, 349 => 0x5 },
+ 'wbtype3' => { 348 => 0x7, 349 => 0x9 },
+ 'wbtype4' => { 348 => 0xa, 349 => 0xd },
+ 'wbtype5' => { 348 => 0xd, 349 => 0x11 },
+ 'wbtype6' => { 348 => 0x10, 349 => 0x15 },
+ 'wbtype7' => { 348 => 0x13, 349 => 0x19 },
+ 'webstatement' => { 535 => 'WebStatement' },
+ 'weightedflatsubject' => { 494 => 'weightedFlatSubject' },
+ 'what' => { 502 => 'What', 504 => 'What' },
+ 'whitebalance' => { 7 => 0x6f, 8 => [0x44,0x4a], 9 => 0xbc, 10 => 0x36, 11 => 0x5e, 12 => 0x36, 13 => 0x78, 14 => 0x6f, 15 => 0x6f, 16 => 0x73, 17 => 0x6f, 18 => 0x78, 19 => 0x54, 20 => 0x6f, 21 => 0xbc, 22 => 0x7b, 24 => 0xbc, 25 => 0xc2, 27 => 0x131, 28 => 0x77, 75 => 0x8, 78 => 0x7, 114 => 0x7, 115 => [0x19,0x2012], 121 => [0xa403,0xfe4e], 129 => 0x1002, 140 => 0x3fc, 141 => 0xfa0d, 142 => 0x40, 153 => 0x1a, 183 => 0x3, 184 => 0xe, 185 => 0x4, 186 => 0xb, 188 => 0x115, 236 => 0x5, 282 => 0x7, 337 => 0x304, 342 => 0x3, 344 => 0x3033, 377 => 0x19, 384 => 0x7, 408 => 0x26, 409 => 0x1003, 419 => [0x88,0x3c,0x7,0x58], 429 => 0xf, 430 => 0xe, 442 => [0x115,0xb054], 502 => 'WhiteBalance', 504 => 'WhiteBalance', 508 => 'WhiteBalance' },
+ 'whitebalance0' => { 178 => 'WhiteBalance0' },
+ 'whitebalance1' => { 178 => 'WhiteBalance1' },
+ 'whitebalance2' => { 178 => 'WhiteBalance2', 319 => 0x500 },
+ 'whitebalanceadj' => { 105 => 0x20101, 110 => 0x18, 292 => 0x76a43204 },
+ 'whitebalanceautoadjustment' => { 355 => 0x0 },
+ 'whitebalancebias' => { 115 => 0x2011, 324 => 0x304, 342 => 0x23 },
+ 'whitebalanceblue' => { 75 => 0x7 },
+ 'whitebalancebracket' => { 319 => 0x502, 324 => 0x303 },
+ 'whitebalancebracketing' => { 186 => 0x22, 189 => 0x2c, 440 => 0x2c },
+ 'whitebalancebuttonplaybackmode' => { 316 => 0x1c5, 317 => 0x1dd },
+ 'whitebalancecomp' => { 327 => 0x1001 },
+ 'whitebalancedetected' => { 140 => 0x3fb },
+ 'whitebalancefinetune' => { 129 => 0x100a, 186 => 0x38, 188 => 0x112, 236 => [0xb,0x3f], 409 => 0x1004, 429 => 0x6, 430 => 0x5, 442 => 0x112 },
+ 'whitebalancemode' => { 140 => 0x3fa, 377 => 0x1a },
+ 'whitebalancered' => { 75 => 0x6 },
+ 'whitebalanceset' => { 358 => 0xa },
+ 'whitebalancesetting' => { 186 => 0x23, 429 => 0x5, 430 => 0x4, 431 => 0x16, 447 => 0xd },
+ 'whitebalancesetup' => { 416 => 0x41 },
+ 'whitebalancetemperature' => { 319 => 0x501 },
+ 'whiteboard' => { 324 => 0x301 },
+ 'whitelevel' => { 121 => 0xc61d, 377 => 0x7e, 449 => 0x787f },
+ 'whitepoint' => { 121 => 0x13e, 341 => 0x35d, 377 => 0x201, 527 => 'WhitePoint' },
+ 'whites2012' => { 502 => 'Whites2012', 504 => 'Whites2012' },
+ 'whitesadj' => { 478 => 0x9017 },
+ 'wideadapter' => { 409 => 0x1017 },
+ 'widefocuszone' => { 183 => 0x2f },
+ 'widerange' => { 418 => 0x20f },
+ 'windmode' => { 140 => 0x3f4 },
+ 'windnoisereduction' => { 241 => 0x352, 242 => 0x2d6, 243 => 0x2fe, 244 => 0x2fe },
+ 'windowlocation' => { 402 => 'WLOC' },
+ 'windowsatom' => { 503 => 'windowsAtom' },
+ 'windowsatomextension' => { 503 => [\'windowsAtom','windowsAtomExtension'] },
+ 'windowsatominvocationflags' => { 503 => [\'windowsAtom','windowsAtomInvocationFlags'] },
+ 'windowsatomuncprojectpath' => { 503 => [\'windowsAtom','windowsAtomUncProjectPath'] },
+ 'wordcount' => { 521 => 'wordCount' },
+ 'work' => { 394 => "\xa9wrk" },
+ 'workcolorspace' => { 105 => 0x10200, 110 => 0x270 },
+ 'workflowtag' => { 516 => 'WorkflowTag' },
+ 'workflowtagcvid' => { 516 => [\'WorkflowTag','WorkflowTagCvId'] },
+ 'workflowtagcvtermid' => { 516 => [\'WorkflowTag','WorkflowTagCvTermId'] },
+ 'workflowtagcvtermname' => { 516 => [\'WorkflowTag','WorkflowTagCvTermName'] },
+ 'workflowtagcvtermrefinedabout' => { 516 => [\'WorkflowTag','WorkflowTagCvTermRefinedAbout'] },
+ 'worktodo' => { 510 => 'WorkToDo' },
+ 'worldtimelocation' => { 342 => 0x3a, 377 => 0x22, 383 => '0.1' },
+ 'writer' => { 181 => 'WM/Writer' },
+ 'writer-editor' => { 133 => 0x7a },
+ 'x3filllight' => { 419 => 0x12 },
+ 'xattrquarantine' => { 176 => 'com.apple.quarantine' },
+ 'xilinxversion' => { 140 => 0x414 },
+ 'xml' => { 138 => 'xml ' },
+ 'xmp' => { 108 => 0xffff00f6, 122 => 'XMP' },
+ 'xmptoolkit' => { 528 => 'xmptk' },
+ 'xpauthor' => { 121 => 0x9c9d },
+ 'xpcomment' => { 121 => 0x9c9c },
+ 'xpkeywords' => { 121 => 0x9c9e },
+ 'xposition' => { 121 => 0x11e },
+ 'xpsubject' => { 121 => 0x9c9f },
+ 'xptitle' => { 121 => 0x9c9b },
+ 'xresolution' => { 121 => 0x11a, 136 => 0x3, 392 => 0x0, 527 => 'XResolution' },
+ 'xyresolution' => { 125 => 0x3 },
+ 'yaw' => { 117 => 0x7, 402 => ['_yaw',"\xa9fyw"] },
+ 'yawangle' => { 249 => 0x8, 414 => 0x0 },
+ 'ycbcrcoefficients' => { 121 => 0x211, 527 => 'YCbCrCoefficients' },
+ 'ycbcrpositioning' => { 121 => 0x213, 527 => 'YCbCrPositioning' },
+ 'ycbcrsubsampling' => { 121 => 0x212, 527 => 'YCbCrSubSampling' },
+ 'year' => { 394 => 'yrrc', 396 => 'year', 402 => 'yrrc' },
+ 'yearcreated' => { 142 => 0x10, 151 => 0xc },
+ 'yellowhsl' => { 105 => 0x20912 },
+ 'yield' => { 523 => 'yield' },
+ 'yposition' => { 121 => 0x11f },
+ 'yresolution' => { 121 => 0x11b, 136 => 0x5, 392 => 0x4, 527 => 'YResolution' },
+ 'zebrapatterntonerange' => { 315 => 0x211, 316 => 0x211, 317 => 0x229 },
+ 'zoneidentifier' => { 122 => 'ZoneIdentifier' },
+ 'zonematching' => { 188 => 0x10a, 191 => [0x3a,0x4a], 442 => 0xb024 },
+ 'zonematchingmode' => { 186 => 0x14 },
+ 'zonematchingon' => { 185 => 0x75 },
+ 'zonematchingvalue' => { 429 => 0x1f },
+ 'zoomedpreviewlength' => { 324 => 0xf05 },
+ 'zoomedpreviewsize' => { 324 => 0xf06 },
+ 'zoomedpreviewstart' => { 324 => 0xf04 },
+ 'zoomsourcewidth' => { 35 => 0x24 },
+ 'zoomstepcount' => { 322 => 0x300, 324 => 0x100d },
+ 'zoomtargetwidth' => { 35 => 0x25 },
);
# lookup for non-writable tags to check if the name exists
@@ -7358,6 +7504,7 @@ my %tagExists = (
'accelmode' => 1,
'accelypr' => 1,
'accessdate' => 1,
+ 'accessrights' => 1,
'accompaniment' => 1,
'accountname' => 1,
'acdsee' => 1,
@@ -7666,6 +7813,7 @@ my %tagExists = (
'authoringsoftwarerelease' => 1,
'authorlen' => 1,
'authorname' => 1,
+ 'authors' => 1,
'authorship' => 1,
'authorsortorder' => 1,
'autoareaafstartingpoint' => 1,
@@ -7748,6 +7896,7 @@ my %tagExists = (
'belowcolor' => 1,
'beta' => 1,
'bibligraphicfilename' => 1,
+ 'bibliographicreferences' => 1,
'bikebroaccel' => 1,
'bikebrogps' => 1,
'billinginformation' => 1,
@@ -7867,6 +8016,7 @@ my %tagExists = (
'brdfspectralparam2' => 1,
'brdfspectralparam3' => 1,
'breakchar' => 1,
+ 'briefdescription' => 1,
'brightdefectintegrationms' => 1,
'brightdefectisocode' => 1,
'brightdefectthreshold' => 1,
@@ -8011,6 +8161,7 @@ my %tagExists = (
'canoncamerainfo80d' => 1,
'canoncamerainfopowershot' => 1,
'canoncamerainfopowershot2' => 1,
+ 'canoncamerainfor6' => 1,
'canoncamerainfounknown' => 1,
'canoncamerainfounknown16' => 1,
'canoncamerainfounknown32' => 1,
@@ -8350,6 +8501,7 @@ my %tagExists = (
'compressedsize' => 1,
'compressedtext' => 1,
'compressionclass' => 1,
+ 'compressioncodecs' => 1,
'compressionlevel' => 1,
'compressiontype' => 1,
'compressorid' => 1,
@@ -8445,6 +8597,8 @@ my %tagExists = (
'creatorinfo' => 1,
'creatormajorversion' => 1,
'creatorminorversion' => 1,
+ 'creatormodule' => 1,
+ 'creatoros' => 1,
'creatorsoftware' => 1,
'creatorversion' => 1,
'crgbtoerimm0spline' => 1,
@@ -9467,6 +9621,7 @@ my %tagExists = (
'hasscript' => 1,
'hasselbladexif' => 1,
'hasselbladrawimage' => 1,
+ 'hasselbladxml' => 1,
'hasvideo' => 1,
'hasxfa' => 1,
'hcusage' => 1,
@@ -9501,6 +9656,7 @@ my %tagExists = (
'hintformat' => 1,
'hintheader' => 1,
'hintinfo' => 1,
+ 'hintmaxoutputvalue' => 1,
'hintsampledesc' => 1,
'hinttrackinfo' => 1,
'hinttrackversion' => 1,
@@ -9548,6 +9704,7 @@ my %tagExists = (
'iad1' => 1,
'icc_untagged' => 1,
'iccbased' => 1,
+ 'iccprofilelocation' => 1,
'icingdetected' => 1,
'icondir' => 1,
'iconenvdata' => 1,
@@ -9609,6 +9766,7 @@ my %tagExists = (
'imageformat' => 1,
'imagefullheight' => 1,
'imagefullwidth' => 1,
+ 'imagegeometry' => 1,
'imageheader' => 1,
'imageheightinches' => 1,
'imagehorizonpixelpack' => 1,
@@ -9617,12 +9775,15 @@ my %tagExists = (
'imagelayer' => 1,
'imagelength' => 1,
'imagelimitexposurebias' => 1,
+ 'imagelocation' => 1,
'imagemagnificationdescriptor' => 1,
'imagemedium' => 1,
'imagemodulationexposurebias' => 1,
'imageoffset' => 1,
'imagepixeldepth' => 1,
'imagepixelformat' => 1,
+ 'imagepixeloffset' => 1,
+ 'imagepixelstorage' => 1,
'imageprintstatus' => 1,
'imageprocessingifd' => 1,
'imageprofile' => 1,
@@ -9637,6 +9798,7 @@ my %tagExists = (
'imagerotation' => 1,
'imagerotationstatus' => 1,
'imagertimingdata' => 1,
+ 'imagesampleformat' => 1,
'imagesensorgain' => 1,
'imagesourceek' => 1,
'imagespatialextent' => 1,
@@ -9776,7 +9938,6 @@ my %tagExists = (
'isotherm1color' => 1,
'isotherm2color' => 1,
'isprotected' => 1,
- 'isrc' => 1,
'isrcnumber' => 1,
'isrecurring' => 1,
'isvbr' => 1,
@@ -9927,6 +10088,7 @@ my %tagExists = (
'lamevbrquality' => 1,
'languagecode' => 1,
'languagelist' => 1,
+ 'languages' => 1,
'largestpacketduration' => 1,
'largestpacketsize' => 1,
'laserprfcode' => 1,
@@ -10638,6 +10800,7 @@ my %tagExists = (
'numhistorybuffers' => 1,
'numimportantcolors' => 1,
'numpackets' => 1,
+ 'numplanes' => 1,
'numproperties' => 1,
'numrules' => 1,
'numsampleframes' => 1,
@@ -10911,6 +11074,7 @@ my %tagExists = (
'pdahistogram' => 1,
'pdf' => 1,
'pdfx' => 1,
+ 'pdrversion' => 1,
'peakbitrate' => 1,
'peaklevelr128' => 1,
'peaklevelsample' => 1,
@@ -11353,6 +11517,7 @@ my %tagExists = (
'regionxformtackpoint' => 1,
'registerreadtiming' => 1,
'relatedimagefile' => 1,
+ 'relatedresources' => 1,
'relationship' => 1,
'relativeexposure' => 1,
'relativehumidity' => 1,
@@ -11645,9 +11810,15 @@ my %tagExists = (
'sensorrightborder' => 1,
'sensorvelocityeast' => 1,
'sensorvelocitynorth' => 1,
+ 'seqcount' => 1,
+ 'seqfinal' => 1,
+ 'seqframeinfo' => 1,
+ 'seqid' => 1,
+ 'seqindex' => 1,
'seqlevelidx0' => 1,
'seqprofile' => 1,
'seqtier0' => 1,
+ 'seqtype' => 1,
'sequenceframenumber' => 1,
'sequencenumberrandomoffset' => 1,
'sequenceoffset' => 1,
diff --git a/lib/Image/ExifTool/TagNames.pod b/lib/Image/ExifTool/TagNames.pod
index 25b20935..45a325dd 100644
--- a/lib/Image/ExifTool/TagNames.pod
+++ b/lib/Image/ExifTool/TagNames.pod
@@ -12,7 +12,7 @@ meta information extracted from or written to a file.
=head1 TAG TABLES
The tables listed below give the names of all tags recognized by ExifTool.
-They contain a total of 26993 tags, with 16973 unique tag names.
+They contain a total of 27322 tags, with 17138 unique tag names.
B<Tag ID>, B<Index#> or B<Sequence> is given in the first column of each
table. A B<Tag ID> is the computer-readable equivalent of a tag name, and
@@ -838,7 +838,8 @@ for the official EXIF 2.32 specification.
0xc42a OceImageLogic - no
0xc44f Annotations - no
0xc4a5 PrintIM IFD0 PrintIM
- 0xc51b HasselbladExif - no
+ 0xc519 HasselbladXML - PLIST
+ 0xc51b HasselbladExif - EXIF
0xc573 OriginalFileName - no
0xc580 USPTOOriginalContentType - no
0xc5e0 CR2CFAPattern - no
@@ -969,6 +970,12 @@ for the official EXIF 2.32 specification.
0xcd39 ProfileHueSatMapData3 IFD0 float[n]!
0xcd3a ReductionMatrix3 IFD0 rational64s[n]!
0xcd3b RGBTables IFD0 undef!
+ 0xcd40 ProfileGainTableMap2 IFD0 undef!
+ 0xcd43 ColumnInterleaveFactor SubIFD int32u!
+ 0xcd44 ImageSequenceInfo IFD0 DNG ImageSeq
+ 0xcd46 ImageStats IFD0 undef!
+ 0xcd47 ProfileDynamicRange IFD0 DNG ProfileDynamicRange
+ 0xcd48 ProfileGroupName IFD0 string!
0xea1c Padding ExifIFD undef!
0xea1d OffsetSchema ExifIFD int32s!
0xfde8 OwnerName ExifIFD string/
@@ -1739,6 +1746,121 @@ These tags belong to the ExifTool XMP-crd family 1 group.
DefringePurpleHueHi integer/
DefringePurpleHueLo integer/
Dehaze real/
+ DepthBasedCorrections DepthBasedCorr Struct+
+ DepthBasedCorrCorrectionActive boolean/_+
+ DepthBasedCorrCorrectionAmount real/_+
+ DepthBasedCorrMask CorrectionMask Struct_+
+ DepthBasedCorrMaskAlpha real/_
+ DepthBasedCorrMaskAngle real/_
+ DepthBasedCorrMaskBottom real/_
+ DepthBasedCorrMaskCenterValue real/_
+ DepthBasedCorrMaskCenterWeight real/_
+ DepthBasedCorrMaskRange CorrRangeMask Struct_+
+ DepthBasedCorrMaskRangeAreaModels AreaModels Struct_+
+ DepthBasedCorrMaskRangeAreaModelsComponents string/_+
+ DepthBasedCorrMaskRangeAreaModelsColorSampleInfo string/_+
+ DepthBasedCorrMaskRangeColorAmount real/_+
+ DepthBasedCorrMaskRangeDepthFeather real/_+
+ DepthBasedCorrMaskRangeDepthMax real/_+
+ DepthBasedCorrMaskRangeDepthMin real/_+
+ DepthBasedCorrMaskRangeInvert boolean/_+
+ DepthBasedCorrMaskRangeLumFeather real/_+
+ DepthBasedCorrMaskRangeLuminanceDepthSampleInfo string/_+
+ DepthBasedCorrMaskRangeLumMax real/_+
+ DepthBasedCorrMaskRangeLumMin real/_+
+ DepthBasedCorrMaskRangeLumRange string/_+
+ DepthBasedCorrMaskRangeSampleType integer/_+
+ DepthBasedCorrMaskRangeType string/_+
+ DepthBasedCorrMaskRangeVersion string/_+
+ DepthBasedCorrMaskDabs string/_+
+ DepthBasedCorrMaskFeather real/_
+ DepthBasedCorrMaskFlipped boolean/_
+ DepthBasedCorrMaskFlow real/_
+ DepthBasedCorrMaskFullX real/_
+ DepthBasedCorrMaskFullY real/_
+ DepthBasedCorrMaskInputDigest string/_
+ DepthBasedCorrMaskLeft real/_
+ DepthBasedCorrMaskMaskActive boolean/_
+ DepthBasedCorrMaskMaskBlendMode integer/_
+ DepthBasedCorrMaskMaskDigest string/_
+ DepthBasedCorrMaskMaskInverted boolean/_
+ DepthBasedCorrMaskMaskName string/_
+ DepthBasedCorrMaskMasks CorrectionMask Struct_+
+ DepthBasedCorrMaskMasksAlpha real/_
+ DepthBasedCorrMaskMasksAngle real/_
+ DepthBasedCorrMaskMasksBottom real/_
+ DepthBasedCorrMaskMasksCenterValue real/_
+ DepthBasedCorrMaskMasksCenterWeight real/_
+ DepthBasedCorrMaskMasksDabs string/_+
+ DepthBasedCorrMaskMasksFeather real/_
+ DepthBasedCorrMaskMasksFlipped boolean/_
+ DepthBasedCorrMaskMasksFlow real/_
+ DepthBasedCorrMaskMasksFullX real/_
+ DepthBasedCorrMaskMasksFullY real/_
+ DepthBasedCorrMaskMasksInputDigest string/_
+ DepthBasedCorrMaskMasksLeft real/_
+ DepthBasedCorrMaskMasksMaskActive boolean/_
+ DepthBasedCorrMaskMasksMaskBlendMode integer/_
+ DepthBasedCorrMaskMasksMaskDigest string/_
+ DepthBasedCorrMaskMasksMaskInverted boolean/_
+ DepthBasedCorrMaskMasksMaskName string/_
+ DepthBasedCorrMaskMasksMaskSubType string/_
+ DepthBasedCorrMaskMasksMaskSyncID string/_
+ DepthBasedCorrMaskMasksValue real/_
+ DepthBasedCorrMaskMasksMaskVersion string/_
+ DepthBasedCorrMaskMasksMidpoint real/_
+ DepthBasedCorrMaskMasksOrigin string/_
+ DepthBasedCorrMaskMasksPerimeterValue real/_
+ DepthBasedCorrMaskMasksRadius real/_
+ DepthBasedCorrMaskMasksReferencePoint string/_
+ DepthBasedCorrMaskMasksRight real/_
+ DepthBasedCorrMaskMasksRoundness real/_
+ DepthBasedCorrMaskMasksSizeX real/_
+ DepthBasedCorrMaskMasksSizeY real/_
+ DepthBasedCorrMaskMasksTop real/_
+ DepthBasedCorrMaskMaskSubType string/_
+ DepthBasedCorrMaskMasksVersion integer/_
+ DepthBasedCorrMaskMasksWhat string/_
+ DepthBasedCorrMaskMasksWholeImageArea string/_
+ DepthBasedCorrMaskMasksX real/_
+ DepthBasedCorrMaskMasksY real/_
+ DepthBasedCorrMaskMaskSyncID string/_
+ DepthBasedCorrMaskMasksZeroX real/_
+ DepthBasedCorrMaskMasksZeroY real/_
+ DepthBasedCorrMaskValue real/_
+ DepthBasedCorrMaskMaskVersion string/_
+ DepthBasedCorrMaskMidpoint real/_
+ DepthBasedCorrMaskOrigin string/_
+ DepthBasedCorrMaskPerimeterValue real/_
+ DepthBasedCorrMaskRadius real/_
+ DepthBasedCorrMaskReferencePoint string/_
+ DepthBasedCorrMaskRight real/_
+ DepthBasedCorrMaskRoundness real/_
+ DepthBasedCorrMaskSizeX real/_
+ DepthBasedCorrMaskSizeY real/_
+ DepthBasedCorrMaskTop real/_
+ DepthBasedCorrMaskVersion integer/_
+ DepthBasedCorrMaskWhat string/_
+ DepthBasedCorrMaskWholeImageArea string/_
+ DepthBasedCorrMaskX real/_
+ DepthBasedCorrMaskY real/_
+ DepthBasedCorrMaskZeroX real/_
+ DepthBasedCorrMaskZeroY real/_
+ DepthBasedCorrCorrectionSyncID string/_+
+ DepthBasedCorrLocalCorrectedDepth real/_+
+ DepthBasedCorrLocalCurveRefineSaturation real/_+
+ DepthBasedCorrWhat string/_+
+ DepthMapInfo DepthMapInfo Struct
+ DepthMapInfoBaseHighlightGuideInputDigest string/_
+ DepthMapInfoBaseHighlightGuideTable string/_
+ DepthMapInfoBaseHighlightGuideVersion string/_
+ DepthMapInfoBaseLayeredDepthInputDigest string/_
+ DepthMapInfoBaseLayeredDepthTable string/_
+ DepthMapInfoBaseLayeredDepthVersion string/_
+ DepthMapInfoBaseRawDepthInputDigest string/_
+ DepthMapInfoBaseRawDepthTable string/_
+ DepthMapInfoBaseRawDepthVersion string/_
+ DepthMapInfoDepthSource string/_
Description lang-alt/
DNGIgnoreSidecars boolean/
Exposure real/
@@ -1919,6 +2041,24 @@ These tags belong to the ExifTool XMP-crd family 1 group.
IncrementalTemperature integer/
IncrementalTint integer/
JPEGHandling string/
+ LensBlur LensBlur Struct
+ LensBlurActive boolean/_
+ LensBlurAmount real/_
+ LensBlurBokehAspect real/_
+ LensBlurBokehRotation real/_
+ LensBlurBokehShape real/_
+ LensBlurBokehShapeDetail real/_
+ LensBlurCatEyeAmount real/_
+ LensBlurCatEyeScale real/_
+ LensBlurFocalRange string/_
+ LensBlurFocalRangeSource real/_
+ LensBlurHighlightsBoost real/_
+ LensBlurHighlightsThreshold real/_
+ LensBlurSampledArea string/_
+ LensBlurSampledRange string/_
+ LensBlurSphericalAberration real/_
+ LensBlurSubjectRange string/_
+ LensBlurVersion string/_
LensManualDistortionAmount integer/
LensProfileChromaticAberrationScale integer/
LensProfileDigest string/
@@ -1947,8 +2087,10 @@ These tags belong to the ExifTool XMP-crd family 1 group.
LookParametersCameraProfile string/_
LookParametersClarity2012 string/_
LookParametersConvertToGrayscale string/_
+ LookParametersHighlights2012 string/_
LookParametersLookTable string/_
LookParametersProcessVersion string/_
+ LookParametersShadows2012 string/_
LookParametersToneCurvePV2012 string/_+
LookParametersToneCurvePV2012Blue string/_+
LookParametersToneCurvePV2012Green string/_+
@@ -2597,6 +2739,55 @@ Called CorrectionRangeMask by the spec.
AreaComponents string+
ColorRangeMaskAreaSampleInfo string
+=head3 XMP DepthBasedCorr Struct
+
+ Field Name Writable
+ ---------- --------
+ CorrectionActive boolean
+ CorrectionAmount real
+ CorrectionMasks CorrectionMask Struct+
+ CorrectionSyncID string
+ LocalCorrectedDepth real
+ LocalCurveRefineSaturation real
+ What string
+
+=head3 XMP DepthMapInfo Struct
+
+ Field Name Writable
+ ---------- --------
+ BaseHighlightGuideInputDigest string
+ BaseHighlightGuideTable string
+ BaseHighlightGuideVersion string
+ BaseLayeredDepthInputDigest string
+ BaseLayeredDepthTable string
+ BaseLayeredDepthVersion string
+ BaseRawDepthInputDigest string
+ BaseRawDepthTable string
+ BaseRawDepthVersion string
+ DepthSource string
+
+=head3 XMP LensBlur Struct
+
+ Field Name Writable
+ ---------- --------
+ Active boolean
+ BlurAmount real
+ BokehAspect real
+ BokehRotation real
+ BokehShape real
+ BokehShapeDetail real
+ CatEyeAmount real
+ CatEyeScale real
+ FocalRange string
+ FocalRangeSource real
+ HighlightsBoost real
+ HighlightsThreshold real
+ SampledArea string
+ SampledRange string
+ SphericalAberration real
+ SubjectRange string
+ Version string
+
=head3 XMP Look Struct
Field Name Writable
@@ -2619,8 +2810,10 @@ Called CorrectionRangeMask by the spec.
CameraProfile string
Clarity2012 string
ConvertToGrayscale string
+ Highlights2012 string
LookTable string
ProcessVersion string
+ Shadows2012 string
ToneCurvePV2012 string+
ToneCurvePV2012Blue string+
ToneCurvePV2012Green string+
@@ -2931,6 +3124,121 @@ These tags belong to the ExifTool XMP-crs family 1 group.
DefringePurpleHueHi integer
DefringePurpleHueLo integer
Dehaze real
+ DepthBasedCorrections DepthBasedCorr Struct+
+ DepthBasedCorrCorrectionActive boolean_+
+ DepthBasedCorrCorrectionAmount real_+
+ DepthBasedCorrMask CorrectionMask Struct_+
+ DepthBasedCorrMaskAlpha real_
+ DepthBasedCorrMaskAngle real_
+ DepthBasedCorrMaskBottom real_
+ DepthBasedCorrMaskCenterValue real_
+ DepthBasedCorrMaskCenterWeight real_
+ DepthBasedCorrMaskRange CorrRangeMask Struct_+
+ DepthBasedCorrMaskRangeAreaModels AreaModels Struct_+
+ DepthBasedCorrMaskRangeAreaModelsComponents string_+
+ DepthBasedCorrMaskRangeAreaModelsColorSampleInfo string_+
+ DepthBasedCorrMaskRangeColorAmount real_+
+ DepthBasedCorrMaskRangeDepthFeather real_+
+ DepthBasedCorrMaskRangeDepthMax real_+
+ DepthBasedCorrMaskRangeDepthMin real_+
+ DepthBasedCorrMaskRangeInvert boolean_+
+ DepthBasedCorrMaskRangeLumFeather real_+
+ DepthBasedCorrMaskRangeLuminanceDepthSampleInfo string_+
+ DepthBasedCorrMaskRangeLumMax real_+
+ DepthBasedCorrMaskRangeLumMin real_+
+ DepthBasedCorrMaskRangeLumRange string_+
+ DepthBasedCorrMaskRangeSampleType integer_+
+ DepthBasedCorrMaskRangeType string_+
+ DepthBasedCorrMaskRangeVersion string_+
+ DepthBasedCorrMaskDabs string_+
+ DepthBasedCorrMaskFeather real_
+ DepthBasedCorrMaskFlipped boolean_
+ DepthBasedCorrMaskFlow real_
+ DepthBasedCorrMaskFullX real_
+ DepthBasedCorrMaskFullY real_
+ DepthBasedCorrMaskInputDigest string_
+ DepthBasedCorrMaskLeft real_
+ DepthBasedCorrMaskMaskActive boolean_
+ DepthBasedCorrMaskMaskBlendMode integer_
+ DepthBasedCorrMaskMaskDigest string_
+ DepthBasedCorrMaskMaskInverted boolean_
+ DepthBasedCorrMaskMaskName string_
+ DepthBasedCorrMaskMasks CorrectionMask Struct_+
+ DepthBasedCorrMaskMasksAlpha real_
+ DepthBasedCorrMaskMasksAngle real_
+ DepthBasedCorrMaskMasksBottom real_
+ DepthBasedCorrMaskMasksCenterValue real_
+ DepthBasedCorrMaskMasksCenterWeight real_
+ DepthBasedCorrMaskMasksDabs string_+
+ DepthBasedCorrMaskMasksFeather real_
+ DepthBasedCorrMaskMasksFlipped boolean_
+ DepthBasedCorrMaskMasksFlow real_
+ DepthBasedCorrMaskMasksFullX real_
+ DepthBasedCorrMaskMasksFullY real_
+ DepthBasedCorrMaskMasksInputDigest string_
+ DepthBasedCorrMaskMasksLeft real_
+ DepthBasedCorrMaskMasksMaskActive boolean_
+ DepthBasedCorrMaskMasksMaskBlendMode integer_
+ DepthBasedCorrMaskMasksMaskDigest string_
+ DepthBasedCorrMaskMasksMaskInverted boolean_
+ DepthBasedCorrMaskMasksMaskName string_
+ DepthBasedCorrMaskMasksMaskSubType string_
+ DepthBasedCorrMaskMasksMaskSyncID string_
+ DepthBasedCorrMaskMasksValue real_
+ DepthBasedCorrMaskMasksMaskVersion string_
+ DepthBasedCorrMaskMasksMidpoint real_
+ DepthBasedCorrMaskMasksOrigin string_
+ DepthBasedCorrMaskMasksPerimeterValue real_
+ DepthBasedCorrMaskMasksRadius real_
+ DepthBasedCorrMaskMasksReferencePoint string_
+ DepthBasedCorrMaskMasksRight real_
+ DepthBasedCorrMaskMasksRoundness real_
+ DepthBasedCorrMaskMasksSizeX real_
+ DepthBasedCorrMaskMasksSizeY real_
+ DepthBasedCorrMaskMasksTop real_
+ DepthBasedCorrMaskMaskSubType string_
+ DepthBasedCorrMaskMasksVersion integer_
+ DepthBasedCorrMaskMasksWhat string_
+ DepthBasedCorrMaskMasksWholeImageArea string_
+ DepthBasedCorrMaskMasksX real_
+ DepthBasedCorrMaskMasksY real_
+ DepthBasedCorrMaskMaskSyncID string_
+ DepthBasedCorrMaskMasksZeroX real_
+ DepthBasedCorrMaskMasksZeroY real_
+ DepthBasedCorrMaskValue real_
+ DepthBasedCorrMaskMaskVersion string_
+ DepthBasedCorrMaskMidpoint real_
+ DepthBasedCorrMaskOrigin string_
+ DepthBasedCorrMaskPerimeterValue real_
+ DepthBasedCorrMaskRadius real_
+ DepthBasedCorrMaskReferencePoint string_
+ DepthBasedCorrMaskRight real_
+ DepthBasedCorrMaskRoundness real_
+ DepthBasedCorrMaskSizeX real_
+ DepthBasedCorrMaskSizeY real_
+ DepthBasedCorrMaskTop real_
+ DepthBasedCorrMaskVersion integer_
+ DepthBasedCorrMaskWhat string_
+ DepthBasedCorrMaskWholeImageArea string_
+ DepthBasedCorrMaskX real_
+ DepthBasedCorrMaskY real_
+ DepthBasedCorrMaskZeroX real_
+ DepthBasedCorrMaskZeroY real_
+ DepthBasedCorrCorrectionSyncID string_+
+ DepthBasedCorrLocalCorrectedDepth real_+
+ DepthBasedCorrLocalCurveRefineSaturation real_+
+ DepthBasedCorrWhat string_+
+ DepthMapInfo DepthMapInfo Struct
+ DepthMapInfoBaseHighlightGuideInputDigest string_
+ DepthMapInfoBaseHighlightGuideTable string_
+ DepthMapInfoBaseHighlightGuideVersion string_
+ DepthMapInfoBaseLayeredDepthInputDigest string_
+ DepthMapInfoBaseLayeredDepthTable string_
+ DepthMapInfoBaseLayeredDepthVersion string_
+ DepthMapInfoBaseRawDepthInputDigest string_
+ DepthMapInfoBaseRawDepthTable string_
+ DepthMapInfoBaseRawDepthVersion string_
+ DepthMapInfoDepthSource string_
Description lang-alt/
DNGIgnoreSidecars boolean
Exposure real
@@ -3111,6 +3419,24 @@ These tags belong to the ExifTool XMP-crs family 1 group.
IncrementalTemperature integer
IncrementalTint integer
JPEGHandling string
+ LensBlur LensBlur Struct
+ LensBlurActive boolean_
+ LensBlurAmount real_
+ LensBlurBokehAspect real_
+ LensBlurBokehRotation real_
+ LensBlurBokehShape real_
+ LensBlurBokehShapeDetail real_
+ LensBlurCatEyeAmount real_
+ LensBlurCatEyeScale real_
+ LensBlurFocalRange string_
+ LensBlurFocalRangeSource real_
+ LensBlurHighlightsBoost real_
+ LensBlurHighlightsThreshold real_
+ LensBlurSampledArea string_
+ LensBlurSampledRange string_
+ LensBlurSphericalAberration real_
+ LensBlurSubjectRange string_
+ LensBlurVersion string_
LensManualDistortionAmount integer
LensProfileChromaticAberrationScale integer
LensProfileDigest string
@@ -3139,8 +3465,10 @@ These tags belong to the ExifTool XMP-crs family 1 group.
LookParametersCameraProfile string_
LookParametersClarity2012 string_
LookParametersConvertToGrayscale string_
+ LookParametersHighlights2012 string_
LookParametersLookTable string_
LookParametersProcessVersion string_
+ LookParametersShadows2012 string_
LookParametersToneCurvePV2012 string_+
LookParametersToneCurvePV2012Blue string_+
LookParametersToneCurvePV2012Green string_+
@@ -4328,6 +4656,7 @@ These tags belong to the ExifTool XMP-GCamera family 1 group.
BurstPrimary string
DisableAutoCreation string+
HDRPMakerNote string
+ HdrPlusMakernote string
MicroVideo integer
MicroVideoOffset integer
MicroVideoPresentationTimestampUs integer
@@ -7481,6 +7810,7 @@ Unknown only to reduce the volume of the normal output.
CanonCameraInfo1000D Canon CameraInfo1000D
CanonCameraInfo1100D Canon CameraInfo600D
CanonCameraInfo1200D Canon CameraInfo60D
+ CanonCameraInfoR6 Canon CameraInfoR6
CanonCameraInfoPowerShot Canon CameraInfoPowerShot
CanonCameraInfoPowerShot2 Canon CameraInfoPowerShot2
CanonCameraInfoUnknown32 Canon CameraInfoUnknown32
@@ -8465,6 +8795,14 @@ CameraInfo tags for the EOS 1000D.
615 PictureStyleInfo Canon PSInfo
2359 LensModel string[64]
+=head3 Canon CameraInfoR6 Tags
+
+CameraInfo tags for the EOS R6.
+
+ Index1 Tag Name Writable
+ ------ -------- --------
+ 2801 ShutterCount int32u
+
=head3 Canon CameraInfoPowerShot Tags
CameraInfo tags for PowerShot models such as the A450, A460, A550, A560,
@@ -14285,6 +14623,7 @@ firmware 1.00 and earlier.
16 ImageArea int8u
545 ISO2 int8u
578 ShutterCount int32u
+ 671.1 JPGCompression int8u & 0x40
718 CustomSettingsD3S NikonCustom SettingsD3
=head3 Nikon ShotInfoD300a Tags
@@ -14668,7 +15007,7 @@ These tags are extracted from encrypted data in images from the Z7II.
=head3 Nikon MenuSettingsZ7II Tags
-These tags are used by the Z5, Z6, Z7, Z6II, Z7II, Z50 and Zfc.
+These tags are used by the Z5, Z6, Z7, Z6II, Z7II, Z50, Zfc and Zf.
Index1 Tag Name Writable
------ -------- --------
@@ -18314,7 +18653,7 @@ These tags are used in Panasonic/Leica cameras.
0x006d City undef
0x006f Landmark undef
0x0070 IntelligentResolution int8u
- 0x0076 HDRShot int16u
+ 0x0076 MergedImages int16u
0x0077 BurstSpeed int16u
0x0079 IntelligentD-Range int16u
0x007c ClearRetouch int16u
@@ -21404,7 +21743,7 @@ Valid from July 2020 for ILCE-1/7SM3, ILME-FX3.
=head3 Sony Tag9050d Tags
-Valid for ILCE-6700/ZV-E1.
+Valid for ILCE-6700/7CM2/7CR/ZV-E1.
Index1 Tag Name Writable
------ -------- --------
@@ -21812,7 +22151,7 @@ E-mount models.
=head3 Sony Tag9416 Tags
-Valid for the ILCE-1/6700/7M4/7RM5/7SM3, ILME-FX3/FX30, ZV-E1.
+Valid for the ILCE-1/6700/7CM2/7CR/7M4/7RM5/7SM3, ILME-FX3/FX30, ZV-E1.
Index1 Tag Name Writable
------ -------- --------
@@ -21824,7 +22163,9 @@ Valid for the ILCE-1/6700/7M4/7RM5/7SM3, ILME-FX3/FX30, ZV-E1.
16 SonyFNumber2 no
18 SonyMaxApertureValue no
29 SequenceImageNumber no
+ 43 ReleaseMode2 no
53 ExposureProgram no
+ 55 CreativeStyle no
72 LensMount no
73 LensFormat no
74 LensMount no
@@ -22243,6 +22584,51 @@ information.
0x0006 OriginalTHMFileType no
0x0007 OriginalTHMCreator no
+=head3 DNG ImageSeq Tags
+
+ Index1 Tag Name Writable
+ ------ -------- --------
+ 0 SeqID no
+ 1 SeqType no
+ 2 SeqFrameInfo no
+ 3 SeqIndex no
+ 7 SeqCount no
+ 11 SeqFinal no
+
+=head3 DNG ProfileDynamicRange Tags
+
+ Index1 Tag Name Writable
+ ------ -------- --------
+ 0 PDRVersion no
+ 2 DynamicRange no
+ 4 HintMaxOutputValue no
+
+=head2 PLIST Tags
+
+Apple Property List tags. ExifTool reads both XML and binary-format PLIST
+files, and will extract any existing tags even if they aren't listed below.
+These tags belong to the family 0 "PLIST" group, but family 1 group may be
+either "XML" or "PLIST" depending on whether the format is XML or binary.
+
+ Tag ID Tag Name Writable
+ ------ -------- --------
+ 'MetaDataList//DateTimeOriginal'
+ DateTimeOriginal no
+ 'MetaDataList//Duration' Duration no
+ 'MetaDataList//Geolocation/Latitude'
+ GPSLatitude no
+ 'MetaDataList//Geolocation/Longitude'
+ GPSLongitude no
+ 'MetaDataList//Geolocation/MapDatum'
+ GPSMapDatum no
+ 'XMLFileType' XMLFileType no
+ 'cast//name' Cast no+
+ 'codirectors//name' Codirectors no+
+ 'directors//name' Directors no+
+ 'producers//name' Producers no+
+ 'screenwriters//name' Screenwriters no+
+ 'studio//name' Studio no+
+
=head2 CanonRaw Tags
These tags apply to CRW-format Canon RAW files and information in the APP0
@@ -24941,32 +25327,6 @@ metadata. As well as these tags, ExifTool will read any existing tags.
ThumbnailURL no
Title no
-=head2 PLIST Tags
-
-Apple Property List tags. ExifTool reads both XML and binary-format PLIST
-files, and will extract any existing tags even if they aren't listed below.
-These tags belong to the family 0 "PLIST" group, but family 1 group may be
-either "XML" or "PLIST" depending on whether the format is XML or binary.
-
- Tag ID Tag Name Writable
- ------ -------- --------
- 'MetaDataList//DateTimeOriginal'
- DateTimeOriginal no
- 'MetaDataList//Duration' Duration no
- 'MetaDataList//Geolocation/Latitude'
- GPSLatitude no
- 'MetaDataList//Geolocation/Longitude'
- GPSLongitude no
- 'MetaDataList//Geolocation/MapDatum'
- GPSMapDatum no
- 'XMLFileType' XMLFileType no
- 'cast//name' Cast no+
- 'codirectors//name' Codirectors no+
- 'directors//name' Directors no+
- 'producers//name' Producers no+
- 'screenwriters//name' Screenwriters no+
- 'studio//name' Studio no+
-
=head2 APP12 Tags
=head3 APP12 PictureInfo Tags
@@ -25618,6 +25978,7 @@ These tags belong to the ExifTool XMP-photomech family 1 group.
-------- --------
ColorClass integer
CountryCode string/
+ CreatorIdentity string+
EditStatus string
PMVersion string
Prefs string
@@ -29107,6 +29468,7 @@ QuickTimeHandler option may be set to 0 to avoid this.
'itnu' iTunesU int8s
'keyw' Keyword string
'ldes' LongDescription string
+ 'ownr' Owner string
'pcst' Podcast int8s
'perf' Performer string
'pgap' PlayGap int8s
@@ -29135,6 +29497,7 @@ QuickTimeHandler option may be set to 0 to avoid this.
'tvnn' TVNetworkName string
'tvsh' TVShow string
'tvsn' TVSeason int32u
+ 'xid ' ISRC string
'yrrc' Year string
"\xa9ART" Artist string
"\xa9alb" Album string
@@ -29292,6 +29655,7 @@ and are not currently writable.
4 ColorPrimaries no
6 TransferCharacteristics no
8 MatrixCoefficients no
+ 10 VideoFullRangeFlag no
=head3 QuickTime HEVCConfig Tags
@@ -30283,6 +30647,7 @@ metadata to WEBP images, but can't yet write to other RIFF-based formats.
'VP8 ' VP8Bitstream RIFF VP8
'VP8L' VP8L RIFF VP8L
'VP8X' VP8X RIFF VP8X
+ "XMP\0" XMP XMP
'XMP ' XMP XMP
'_PMX' XMP XMP
'aXML' AXML XMP XML
@@ -37537,6 +37902,53 @@ L<https://fits.gsfc.nasa.gov/fits_standard.html> for the specification.
'TIME-END' ObservationTimeEnd no
'TIME-OBS' ObservationTime no
+=head2 XISF Tags
+
+This table lists some standard Extensible Image Serialization Format (XISF)
+tags, but ExifTool will extract any other tags found. See
+L<https://pixinsight.com/xisf/> for the specification.
+
+ Tag ID Tag Name Writable
+ ------ -------- --------
+ 'Abstract' Abstract no
+ 'AccessRights' AccessRights no
+ 'Authors' Authors no
+ 'BibliographicReferences'
+ BibliographicReferences no
+ 'BriefDescription' BriefDescription no
+ 'CompressionCodecs' CompressionCodecs no
+ 'CompressionLevel' CompressionLevel no
+ 'Contributors' Contributors no
+ 'Copyright' Copyright no
+ 'CreationTime' CreateDate no
+ 'CreatorApplication' CreatorApplication no
+ 'CreatorModule' CreatorModule no
+ 'CreatorOS' CreatorOS no
+ 'Description' Description no
+ 'ImageBounds' ImageBounds no
+ 'ImageColorSpace' ColorSpace no
+ 'ImageData' ImageData no
+ 'ImageGeometry' ImageGeometry no
+ 'ImageICCProfile' ICC_Profile no
+ 'ImageICCProfileLocation' ICCProfileLocation no
+ 'ImageId' ImageID no
+ 'ImageImageType' ImageType no
+ 'ImageLocation' ImageLocation no
+ 'ImageOffset' ImagePixelOffset no
+ 'ImageOrientation' Orientation no
+ 'ImagePixelStorage' ImagePixelStorage no
+ 'ImageResolutionHorizontal' XResolution no
+ 'ImageResolutionUnit' ResolutionUnit no
+ 'ImageResolutionVertical' YResolution no
+ 'ImageSampleFormat' ImageSampleFormat no
+ 'ImageUuid' UUID no
+ 'Keywords' Keywords no
+ 'Languages' Languages no
+ 'License' License no
+ 'OriginalCreationTime' DateTimeOriginal no
+ 'RelatedResources' RelatedResources no
+ 'Title' Title no
+
=head2 HTML Tags
Meta information extracted from the header of HTML and XHTML files. This is
@@ -38868,6 +39280,7 @@ FileName.
MaxVal File no
NewGUID ExifTool no
Now ExifTool no
+ NumPlanes File no
OtherImage File no
PageCount File no
PreviewImage File yes
diff --git a/lib/Image/ExifTool/Validate.pm b/lib/Image/ExifTool/Validate.pm
index c629ae41..191f5bfe 100644
--- a/lib/Image/ExifTool/Validate.pm
+++ b/lib/Image/ExifTool/Validate.pm
@@ -17,7 +17,7 @@ package Image::ExifTool::Validate;
use strict;
use vars qw($VERSION %exifSpec);
-$VERSION = '1.21';
+$VERSION = '1.22';
use Image::ExifTool qw(:Utils);
use Image::ExifTool::Exif;
@@ -142,20 +142,22 @@ my %stdFormat = (
# GeoTiff tags:
0x830e => 'double', 0x8482 => 'double', 0x87af => 'int16u', 0x87b1 => 'string',
0x8480 => 'double', 0x85d8 => 'double', 0x87b0 => 'double',
- # DNG tags:
- 0xc615 => '(string|int8u)', 0xc6d3 => '',
- 0xc61a => '(int16u|int32u|rational64u)', 0xc6f4 => '(string|int8u)',
- 0xc61d => 'int(16|32)u', 0xc6f6 => '(string|int8u)',
- 0xc61f => '(int16u|int32u|rational64u)', 0xc6f8 => '(string|int8u)',
- 0xc620 => '(int16u|int32u|rational64u)', 0xc6fe => '(string|int8u)',
- 0xc628 => '(int16u|rational64u)', 0xc716 => '(string|int8u)',
- 0xc634 => 'int8u', 0xc717 => '(string|int8u)',
- 0xc640 => '', 0xc718 => '(string|int8u)',
- 0xc660 => '', 0xc71e => 'int(16|32)u',
- 0xc68b => '(string|int8u)', 0xc71f => 'int(16|32)u',
- 0xc68d => 'int(16|32)u', 0xc791 => 'int(16|32)u',
- 0xc68e => 'int(16|32)u', 0xc792 => 'int(16|32)u',
- 0xc6d2 => '', 0xc793 => '(int16u|int32u|rational64u)',
+ # DNG tags: (use '' for non-DNG tags in the range 0xc612-0xcd48)
+ 0xc615 => '(string|int8u)', 0xc6f4 => '(string|int8u)',
+ 0xc61a => '(int16u|int32u|rational64u)', 0xc6f6 => '(string|int8u)',
+ 0xc61d => 'int(16|32)u', 0xc6f8 => '(string|int8u)',
+ 0xc61f => '(int16u|int32u|rational64u)', 0xc6fe => '(string|int8u)',
+ 0xc620 => '(int16u|int32u|rational64u)', 0xc716 => '(string|int8u)',
+ 0xc628 => '(int16u|rational64u)', 0xc717 => '(string|int8u)',
+ 0xc634 => 'int8u', 0xc718 => '(string|int8u)',
+ 0xc640 => '', 0xc71e => 'int(16|32)u',
+ 0xc660 => '', 0xc71f => 'int(16|32)u',
+ 0xc68b => '(string|int8u)', 0xc791 => 'int(16|32)u',
+ 0xc68d => 'int(16|32)u', 0xc792 => 'int(16|32)u',
+ 0xc68e => 'int(16|32)u', 0xc793 => '(int16u|int32u|rational64u)',
+ 0xc6d2 => '', 0xcd43 => 'int(16|32)u',
+ 0xc6d3 => '', 0xcd48 => '(string|int8u)',
+
# Exif 3.0 spec
0x10e => 'string|utf8', 0xa430 => 'string|utf8', 0xa439 => 'string|utf8',
0x10f => 'string|utf8', 0xa433 => 'string|utf8', 0xa43a => 'string|utf8',
@@ -430,7 +432,7 @@ sub ValidateExif($$$$$$$$)
my $stdFmt = $stdFormat{$ifd} || $stdFormat{IFD};
if (defined $$stdFmt{All} or ($tagTablePtr eq \%Image::ExifTool::Exif::Main and
($exifSpec{$tag} or $$stdFmt{$tag} or
- ($tag >= 0xc612 and $tag <= 0xc7b5 and not defined $$stdFmt{$tag}))) or # (DNG tags)
+ ($tag >= 0xc612 and $tag <= 0xcd48 and not defined $$stdFmt{$tag}))) or # (DNG tags)
$$tagTablePtr{SHORT_NAME} eq 'GPS::Main')
{
my $wgp = $$ti{WriteGroup} || $$tagTablePtr{WRITE_GROUP};
diff --git a/lib/Image/ExifTool/WriteCanonRaw.pl b/lib/Image/ExifTool/WriteCanonRaw.pl
index 668e617b..3d352cb9 100644
--- a/lib/Image/ExifTool/WriteCanonRaw.pl
+++ b/lib/Image/ExifTool/WriteCanonRaw.pl
@@ -142,7 +142,6 @@ sub SaveMakerNotes($)
}
# save position of maker notes for pointer fixups
$fixup->{Shift} += length($makerNotes);
- $$et{MAKER_NOTE_FIXUP} = $fixup;
$$et{MAKER_NOTE_BYTE_ORDER} = GetByteOrder();
# add value data
$makerNotes .= $makerInfo->{ValBuff};
@@ -150,7 +149,8 @@ sub SaveMakerNotes($)
my $tagTablePtr = Image::ExifTool::GetTagTable('Image::ExifTool::Exif::Main');
my $tagInfo = $et->GetTagInfo($tagTablePtr, 0x927c, \$makerNotes);
# save the MakerNotes
- $et->FoundTag($tagInfo, $makerNotes);
+ my $key = $et->FoundTag($tagInfo, $makerNotes);
+ $$et{TAG_EXTRA}{$key}{Fixup} = $fixup;
# save the garbage collection some work later
delete $makerInfo->{Entries};
delete $makerInfo->{ValBuff};
diff --git a/lib/Image/ExifTool/WriteExif.pl b/lib/Image/ExifTool/WriteExif.pl
index 4d3da0e8..5d47ca1d 100644
--- a/lib/Image/ExifTool/WriteExif.pl
+++ b/lib/Image/ExifTool/WriteExif.pl
@@ -930,8 +930,16 @@ Entry: for (;;) {
}
}
unless ($success) {
- return undef if $et->Error("Error reading value for $name entry $index", $inMakerNotes);
- ++$index; $oldID = $newID; next; # drop this tag
+ my $wrn = sprintf("Error reading value for $name entry $index, ID 0x%.4x", $oldID);
+ my $truncOK;
+ if ($oldInfo and not $$oldInfo{Unknown}) {
+ $wrn .= " $$oldInfo{Name}";
+ $truncOK = $$oldInfo{TruncateOK};
+ }
+ return undef if $et->Error($wrn, $inMakerNotes || $truncOK);
+ unless ($truncOK) {
+ ++$index; $oldID = $newID; next; # drop this tag
+ }
}
} elsif (not $invalidPreview) {
return undef if $et->Error("Bad $name offset for $tagStr", $inMakerNotes);
@@ -1094,6 +1102,8 @@ Entry: for (;;) {
# add, edit or delete this tag
shift @newTags; # remove from list
my $curInfo = $set{$newID};
+ # don't allow MakerNotes to be added to ExifIFD of CR3 file
+ next if $newID == 0x927c and $isNew > 0 and $$et{FileType} eq 'CR3';
unless ($curInfo or $$addDirs{$newID}) {
# we can finally get the specific tagInfo reference for this tag
# (because we can now evaluate the Condition statement since all
@@ -1429,8 +1439,8 @@ NoOverwrite: next if $isNew > 0;
if ($$et{DEL_GROUP}{MakerNotes} and
($$et{DEL_GROUP}{MakerNotes} != 2 or $isNew <= 0))
{
- if ($et->IsRawType()) {
- $et->WarnOnce("Can't delete MakerNotes from $$et{FileType}",1);
+ if ($et->IsRawType() and not ($et->IsRawType() == 2 and $dirName eq 'ExifIFD')) {
+ $et->Warn("Can't delete MakerNotes from $$et{FileType}",1);
} else {
if ($isNew <= 0) {
++$$et{CHANGED};
diff --git a/lib/Image/ExifTool/WriteQuickTime.pl b/lib/Image/ExifTool/WriteQuickTime.pl
index be287ce4..6153efbd 100644
--- a/lib/Image/ExifTool/WriteQuickTime.pl
+++ b/lib/Image/ExifTool/WriteQuickTime.pl
@@ -96,6 +96,8 @@ my %ctboID = (
"\xbe\x7a\xcf\xcb\x97\xa9\x42\xe8\x9c\x71\x99\x94\x91\xe3\xaf\xac" => 1, # XMP
"\xea\xf4\x2b\x5e\x1c\x98\x4b\x88\xb9\xfb\xb7\xdc\x40\x6e\x4d\x16" => 2, # PreviewImage
# ID 3 is used for 'mdat' atom (not a uuid)
+ # (haven't seen ID 4 yet)
+ "\x57\x66\xb8\x29\xbb\x6a\x47\xc5\xbc\xfb\x8b\x9f\x22\x60\xd0\x6d" => 5, # something to do with burst-roll image
);
# mark UserData tags that don't have ItemList counterparts as Preferred
diff --git a/lib/Image/ExifTool/WriteRIFF.pl b/lib/Image/ExifTool/WriteRIFF.pl
index 8ee62ac6..fb78dc14 100644
--- a/lib/Image/ExifTool/WriteRIFF.pl
+++ b/lib/Image/ExifTool/WriteRIFF.pl
@@ -66,6 +66,7 @@ sub WriteRIFF($$)
$et->InitWriteDirs(\%webpMap);
my $addDirs = $$et{ADD_DIRS};
my $editDirs = $$et{EDIT_DIRS};
+ $$addDirs{IFD0} = 'EXIF' if $$addDirs{EXIF}; # set flag to add IFD0 if adding EXIF (don't ask)
my ($createVP8X, $deleteVP8X);
# write header
@@ -142,6 +143,17 @@ sub WriteRIFF($$)
}
# RIFF chunks are padded to an even number of bytes
my $len2 = $len + ($len & 0x01);
+ # handle incorrect "XMP\0" chunk ID written by Google software
+ if ($tag eq "XMP\0") {
+ if ($$et{DEL_GROUP}{XMP}) {
+ # just ignore this chunk if deleting XMP
+ $raf->Seek($len2, 1) or $et->Error('Seek error'), last;
+ ++$$et{CHANGED};
+ next;
+ } else {
+ $et->Warn('Incorrect XMP tag ID',1) if $pass;
+ }
+ }
# edit/add/delete necessary metadata chunks (EXIF must come before XMP)
if ($$editDirs{$tag} or $tag eq '' or ($tag eq 'XMP ' and $$addDirs{EXIF})) {
my $handledTag;
@@ -162,7 +174,6 @@ sub WriteRIFF($$)
foreach $dir ('EXIF', 'XMP ', 'ICCP' ) {
next unless $tag eq $dir or ($$addDirs{$dir} and
($tag eq '' or ($tag eq 'XMP ' and $dir eq 'EXIF')));
- delete $$addDirs{$dir}; # (don't try to add again)
my $start;
unless ($pass) {
# write the EXIF and save the result for the next pass
@@ -170,8 +181,15 @@ sub WriteRIFF($$)
if ($tag eq 'EXIF') {
# (only need to set directory $start for EXIF)
if ($buff =~ /^Exif\0\0/) {
- $et->Warn('Improper EXIF header') unless $pass;
- $start = 6;
+ if ($$et{DEL_GROUP}{EXIF}) {
+ # remove incorrect header if rewriting anyway
+ $buff = substr($buff, 6);
+ $len -= 6;
+ $len2 -= 6;
+ } else {
+ $et->Warn('Improper EXIF header',1) unless $pass;
+ $start = 6;
+ }
} else {
$start = 0;
}
@@ -194,6 +212,7 @@ sub WriteRIFF($$)
my $writeProc = $dir eq 'EXIF' ? \&Image::ExifTool::WriteTIFF : undef;
$dirDat{$dir} = $et->WriteDirectory(\%dirInfo, $tagTablePtr, $writeProc);
}
+ delete $$addDirs{$dir}; # (don't try to add again)
if (defined $dirDat{$dir}) {
if ($dir eq $tag) {
$handledTag = 1; # set flag indicating we edited this tag
diff --git a/lib/Image/ExifTool/Writer.pl b/lib/Image/ExifTool/Writer.pl
index 98f8874e..86ed57a0 100644
--- a/lib/Image/ExifTool/Writer.pl
+++ b/lib/Image/ExifTool/Writer.pl
@@ -122,9 +122,9 @@ my %writableType = (
XMP => [ undef, 'WriteXMP' ],
);
-# RAW file types
+# RAW file types (2 = raw file where we can delete maker notes from ExifIFD)
my %rawType = (
- '3FR'=> 1, CR3 => 1, IIQ => 1, NEF => 1, RW2 => 1,
+ '3FR'=> 1, CR3 => 2, IIQ => 1, NEF => 1, RW2 => 1,
ARQ => 1, CRW => 1, K25 => 1, NRW => 1, RWL => 1,
ARW => 1, DCR => 1, KDC => 1, ORF => 1, SR2 => 1,
ARW => 1, ERF => 1, MEF => 1, PEF => 1, SRF => 1,
@@ -278,6 +278,7 @@ my %ignorePrintConv = map { $_ => 1 } qw(OTHER BITMASK Notes);
# ListOnly => [internal use] set only list or non-list tags
# SetTags => [internal use] hash ref to return tagInfo refs of set tags
# Sanitized => [internal use] set to avoid double-sanitizing the value
+# Fixup => [internal use] fixup information when writing maker notes
# Returns: number of tags set (plus error string in list context)
# Notes: For tag lists (like Keywords), call repeatedly with the same tag name for
# each value in the list. Internally, the new information is stored in
@@ -1002,10 +1003,8 @@ TAG: foreach $tagInfo (@matchingTags) {
$$nvHash{NoReplace} = 1 if $$tagInfo{List} and not $options{Replace};
$$nvHash{WantGroup} = $wantGroup;
$$nvHash{EditOnly} = 1 if $editOnly;
- # save maker note information if writing maker notes
- if ($$tagInfo{MakerNotes}) {
- $$nvHash{MAKER_NOTE_FIXUP} = $$self{MAKER_NOTE_FIXUP};
- }
+ # save maker note fixup information if writing maker notes
+ $$nvHash{MAKER_NOTE_FIXUP} = $options{Fixup} if $$tagInfo{MakerNotes};
if ($createOnly) { # create only (never edit)
# empty item in DelValue list to never edit existing value
$$nvHash{DelValue} = [ '' ];
@@ -1372,8 +1371,8 @@ sub SetNewValuesFromFile($$;@)
#
unless (@setTags) {
# transfer maker note information to this object
- $$self{MAKER_NOTE_FIXUP} = $$srcExifTool{MAKER_NOTE_FIXUP};
$$self{MAKER_NOTE_BYTE_ORDER} = $$srcExifTool{MAKER_NOTE_BYTE_ORDER};
+ my $tagExtra = $$srcExifTool{TAG_EXTRA};
foreach $tag (@tags) {
# don't try to set errors or warnings
next if $tag =~ /^(Error|Warning)\b/;
@@ -1381,10 +1380,13 @@ sub SetNewValuesFromFile($$;@)
if ($opts{SrcType} and $opts{SrcType} ne $srcType) {
$$info{$tag} = $srcExifTool->GetValue($tag, $opts{SrcType});
}
+ my $fixup = $$tagExtra{$tag}{Fixup};
+ $opts{Fixup} = $fixup if $fixup;
# set value for this tag
my ($n, $e) = $self->SetNewValue($tag, $$info{$tag}, %opts);
# delete this tag if we couldn't set it
$n or delete $$info{$tag};
+ delete $opts{Fixup} if $fixup;
}
return $info;
}
@@ -1617,7 +1619,7 @@ SET: foreach $set (@setList) {
}
# transfer maker note information if setting this tag
if ($$srcExifTool{TAG_INFO}{$tag}{MakerNotes}) {
- $$self{MAKER_NOTE_FIXUP} = $$srcExifTool{MAKER_NOTE_FIXUP};
+ $$opts{Fixup} = $$srcExifTool{TAG_EXTRA}{$tag}{Fixup};
$$self{MAKER_NOTE_BYTE_ORDER} = $$srcExifTool{MAKER_NOTE_BYTE_ORDER};
}
if ($dstTag eq '*') {
@@ -1649,6 +1651,7 @@ SET: foreach $set (@setList) {
$rtnInfo{NextFreeTagKey(\%rtnInfo, 'Warning')} = $wrn;
$noWarn = 1;
}
+ delete $$opts{Fixup};
$rtnInfo{$tag} = $val if $rtn; # tag was set successfully
}
}
@@ -4176,6 +4179,7 @@ sub WriteDirectory($$$;$)
$out = $$self{OPTIONS}{TextOut} if $$self{OPTIONS}{Verbose};
# set directory name from default group0 name if not done already
my $dirName = $$dirInfo{DirName};
+ my $parent = $$dirInfo{Parent} || '';
my $dataPt = $$dirInfo{DataPt};
my $grp0 = $$tagTablePtr{GROUPS}{0};
$dirName or $dirName = $$dirInfo{DirName} = $grp0;
@@ -4190,7 +4194,9 @@ sub WriteDirectory($$$;$)
$self->IsRawType() and
# allow non-permanent MakerNote directories to be deleted (ie. NikonCapture)
(not $$dirInfo{TagInfo} or not defined $$dirInfo{TagInfo}{Permanent} or
- $$dirInfo{TagInfo}{Permanent}))
+ $$dirInfo{TagInfo}{Permanent}) and
+ # allow MakerNotes to be deleted from ExifIFD of CR3 file
+ not ($self->IsRawType() == 2 and $parent eq 'ExifIFD'))
{
$self->WarnOnce("Can't delete $1 from $$self{FileType}",1);
undef $grp1;
@@ -4226,7 +4232,6 @@ sub WriteDirectory($$$;$)
if ($delFlag == 2 and $right) {
# also check grandparent because some routines create 2 levels in 1
my $right2 = $$self{ADD_DIRS}{$right} || '';
- my $parent = $$dirInfo{Parent};
if (not $parent or $parent eq $right or $parent eq $right2) {
# prevent duplicate directories from being recreated at the same path
my $path = join '-', @{$$self{PATH}}, $dirName;
@@ -4287,7 +4292,10 @@ sub WriteDirectory($$$;$)
unless (defined $newVal and length $newVal) {
return '' unless $dataPt or $$dirInfo{RAF}; # nothing to do if block never existed
# don't allow MakerNotes to be removed from RAW files
- if ($blockName eq 'MakerNotes' and $rawType{$$self{FileType}}) {
+ if ($blockName eq 'MakerNotes' and $self->IsRawType() and
+ # but allow MakerNotes to be deleted from ExifIFD of CR3 image (shouldn't be there)
+ not ($self->IsRawType() == 2 and $parent eq 'ExifIFD'))
+ {
$self->Warn("Can't delete MakerNotes from $$self{FileType}",1);
return undef;
}
@@ -7186,6 +7194,39 @@ sub WriteTIFF($$$)
{
my ($self, $dirInfo, $tagTablePtr) = @_;
$self or return 1; # allow dummy access
+ # hack to allow MakeNoteCanon to be written as a block in CMT3 chunk of CR3 image
+ if ($$dirInfo{DirName} and $$dirInfo{DirName} eq 'MakerNoteCanon') {
+ require Image::ExifTool::Canon;
+ my $tagInfo = $Image::ExifTool::Canon::uuid{CMT3};
+ my $nvHash;
+ if ($tagInfo and ($nvHash = $$self{NEW_VALUE}{$tagInfo}) and
+ $self->IsOverwriting($nvHash) and not $$nvHash{CreateOnly})
+ {
+ my $newVal = $self->GetNewValue($nvHash);
+ if (defined $newVal and length $newVal) {
+ # fix up offsets
+ if ($$nvHash{MAKER_NOTE_FIXUP}) {
+ # must clone fixup because we will be shifting it
+ my $makerFixup = $$nvHash{MAKER_NOTE_FIXUP}->Clone();
+ $$makerFixup{Shift} += 8; # shift for TIFF header
+ $makerFixup->ApplyFixup(\$newVal);
+ }
+ # add TIFF header
+ my $hdr;
+ if (substr($newVal, 0, 1) eq "\0") {
+ $hdr = "MM\0\x2a" . pack('N', 8);
+ } else {
+ $hdr = "II\x2a\0" . pack('V', 8);
+ }
+ $self->VPrint(0, " Writing MakerNoteCanon as a block\n");
+ ++$$self{CHANGED};
+ return $hdr . $newVal;
+ } elsif ($$dirInfo{Parent} and $$dirInfo{Parent} eq 'UUID-Canon') {
+ $self->Warn("Can't delete CanonMakerNotes from $$dirInfo{Parent}");
+ return undef;
+ }
+ }
+ }
my $buff = '';
$$dirInfo{OutFile} = \$buff;
return $buff if $self->ProcessTIFF($dirInfo, $tagTablePtr) > 0;
diff --git a/lib/Image/ExifTool/XISF.pm b/lib/Image/ExifTool/XISF.pm
new file mode 100644
index 00000000..6e187cc4
--- /dev/null
+++ b/lib/Image/ExifTool/XISF.pm
@@ -0,0 +1,185 @@
+#------------------------------------------------------------------------------
+# File: XISF.pm
+#
+# Description: Read Extensible Image Serialization Format metadata
+#
+# Revisions: 2023-10-10 - P. Harvey Created
+#
+# References: 1) https://pixinsight.com/doc/docs/XISF-1.0-spec/XISF-1.0-spec.html
+#------------------------------------------------------------------------------
+
+package Image::ExifTool::XISF;
+
+use strict;
+use vars qw($VERSION);
+use Image::ExifTool qw(:DataAccess :Utils);
+use Image::ExifTool::XMP;
+
+$VERSION = '1.00';
+
+# XISF tags (ref 1)
+%Image::ExifTool::XISF::Main = (
+ GROUPS => { 0 => 'XML', 1 => 'XML', 2 => 'Image' },
+ VARS => { LONG_TAGS => 1 },
+ NOTES => q{
+ This table lists some standard Extensible Image Serialization Format (XISF)
+ tags, but ExifTool will extract any other tags found. See
+ L<https://pixinsight.com/xisf/> for the specification.
+ },
+ ImageGeometry => { },
+ ImageSampleFormat => { },
+ ImageBounds => { },
+ ImageImageType => { Name => 'ImageType' },
+ ImageColorSpace => { Name => 'ColorSpace' },
+ ImageLocation => { },
+ ImageResolutionHorizontal => 'XResolution',
+ ImageResolutionVertical => 'YResolution',
+ ImageResolutionUnit => 'ResolutionUnit',
+ ImageICCProfile => {
+ Name => 'ICC_Profile',
+ ValueConv => 'Image::ExifTool::XMP::DecodeBase64($val)',
+ Binary => 1,
+ },
+ ImageICCProfileLocation => { Name => 'ICCProfileLocation' },
+ ImagePixelStorage => { },
+ ImageOffset => { Name => 'ImagePixelOffset' },
+ ImageOrientation => { Name => 'Orientation' },
+ ImageId => { Name => 'ImageID' },
+ ImageUuid => { Name => 'UUID' },
+ ImageData => { Binary => 1 },
+ 'CreationTime' => {
+ Name => 'CreateDate',
+ Shift => 'Time',
+ Groups => { 2 => 'Time' },
+ ValueConv => 'Image::ExifTool::XMP::ConvertXMPDate($val)',
+ PrintConv => '$self->ConvertDateTime($val)',
+ },
+ CreatorApplication => { },
+ Abstract => { },
+ AccessRights => { },
+ Authors => { Groups => { 2 => 'Author' } },
+ BibliographicReferences => { },
+ BriefDescription => { },
+ CompressionLevel => { },
+ CompressionCodecs => { },
+ Contributors => { Groups => { 2 => 'Author' } },
+ Copyright => { Groups => { 2 => 'Author' } },
+ CreatorModule => { },
+ CreatorOS => { },
+ Description => { },
+ Keywords => { },
+ Languages => { },
+ License => { },
+ OriginalCreationTime => {
+ Name => 'DateTimeOriginal',
+ Description => 'Date/Time Original',
+ Shift => 'Time',
+ Groups => { 2 => 'Time' },
+ ValueConv => 'Image::ExifTool::XMP::ConvertXMPDate($val)',
+ PrintConv => '$self->ConvertDateTime($val)',
+ },
+ RelatedResources => { },
+ Title => { },
+);
+
+#------------------------------------------------------------------------------
+# Handle properties in XISF metadata structures
+# Inputs: 0) attribute list ref, 1) attr hash ref,
+# 2) property name ref, 3) property value ref
+# Returns: true if value was changed
+sub HandleXISFAttrs($$$$)
+{
+ my ($attrList, $attrs, $prop, $valPt) = @_;
+ return 0 unless defined $$attrs{id};
+ my ($changed, $a);
+ # use "id" as the tag name, "value" as the value, and ignore "type"
+ $$prop = $$attrs{id};
+ $$prop =~ s/^XISF://; # remove XISF namespace
+ if (defined $$attrs{value}) {
+ $$valPt = $$attrs{value};
+ $changed = 1;
+ }
+ my @attrs = @$attrList;
+ @$attrList = ( );
+ foreach $a (@attrs) {
+ if ($a eq 'id' or $a eq 'value' or $a eq 'type') {
+ delete $$attrs{$a};
+ } else {
+ push @$attrList, $a;
+ }
+ }
+ return $changed;
+}
+
+#------------------------------------------------------------------------------
+# Read information in a XISF document
+# Inputs: 0) ExifTool ref, 1) dirInfo ref
+# Returns: 1 on success, 0 if this wasn't a valid XISF file
+sub ProcessXISF($$)
+{
+ my ($et, $dirInfo) = @_;
+ my $raf = $$dirInfo{RAF};
+ my $buff;
+
+ return 0 unless $raf->Read($buff, 16) == 16 and $buff =~ /^XISF0100/;
+ $et->SetFileType();
+ SetByteOrder('II');
+ my $tagTablePtr = GetTagTable('Image::ExifTool::XISF::Main');
+ my $hdrLen = Get32u(\$buff, 8);
+ $raf->Read($buff, $hdrLen) == $hdrLen or $et->Warn('Error reading XISF header'), return 1;
+ $et->FoundTag(XML => $buff);
+ my %dirInfo = (
+ DataPt => \$buff,
+ IgnoreProp => { xisf => 1, Metadata => 1, Property => 1 },
+ XMPParseOpts => { AttrProc => \&HandleXISFAttrs },
+ );
+ Image::ExifTool::XMP::ProcessXMP($et, \%dirInfo, $tagTablePtr);
+ my $geo = $$et{VALUE}{ImageGeometry};
+ if ($geo) {
+ my ($w, $h, $n) = split /:/, $geo;
+ $et->FoundTag(ImageWidth => $w);
+ $et->FoundTag(ImageHeight => $h);
+ $et->FoundTag(NumPlanes => $n);
+ }
+ return 1;
+}
+
+1; # end
+
+__END__
+
+=head1 NAME
+
+Image::ExifTool::XISF - Read Extensible Image Serialization Format metadata
+
+=head1 SYNOPSIS
+
+This module is used by Image::ExifTool
+
+=head1 DESCRIPTION
+
+This module contains definitions required by Image::ExifTool to read meta
+information from XISF (Extensible Image Serialization Format) images.
+
+=head1 AUTHOR
+
+Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
+
+This library is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+=head1 REFERENCES
+
+=over 4
+
+=item L<https://pixinsight.com/doc/docs/XISF-1.0-spec/XISF-1.0-spec.html>
+
+=back
+
+=head1 SEE ALSO
+
+L<Image::ExifTool::TagNames/XISF Tags>,
+L<Image::ExifTool(3pm)|Image::ExifTool>
+
+=cut
+
diff --git a/lib/Image/ExifTool/XMP.pm b/lib/Image/ExifTool/XMP.pm
index dfcff1f4..1ee78ae7 100644
--- a/lib/Image/ExifTool/XMP.pm
+++ b/lib/Image/ExifTool/XMP.pm
@@ -50,7 +50,7 @@ use Image::ExifTool::Exif;
use Image::ExifTool::GPS;
require Exporter;
-$VERSION = '3.60';
+$VERSION = '3.61';
@ISA = qw(Exporter);
@EXPORT_OK = qw(EscapeXML UnescapeXML);
@@ -201,6 +201,8 @@ my %xmpNS = (
nine => 'http://ns.nikon.com/nine/1.0/',
hdr_metadata => 'http://ns.adobe.com/hdr-metadata/1.0/',
hdrgm => 'http://ns.adobe.com/hdr-gain-map/1.0/',
+ # Note: Not included due to namespace prefix conflict with Device:Container
+ # Container => 'http://ns.google.com/photos/1.0/container/',
);
# build reverse namespace lookup
@@ -479,7 +481,7 @@ my %sCorrRangeMask = (
LuminanceDepthSampleInfo => { },
);
# new LR2 crs structures (PH)
-my %sCorrectionMask;
+my %sCorrectionMask; # (must define this before assigning because it is self-referential)
%sCorrectionMask = (
STRUCT_NAME => 'CorrectionMask',
NAMESPACE => 'crs',
@@ -919,6 +921,11 @@ my %sRangeMask = (
Name => 'hdrgm',
SubDirectory => { TagTable => 'Image::ExifTool::XMP::hdrgm' },
},
+ # Note: Note included due to namespace prefix conflict with Device:Container
+ # Container => {
+ # Name => 'Container',
+ # SubDirectory => { TagTable => 'Image::ExifTool::XMP::Container' },
+ # },
);
# hack to allow XML containing Dublin Core metadata to be handled like XMP (eg. EPUB - see ZIP.pm)
@@ -1699,6 +1706,8 @@ my %sPantryItem = (
ToneCurvePV2012Red => { List => 'Seq' },
ToneCurvePV2012Green => { List => 'Seq' },
ToneCurvePV2012Blue => { List => 'Seq' },
+ Highlights2012 => { },
+ Shadows2012 => { },
},
},
}
@@ -1760,6 +1769,62 @@ my %sPantryItem = (
SDRShadows => { Writable => 'real' },
SDRWhites => { Writable => 'real' },
SDRBlend => { Writable => 'real' },
+ # new for ACR 16 (ref forum15305)
+ LensBlur => {
+ Struct => {
+ STRUCT_NAME => 'LensBlur',
+ NAMESPACE => 'crs',
+ # (Note: all the following 'real' values could be limited to 'integer')
+ Active => { Writable => 'boolean' },
+ BlurAmount => { FlatName => 'Amount', Writable => 'real' },
+ BokehAspect => { Writable => 'real' },
+ BokehRotation => { Writable => 'real' },
+ BokehShape => { Writable => 'real' },
+ BokehShapeDetail => { Writable => 'real' },
+ CatEyeAmount => { Writable => 'real' },
+ CatEyeScale => { Writable => 'real' },
+ FocalRange => { }, # (eg. "-48 32 64 144")
+ FocalRangeSource => { Writable => 'real' },
+ HighlightsBoost => { Writable => 'real' },
+ HighlightsThreshold => { Writable => 'real' },
+ SampledArea => { }, # (eg. "0.500000 0.500000 0.500000 0.500000")
+ SampledRange => { }, # (eg. "0 0")
+ SphericalAberration => { Writable => 'real' },
+ SubjectRange => { }, # (eg. "0 57");
+ Version => { },
+ },
+ },
+ DepthMapInfo => {
+ Struct => {
+ STRUCT_NAME => 'DepthMapInfo',
+ NAMESPACE => 'crs',
+ BaseHighlightGuideInputDigest => { },
+ BaseHighlightGuideTable => { },
+ BaseHighlightGuideVersion => { },
+ BaseLayeredDepthInputDigest => { },
+ BaseLayeredDepthTable => { },
+ BaseLayeredDepthVersion => { },
+ BaseRawDepthInputDigest => { },
+ BaseRawDepthTable => { },
+ BaseRawDepthVersion => { },
+ DepthSource => { },
+ },
+ },
+ DepthBasedCorrections => {
+ List => 'Seq',
+ FlatName => 'DepthBasedCorr',
+ Struct => {
+ STRUCT_NAME => 'DepthBasedCorr',
+ NAMESPACE => 'crs',
+ CorrectionActive => { Writable => 'boolean' },
+ CorrectionAmount => { Writable => 'real' },
+ CorrectionMasks => { FlatName => 'Mask', List => 'Seq', Struct => \%sCorrectionMask },
+ CorrectionSyncID => { },
+ LocalCorrectedDepth => { Writable => 'real' },
+ LocalCurveRefineSaturation => { Writable => 'real' },
+ What => { },
+ },
+ },
);
# Tiff namespace properties (tiff)
diff --git a/lib/Image/ExifTool/XMP2.pl b/lib/Image/ExifTool/XMP2.pl
index d2701063..b4101185 100644
--- a/lib/Image/ExifTool/XMP2.pl
+++ b/lib/Image/ExifTool/XMP2.pl
@@ -1873,6 +1873,10 @@ my %sSubVersion = (
ValueConv => 'Image::ExifTool::XMP::DecodeBase64($val)',
ValueConvInv => 'Image::ExifTool::XMP::EncodeBase64($val)',
},
+ HdrPlusMakernote => {
+ ValueConv => 'Image::ExifTool::XMP::DecodeBase64($val)',
+ ValueConvInv => 'Image::ExifTool::XMP::EncodeBase64($val)',
+ },
);
# Google creations namespace (ref PH)
@@ -2037,6 +2041,37 @@ my %sSubVersion = (
},
);
+# Google container tags (ref https://developer.android.com/guide/topics/media/platform/hdr-image-format)
+# NOTE: Not included because these namespace prefixes conflict with Google's depth-map Device tags!
+# (see ../pics/GooglePixel8Pro.jpg sample image)
+# %Image::ExifTool::XMP::Container = (
+# %xmpTableDefaults,
+# GROUPS => { 1 => 'XMP-Container', 2 => 'Image' },
+# NAMESPACE => 'Container',
+# NOTES => 'Google Container namespace.',
+# Directory => {
+# Name => 'ContainerDirectory',
+# FlatName => 'Directory',
+# List => 'Seq',
+# Struct => {
+# STRUCT_NAME => 'Directory',
+# Item => {
+# Namespace => 'Container',
+# Struct => {
+# STRUCT_NAME => 'Item',
+# NAMESPACE => { Item => 'http://ns.google.com/photos/1.0/container/item/'},
+# Mime => { },
+# Semantic => { },
+# Length => { Writable => 'integer' },
+# Label => { },
+# Padding => { Writable => 'integer' },
+# URI => { },
+# },
+# },
+# },
+# },
+# );
+
# Getty Images namespace (ref PH)
%Image::ExifTool::XMP::GettyImages = (
%xmpTableDefaults,
diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec
index a90d7f12..b269af27 100644
--- a/perl-Image-ExifTool.spec
+++ b/perl-Image-ExifTool.spec
@@ -1,6 +1,6 @@
Summary: perl module for image data extraction
Name: perl-Image-ExifTool
-Version: 12.67
+Version: 12.69
Release: 1
License: Artistic/GPL
Group: Development/Libraries/Perl
@@ -59,11 +59,11 @@ supported by ExifTool (r = read, w = write, c = create):
DCP r/w | ICO r | MPG r | PSB r/w | WV r
DCR r | ICS r | MPO r/w | PSD r/w | X3F r/w
DFONT r | IDML r | MQV r/w | PSP r | XCF r
- DIVX r | IIQ r/w | MRC r | QTIF r/w | XLS r
- DJVU r | IND r/w | MRW r/w | R3D r | XLSX r
- DLL r | INSP r/w | MXF r | RA r | XMP r/w/c
- DNG r/w | INSV r | NEF r/w | RAF r/w | ZIP r
- DOC r | INX r | NKSC r/w | RAM r |
+ DIVX r | IIQ r/w | MRC r | QTIF r/w | XISF r
+ DJVU r | IND r/w | MRW r/w | R3D r | XLS r
+ DLL r | INSP r/w | MXF r | RA r | XLSX r
+ DNG r/w | INSV r | NEF r/w | RAF r/w | XMP r/w/c
+ DOC r | INX r | NKSC r/w | RAM r | ZIP r
DOCX r | ISO r | NRW r/w | RAR r |
Meta Information
diff --git a/t/Geotag_7.out b/t/Geotag_7.out
index efc7f538..22c9c870 100644
--- a/t/Geotag_7.out
+++ b/t/Geotag_7.out
@@ -11,6 +11,10 @@ Loaded 10 points from IGC-format GPS track log file 't/images/Geotag.igc'
GPS track end: 2010:01:05 08:52:56.000 UTC
Writing File:Geotag
Geotime value: 2010:01:05 07:57:51.692 UTC (incl. Geosync offset of +266000428.692 sec)
+Writing Keys:GPSCoordinates if tag exists
+Writing UserData:GPSCoordinates if tag exists
+Writing UserData:GPSCoordinates if tag exists
+Writing ItemList:GPSCoordinates
Writing MIE-GPS:GPSLatitude
Writing XMP-drone-dji:GPSLatitude if tag exists
Writing XMP-exif:GPSLatitude if tag exists
@@ -30,8 +34,8 @@ Writing GPS:GPSDateStamp
Writing GPS:GPSTimeStamp
Writing XMP-exif:GPSDateTime if tag exists
Rewriting t/images/Writer.jpg...
- Editing tags in: APP0 APP1 File GPS IFD0 JFIF MIE-GPS XMP
- Creating tags in: APP1 File GPS IFD0 MIE-GPS
+ Editing tags in: APP0 APP1 File GPS IFD0 ItemList JFIF Keys MIE-GPS UserData XMP
+ Creating tags in: APP1 File GPS IFD0 ItemList MIE-GPS
Creating APP1:
Creating IFD0
+ IFD0:XResolution = '72' (mandatory)
diff --git a/t/XISF.t b/t/XISF.t
new file mode 100644
index 00000000..e8678703
--- /dev/null
+++ b/t/XISF.t
@@ -0,0 +1,28 @@
+# Before "make install", this script should be runnable with "make test".
+# After "make install" it should work as "perl t/XISF.t".
+
+BEGIN {
+ $| = 1; print "1..2\n"; $Image::ExifTool::configFile = '';
+ require './t/TestLib.pm'; t::TestLib->import();
+}
+END {print "not ok 1\n" unless $loaded;}
+
+# test 1: Load the module(s)
+use Image::ExifTool 'ImageInfo';
+use Image::ExifTool::XISF;
+$loaded = 1;
+print "ok 1\n";
+
+my $testname = 'XISF';
+my $testnum = 1;
+
+# test 2: Extract information from an XISF file
+{
+ ++$testnum;
+ my $exifTool = Image::ExifTool->new;
+ my $info = $exifTool->ImageInfo('t/images/XISF.xisf');
+ notOK() unless check($exifTool, $info, $testname, $testnum);
+ print "ok $testnum\n";
+}
+
+done(); # end
diff --git a/t/XISF_2.out b/t/XISF_2.out
new file mode 100644
index 00000000..4a7b76f3
--- /dev/null
+++ b/t/XISF_2.out
@@ -0,0 +1,33 @@
+[ExifTool, ExifTool, ExifTool] ExifToolVersion - ExifTool Version Number: 12.68
+[File, System, Other] FileName - File Name: XISF.xisf
+[File, System, Other] Directory - Directory: t/images
+[File, System, Other] FileSize - File Size: 1177 bytes
+[File, System, Time] FileModifyDate - File Modification Date/Time: 2023:10:10 10:26:08-04:00
+[File, System, Time] FileAccessDate - File Access Date/Time: 2023:10:10 10:31:33-04:00
+[File, System, Time] FileInodeChangeDate - File Inode Change Date/Time: 2023:10:10 10:26:34-04:00
+[File, System, Other] FilePermissions - File Permissions: -rw-r--r--
+[File, File, Other] FileType - File Type: XISF
+[File, File, Other] FileTypeExtension - File Type Extension: xisf
+[File, File, Other] MIMEType - MIME Type: image/x-xisf
+[File, File, Image] ImageWidth - Image Width: 256
+[File, File, Image] ImageHeight - Image Height: 256
+[File, File, Image] NumPlanes - Num Planes: 1
+[XML, XML, Image] XML - XML: (Binary data 1161 bytes)
+[XML, XML, Image] ImageGeometry - Image Geometry: 256:256:1
+[XML, XML, Image] ImageSampleFormat - Image Sample Format: UInt8
+[XML, XML, Image] ImageColorSpace - Color Space: Gray
+[XML, XML, Image] ImageLocation - Image Location: embedded
+[XML, XML, Image] ImageDataCompression - Image Data Compression: zlib:65536
+[XML, XML, Image] ImageDataEncoding - Image Data Encoding: base64
+[XML, XML, Image] ImageData - Image Data: (Binary data 112 bytes)
+[XML, XML, Image] ImageResolutionHorizontal - X Resolution: 72
+[XML, XML, Image] ImageResolutionVertical - Y Resolution: 72
+[XML, XML, Image] ImageResolutionUnit - Resolution Unit: inch
+[XML, XML, Time] CreationTime - Create Date: 2019:09:18 22:57:08Z
+[XML, XML, Image] CreatorApplication - Creator Application: PixInsight 01.08.06.1457
+[XML, XML, Image] CreatorModule - Creator Module: XISF module version 01.00.09.0187
+[XML, XML, Image] CreatorOS - Creator OS: Linux
+[XML, XML, Image] CompressionCodecs - Compression Codecs: zlib+sh
+[XML, XML, Image] CompressionLevel - Compression Level: 0
+[Composite, Composite, Image] Exif-ImageSize - Image Size: 256x256
+[Composite, Composite, Image] Exif-Megapixels - Megapixels: 0.066
diff --git a/t/images/XISF.xisf b/t/images/XISF.xisf
new file mode 100644
index 00000000..5b6f99f8
--- /dev/null
+++ b/t/images/XISF.xisf
Binary files differ