summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorexiftool <exiftool@users.sourceforge.net>2022-02-09 07:21:32 -0500
committerexiftool <exiftool@users.sourceforge.net>2022-02-09 07:21:32 -0500
commit537cba56936c21b729aeed404b117e31c3c6fed0 (patch)
treec93fb58a44e3bb060dbb5d19e45c1a1eda55ad35
parent00e4fdc52ea3780e25b0371e9817ecb39329518c (diff)
Update to 12.40
-rw-r--r--Changes22
-rw-r--r--MANIFEST1
-rw-r--r--META.json2
-rw-r--r--META.yml2
-rw-r--r--README4
-rw-r--r--config_files/acdsee.config12
-rw-r--r--config_files/photoshop_paths.config37
-rw-r--r--config_files/picasa_faces.config2
-rw-r--r--config_files/pix4d.config4
-rw-r--r--config_files/tiff_version.config4
-rwxr-xr-xexiftool4
-rw-r--r--html/ExifTool.pdf476
-rw-r--r--html/Shift.pdf6
-rw-r--r--html/TagNames/Canon.html74
-rw-r--r--html/TagNames/Extra.html43
-rw-r--r--html/TagNames/Nikon.html112
-rw-r--r--html/TagNames/Sony.html6
-rw-r--r--html/TagNames/index.html4
-rw-r--r--html/exiftool_pod.html2
-rw-r--r--html/exiftool_pod.pdf90
-rw-r--r--html/history.html23
-rw-r--r--html/index.html16
-rw-r--r--html/install.html22
-rw-r--r--lib/Image/ExifTool.pm14
-rw-r--r--lib/Image/ExifTool.pod13
-rw-r--r--lib/Image/ExifTool/Canon.pm72
-rw-r--r--lib/Image/ExifTool/Exif.pm62
-rw-r--r--lib/Image/ExifTool/Geotag.pm5
-rw-r--r--lib/Image/ExifTool/Nikon.pm50
-rw-r--r--lib/Image/ExifTool/Olympus.pm12
-rw-r--r--lib/Image/ExifTool/QuickTime.pm12
-rw-r--r--lib/Image/ExifTool/Samsung.pm6
-rw-r--r--lib/Image/ExifTool/Sony.pm6
-rw-r--r--lib/Image/ExifTool/TagLookup.pm12713
-rw-r--r--lib/Image/ExifTool/TagNames.pod21
-rw-r--r--lib/Image/ExifTool/WriteQuickTime.pl10
-rw-r--r--lib/Image/ExifTool/WriteXMP.pl2
-rw-r--r--lib/Image/ExifTool/XMP.pm10
-rw-r--r--lib/Image/ExifTool/XMPStruct.pl28
-rw-r--r--perl-Image-ExifTool.spec2
-rw-r--r--pp_build_exe.args8
-rwxr-xr-xwindows_exiftool4
42 files changed, 7184 insertions, 6834 deletions
diff --git a/Changes b/Changes
index 943cedea..e20bbfc0 100644
--- a/Changes
+++ b/Changes
@@ -7,6 +7,28 @@ RSS feed: https://exiftool.org/rss.xml
Note: The most recent production release is Version 12.30. (Other versions are
considered development releases, and are not uploaded to MetaCPAN.)
+Feb. 9, 2022 - Version 12.40
+
+ - Added a new Nikon LensID (thanks Wolfgang Exler)
+ - Added PageCount tag to return the number of pages in a multi-page TIFF
+ - Added a few more Sony LensTypes (thanks Jos Roost)
+ - Decode some new Canon tags (thanks Mark Reid)
+ - Decode another Nikon Z9 tag (thanks Warren Hatch)
+ - Decode Nikon NKSC GPSImgDirection (thanks Olaf)
+ - Improved handling of empty XMP structures in lists
+ - Tolerate leading UTF-8 BOM in -geotag log files
+ - Updated photoshop_paths.config to include WorkingPath
+ - Patched to allow writing of MP4 videos which have url tracks with a missing
+ sample description entry
+ - Fixed typo in the name of a new Nikon tag (thanks Herb)
+ - Fixed description of GPR (General Purpose RAW) file type
+ - Fixed potential deep recursion runtime error when writing nested XMP
+ structures
+ - Fixed warning which could be generated when writing new
+ Composite:GPSCoordinates tag
+ - Fixed deep recursion error when reading multi-page TIFF images with more
+ than 100 pages
+
Jan. 13, 2022 - Version 12.39
- Added a new Pentax LensType (thanks Christian Shulz)
diff --git a/MANIFEST b/MANIFEST
index d5874e69..f453fc88 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -194,6 +194,7 @@ html/idiosyncracies.html
html/index.html
html/install.html
html/metafiles.html
+html/mistakes.html
html/overview.png
html/standards.html
html/struct.html
diff --git a/META.json b/META.json
index 06c4d765..ef904b02 100644
--- a/META.json
+++ b/META.json
@@ -47,6 +47,6 @@
}
},
"release_status" : "stable",
- "version" : "12.39",
+ "version" : "12.40",
"x_serialization_backend" : "JSON::PP version 4.02"
}
diff --git a/META.yml b/META.yml
index 185a0832..b21282c5 100644
--- a/META.yml
+++ b/META.yml
@@ -28,5 +28,5 @@ recommends:
Time::HiRes: 0
requires:
perl: 5.004
-version: 12.39
+version: 12.40
x_serialization_backend: 'JSON::PP version 4.02'
diff --git a/README b/README
index 88cf08cc..f1d8a308 100644
--- a/README
+++ b/README
@@ -107,8 +107,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.39.tar.gz | tar -xf -
- cd Image-ExifTool-12.39
+ gzip -dc Image-ExifTool-12.40.tar.gz | tar -xf -
+ cd Image-ExifTool-12.40
./exiftool t/images/ExifTool.jpg
Note: These commands extract meta information from one of the test images.
diff --git a/config_files/acdsee.config b/config_files/acdsee.config
index 86330f2e..2fa47432 100644
--- a/config_files/acdsee.config
+++ b/config_files/acdsee.config
@@ -97,8 +97,8 @@ my %sACDSeeRegionStruct = (
# new XMP namespaces for ACDSee regions
'Image::ExifTool::XMP::Main' => {
'acdsee-rs' => { # <-- must be the same as the NAMESPACE prefix
- SubDirectory => {
- TagTable => 'Image::ExifTool::UserDefined::ACDSeeRegions'
+ SubDirectory => {
+ TagTable => 'Image::ExifTool::UserDefined::ACDSeeRegions'
},
},
},
@@ -147,7 +147,7 @@ my %sACDSeeRegionStruct = (
},
ValueConv => q{
my ($rgn, @newRgns);
- my $rgns = ref $val[0] eq 'ARRAY' ? $val[0] : [ $val[0] ];
+ my $rgns = ref $val[0] eq 'ARRAY' ? $val[0] : [ $val[0] ];
foreach $rgn (@$rgns) {
my %newRgn = ( Type => 'Face' );
if ($$rgn{RegionBoundary} and $$rgn{RegionBoundary}{RbShape} eq 'rectangle') {
@@ -220,13 +220,13 @@ my %sACDSeeRegionStruct = (
# the "Struct" entry defines the structure fields
Struct => {
# optional structure name (used for warning messages only)
- STRUCT_NAME => 'ACDSee RegionInfo',
+ STRUCT_NAME => 'ACDSee RegionInfo',
RegionList => {
FlatName => 'Region',
Struct => \%sACDSeeRegionStruct,
List => 'Bag',
},
- AppliedToDimensions => {
+ AppliedToDimensions => {
FlatName => 'RegionAppliedToDimensions',Struct => \%sACDSeeDimensions },
},
},
@@ -239,7 +239,7 @@ my %sACDSeeRegionStruct = (
RegionInfoACDSeeAppliedToDimensionsW => 'ACDSeeRegionAppliedToDimensionsW',
RegionInfoACDSeeRegionListDLYAreaH => 'ACDSeeRegionDLYAreaH',
RegionInfoACDSeeRegionListDLYAreaW => 'ACDSeeRegionDLYAreaW',
- RegionInfoACDSeeRegionListDLYAreaX => 'ACDSeeRegionDLYAreaX',
+ RegionInfoACDSeeRegionListDLYAreaX => 'ACDSeeRegionDLYAreaX',
RegionInfoACDSeeRegionListDLYAreaY => 'ACDSeeRegionDLYAreaY',
RegionInfoACDSeeRegionListALGAreaH => 'ACDSeeRegionALGAreaH',
RegionInfoACDSeeRegionListALGAreaW => 'ACDSeeRegionALGAreaW',
diff --git a/config_files/photoshop_paths.config b/config_files/photoshop_paths.config
index 49fce1b6..a2e0ab60 100644
--- a/config_files/photoshop_paths.config
+++ b/config_files/photoshop_paths.config
@@ -34,15 +34,15 @@
# Usage:
#
# 1) Extract Photoshop path names:
-#
+#
# exiftool -config photoshop_paths.config -allpaths FILE
#
# 2) Extract Photoshop path names and anchor points:
-#
+#
# exiftool -config photoshop_paths.config -userparam anchor -allpaths FILE
#
# 3) Extract Photoshop path anchor points only:
-#
+#
# exiftool -config photoshop_paths.config -userparam anchoronly -allpaths FILE
#
# 4) Copy all Photoshop paths from one file (SRC) to another (DST):
@@ -68,6 +68,7 @@
# subpath respectively
# 2017/06/03 - PH Added TotalPathPoints
# 2017/07/17 - PH Added UniquePathPoints
+# 2022/02/03 - PH Added WorkingPath and WorkingPathPix
#
# References: https://exiftool.org/forum/index.php/topic,1621.0.html
# https://exiftool.org/forum/index.php/topic,3910.0.html
@@ -77,10 +78,11 @@
# Print Photoshop path name and/or anchor points
# Inputs: 0) reference to Photoshop path data, 1) ExifTool object reference
# 2-3) optional image width/height to convert anchor points to pixels
+# 4) optional path name
# Returns: String with name and/or Bezier knot anchor points
-sub PrintPath($$;$$)
+sub PrintPath($$;$$$)
{
- my ($val, $et, $w, $h) = @_;
+ my ($val, $et, $w, $h, $nm) = @_;
my ($pos, $name, @rtn);
my $len = length($$val) - 26;
@@ -88,8 +90,9 @@ sub PrintPath($$;$$)
if ($$val =~ m{.*/#(.{0,255})#/$}s) {
$name = $1;
$len -= length($1) + 4;
+ $name = $nm if defined $nm and not length $name;
} else {
- $name = '<none>';
+ $name = defined $nm ? $nm : '<none>';
}
my $anchorOnly = $et->Options(UserParam => 'AnchorOnly');
push @rtn, $name unless $anchorOnly;
@@ -118,7 +121,7 @@ sub PrintPath($$;$$)
}
%Image::ExifTool::Shortcuts::UserDefined = (
- # create "AllPaths" shortcut for all Photoshop path tags
+ # create "AllPaths" shortcut for all Photoshop path tags (except WorkingPath)
AllPaths => [
map { sprintf "Path%x", $_ } (0x7d0 .. 0xbb5),
],
@@ -133,6 +136,14 @@ sub PrintPath($$;$$)
Name => 'OriginPathInfo',
Flags => [ qw(Writable Protected Binary SetResourceName) ],
},
+ 0x401 => {
+ Name => 'WorkingPath',
+ Flags => [ qw(Writable Protected Binary ConvertBinary SetResourceName) ],
+ PrintConv => sub {
+ my ($val, $et) = @_;
+ PrintPath($val, $et, undef, undef, 'Work Path');
+ },
+ },
# generate tags for each of the 998 possible Photoshop paths
map { $_ => {
Name => sprintf('Path%x', $_),
@@ -143,6 +154,7 @@ sub PrintPath($$;$$)
},
'Image::ExifTool::Composite' => {
PathCount => {
+ # (PathCount statistics do not include WorkingPath)
Desire => {
map { $_-0x7d0 => sprintf('Path%x', $_) } (0x7d0 .. 0xbb5),
},
@@ -180,6 +192,17 @@ sub PrintPath($$;$$)
Require => 'PathCount',
ValueConv => '$$self{TotalPathPoints}',
},
+ WorkingPathPix => {
+ Require => {
+ 0 => 'ImageWidth',
+ 1 => 'ImageHeight',
+ 2 => 'WorkingPath',
+ },
+ ValueConv => sub {
+ my ($val, $et) = @_;
+ PrintPath($$val[2], $et, $$val[0], $$val[1], 'Work Path');
+ },
+ },
map { sprintf('PathPix%x', $_) => {
Require => {
0 => 'ImageWidth',
diff --git a/config_files/picasa_faces.config b/config_files/picasa_faces.config
index 3899e50f..4db3c856 100644
--- a/config_files/picasa_faces.config
+++ b/config_files/picasa_faces.config
@@ -63,7 +63,7 @@
# 2015/05/12 - PH Minor code tweaks
# 2015/10/26 - BKW Round off area sizes to 7 decimal places
# 2016/01/18 - BKW Improved rounding algorithm
-# 2016/05/14 - BKW Increased rounding to 9 decimal places (Max Picasa accepts),
+# 2016/05/14 - BKW Increased rounding to 9 decimal places (Max Picasa accepts),
# moved rounding operation to subroutine
#
# References: https://exiftool.org/forum/index.php/topic,6354.0.html
diff --git a/config_files/pix4d.config b/config_files/pix4d.config
index c0d9da8d..b11bc928 100644
--- a/config_files/pix4d.config
+++ b/config_files/pix4d.config
@@ -16,13 +16,13 @@
%Image::ExifTool::UserDefined = (
'Image::ExifTool::XMP::Main' => {
- Camera => {
+ Camera => {
SubDirectory => {
TagTable => 'Image::ExifTool::UserDefined::Camera',
},
},
},
-);
+);
%Image::ExifTool::UserDefined::Camera = (
GROUPS => { 0 => 'XMP', 1 => 'XMP-Camera', 2 => 'Camera' },
diff --git a/config_files/tiff_version.config b/config_files/tiff_version.config
index 0ceecefe..021e72d8 100644
--- a/config_files/tiff_version.config
+++ b/config_files/tiff_version.config
@@ -68,9 +68,9 @@ sub has_defined {
35 => 'EXIF:TransferRange', # TransferRange (342/0x0156)
36 => 'EXIF:YCbCrCoefficients', # YCbCrCoefficients (529/0x0211)
37 => 'EXIF:YCbCrPositioning', # YCbCrPositioning (531/0x0213)
- 38 => 'EXIF:YCbCrSubSampling', # YCbCrSubSampling (530/0x0212)
+ 38 => 'EXIF:YCbCrSubSampling', # YCbCrSubSampling (530/0x0212)
# Other tags to check
- 39 => 'EXIF:PhotometricInterpretation', # PhotometricInterpretation (262/0x0106)
+ 39 => 'EXIF:PhotometricInterpretation', # PhotometricInterpretation (262/0x0106)
40 => 'EXIF:Compression', # Compression (259/0x0103)
},
ValueConv => q{
diff --git a/exiftool b/exiftool
index f1664ffe..ae227264 100755
--- a/exiftool
+++ b/exiftool
@@ -10,7 +10,7 @@
use strict;
require 5.004;
-my $version = '12.39';
+my $version = '12.40';
# add our 'lib' directory to the include list BEFORE 'use Image::ExifTool'
BEGIN {
@@ -5436,7 +5436,7 @@ with this command:
produces output like this:
- -- Generated by ExifTool 12.39 --
+ -- Generated by ExifTool 12.40 --
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
diff --git a/html/ExifTool.pdf b/html/ExifTool.pdf
index 44599d80..d899f11c 100644
--- a/html/ExifTool.pdf
+++ b/html/ExifTool.pdf
@@ -12,7 +12,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 1)Tj
+( -- Image::ExifTool 12.40 -- 1)Tj
/TT4 1 Tf
0 -1.6333 TD
(EXIFTOOL\(1\) User Contributed Perl Documentation EXIFTOOL\(1\))Tj
@@ -189,7 +189,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 2)Tj
+( -- Image::ExifTool 12.40 -- 2)Tj
/TT4 1 Tf
0 -1.6333 TD
( ARW r/w | F4A/V r/w | M4A/V r/w | PBM r/w | SVG r)Tj
@@ -384,7 +384,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 3)Tj
+( -- Image::ExifTool 12.40 -- 3)Tj
/TT4 1 Tf
0 -1.6333 TD
( Exports nothing by default, but "ImageInfo" and all static methods may)Tj
@@ -619,7 +619,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 4)Tj
+( -- Image::ExifTool 12.40 -- 4)Tj
/TT4 1 Tf
0 -1.6333 TD
( are interpreted:)Tj
@@ -768,7 +768,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 5)Tj
+( -- Image::ExifTool 12.40 -- 5)Tj
/TT4 1 Tf
0 -1.6333 TD
( There will be 1:1 correspondence between the requested tags and)Tj
@@ -923,7 +923,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 6)Tj
+( -- Image::ExifTool 12.40 -- 6)Tj
/TT4 1 Tf
0 -1.6333 TD
( details about the encodings. By default, most returned values are)Tj
@@ -1114,7 +1114,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 7)Tj
+( -- Image::ExifTool 12.40 -- 7)Tj
/TT4 1 Tf
0 -1.6333 TD
( name documentation\) as a block. Setting this to a value of 2)Tj
@@ -1267,7 +1267,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 8)Tj
+( -- Image::ExifTool 12.40 -- 8)Tj
/TT4 1 Tf
0 -1.6333 TD
( Fallback internal IPTC character set to assume if IPTC)Tj
@@ -1404,7 +1404,7 @@ endobj
endobj
30 0 obj
<<
-/Length 4791
+/Length 4783
>>
stream
BT
@@ -1414,7 +1414,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 9)Tj
+( -- Image::ExifTool 12.40 -- 9)Tj
/TT4 1 Tf
0 -1.6333 TD
( format is different when copying tags with)Tj
@@ -1425,9 +1425,11 @@ BT
0 -1.1 TD
( Format for printing date/time values. See "strftime" in the)Tj
T*
-( POSIX package for details about the format string. If date can)Tj
+( POSIX package and <https://exiftool.org/filename.html#codes>)Tj
T*
-( not be converted, value is left unchanged unless the StrictDate)Tj
+( for details about the format string. If the date can not be)Tj
+T*
+( converted, the value is left unchanged unless the StrictDate)Tj
T*
( option is set. Timezones are ignored. The inverse conversion)Tj
T*
@@ -1538,8 +1540,6 @@ T*
( combined with the ScanForXMP option, prevents scanning for XMP)Tj
T*
( in recognized file types. With a value of 2, ExifTool will)Tj
-T*
-( also avoid extracting any EXIF MakerNote information, and will)Tj
ET
endstream
endobj
@@ -1557,7 +1557,7 @@ endobj
endobj
33 0 obj
<<
-/Length 4713
+/Length 4758
>>
stream
BT
@@ -1567,11 +1567,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 10)Tj
+( -- Image::ExifTool 12.40 -- 10)Tj
/TT4 1 Tf
0 -1.6333 TD
-( stop parsing at the IDAT chunk of PNG images. \(By the PNG)Tj
+( also avoid extracting any EXIF MakerNote information, and will)Tj
0 -1.1 TD
+( stop parsing at the IDAT chunk of PNG images. \(By the PNG)Tj
+T*
( specification, metadata is allowed after IDAT, but ExifTool)Tj
T*
( always writes it before because some utilities will ignore it)Tj
@@ -1691,8 +1693,6 @@ T*
( Minimum number of satellites for geotagging. GPS fixes are)Tj
T*
( ignored if the number of acquired satellites is less than this.)Tj
-T*
-( Default is undef.)Tj
ET
endstream
endobj
@@ -1710,7 +1710,7 @@ endobj
endobj
36 0 obj
<<
-/Length 4554
+/Length 4601
>>
stream
BT
@@ -1720,9 +1720,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 11)Tj
+( -- Image::ExifTool 12.40 -- 11)Tj
/TT4 1 Tf
-0 -2.7333 TD
+0 -1.6333 TD
+( Default is undef.)Tj
+0 -2.2 TD
( GeoSpeedRef)Tj
0 -1.1 TD
( Reference units for writing GPSSpeed when geotagging:)Tj
@@ -1899,7 +1901,7 @@ endobj
endobj
41 0 obj
<<
-/Length 4314
+/Length 4223
>>
stream
BT
@@ -1909,9 +1911,9 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 12)Tj
+( -- Image::ExifTool 12.40 -- 12)Tj
/TT4 1 Tf
-0 -1.6333 TD
+0 -2.7333 TD
( ListJoin)Tj
0 -1.1 TD
( Separator used to join the PrintConv value of multi-item List-)Tj
@@ -2025,8 +2027,6 @@ T*
( atom would be smaller than the original. Default is undef.)Tj
0 -2.2 TD
( QuickTimeUTC)Tj
-0 -1.1 TD
-( Flag set to assume that QuickTime date/time values are stored)Tj
ET
endstream
endobj
@@ -2044,7 +2044,7 @@ endobj
endobj
44 0 obj
<<
-/Length 4589
+/Length 4593
>>
stream
BT
@@ -2054,11 +2054,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 13)Tj
+( -- Image::ExifTool 12.40 -- 13)Tj
/TT4 1 Tf
0 -1.6333 TD
-( as UTC, causing conversion to local time when they are)Tj
+( Flag set to assume that QuickTime date/time values are stored)Tj
0 -1.1 TD
+( as UTC, causing conversion to local time when they are)Tj
+T*
( extracted and from local time when written. According to the)Tj
T*
( QuickTime specification date/time values should be UTC, but)Tj
@@ -2174,8 +2176,6 @@ T*
( StrictDate)Tj
0 -1.1 TD
( Flag to return undefined value for any date which can't be)Tj
-T*
-( converted when the DateFormat option is used. Default is)Tj
ET
endstream
endobj
@@ -2193,7 +2193,7 @@ endobj
endobj
47 0 obj
<<
-/Length 4253
+/Length 4250
>>
stream
BT
@@ -2203,9 +2203,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 14)Tj
+( -- Image::ExifTool 12.40 -- 14)Tj
/TT4 1 Tf
0 -1.6333 TD
+( converted when the DateFormat option is used. Default is)Tj
+0 -1.1 TD
( undef.)Tj
0 -2.2 TD
( undef - Same as 0 for reading/writing, or 1 for copying)Tj
@@ -2327,8 +2329,6 @@ T*
( insensitive\).)Tj
0 -2.2 TD
( User-defined parameters may be accessed in tag name expressions)Tj
-0 -1.1 TD
-( by prefixing the parameter name with a dollar sign just like)Tj
ET
endstream
endobj
@@ -2346,7 +2346,7 @@ endobj
endobj
50 0 obj
<<
-/Length 4107
+/Length 4168
>>
stream
BT
@@ -2356,11 +2356,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 15)Tj
+( -- Image::ExifTool 12.40 -- 15)Tj
/TT4 1 Tf
0 -1.6333 TD
-( normal tags, or via the API by calling)Tj
+( by prefixing the parameter name with a dollar sign just like)Tj
0 -1.1 TD
+( normal tags, or via the API by calling)Tj
+T*
( "Options\('UserParam','PARAM'\)". Appending a hash tag \("#"\) to)Tj
T*
( the parameter name also causes the parameter to be extracted as)Tj
@@ -2512,8 +2514,6 @@ T*
( Extract all meta information from an image.)Tj
0 -2.2 TD
( $success = $exifTool->ExtractInfo\('image.jpg', \\%options\);)Tj
-T*
-( Inputs:)Tj
ET
endstream
endobj
@@ -2531,7 +2531,7 @@ endobj
endobj
53 0 obj
<<
-/Length 4405
+/Length 4427
>>
stream
BT
@@ -2541,11 +2541,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 16)Tj
+( -- Image::ExifTool 12.40 -- 16)Tj
/TT4 1 Tf
0 -1.6333 TD
-( "ExtractInfo" takes exactly the same arguments as "ImageInfo". The)Tj
+( Inputs:)Tj
0 -1.1 TD
+( "ExtractInfo" takes exactly the same arguments as "ImageInfo". The)Tj
+T*
( only difference is that a list of tag keys is not returned if an)Tj
T*
( ARRAY reference is given. The following options are effective in)Tj
@@ -2712,9 +2714,9 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 17)Tj
+( -- Image::ExifTool 12.40 -- 17)Tj
/TT4 1 Tf
-0 -1.6333 TD
+0 -2.7333 TD
( To be clear, it is NOT necessary to call "ExtractInfo" or "ImageInfo")Tj
0 -1.1 TD
( before "WriteInfo". "WriteInfo" changes only metadata specified by)Tj
@@ -2837,7 +2839,7 @@ endobj
endobj
59 0 obj
<<
-/Length 4132
+/Length 4052
>>
stream
BT
@@ -2847,9 +2849,9 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 18)Tj
+( -- Image::ExifTool 12.40 -- 18)Tj
/TT4 1 Tf
-0 -1.6333 TD
+0 -2.7333 TD
( G)Tj
1.8 0 TD
(Ge)Tj
@@ -3041,8 +3043,6 @@ T*
( rational \(Rational\) value for rational formats. If the value type is)Tj
T*
( not specified, the PrintConv value is returned if the PrintConv option)Tj
-T*
-( is set, otherwise the ValueConv value is returned. The PrintConv)Tj
ET
endstream
endobj
@@ -3060,7 +3060,7 @@ endobj
endobj
62 0 obj
<<
-/Length 4067
+/Length 4064
>>
stream
BT
@@ -3070,11 +3070,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 19)Tj
+( -- Image::ExifTool 12.40 -- 19)Tj
/TT4 1 Tf
0 -1.6333 TD
-( values are same as the values returned by "ImageInfo" and "GetInfo" in)Tj
+( is set, otherwise the ValueConv value is returned. The PrintConv)Tj
0 -1.1 TD
+( values are same as the values returned by "ImageInfo" and "GetInfo" in)Tj
+T*
( the tag/value hash unless the PrintConv option is disabled.)Tj
0 -2.2 TD
( Tags which represent lists of multiple values \(as may happen with)Tj
@@ -3184,8 +3186,6 @@ T*
( even if the tag exists, since it is possible for these conversions)Tj
T*
( to yield undefined values. And the Rational value will be)Tj
-T*
-( undefined for any non-rational tag. The Raw value should always)Tj
ET
endstream
endobj
@@ -3203,7 +3203,7 @@ endobj
endobj
65 0 obj
<<
-/Length 4082
+/Length 4093
>>
stream
BT
@@ -3213,9 +3213,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 20)Tj
+( -- Image::ExifTool 12.40 -- 20)Tj
/TT4 1 Tf
0 -1.6333 TD
+( undefined for any non-rational tag. The Raw value should always)Tj
+0 -1.1 TD
( exist if the tag exists.)Tj
0 -2.2 TD
( S)Tj
@@ -3341,8 +3343,6 @@ T*
( return => 'not')Tj
T*
( }\);)Tj
-0 -2.2 TD
-( # write structured information as a serialized string)Tj
ET
endstream
endobj
@@ -3360,7 +3360,7 @@ endobj
endobj
68 0 obj
<<
-/Length 4640
+/Length 4687
>>
stream
BT
@@ -3370,9 +3370,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 21)Tj
+( -- Image::ExifTool 12.40 -- 21)Tj
/TT4 1 Tf
0 -1.6333 TD
+( # write structured information as a serialized string)Tj
+0 -1.1 TD
( $exifTool->SetNewValue\('XMP:Flash'=>'{mode=on,fired=true,return=not}'\);)Tj
0 -2.2 TD
( \(See <https://exiftool.org/struct.html#Serialize> for a description of)Tj
@@ -3488,8 +3490,6 @@ T*
( 2 groups with optional leading family number, separated by)Tj
T*
( colons. Case is not significant.)Tj
-0 -2.2 TD
-( NoFlat)Tj
ET
endstream
endobj
@@ -3507,7 +3507,7 @@ endobj
endobj
72 0 obj
<<
-/Length 4645
+/Length 4677
>>
stream
BT
@@ -3517,9 +3517,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 22)Tj
+( -- Image::ExifTool 12.40 -- 22)Tj
/TT4 1 Tf
0 -1.6333 TD
+( NoFlat)Tj
+0 -1.1 TD
( Treat flattened tags as 'unsafe'.)Tj
0 -2.2 TD
( NoShortcut)Tj
@@ -3696,7 +3698,7 @@ endobj
endobj
75 0 obj
<<
-/Length 4278
+/Length 4196
>>
stream
BT
@@ -3706,9 +3708,9 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 23)Tj
+( -- Image::ExifTool 12.40 -- 23)Tj
/TT4 1 Tf
-0 -1.6333 TD
+0 -2.7333 TD
( G)Tj
1.8 0 TD
(Ge)Tj
@@ -3870,8 +3872,6 @@ T*
( 2-N\) [optional] List of tag names to set or options hash)Tj
0 -1.1 TD
( references. All writable tags are set if none are specified. The)Tj
-T*
-( tag names are not case sensitive, and may be prefixed by one or)Tj
ET
endstream
endobj
@@ -3889,7 +3889,7 @@ endobj
endobj
78 0 obj
<<
-/Length 4884
+/Length 4932
>>
stream
BT
@@ -3899,11 +3899,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 24)Tj
+( -- Image::ExifTool 12.40 -- 24)Tj
/TT4 1 Tf
0 -1.6333 TD
-( more family 0, 1, 2 or 7 group names with optional leading family)Tj
+( tag names are not case sensitive, and may be prefixed by one or)Tj
0 -1.1 TD
+( more family 0, 1, 2 or 7 group names with optional leading family)Tj
+T*
( numbers, separated by colons \(eg. 'exif:iso'\). A leading '-')Tj
T*
( indicates tags to be excluded \(eg. '-comment'\), or a trailing '#')Tj
@@ -4021,8 +4023,6 @@ T*
( The PrintConv option applies to this routine, but it normally)Tj
T*
( should be left on to provide more reliable transfer of information)Tj
-T*
-( between groups.)Tj
ET
endstream
endobj
@@ -4040,7 +4040,7 @@ endobj
endobj
81 0 obj
<<
-/Length 4551
+/Length 4537
>>
stream
BT
@@ -4050,9 +4050,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 25)Tj
+( -- Image::ExifTool 12.40 -- 25)Tj
/TT4 1 Tf
-0 -2.7333 TD
+0 -1.6333 TD
+( between groups.)Tj
+0 -2.2 TD
( If a preview image exists, it is not copied. The preview image)Tj
0 -1.1 TD
( must be transferred separately if desired, in a separate call to)Tj
@@ -4274,8 +4276,6 @@ T*
( $result = $exifTool->SetFileModifyDate\($file\);)Tj
0 -2.2 TD
( Inputs:)Tj
-0 -1.1 TD
-( 0\) ExifTool object reference)Tj
ET
endstream
endobj
@@ -4293,7 +4293,7 @@ endobj
endobj
84 0 obj
<<
-/Length 3952
+/Length 4000
>>
stream
BT
@@ -4303,11 +4303,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 26)Tj
+( -- Image::ExifTool 12.40 -- 26)Tj
/TT4 1 Tf
-0 -2.7333 TD
-( 1\) File name)Tj
+0 -1.6333 TD
+( 0\) ExifTool object reference)Tj
0 -2.2 TD
+( 1\) File name)Tj
+T*
( 2\) [optional] Base time if applying shift \(days before $^T\))Tj
T*
( 3\) [optional] Tag to write: 'FileModifyDate' \(default\), or)Tj
@@ -4472,7 +4474,7 @@ endobj
endobj
87 0 obj
<<
-/Length 3704
+/Length 3649
>>
stream
BT
@@ -4482,9 +4484,9 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 27)Tj
+( -- Image::ExifTool 12.40 -- 27)Tj
/TT4 1 Tf
-0 -1.6333 TD
+0 -2.7333 TD
( 1-N\) Groups in order of priority. If no groups are specified, the)Tj
0 -1.1 TD
( priorities are reset to the defaults.)Tj
@@ -4666,8 +4668,6 @@ T*
( $group = $exifTool->GetGroup\($tag, '3:1:2'\);)Tj
0 -2.2 TD
( Inputs:)Tj
-0 -1.1 TD
-( 0\) ExifTool object reference)Tj
ET
endstream
endobj
@@ -4685,7 +4685,7 @@ endobj
endobj
90 0 obj
<<
-/Length 4792
+/Length 4752
>>
stream
BT
@@ -4695,11 +4695,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 28)Tj
+( -- Image::ExifTool 12.40 -- 28)Tj
/TT4 1 Tf
-0 -2.7333 TD
-( 1\) Tag key)Tj
+0 -1.6333 TD
+( 0\) ExifTool object reference)Tj
0 -2.2 TD
+( 1\) Tag key)Tj
+T*
( 2\) [optional] Group family number, or string of numbers separated)Tj
0 -1.1 TD
( by colons)Tj
@@ -4813,8 +4815,6 @@ T*
( used when extracting.)Tj
0 -2.2 TD
( Family 6 is currently used only for EXIF/TIFF metadata, and gives)Tj
-0 -1.1 TD
-( the format type of the extracted value. Generated only if the)Tj
ET
endstream
endobj
@@ -4832,7 +4832,7 @@ endobj
endobj
93 0 obj
<<
-/Length 4555
+/Length 4621
>>
stream
BT
@@ -4842,9 +4842,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 29)Tj
+( -- Image::ExifTool 12.40 -- 29)Tj
/TT4 1 Tf
0 -1.6333 TD
+( the format type of the extracted value. Generated only if the)Tj
+0 -1.1 TD
( "SaveFormat" option is used when extracting.)Tj
0 -2.2 TD
( Family 7 is used for tag ID's. The group names are the actual tag)Tj
@@ -5038,8 +5040,6 @@ T*
( functions documented below are also static.)Tj
0 -2.2 TD
( $tagName = Image::ExifTool::GetTagName\($tag\);)Tj
-T*
-( Inputs:)Tj
ET
endstream
endobj
@@ -5057,7 +5057,7 @@ endobj
endobj
96 0 obj
<<
-/Length 4699
+/Length 4644
>>
stream
BT
@@ -5067,9 +5067,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 30)Tj
+( -- Image::ExifTool 12.40 -- 30)Tj
/TT4 1 Tf
0 -1.6333 TD
+( Inputs:)Tj
+0 -1.1 TD
( 0\) Tag key)Tj
0 -2.2 TD
( Return Value:)Tj
@@ -5333,8 +5335,6 @@ T*
( Opus, PDF, PICT, PLIST, PNG, PSP, Palm, Parrot, PanasonicRaw,)Tj
T*
( PhotoCD, PhotoMechanic, Photoshop, PostScript, PrintIM, QuickTime,)Tj
-T*
-( RAF, RIFF, RSRC, RTF, Radiance, Rawzor, Real, Red, SVG, SigmaRaw,)Tj
ET
endstream
endobj
@@ -5352,7 +5352,7 @@ endobj
endobj
99 0 obj
<<
-/Length 4918
+/Length 4939
>>
stream
BT
@@ -5362,11 +5362,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 31)Tj
+( -- Image::ExifTool 12.40 -- 31)Tj
/TT4 1 Tf
0 -1.6333 TD
-( Stim, Theora, Torrent, Trailer, UserParam, VCard, Vorbis, WTV, XML,)Tj
+( RAF, RIFF, RSRC, RTF, Radiance, Rawzor, Real, Red, SVG, SigmaRaw,)Tj
0 -1.1 TD
+( Stim, Theora, Torrent, Trailer, UserParam, VCard, Vorbis, WTV, XML,)Tj
+T*
( XMP, ZIP)Tj
0 -2.2 TD
( Family 1 \(Specific Location\):)Tj
@@ -5488,8 +5490,6 @@ T*
( hex with a leading "0x" if the HexTagIDs option is set, or decimal)Tj
T*
( otherwise. Characters in non-numerical ID's which are not valid in)Tj
-T*
-( a group name are returned as 2 hex digits.\))Tj
ET
endstream
endobj
@@ -5507,7 +5507,7 @@ endobj
endobj
103 0 obj
<<
-/Length 5014
+/Length 5024
>>
stream
BT
@@ -5517,9 +5517,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 32)Tj
+( -- Image::ExifTool 12.40 -- 32)Tj
/TT4 1 Tf
-0 -2.7333 TD
+0 -1.6333 TD
+( a group name are returned as 2 hex digits.\))Tj
+0 -2.2 TD
( Note: This function may also be called as an ExifTool member function)Tj
0 -1.1 TD
( to allow the HexTagIDs option to be set when retrieving family 7 group)Tj
@@ -5743,8 +5745,6 @@ T*
(c])Tj
0.6 0 TD
(])Tj
--11.4 -1.1 TD
-( Can the specified file be written?)Tj
ET
endstream
endobj
@@ -5762,7 +5762,7 @@ endobj
endobj
106 0 obj
<<
-/Length 4396
+/Length 4354
>>
stream
BT
@@ -5772,11 +5772,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 33)Tj
+( -- Image::ExifTool 12.40 -- 33)Tj
/TT4 1 Tf
-0 -2.7333 TD
-( my $writable = Image::ExifTool::CanWrite\($filename\);)Tj
+0 -1.6333 TD
+( Can the specified file be written?)Tj
0 -2.2 TD
+( my $writable = Image::ExifTool::CanWrite\($filename\);)Tj
+T*
( Inputs:)Tj
0 -1.1 TD
( 0\) File name or extension)Tj
@@ -6000,8 +6002,6 @@ T*
( The encoding for tag values passed to/from ExifTool API functions)Tj
T*
( is set via the "Charset" option, which is 'UTF8' by default.)Tj
-0 -2.2 TD
-( The encoding of file names is specified via the "CharsetFileName")Tj
ET
endstream
endobj
@@ -6029,11 +6029,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 34)Tj
+( -- Image::ExifTool 12.40 -- 34)Tj
/TT4 1 Tf
0 -1.6333 TD
-( option. By default, "CharsetFileName" is not defined, and file)Tj
+( The encoding of file names is specified via the "CharsetFileName")Tj
0 -1.1 TD
+( option. By default, "CharsetFileName" is not defined, and file)Tj
+T*
( names passed to ExifTool are used directly in calls to the system)Tj
T*
( i/o routines \(which expect UTF-8 strings on Mac/Linux, but default)Tj
@@ -6213,8 +6215,6 @@ T*
( conversions are performed. No conversion is done if the internal)Tj
T*
( \(IPTC\) and external \(ExifTool\) character sets are the same. Note that)Tj
-T*
-( ISO 2022 character set shifting is not supported. Instead, a warning)Tj
ET
endstream
endobj
@@ -6232,7 +6232,7 @@ endobj
endobj
112 0 obj
<<
-/Length 4428
+/Length 4512
>>
stream
BT
@@ -6242,11 +6242,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 35)Tj
+( -- Image::ExifTool 12.40 -- 35)Tj
/TT4 1 Tf
0 -1.6333 TD
-( is issued and the string is not converted if an ISO 2022 shift code is)Tj
+( ISO 2022 character set shifting is not supported. Instead, a warning)Tj
0 -1.1 TD
+( is issued and the string is not converted if an ISO 2022 shift code is)Tj
+T*
( encountered. See <http://www.iptc.org/IIM/> for the official IPTC)Tj
T*
( specification.)Tj
@@ -6421,9 +6423,9 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.39 -- 36)Tj
+( -- Image::ExifTool 12.40 -- 36)Tj
/TT4 1 Tf
-0 -1.6333 TD
+0 -2.7333 TD
( P)Tj
1.8 0 TD
(PD)Tj
@@ -6884,7 +6886,7 @@ T*
0.6 0 TD
(G\(3pm\))Tj
-27 -4.4 TD
-(perl v5.18.4 2022-01-12 EXIFTOOL\(1\))Tj
+(perl v5.18.4 2022-02-09 EXIFTOOL\(1\))Tj
ET
endstream
endobj
@@ -7320,8 +7322,8 @@ endobj
endobj
121 0 obj
<<
-/CreationDate (D:20220113081144-05'00')
-/ModDate (D:20220113081144-05'00')
+/CreationDate (D:20220209071759-05'00')
+/ModDate (D:20220209071759-05'00')
/Producer (Apple pstopdf)
>>
endobj
@@ -7335,135 +7337,135 @@ endobj
xref
0 123
0000000000 65535 f
-0000171375 00000 n
+0000171448 00000 n
0000000016 00000 n
0000004114 00000 n
-0000170376 00000 n
-0000170777 00000 n
-0000169841 00000 n
-0000174477 00000 n
-0000171455 00000 n
+0000170449 00000 n
+0000170850 00000 n
+0000169914 00000 n
+0000174550 00000 n
+0000171528 00000 n
0000004220 00000 n
0000009537 00000 n
-0000171536 00000 n
+0000171609 00000 n
0000009644 00000 n
0000014453 00000 n
-0000171619 00000 n
+0000171692 00000 n
0000014560 00000 n
0000019294 00000 n
-0000171702 00000 n
+0000171775 00000 n
0000019401 00000 n
0000023887 00000 n
-0000171785 00000 n
+0000171858 00000 n
0000023994 00000 n
0000028261 00000 n
-0000171868 00000 n
+0000171941 00000 n
0000028368 00000 n
0000033121 00000 n
-0000171951 00000 n
+0000172024 00000 n
0000033228 00000 n
0000037798 00000 n
-0000172034 00000 n
+0000172107 00000 n
0000037905 00000 n
-0000042749 00000 n
-0000172117 00000 n
-0000042856 00000 n
-0000047622 00000 n
-0000172200 00000 n
-0000047729 00000 n
-0000052336 00000 n
-0000175003 00000 n
-0000174612 00000 n
-0000172284 00000 n
-0000052443 00000 n
-0000056810 00000 n
-0000172368 00000 n
-0000056917 00000 n
-0000061559 00000 n
-0000172452 00000 n
-0000061666 00000 n
-0000065972 00000 n
-0000172536 00000 n
-0000066079 00000 n
-0000070239 00000 n
-0000172620 00000 n
-0000070346 00000 n
-0000074804 00000 n
-0000172704 00000 n
-0000074911 00000 n
-0000079068 00000 n
-0000172788 00000 n
-0000079175 00000 n
-0000083360 00000 n
-0000172872 00000 n
-0000083467 00000 n
-0000087587 00000 n
-0000172956 00000 n
-0000087694 00000 n
-0000091829 00000 n
-0000173040 00000 n
-0000091936 00000 n
-0000096629 00000 n
-0000174750 00000 n
-0000173124 00000 n
-0000096736 00000 n
-0000101434 00000 n
-0000173208 00000 n
-0000101541 00000 n
-0000105872 00000 n
-0000173292 00000 n
-0000105979 00000 n
-0000110916 00000 n
-0000173376 00000 n
-0000111023 00000 n
-0000115627 00000 n
-0000173460 00000 n
-0000115734 00000 n
-0000119739 00000 n
-0000173544 00000 n
-0000119846 00000 n
-0000123603 00000 n
-0000173628 00000 n
-0000123710 00000 n
-0000128555 00000 n
-0000173712 00000 n
-0000128662 00000 n
-0000133270 00000 n
-0000173796 00000 n
-0000133377 00000 n
+0000042741 00000 n
+0000172190 00000 n
+0000042848 00000 n
+0000047659 00000 n
+0000172273 00000 n
+0000047766 00000 n
+0000052420 00000 n
+0000175076 00000 n
+0000174685 00000 n
+0000172357 00000 n
+0000052527 00000 n
+0000056803 00000 n
+0000172441 00000 n
+0000056910 00000 n
+0000061556 00000 n
+0000172525 00000 n
+0000061663 00000 n
+0000065966 00000 n
+0000172609 00000 n
+0000066073 00000 n
+0000070294 00000 n
+0000172693 00000 n
+0000070401 00000 n
+0000074881 00000 n
+0000172777 00000 n
+0000074988 00000 n
+0000079145 00000 n
+0000172861 00000 n
+0000079252 00000 n
+0000083357 00000 n
+0000172945 00000 n
+0000083464 00000 n
+0000087581 00000 n
+0000173029 00000 n
+0000087688 00000 n
+0000091834 00000 n
+0000173113 00000 n
+0000091941 00000 n
+0000096681 00000 n
+0000174823 00000 n
+0000173197 00000 n
+0000096788 00000 n
+0000101518 00000 n
+0000173281 00000 n
+0000101625 00000 n
+0000105874 00000 n
+0000173365 00000 n
+0000105981 00000 n
+0000110966 00000 n
+0000173449 00000 n
+0000111073 00000 n
+0000115663 00000 n
+0000173533 00000 n
+0000115770 00000 n
+0000119823 00000 n
+0000173617 00000 n
+0000119930 00000 n
+0000123632 00000 n
+0000173701 00000 n
+0000123739 00000 n
+0000128544 00000 n
+0000173785 00000 n
+0000128651 00000 n
+0000133325 00000 n
+0000173869 00000 n
+0000133432 00000 n
0000138129 00000 n
-0000173880 00000 n
+0000173953 00000 n
0000138236 00000 n
-0000143207 00000 n
-0000174888 00000 n
-0000173966 00000 n
-0000143315 00000 n
-0000148383 00000 n
-0000174054 00000 n
-0000148491 00000 n
-0000152941 00000 n
-0000174142 00000 n
-0000153049 00000 n
-0000158712 00000 n
-0000174230 00000 n
-0000158820 00000 n
-0000163302 00000 n
-0000174318 00000 n
-0000163410 00000 n
-0000169733 00000 n
-0000169981 00000 n
-0000170184 00000 n
-0000174406 00000 n
-0000174435 00000 n
-0000175109 00000 n
-0000175233 00000 n
+0000143228 00000 n
+0000174961 00000 n
+0000174039 00000 n
+0000143336 00000 n
+0000148414 00000 n
+0000174127 00000 n
+0000148522 00000 n
+0000152930 00000 n
+0000174215 00000 n
+0000153038 00000 n
+0000158701 00000 n
+0000174303 00000 n
+0000158809 00000 n
+0000163375 00000 n
+0000174391 00000 n
+0000163483 00000 n
+0000169806 00000 n
+0000170054 00000 n
+0000170257 00000 n
+0000174479 00000 n
+0000174508 00000 n
+0000175182 00000 n
+0000175306 00000 n
trailer
<<
/Size 123
/Root 122 0 R
/Info 121 0 R
-/ID [<d3f9f0366018ce8d20bc53f97fd2bb9c><d3f9f0366018ce8d20bc53f97fd2bb9c>]
+/ID [<1dfa2704643968625360efa8137aec83><1dfa2704643968625360efa8137aec83>]
>>
startxref
-175305
+175378
%%EOF
diff --git a/html/Shift.pdf b/html/Shift.pdf
index b9c4baf3..5e01d3ea 100644
--- a/html/Shift.pdf
+++ b/html/Shift.pdf
@@ -593,8 +593,8 @@ endobj
endobj
16 0 obj
<<
-/CreationDate (D:20220113081145-05'00')
-/ModDate (D:20220113081145-05'00')
+/CreationDate (D:20220209071800-05'00')
+/ModDate (D:20220209071800-05'00')
/Producer (Apple pstopdf)
>>
endobj
@@ -630,7 +630,7 @@ trailer
/Size 18
/Root 17 0 R
/Info 16 0 R
-/ID [<f4550be5ea66f16e58b885d2734b8e31><f4550be5ea66f16e58b885d2734b8e31>]
+/ID [<8a6b1cc7c134ddd2a21736301b7957c8><8a6b1cc7c134ddd2a21736301b7957c8>]
>>
startxref
11800
diff --git a/html/TagNames/Canon.html b/html/TagNames/Canon.html
index e3ef6978..0fb72b6a 100644
--- a/html/TagNames/Canon.html
+++ b/html/TagNames/Canon.html
@@ -535,11 +535,16 @@
<td class=c>-</td>
<td>--&gt; <a href='Canon.html#HDRInfo'>Canon HDRInfo Tags</a></td></tr>
<tr class=b>
+<td title='0x4026 = 16422'>0x4026</td>
+<td>LogInfo</td>
+<td class=c>-</td>
+<td>--&gt; <a href='Canon.html#LogInfo'>Canon LogInfo Tags</a></td></tr>
+<tr>
<td title='0x4028 = 16424'>0x4028</td>
<td>AFConfig</td>
<td class=c>-</td>
<td>--&gt; <a href='Canon.html#AFConfig'>Canon AFConfig Tags</a></td></tr>
-<tr>
+<tr class=b>
<td title='0x403f = 16447'>0x403f</td>
<td>RawBurstModeRoll</td>
<td class=c>-</td>
@@ -957,8 +962,8 @@
<br>4 = RAW</td><td>&nbsp;&nbsp;</td>
<td>5 = Superfine
<br>7 = CRAW
- <br>130 = Normal Movie
- <br>131 = Movie (2)</td></tr></table>
+ <br>130 = Light (RAW)
+ <br>131 = Standard (RAW)</td></tr></table>
</td></tr>
<tr class=b>
<td class=r title='4 = 0x4'>4</td>
@@ -6403,8 +6408,8 @@ on the 1DSmkII)</span></span></td></tr>
<br>4 = RAW</td><td>&nbsp;&nbsp;</td>
<td>5 = Superfine
<br>7 = CRAW
- <br>130 = Normal Movie
- <br>131 = Movie (2)</td></tr></table>
+ <br>130 = Light (RAW)
+ <br>131 = Standard (RAW)</td></tr></table>
</td></tr>
<tr class=b>
<td class=r title='7 = 0x7'>7</td>
@@ -6887,8 +6892,8 @@ valid for all camera models)</span></span></td></tr>
<br>4 = RAW</td><td>&nbsp;&nbsp;</td>
<td>5 = Superfine
<br>7 = CRAW
- <br>130 = Normal Movie
- <br>131 = Movie (2)</td></tr></table>
+ <br>130 = Light (RAW)
+ <br>131 = Standard (RAW)</td></tr></table>
</td></tr>
<tr class=b>
<td class=r title='2 = 0x2'>2</td>
@@ -11145,6 +11150,59 @@ to the one printed on the lens)</span></span></td></tr>
<br>4 = Art (embossed)</span></td></tr>
</table></td></tr></table></blockquote>
+<h2><a name='LogInfo'>Canon LogInfo Tags</a></h2>
+<blockquote>
+<table class=frame><tr><td>
+<table class=inner cellspacing=1>
+<tr class=h><th>Index4</th><th>Tag Name</th>
+<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
+<tr>
+<td class=r title='4 = 0x4'>4</td>
+<td>CompressionFormat</td>
+<td class=c>int32s</td>
+<td><span class=s>0 = Editing (ALL-I)
+ <br>1 = Standard (IPB)
+ <br>2 = Light (IPB)
+ <br>3 = Motion JPEG
+ <br>4 = RAW</span></td></tr>
+<tr class=b>
+<td class=r title='6 = 0x6'>6</td>
+<td>Sharpness</td>
+<td class=c>int32s</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='7 = 0x7'>7</td>
+<td>Saturation</td>
+<td class=c>int32s</td>
+<td><span class=s>0 = Normal</span></td></tr>
+<tr class=b>
+<td class=r title='8 = 0x8'>8</td>
+<td>ColorTone</td>
+<td class=c>int32s</td>
+<td><span class=s>0 = Normal</span></td></tr>
+<tr>
+<td class=r title='9 = 0x9'>9</td>
+<td>ColorSpace2</td>
+<td class=c>int32s</td>
+<td><span class=s>0 = BT.709
+ <br>1 = BT.2020
+ <br>2 = CinemaGamut</span></td></tr>
+<tr class=b>
+<td class=r title='10 = 0xa'>10</td>
+<td>ColorMatrix</td>
+<td class=c>int32s</td>
+<td><span class=s>0 = EOS Original
+ <br>1 = Neutral</span></td></tr>
+<tr>
+<td class=r title='11 = 0xb'>11</td>
+<td>CanonLogVersion</td>
+<td class=c>int32s</td>
+<td><span class=s>0 = OFF
+ <br>1 = CLogV1
+ <br>2 = CLogV2
+ <br>3 = CLogV3</span></td></tr>
+</table></td></tr></table></blockquote>
+
<h2><a name='AFConfig'>Canon AFConfig Tags</a></h2>
<blockquote>
<table class=frame><tr><td>
@@ -11554,7 +11612,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 Dec 8, 2021</i>
+<br><i>Last revised Feb 9, 2022</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 d02539ca..8475aa06 100644
--- a/html/TagNames/Extra.html
+++ b/html/TagNames/Extra.html
@@ -422,43 +422,48 @@ API <a href="../ExifTool.html#RequestAll">RequestAll</a> option is set)</span></
<td class=c>File</td>
<td><span class=s><span class=n>(other JPEG-format embedded image)</span></span></td></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>
<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>
@@ -467,7 +472,7 @@ 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>SymLink</td>
<td class=c title=' ! = Unsafe'>yes!</td>
<td class=c>-</td>
@@ -480,25 +485,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>
+<tr class=b>
<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 class=b>
+<tr>
<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>
+<tr class=b>
<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 class=b>
+<tr>
<td>Validate</td>
<td class=c>no</td>
<td class=c>ExifTool</td>
@@ -508,7 +513,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>
+<tr class=b>
<td>Warning</td>
<td class=c>no</td>
<td class=c>ExifTool</td>
@@ -517,28 +522,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 class=b>
+<tr>
<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>
+<tr class=b>
<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 class=b>
+<tr>
<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>
+<tr class=b>
<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 class=b>
+<tr>
<td>ZoneIdentifier</td>
<td class=c title=' ! = Unsafe'>yes!</td>
<td class=c>System</td>
@@ -550,7 +555,7 @@ stream. Requires Win32API::File)</span></span></td></tr>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Dec 8, 2021</i>
+<br><i>Last revised Feb 9, 2022</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 1032acae..90c50786 100644
--- a/html/TagNames/Nikon.html
+++ b/html/TagNames/Nikon.html
@@ -849,6 +849,15 @@ edit versions, otherwise this is extracted as a binary data block)</span>
<td><span class=s>0 = Above Sea Level
<br>1 = Below Sea Level</span></td></tr>
<tr class=b>
+<td>GPSImgDirection</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td>GPSImgDirectionRef</td>
+<td class=c>no</td>
+<td><span class=s>&#39;M&#39; = Magnetic North
+ <br>&#39;T&#39; = True North</span></td></tr>
+<tr class=b>
<td>GPSLatitude</td>
<td class=c>no</td>
<td>&nbsp;</td></tr>
@@ -4567,13 +4576,25 @@ firmware 1.01b.</p>
<br>2 = Optical/Radio AWL
<br>3 = Radio AWL</span></td></tr>
<tr>
+<td class=r title='528 = 0x210'>528</td>
+<td>AFAreaMode</td>
+<td class=c>int8u</td>
+<td><table class=cols><tr>
+ <td>1 = Single
+ <br>2 = Dynamic
+ <br>3 = Wide (S)</td><td>&nbsp;&nbsp;</td>
+ <td>4 = Wide (L)
+ <br>5 = 3D
+ <br>6 = Auto</td></tr></table>
+</td></tr>
+<tr class=b>
<td class=r title='530 = 0x212'>530</td>
<td>VRMode</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = Normal
<br>2 = Sport</span></td></tr>
-<tr class=b>
+<tr>
<td class=r title='534 = 0x216'>534</td>
<td>BracketSet</td>
<td class=c>int8u</td>
@@ -4582,7 +4603,7 @@ firmware 1.01b.</p>
<br>2 = Flash
<br>3 = White Balance
<br>4 = Active-D Lighting</span></td></tr>
-<tr>
+<tr class=b>
<td class=r title='536 = 0x218'>536</td>
<td>BracketProgram</td>
<td class=c>int8u</td>
@@ -4595,7 +4616,7 @@ firmware 1.01b.</p>
<br>7 = 7F
<br>9 = 9F</td></tr></table>
</td></tr>
-<tr class=b>
+<tr>
<td class=r title='538 = 0x21a'>538</td>
<td>BracketIncrement</td>
<td class=c>int8u</td>
@@ -4605,7 +4626,7 @@ firmware 1.01b.</p>
<br>3 = 1.0
<br>4 = 2.0
<br>5 = 3.0</span></td></tr>
-<tr>
+<tr class=b>
<td class=r title='556 = 0x22c'>556</td>
<td>SecondarySlotFunction</td>
<td class=c>int8u</td>
@@ -4613,13 +4634,13 @@ firmware 1.01b.</p>
<br>1 = Backup
<br>2 = NEF Primary + JPG Secondary
<br>3 = JPG Primary + JPG Secondary</span></td></tr>
-<tr class=b>
+<tr>
<td class=r title='572 = 0x23c'>572</td>
<td>DXCropAlert</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On</span></td></tr>
-<tr>
+<tr class=b>
<td class=r title='574 = 0x23e'>574</td>
<td>SubjectDetection</td>
<td class=c>int8u</td>
@@ -4628,14 +4649,14 @@ firmware 1.01b.</p>
<br>2 = People
<br>3 = Animals
<br>4 = Vehicles</span></td></tr>
-<tr class=b>
+<tr>
<td class=r title='604 = 0x25c'>604</td>
<td>MovieImageArea?</td>
<td class=c>int8u</td>
<td><span class=s>[val &amp; 0x1]
<br>0 = FX
<br>1 = DX</span></td></tr>
-<tr>
+<tr class=b>
<td class=r title='614 = 0x266'>614</td>
<td>MovieType?</td>
<td class=c>int8u</td>
@@ -4643,7 +4664,7 @@ firmware 1.01b.</p>
<br>2 = H.265 8-bit (MOV)
<br>3 = H.265 10-bit (MOV)
<br>4 = ProRes 422 HQ 10-bit (MOV)</span></td></tr>
-<tr class=b>
+<tr>
<td class=r title='616 = 0x268'>616</td>
<td>MovieISOAutoHiLimit?</td>
<td class=c>int16u</td>
@@ -4680,13 +4701,13 @@ firmware 1.01b.</p>
<br>29 = ISO Hi 1.0
<br>32 = ISO Hi 2.0</td></tr></table>
</td></tr>
-<tr>
+<tr class=b>
<td class=r title='618 = 0x26a'>618</td>
<td>MovieISOAutoControlManualMode?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On</span></td></tr>
-<tr class=b>
+<tr>
<td class=r title='620 = 0x26c'>620</td>
<td>MovieISOAutoManualMode?</td>
<td class=c>int16u</td>
@@ -4723,7 +4744,7 @@ firmware 1.01b.</p>
<br>29 = ISO Hi 1.0
<br>32 = ISO Hi 2.0</td></tr></table>
</td></tr>
-<tr>
+<tr class=b>
<td class=r title='696 = 0x2b8'>696</td>
<td>MovieActiveD-Lighting?</td>
<td class=c>int8u</td>
@@ -4732,7 +4753,7 @@ firmware 1.01b.</p>
<br>3 = Normal
<br>4 = High
<br>5 = Extra High</span></td></tr>
-<tr class=b>
+<tr>
<td class=r title='698 = 0x2ba'>698</td>
<td>MovieHighISONoiseReduction?</td>
<td class=c>int8u</td>
@@ -4740,14 +4761,14 @@ firmware 1.01b.</p>
<br>1 = Low
<br>2 = Normal
<br>3 = High</span></td></tr>
-<tr>
+<tr class=b>
<td class=r title='704 = 0x2c0'>704</td>
<td>MovieFlickerReduction</td>
<td class=c>int8u</td>
<td><span class=s>0 = Auto
<br>1 = 50Hz
<br>2 = 60Hz</span></td></tr>
-<tr class=b>
+<tr>
<td class=r title='706 = 0x2c2'>706</td>
<td>MovieMeteringMode?</td>
<td class=c>int8u</td>
@@ -4755,7 +4776,7 @@ firmware 1.01b.</p>
<br>1 = Center
<br>2 = Spot
<br>3 = Highlight</span></td></tr>
-<tr>
+<tr class=b>
<td class=r title='708 = 0x2c4'>708</td>
<td>MovieFocusMode?</td>
<td class=c>int8u</td>
@@ -4763,7 +4784,7 @@ firmware 1.01b.</p>
<br>1 = AF-S
<br>2 = AF-C
<br>4 = AF-F</span></td></tr>
-<tr class=b>
+<tr>
<td class=r title='710 = 0x2c6'>710</td>
<td>MovieAFAreaMode</td>
<td class=c>int8u</td>
@@ -4772,64 +4793,64 @@ firmware 1.01b.</p>
<br>4 = Wide (L)
<br>6 = Auto
<br>11 = Subject Tracking</span></td></tr>
-<tr>
+<tr class=b>
<td class=r title='712 = 0x2c8'>712</td>
<td>MovieVRMode?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = Normal
<br>2 = Sport</span></td></tr>
-<tr class=b>
+<tr>
<td class=r title='716 = 0x2cc'>716</td>
<td>MovieElectronicVR?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On</span></td></tr>
-<tr>
+<tr class=b>
<td class=r title='718 = 0x2ce'>718</td>
<td>MovieSoundRecording?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On
<br>2 = On</span></td></tr>
-<tr class=b>
+<tr>
<td class=r title='720 = 0x2d0'>720</td>
<td>MicrophoneSensitivity?</td>
<td class=c>int8u</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td class=r title='722 = 0x2d2'>722</td>
<td>MicrophoneAttenuator?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On</span></td></tr>
-<tr class=b>
+<tr>
<td class=r title='724 = 0x2d4'>724</td>
<td>MicrophoneFrequencyResponse?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Wide Range
<br>1 = Vocal Range</span></td></tr>
-<tr>
+<tr class=b>
<td class=r title='726 = 0x2d6'>726</td>
<td>WindNoiseReduction?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On</span></td></tr>
-<tr class=b>
+<tr>
<td class=r title='748 = 0x2ec'>748</td>
<td>MovieToneMap?</td>
<td class=c>int8u</td>
<td><span class=s>0 = SDR
<br>1 = HLG
<br>2 = N-Log</span></td></tr>
-<tr>
+<tr class=b>
<td class=r title='754 = 0x2f2'>754</td>
<td>MovieFrameSize?</td>
<td class=c>int8u</td>
<td><span class=s>1 = 1920x1080
<br>2 = 3840x2160
<br>3 = 7680x4320</span></td></tr>
-<tr class=b>
+<tr>
<td class=r title='756 = 0x2f4'>756</td>
<td>MovieFrameRate?</td>
<td class=c>int8u</td>
@@ -4842,19 +4863,19 @@ firmware 1.01b.</p>
<br>5 = 25p
<br>6 = 24p</td></tr></table>
</td></tr>
-<tr>
+<tr class=b>
<td class=r title='762 = 0x2fa'>762</td>
<td>MicrophoneJackPower?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On</span></td></tr>
-<tr class=b>
+<tr>
<td class=r title='763 = 0x2fb'>763</td>
<td>MovieDXCropAlert?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On</span></td></tr>
-<tr>
+<tr class=b>
<td class=r title='764 = 0x2fc'>764</td>
<td>MovieSubjectDetection?</td>
<td class=c>int8u</td>
@@ -4863,19 +4884,19 @@ firmware 1.01b.</p>
<br>2 = People
<br>3 = Animals
<br>4 = Vehicles</span></td></tr>
-<tr class=b>
+<tr>
<td class=r title='799 = 0x31f'>799</td>
<td>CustomSettingsZ9</td>
<td class=c>-</td>
<td>--&gt; <a href='NikonCustom.html#SettingsZ9'>NikonCustom SettingsZ9 Tags</a></td></tr>
-<tr>
+<tr class=b>
<td class=r title='1426 = 0x592'>1426</td>
<td>Language?</td>
<td class=c>int8u</td>
<td><span class=s>4 = English
<br>5 = Spanish
<br>7 = French</span></td></tr>
-<tr class=b>
+<tr>
<td class=r title='1428 = 0x594'>1428</td>
<td>TimeZone</td>
<td class=c>int8u</td>
@@ -4898,18 +4919,18 @@ firmware 1.01b.</p>
<br>29 = -09:00 (Anchorage)
<br>30 = -10:00 (Hawaii)</td></tr></table>
</td></tr>
-<tr>
+<tr class=b>
<td class=r title='1434 = 0x59a'>1434</td>
<td>MonitorBrightness?</td>
<td class=c>no</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td class=r title='1456 = 0x5b0'>1456</td>
<td>AFFineTune?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On</span></td></tr>
-<tr>
+<tr class=b>
<td class=r title='1552 = 0x610'>1552</td>
<td>HDMIOutputResolution</td>
<td class=c>int8u</td>
@@ -4918,43 +4939,43 @@ firmware 1.01b.</p>
<br>2 = 2160p
<br>3 = 1080p
<br>5 = 720p</span></td></tr>
-<tr class=b>
+<tr>
<td class=r title='1565 = 0x61d'>1565</td>
<td>SetClockFromLocationData?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On</span></td></tr>
-<tr>
+<tr class=b>
<td class=r title='1572 = 0x624'>1572</td>
<td>AirplaneMode?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On</span></td></tr>
-<tr class=b>
+<tr>
<td class=r title='1573 = 0x625'>1573</td>
<td>EmptySlotRelease?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Disable Release
<br>1 = Enable Release</span></td></tr>
-<tr>
+<tr class=b>
<td class=r title='1608 = 0x648'>1608</td>
<td>EnergySavingMode?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On</span></td></tr>
-<tr class=b>
+<tr>
<td class=r title='1632 = 0x660'>1632</td>
<td>RecordLocationData?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On</span></td></tr>
-<tr>
+<tr class=b>
<td class=r title='1636 = 0x664'>1636</td>
<td>USBPowerDelivery?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On</span></td></tr>
-<tr class=b>
+<tr>
<td class=r title='1645 = 0x66d'>1645</td>
<td>SensorShield?</td>
<td class=c>int8u</td>
@@ -6286,7 +6307,7 @@ D5200, D7000.</p>
<td>&nbsp;</td></tr>
<tr class=b>
<td class=r title='67 = 0x43'>67</td>
-<td>FocusPositionHoriontal</td>
+<td>FocusPositionHorizontal</td>
<td class=c title=' ~ = Writable only with -n'>int8u~</td>
<td>&nbsp;</td></tr>
<tr>
@@ -8843,6 +8864,7 @@ used to specify the lens for ExifTool to choose in these cases (see the
</tr><tr><td>'B6 48 37 56 24 24 1C 02'</td><td>= Sigma 24-60mm F2.8 EX DG</td>
</tr><tr><td>'B7 44 60 98 34 3C B9 0E'</td><td>= AF-S Nikkor 80-400mm f/4.5-5.6G ED VR</td>
</tr><tr><td>'B8 40 2D 44 2C 34 BA 06'</td><td>= AF-S Nikkor 18-35mm f/3.5-4.5G ED</td>
+</tr><tr><td>'BB 48 5C 80 24 24 4B 4E'</td><td>= Sigma 70-200mm F2.8 DG OS HSM | S</td>
</tr><tr><td>'BF 3C 1B 1B 30 30 01 04'</td><td>= Irix 11mm f/4 Firefly</td>
</tr><tr><td>'BF 4E 26 26 1E 1E 01 04'</td><td>= Irix 15mm f/2.4 Firefly</td>
</tr><tr><td>'C1 48 24 37 24 24 4B 46'</td><td>= Sigma 14-24mm F2.8 DG HSM | A</td>
@@ -8927,7 +8949,7 @@ used to specify the lens for ExifTool to choose in these cases (see the
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Jan 12, 2022</i>
+<br><i>Last revised Feb 9, 2022</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 83211677..aef27070 100644
--- a/html/TagNames/Sony.html
+++ b/html/TagNames/Sony.html
@@ -4981,7 +4981,11 @@ multi-frame noise reduction)</span></span></td></tr>
</tr><tr><td>51510</td><td>= Samyang AF 18mm F2.8 or Samyang AF 35mm F1.8</td>
</tr><tr><td>51510.1</td><td>= Samyang AF 35mm F1.8</td>
</tr><tr><td>51512</td><td>= Samyang AF 75mm F1.8</td>
+</tr><tr><td>51513</td><td>= Samyang AF 35mm F1.8</td>
</tr><tr><td>51514</td><td>= Samyang AF 24mm F1.8</td>
+</tr><tr><td>51515</td><td>= Samyang AF 12mm F2.0</td>
+</tr><tr><td>51516</td><td>= Samyang AF 24-70mm F2.8</td>
+</tr><tr><td>51517</td><td>= Samyang AF 50mm F1.4 II</td>
</tr></table></td></tr></table></blockquote>
<h2><a name='CameraSettingsUnknown'>Sony CameraSettingsUnknown Tags</a></h2>
@@ -11817,7 +11821,7 @@ some models when the <a href="../ExifTool.html#ExtractEmbedded">ExtractEmbedded<
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Nov 11, 2021</i>
+<br><i>Last revised Feb 9, 2022</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 f6fe66ae..1bc9bb7c 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 25764 tags, with 16462 unique tag names.
+They contain a total of 25775 tags, with 16465 unique tag names.
</p>
<blockquote>
<table width='100%' class=frame><tr><td>
@@ -237,7 +237,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 Jan 12, 2022</i>
+<br><i>Last revised Feb 9, 2022</i>
<p class=lf><a href='../index.html'>&lt;-- Back to ExifTool home page</a></p>
</body>
</html>
diff --git a/html/exiftool_pod.html b/html/exiftool_pod.html
index 89112dc4..d0acbc2d 100644
--- a/html/exiftool_pod.html
+++ b/html/exiftool_pod.html
@@ -688,7 +688,7 @@
<p>produces output like this:</p>
-<pre><code> -- Generated by ExifTool 12.39 --
+<pre><code> -- Generated by ExifTool 12.40 --
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
diff --git a/html/exiftool_pod.pdf b/html/exiftool_pod.pdf
index c011866e..0bad5886 100644
--- a/html/exiftool_pod.pdf
+++ b/html/exiftool_pod.pdf
@@ -12,7 +12,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 1)Tj
+( -- ExifTool 12.40 -- 1)Tj
/TT4 1 Tf
0 -1.6333 TD
(EXIFTOOL\(1\) User Contributed Perl Documentation EXIFTOOL\(1\))Tj
@@ -637,7 +637,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 2)Tj
+( -- ExifTool 12.40 -- 2)Tj
/TT4 1 Tf
0 -1.6333 TD
( AVIF r/w | FLA r | MEF r/w | PDB r | TIFF r/w)Tj
@@ -834,7 +834,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 3)Tj
+( -- ExifTool 12.40 -- 3)Tj
/TT4 1 Tf
0 -1.6333 TD
( -c FMT \(-coordFormat\) Set format for GPS coordinates)Tj
@@ -991,7 +991,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 4)Tj
+( -- ExifTool 12.40 -- 4)Tj
/TT4 1 Tf
0 -1.6333 TD
( -geotag TRKFILE Geotag images from specified GPS log)Tj
@@ -1282,7 +1282,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 5)Tj
+( -- ExifTool 12.40 -- 5)Tj
/TT4 1 Tf
0 -1.6333 TD
( note 4 below\). Instead, individual tags may be recovered using)Tj
@@ -1617,7 +1617,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 6)Tj
+( -- ExifTool 12.40 -- 6)Tj
/TT4 1 Tf
0 -1.6333 TD
( information it expects to find in the maker notes.)Tj
@@ -1998,7 +1998,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 7)Tj
+( -- ExifTool 12.40 -- 7)Tj
/TT4 1 Tf
0 -1.6333 TD
( _)Tj
@@ -2543,7 +2543,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 8)Tj
+( -- ExifTool 12.40 -- 8)Tj
/TT4 1 Tf
0 -1.6333 TD
( order One, Two, Three then Four with this command:)Tj
@@ -3036,7 +3036,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 9)Tj
+( -- ExifTool 12.40 -- 9)Tj
/TT4 1 Tf
0 -1.6333 TD
( Output information in the form of exiftool arguments, suitable for)Tj
@@ -3449,7 +3449,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 10)Tj
+( -- ExifTool 12.40 -- 10)Tj
/TT4 1 Tf
0 -1.6333 TD
( Valid _)Tj
@@ -3730,7 +3730,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 11)Tj
+( -- ExifTool 12.40 -- 11)Tj
/TT4 1 Tf
0 -1.6333 TD
( exiftool -csv=a.csv dir)Tj
@@ -4089,7 +4089,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 12)Tj
+( -- ExifTool 12.40 -- 12)Tj
/TT4 1 Tf
0 -1.6333 TD
( Show tag ID number in decimal when extracting information.)Tj
@@ -4766,7 +4766,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 13)Tj
+( -- ExifTool 12.40 -- 13)Tj
/TT4 1 Tf
0 -1.6333 TD
( group, or -)Tj
@@ -5235,7 +5235,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 14)Tj
+( -- ExifTool 12.40 -- 14)Tj
/TT4 1 Tf
0 -1.6333 TD
( welcome to help improve this by submitting their own translations.)Tj
@@ -5440,7 +5440,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 15)Tj
+( -- ExifTool 12.40 -- 15)Tj
/TT4 1 Tf
0 -1.6333 TD
( -)Tj
@@ -5557,7 +5557,7 @@ T*
T*
( produces output like this:)Tj
T*
-( -- Generated by ExifTool 12.39 --)Tj
+( -- Generated by ExifTool 12.40 --)Tj
0 -1.1 TD
( File: a.jpg - 2003:10:31 15:44:19)Tj
T*
@@ -5787,7 +5787,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 16)Tj
+( -- ExifTool 12.40 -- 16)Tj
/TT4 1 Tf
0 -1.6333 TD
( eval\('$array=' . `exiftool -php -q image.jpg`\);)Tj
@@ -6280,7 +6280,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 17)Tj
+( -- ExifTool 12.40 -- 17)Tj
/TT4 1 Tf
0 -1.6333 TD
( -)Tj
@@ -6649,7 +6649,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 18)Tj
+( -- ExifTool 12.40 -- 18)Tj
/TT4 1 Tf
0 -1.6333 TD
( A substring of the original file name, directory or extension may)Tj
@@ -6798,7 +6798,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 19)Tj
+( -- ExifTool 12.40 -- 19)Tj
/TT4 1 Tf
0 -1.6333 TD
( alphabetical base \(see example H above\). Also, %c and %C may be)Tj
@@ -7287,7 +7287,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 20)Tj
+( -- ExifTool 12.40 -- 20)Tj
/TT4 1 Tf
0 -1.6333 TD
( By default, -)Tj
@@ -7812,7 +7812,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 21)Tj
+( -- ExifTool 12.40 -- 21)Tj
/TT4 1 Tf
0 -1.6333 TD
( exiftool -ext "*" --ext xml DIR # process all but XML files)Tj
@@ -8355,7 +8355,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 22)Tj
+( -- ExifTool 12.40 -- 22)Tj
/TT4 1 Tf
0 -2.7333 TD
( -)Tj
@@ -8704,7 +8704,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 23)Tj
+( -- ExifTool 12.40 -- 23)Tj
/TT4 1 Tf
0 -2.7333 TD
( 4\) The condition may only test tags from the file being processed.)Tj
@@ -9175,7 +9175,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 24)Tj
+( -- ExifTool 12.40 -- 24)Tj
/TT4 1 Tf
0 -1.6333 TD
( image. Caution: This option should only be used if you already)Tj
@@ -9770,7 +9770,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 25)Tj
+( -- ExifTool 12.40 -- 25)Tj
/TT4 1 Tf
0 -2.7333 TD
( -)Tj
@@ -10159,7 +10159,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 26)Tj
+( -- ExifTool 12.40 -- 26)Tj
/TT4 1 Tf
0 -1.6333 TD
( character. _)Tj
@@ -10802,7 +10802,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 27)Tj
+( -- ExifTool 12.40 -- 27)Tj
/TT4 1 Tf
0 -2.7333 TD
( _)Tj
@@ -11145,7 +11145,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 28)Tj
+( -- ExifTool 12.40 -- 28)Tj
/TT4 1 Tf
0 -1.6333 TD
( exiftool -globalTimeShift -1 -time:all a.jpg)Tj
@@ -11714,7 +11714,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 29)Tj
+( -- ExifTool 12.40 -- 29)Tj
/TT4 1 Tf
0 -1.6333 TD
( commands. The _)Tj
@@ -12417,7 +12417,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 30)Tj
+( -- ExifTool 12.40 -- 30)Tj
/TT4 1 Tf
0 -1.6333 TD
( A _)Tj
@@ -12986,7 +12986,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 31)Tj
+( -- ExifTool 12.40 -- 31)Tj
/TT4 1 Tf
0 -1.6333 TD
( to the -)Tj
@@ -13257,7 +13257,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 32)Tj
+( -- ExifTool 12.40 -- 32)Tj
/TT4 1 Tf
0 -1.6333 TD
( list items when writing to a list-type tag.)Tj
@@ -13672,7 +13672,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 33)Tj
+( -- ExifTool 12.40 -- 33)Tj
/TT4 1 Tf
0 -2.7333 TD
( 3\) On Windows if the file has Unicode characters in its name, and a\))Tj
@@ -13949,7 +13949,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 34)Tj
+( -- ExifTool 12.40 -- 34)Tj
/TT4 1 Tf
0 -1.6333 TD
( image IFD\).)Tj
@@ -14116,7 +14116,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 35)Tj
+( -- ExifTool 12.40 -- 35)Tj
/TT4 1 Tf
0 -1.6333 TD
( escaping to input special characters.)Tj
@@ -14253,7 +14253,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 36)Tj
+( -- ExifTool 12.40 -- 36)Tj
/TT4 1 Tf
0 -2.7333 TD
( exiftool '-ICC_Profile<=%d%f.icc' image.jpg)Tj
@@ -14448,7 +14448,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 37)Tj
+( -- ExifTool 12.40 -- 37)Tj
/TT4 1 Tf
0 -1.6333 TD
( Copy all possible information from "src.jpg" and write in XMP)Tj
@@ -14697,7 +14697,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 38)Tj
+( -- ExifTool 12.40 -- 38)Tj
/TT4 1 Tf
0 -1.6333 TD
( within a date format string, an extra '%' must be added to pass these)Tj
@@ -14876,7 +14876,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 39)Tj
+( -- ExifTool 12.40 -- 39)Tj
/TT4 1 Tf
0 -1.6333 TD
( which were 20 seconds ahead of GPS.)Tj
@@ -15135,7 +15135,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.39 -- 40)Tj
+( -- ExifTool 12.40 -- 40)Tj
/TT4 1 Tf
0 -2.7333 TD
(A)Tj
@@ -15310,7 +15310,7 @@ BT
0.6 0 TD
(s\(3pm\), Image::ExifTool::Shift.pl)Tj
-19.2 -4.4 TD
-(perl v5.18.4 2022-01-12 EXIFTOOL\(1\))Tj
+(perl v5.18.4 2022-02-09 EXIFTOOL\(1\))Tj
ET
endstream
endobj
@@ -15778,8 +15778,8 @@ endobj
endobj
133 0 obj
<<
-/CreationDate (D:20220113081143-05'00')
-/ModDate (D:20220113081143-05'00')
+/CreationDate (D:20220209071758-05'00')
+/ModDate (D:20220209071758-05'00')
/Producer (Apple pstopdf)
>>
endobj
@@ -15932,7 +15932,7 @@ trailer
/Size 135
/Root 134 0 R
/Info 133 0 R
-/ID [<dbd82061acaa9ab675f1c12a4e51f709><dbd82061acaa9ab675f1c12a4e51f709>]
+/ID [<54b87f65229364d114fade349ebf01be><54b87f65229364d114fade349ebf01be>]
>>
startxref
269537
diff --git a/html/history.html b/html/history.html
index 2f4e4dc7..af3aac46 100644
--- a/html/history.html
+++ b/html/history.html
@@ -17,6 +17,29 @@ considered development releases, and are not uploaded to <a href="https://metacp
<!-- Use line width of 80 -->
<!-- *********************************************************************** -->
+<a name='v12.40'><b>Feb. 9, 2022 - Version 12.40</b></a>
+<ul>
+<li>Added a new Nikon LensID (thanks Wolfgang Exler)
+<li>Added PageCount tag to return the number of pages in a multi-page TIFF
+<li>Added a few more Sony LensTypes (thanks Jos Roost)
+<li>Decode some new Canon tags (thanks Mark Reid)
+<li>Decode another Nikon Z9 tag (thanks Warren Hatch)
+<li>Decode Nikon NKSC GPSImgDirection (thanks Olaf)
+<li>Improved handling of empty XMP structures in lists
+<li>Tolerate leading UTF-8 BOM in -geotag log files
+<li>Updated photoshop_paths.config to include WorkingPath
+<li>Patched to allow writing of MP4 videos which have url tracks with a missing
+ sample description entry
+<li>Fixed typo in the name of a new Nikon tag (thanks Herb)
+<li>Fixed description of GPR (General Purpose RAW) file type
+<li>Fixed potential deep recursion runtime error when writing nested XMP
+ structures
+<li>Fixed warning which could be generated when writing new
+ Composite:GPSCoordinates tag
+<li>Fixed deep recursion error when reading multi-page TIFF images with more
+ than 100 pages
+</ul>
+
<a name='v12.39'><b>Jan. 13, 2022 - Version 12.39</b></a>
<ul>
<li>Added a new Pentax LensType (thanks Christian Shulz)
diff --git a/html/index.html b/html/index.html
index a9356174..3a8571eb 100644
--- a/html/index.html
+++ b/html/index.html
@@ -92,9 +92,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="http://sourceforge.net/projects/exiftool/files/Image-ExifTool-12.39.tar.gz/download">
-Download Version 12.39</a> (4.8 MB) -
-<a href="history.html">Jan. 13, 2022</a></b></td></tr></table></blockquote>
+<a href="http://sourceforge.net/projects/exiftool/files/Image-ExifTool-12.40.tar.gz/download">
+Download Version 12.40</a> (4.8 MB) -
+<a href="history.html">Feb. 9, 2022</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
@@ -147,8 +147,8 @@ distribution above.)</i></p>
<blockquote><table class='dl lg'><tr><td><b>
<a name="alone">Windows Executable:</a>
-<a href="http://sourceforge.net/projects/exiftool/files/exiftool-12.39.zip/download">
- exiftool-12.39.zip</a> (6.4 MB)</b></td></tr></table></blockquote>
+<a href="http://sourceforge.net/projects/exiftool/files/exiftool-12.40.zip/download">
+ exiftool-12.40.zip</a> (6.4 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
@@ -166,7 +166,7 @@ if you have any problems/comments with this version.)</i></p>
<blockquote><table class='dl lg'><tr><td><b>
MacOS Package:
<a href="http://sourceforge.net/projects/exiftool/files/ExifTool-9.70.dmg/download">
- ExifTool-12.39.dmg</a> (3.1 MB)</b></td></tr></table></blockquote>
+ ExifTool-12.40.dmg</a> (3.1 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
@@ -564,7 +564,8 @@ of meta information in JPEG images:</p>
<tr><td>NikonApp trailer</td><td>R</td><td>Nikon trailer added by NX Studio to NEF/NRW files</td></tr>
<tr><td>PreviewImage trailer</td><td>R/W/C</td><td>(preview image written after JPEG EOI)</td></tr>
<tr><td>EmbeddedVideo trailer</td><td>R</td><td>(extracted only with ExtractEmbedded option)</td></tr>
-</table><span class=sm><span class=sup>1</span> All trailers except Samsung, Insta360, PreviewImage and EmbeddedVideo also have R/W support in TIFF images.</span></blockquote>
+</table><span class=sm><span class=sup>1</span> All trailers except Samsung, Insta360, PreviewImage and EmbeddedVideo also have
+R/W support in TIFF images, and the NikonApp trailer is used in NEF/NRW files.</span></blockquote>
<h2><a name="system">System Requirements</a></h2>
@@ -1283,6 +1284,7 @@ binary data. The simple script above does not handle this case.</p>
<p><b><a name="related_win">Windows</a></b></p>
<ul>
<li><a href="https://oliverbetz.de/pages/Artikel/ExifTool-for-Windows">Alternate ExifTool Windows Installer and Portable Package</a> by Oliver Betz</li>
+<li><a href="http://wxutils.com/wxeti.php">wxETI</a>: A wxWidgets-based Windows interface for Exiftool</a></li>
<li><a href="https://exiftool.org/gui/">ExifTool GUI for Windows</a>: GUI for viewing meta information with some editing features</li>
<li><a href="https://www.logipole.com/metadata++-en.htm">Metadata++</a>: View, edit, extract, copy metadata metadata</li>
<!-- dead <li><a href="http://www.thezeal.com/software/?Exif_Stats_Utility">Exif Stats Utility</a>: Analyzes images to tabulate apertures, exposure times, etc</li> -->
diff --git a/html/install.html b/html/install.html
index a1fdba31..17bbdb5e 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.39.zip</code>".)</span></li>
+<br><span class=lt>(The file you download should be named "<code>exiftool-12.40.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.39.zip</code>" to open
+<br><span class=lt>(Double-click on "<code>exiftool-12.40.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.39.tar.gz</code>".)</span></li>
+<br><span class=lt>(The file you download should be named "<code>Image-ExifTool-12.40.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.39.dmg</code>".)</span></li>
+<br><span class=lt>(The file you download should be named "<code>ExifTool-12.40.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.39.tar.gz</code>".)</span></li>
+<br><span class=lt>(The file you download should be named "<code>Image-ExifTool-12.40.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.39.tar.gz
- cd Image-ExifTool-12.39
+ tar -xzf Image-ExifTool-12.40.tar.gz
+ cd Image-ExifTool-12.40
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.39.pkg" can't be opened because it is from an
+<blockquote class=red>"ExifTool-12.40.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.39.tar.gz</code>".)</span></li>
+<br><span class=lt>(The file you download should be named "<code>Image-ExifTool-12.40.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.39.tar.gz | tar -xf -
- cd Image-ExifTool-12.39
+ gzip -dc Image-ExifTool-12.40.tar.gz | tar -xf -
+ cd Image-ExifTool-12.40
</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 04839993..7789b125 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.39';
+$VERSION = '12.40';
$RELEASE = '';
@ISA = qw(Exporter);
%EXPORT_TAGS = (
@@ -320,7 +320,7 @@ my %createTypes = map { $_ => 1 } qw(XMP ICC MIE VRD DR4 EXIF EXV);
FPF => ['FPF', 'FLIR Public image Format'],
FPX => ['FPX', 'FlashPix'],
GIF => ['GIF', 'Compuserve Graphics Interchange Format'],
- GPR => ['TIFF', 'GoPro RAW'],
+ GPR => ['TIFF', 'General Purpose RAW'], # https://gopro.github.io/gpr/
GZ => 'GZIP',
GZIP => ['GZIP', 'GNU ZIP compressed archive'],
HDP => ['TIFF', 'Windows HD Photo'],
@@ -1799,6 +1799,7 @@ my %systemTagsNotes = (
Writable => 1,
Protected => 1,
},
+ PageCount => { Notes => 'the number of pages in a multi-page TIFF document' },
);
# tags defined by UserParam option (added at runtime)
@@ -7448,7 +7449,11 @@ sub DoProcessTIFF($$;$)
# this looks like a BigTIFF image
$raf->Seek(0);
require Image::ExifTool::BigTIFF;
- return 1 if Image::ExifTool::BigTIFF::ProcessBTF($self, $dirInfo);
+ my $result = Image::ExifTool::BigTIFF::ProcessBTF($self, $dirInfo);
+ if ($result) {
+ $self->FoundTag(PageCount => $$self{PageCount}) if $$self{MultiPage};
+ return 1;
+ }
} elsif ($identifier == 0x4f52 or $identifier == 0x5352) {
# Olympus ORF image (set FileType now because base type is 'ORF')
$self->SetFileType($fileType = 'ORF');
@@ -7541,6 +7546,9 @@ sub DoProcessTIFF($$;$)
# override whatever FileType we set since we now know it is DNG
$self->OverrideFileType($$self{TIFF_TYPE} = 'DNG');
}
+ if ($$self{TIFF_TYPE} eq 'TIFF') {
+ $self->FoundTag(PageCount => $$self{PageCount}) if $$self{MultiPage};
+ }
return 1;
}
#
diff --git a/lib/Image/ExifTool.pod b/lib/Image/ExifTool.pod
index 265bcc23..7c733b3f 100644
--- a/lib/Image/ExifTool.pod
+++ b/lib/Image/ExifTool.pod
@@ -593,12 +593,13 @@ different when copying tags with L</SetNewValuesFromFile>.
=item DateFormat
Format for printing date/time values. See C<strftime> in the L<POSIX>
-package for details about the format string. If date can not be converted,
-value is left unchanged unless the StrictDate option is set. Timezones are
-ignored. The inverse conversion (ie. when calling L</SetNewValue>) is
-performed only if POSIX::strptime or Time::Piece is installed. The default
-setting of undef causes date/time values to remain in standard EXIF format
-(similar to a DateFormat of "%Y:%m:%d %H:%M:%S").
+package and L<https://exiftool.org/filename.html#codes> for details about
+the format string. If the date can not be converted, the value is left
+unchanged unless the StrictDate option is set. Timezones are ignored. The
+inverse conversion (ie. when calling L</SetNewValue>) is performed only if
+POSIX::strptime or Time::Piece is installed. The default setting of undef
+causes date/time values to remain in standard EXIF format (similar to a
+DateFormat of "%Y:%m:%d %H:%M:%S").
=item Duplicates
diff --git a/lib/Image/ExifTool/Canon.pm b/lib/Image/ExifTool/Canon.pm
index 73834943..e66ed8c4 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.55';
+$VERSION = '4.56';
# Note: Removed 'USM' from 'L' lenses since it is redundant - PH
# (or is it? Ref 32 shows 5 non-USM L-type lenses)
@@ -970,8 +970,8 @@ my %canonQuality = (
4 => 'RAW',
5 => 'Superfine',
7 => 'CRAW', #42
- 130 => 'Normal Movie', #22
- 131 => 'Movie (2)', #PH (7DmkII 1920x1080)
+ 130 => 'Light (RAW)', #github#119
+ 131 => 'Standard (RAW)', #github#119
);
my %canonImageSize = (
-1 => 'n/a',
@@ -2053,6 +2053,13 @@ my %offOn = ( 0 => 'Off', 1 => 'On' );
TagTable => 'Image::ExifTool::Canon::HDRInfo',
}
},
+ 0x4026 => { #github#119
+ Name => 'LogInfo',
+ SubDirectory => {
+ Validate => 'Image::ExifTool::Canon::Validate($dirData,$subdirStart,$size)',
+ TagTable => 'Image::ExifTool::Canon::LogInfo',
+ }
+ },
0x4028 => { #PH
Name => 'AFConfig', # (AFTabInfo)
SubDirectory => {
@@ -8701,6 +8708,65 @@ my %filterConv = (
# 3 - maybe related to AutoImageAlign?
);
+# More color information (MakerNotes tag 0x4026) (ref github issue #119)
+%Image::ExifTool::Canon::LogInfo = (
+ %binaryDataAttrs,
+ FORMAT => 'int32s',
+ FIRST_ENTRY => 1,
+ PRIORITY => 0,
+ 4 => {
+ Name => 'CompressionFormat',
+ PrintConv => {
+ 0 => 'Editing (ALL-I)',
+ 1 => 'Standard (IPB)',
+ 2 => 'Light (IPB)',
+ 3 => 'Motion JPEG',
+ 4 => 'RAW', # either Standard or Light, depending on Quality
+ },
+ },
+ 6 => { # 0 to 7
+ Name => 'Sharpness',
+ RawConv => '$val == 0x7fffffff ? undef : $val',
+ },
+ 7 => { # -4 to 4
+ Name => 'Saturation',
+ RawConv => '$val == 0x7fffffff ? undef : $val',
+ %Image::ExifTool::Exif::printParameter,
+ },
+ 8 => { # -4 to 4
+ Name => 'ColorTone',
+ RawConv => '$val == 0x7fffffff ? undef : $val',
+ %Image::ExifTool::Exif::printParameter,
+ },
+ 9 => {
+ Name => 'ColorSpace2',
+ RawConv => '$val == 0x7fffffff ? undef : $val',
+ PrintConv => {
+ 0 => 'BT.709',
+ 1 => 'BT.2020',
+ 2 => 'CinemaGamut',
+ },
+ },
+ 10 => {
+ Name => 'ColorMatrix',
+ RawConv => '$val == 0x7fffffff ? undef : $val',
+ PrintConv => {
+ 0 => 'EOS Original',
+ 1 => 'Neutral',
+ },
+ },
+ 11 => {
+ Name => 'CanonLogVersion', # (increases dynamic range of sensor data)
+ RawConv => '$val == 0x7fffffff ? undef : $val',
+ PrintConv => {
+ 0 => 'OFF',
+ 1 => 'CLogV1',
+ 2 => 'CLogV2', # (NC)
+ 3 => 'CLogV3',
+ },
+ },
+);
+
# AF configuration info (MakerNotes tag 0x4028) (ref PH)
%Image::ExifTool::Canon::AFConfig = (
%binaryDataAttrs,
diff --git a/lib/Image/ExifTool/Exif.pm b/lib/Image/ExifTool/Exif.pm
index ba2ce7e1..b6dab1cd 100644
--- a/lib/Image/ExifTool/Exif.pm
+++ b/lib/Image/ExifTool/Exif.pm
@@ -56,7 +56,7 @@ use vars qw($VERSION $AUTOLOAD @formatSize @formatName %formatNumber %intFormat
use Image::ExifTool qw(:DataAccess :Utils);
use Image::ExifTool::MakerNotes;
-$VERSION = '4.38';
+$VERSION = '4.39';
sub ProcessExif($$$);
sub WriteExif($$$);
@@ -415,7 +415,14 @@ my %opcodeInfo = (
WriteGroup => 'IFD0',
# set priority directory if this is the full resolution image
DataMember => 'SubfileType',
- RawConv => '$self->SetPriorityDir() if $val eq "0"; $$self{SubfileType} = $val',
+ RawConv => q{
+ if ($val == ($val & 0x02)) {
+ $self->SetPriorityDir() if $val == 0;
+ $$self{PageCount} = ($$self{PageCount} || 0) + 1;
+ $$self{MultiPage} = 1 if $val == 2 or $$self{PageCount} > 1;
+ }
+ $$self{SubfileType} = $val;
+ },
PrintConv => \%subfileType,
},
0xff => {
@@ -425,7 +432,14 @@ my %opcodeInfo = (
Writable => 'int16u',
WriteGroup => 'IFD0',
# set priority directory if this is the full resolution image
- RawConv => '$self->SetPriorityDir() if $val eq "1"; $val',
+ RawConv => q{
+ if ($val == 1 or $val == 3) {
+ $self->SetPriorityDir() if $val == 1;
+ $$self{PageCount} = ($$self{PageCount} || 0) + 1;
+ $$self{MultiPage} = 1 if $val == 3 or $$self{PageCount} > 1;
+ }
+ $val;
+ },
PrintConv => {
1 => 'Full-resolution image',
2 => 'Reduced-resolution image',
@@ -2144,7 +2158,7 @@ my %opcodeInfo = (
Notes => 'displayed in seconds, but stored as an APEX value',
Format => 'rational64s', # Leica M8 patch (incorrectly written as rational64u)
Writable => 'rational64s',
- ValueConv => 'abs($val)<100 ? 2**(-$val) : 0',
+ ValueConv => 'IsFloat($val) && abs($val)<100 ? 2**(-$val) : 0',
ValueConvInv => '$val>0 ? -log($val)/log(2) : -100',
PrintConv => 'Image::ExifTool::Exif::PrintExposureTime($val)',
PrintConvInv => 'Image::ExifTool::Exif::ConvertFraction($val)',
@@ -4827,6 +4841,7 @@ my %subSecConv = (
PrintConvInv => q{
return undef unless $val =~ /(.*? ?[NS]?), ?(.*? ?[EW]?)$/;
my ($lat, $lon) = ($1, $2);
+ require Image::ExifTool::GPS;
$lat = Image::ExifTool::GPS::ToDegrees($lat, 1, "lat");
$lon = Image::ExifTool::GPS::ToDegrees($lon, 1, "lon");
return "$lat, $lon";
@@ -5248,6 +5263,7 @@ sub RedBlueBalance($@)
sub PrintExposureTime($)
{
my $secs = shift;
+ return $secs unless Image::ExifTool::IsFloat($secs);
if ($secs < 0.25001 and $secs > 0) {
return sprintf("1/%d",int(0.5 + 1/$secs));
}
@@ -5853,7 +5869,7 @@ sub ProcessExif($$$)
unless ($path =~ /^(JPEG-APP1-IFD0|TIFF-IFD0|PSD-EXIFInfo-IFD0)$/) {
if ($Image::ExifTool::MWG::strict) {
$et->Warn("Ignored non-standard EXIF at $path");
- return 1;
+ return 0;
} else {
$et->Warn("Non-standard EXIF at $path", 1);
}
@@ -5896,10 +5912,6 @@ sub ProcessExif($$$)
# also read next IFD pointer if available
if ($raf->Read($buf2, $len+4) >= $len) {
$buff .= $buf2;
- # make copy of dirInfo since we're going to modify it
- my %newDirInfo = %$dirInfo;
- $dirInfo = \%newDirInfo;
- # update directory parameters for the newly loaded IFD
$dataPt = $$dirInfo{DataPt} = \$buff;
$dataPos = $$dirInfo{DataPos} = $offset;
$dataLen = $$dirInfo{DataLen} = length $buff;
@@ -6706,28 +6718,40 @@ sub ProcessExif($$$)
# scan for subsequent IFD's if specified
if ($$dirInfo{Multi} and $bytesFromEnd >= 4) {
- my $offset = Get32u($dataPt, $dirEnd);
- if ($offset) {
- my $subdirStart = $offset - $dataPos;
- # use same directory information for trailing directory,
- # but change the start location (ProcessDirectory will
- # test to make sure we don't reprocess the same dir twice)
- my %newDirInfo = %$dirInfo;
- $newDirInfo{DirStart} = $subdirStart;
+ # use same directory information for trailing directory,
+ # but change the start location (ProcessDirectory will
+ # test to make sure we don't reprocess the same dir twice)
+ my %newDirInfo = %$dirInfo;
+ $newDirInfo{Multi} = 0; # prevent recursion
+ $newDirInfo{OffsetName} = $nextOffName;
+ $$et{INDENT} =~ s/..$//; # keep indent the same
+ for (;;) {
+ my $offset = Get32u($dataPt, $dirEnd) or last;
+ $newDirInfo{DirStart} = $offset - $dataPos;
# increment IFD number
my $ifdNum = $newDirInfo{DirName} =~ s/(\d+)$// ? $1 : 0;
$newDirInfo{DirName} .= $ifdNum + 1;
- $newDirInfo{OffsetName} = $nextOffName;
# must validate SubIFD1 because the nextIFD pointer is invalid for some RAW formats
if ($newDirInfo{DirName} ne 'SubIFD1' or ValidateIFD(\%newDirInfo)) {
- $$et{INDENT} =~ s/..$//; # keep indent the same
my $cur = pop @{$$et{PATH}};
$et->ProcessDirectory(\%newDirInfo, $tagTablePtr) or $success = 0;
push @{$$et{PATH}}, $cur;
+ if ($success and $newDirInfo{BytesFromEnd} >= 4) {
+ $dataPt = $newDirInfo{DataPt};
+ $dataPos = $newDirInfo{DataPos};
+ $dirEnd = $newDirInfo{DirEnd};
+ next;
+ }
} elsif ($verbose or $$et{TIFF_TYPE} eq 'TIFF') {
$et->Warn('Ignored bad IFD linked from SubIFD');
}
+ last;
}
+ } elsif (defined $$dirInfo{Multi}) {
+ # return necessary parameters for parsing next IFD
+ $$dirInfo{DirEnd} = $dirEnd;
+ $$dirInfo{OffsetName} = $nextOffName;
+ $$dirInfo{BytesFromEnd} = $bytesFromEnd;
}
return $success;
}
diff --git a/lib/Image/ExifTool/Geotag.pm b/lib/Image/ExifTool/Geotag.pm
index 23d2a03b..6f457980 100644
--- a/lib/Image/ExifTool/Geotag.pm
+++ b/lib/Image/ExifTool/Geotag.pm
@@ -28,7 +28,7 @@ use vars qw($VERSION);
use Image::ExifTool qw(:Public);
use Image::ExifTool::GPS;
-$VERSION = '1.65';
+$VERSION = '1.66';
sub JITTER() { return 2 } # maximum time jitter
@@ -210,13 +210,14 @@ sub LoadTrackLog($$;$)
$raf->ReadLine($_) or last;
# determine file format
if (not $format) {
+ s/^\xef\xbb\xbf//; # remove leading BOM if it exists
if (/^<(\?xml|gpx)[\s>]/) { # look for XML or GPX header
$format = 'XML';
# check for NMEA sentence
# (must ONLY start with ones that have timestamps! eg. not GSA or PTNTHPR!)
} elsif (/^.*\$([A-Z]{2}(RMC|GGA|GLL|ZDA)|PMGNTRK),/) {
$format = 'NMEA';
- $nmeaStart = $2 || $1; # save type of first sentence
+ $nmeaStart = $2 || $1; # save type of first sentence
} elsif (/^A(FLA|XSY|FIL)/) {
# (don't set format yet because we want to read HFDTE first)
$nmeaStart = 'B' ;
diff --git a/lib/Image/ExifTool/Nikon.pm b/lib/Image/ExifTool/Nikon.pm
index 7aabe3b6..fd9d7d2f 100644
--- a/lib/Image/ExifTool/Nikon.pm
+++ b/lib/Image/ExifTool/Nikon.pm
@@ -63,7 +63,7 @@ use Image::ExifTool::Exif;
use Image::ExifTool::GPS;
use Image::ExifTool::XMP;
-$VERSION = '4.04';
+$VERSION = '4.05';
sub LensIDConv($$$);
sub ProcessNikonAVI($$$);
@@ -495,6 +495,7 @@ sub GetAFPointGrid($$;$);
'7A 48 5C 80 24 24 4B 06' => 'Sigma 70-200mm F2.8 EX APO DG Macro HSM II',
'EE 48 5C 80 24 24 4B 06' => 'Sigma 70-200mm F2.8 EX APO DG Macro HSM II', #JD
'9C 48 5C 80 24 24 4B 0E' => 'Sigma 70-200mm F2.8 EX DG OS HSM', #Rolando Ruzic
+ 'BB 48 5C 80 24 24 4B 4E' => 'Sigma 70-200mm F2.8 DG OS HSM | S', #forum13207
'02 46 5C 82 25 25 02 00' => 'Sigma 70-210mm F2.8 APO', #JD
'02 40 5C 82 2C 35 02 00' => 'Sigma APO 70-210mm F3.5-4.5',
'26 3C 5C 82 30 3C 1C 02' => 'Sigma 70-210mm F4-5.6 UC-II',
@@ -1220,6 +1221,16 @@ my %binaryDataAttrs = (
my %base64bin = ( ValueConv => 'Image::ExifTool::XMP::DecodeBase64($val)' );
my %base64int32u = ( ValueConv => 'my $val=Image::ExifTool::XMP::DecodeBase64($val); unpack("V",$$val)' );
my %base64bytes = ( ValueConv => 'my $val=Image::ExifTool::XMP::DecodeBase64($val); join(".",unpack("C*",$$val))' );
+my %base64double = (
+ ValueConv => q{
+ my $val=Image::ExifTool::XMP::DecodeBase64($val);
+ my $saveOrder = GetByteOrder();
+ SetByteOrder('II');
+ $val = GetDouble($val,0);
+ SetByteOrder($saveOrder);
+ return $val;
+ },
+);
my %base64coord = (
ValueConv => q{
my $val=Image::ExifTool::XMP::DecodeBase64($val);
@@ -4180,7 +4191,7 @@ my %base64coord = (
Format => 'int16u',
},
0x43 => {
- Name => 'FocusPositionHoriontal',
+ Name => 'FocusPositionHorizontal',
PrintConv => sub { my ($val) = @_; PrintAFPointsLeftRight($val, 29 ); }, #493 focus points for Z9 fall in a 30x18 grid (some coordinates are not accessible)
},
0x45 => {
@@ -8565,7 +8576,17 @@ my %nikonFocalConversions = (
444 => { Name => 'FlashRemoteControl', PrintConv => \%flashRemoteControlZ7, Unknown => 1},
456 => { Name => 'FlashWirelessOption', PrintConv => \%flashWirelessOptionZ7, Unknown => 1},
#526 FocusMode
- #528 AFAreaMode
+ 528 => {
+ Name => 'AFAreaMode',
+ PrintConv => {
+ 1 => 'Single',
+ 2 => 'Dynamic',
+ 3 => 'Wide (S)',
+ 4 => 'Wide (L)',
+ 5 => '3D',
+ 6 => 'Auto',
+ },
+ },
530 => { Name => 'VRMode', PrintConv => \%vRModeZ9},
534 => {
Name => 'BracketSet',
@@ -11055,17 +11076,22 @@ my %nikonFocalConversions = (
},
GPSAltitude => {
Groups => { 2 => 'Location' },
- ValueConv => q{
- my $val=Image::ExifTool::XMP::DecodeBase64($val);
- my $saveOrder = GetByteOrder();
- SetByteOrder('II');
- $val = GetDouble($val,0);
- SetByteOrder($saveOrder);
- return $val;
- },
+ %base64double,
PrintConv => '"$val m"',
},
- GPSMapDatum => { },
+ GPSMapDatum => { Groups => { 2 => 'Location' } },
+ GPSImgDirection => {
+ Groups => { 2 => 'Location' },
+ %base64double,
+ PrintConv => 'sprintf("%.2f", $val)',
+ },
+ GPSImgDirectionRef => {
+ Groups => { 2 => 'Location' },
+ PrintConv => {
+ M => 'Magnetic North',
+ T => 'True North',
+ },
+ },
);
%Image::ExifTool::Nikon::sdc = (
GROUPS => { 0 => 'XMP', 1 => 'XMP-sdc', 2 => 'Image' },
diff --git a/lib/Image/ExifTool/Olympus.pm b/lib/Image/ExifTool/Olympus.pm
index d51b3caf..9ebed706 100644
--- a/lib/Image/ExifTool/Olympus.pm
+++ b/lib/Image/ExifTool/Olympus.pm
@@ -40,7 +40,7 @@ use Image::ExifTool qw(:DataAccess :Utils);
use Image::ExifTool::Exif;
use Image::ExifTool::APP12;
-$VERSION = '2.75';
+$VERSION = '2.76';
sub PrintLensInfo($$$);
@@ -3430,7 +3430,7 @@ my %indexInfo = (
0x2a => {
Name => 'FNumber',
Format => 'rational64u',
- PrintConv => 'sprintf("%.1f",$val)',
+ PrintConv => 'Image::ExifTool::Exif::PrintFNumber($val)',
},
0x32 => { #(NC)
Name => 'ExposureCompensation',
@@ -3476,7 +3476,7 @@ my %indexInfo = (
0x3a => {
Name => 'FNumber',
Format => 'rational64u',
- PrintConv => 'sprintf("%.1f",$val)',
+ PrintConv => 'Image::ExifTool::Exif::PrintFNumber($val)',
},
0x42 => { #(NC)
Name => 'ExposureCompensation',
@@ -3527,7 +3527,7 @@ my %indexInfo = (
0x28 => {
Name => 'FNumber',
Format => 'rational64u',
- PrintConv => 'sprintf("%.1f",$val)',
+ PrintConv => 'Image::ExifTool::Exif::PrintFNumber($val)',
},
0x30 => { #(NC)
Name => 'ExposureCompensation',
@@ -3744,7 +3744,7 @@ my %indexInfo = (
0x5a => {
Name => 'FNumber',
Format => 'rational64u',
- PrintConv => 'sprintf("%.1f",$val)',
+ PrintConv => 'Image::ExifTool::Exif::PrintFNumber($val)',
},
0x7f => {
Name => 'DateTimeOriginal', #(NC)
@@ -3789,7 +3789,7 @@ my %indexInfo = (
0x5e => {
Name => 'FNumber',
Format => 'rational64u',
- PrintConv => 'sprintf("%.1f",$val)',
+ PrintConv => 'Image::ExifTool::Exif::PrintFNumber($val)',
},
0x83 => {
Name => 'DateTime1',
diff --git a/lib/Image/ExifTool/QuickTime.pm b/lib/Image/ExifTool/QuickTime.pm
index e378d094..85b8718d 100644
--- a/lib/Image/ExifTool/QuickTime.pm
+++ b/lib/Image/ExifTool/QuickTime.pm
@@ -47,7 +47,7 @@ use Image::ExifTool qw(:DataAccess :Utils);
use Image::ExifTool::Exif;
use Image::ExifTool::GPS;
-$VERSION = '2.73';
+$VERSION = '2.74';
sub ProcessMOV($$;$);
sub ProcessKeys($$$);
@@ -8795,16 +8795,20 @@ sub ProcessSampleDesc($$$)
my $num = Get32u($dataPt, 4); # get number of sample entries in table
$pos += 8;
- my $i;
+ my ($i, $err);
for ($i=0; $i<$num; ++$i) { # loop through sample entries
- last if $pos + 8 > $dirLen;
+ $pos + 8 > $dirLen and $err = 1, last;
my $size = Get32u($dataPt, $pos);
- last if $pos + $size > $dirLen;
+ $pos + $size > $dirLen and $err = 1, last;
$$dirInfo{DirStart} = $pos;
$$dirInfo{DirLen} = $size;
ProcessHybrid($et, $dirInfo, $tagTablePtr);
$pos += $size;
}
+ if ($err and $$et{HandlerType}) {
+ my $grp = $$et{SET_GROUP1} || $$dirInfo{Parent} || 'unknown';
+ $et->Warn("Truncated $$et{HandlerType} sample table for $grp");
+ }
return 1;
}
diff --git a/lib/Image/ExifTool/Samsung.pm b/lib/Image/ExifTool/Samsung.pm
index 4fe7aab9..ea87bf6c 100644
--- a/lib/Image/ExifTool/Samsung.pm
+++ b/lib/Image/ExifTool/Samsung.pm
@@ -22,7 +22,7 @@ use vars qw($VERSION %samsungLensTypes);
use Image::ExifTool qw(:DataAccess :Utils);
use Image::ExifTool::Exif;
-$VERSION = '1.50';
+$VERSION = '1.51';
sub WriteSTMN($$$);
sub ProcessINFO($$$);
@@ -454,6 +454,8 @@ my %formatMinMax = (
0xa018 => { #1
Name => 'ExposureTime',
Writable => 'rational64u',
+ ValueConv => '$val=~s/ .*//; $val', # some models write 2 values here
+ ValueConvInv => '$val',
PrintConv => 'Image::ExifTool::Exif::PrintExposureTime($val)',
PrintConvInv => '$val',
},
@@ -461,6 +463,8 @@ my %formatMinMax = (
Name => 'FNumber',
Priority => 0,
Writable => 'rational64u',
+ ValueConv => '$val=~s/ .*//; $val', # some models write 2 values here
+ ValueConvInv => '$val',
PrintConv => 'sprintf("%.1f",$val)',
PrintConvInv => '$val',
},
diff --git a/lib/Image/ExifTool/Sony.pm b/lib/Image/ExifTool/Sony.pm
index 0cd96d81..424a7a19 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.48';
+$VERSION = '3.49';
sub ProcessSRF($$$);
sub ProcessSR2($$$);
@@ -273,7 +273,11 @@ sub PrintInvLensSpec($;$$);
51510 => 'Samyang AF 18mm F2.8 or Samyang AF 35mm F1.8', #JR
51510.1 => 'Samyang AF 35mm F1.8', #JR
51512 => 'Samyang AF 75mm F1.8', #IB/JR
+ 51513 => 'Samyang AF 35mm F1.8', #JR
51514 => 'Samyang AF 24mm F1.8', #IB
+ 51515 => 'Samyang AF 12mm F2.0', #JR
+ 51516 => 'Samyang AF 24-70mm F2.8', #JR
+ 51517 => 'Samyang AF 50mm F1.4 II', #JR
);
# ExposureProgram values (ref PH, mainly decoded from A200)
diff --git a/lib/Image/ExifTool/TagLookup.pm b/lib/Image/ExifTool/TagLookup.pm
index e43dba9e..2a2f2f60 100644
--- a/lib/Image/ExifTool/TagLookup.pm
+++ b/lib/Image/ExifTool/TagLookup.pm
@@ -95,6 +95,7 @@ my @tableList = (
'Image::ExifTool::Canon::HDRInfo',
'Image::ExifTool::Canon::LensInfo',
'Image::ExifTool::Canon::LightingOpt',
+ 'Image::ExifTool::Canon::LogInfo',
'Image::ExifTool::Canon::Main',
'Image::ExifTool::Canon::MeasuredColor',
'Image::ExifTool::Canon::ModifiedInfo',
@@ -544,677 +545,677 @@ my @tableList = (
# lookup for all writable tags
my %tagLookup = (
- 'aberrationcorrectiondistance' => { 108 => 0x69 },
- 'about' => { 496 => 'about' },
- 'aboutcvterm' => { 488 => 'AboutCvTerm' },
- 'aboutcvtermcvid' => { 488 => [\'AboutCvTerm','AboutCvTermCvId'] },
- 'aboutcvtermid' => { 488 => [\'AboutCvTerm','AboutCvTermCvTermId'] },
- 'aboutcvtermname' => { 488 => [\'AboutCvTerm','AboutCvTermCvTermName'] },
- 'aboutcvtermrefinedabout' => { 488 => [\'AboutCvTerm','AboutCvTermCvTermRefinedAbout'] },
- 'absolutealtitude' => { 115 => 'AbsoluteAltitude' },
- 'abspeakaudiofilepath' => { 502 => 'absPeakAudioFilePath' },
- 'academicfield' => { 492 => 'academicField' },
- 'acceleration' => { 118 => 0x9404, 483 => 'Acceleration' },
- 'accelerationtracking' => { 83 => 0x518 },
+ 'aberrationcorrectiondistance' => { 109 => 0x69 },
+ 'about' => { 497 => 'about' },
+ 'aboutcvterm' => { 489 => 'AboutCvTerm' },
+ 'aboutcvtermcvid' => { 489 => [\'AboutCvTerm','AboutCvTermCvId'] },
+ 'aboutcvtermid' => { 489 => [\'AboutCvTerm','AboutCvTermCvTermId'] },
+ 'aboutcvtermname' => { 489 => [\'AboutCvTerm','AboutCvTermCvTermName'] },
+ 'aboutcvtermrefinedabout' => { 489 => [\'AboutCvTerm','AboutCvTermCvTermRefinedAbout'] },
+ 'absolutealtitude' => { 116 => 'AbsoluteAltitude' },
+ 'abspeakaudiofilepath' => { 503 => 'absPeakAudioFilePath' },
+ 'academicfield' => { 493 => 'academicField' },
+ 'acceleration' => { 119 => 0x9404, 484 => 'Acceleration' },
+ 'accelerationtracking' => { 84 => 0x518 },
'accelerationvector' => { 1 => 0x8 },
- 'accelerometer' => { 389 => 0x3 },
- 'accelerometerdata' => { 379 => 'vrot' },
- 'accelerometerx' => { 319 => 0x8d },
- 'accelerometery' => { 319 => 0x8e },
- 'accelerometerz' => { 319 => 0x8c },
- 'accessoryserialnumber' => { 319 => 0x54 },
- 'accessorytype' => { 319 => 0x53 },
- 'actionadvised' => { 130 => 0x2a },
- 'activearea' => { 118 => 0xc68d },
- 'actived-lighting' => { 225 => 0x22, 269 => 0x24 },
- 'actived-lightingmode' => { 269 => 0x25 },
- 'adaptervoltage' => { 137 => 0x407 },
- 'addaspectratioinfo' => { 83 => 0x80e },
- 'addiptcinformation' => { 83 => 0x815 },
- 'additionalmodelinformation' => { 488 => 'AddlModelInfo' },
- 'addoriginaldecisiondata' => { 83 => 0x80f, 84 => 0x11, 85 => 0x13, 88 => 0x14 },
- 'address' => { 160 => 'Address' },
- 'adjustmentmode' => { 396 => 0x15 },
- 'adlbracketingstep' => { 247 => 0x883 },
- 'adlbracketingtype' => { 247 => 0x884 },
- 'adobe' => { 119 => 'Adobe' },
- 'adultcontentwarning' => { 306 => 'AdultContentWarning', 495 => 'adultContentWarning' },
- 'advancedfilter' => { 126 => 0x1201 },
- 'advancedraw' => { 271 => 0x76a43203 },
- 'advancedscenetype' => { 319 => 0x3d },
- 'advisory' => { 500 => 'Advisory' },
- 'ae_iso' => { 327 => 0x2, 328 => 0x4, 329 => 0x12 },
- 'aeaperture' => { 327 => 0x1, 328 => 0x3, 329 => 0x11 },
- 'aeaperturesteps' => { 327 => 0x8, 328 => 0xb },
- 'aebautocancel' => { 83 => 0x104 },
- 'aebbracketvalue' => { 76 => 0x11 },
- 'aebracketingsteps' => { 246 => 0x174c, 247 => 0x87b, 256 => 0x1756 },
- 'aebsequence' => { 83 => 0x105 },
- 'aebsequenceautocancel' => { 81 => 0x9, 82 => 0x9, 84 => 0x8, 85 => 0x9, 88 => 0x9, 89 => 0x7 },
- 'aebshotcount' => { 83 => 0x106 },
- 'aebxv' => { 327 => 0x4, 328 => 0x6 },
- 'aeerror' => { 328 => 0x8 },
- 'aeexposuretime' => { 327 => 0x0, 328 => 0x2, 329 => 0x10 },
- 'aelbutton' => { 183 => 0x45 },
- 'aelexposureindicator' => { 183 => 0x51 },
- 'aelock' => { 183 => 0x5b, 280 => '4.2', 289 => '4.2', 296 => 0x201, 354 => 0x48, 406 => 0x40, 407 => 0x40, 408 => [0x86,0x286] },
- 'aelockbutton' => { 278 => '16.1', 280 => '4.1', 283 => '15.1', 284 => '16.1', 285 => '16.1', 287 => '30.1', 288 => '16.1', 289 => '4.1', 291 => '17.1', 293 => '17.1' },
- 'aelockbuttonplusdials' => { 278 => '16.2', 287 => '32.1', 291 => '44.1' },
- 'aelockformb-d80' => { 293 => '3.1' },
- 'aelockmetermodeafterfocus' => { 83 => 0x114 },
- 'aemaxaperture' => { 327 => 0x9, 328 => 0x10, 329 => 0x1c },
- 'aemaxaperture2' => { 327 => 0xa, 328 => 0x11, 329 => 0x1d },
- 'aemeteringmode' => { 327 => 0xc },
- 'aemeteringmode2' => { 327 => '13.1' },
- 'aemeteringsegments' => { 186 => 0x628, 354 => 0x209 },
- 'aemicroadjustment' => { 83 => 0x110 },
- 'aeminaperture' => { 327 => 0xb, 328 => 0x12, 329 => 0x1e },
- 'aeminexposuretime' => { 327 => 0x5, 328 => 0x13, 329 => 0x1f },
- 'aeprogrammode' => { 327 => 0x6 },
- 'aeprojectlink' => { 477 => 'aeProjectLink' },
- 'aeprojectlinkcompositionid' => { 477 => [\'aeProjectLink','aeProjectLinkCompositionID'] },
- 'aeprojectlinkfullpath' => { 477 => [\'aeProjectLink','aeProjectLinkFullPath'] },
- 'aeprojectlinkrenderoutputmoduleindex' => { 477 => [\'aeProjectLink','aeProjectLinkRenderOutputModuleIndex'] },
- 'aeprojectlinkrenderqueueitemid' => { 477 => [\'aeProjectLink','aeProjectLinkRenderQueueItemID'] },
- 'aeprojectlinkrendertimestamp' => { 477 => [\'aeProjectLink','aeProjectLinkRenderTimeStamp'] },
+ 'accelerometer' => { 390 => 0x3 },
+ 'accelerometerdata' => { 380 => 'vrot' },
+ 'accelerometerx' => { 320 => 0x8d },
+ 'accelerometery' => { 320 => 0x8e },
+ 'accelerometerz' => { 320 => 0x8c },
+ 'accessoryserialnumber' => { 320 => 0x54 },
+ 'accessorytype' => { 320 => 0x53 },
+ 'actionadvised' => { 131 => 0x2a },
+ 'activearea' => { 119 => 0xc68d },
+ 'actived-lighting' => { 226 => 0x22, 270 => 0x24 },
+ 'actived-lightingmode' => { 270 => 0x25 },
+ 'adaptervoltage' => { 138 => 0x407 },
+ 'addaspectratioinfo' => { 84 => 0x80e },
+ 'addiptcinformation' => { 84 => 0x815 },
+ 'additionalmodelinformation' => { 489 => 'AddlModelInfo' },
+ 'addoriginaldecisiondata' => { 84 => 0x80f, 85 => 0x11, 86 => 0x13, 89 => 0x14 },
+ 'address' => { 161 => 'Address' },
+ 'adjustmentmode' => { 397 => 0x15 },
+ 'adlbracketingstep' => { 248 => 0x883 },
+ 'adlbracketingtype' => { 248 => 0x884 },
+ 'adobe' => { 120 => 'Adobe' },
+ 'adultcontentwarning' => { 307 => 'AdultContentWarning', 496 => 'adultContentWarning' },
+ 'advancedfilter' => { 127 => 0x1201 },
+ 'advancedraw' => { 272 => 0x76a43203 },
+ 'advancedscenetype' => { 320 => 0x3d },
+ 'advisory' => { 501 => 'Advisory' },
+ 'ae_iso' => { 328 => 0x2, 329 => 0x4, 330 => 0x12 },
+ 'aeaperture' => { 328 => 0x1, 329 => 0x3, 330 => 0x11 },
+ 'aeaperturesteps' => { 328 => 0x8, 329 => 0xb },
+ 'aebautocancel' => { 84 => 0x104 },
+ 'aebbracketvalue' => { 77 => 0x11 },
+ 'aebracketingsteps' => { 247 => 0x174c, 248 => 0x87b, 257 => 0x1756 },
+ 'aebsequence' => { 84 => 0x105 },
+ 'aebsequenceautocancel' => { 82 => 0x9, 83 => 0x9, 85 => 0x8, 86 => 0x9, 89 => 0x9, 90 => 0x7 },
+ 'aebshotcount' => { 84 => 0x106 },
+ 'aebxv' => { 328 => 0x4, 329 => 0x6 },
+ 'aeerror' => { 329 => 0x8 },
+ 'aeexposuretime' => { 328 => 0x0, 329 => 0x2, 330 => 0x10 },
+ 'aelbutton' => { 184 => 0x45 },
+ 'aelexposureindicator' => { 184 => 0x51 },
+ 'aelock' => { 184 => 0x5b, 281 => '4.2', 290 => '4.2', 297 => 0x201, 355 => 0x48, 407 => 0x40, 408 => 0x40, 409 => [0x86,0x286] },
+ 'aelockbutton' => { 279 => '16.1', 281 => '4.1', 284 => '15.1', 285 => '16.1', 286 => '16.1', 288 => '30.1', 289 => '16.1', 290 => '4.1', 292 => '17.1', 294 => '17.1' },
+ 'aelockbuttonplusdials' => { 279 => '16.2', 288 => '32.1', 292 => '44.1' },
+ 'aelockformb-d80' => { 294 => '3.1' },
+ 'aelockmetermodeafterfocus' => { 84 => 0x114 },
+ 'aemaxaperture' => { 328 => 0x9, 329 => 0x10, 330 => 0x1c },
+ 'aemaxaperture2' => { 328 => 0xa, 329 => 0x11, 330 => 0x1d },
+ 'aemeteringmode' => { 328 => 0xc },
+ 'aemeteringmode2' => { 328 => '13.1' },
+ 'aemeteringsegments' => { 187 => 0x628, 355 => 0x209 },
+ 'aemicroadjustment' => { 84 => 0x110 },
+ 'aeminaperture' => { 328 => 0xb, 329 => 0x12, 330 => 0x1e },
+ 'aeminexposuretime' => { 328 => 0x5, 329 => 0x13, 330 => 0x1f },
+ 'aeprogrammode' => { 328 => 0x6 },
+ 'aeprojectlink' => { 478 => 'aeProjectLink' },
+ 'aeprojectlinkcompositionid' => { 478 => [\'aeProjectLink','aeProjectLinkCompositionID'] },
+ 'aeprojectlinkfullpath' => { 478 => [\'aeProjectLink','aeProjectLinkFullPath'] },
+ 'aeprojectlinkrenderoutputmoduleindex' => { 478 => [\'aeProjectLink','aeProjectLinkRenderOutputModuleIndex'] },
+ 'aeprojectlinkrenderqueueitemid' => { 478 => [\'aeProjectLink','aeProjectLinkRenderQueueItemID'] },
+ 'aeprojectlinkrendertimestamp' => { 478 => [\'aeProjectLink','aeProjectLinkRenderTimeStamp'] },
'aesetting' => { 34 => 0x21 },
- 'aewhitebalance' => { 327 => 0xd },
- 'aexv' => { 327 => 0x3, 328 => 0x5 },
- 'af-assistilluminator' => { 294 => 0x19 },
- 'af-cfocusdisplay' => { 294 => 0x234 },
- 'af-cpriority' => { 127 => '0.2' },
- 'af-cpriorityselection' => { 278 => '1.1', 279 => '1.1', 281 => '1.1', 282 => '1.1', 284 => '0.1', 285 => '0.1', 286 => '0.1', 287 => '1.1', 288 => '0.1', 291 => '1.1', 292 => '1.1', 294 => 0x3 },
- 'af-csetting' => { 123 => 0x0 },
- 'af-cspeedtrackingsensitivity' => { 123 => '0.2' },
- 'af-ctrackingsensitivity' => { 123 => '0.1' },
- 'af-czoneareaswitching' => { 123 => '0.3' },
- 'af-onbutton' => { 281 => '70.1', 282 => '70.1', 292 => '70.1' },
- 'af-onformb-d10' => { 278 => '3.3', 287 => '3.2' },
- 'af-onformb-d11' => { 288 => '2.2' },
- 'af-onformb-d12' => { 291 => '50.1' },
- 'af-onoutoffocusrelease' => { 294 => 0x10 },
- 'af-spriority' => { 127 => '0.1' },
- 'af-spriorityselection' => { 278 => '1.2', 279 => '1.2', 281 => '1.2', 282 => '1.2', 286 => '0.2', 287 => '1.2', 288 => '0.2', 291 => '1.2', 292 => '1.2', 294 => 0x5 },
+ 'aewhitebalance' => { 328 => 0xd },
+ 'aexv' => { 328 => 0x3, 329 => 0x5 },
+ 'af-assistilluminator' => { 295 => 0x19 },
+ 'af-cfocusdisplay' => { 295 => 0x234 },
+ 'af-cpriority' => { 128 => '0.2' },
+ 'af-cpriorityselection' => { 279 => '1.1', 280 => '1.1', 282 => '1.1', 283 => '1.1', 285 => '0.1', 286 => '0.1', 287 => '0.1', 288 => '1.1', 289 => '0.1', 292 => '1.1', 293 => '1.1', 295 => 0x3 },
+ 'af-csetting' => { 124 => 0x0 },
+ 'af-cspeedtrackingsensitivity' => { 124 => '0.2' },
+ 'af-ctrackingsensitivity' => { 124 => '0.1' },
+ 'af-czoneareaswitching' => { 124 => '0.3' },
+ 'af-onbutton' => { 282 => '70.1', 283 => '70.1', 293 => '70.1' },
+ 'af-onformb-d10' => { 279 => '3.3', 288 => '3.2' },
+ 'af-onformb-d11' => { 289 => '2.2' },
+ 'af-onformb-d12' => { 292 => '50.1' },
+ 'af-onoutoffocusrelease' => { 295 => 0x10 },
+ 'af-spriority' => { 128 => '0.1' },
+ 'af-spriorityselection' => { 279 => '1.2', 280 => '1.2', 282 => '1.2', 283 => '1.2', 287 => '0.2', 288 => '1.2', 289 => '0.2', 292 => '1.2', 293 => '1.2', 295 => 0x5 },
'afacceldeceltracking' => { 2 => 0x3 },
- 'afactivation' => { 278 => '2.1', 279 => '2.1', 281 => '78.3', 282 => '78.3', 287 => '2.1', 291 => '2.1', 292 => '78.3', 294 => 0xf },
- 'afadjustment' => { 354 => 0x72, 363 => 0x267 },
- 'afandmeteringbuttons' => { 83 => 0x701 },
- 'afaperture' => { 218 => 0x5, 219 => 0x5, 223 => 0x5 },
- 'afareaheight' => { 192 => [0x1a,0x34,0x50], 193 => 0x48 },
- 'afareaillumination' => { 183 => 0x4b, 289 => '15.3' },
- 'afareamode' => { 125 => '0.3', 179 => 0x33, 183 => 0xe, 191 => 0x0, 192 => 0x5, 319 => 0xf, 386 => 0x1205, 399 => [0xa,0x3a], 406 => 0x11, 407 => 0x10, 408 => 0x24, 419 => 0xb043, 443 => 0x17 },
- 'afareamodesetting' => { 280 => '11.1', 283 => '0.1', 289 => '16.1', 293 => '2.1', 419 => 0x201c },
- 'afareapointsize' => { 125 => '0.4' },
- 'afareas' => { 296 => 0x304 },
+ 'afactivation' => { 279 => '2.1', 280 => '2.1', 282 => '78.3', 283 => '78.3', 288 => '2.1', 292 => '2.1', 293 => '78.3', 295 => 0xf },
+ 'afadjustment' => { 355 => 0x72, 364 => 0x267 },
+ 'afandmeteringbuttons' => { 84 => 0x701 },
+ 'afaperture' => { 219 => 0x5, 220 => 0x5, 224 => 0x5 },
+ 'afareaheight' => { 193 => [0x1a,0x34,0x50], 194 => 0x48 },
+ 'afareaillumination' => { 184 => 0x4b, 290 => '15.3' },
+ 'afareamode' => { 126 => '0.3', 180 => 0x33, 184 => 0xe, 192 => 0x0, 193 => 0x5, 229 => 0x210, 320 => 0xf, 387 => 0x1205, 400 => [0xa,0x3a], 407 => 0x11, 408 => 0x10, 409 => 0x24, 420 => 0xb043, 444 => 0x17 },
+ 'afareamodesetting' => { 281 => '11.1', 284 => '0.1', 290 => '16.1', 294 => '2.1', 420 => 0x201c },
+ 'afareapointsize' => { 126 => '0.4' },
+ 'afareas' => { 297 => 0x304 },
'afareaselectionmethod' => { 2 => 0xd },
- 'afareaselectmethod' => { 83 => 0x51b },
- 'afareawidth' => { 192 => [0x18,0x32,0x4e], 193 => 0x46 },
- 'afareaxposition' => { 192 => [0x14,0x2e,0x4a], 386 => 0x1203 },
- 'afareaxposition1' => { 386 => 0x1201 },
- 'afareayposition' => { 192 => [0x16,0x30,0x4c], 386 => 0x1204 },
- 'afareayposition1' => { 386 => 0x1202 },
- 'afareazonesize' => { 125 => '0.5' },
- 'afassist' => { 81 => 0x5, 89 => 0x5, 183 => 0x48, 278 => '2.5', 280 => '0.2', 283 => '0.2', 284 => '1.1', 285 => '1.1', 286 => '1.3', 287 => '2.4', 288 => '1.3', 289 => '0.2', 291 => '2.4', 293 => '2.3' },
- 'afassistbeam' => { 2 => 0x8, 83 => 0x50e, 84 => 0x4, 85 => 0x5, 86 => 0x4, 87 => 0x4, 88 => 0x5 },
- 'afassistlamp' => { 319 => 0x31 },
- 'afbuttonpressed' => { 408 => [0x83,0x283] },
+ 'afareaselectmethod' => { 84 => 0x51b },
+ 'afareawidth' => { 193 => [0x18,0x32,0x4e], 194 => 0x46 },
+ 'afareaxposition' => { 193 => [0x14,0x2e,0x4a], 387 => 0x1203 },
+ 'afareaxposition1' => { 387 => 0x1201 },
+ 'afareayposition' => { 193 => [0x16,0x30,0x4c], 387 => 0x1204 },
+ 'afareayposition1' => { 387 => 0x1202 },
+ 'afareazonesize' => { 126 => '0.5' },
+ 'afassist' => { 82 => 0x5, 90 => 0x5, 184 => 0x48, 279 => '2.5', 281 => '0.2', 284 => '0.2', 285 => '1.1', 286 => '1.1', 287 => '1.3', 288 => '2.4', 289 => '1.3', 290 => '0.2', 292 => '2.4', 294 => '2.3' },
+ 'afassistbeam' => { 2 => 0x8, 84 => 0x50e, 85 => 0x4, 86 => 0x5, 87 => 0x4, 88 => 0x4, 89 => 0x5 },
+ 'afassistlamp' => { 320 => 0x31 },
+ 'afbuttonpressed' => { 409 => [0x83,0x283] },
'afconfigtool' => { 2 => 0x1 },
- 'afdefocus' => { 330 => 0x6 },
- 'afduringliveview' => { 83 => 0x511 },
- 'affinea' => { 470 => 'AffineA' },
- 'affineb' => { 470 => 'AffineB' },
- 'affinec' => { 470 => 'AffineC' },
- 'affined' => { 470 => 'AffineD' },
- 'affinetune' => { 194 => 0x0, 228 => 0x5b0, 296 => 0x306 },
- 'affinetuneadj' => { 194 => 0x2, 239 => 0x2d1, 240 => 0x2dc, 296 => 0x307 },
- 'affinetuneadjtele' => { 194 => 0x3 },
- 'affinetuneindex' => { 194 => 0x1 },
- 'affinex' => { 470 => 'AffineX' },
- 'affiney' => { 470 => 'AffineY' },
- 'affocuspointxposition' => { 192 => 0x2f },
- 'affocuspointyposition' => { 192 => 0x31 },
- 'afhold' => { 330 => 0x1fd },
- 'afilluminator' => { 406 => 0x29, 419 => 0xb044 },
- 'afimageheight' => { 192 => [0x12,0x2c,0x48], 193 => 0x40 },
- 'afimagewidth' => { 192 => [0x10,0x2a,0x46], 193 => 0x3e },
- 'afintegrationtime' => { 330 => 0x7 },
- 'afmicroadj' => { 399 => [0x17d,0x50] },
- 'afmicroadjmode' => { 3 => 0x1, 403 => 0x131 },
- 'afmicroadjregisteredlenses' => { 403 => '305.1' },
- 'afmicroadjustment' => { 83 => 0x507 },
- 'afmicroadjvalue' => { 3 => 0x2, 403 => 0x130 },
- 'afmode' => { 112 => 0x3009, 126 => 0x1022, 179 => 0x16, 396 => 0x5 },
- 'afmoderestrictions' => { 279 => '50.3', 281 => '48.3', 282 => '48.3', 291 => '48.3', 292 => '48.3' },
- 'afonaelockbuttonswitch' => { 83 => 0x702 },
- 'afonbutton' => { 278 => '3.1', 279 => '47.1', 294 => 0x83 },
- 'afpoint' => { 34 => 0x13, 111 => 0x18, 179 => 0x15, 191 => 0x1, 299 => 0x308, 396 => 0x1f, 399 => [0x37,0x7], 403 => 0x19, 404 => 0x18, 405 => [0x18,0x20] },
- 'afpointactivationarea' => { 82 => 0x11, 88 => 0x11 },
- 'afpointareaexpansion' => { 83 => 0x508 },
- 'afpointatshutterrelease' => { 399 => [0x39,0x9] },
- 'afpointautoselection' => { 83 => 0x50b },
- 'afpointbrightness' => { 83 => 0x50d, 278 => '2.4', 279 => '46.5', 281 => '2.2', 282 => '2.2', 291 => '2.3', 292 => '2.2' },
- 'afpointdisplayduringfocus' => { 2 => 0x10, 83 => 0x50c },
- 'afpointillumination' => { 82 => 0xa, 278 => '2.3', 279 => '46.2', 281 => '47.2', 282 => '47.2', 286 => '1.2', 287 => '2.3', 288 => '1.2', 291 => '47.2', 292 => '47.2', 293 => '2.4' },
- 'afpointinfocus' => { 399 => [0x38,0x8] },
- 'afpointmode' => { 335 => 0x3 },
- 'afpointposition' => { 112 => 0x2021, 319 => 0x4d },
- 'afpointregistration' => { 81 => 0x7 },
- 'afpoints' => { 182 => 0x10 },
- 'afpointsel' => { 294 => 0xb },
- 'afpointselected' => { 183 => 0xd, 296 => 0x305, 354 => 0xe, 403 => 0x15, 404 => 0x14, 405 => [0x14,0x1c], 419 => 0x201e },
- 'afpointselected2' => { 335 => 0x4 },
- 'afpointselection' => { 82 => 0xb, 278 => '1.3', 279 => '1.3', 287 => '1.3', 291 => '1.3', 292 => '1.3' },
- 'afpointselectionmethod' => { 83 => 0x50f, 84 => 0xc, 85 => 0xd, 88 => 0xd },
- 'afpointsetting' => { 406 => 0x12, 407 => 0x11 },
- 'afpointsinfocus' => { 76 => 0xe, 191 => 0x2, 192 => 0x30, 330 => 0xb, 331 => 0x4, 354 => [0xf,0x3c] },
+ 'afdefocus' => { 331 => 0x6 },
+ 'afduringliveview' => { 84 => 0x511 },
+ 'affinea' => { 471 => 'AffineA' },
+ 'affineb' => { 471 => 'AffineB' },
+ 'affinec' => { 471 => 'AffineC' },
+ 'affined' => { 471 => 'AffineD' },
+ 'affinetune' => { 195 => 0x0, 229 => 0x5b0, 297 => 0x306 },
+ 'affinetuneadj' => { 195 => 0x2, 240 => 0x2d1, 241 => 0x2dc, 297 => 0x307 },
+ 'affinetuneadjtele' => { 195 => 0x3 },
+ 'affinetuneindex' => { 195 => 0x1 },
+ 'affinex' => { 471 => 'AffineX' },
+ 'affiney' => { 471 => 'AffineY' },
+ 'affocuspointxposition' => { 193 => 0x2f },
+ 'affocuspointyposition' => { 193 => 0x31 },
+ 'afhold' => { 331 => 0x1fd },
+ 'afilluminator' => { 407 => 0x29, 420 => 0xb044 },
+ 'afimageheight' => { 193 => [0x12,0x2c,0x48], 194 => 0x40 },
+ 'afimagewidth' => { 193 => [0x10,0x2a,0x46], 194 => 0x3e },
+ 'afintegrationtime' => { 331 => 0x7 },
+ 'afmicroadj' => { 400 => [0x17d,0x50] },
+ 'afmicroadjmode' => { 3 => 0x1, 404 => 0x131 },
+ 'afmicroadjregisteredlenses' => { 404 => '305.1' },
+ 'afmicroadjustment' => { 84 => 0x507 },
+ 'afmicroadjvalue' => { 3 => 0x2, 404 => 0x130 },
+ 'afmode' => { 113 => 0x3009, 127 => 0x1022, 180 => 0x16, 397 => 0x5 },
+ 'afmoderestrictions' => { 280 => '50.3', 282 => '48.3', 283 => '48.3', 292 => '48.3', 293 => '48.3' },
+ 'afonaelockbuttonswitch' => { 84 => 0x702 },
+ 'afonbutton' => { 279 => '3.1', 280 => '47.1', 295 => 0x83 },
+ 'afpoint' => { 34 => 0x13, 112 => 0x18, 180 => 0x15, 192 => 0x1, 300 => 0x308, 397 => 0x1f, 400 => [0x37,0x7], 404 => 0x19, 405 => 0x18, 406 => [0x18,0x20] },
+ 'afpointactivationarea' => { 83 => 0x11, 89 => 0x11 },
+ 'afpointareaexpansion' => { 84 => 0x508 },
+ 'afpointatshutterrelease' => { 400 => [0x39,0x9] },
+ 'afpointautoselection' => { 84 => 0x50b },
+ 'afpointbrightness' => { 84 => 0x50d, 279 => '2.4', 280 => '46.5', 282 => '2.2', 283 => '2.2', 292 => '2.3', 293 => '2.2' },
+ 'afpointdisplayduringfocus' => { 2 => 0x10, 84 => 0x50c },
+ 'afpointillumination' => { 83 => 0xa, 279 => '2.3', 280 => '46.2', 282 => '47.2', 283 => '47.2', 287 => '1.2', 288 => '2.3', 289 => '1.2', 292 => '47.2', 293 => '47.2', 294 => '2.4' },
+ 'afpointinfocus' => { 400 => [0x38,0x8] },
+ 'afpointmode' => { 336 => 0x3 },
+ 'afpointposition' => { 113 => 0x2021, 320 => 0x4d },
+ 'afpointregistration' => { 82 => 0x7 },
+ 'afpoints' => { 183 => 0x10 },
+ 'afpointsel' => { 295 => 0xb },
+ 'afpointselected' => { 184 => 0xd, 297 => 0x305, 355 => 0xe, 404 => 0x15, 405 => 0x14, 406 => [0x14,0x1c], 420 => 0x201e },
+ 'afpointselected2' => { 336 => 0x4 },
+ 'afpointselection' => { 83 => 0xb, 279 => '1.3', 280 => '1.3', 288 => '1.3', 292 => '1.3', 293 => '1.3' },
+ 'afpointselectionmethod' => { 84 => 0x50f, 85 => 0xc, 86 => 0xd, 89 => 0xd },
+ 'afpointsetting' => { 407 => 0x12, 408 => 0x11 },
+ 'afpointsinfocus' => { 77 => 0xe, 192 => 0x2, 193 => 0x30, 331 => 0xb, 332 => 0x4, 355 => [0xf,0x3c] },
'afpointsinfocus5d' => { 19 => 0x38 },
- 'afpointspotmetering' => { 82 => 0xd },
- 'afpointsselected' => { 192 => 0x1c, 331 => '4.1', 451 => 0x4 },
- 'afpointsspecial' => { 331 => '4.2' },
- 'afpointsunknown1' => { 330 => 0x0 },
- 'afpointsunknown2' => { 330 => 0x2 },
- 'afpointsused' => { 192 => [0xa,0x8], 399 => [0x10,0x16e] },
+ 'afpointspotmetering' => { 83 => 0xd },
+ 'afpointsselected' => { 193 => 0x1c, 332 => '4.1', 452 => 0x4 },
+ 'afpointsspecial' => { 332 => '4.2' },
+ 'afpointsunknown1' => { 331 => 0x0 },
+ 'afpointsunknown2' => { 331 => 0x2 },
+ 'afpointsused' => { 193 => [0xa,0x8], 400 => [0x10,0x16e] },
'afpointswitching' => { 2 => 0x4 },
- 'afpredictor' => { 330 => 0x4 },
- 'afresponse' => { 225 => 0xad },
- 'afresult' => { 301 => 0x1038 },
- 'afsearch' => { 296 => 0x303 },
- 'afsensoractive' => { 179 => 0x1 },
- 'afstatus' => { 386 => 0x1200 },
- 'afstatus_00_b4' => { 402 => 0x0 },
- 'afstatus_01_c4' => { 402 => 0x2 },
- 'afstatus_02_d4' => { 402 => 0x4 },
- 'afstatus_03_e4' => { 402 => 0x6 },
- 'afstatus_04_f4' => { 402 => 0x8 },
- 'afstatus_05_g4' => { 402 => 0xa },
- 'afstatus_06_h4' => { 402 => 0xc },
- 'afstatus_07_b3' => { 402 => 0xe },
- 'afstatus_08_c3' => { 402 => 0x10 },
- 'afstatus_09_d3' => { 402 => 0x12 },
- 'afstatus_10_e3' => { 402 => 0x14 },
- 'afstatus_11_f3' => { 402 => 0x16 },
- 'afstatus_12_g3' => { 402 => 0x18 },
- 'afstatus_13_h3' => { 402 => 0x1a },
- 'afstatus_14_b2' => { 402 => 0x1c },
- 'afstatus_15_c2' => { 402 => 0x1e },
- 'afstatus_16_d2' => { 402 => 0x20 },
- 'afstatus_17_e2' => { 402 => 0x22 },
- 'afstatus_18_f2' => { 402 => 0x24 },
- 'afstatus_19_g2' => { 402 => 0x26 },
- 'afstatus_20_h2' => { 402 => 0x28 },
- 'afstatus_21_c1' => { 402 => 0x2a },
- 'afstatus_22_d1' => { 402 => 0x2c },
- 'afstatus_23_e1' => { 402 => 0x2e },
- 'afstatus_24_f1' => { 402 => 0x30 },
- 'afstatus_25_g1' => { 402 => 0x32 },
- 'afstatus_26_a7_vertical' => { 402 => 0x34 },
- 'afstatus_27_a6_vertical' => { 402 => 0x36 },
- 'afstatus_28_a5_vertical' => { 402 => 0x38 },
- 'afstatus_29_c7_vertical' => { 402 => 0x3a },
- 'afstatus_30_c6_vertical' => { 402 => 0x3c },
- 'afstatus_31_c5_vertical' => { 402 => 0x3e },
- 'afstatus_32_e7_vertical' => { 402 => 0x40 },
- 'afstatus_33_e6_center_vertical' => { 402 => 0x42 },
- 'afstatus_34_e5_vertical' => { 402 => 0x44 },
- 'afstatus_35_g7_vertical' => { 402 => 0x46 },
- 'afstatus_36_g6_vertical' => { 402 => 0x48 },
- 'afstatus_37_g5_vertical' => { 402 => 0x4a },
- 'afstatus_38_i7_vertical' => { 402 => 0x4c },
- 'afstatus_39_i6_vertical' => { 402 => 0x4e },
- 'afstatus_40_i5_vertical' => { 402 => 0x50 },
- 'afstatus_41_a7' => { 402 => 0x52 },
- 'afstatus_42_b7' => { 402 => 0x54 },
- 'afstatus_43_c7' => { 402 => 0x56 },
- 'afstatus_44_d7' => { 402 => 0x58 },
- 'afstatus_45_e7' => { 402 => 0x5a },
- 'afstatus_46_f7' => { 402 => 0x5c },
- 'afstatus_47_g7' => { 402 => 0x5e },
- 'afstatus_48_h7' => { 402 => 0x60 },
- 'afstatus_49_i7' => { 402 => 0x62 },
- 'afstatus_50_a6' => { 402 => 0x64 },
- 'afstatus_51_b6' => { 402 => 0x66 },
- 'afstatus_52_c6' => { 402 => 0x68 },
- 'afstatus_53_d6' => { 402 => 0x6a },
- 'afstatus_54_e6_center' => { 402 => 0x6c },
- 'afstatus_55_f6' => { 402 => 0x6e },
- 'afstatus_56_g6' => { 402 => 0x70 },
- 'afstatus_57_h6' => { 402 => 0x72 },
- 'afstatus_58_i6' => { 402 => 0x74 },
- 'afstatus_59_a5' => { 402 => 0x76 },
- 'afstatus_60_b5' => { 402 => 0x78 },
- 'afstatus_61_c5' => { 402 => 0x7a },
- 'afstatus_62_d5' => { 402 => 0x7c },
- 'afstatus_63_e5' => { 402 => 0x7e },
- 'afstatus_64_f5' => { 402 => 0x80 },
- 'afstatus_65_g5' => { 402 => 0x82 },
- 'afstatus_66_h5' => { 402 => 0x84 },
- 'afstatus_67_i5' => { 402 => 0x86 },
- 'afstatus_68_c11' => { 402 => 0x88 },
- 'afstatus_69_d11' => { 402 => 0x8a },
- 'afstatus_70_e11' => { 402 => 0x8c },
- 'afstatus_71_f11' => { 402 => 0x8e },
- 'afstatus_72_g11' => { 402 => 0x90 },
- 'afstatus_73_b10' => { 402 => 0x92 },
- 'afstatus_74_c10' => { 402 => 0x94 },
- 'afstatus_75_d10' => { 402 => 0x96 },
- 'afstatus_76_e10' => { 402 => 0x98 },
- 'afstatus_77_f10' => { 402 => 0x9a },
- 'afstatus_78_g10' => { 402 => 0x9c },
- 'afstatus_79_h10' => { 402 => 0x9e },
- 'afstatus_80_b9' => { 402 => 0xa0 },
- 'afstatus_81_c9' => { 402 => 0xa2 },
- 'afstatus_82_d9' => { 402 => 0xa4 },
- 'afstatus_83_e9' => { 402 => 0xa6 },
- 'afstatus_84_f9' => { 402 => 0xa8 },
- 'afstatus_85_g9' => { 402 => 0xaa },
- 'afstatus_86_h9' => { 402 => 0xac },
- 'afstatus_87_b8' => { 402 => 0xae },
- 'afstatus_88_c8' => { 402 => 0xb0 },
- 'afstatus_89_d8' => { 402 => 0xb2 },
- 'afstatus_90_e8' => { 402 => 0xb4 },
- 'afstatus_91_f8' => { 402 => 0xb6 },
- 'afstatus_92_g8' => { 402 => 0xb8 },
- 'afstatus_93_h8' => { 402 => 0xba },
- 'afstatus_94_e6_center_f2-8' => { 402 => 0xbc },
- 'afstatusactivesensor' => { 179 => 0x2, 399 => [0x4,0x3b], 403 => 0x1e, 404 => 0x1b, 405 => [0x1b,0x21] },
- 'afstatusbottom' => { 179 => 0x8, 403 => 0x2a, 404 => 0x21, 405 => 0x21 },
- 'afstatusbottom-left' => { 179 => 0x12, 404 => 0x2b, 405 => 0x2b },
- 'afstatusbottom-right' => { 179 => 0x6, 404 => 0x1f, 405 => 0x1f },
- 'afstatusbottomassist-left' => { 403 => 0x28 },
- 'afstatusbottomassist-right' => { 403 => 0x2c },
- 'afstatusbottomhorizontal' => { 400 => 0x10, 401 => 0x1c },
- 'afstatusbottomvertical' => { 400 => 0x16, 401 => 0x26 },
- 'afstatuscenter-10' => { 403 => 0x34 },
- 'afstatuscenter-11' => { 403 => 0x36 },
- 'afstatuscenter-12' => { 403 => 0x38 },
- 'afstatuscenter-14' => { 403 => 0x3c },
- 'afstatuscenter-7' => { 403 => 0x2e },
- 'afstatuscenter-9' => { 403 => 0x32 },
- 'afstatuscenter-horizontal' => { 403 => 0x30 },
- 'afstatuscenter-vertical' => { 403 => 0x3a },
- 'afstatuscenterf2-8' => { 403 => 0x4c },
- 'afstatuscenterhorizontal' => { 179 => 0x2f, 400 => 0xc, 401 => 0x18, 404 => 0x2f, 405 => 0x2f },
- 'afstatuscentervertical' => { 179 => 0xc, 400 => 0x14, 401 => 0x22, 404 => 0x25, 405 => 0x25 },
- 'afstatusfarleft' => { 400 => 0x6, 403 => 0x26 },
- 'afstatusfarlefthorizontal' => { 401 => 0x4 },
- 'afstatusfarleftvertical' => { 401 => 0x12 },
- 'afstatusfarright' => { 400 => 0x18, 403 => 0x44 },
- 'afstatusfarrighthorizontal' => { 401 => 0x2c },
- 'afstatusfarrightvertical' => { 401 => 0x34 },
- 'afstatusleft' => { 179 => 0x2d, 400 => 0x2, 403 => 0x22, 404 => 0x2d, 405 => 0x2d },
- 'afstatuslefthorizontal' => { 401 => 0x6 },
- 'afstatusleftvertical' => { 401 => 0xe },
- 'afstatuslower-left' => { 400 => 0x4, 403 => 0x24 },
- 'afstatuslower-lefthorizontal' => { 401 => 0xa },
- 'afstatuslower-leftvertical' => { 401 => 0x10 },
- 'afstatuslower-middle' => { 400 => 0x22, 401 => 0x24 },
- 'afstatuslower-right' => { 400 => 0x1e, 403 => 0x4a },
- 'afstatuslower-righthorizontal' => { 401 => 0x32 },
- 'afstatuslower-rightvertical' => { 401 => 0x3a },
- 'afstatuslowerfarleft' => { 401 => 0x8 },
- 'afstatuslowerfarright' => { 401 => 0x30 },
- 'afstatusmiddlehorizontal' => { 179 => 0xa, 404 => 0x23, 405 => 0x23 },
- 'afstatusnearleft' => { 400 => 0xe, 401 => 0x1a },
- 'afstatusnearright' => { 400 => 0xa, 401 => 0x16 },
- 'afstatusright' => { 179 => 0x31, 400 => 0x1c, 403 => 0x48, 404 => 0x31, 405 => 0x31 },
- 'afstatusrighthorizontal' => { 401 => 0x2e },
- 'afstatusrightvertical' => { 401 => 0x38 },
- 'afstatustop' => { 179 => 0xe, 403 => 0x40, 404 => 0x27, 405 => 0x27 },
- 'afstatustop-left' => { 179 => 0x10, 404 => 0x29, 405 => 0x29 },
- 'afstatustop-right' => { 179 => 0x4, 404 => 0x1d, 405 => 0x1d },
- 'afstatustopassist-left' => { 403 => 0x3e },
- 'afstatustopassist-right' => { 403 => 0x42 },
- 'afstatustophorizontal' => { 400 => 0x8, 401 => 0x14 },
- 'afstatustopvertical' => { 400 => 0x12, 401 => 0x1e },
- 'afstatusupper-left' => { 400 => 0x0, 403 => 0x20 },
- 'afstatusupper-lefthorizontal' => { 401 => 0x2 },
- 'afstatusupper-leftvertical' => { 401 => 0xc },
- 'afstatusupper-middle' => { 400 => 0x20, 401 => 0x20 },
- 'afstatusupper-right' => { 400 => 0x1a, 403 => 0x46 },
- 'afstatusupper-righthorizontal' => { 401 => 0x2a },
- 'afstatusupper-rightvertical' => { 401 => 0x36 },
- 'afstatusupperfarleft' => { 401 => 0x0 },
- 'afstatusupperfarright' => { 401 => 0x28 },
+ 'afpredictor' => { 331 => 0x4 },
+ 'afresponse' => { 226 => 0xad },
+ 'afresult' => { 302 => 0x1038 },
+ 'afsearch' => { 297 => 0x303 },
+ 'afsensoractive' => { 180 => 0x1 },
+ 'afstatus' => { 387 => 0x1200 },
+ 'afstatus_00_b4' => { 403 => 0x0 },
+ 'afstatus_01_c4' => { 403 => 0x2 },
+ 'afstatus_02_d4' => { 403 => 0x4 },
+ 'afstatus_03_e4' => { 403 => 0x6 },
+ 'afstatus_04_f4' => { 403 => 0x8 },
+ 'afstatus_05_g4' => { 403 => 0xa },
+ 'afstatus_06_h4' => { 403 => 0xc },
+ 'afstatus_07_b3' => { 403 => 0xe },
+ 'afstatus_08_c3' => { 403 => 0x10 },
+ 'afstatus_09_d3' => { 403 => 0x12 },
+ 'afstatus_10_e3' => { 403 => 0x14 },
+ 'afstatus_11_f3' => { 403 => 0x16 },
+ 'afstatus_12_g3' => { 403 => 0x18 },
+ 'afstatus_13_h3' => { 403 => 0x1a },
+ 'afstatus_14_b2' => { 403 => 0x1c },
+ 'afstatus_15_c2' => { 403 => 0x1e },
+ 'afstatus_16_d2' => { 403 => 0x20 },
+ 'afstatus_17_e2' => { 403 => 0x22 },
+ 'afstatus_18_f2' => { 403 => 0x24 },
+ 'afstatus_19_g2' => { 403 => 0x26 },
+ 'afstatus_20_h2' => { 403 => 0x28 },
+ 'afstatus_21_c1' => { 403 => 0x2a },
+ 'afstatus_22_d1' => { 403 => 0x2c },
+ 'afstatus_23_e1' => { 403 => 0x2e },
+ 'afstatus_24_f1' => { 403 => 0x30 },
+ 'afstatus_25_g1' => { 403 => 0x32 },
+ 'afstatus_26_a7_vertical' => { 403 => 0x34 },
+ 'afstatus_27_a6_vertical' => { 403 => 0x36 },
+ 'afstatus_28_a5_vertical' => { 403 => 0x38 },
+ 'afstatus_29_c7_vertical' => { 403 => 0x3a },
+ 'afstatus_30_c6_vertical' => { 403 => 0x3c },
+ 'afstatus_31_c5_vertical' => { 403 => 0x3e },
+ 'afstatus_32_e7_vertical' => { 403 => 0x40 },
+ 'afstatus_33_e6_center_vertical' => { 403 => 0x42 },
+ 'afstatus_34_e5_vertical' => { 403 => 0x44 },
+ 'afstatus_35_g7_vertical' => { 403 => 0x46 },
+ 'afstatus_36_g6_vertical' => { 403 => 0x48 },
+ 'afstatus_37_g5_vertical' => { 403 => 0x4a },
+ 'afstatus_38_i7_vertical' => { 403 => 0x4c },
+ 'afstatus_39_i6_vertical' => { 403 => 0x4e },
+ 'afstatus_40_i5_vertical' => { 403 => 0x50 },
+ 'afstatus_41_a7' => { 403 => 0x52 },
+ 'afstatus_42_b7' => { 403 => 0x54 },
+ 'afstatus_43_c7' => { 403 => 0x56 },
+ 'afstatus_44_d7' => { 403 => 0x58 },
+ 'afstatus_45_e7' => { 403 => 0x5a },
+ 'afstatus_46_f7' => { 403 => 0x5c },
+ 'afstatus_47_g7' => { 403 => 0x5e },
+ 'afstatus_48_h7' => { 403 => 0x60 },
+ 'afstatus_49_i7' => { 403 => 0x62 },
+ 'afstatus_50_a6' => { 403 => 0x64 },
+ 'afstatus_51_b6' => { 403 => 0x66 },
+ 'afstatus_52_c6' => { 403 => 0x68 },
+ 'afstatus_53_d6' => { 403 => 0x6a },
+ 'afstatus_54_e6_center' => { 403 => 0x6c },
+ 'afstatus_55_f6' => { 403 => 0x6e },
+ 'afstatus_56_g6' => { 403 => 0x70 },
+ 'afstatus_57_h6' => { 403 => 0x72 },
+ 'afstatus_58_i6' => { 403 => 0x74 },
+ 'afstatus_59_a5' => { 403 => 0x76 },
+ 'afstatus_60_b5' => { 403 => 0x78 },
+ 'afstatus_61_c5' => { 403 => 0x7a },
+ 'afstatus_62_d5' => { 403 => 0x7c },
+ 'afstatus_63_e5' => { 403 => 0x7e },
+ 'afstatus_64_f5' => { 403 => 0x80 },
+ 'afstatus_65_g5' => { 403 => 0x82 },
+ 'afstatus_66_h5' => { 403 => 0x84 },
+ 'afstatus_67_i5' => { 403 => 0x86 },
+ 'afstatus_68_c11' => { 403 => 0x88 },
+ 'afstatus_69_d11' => { 403 => 0x8a },
+ 'afstatus_70_e11' => { 403 => 0x8c },
+ 'afstatus_71_f11' => { 403 => 0x8e },
+ 'afstatus_72_g11' => { 403 => 0x90 },
+ 'afstatus_73_b10' => { 403 => 0x92 },
+ 'afstatus_74_c10' => { 403 => 0x94 },
+ 'afstatus_75_d10' => { 403 => 0x96 },
+ 'afstatus_76_e10' => { 403 => 0x98 },
+ 'afstatus_77_f10' => { 403 => 0x9a },
+ 'afstatus_78_g10' => { 403 => 0x9c },
+ 'afstatus_79_h10' => { 403 => 0x9e },
+ 'afstatus_80_b9' => { 403 => 0xa0 },
+ 'afstatus_81_c9' => { 403 => 0xa2 },
+ 'afstatus_82_d9' => { 403 => 0xa4 },
+ 'afstatus_83_e9' => { 403 => 0xa6 },
+ 'afstatus_84_f9' => { 403 => 0xa8 },
+ 'afstatus_85_g9' => { 403 => 0xaa },
+ 'afstatus_86_h9' => { 403 => 0xac },
+ 'afstatus_87_b8' => { 403 => 0xae },
+ 'afstatus_88_c8' => { 403 => 0xb0 },
+ 'afstatus_89_d8' => { 403 => 0xb2 },
+ 'afstatus_90_e8' => { 403 => 0xb4 },
+ 'afstatus_91_f8' => { 403 => 0xb6 },
+ 'afstatus_92_g8' => { 403 => 0xb8 },
+ 'afstatus_93_h8' => { 403 => 0xba },
+ 'afstatus_94_e6_center_f2-8' => { 403 => 0xbc },
+ 'afstatusactivesensor' => { 180 => 0x2, 400 => [0x4,0x3b], 404 => 0x1e, 405 => 0x1b, 406 => [0x1b,0x21] },
+ 'afstatusbottom' => { 180 => 0x8, 404 => 0x2a, 405 => 0x21, 406 => 0x21 },
+ 'afstatusbottom-left' => { 180 => 0x12, 405 => 0x2b, 406 => 0x2b },
+ 'afstatusbottom-right' => { 180 => 0x6, 405 => 0x1f, 406 => 0x1f },
+ 'afstatusbottomassist-left' => { 404 => 0x28 },
+ 'afstatusbottomassist-right' => { 404 => 0x2c },
+ 'afstatusbottomhorizontal' => { 401 => 0x10, 402 => 0x1c },
+ 'afstatusbottomvertical' => { 401 => 0x16, 402 => 0x26 },
+ 'afstatuscenter-10' => { 404 => 0x34 },
+ 'afstatuscenter-11' => { 404 => 0x36 },
+ 'afstatuscenter-12' => { 404 => 0x38 },
+ 'afstatuscenter-14' => { 404 => 0x3c },
+ 'afstatuscenter-7' => { 404 => 0x2e },
+ 'afstatuscenter-9' => { 404 => 0x32 },
+ 'afstatuscenter-horizontal' => { 404 => 0x30 },
+ 'afstatuscenter-vertical' => { 404 => 0x3a },
+ 'afstatuscenterf2-8' => { 404 => 0x4c },
+ 'afstatuscenterhorizontal' => { 180 => 0x2f, 401 => 0xc, 402 => 0x18, 405 => 0x2f, 406 => 0x2f },
+ 'afstatuscentervertical' => { 180 => 0xc, 401 => 0x14, 402 => 0x22, 405 => 0x25, 406 => 0x25 },
+ 'afstatusfarleft' => { 401 => 0x6, 404 => 0x26 },
+ 'afstatusfarlefthorizontal' => { 402 => 0x4 },
+ 'afstatusfarleftvertical' => { 402 => 0x12 },
+ 'afstatusfarright' => { 401 => 0x18, 404 => 0x44 },
+ 'afstatusfarrighthorizontal' => { 402 => 0x2c },
+ 'afstatusfarrightvertical' => { 402 => 0x34 },
+ 'afstatusleft' => { 180 => 0x2d, 401 => 0x2, 404 => 0x22, 405 => 0x2d, 406 => 0x2d },
+ 'afstatuslefthorizontal' => { 402 => 0x6 },
+ 'afstatusleftvertical' => { 402 => 0xe },
+ 'afstatuslower-left' => { 401 => 0x4, 404 => 0x24 },
+ 'afstatuslower-lefthorizontal' => { 402 => 0xa },
+ 'afstatuslower-leftvertical' => { 402 => 0x10 },
+ 'afstatuslower-middle' => { 401 => 0x22, 402 => 0x24 },
+ 'afstatuslower-right' => { 401 => 0x1e, 404 => 0x4a },
+ 'afstatuslower-righthorizontal' => { 402 => 0x32 },
+ 'afstatuslower-rightvertical' => { 402 => 0x3a },
+ 'afstatuslowerfarleft' => { 402 => 0x8 },
+ 'afstatuslowerfarright' => { 402 => 0x30 },
+ 'afstatusmiddlehorizontal' => { 180 => 0xa, 405 => 0x23, 406 => 0x23 },
+ 'afstatusnearleft' => { 401 => 0xe, 402 => 0x1a },
+ 'afstatusnearright' => { 401 => 0xa, 402 => 0x16 },
+ 'afstatusright' => { 180 => 0x31, 401 => 0x1c, 404 => 0x48, 405 => 0x31, 406 => 0x31 },
+ 'afstatusrighthorizontal' => { 402 => 0x2e },
+ 'afstatusrightvertical' => { 402 => 0x38 },
+ 'afstatustop' => { 180 => 0xe, 404 => 0x40, 405 => 0x27, 406 => 0x27 },
+ 'afstatustop-left' => { 180 => 0x10, 405 => 0x29, 406 => 0x29 },
+ 'afstatustop-right' => { 180 => 0x4, 405 => 0x1d, 406 => 0x1d },
+ 'afstatustopassist-left' => { 404 => 0x3e },
+ 'afstatustopassist-right' => { 404 => 0x42 },
+ 'afstatustophorizontal' => { 401 => 0x8, 402 => 0x14 },
+ 'afstatustopvertical' => { 401 => 0x12, 402 => 0x1e },
+ 'afstatusupper-left' => { 401 => 0x0, 404 => 0x20 },
+ 'afstatusupper-lefthorizontal' => { 402 => 0x2 },
+ 'afstatusupper-leftvertical' => { 402 => 0xc },
+ 'afstatusupper-middle' => { 401 => 0x20, 402 => 0x20 },
+ 'afstatusupper-right' => { 401 => 0x1a, 404 => 0x46 },
+ 'afstatusupper-righthorizontal' => { 402 => 0x2a },
+ 'afstatusupper-rightvertical' => { 402 => 0x36 },
+ 'afstatusupperfarleft' => { 402 => 0x0 },
+ 'afstatusupperfarright' => { 402 => 0x28 },
'afstatusviewfinder' => { 2 => 0x12 },
- 'aftracking' => { 419 => 0x2021 },
+ 'aftracking' => { 420 => 0x2021 },
'aftrackingsensitivity' => { 2 => 0x2 },
- 'aftype' => { 399 => 0x2 },
- 'afwithshutter' => { 406 => 0x2a },
- 'aggregateissuenumber' => { 492 => 'aggregateIssueNumber' },
- 'aggregationtype' => { 492 => 'aggregationType' },
- 'agreement' => { 495 => 'agreement' },
- 'ah2greeninterpolationthreshold' => { 137 => 0xe4e },
- 'airplanemode' => { 228 => 0x624 },
- 'aiservocontinuousshooting' => { 82 => 0x15 },
+ 'aftype' => { 400 => 0x2 },
+ 'afwithshutter' => { 407 => 0x2a },
+ 'aggregateissuenumber' => { 493 => 'aggregateIssueNumber' },
+ 'aggregationtype' => { 493 => 'aggregationType' },
+ 'agreement' => { 496 => 'agreement' },
+ 'ah2greeninterpolationthreshold' => { 138 => 0xe4e },
+ 'airplanemode' => { 229 => 0x624 },
+ 'aiservocontinuousshooting' => { 83 => 0x15 },
'aiservofirstimage' => { 2 => 0x5 },
- 'aiservofirstimagepriority' => { 83 => 0x519 },
- 'aiservoimagepriority' => { 83 => 0x503 },
+ 'aiservofirstimagepriority' => { 84 => 0x519 },
+ 'aiservoimagepriority' => { 84 => 0x503 },
'aiservosecondimage' => { 2 => 0x6 },
- 'aiservosecondimagepriority' => { 83 => 0x51a },
- 'aiservotrackingmethod' => { 83 => 0x504 },
- 'aiservotrackingsensitivity' => { 82 => 0x14, 83 => 0x502 },
- 'album' => { 371 => ['albm',"\xa9alb"], 373 => 'album', 379 => ['albm',"\xa9alb"], 502 => 'album' },
- 'albumartist' => { 178 => 'WM/AlbumArtist', 371 => 'aART', 379 => 'albr' },
- 'albumcoverurl' => { 178 => 'WM/AlbumCoverURL' },
- 'albumtitle' => { 178 => 'WM/AlbumTitle' },
- 'albumtitleid' => { 371 => 'atID' },
- 'alreadyapplied' => { 476 => 'AlreadyApplied', 478 => 'AlreadyApplied' },
- 'alternatetitle' => { 492 => 'alternateTitle' },
- 'alternatetitlea-lang' => { 492 => [\'alternateTitle','alternateTitleA-lang'] },
- 'alternatetitlea-platform' => { 492 => [\'alternateTitle','alternateTitleA-platform'] },
- 'alternatetitletext' => { 492 => [\'alternateTitle','alternateTitleText'] },
- 'altitude' => { 195 => 0x6 },
- 'alttapename' => { 502 => 'altTapeName' },
- 'alttextaccessibility' => { 487 => 'AltTextAccessibility' },
- 'alttimecode' => { 502 => 'altTimecode' },
- 'alttimecodetimeformat' => { 502 => [\'altTimecode','altTimecodeTimeFormat'] },
- 'alttimecodetimevalue' => { 502 => [\'altTimecode','altTimecodeTimeValue'] },
- 'alttimecodevalue' => { 502 => [\'altTimecode','altTimecodeValue'] },
+ 'aiservosecondimagepriority' => { 84 => 0x51a },
+ 'aiservotrackingmethod' => { 84 => 0x504 },
+ 'aiservotrackingsensitivity' => { 83 => 0x14, 84 => 0x502 },
+ 'album' => { 372 => ['albm',"\xa9alb"], 374 => 'album', 380 => ['albm',"\xa9alb"], 503 => 'album' },
+ 'albumartist' => { 179 => 'WM/AlbumArtist', 372 => 'aART', 380 => 'albr' },
+ 'albumcoverurl' => { 179 => 'WM/AlbumCoverURL' },
+ 'albumtitle' => { 179 => 'WM/AlbumTitle' },
+ 'albumtitleid' => { 372 => 'atID' },
+ 'alreadyapplied' => { 477 => 'AlreadyApplied', 479 => 'AlreadyApplied' },
+ 'alternatetitle' => { 493 => 'alternateTitle' },
+ 'alternatetitlea-lang' => { 493 => [\'alternateTitle','alternateTitleA-lang'] },
+ 'alternatetitlea-platform' => { 493 => [\'alternateTitle','alternateTitleA-platform'] },
+ 'alternatetitletext' => { 493 => [\'alternateTitle','alternateTitleText'] },
+ 'altitude' => { 196 => 0x6 },
+ 'alttapename' => { 503 => 'altTapeName' },
+ 'alttextaccessibility' => { 488 => 'AltTextAccessibility' },
+ 'alttimecode' => { 503 => 'altTimecode' },
+ 'alttimecodetimeformat' => { 503 => [\'altTimecode','altTimecodeTimeFormat'] },
+ 'alttimecodetimevalue' => { 503 => [\'altTimecode','altTimecodeTimeValue'] },
+ 'alttimecodevalue' => { 503 => [\'altTimecode','altTimecodeValue'] },
'ambienceselection' => { 4 => 0x1 },
- 'ambientinfrared' => { 382 => 0x5c },
- 'ambientlight' => { 382 => 0x5e },
- 'ambienttemperature' => { 118 => 0x9400, 380 => 0x14, 381 => 0x46, 382 => 0x50, 443 => 0x4, 483 => 'Temperature' },
- 'ambienttemperaturefahrenheit' => { 380 => 0x13, 381 => 0x44, 382 => 0x4e },
- 'analogbalance' => { 118 => 0xc627 },
- 'analogcaptureiso' => { 137 => 0x89e },
- 'analogisotable' => { 137 => 0x89d },
- 'androidversion' => { 373 => 'com.android.version' },
- 'angleadj' => { 102 => 0x10003, 108 => 0x8b },
- 'angleinforoll' => { 472 => 'AngleInfoRoll' },
- 'angleinfoyaw' => { 472 => 'AngleInfoYaw' },
- 'anti-blur' => { 419 => 0xb04b },
- 'antialiasstrength' => { 118 => 0xc632 },
- 'aperturelock' => { 279 => '38.2', 281 => '38.2', 282 => '38.2', 291 => '38.2', 292 => '38.2', 294 => 0xb8 },
- 'aperturemode' => { 379 => 'apmd' },
- 'aperturerange' => { 83 => 0x10d },
- 'apertureringuse' => { 335 => '1.4' },
- 'aperturesetting' => { 183 => 0x7, 406 => 0x30, 407 => 0x29, 408 => 0x1 },
- 'aperturevalue' => { 92 => 0x2, 118 => 0x9202, 301 => 0x1002, 363 => 0x401, 482 => 'ApertureValue' },
- 'appinfo' => { 456 => 'AppInfo' },
- 'appinfoapplication' => { 456 => [\'AppInfo','AppInfoApplication'] },
- 'appinfoitemuri' => { 456 => [\'AppInfo','AppInfoItemURI'] },
- 'appinfoversion' => { 456 => [\'AppInfo','AppInfoVersion'] },
- 'applekeywords' => { 305 => 'AAPL:Keywords' },
- 'applephotosvariationidentifier' => { 373 => 'apple.photos.variation-identifier' },
- 'applestoreaccount' => { 371 => 'apID' },
- 'applestoreaccounttype' => { 371 => 'akID' },
- 'applestorecatalogid' => { 371 => 'cnID' },
- 'applestorecountry' => { 371 => 'sfID' },
- 'applicationkeystring' => { 137 => 0x400 },
- 'applicationnotes' => { 118 => 0x2bc, 324 => 0x2bc },
- 'applicationrecordversion' => { 130 => 0x0 },
- 'applyshootingmeteringmode' => { 83 => 0x10e },
- 'approved' => { 484 => 'Approved' },
- 'approvedby' => { 484 => 'ApprovedBy' },
- 'approximatefnumber' => { 314 => 0x313, 321 => 0x3406 },
- 'approximatefocusdistance' => { 473 => 'ApproximateFocusDistance' },
- 'appversion' => { 486 => 'AppVersion' },
- 'aps-csizecapture' => { 437 => 0x114, 438 => [0x114,0x1eb,0x1ee,0x21a,0x21c] },
- 'aquahsl' => { 102 => 0x20914 },
- 'armidentifier' => { 131 => 0x78 },
- 'armversion' => { 131 => 0x7a },
- 'arranger' => { 371 => "\xa9arg", 379 => "\xa9arg" },
- 'arrangerkeywords' => { 379 => "\xa9ark" },
- 'artdirector' => { 371 => "\xa9ard" },
- 'artfilter' => { 296 => 0x529 },
- 'artfiltereffect' => { 296 => 0x52f },
- 'artist' => { 118 => 0x13b, 309 => 'Artist', 354 => 0x22e, 371 => "\xa9ART", 373 => 'artist', 379 => "\xa9ART", 498 => 'Artist', 502 => 'artist' },
- 'artmode' => { 112 => 0x301b },
- 'artmodeparameters' => { 112 => 0x310b },
- 'artwork' => { 373 => 'artwork' },
- 'artworkcircadatecreated' => { 488 => [\'ArtworkOrObject','ArtworkOrObjectAOCircaDateCreated'] },
- 'artworkcontentdescription' => { 488 => [\'ArtworkOrObject','ArtworkOrObjectAOContentDescription'] },
- 'artworkcontributiondescription' => { 488 => [\'ArtworkOrObject','ArtworkOrObjectAOContributionDescription'] },
- 'artworkcopyrightnotice' => { 488 => [\'ArtworkOrObject','ArtworkOrObjectAOCopyrightNotice'] },
- 'artworkcopyrightownerid' => { 488 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerId'] },
- 'artworkcopyrightownername' => { 488 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerName'] },
- 'artworkcreator' => { 488 => [\'ArtworkOrObject','ArtworkOrObjectAOCreator'] },
- 'artworkcreatorid' => { 488 => [\'ArtworkOrObject','ArtworkOrObjectAOCreatorId'] },
- 'artworkdatecreated' => { 488 => [\'ArtworkOrObject','ArtworkOrObjectAODateCreated'] },
- 'artworklicensorid' => { 488 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorId'] },
- 'artworklicensorname' => { 488 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorName'] },
- 'artworkorobject' => { 488 => 'ArtworkOrObject' },
- 'artworkphysicaldescription' => { 488 => [\'ArtworkOrObject','ArtworkOrObjectAOPhysicalDescription'] },
- 'artworksource' => { 488 => [\'ArtworkOrObject','ArtworkOrObjectAOSource'] },
- 'artworksourceinventoryno' => { 488 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvNo'] },
- 'artworksourceinvurl' => { 488 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvURL'] },
- 'artworkstyleperiod' => { 488 => [\'ArtworkOrObject','ArtworkOrObjectAOStylePeriod'] },
- 'artworktitle' => { 488 => [\'ArtworkOrObject','ArtworkOrObjectAOTitle'] },
- 'aspectframe' => { 300 => 0x1113 },
- 'aspectratio' => { 5 => 0x0, 300 => 0x1112, 354 => 0x80, 406 => 0x55, 407 => 0x55, 408 => 0xa },
- 'assetid' => { 466 => 'AssetID' },
- 'asshoticcprofile' => { 118 => 0xc68f },
- 'asshotneutral' => { 118 => 0xc628 },
- 'asshotpreprofilematrix' => { 118 => 0xc690 },
- 'asshotprofilename' => { 118 => 0xc6f6 },
- 'asshotwhitexy' => { 118 => 0xc629 },
- 'assignbktbutton' => { 278 => '4.2', 279 => '16.1', 281 => '16.1', 282 => '16.1', 291 => '16.1', 292 => '16.1' },
- 'assignfuncbutton' => { 83 => 0x70b },
- 'assignmb-d17af-onbutton' => { 282 => '79.1' },
- 'assignmb-d17funcbutton' => { 282 => '67.1' },
- 'assignmb-d17funcbuttonplusdials' => { 282 => '68.1' },
- 'assignmb-d18af-onbutton' => { 292 => '79.1' },
- 'assignmb-d18funcbutton' => { 292 => '67.1' },
- 'assignmb-d18funcbuttonplusdials' => { 292 => '68.1' },
- 'assignmoviefunc1buttonplusdials' => { 281 => '75.1', 282 => '75.1', 292 => '75.1' },
- 'assignmoviefunc2button' => { 281 => '82.1', 282 => '82.1', 292 => '82.1' },
- 'assignmoviepreviewbuttonplusdials' => { 281 => '75.2', 282 => '75.2', 292 => '75.2' },
- 'assignmovierecordbutton' => { 279 => '43.2', 291 => '45.1', 294 => 0x9b },
- 'assignmovierecordbuttonplusdials' => { 281 => '45.1', 282 => '45.1', 292 => '45.1' },
- 'assignmoviesubselector' => { 281 => '74.1', 282 => '74.1', 292 => '74.1' },
- 'assignmoviesubselectorplusdials' => { 281 => '76.1', 282 => '76.1', 292 => '76.1' },
- 'assignremotefnbutton' => { 279 => '54.1', 291 => '51.1' },
- 'assistbuttonfunction' => { 81 => 0xd },
- 'atcaptureusercrop' => { 137 => 0x943 },
- 'attributionname' => { 474 => 'attributionName' },
- 'attributionurl' => { 474 => 'attributionURL' },
- 'audio' => { 319 => 0x20 },
- 'audiobitrate' => { 66 => 0x6c, 488 => 'audioBitRate' },
- 'audiobitratemode' => { 488 => 'audioBitRateMode' },
- 'audiobitspersample' => { 488 => 'audioBitsPerSample' },
- 'audiobutton' => { 294 => 0x17b },
- 'audiobuttonplaybackmode' => { 294 => 0x1b9 },
- 'audiochannelcount' => { 488 => 'audioChannelCount' },
- 'audiochannels' => { 66 => 0x70 },
- 'audiochanneltype' => { 502 => 'audioChannelType' },
- 'audiocompression' => { 83 => 0x816, 154 => 'Compression' },
- 'audiocompressor' => { 502 => 'audioCompressor' },
- 'audiodata' => { 458 => 'Data' },
- 'audioduration' => { 130 => 0x99 },
- 'audiogain' => { 373 => 'player.movie.audio.gain' },
- 'audiomimetype' => { 458 => 'Mime' },
- 'audiomoddate' => { 502 => 'audioModDate' },
- 'audiooutcue' => { 130 => 0x9a },
- 'audiosamplerate' => { 66 => 0x6e, 502 => 'audioSampleRate' },
- 'audiosampletype' => { 502 => 'audioSampleType' },
- 'audiosamplingrate' => { 130 => 0x97 },
- 'audiosamplingresolution' => { 130 => 0x98 },
- 'audiotype' => { 130 => 0x96 },
- 'author' => { 156 => 'Author', 305 => 'Author', 309 => 'Author', 370 => 'Author', 371 => ['auth',"\xa9aut"], 373 => 'author', 379 => 'auth', 471 => 'author', 489 => 'Author', 500 => 'Author' },
- 'authorsposition' => { 490 => 'AuthorsPosition' },
- 'authorurl' => { 178 => 'WM/AuthorURL' },
- 'autoafpointcolortracking' => { 83 => 0x51c },
+ 'ambientinfrared' => { 383 => 0x5c },
+ 'ambientlight' => { 383 => 0x5e },
+ 'ambienttemperature' => { 119 => 0x9400, 381 => 0x14, 382 => 0x46, 383 => 0x50, 444 => 0x4, 484 => 'Temperature' },
+ 'ambienttemperaturefahrenheit' => { 381 => 0x13, 382 => 0x44, 383 => 0x4e },
+ 'analogbalance' => { 119 => 0xc627 },
+ 'analogcaptureiso' => { 138 => 0x89e },
+ 'analogisotable' => { 138 => 0x89d },
+ 'androidversion' => { 374 => 'com.android.version' },
+ 'angleadj' => { 103 => 0x10003, 109 => 0x8b },
+ 'angleinforoll' => { 473 => 'AngleInfoRoll' },
+ 'angleinfoyaw' => { 473 => 'AngleInfoYaw' },
+ 'anti-blur' => { 420 => 0xb04b },
+ 'antialiasstrength' => { 119 => 0xc632 },
+ 'aperturelock' => { 280 => '38.2', 282 => '38.2', 283 => '38.2', 292 => '38.2', 293 => '38.2', 295 => 0xb8 },
+ 'aperturemode' => { 380 => 'apmd' },
+ 'aperturerange' => { 84 => 0x10d },
+ 'apertureringuse' => { 336 => '1.4' },
+ 'aperturesetting' => { 184 => 0x7, 407 => 0x30, 408 => 0x29, 409 => 0x1 },
+ 'aperturevalue' => { 93 => 0x2, 119 => 0x9202, 302 => 0x1002, 364 => 0x401, 483 => 'ApertureValue' },
+ 'appinfo' => { 457 => 'AppInfo' },
+ 'appinfoapplication' => { 457 => [\'AppInfo','AppInfoApplication'] },
+ 'appinfoitemuri' => { 457 => [\'AppInfo','AppInfoItemURI'] },
+ 'appinfoversion' => { 457 => [\'AppInfo','AppInfoVersion'] },
+ 'applekeywords' => { 306 => 'AAPL:Keywords' },
+ 'applephotosvariationidentifier' => { 374 => 'apple.photos.variation-identifier' },
+ 'applestoreaccount' => { 372 => 'apID' },
+ 'applestoreaccounttype' => { 372 => 'akID' },
+ 'applestorecatalogid' => { 372 => 'cnID' },
+ 'applestorecountry' => { 372 => 'sfID' },
+ 'applicationkeystring' => { 138 => 0x400 },
+ 'applicationnotes' => { 119 => 0x2bc, 325 => 0x2bc },
+ 'applicationrecordversion' => { 131 => 0x0 },
+ 'applyshootingmeteringmode' => { 84 => 0x10e },
+ 'approved' => { 485 => 'Approved' },
+ 'approvedby' => { 485 => 'ApprovedBy' },
+ 'approximatefnumber' => { 315 => 0x313, 322 => 0x3406 },
+ 'approximatefocusdistance' => { 474 => 'ApproximateFocusDistance' },
+ 'appversion' => { 487 => 'AppVersion' },
+ 'aps-csizecapture' => { 438 => 0x114, 439 => [0x114,0x1eb,0x1ee,0x21a,0x21c] },
+ 'aquahsl' => { 103 => 0x20914 },
+ 'armidentifier' => { 132 => 0x78 },
+ 'armversion' => { 132 => 0x7a },
+ 'arranger' => { 372 => "\xa9arg", 380 => "\xa9arg" },
+ 'arrangerkeywords' => { 380 => "\xa9ark" },
+ 'artdirector' => { 372 => "\xa9ard" },
+ 'artfilter' => { 297 => 0x529 },
+ 'artfiltereffect' => { 297 => 0x52f },
+ 'artist' => { 119 => 0x13b, 310 => 'Artist', 355 => 0x22e, 372 => "\xa9ART", 374 => 'artist', 380 => "\xa9ART", 499 => 'Artist', 503 => 'artist' },
+ 'artmode' => { 113 => 0x301b },
+ 'artmodeparameters' => { 113 => 0x310b },
+ 'artwork' => { 374 => 'artwork' },
+ 'artworkcircadatecreated' => { 489 => [\'ArtworkOrObject','ArtworkOrObjectAOCircaDateCreated'] },
+ 'artworkcontentdescription' => { 489 => [\'ArtworkOrObject','ArtworkOrObjectAOContentDescription'] },
+ 'artworkcontributiondescription' => { 489 => [\'ArtworkOrObject','ArtworkOrObjectAOContributionDescription'] },
+ 'artworkcopyrightnotice' => { 489 => [\'ArtworkOrObject','ArtworkOrObjectAOCopyrightNotice'] },
+ 'artworkcopyrightownerid' => { 489 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerId'] },
+ 'artworkcopyrightownername' => { 489 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerName'] },
+ 'artworkcreator' => { 489 => [\'ArtworkOrObject','ArtworkOrObjectAOCreator'] },
+ 'artworkcreatorid' => { 489 => [\'ArtworkOrObject','ArtworkOrObjectAOCreatorId'] },
+ 'artworkdatecreated' => { 489 => [\'ArtworkOrObject','ArtworkOrObjectAODateCreated'] },
+ 'artworklicensorid' => { 489 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorId'] },
+ 'artworklicensorname' => { 489 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorName'] },
+ 'artworkorobject' => { 489 => 'ArtworkOrObject' },
+ 'artworkphysicaldescription' => { 489 => [\'ArtworkOrObject','ArtworkOrObjectAOPhysicalDescription'] },
+ 'artworksource' => { 489 => [\'ArtworkOrObject','ArtworkOrObjectAOSource'] },
+ 'artworksourceinventoryno' => { 489 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvNo'] },
+ 'artworksourceinvurl' => { 489 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvURL'] },
+ 'artworkstyleperiod' => { 489 => [\'ArtworkOrObject','ArtworkOrObjectAOStylePeriod'] },
+ 'artworktitle' => { 489 => [\'ArtworkOrObject','ArtworkOrObjectAOTitle'] },
+ 'aspectframe' => { 301 => 0x1113 },
+ 'aspectratio' => { 5 => 0x0, 301 => 0x1112, 355 => 0x80, 407 => 0x55, 408 => 0x55, 409 => 0xa },
+ 'assetid' => { 467 => 'AssetID' },
+ 'asshoticcprofile' => { 119 => 0xc68f },
+ 'asshotneutral' => { 119 => 0xc628 },
+ 'asshotpreprofilematrix' => { 119 => 0xc690 },
+ 'asshotprofilename' => { 119 => 0xc6f6 },
+ 'asshotwhitexy' => { 119 => 0xc629 },
+ 'assignbktbutton' => { 279 => '4.2', 280 => '16.1', 282 => '16.1', 283 => '16.1', 292 => '16.1', 293 => '16.1' },
+ 'assignfuncbutton' => { 84 => 0x70b },
+ 'assignmb-d17af-onbutton' => { 283 => '79.1' },
+ 'assignmb-d17funcbutton' => { 283 => '67.1' },
+ 'assignmb-d17funcbuttonplusdials' => { 283 => '68.1' },
+ 'assignmb-d18af-onbutton' => { 293 => '79.1' },
+ 'assignmb-d18funcbutton' => { 293 => '67.1' },
+ 'assignmb-d18funcbuttonplusdials' => { 293 => '68.1' },
+ 'assignmoviefunc1buttonplusdials' => { 282 => '75.1', 283 => '75.1', 293 => '75.1' },
+ 'assignmoviefunc2button' => { 282 => '82.1', 283 => '82.1', 293 => '82.1' },
+ 'assignmoviepreviewbuttonplusdials' => { 282 => '75.2', 283 => '75.2', 293 => '75.2' },
+ 'assignmovierecordbutton' => { 280 => '43.2', 292 => '45.1', 295 => 0x9b },
+ 'assignmovierecordbuttonplusdials' => { 282 => '45.1', 283 => '45.1', 293 => '45.1' },
+ 'assignmoviesubselector' => { 282 => '74.1', 283 => '74.1', 293 => '74.1' },
+ 'assignmoviesubselectorplusdials' => { 282 => '76.1', 283 => '76.1', 293 => '76.1' },
+ 'assignremotefnbutton' => { 280 => '54.1', 292 => '51.1' },
+ 'assistbuttonfunction' => { 82 => 0xd },
+ 'atcaptureusercrop' => { 138 => 0x943 },
+ 'attributionname' => { 475 => 'attributionName' },
+ 'attributionurl' => { 475 => 'attributionURL' },
+ 'audio' => { 320 => 0x20 },
+ 'audiobitrate' => { 67 => 0x6c, 489 => 'audioBitRate' },
+ 'audiobitratemode' => { 489 => 'audioBitRateMode' },
+ 'audiobitspersample' => { 489 => 'audioBitsPerSample' },
+ 'audiobutton' => { 295 => 0x17b },
+ 'audiobuttonplaybackmode' => { 295 => 0x1b9 },
+ 'audiochannelcount' => { 489 => 'audioChannelCount' },
+ 'audiochannels' => { 67 => 0x70 },
+ 'audiochanneltype' => { 503 => 'audioChannelType' },
+ 'audiocompression' => { 84 => 0x816, 155 => 'Compression' },
+ 'audiocompressor' => { 503 => 'audioCompressor' },
+ 'audiodata' => { 459 => 'Data' },
+ 'audioduration' => { 131 => 0x99 },
+ 'audiogain' => { 374 => 'player.movie.audio.gain' },
+ 'audiomimetype' => { 459 => 'Mime' },
+ 'audiomoddate' => { 503 => 'audioModDate' },
+ 'audiooutcue' => { 131 => 0x9a },
+ 'audiosamplerate' => { 67 => 0x6e, 503 => 'audioSampleRate' },
+ 'audiosampletype' => { 503 => 'audioSampleType' },
+ 'audiosamplingrate' => { 131 => 0x97 },
+ 'audiosamplingresolution' => { 131 => 0x98 },
+ 'audiotype' => { 131 => 0x96 },
+ 'author' => { 157 => 'Author', 306 => 'Author', 310 => 'Author', 371 => 'Author', 372 => ['auth',"\xa9aut"], 374 => 'author', 380 => 'auth', 472 => 'author', 490 => 'Author', 501 => 'Author' },
+ 'authorsposition' => { 491 => 'AuthorsPosition' },
+ 'authorurl' => { 179 => 'WM/AuthorURL' },
+ 'autoafpointcolortracking' => { 84 => 0x51c },
'autoafpointseleositraf' => { 2 => 0xa },
- 'autoaperture' => { 345 => '0.1' },
- 'autobracket' => { 396 => 0x19 },
- 'autobracketing' => { 126 => 0x1100, 354 => 0x18, 386 => 0x1007 },
- 'autobracketingmode' => { 290 => '12.3' },
- 'autobracketingset' => { 290 => '12.1' },
- 'autobracketmodem' => { 278 => '21.2', 279 => '13.3', 281 => '13.2', 282 => '13.2', 287 => '26.2', 291 => '13.3', 292 => '13.2', 294 => 0x5f },
- 'autobracketorder' => { 183 => 0x43, 278 => '21.3', 279 => '13.2', 281 => '13.1', 282 => '13.1', 287 => '26.3', 288 => '12.2', 289 => '2.2', 290 => '12.2', 291 => '13.2', 292 => '13.1', 293 => '13.2', 294 => 0x61 },
- 'autobracketset' => { 278 => '21.1', 279 => '13.1', 283 => '11.1', 284 => '12.1', 285 => '12.1', 287 => '26.1', 288 => '12.1', 289 => '2.1', 291 => '13.1', 293 => '13.1' },
- 'autobrightness' => { 476 => 'AutoBrightness', 478 => 'AutoBrightness' },
- 'autocontrast' => { 476 => 'AutoContrast', 478 => 'AutoContrast' },
- 'autodistortioncontrol' => { 205 => 0x4, 227 => 0x143 },
- 'autodynamicrange' => { 126 => 0x140b },
- 'autoexposure' => { 476 => 'AutoExposure', 478 => 'AutoExposure' },
- 'autoexposurebracketing' => { 76 => 0x10 },
- 'autoflashisosensitivity' => { 281 => '38.5', 282 => '38.5', 292 => '38.5', 294 => 0x5b },
- 'autofocus' => { 299 => 0x209 },
- 'autofocusmoderestrictions' => { 294 => 0x107 },
- 'autofp' => { 289 => '7.3', 293 => '31.4' },
- 'autoiso' => { 76 => 0x1, 112 => 0x3008, 228 => 0x142, 280 => '1.1', 289 => '1.1' },
- 'autoisomax' => { 280 => '1.2', 289 => '1.2' },
- 'autoisominshutterspeed' => { 280 => '1.3', 289 => '1.3' },
- 'autolateralca' => { 476 => 'AutoLateralCA', 478 => 'AutoLateralCA' },
- 'autolightingoptimizer' => { 16 => 0xbe, 17 => 0xbf, 20 => 0xbf, 62 => 0x2, 83 => 0x204, 102 => 0x20500, 108 => 0x6f },
- 'autolightingoptimizeron' => { 102 => '0x20500.0', 108 => 0x6e },
- 'autoportraitframed' => { 419 => 0x2016 },
- 'autoredeye' => { 271 => 0xfe28a44f },
- 'autorotate' => { 76 => 0x1b },
- 'autoshadows' => { 476 => 'AutoShadows', 478 => 'AutoShadows' },
- 'autotone' => { 476 => 'AutoTone', 478 => 'AutoTone' },
- 'autotonedigest' => { 476 => 'AutoToneDigest', 478 => 'AutoToneDigest' },
- 'autotonedigestnosat' => { 476 => 'AutoToneDigestNoSat', 478 => 'AutoToneDigestNoSat' },
- 'autowhiteversion' => { 476 => 'AutoWhiteVersion', 478 => 'AutoWhiteVersion' },
- 'auxiliarylens' => { 225 => 0x82 },
- 'avaperturesetting' => { 335 => 0x13 },
+ 'autoaperture' => { 346 => '0.1' },
+ 'autobracket' => { 397 => 0x19 },
+ 'autobracketing' => { 127 => 0x1100, 355 => 0x18, 387 => 0x1007 },
+ 'autobracketingmode' => { 291 => '12.3' },
+ 'autobracketingset' => { 291 => '12.1' },
+ 'autobracketmodem' => { 279 => '21.2', 280 => '13.3', 282 => '13.2', 283 => '13.2', 288 => '26.2', 292 => '13.3', 293 => '13.2', 295 => 0x5f },
+ 'autobracketorder' => { 184 => 0x43, 279 => '21.3', 280 => '13.2', 282 => '13.1', 283 => '13.1', 288 => '26.3', 289 => '12.2', 290 => '2.2', 291 => '12.2', 292 => '13.2', 293 => '13.1', 294 => '13.2', 295 => 0x61 },
+ 'autobracketset' => { 279 => '21.1', 280 => '13.1', 284 => '11.1', 285 => '12.1', 286 => '12.1', 288 => '26.1', 289 => '12.1', 290 => '2.1', 292 => '13.1', 294 => '13.1' },
+ 'autobrightness' => { 477 => 'AutoBrightness', 479 => 'AutoBrightness' },
+ 'autocontrast' => { 477 => 'AutoContrast', 479 => 'AutoContrast' },
+ 'autodistortioncontrol' => { 206 => 0x4, 228 => 0x143 },
+ 'autodynamicrange' => { 127 => 0x140b },
+ 'autoexposure' => { 477 => 'AutoExposure', 479 => 'AutoExposure' },
+ 'autoexposurebracketing' => { 77 => 0x10 },
+ 'autoflashisosensitivity' => { 282 => '38.5', 283 => '38.5', 293 => '38.5', 295 => 0x5b },
+ 'autofocus' => { 300 => 0x209 },
+ 'autofocusmoderestrictions' => { 295 => 0x107 },
+ 'autofp' => { 290 => '7.3', 294 => '31.4' },
+ 'autoiso' => { 77 => 0x1, 113 => 0x3008, 229 => 0x142, 281 => '1.1', 290 => '1.1' },
+ 'autoisomax' => { 281 => '1.2', 290 => '1.2' },
+ 'autoisominshutterspeed' => { 281 => '1.3', 290 => '1.3' },
+ 'autolateralca' => { 477 => 'AutoLateralCA', 479 => 'AutoLateralCA' },
+ 'autolightingoptimizer' => { 16 => 0xbe, 17 => 0xbf, 20 => 0xbf, 62 => 0x2, 84 => 0x204, 103 => 0x20500, 109 => 0x6f },
+ 'autolightingoptimizeron' => { 103 => '0x20500.0', 109 => 0x6e },
+ 'autoportraitframed' => { 420 => 0x2016 },
+ 'autoredeye' => { 272 => 0xfe28a44f },
+ 'autorotate' => { 77 => 0x1b },
+ 'autoshadows' => { 477 => 'AutoShadows', 479 => 'AutoShadows' },
+ 'autotone' => { 477 => 'AutoTone', 479 => 'AutoTone' },
+ 'autotonedigest' => { 477 => 'AutoToneDigest', 479 => 'AutoToneDigest' },
+ 'autotonedigestnosat' => { 477 => 'AutoToneDigestNoSat', 479 => 'AutoToneDigestNoSat' },
+ 'autowhiteversion' => { 477 => 'AutoWhiteVersion', 479 => 'AutoWhiteVersion' },
+ 'auxiliarylens' => { 226 => 0x82 },
+ 'avaperturesetting' => { 336 => 0x13 },
'averageblacklevel' => { 45 => 0xe7, 47 => 0xfb, 48 => 0x114, 49 => 0x146 },
- 'averagelv' => { 186 => 0x38 },
- 'avsettingwithoutlens' => { 83 => 0x707 },
- 'azimuth' => { 164 => 'Azimuth' },
- 'babyage' => { 319 => [0x8010,0x33] },
- 'babyname' => { 319 => 0x66 },
- 'backgroundalpha' => { 497 => 'bgalpha' },
- 'balance' => { 373 => 'player.movie.audio.balance' },
- 'baseexposurecompensation' => { 335 => 0x15 },
- 'baseiso' => { 76 => 0x2, 96 => 0x101c, 137 => 0x903, 321 => 0x312a, 449 => 0x6 },
- 'baseisodaylight' => { 137 => 0x910 },
- 'baseisoflash' => { 137 => 0x913 },
- 'baseisofluorescent' => { 137 => 0x912 },
- 'baseisotungsten' => { 137 => 0x911 },
- 'baselineexposure' => { 118 => 0xc62a },
- 'baselineexposureoffset' => { 118 => 0xc7a5 },
- 'baselinenoise' => { 118 => 0xc62b },
- 'baselinesharpness' => { 118 => 0xc62c },
- 'baseurl' => { 500 => 'BaseURL' },
- 'bass' => { 373 => 'player.movie.audio.bass' },
- 'batterylevel' => { 319 => 0x38, 406 => 0x51, 410 => 0xc, 411 => 0x4, 412 => 0x4, 450 => 0x7 },
- 'batterylevelgrip1' => { 450 => 0x6 },
- 'batterylevelgrip2' => { 450 => 0x8 },
- 'batteryorder' => { 278 => '12.5', 287 => '13.2', 288 => '2.1', 291 => '3.1' },
- 'batterystate' => { 183 => 0x60, 406 => 0x50, 412 => 0x14 },
- 'batterytemperature' => { 410 => 0x1, 412 => 0x2, 450 => 0x5 },
- 'batterytype' => { 63 => 0x38, 382 => 0x66 },
- 'batteryunknown' => { 410 => 0x2, 412 => 0x0 },
- 'batteryvoltage' => { 137 => 0x408, 380 => 0x2a, 381 => 0x49, 382 => 0x62, 410 => 0x8 },
- 'batteryvoltage1' => { 412 => 0x6 },
- 'batteryvoltage2' => { 412 => 0x8 },
- 'batteryvoltageavg' => { 382 => 0x64 },
- 'bayergreensplit' => { 118 => 0xc62d },
- 'bayerpattern' => { 136 => 0xf902, 187 => 0x17 },
- 'beatsperminute' => { 371 => 'tmpo' },
- 'beatspliceparams' => { 502 => 'beatSpliceParams' },
- 'beatspliceparamsriseindecibel' => { 502 => [\'beatSpliceParams','beatSpliceParamsRiseInDecibel'] },
- 'beatspliceparamsriseintimeduration' => { 502 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDuration'] },
- 'beatspliceparamsriseintimedurationscale' => { 502 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationScale'] },
- 'beatspliceparamsriseintimedurationvalue' => { 502 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationValue'] },
- 'beatspliceparamsusefilebeatsmarker' => { 502 => [\'beatSpliceParams','beatSpliceParamsUseFileBeatsMarker'] },
- 'beep' => { 278 => '13.1', 279 => '5.4', 280 => '0.1', 283 => '2.1', 284 => '3.1', 285 => '3.1', 287 => '10.1', 289 => '0.1', 291 => '5.5', 293 => '4.1' },
- 'beeppitch' => { 288 => '3.1' },
- 'beepvolume' => { 288 => '4.5' },
- 'bestqualityscale' => { 118 => 0xc65c },
- 'bestshotmode' => { 112 => 0x3007 },
- 'bitdepth' => { 161 => 'BitDepth', 187 => 0x11, 236 => 0x41 },
- 'bitspercomponent' => { 132 => 0x87 },
- 'bitspersample' => { 118 => 0x102, 324 => 0xa, 498 => 'BitsPerSample' },
- 'blackacquirerows' => { 137 => 0x18ba },
- 'blacklevel' => { 118 => 0xc61a, 203 => 0x20, 225 => 0x3d, 301 => [0x401,0x1012], 363 => 0x21d },
- 'blacklevel2' => { 300 => 0x600, 304 => 0x600 },
- 'blacklevelblue' => { 324 => 0x1e },
- 'blacklevelbottom' => { 137 => 0x3f0 },
- 'blackleveldata' => { 363 => 0x223 },
- 'blackleveldeltah' => { 118 => 0xc61b },
- 'blackleveldeltav' => { 118 => 0xc61c },
- 'blacklevelgreen' => { 324 => 0x1d },
- 'blacklevelred' => { 324 => 0x1c },
- 'blacklevelrepeatdim' => { 118 => 0xc619 },
- 'blacklevelrough' => { 137 => 0x40e },
- 'blacklevelroughafter' => { 137 => 0x416 },
+ 'averagelv' => { 187 => 0x38 },
+ 'avsettingwithoutlens' => { 84 => 0x707 },
+ 'azimuth' => { 165 => 'Azimuth' },
+ 'babyage' => { 320 => [0x8010,0x33] },
+ 'babyname' => { 320 => 0x66 },
+ 'backgroundalpha' => { 498 => 'bgalpha' },
+ 'balance' => { 374 => 'player.movie.audio.balance' },
+ 'baseexposurecompensation' => { 336 => 0x15 },
+ 'baseiso' => { 77 => 0x2, 97 => 0x101c, 138 => 0x903, 322 => 0x312a, 450 => 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 },
+ 'baseurl' => { 501 => 'BaseURL' },
+ 'bass' => { 374 => 'player.movie.audio.bass' },
+ 'batterylevel' => { 320 => 0x38, 407 => 0x51, 411 => 0xc, 412 => 0x4, 413 => 0x4, 451 => 0x7 },
+ 'batterylevelgrip1' => { 451 => 0x6 },
+ 'batterylevelgrip2' => { 451 => 0x8 },
+ 'batteryorder' => { 279 => '12.5', 288 => '13.2', 289 => '2.1', 292 => '3.1' },
+ 'batterystate' => { 184 => 0x60, 407 => 0x50, 413 => 0x14 },
+ 'batterytemperature' => { 411 => 0x1, 413 => 0x2, 451 => 0x5 },
+ 'batterytype' => { 64 => 0x38, 383 => 0x66 },
+ 'batteryunknown' => { 411 => 0x2, 413 => 0x0 },
+ 'batteryvoltage' => { 138 => 0x408, 381 => 0x2a, 382 => 0x49, 383 => 0x62, 411 => 0x8 },
+ 'batteryvoltage1' => { 413 => 0x6 },
+ 'batteryvoltage2' => { 413 => 0x8 },
+ 'batteryvoltageavg' => { 383 => 0x64 },
+ 'bayergreensplit' => { 119 => 0xc62d },
+ 'bayerpattern' => { 137 => 0xf902, 188 => 0x17 },
+ 'beatsperminute' => { 372 => 'tmpo' },
+ 'beatspliceparams' => { 503 => 'beatSpliceParams' },
+ 'beatspliceparamsriseindecibel' => { 503 => [\'beatSpliceParams','beatSpliceParamsRiseInDecibel'] },
+ 'beatspliceparamsriseintimeduration' => { 503 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDuration'] },
+ 'beatspliceparamsriseintimedurationscale' => { 503 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationScale'] },
+ 'beatspliceparamsriseintimedurationvalue' => { 503 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationValue'] },
+ 'beatspliceparamsusefilebeatsmarker' => { 503 => [\'beatSpliceParams','beatSpliceParamsUseFileBeatsMarker'] },
+ 'beep' => { 279 => '13.1', 280 => '5.4', 281 => '0.1', 284 => '2.1', 285 => '3.1', 286 => '3.1', 288 => '10.1', 290 => '0.1', 292 => '5.5', 294 => '4.1' },
+ 'beeppitch' => { 289 => '3.1' },
+ 'beepvolume' => { 289 => '4.5' },
+ 'bestqualityscale' => { 119 => 0xc65c },
+ 'bestshotmode' => { 113 => 0x3007 },
+ 'bitdepth' => { 162 => 'BitDepth', 188 => 0x11, 237 => 0x41 },
+ 'bitspercomponent' => { 133 => 0x87 },
+ 'bitspersample' => { 119 => 0x102, 325 => 0xa, 499 => 'BitsPerSample' },
+ 'blackacquirerows' => { 138 => 0x18ba },
+ 'blacklevel' => { 119 => 0xc61a, 204 => 0x20, 226 => 0x3d, 302 => [0x401,0x1012], 364 => 0x21d },
+ 'blacklevel2' => { 301 => 0x600, 305 => 0x600 },
+ 'blacklevelblue' => { 325 => 0x1e },
+ 'blacklevelbottom' => { 138 => 0x3f0 },
+ 'blackleveldata' => { 364 => 0x223 },
+ 'blackleveldeltah' => { 119 => 0xc61b },
+ 'blackleveldeltav' => { 119 => 0xc61c },
+ 'blacklevelgreen' => { 325 => 0x1d },
+ 'blacklevelred' => { 325 => 0x1c },
+ 'blacklevelrepeatdim' => { 119 => 0xc619 },
+ 'blacklevelrough' => { 138 => 0x40e },
+ 'blacklevelroughafter' => { 138 => 0x416 },
'blacklevels' => { 35 => 0x1d },
- 'blackleveltop' => { 137 => 0x3ef },
- 'blackpoint' => { 354 => 0x200 },
- 'blacks2012' => { 476 => 'Blacks2012', 478 => 'Blacks2012' },
- 'blacksadj' => { 453 => 0x9018 },
- 'bleachbypasstoning' => { 354 => 0x7f },
- 'blockshotafresponse' => { 281 => '1.5', 282 => '1.5', 292 => '1.5', 294 => 0x7 },
- 'blogtitle' => { 492 => 'blogTitle' },
- 'blogurl' => { 492 => 'blogURL' },
- 'bluebalance' => { 301 => 0x1018, 324 => 0x12, 354 => 0x1b },
- 'bluecurvelimits' => { 107 => 0x1fe },
- 'bluecurvepoints' => { 106 => 0x79, 107 => 0x1d4 },
- 'bluehsl' => { 102 => 0x20915 },
- 'bluehue' => { 476 => 'BlueHue', 478 => 'BlueHue' },
- 'bluesaturation' => { 476 => 'BlueSaturation', 478 => 'BlueSaturation' },
- 'bluratinfinity' => { 462 => 'BlurAtInfinity' },
- 'blurcontrol' => { 354 => 0x82 },
- 'blurwarning' => { 126 => 0x1300 },
- 'bodybatteryadload' => { 333 => 0x3 },
- 'bodybatteryadnoload' => { 333 => 0x2 },
- 'bodybatterystate' => { 333 => '1.1' },
- 'bodybatteryvoltage1' => { 333 => 0x2 },
- 'bodybatteryvoltage2' => { 333 => 0x4 },
- 'bodybatteryvoltage3' => { 333 => 0x6 },
- 'bodybatteryvoltage4' => { 333 => 0x8 },
- 'bodyfirmware' => { 387 => 0x0 },
- 'bodyfirmwareversion' => { 297 => 0x104, 298 => 0x100, 301 => 0x104 },
- 'bodyserialnumber' => { 387 => 0x10 },
- 'bookedition' => { 492 => 'bookEdition' },
- 'bootloaderversion' => { 381 => 0x26 },
- 'bracketincrement' => { 228 => 0x21a },
+ 'blackleveltop' => { 138 => 0x3ef },
+ 'blackpoint' => { 355 => 0x200 },
+ 'blacks2012' => { 477 => 'Blacks2012', 479 => 'Blacks2012' },
+ 'blacksadj' => { 454 => 0x9018 },
+ 'bleachbypasstoning' => { 355 => 0x7f },
+ 'blockshotafresponse' => { 282 => '1.5', 283 => '1.5', 293 => '1.5', 295 => 0x7 },
+ 'blogtitle' => { 493 => 'blogTitle' },
+ 'blogurl' => { 493 => 'blogURL' },
+ 'bluebalance' => { 302 => 0x1018, 325 => 0x12, 355 => 0x1b },
+ 'bluecurvelimits' => { 108 => 0x1fe },
+ 'bluecurvepoints' => { 107 => 0x79, 108 => 0x1d4 },
+ 'bluehsl' => { 103 => 0x20915 },
+ 'bluehue' => { 477 => 'BlueHue', 479 => 'BlueHue' },
+ 'bluesaturation' => { 477 => 'BlueSaturation', 479 => 'BlueSaturation' },
+ 'bluratinfinity' => { 463 => 'BlurAtInfinity' },
+ 'blurcontrol' => { 355 => 0x82 },
+ 'blurwarning' => { 127 => 0x1300 },
+ 'bodybatteryadload' => { 334 => 0x3 },
+ 'bodybatteryadnoload' => { 334 => 0x2 },
+ 'bodybatterystate' => { 334 => '1.1' },
+ 'bodybatteryvoltage1' => { 334 => 0x2 },
+ 'bodybatteryvoltage2' => { 334 => 0x4 },
+ 'bodybatteryvoltage3' => { 334 => 0x6 },
+ 'bodybatteryvoltage4' => { 334 => 0x8 },
+ 'bodyfirmware' => { 388 => 0x0 },
+ 'bodyfirmwareversion' => { 298 => 0x104, 299 => 0x100, 302 => 0x104 },
+ 'bodyserialnumber' => { 388 => 0x10 },
+ 'bookedition' => { 493 => 'bookEdition' },
+ 'bootloaderversion' => { 382 => 0x26 },
+ 'bracketincrement' => { 229 => 0x21a },
'bracketmode' => { 57 => 0x3 },
- 'bracketprogram' => { 228 => 0x218 },
- 'bracketsequence' => { 112 => 0x301d },
- 'bracketset' => { 228 => 0x216 },
- 'bracketsettings' => { 319 => 0x45 },
- 'bracketshotnumber' => { 57 => 0x5, 335 => 0x9, 417 => 0x2b },
- 'bracketshotnumber2' => { 417 => 0x2d },
- 'bracketstep' => { 180 => 0xe },
+ 'bracketprogram' => { 229 => 0x218 },
+ 'bracketsequence' => { 113 => 0x301d },
+ 'bracketset' => { 229 => 0x216 },
+ 'bracketsettings' => { 320 => 0x45 },
+ 'bracketshotnumber' => { 57 => 0x5, 336 => 0x9, 418 => 0x2b },
+ 'bracketshotnumber2' => { 418 => 0x2d },
+ 'bracketstep' => { 181 => 0xe },
'bracketvalue' => { 57 => 0x4 },
- 'brightness' => { 118 => 0xfe53, 155 => 'Brightness', 175 => 'Brightness', 180 => 0x2c, 230 => 0x34, 231 => 0x39, 232 => 0x41, 373 => 'player.movie.visual.brightness', 380 => 0x25, 382 => 0x54, 406 => 0x22, 419 => 0x2007, 476 => 'Brightness', 478 => 'Brightness' },
- 'brightnessadj' => { 107 => 0x114, 264 => 0x0, 274 => 0x2d, 453 => 0x8018 },
- 'brightnessvalue' => { 118 => 0x9203, 186 => [0x691,0x49c3], 301 => 0x1003, 424 => 0x1e, 427 => 0x1140, 428 => 0x1140, 429 => 0x111c, 430 => 0x1198, 431 => 0x1174, 432 => 0x102c, 433 => 0x224, 434 => 0x224, 435 => 0x219, 482 => 'BrightnessValue' },
- 'buildnumber' => { 190 => 0x5500 },
- 'bulbduration' => { 76 => 0x18 },
- 'burstcount' => { 137 => 0x40d },
- 'burstid' => { 459 => 'BurstID' },
- 'burstmode' => { 139 => 0xa, 319 => 0x2a },
- 'burstmode2' => { 139 => 0x18 },
- 'burstprimary' => { 459 => 'BurstPrimary' },
- 'burstshot' => { 396 => 0x34 },
- 'burstspeed' => { 319 => 0x77 },
+ 'brightness' => { 119 => 0xfe53, 156 => 'Brightness', 176 => 'Brightness', 181 => 0x2c, 231 => 0x34, 232 => 0x39, 233 => 0x41, 374 => 'player.movie.visual.brightness', 381 => 0x25, 383 => 0x54, 407 => 0x22, 420 => 0x2007, 477 => 'Brightness', 479 => 'Brightness' },
+ 'brightnessadj' => { 108 => 0x114, 265 => 0x0, 275 => 0x2d, 454 => 0x8018 },
+ 'brightnessvalue' => { 119 => 0x9203, 187 => [0x691,0x49c3], 302 => 0x1003, 425 => 0x1e, 428 => 0x1140, 429 => 0x1140, 430 => 0x111c, 431 => 0x1198, 432 => 0x1174, 433 => 0x102c, 434 => 0x224, 435 => 0x224, 436 => 0x219, 483 => 'BrightnessValue' },
+ 'buildnumber' => { 191 => 0x5500 },
+ 'bulbduration' => { 77 => 0x18 },
+ 'burstcount' => { 138 => 0x40d },
+ 'burstid' => { 460 => 'BurstID' },
+ 'burstmode' => { 140 => 0xa, 320 => 0x2a },
+ 'burstmode2' => { 140 => 0x18 },
+ 'burstprimary' => { 460 => 'BurstPrimary' },
+ 'burstshot' => { 397 => 0x34 },
+ 'burstspeed' => { 320 => 0x77 },
'burstuuid' => { 1 => 0xb },
- 'buttonfunctioncontroloff' => { 83 => 0x70a },
- 'bwadjustment' => { 126 => 0x1049 },
- 'bwfilter' => { 180 => 0x2a, 188 => 0x39 },
- 'bwmode' => { 301 => 0x203 },
- 'by-line' => { 130 => 0x50 },
- 'by-linetitle' => { 130 => 0x55 },
- 'bytecount' => { 492 => 'byteCount' },
- 'c14configuration' => { 137 => 0x1964 },
- 'cacheversion' => { 118 => 0xc7aa },
- 'calibratedfocallength' => { 115 => 'CalibratedFocalLength' },
- 'calibratedopticalcenterx' => { 115 => 'CalibratedOpticalCenterX' },
- 'calibratedopticalcentery' => { 115 => 'CalibratedOpticalCenterY' },
- 'calibration' => { 396 => [0x24,0x30] },
- 'calibrationhistory' => { 137 => 0x9c9 },
- 'calibrationilluminant1' => { 118 => 0xc65a },
- 'calibrationilluminant2' => { 118 => 0xc65b },
- 'calibrationilluminant3' => { 118 => 0xcd31 },
- 'calibrationversion' => { 137 => 0x9c6 },
- 'callforimage' => { 466 => 'CallForImage' },
- 'camera' => { 456 => [\'Cameras','CamerasCamera'] },
- 'cameraangle' => { 379 => 'angl', 502 => 'cameraAngle' },
- 'cameraappinfo' => { 456 => [\'Cameras','CamerasCameraAppInfo'] },
- 'cameraappinfoapplication' => { 456 => [\'Cameras','CamerasCameraAppInfoApplication'] },
- 'cameraappinfoitemuri' => { 456 => [\'Cameras','CamerasCameraAppInfoItemURI'] },
- 'cameraappinfoversion' => { 456 => [\'Cameras','CamerasCameraAppInfoVersion'] },
- 'cameraburstid' => { 460 => 'CameraBurstID' },
- 'cameracalibration' => { 396 => 0x11f },
- 'cameracalibration1' => { 118 => 0xc623 },
- 'cameracalibration2' => { 118 => 0xc624 },
- 'cameracalibration3' => { 118 => 0xcd32 },
- 'cameracalibrationsig' => { 118 => 0xc6f3 },
+ 'buttonfunctioncontroloff' => { 84 => 0x70a },
+ 'bwadjustment' => { 127 => 0x1049 },
+ 'bwfilter' => { 181 => 0x2a, 189 => 0x39 },
+ 'bwmode' => { 302 => 0x203 },
+ 'by-line' => { 131 => 0x50 },
+ 'by-linetitle' => { 131 => 0x55 },
+ 'bytecount' => { 493 => 'byteCount' },
+ 'c14configuration' => { 138 => 0x1964 },
+ 'cacheversion' => { 119 => 0xc7aa },
+ 'calibratedfocallength' => { 116 => 'CalibratedFocalLength' },
+ 'calibratedopticalcenterx' => { 116 => 'CalibratedOpticalCenterX' },
+ 'calibratedopticalcentery' => { 116 => 'CalibratedOpticalCenterY' },
+ 'calibration' => { 397 => [0x24,0x30] },
+ 'calibrationhistory' => { 138 => 0x9c9 },
+ 'calibrationilluminant1' => { 119 => 0xc65a },
+ 'calibrationilluminant2' => { 119 => 0xc65b },
+ 'calibrationilluminant3' => { 119 => 0xcd31 },
+ 'calibrationversion' => { 138 => 0x9c6 },
+ 'callforimage' => { 467 => 'CallForImage' },
+ 'camera' => { 457 => [\'Cameras','CamerasCamera'] },
+ 'cameraangle' => { 380 => 'angl', 503 => 'cameraAngle' },
+ 'cameraappinfo' => { 457 => [\'Cameras','CamerasCameraAppInfo'] },
+ 'cameraappinfoapplication' => { 457 => [\'Cameras','CamerasCameraAppInfoApplication'] },
+ 'cameraappinfoitemuri' => { 457 => [\'Cameras','CamerasCameraAppInfoItemURI'] },
+ 'cameraappinfoversion' => { 457 => [\'Cameras','CamerasCameraAppInfoVersion'] },
+ 'cameraburstid' => { 461 => 'CameraBurstID' },
+ 'cameracalibration' => { 397 => 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 },
@@ -1230,477 +1231,479 @@ my %tagLookup = (
'cameracolorcalibration13' => { 36 => 0x30, 37 => 0x3c },
'cameracolorcalibration14' => { 36 => 0x34, 37 => 0x41 },
'cameracolorcalibration15' => { 36 => 0x38, 37 => 0x46 },
- 'cameradepthmap' => { 456 => [\'Cameras','CamerasCameraDepthMap'] },
- 'cameradepthmapconfidenceuri' => { 456 => [\'Cameras','CamerasCameraDepthMapConfidenceURI'] },
- 'cameradepthmapdepthuri' => { 456 => [\'Cameras','CamerasCameraDepthMapDepthURI'] },
- 'cameradepthmapfar' => { 456 => [\'Cameras','CamerasCameraDepthMapFar'] },
- 'cameradepthmapfocaltable' => { 456 => [\'Cameras','CamerasCameraDepthMapFocalTable'] },
- 'cameradepthmapfocaltableentrycount' => { 456 => [\'Cameras','CamerasCameraDepthMapFocalTableEntryCount'] },
- 'cameradepthmapformat' => { 456 => [\'Cameras','CamerasCameraDepthMapFormat'] },
- 'cameradepthmapitemsemantic' => { 456 => [\'Cameras','CamerasCameraDepthMapItemSemantic'] },
- 'cameradepthmapmeasuretype' => { 456 => [\'Cameras','CamerasCameraDepthMapMeasureType'] },
- 'cameradepthmapnear' => { 456 => [\'Cameras','CamerasCameraDepthMapNear'] },
- 'cameradepthmapsoftware' => { 456 => [\'Cameras','CamerasCameraDepthMapSoftware'] },
- 'cameradepthmapunits' => { 456 => [\'Cameras','CamerasCameraDepthMapUnits'] },
- 'cameradirection' => { 373 => 'direction.facing' },
- 'camerae-mountversion' => { 452 => 0xb },
- 'cameraelevationangle' => { 118 => 0x9405, 483 => 'CameraElevationAngle' },
- 'camerafilename' => { 466 => 'CameraFilename' },
- 'cameraid' => { 301 => 0x209, 379 => 'cmid', 395 => 0x209 },
- 'cameraidentifier' => { 373 => 'camera.identifier' },
- 'cameraimage' => { 456 => [\'Cameras','CamerasCameraImage'] },
- 'cameraimageitemsemantic' => { 456 => [\'Cameras','CamerasCameraImageItemSemantic'] },
- 'cameraimageitemuri' => { 456 => [\'Cameras','CamerasCameraImageItemURI'] },
- 'cameraimagingmodel' => { 456 => [\'Cameras','CamerasCameraImagingModel'] },
- 'cameraimagingmodeldistortion' => { 456 => [\'Cameras','CamerasCameraImagingModelDistortion'] },
- 'cameraimagingmodeldistortioncount' => { 456 => [\'Cameras','CamerasCameraImagingModelDistortionCount'] },
- 'cameraimagingmodelfocallengthx' => { 456 => [\'Cameras','CamerasCameraImagingModelFocalLengthX'] },
- 'cameraimagingmodelfocallengthy' => { 456 => [\'Cameras','CamerasCameraImagingModelFocalLengthY'] },
- 'cameraimagingmodelimageheight' => { 456 => [\'Cameras','CamerasCameraImagingModelImageHeight'] },
- 'cameraimagingmodelimagewidth' => { 456 => [\'Cameras','CamerasCameraImagingModelImageWidth'] },
- 'cameraimagingmodelpixelaspectratio' => { 456 => [\'Cameras','CamerasCameraImagingModelPixelAspectRatio'] },
- 'cameraimagingmodelprincipalpointx' => { 456 => [\'Cameras','CamerasCameraImagingModelPrincipalPointX'] },
- 'cameraimagingmodelprincipalpointy' => { 456 => [\'Cameras','CamerasCameraImagingModelPrincipalPointY'] },
- 'cameraimagingmodelskew' => { 456 => [\'Cameras','CamerasCameraImagingModelSkew'] },
+ 'cameradepthmap' => { 457 => [\'Cameras','CamerasCameraDepthMap'] },
+ 'cameradepthmapconfidenceuri' => { 457 => [\'Cameras','CamerasCameraDepthMapConfidenceURI'] },
+ 'cameradepthmapdepthuri' => { 457 => [\'Cameras','CamerasCameraDepthMapDepthURI'] },
+ 'cameradepthmapfar' => { 457 => [\'Cameras','CamerasCameraDepthMapFar'] },
+ 'cameradepthmapfocaltable' => { 457 => [\'Cameras','CamerasCameraDepthMapFocalTable'] },
+ 'cameradepthmapfocaltableentrycount' => { 457 => [\'Cameras','CamerasCameraDepthMapFocalTableEntryCount'] },
+ 'cameradepthmapformat' => { 457 => [\'Cameras','CamerasCameraDepthMapFormat'] },
+ 'cameradepthmapitemsemantic' => { 457 => [\'Cameras','CamerasCameraDepthMapItemSemantic'] },
+ 'cameradepthmapmeasuretype' => { 457 => [\'Cameras','CamerasCameraDepthMapMeasureType'] },
+ 'cameradepthmapnear' => { 457 => [\'Cameras','CamerasCameraDepthMapNear'] },
+ 'cameradepthmapsoftware' => { 457 => [\'Cameras','CamerasCameraDepthMapSoftware'] },
+ 'cameradepthmapunits' => { 457 => [\'Cameras','CamerasCameraDepthMapUnits'] },
+ 'cameradirection' => { 374 => 'direction.facing' },
+ 'camerae-mountversion' => { 453 => 0xb },
+ 'cameraelevationangle' => { 119 => 0x9405, 484 => 'CameraElevationAngle' },
+ 'camerafilename' => { 467 => 'CameraFilename' },
+ 'cameraid' => { 302 => 0x209, 380 => 'cmid', 396 => 0x209 },
+ 'cameraidentifier' => { 374 => 'camera.identifier' },
+ 'cameraimage' => { 457 => [\'Cameras','CamerasCameraImage'] },
+ 'cameraimageitemsemantic' => { 457 => [\'Cameras','CamerasCameraImageItemSemantic'] },
+ 'cameraimageitemuri' => { 457 => [\'Cameras','CamerasCameraImageItemURI'] },
+ 'cameraimagingmodel' => { 457 => [\'Cameras','CamerasCameraImagingModel'] },
+ 'cameraimagingmodeldistortion' => { 457 => [\'Cameras','CamerasCameraImagingModelDistortion'] },
+ 'cameraimagingmodeldistortioncount' => { 457 => [\'Cameras','CamerasCameraImagingModelDistortionCount'] },
+ 'cameraimagingmodelfocallengthx' => { 457 => [\'Cameras','CamerasCameraImagingModelFocalLengthX'] },
+ 'cameraimagingmodelfocallengthy' => { 457 => [\'Cameras','CamerasCameraImagingModelFocalLengthY'] },
+ 'cameraimagingmodelimageheight' => { 457 => [\'Cameras','CamerasCameraImagingModelImageHeight'] },
+ 'cameraimagingmodelimagewidth' => { 457 => [\'Cameras','CamerasCameraImagingModelImageWidth'] },
+ 'cameraimagingmodelpixelaspectratio' => { 457 => [\'Cameras','CamerasCameraImagingModelPixelAspectRatio'] },
+ 'cameraimagingmodelprincipalpointx' => { 457 => [\'Cameras','CamerasCameraImagingModelPrincipalPointX'] },
+ 'cameraimagingmodelprincipalpointy' => { 457 => [\'Cameras','CamerasCameraImagingModelPrincipalPointY'] },
+ 'cameraimagingmodelskew' => { 457 => [\'Cameras','CamerasCameraImagingModelSkew'] },
'cameraiso' => { 34 => 0x10 },
- 'cameralabel' => { 118 => 0xc7a1, 502 => 'cameraLabel' },
- 'cameralightestimate' => { 456 => [\'Cameras','CamerasCameraLightEstimate'] },
- 'cameralightestimatecolorcorrectionb' => { 456 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionB'] },
- 'cameralightestimatecolorcorrectiong' => { 456 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionG'] },
- 'cameralightestimatecolorcorrectionr' => { 456 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionR'] },
- 'cameralightestimatepixelintensity' => { 456 => [\'Cameras','CamerasCameraLightEstimatePixelIntensity'] },
- 'cameramakemodel' => { 466 => 'CameraMakeModel' },
- 'cameramodel' => { 363 => 0x410, 502 => 'cameraModel' },
- 'cameramodelid' => { 175 => 'CameraModelID' },
- 'cameramodelrestriction' => { 476 => 'CameraModelRestriction', 478 => 'CameraModelRestriction' },
- 'cameramotion' => { 373 => 'direction.motion' },
- 'cameramove' => { 502 => '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, 319 => 0x8f, 358 => 0x1, 363 => 0x100, 412 => [0x16,0x18], 440 => 0x28, 441 => 0x24, 442 => 0x29 },
- 'cameraowner' => { 140 => 0xc353 },
- 'cameraparameters' => { 301 => 0x2050 },
+ 'cameralabel' => { 119 => 0xc7a1, 503 => 'cameraLabel' },
+ 'cameralightestimate' => { 457 => [\'Cameras','CamerasCameraLightEstimate'] },
+ 'cameralightestimatecolorcorrectionb' => { 457 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionB'] },
+ 'cameralightestimatecolorcorrectiong' => { 457 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionG'] },
+ 'cameralightestimatecolorcorrectionr' => { 457 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionR'] },
+ 'cameralightestimatepixelintensity' => { 457 => [\'Cameras','CamerasCameraLightEstimatePixelIntensity'] },
+ 'cameramakemodel' => { 467 => 'CameraMakeModel' },
+ 'cameramodel' => { 364 => 0x410, 503 => 'cameraModel' },
+ 'cameramodelid' => { 176 => 'CameraModelID' },
+ 'cameramodelrestriction' => { 477 => 'CameraModelRestriction', 479 => 'CameraModelRestriction' },
+ 'cameramotion' => { 374 => 'direction.motion' },
+ 'cameramove' => { 503 => '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, 320 => 0x8f, 359 => 0x1, 364 => 0x100, 413 => [0x16,0x18], 441 => 0x28, 442 => 0x24, 443 => 0x29 },
+ 'cameraowner' => { 141 => 0xc353 },
+ 'cameraparameters' => { 302 => 0x2050 },
'camerapicturestyle' => { 28 => 0xaf },
- 'camerapitch' => { 114 => 0x9, 379 => "\xa9gpt" },
- 'camerapointcloud' => { 456 => [\'Cameras','CamerasCameraPointCloud'] },
- 'camerapointcloudmetric' => { 456 => [\'Cameras','CamerasCameraPointCloudMetric'] },
- 'camerapointcloudpointcloud' => { 456 => [\'Cameras','CamerasCameraPointCloudPointCloud'] },
- 'camerapointcloudpoints' => { 456 => [\'Cameras','CamerasCameraPointCloudPoints'] },
- 'camerapose' => { 456 => [\'Cameras','CamerasCameraPose'] },
- 'cameraposepositionx' => { 456 => [\'Cameras','CamerasCameraPosePositionX'] },
- 'cameraposepositiony' => { 456 => [\'Cameras','CamerasCameraPosePositionY'] },
- 'cameraposepositionz' => { 456 => [\'Cameras','CamerasCameraPosePositionZ'] },
- 'cameraposerotationw' => { 456 => [\'Cameras','CamerasCameraPoseRotationW'] },
- 'cameraposerotationx' => { 456 => [\'Cameras','CamerasCameraPoseRotationX'] },
- 'cameraposerotationy' => { 456 => [\'Cameras','CamerasCameraPoseRotationY'] },
- 'cameraposerotationz' => { 456 => [\'Cameras','CamerasCameraPoseRotationZ'] },
- 'cameraposetimestamp' => { 456 => [\'Cameras','CamerasCameraPoseTimestamp'] },
- 'cameraprofile' => { 476 => 'CameraProfile', 478 => 'CameraProfile' },
- 'cameraprofiledigest' => { 476 => 'CameraProfileDigest', 478 => 'CameraProfileDigest' },
- 'camerarawcolortone' => { 108 => 0xe1 },
- 'camerarawcontrast' => { 108 => 0xe3 },
- 'camerarawhighlightpoint' => { 108 => 0xe6 },
- 'camerarawlinear' => { 108 => 0xe4 },
- 'camerarawoutputhighlightpoint' => { 108 => 0xe8 },
- 'camerarawoutputshadowpoint' => { 108 => 0xe9 },
- 'camerarawsaturation' => { 108 => 0xe2 },
- 'camerarawshadowpoint' => { 108 => 0xe7 },
- 'camerarawsharpness' => { 108 => 0xe5 },
- 'cameraroll' => { 114 => 0xb, 379 => "\xa9grl" },
- 'cameras' => { 456 => 'Cameras' },
- 'cameraserialnumber' => { 118 => 0xc62f, 177 => 'CameraSerialNumber', 466 => 'CameraSerialNumber' },
- 'camerasettingsversion' => { 296 => 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], 76 => 0xc, 137 => 0x406, 300 => 0x1306, 314 => 0x320, 321 => 0x3402, 354 => 0x47, 393 => 0x43, 444 => 0x5 },
- 'cameratemperature4' => { 359 => 0x14 },
- 'cameratemperature5' => { 359 => 0x16 },
- 'cameratemperaturerangemax' => { 120 => 0x5 },
- 'cameratemperaturerangemin' => { 120 => 0x6 },
- 'cameratrait' => { 456 => [\'Cameras','CamerasCameraTrait'] },
- 'cameratype' => { 76 => 0x1a, 301 => 0x207 },
- 'cameratype2' => { 297 => 0x100 },
- 'cameravendorinfo' => { 456 => [\'Cameras','CamerasCameraVendorInfo'] },
- 'cameravendorinfomanufacturer' => { 456 => [\'Cameras','CamerasCameraVendorInfoManufacturer'] },
- 'cameravendorinfomodel' => { 456 => [\'Cameras','CamerasCameraVendorInfoModel'] },
- 'cameravendorinfonotes' => { 456 => [\'Cameras','CamerasCameraVendorInfoNotes'] },
- 'camerayaw' => { 114 => 0xa, 379 => "\xa9gyw" },
- 'camreverse' => { 115 => 'CamReverse' },
- 'canondr4' => { 119 => 'CanonDR4' },
+ 'camerapitch' => { 115 => 0x9, 380 => "\xa9gpt" },
+ 'camerapointcloud' => { 457 => [\'Cameras','CamerasCameraPointCloud'] },
+ 'camerapointcloudmetric' => { 457 => [\'Cameras','CamerasCameraPointCloudMetric'] },
+ 'camerapointcloudpointcloud' => { 457 => [\'Cameras','CamerasCameraPointCloudPointCloud'] },
+ 'camerapointcloudpoints' => { 457 => [\'Cameras','CamerasCameraPointCloudPoints'] },
+ 'camerapose' => { 457 => [\'Cameras','CamerasCameraPose'] },
+ 'cameraposepositionx' => { 457 => [\'Cameras','CamerasCameraPosePositionX'] },
+ 'cameraposepositiony' => { 457 => [\'Cameras','CamerasCameraPosePositionY'] },
+ 'cameraposepositionz' => { 457 => [\'Cameras','CamerasCameraPosePositionZ'] },
+ 'cameraposerotationw' => { 457 => [\'Cameras','CamerasCameraPoseRotationW'] },
+ 'cameraposerotationx' => { 457 => [\'Cameras','CamerasCameraPoseRotationX'] },
+ 'cameraposerotationy' => { 457 => [\'Cameras','CamerasCameraPoseRotationY'] },
+ 'cameraposerotationz' => { 457 => [\'Cameras','CamerasCameraPoseRotationZ'] },
+ 'cameraposetimestamp' => { 457 => [\'Cameras','CamerasCameraPoseTimestamp'] },
+ 'cameraprofile' => { 477 => 'CameraProfile', 479 => 'CameraProfile' },
+ 'cameraprofiledigest' => { 477 => 'CameraProfileDigest', 479 => 'CameraProfileDigest' },
+ '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, 380 => "\xa9grl" },
+ 'cameras' => { 457 => 'Cameras' },
+ 'cameraserialnumber' => { 119 => 0xc62f, 178 => 'CameraSerialNumber', 467 => 'CameraSerialNumber' },
+ 'camerasettingsversion' => { 297 => 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, 301 => 0x1306, 315 => 0x320, 322 => 0x3402, 355 => 0x47, 394 => 0x43, 445 => 0x5 },
+ 'cameratemperature4' => { 360 => 0x14 },
+ 'cameratemperature5' => { 360 => 0x16 },
+ 'cameratemperaturerangemax' => { 121 => 0x5 },
+ 'cameratemperaturerangemin' => { 121 => 0x6 },
+ 'cameratrait' => { 457 => [\'Cameras','CamerasCameraTrait'] },
+ 'cameratype' => { 77 => 0x1a, 302 => 0x207 },
+ 'cameratype2' => { 298 => 0x100 },
+ 'cameravendorinfo' => { 457 => [\'Cameras','CamerasCameraVendorInfo'] },
+ 'cameravendorinfomanufacturer' => { 457 => [\'Cameras','CamerasCameraVendorInfoManufacturer'] },
+ 'cameravendorinfomodel' => { 457 => [\'Cameras','CamerasCameraVendorInfoModel'] },
+ 'cameravendorinfonotes' => { 457 => [\'Cameras','CamerasCameraVendorInfoNotes'] },
+ 'camerayaw' => { 115 => 0xa, 380 => "\xa9gyw" },
+ 'camreverse' => { 116 => 'CamReverse' },
+ 'canondr4' => { 120 => 'CanonDR4' },
'canonexposuremode' => { 34 => 0x14 },
- 'canonfiledescription' => { 96 => 0x805 },
- 'canonfilelength' => { 63 => 0xe },
- 'canonfirmwareversion' => { 63 => 0x7, 96 => 0x80b },
- 'canonflashinfo' => { 96 => 0x1028 },
+ 'canonfiledescription' => { 97 => 0x805 },
+ 'canonfilelength' => { 64 => 0xe },
+ 'canonfirmwareversion' => { 64 => 0x7, 97 => 0x80b },
+ 'canonflashinfo' => { 97 => 0x1028 },
'canonflashmode' => { 34 => 0x4 },
'canonimagesize' => { 10 => 0x39, 34 => 0xa },
- 'canonimagetype' => { 63 => 0x6, 96 => 0x815 },
- 'canonmodelid' => { 63 => 0x10, 96 => 0x1834 },
- 'canonvrd' => { 119 => 'CanonVRD' },
- 'caption' => { 471 => 'caption' },
- 'caption-abstract' => { 130 => 0x78 },
- 'captionsauthornames' => { 481 => 'CaptionsAuthorNames' },
- 'captionsdatetimestamps' => { 481 => 'CaptionsDateTimeStamps' },
- 'captionwriter' => { 490 => 'CaptionWriter' },
- 'captureframerate' => { 112 => 0x4001 },
- 'captureheightnormal' => { 137 => 0x1839 },
- 'capturelook' => { 137 => 0xc48 },
- 'capturemode' => { 373 => 'com.apple.photos.captureMode' },
- 'capturesoftware' => { 464 => 'CaptureSoftware' },
- 'capturewidthnormal' => { 137 => 0x1838 },
- 'capturewidthtest' => { 137 => 0x1842 },
- 'cardshutterlock' => { 183 => 0x49 },
- 'casioimagesize' => { 112 => 0x9 },
- 'catalogsets' => { 130 => 0xff, 457 => 'CatalogSets', 469 => 'CatalogSets' },
- 'categories' => { 63 => 0x23, 471 => 'categories' },
- 'category' => { 130 => 0xf, 178 => 'WM/Category', 295 => 0x30, 371 => 'catg', 490 => 'Category' },
- 'cbcrgain' => { 393 => 0xa036 },
- 'cbcrgaindefault' => { 393 => 0xa035 },
- 'cbcrmatrix' => { 393 => 0xa034 },
- 'cbcrmatrixdefault' => { 393 => 0xa033 },
- 'ccdboardversion' => { 314 => 0x331 },
- 'ccdscanmode' => { 301 => 0x1039 },
- 'ccdsensitivity' => { 261 => 0x6 },
- 'ccdversion' => { 314 => 0x330 },
- 'cellglobalid' => { 475 => 'cgi' },
- 'celllength' => { 118 => 0x109 },
- 'cellr' => { 475 => 'r' },
- 'celltowerid' => { 475 => 'cellid' },
- 'cellwidth' => { 118 => 0x108 },
- 'centerafarea' => { 289 => '15.1' },
- 'centerfocuspoint' => { 293 => '2.2' },
- 'centerpixel' => { 137 => 0x40c },
- 'centerweightedareasize' => { 278 => '7.1', 279 => '8.1', 281 => '8.1', 282 => '8.1', 286 => '7.1', 287 => '5.1', 288 => '7.1', 289 => '6.3', 291 => '8.1', 292 => '8.1', 293 => '8.1', 294 => 0x1f },
- 'certificate' => { 506 => 'Certificate' },
- 'cfainterpolationalgorithm' => { 137 => 0xe60 },
- 'cfainterpolationmetric' => { 137 => 0xe61 },
- 'cfaoffsetcols' => { 137 => 0xc71 },
- 'cfaoffsetrows' => { 137 => 0xc6f },
- 'cfapattern' => { 118 => 0xa302, 324 => 0x9, 482 => 'CFAPattern' },
- 'cfapattern2' => { 118 => 0x828e },
- 'cfapatterncolumns' => { 482 => [\'CFAPattern','CFAPatternColumns'] },
- 'cfapatternrows' => { 482 => [\'CFAPattern','CFAPatternRows'] },
- 'cfapatternvalues' => { 482 => [\'CFAPattern','CFAPatternValues'] },
- 'cfarepeatpatterndim' => { 118 => 0x828d },
- 'cfazipperfixthreshold' => { 137 => 0xe62 },
- 'channel' => { 492 => 'channel' },
- 'channela-lang' => { 492 => [\'channel','channelA-lang'] },
- 'channelchannel' => { 492 => [\'channel','channelChannel'] },
- 'channels' => { 154 => 'Channels' },
- 'channelsubchannel1' => { 492 => [\'channel','channelSubchannel1'] },
- 'channelsubchannel2' => { 492 => [\'channel','channelSubchannel2'] },
- 'channelsubchannel3' => { 492 => [\'channel','channelSubchannel3'] },
- 'channelsubchannel4' => { 492 => [\'channel','channelSubchannel4'] },
- 'chapterlist' => { 379 => 'chpl' },
- 'checkmark' => { 102 => 0x10101, 107 => 0x26a },
- 'checkmark2' => { 108 => 0x8e },
- 'childfontfiles' => { 507 => [\'Fonts','FontsChildFontFiles'] },
- 'chmodeshootingspeed' => { 278 => '10.3', 279 => '11.2', 294 => 0x10b },
- 'chromablurradius' => { 118 => 0xc631 },
- 'chromanoisecolorspace' => { 137 => 0xe6d },
- 'chromanoiseedgemapthresh' => { 137 => 0xe6c },
- 'chromanoisehighfthresh' => { 137 => 0xe6a },
- 'chromanoiselowfthresh' => { 137 => 0xe6b },
- 'chromaticaberration' => { 102 => 0x20703, 108 => 0x66, 393 => 0xa051 },
- 'chromaticaberrationb' => { 476 => 'ChromaticAberrationB', 478 => 'ChromaticAberrationB' },
- 'chromaticaberrationblue' => { 102 => 0x20708, 108 => 0x6b },
- 'chromaticaberrationcorr' => { 78 => [0x4,0x5] },
- 'chromaticaberrationcorrection' => { 118 => 0x7034, 344 => 0x1, 453 => 0x900d },
- 'chromaticaberrationcorrparams' => { 118 => 0x7035, 448 => 0x66a, 449 => [0x37c,0x384,0x39c,0x3b0,0x3b8] },
- 'chromaticaberrationon' => { 102 => '0x20703.0', 108 => 0x62 },
- 'chromaticaberrationr' => { 476 => 'ChromaticAberrationR', 478 => 'ChromaticAberrationR' },
- 'chromaticaberrationred' => { 102 => 0x20707, 108 => 0x6a },
- 'chromaticaberrationsetting' => { 79 => 0x6 },
- 'chrominancenoisereduction' => { 102 => 0x20601, 108 => 0x5e, 396 => 0x1a },
- 'chrominancenr_tiff_jpeg' => { 108 => 0x60 },
- 'circadatecreated' => { 488 => 'CircaDateCreated' },
- 'circgradbasedcorractive' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'] },
- 'circgradbasedcorramount' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'] },
- 'circgradbasedcorrblacks2012' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'] },
- 'circgradbasedcorrbrightness' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'] },
- 'circgradbasedcorrclarity' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'] },
- 'circgradbasedcorrclarity2012' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'] },
- 'circgradbasedcorrcontrast' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'] },
- 'circgradbasedcorrcontrast2012' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'] },
- 'circgradbasedcorrcorrectionname' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'] },
- 'circgradbasedcorrcorrectionsyncid' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'] },
- 'circgradbasedcorrdefringe' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'] },
- 'circgradbasedcorrdehaze' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDehaze'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDehaze'] },
- 'circgradbasedcorrexposure' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'] },
- 'circgradbasedcorrexposure2012' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'] },
- 'circgradbasedcorrhighlights2012' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'] },
- 'circgradbasedcorrhue' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHue'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHue'] },
- 'circgradbasedcorrluminancenoise' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'] },
- 'circgradbasedcorrmaskalpha' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'] },
- 'circgradbasedcorrmaskangle' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'] },
- 'circgradbasedcorrmaskbottom' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'] },
- 'circgradbasedcorrmaskcentervalue' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'] },
- 'circgradbasedcorrmaskcenterweight' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'] },
- 'circgradbasedcorrmaskdabs' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'] },
- 'circgradbasedcorrmaskfeather' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'] },
- 'circgradbasedcorrmaskflipped' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'] },
- 'circgradbasedcorrmaskflow' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'] },
- 'circgradbasedcorrmaskfullx' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'] },
- 'circgradbasedcorrmaskfully' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'] },
- 'circgradbasedcorrmaskinputdigest' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'] },
- 'circgradbasedcorrmaskleft' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'] },
- 'circgradbasedcorrmaskmaskactive' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'] },
- 'circgradbasedcorrmaskmaskblendmode' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'] },
- 'circgradbasedcorrmaskmaskdigest' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'] },
- 'circgradbasedcorrmaskmaskinverted' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'] },
- 'circgradbasedcorrmaskmaskname' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskName'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskName'] },
- 'circgradbasedcorrmaskmasks' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'] },
- 'circgradbasedcorrmaskmasksalpha' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'] },
- 'circgradbasedcorrmaskmasksangle' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'] },
- 'circgradbasedcorrmaskmasksbottom' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'] },
- 'circgradbasedcorrmaskmaskscentervalue' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue'] },
- 'circgradbasedcorrmaskmaskscenterweight' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
- 'circgradbasedcorrmaskmasksdabs' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'] },
- 'circgradbasedcorrmaskmasksfeather' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'] },
- 'circgradbasedcorrmaskmasksflipped' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'] },
- 'circgradbasedcorrmaskmasksflow' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'] },
- 'circgradbasedcorrmaskmasksfullx' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'] },
- 'circgradbasedcorrmaskmasksfully' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'] },
- 'circgradbasedcorrmaskmasksinputdigest' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest'] },
- 'circgradbasedcorrmaskmasksleft' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'] },
- 'circgradbasedcorrmaskmasksmaskactive' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'] },
- 'circgradbasedcorrmaskmasksmaskblendmode' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
- 'circgradbasedcorrmaskmasksmaskdigest' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
- 'circgradbasedcorrmaskmasksmaskinverted' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
- 'circgradbasedcorrmaskmasksmaskname' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'] },
- 'circgradbasedcorrmaskmasksmasksubtype' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
- 'circgradbasedcorrmaskmasksmasksyncid' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
- 'circgradbasedcorrmaskmasksmaskversion' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
- 'circgradbasedcorrmaskmasksmidpoint' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'] },
- 'circgradbasedcorrmaskmasksorigin' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'] },
- 'circgradbasedcorrmaskmasksperimetervalue' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
- 'circgradbasedcorrmaskmasksradius' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'] },
- 'circgradbasedcorrmaskmasksreferencepoint' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
- 'circgradbasedcorrmaskmasksright' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'] },
- 'circgradbasedcorrmaskmasksroundness' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'] },
- 'circgradbasedcorrmaskmaskssizex' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'] },
- 'circgradbasedcorrmaskmaskssizey' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'] },
- 'circgradbasedcorrmaskmaskstop' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'] },
- 'circgradbasedcorrmaskmasksubtype' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'] },
- 'circgradbasedcorrmaskmasksvalue' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'] },
- 'circgradbasedcorrmaskmasksversion' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'] },
- 'circgradbasedcorrmaskmaskswhat' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'] },
- 'circgradbasedcorrmaskmaskswholeimagearea' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
- 'circgradbasedcorrmaskmasksx' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksX'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksX'] },
- 'circgradbasedcorrmaskmasksy' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksY'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksY'] },
- 'circgradbasedcorrmaskmasksyncid' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'] },
- 'circgradbasedcorrmaskmaskszerox' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'] },
- 'circgradbasedcorrmaskmaskszeroy' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'] },
- 'circgradbasedcorrmaskmaskversion' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'] },
- 'circgradbasedcorrmaskmidpoint' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'] },
- 'circgradbasedcorrmaskorigin' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrigin'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrigin'] },
- 'circgradbasedcorrmaskperimetervalue' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
- 'circgradbasedcorrmaskradius' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'] },
- 'circgradbasedcorrmaskrange' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
- 'circgradbasedcorrmaskrangeareamodels' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
- 'circgradbasedcorrmaskrangeareamodelscolorsampleinfo' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'circgradbasedcorrmaskrangeareamodelscomponents' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'circgradbasedcorrmaskrangecoloramount' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
- 'circgradbasedcorrmaskrangedepthfeather' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
- 'circgradbasedcorrmaskrangedepthmax' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
- 'circgradbasedcorrmaskrangedepthmin' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
- 'circgradbasedcorrmaskrangeinvert' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
- 'circgradbasedcorrmaskrangelumfeather' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
- 'circgradbasedcorrmaskrangeluminancedepthsampleinfo' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'circgradbasedcorrmaskrangelummax' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
- 'circgradbasedcorrmaskrangelummin' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
- 'circgradbasedcorrmaskrangelumrange' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
- 'circgradbasedcorrmaskrangesampletype' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
- 'circgradbasedcorrmaskrangetype' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
- 'circgradbasedcorrmaskrangeversion' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
- 'circgradbasedcorrmaskreferencepoint' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'] },
- 'circgradbasedcorrmaskright' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'] },
- 'circgradbasedcorrmaskroundness' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'] },
- 'circgradbasedcorrmasks' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'] },
- 'circgradbasedcorrmasksizex' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'] },
- 'circgradbasedcorrmasksizey' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'] },
- 'circgradbasedcorrmasktop' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'] },
- 'circgradbasedcorrmaskvalue' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'] },
- 'circgradbasedcorrmaskversion' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'] },
- 'circgradbasedcorrmaskwhat' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'] },
- 'circgradbasedcorrmaskwholeimagearea' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'] },
- 'circgradbasedcorrmaskx' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'] },
- 'circgradbasedcorrmasky' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'] },
- 'circgradbasedcorrmaskzerox' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'] },
- 'circgradbasedcorrmaskzeroy' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'] },
- 'circgradbasedcorrmoire' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'] },
- 'circgradbasedcorrrangemask' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'] },
- 'circgradbasedcorrrangemaskareamodels' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'] },
- 'circgradbasedcorrrangemaskareamodelscolorsampleinfo' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'circgradbasedcorrrangemaskareamodelscomponents' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'circgradbasedcorrrangemaskcoloramount' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'] },
- 'circgradbasedcorrrangemaskdepthfeather' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
- 'circgradbasedcorrrangemaskdepthmax' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'] },
- 'circgradbasedcorrrangemaskdepthmin' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'] },
- 'circgradbasedcorrrangemaskinvert' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'] },
- 'circgradbasedcorrrangemasklumfeather' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'] },
- 'circgradbasedcorrrangemaskluminancedepthsampleinfo' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'circgradbasedcorrrangemasklummax' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'] },
- 'circgradbasedcorrrangemasklummin' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'] },
- 'circgradbasedcorrrangemasklumrange' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'] },
- 'circgradbasedcorrrangemasksampletype' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'] },
- 'circgradbasedcorrrangemasktype' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'] },
- 'circgradbasedcorrrangemaskversion' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'] },
- 'circgradbasedcorrsaturation' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation'] },
- 'circgradbasedcorrshadows2012' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'] },
- 'circgradbasedcorrsharpness' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'] },
- 'circgradbasedcorrtemperature' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'] },
- 'circgradbasedcorrtexture' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTexture'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTexture'] },
- 'circgradbasedcorrtint' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'] },
- 'circgradbasedcorrtoninghue' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'] },
- 'circgradbasedcorrtoningsaturation' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningSaturation'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningSaturation'] },
- 'circgradbasedcorrwhat' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'] },
- 'circgradbasedcorrwhites2012' => { 476 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'], 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'] },
- 'circulargradientbasedcorrections' => { 476 => 'CircularGradientBasedCorrections', 478 => 'CircularGradientBasedCorrections' },
- 'city' => { 130 => 0x5a, 160 => 'City', 319 => 0x6d, 490 => 'City' },
- 'city2' => { 319 => 0x80 },
- 'clarity' => { 231 => 0x35, 232 => 0x3d, 419 => 0x2036, 476 => 'Clarity', 478 => 'Clarity' },
- 'clarity2012' => { 476 => 'Clarity2012', 478 => 'Clarity2012' },
- 'claritycontrol' => { 354 => 0x96 },
- 'classification' => { 379 => 'clsf' },
- 'classifystate' => { 130 => 0xe1 },
- 'clearretouch' => { 319 => 0x7c },
- 'clearretouchvalue' => { 319 => 0xa3 },
- 'client' => { 502 => 'client' },
- 'clientname' => { 484 => 'ClientName' },
- 'clipboardaspectratio' => { 476 => 'ClipboardAspectRatio', 478 => 'ClipboardAspectRatio' },
- 'clipboardorientation' => { 476 => 'ClipboardOrientation', 478 => 'ClipboardOrientation' },
- 'clipfilename' => { 379 => 'clfn' },
- 'clipid' => { 379 => 'clid' },
- 'clmodeshootingspeed' => { 278 => '10.2', 279 => '11.3', 281 => '11.2', 282 => '11.2', 287 => '11.2', 288 => '10.2', 291 => '11.2', 292 => '11.2', 293 => '11.1', 294 => 0x3b },
- 'cluster' => { 476 => 'Cluster', 478 => 'Cluster' },
- 'cmcontrast' => { 304 => 0x2022 },
- 'cmddialsreverserotation' => { 294 => 0xba },
- 'cmexposurecompensation' => { 304 => 0x2000 },
- 'cmhue' => { 304 => 0x2021 },
- 'cmsaturation' => { 304 => 0x2020 },
- 'cmsharpness' => { 304 => 0x2023 },
- 'cmwhitebalance' => { 304 => 0x2001 },
- 'cmwhitebalancecomp' => { 304 => 0x2002 },
- 'cmwhitebalancegraypoint' => { 304 => 0x2010 },
- 'codec' => { 168 => 'Codec' },
- 'codedcharacterset' => { 131 => 0x5a },
- 'codeversion' => { 379 => 'cver' },
- 'collection' => { 309 => 'Collection' },
- 'collectionname' => { 169 => [\'Collections','CollectionsCollectionName'], 379 => 'coll' },
- 'collections' => { 169 => 'Collections', 471 => 'collections' },
- 'collectionuri' => { 169 => [\'Collections','CollectionsCollectionURI'] },
- 'color' => { 373 => 'player.movie.visual.color', 491 => 'color' },
- 'coloraberrationcontrol' => { 271 => 0xc89224b },
- 'coloradjustment' => { 396 => 0x14 },
- 'coloradjustmentmode' => { 395 => 0x210 },
- 'coloranta' => { 507 => [\'Colorants','ColorantsA'] },
- 'colorantb' => { 507 => [\'Colorants','ColorantsB'] },
- 'colorantblack' => { 507 => [\'Colorants','ColorantsBlack'] },
- 'colorantblue' => { 507 => [\'Colorants','ColorantsBlue'] },
- 'colorantcyan' => { 507 => [\'Colorants','ColorantsCyan'] },
- 'colorantgray' => { 507 => [\'Colorants','ColorantsGray'] },
- 'colorantgreen' => { 507 => [\'Colorants','ColorantsGreen'] },
- 'colorantl' => { 507 => [\'Colorants','ColorantsL'] },
- 'colorantmagenta' => { 507 => [\'Colorants','ColorantsMagenta'] },
- 'colorantmode' => { 507 => [\'Colorants','ColorantsMode'] },
- 'colorantred' => { 507 => [\'Colorants','ColorantsRed'] },
- 'colorants' => { 507 => 'Colorants' },
- 'colorantswatchname' => { 507 => [\'Colorants','ColorantsSwatchName'] },
- 'coloranttint' => { 507 => [\'Colorants','ColorantsTint'] },
- 'coloranttype' => { 507 => [\'Colorants','ColorantsType'] },
- 'colorantyellow' => { 507 => [\'Colorants','ColorantsYellow'] },
- 'colorbalance' => { 155 => 'ColorBalance' },
- 'colorbalanceadj' => { 271 => 0x76a43202 },
- 'colorbalanceblue' => { 180 => 0x1e },
- 'colorbalancegreen' => { 180 => 0x1d },
- 'colorbalancered' => { 180 => 0x1c },
- 'colorbalanceversion' => { 202 => 0x4, 203 => 0x4, 204 => 0x0 },
- 'colorblur' => { 108 => 0x65 },
- 'colorbluron' => { 102 => 0x20704 },
- 'colorbooster' => { 271 => 0x5f0e7d23 },
- 'colorboostlevel' => { 265 => 0x1 },
- 'colorboosttype' => { 265 => 0x0 },
- 'colorchromeeffect' => { 126 => 0x1048 },
- 'colorchromefxblue' => { 126 => 0x104e },
- 'colorclass' => { 365 => 0xde, 366 => 'ColorClass' },
- 'colorcompensationfilter' => { 183 => [0x3a,0x5f], 185 => 0x111, 419 => 0xb022 },
- 'colorcompensationfiltercustom' => { 406 => 0xd, 407 => 0xc },
- 'colorcompensationfilterset' => { 406 => 0x8, 407 => 0x7, 408 => 0x18, 424 => 0xf },
- 'colorcontrol' => { 301 => 0x102b },
- 'colorcorrection' => { 453 => 0x8015 },
- 'colorcreatoreffect' => { 296 => 0x532 },
+ 'canonimagetype' => { 64 => 0x6, 97 => 0x815 },
+ 'canonlogversion' => { 63 => 0xb },
+ 'canonmodelid' => { 64 => 0x10, 97 => 0x1834 },
+ 'canonvrd' => { 120 => 'CanonVRD' },
+ 'caption' => { 472 => 'caption' },
+ 'caption-abstract' => { 131 => 0x78 },
+ 'captionsauthornames' => { 482 => 'CaptionsAuthorNames' },
+ 'captionsdatetimestamps' => { 482 => 'CaptionsDateTimeStamps' },
+ 'captionwriter' => { 491 => 'CaptionWriter' },
+ 'captureframerate' => { 113 => 0x4001 },
+ 'captureheightnormal' => { 138 => 0x1839 },
+ 'capturelook' => { 138 => 0xc48 },
+ 'capturemode' => { 374 => 'com.apple.photos.captureMode' },
+ 'capturesoftware' => { 465 => 'CaptureSoftware' },
+ 'capturewidthnormal' => { 138 => 0x1838 },
+ 'capturewidthtest' => { 138 => 0x1842 },
+ 'cardshutterlock' => { 184 => 0x49 },
+ 'casioimagesize' => { 113 => 0x9 },
+ 'catalogsets' => { 131 => 0xff, 458 => 'CatalogSets', 470 => 'CatalogSets' },
+ 'categories' => { 64 => 0x23, 472 => 'categories' },
+ 'category' => { 131 => 0xf, 179 => 'WM/Category', 296 => 0x30, 372 => 'catg', 491 => 'Category' },
+ 'cbcrgain' => { 394 => 0xa036 },
+ 'cbcrgaindefault' => { 394 => 0xa035 },
+ 'cbcrmatrix' => { 394 => 0xa034 },
+ 'cbcrmatrixdefault' => { 394 => 0xa033 },
+ 'ccdboardversion' => { 315 => 0x331 },
+ 'ccdscanmode' => { 302 => 0x1039 },
+ 'ccdsensitivity' => { 262 => 0x6 },
+ 'ccdversion' => { 315 => 0x330 },
+ 'cellglobalid' => { 476 => 'cgi' },
+ 'celllength' => { 119 => 0x109 },
+ 'cellr' => { 476 => 'r' },
+ 'celltowerid' => { 476 => 'cellid' },
+ 'cellwidth' => { 119 => 0x108 },
+ 'centerafarea' => { 290 => '15.1' },
+ 'centerfocuspoint' => { 294 => '2.2' },
+ 'centerpixel' => { 138 => 0x40c },
+ 'centerweightedareasize' => { 279 => '7.1', 280 => '8.1', 282 => '8.1', 283 => '8.1', 287 => '7.1', 288 => '5.1', 289 => '7.1', 290 => '6.3', 292 => '8.1', 293 => '8.1', 294 => '8.1', 295 => 0x1f },
+ 'certificate' => { 507 => 'Certificate' },
+ 'cfainterpolationalgorithm' => { 138 => 0xe60 },
+ 'cfainterpolationmetric' => { 138 => 0xe61 },
+ 'cfaoffsetcols' => { 138 => 0xc71 },
+ 'cfaoffsetrows' => { 138 => 0xc6f },
+ 'cfapattern' => { 119 => 0xa302, 325 => 0x9, 483 => 'CFAPattern' },
+ 'cfapattern2' => { 119 => 0x828e },
+ 'cfapatterncolumns' => { 483 => [\'CFAPattern','CFAPatternColumns'] },
+ 'cfapatternrows' => { 483 => [\'CFAPattern','CFAPatternRows'] },
+ 'cfapatternvalues' => { 483 => [\'CFAPattern','CFAPatternValues'] },
+ 'cfarepeatpatterndim' => { 119 => 0x828d },
+ 'cfazipperfixthreshold' => { 138 => 0xe62 },
+ 'channel' => { 493 => 'channel' },
+ 'channela-lang' => { 493 => [\'channel','channelA-lang'] },
+ 'channelchannel' => { 493 => [\'channel','channelChannel'] },
+ 'channels' => { 155 => 'Channels' },
+ 'channelsubchannel1' => { 493 => [\'channel','channelSubchannel1'] },
+ 'channelsubchannel2' => { 493 => [\'channel','channelSubchannel2'] },
+ 'channelsubchannel3' => { 493 => [\'channel','channelSubchannel3'] },
+ 'channelsubchannel4' => { 493 => [\'channel','channelSubchannel4'] },
+ 'chapterlist' => { 380 => 'chpl' },
+ 'checkmark' => { 103 => 0x10101, 108 => 0x26a },
+ 'checkmark2' => { 109 => 0x8e },
+ 'childfontfiles' => { 508 => [\'Fonts','FontsChildFontFiles'] },
+ 'chmodeshootingspeed' => { 279 => '10.3', 280 => '11.2', 295 => 0x10b },
+ 'chromablurradius' => { 119 => 0xc631 },
+ 'chromanoisecolorspace' => { 138 => 0xe6d },
+ 'chromanoiseedgemapthresh' => { 138 => 0xe6c },
+ 'chromanoisehighfthresh' => { 138 => 0xe6a },
+ 'chromanoiselowfthresh' => { 138 => 0xe6b },
+ 'chromaticaberration' => { 103 => 0x20703, 109 => 0x66, 394 => 0xa051 },
+ 'chromaticaberrationb' => { 477 => 'ChromaticAberrationB', 479 => 'ChromaticAberrationB' },
+ 'chromaticaberrationblue' => { 103 => 0x20708, 109 => 0x6b },
+ 'chromaticaberrationcorr' => { 79 => [0x4,0x5] },
+ 'chromaticaberrationcorrection' => { 119 => 0x7034, 345 => 0x1, 454 => 0x900d },
+ 'chromaticaberrationcorrparams' => { 119 => 0x7035, 449 => 0x66a, 450 => [0x37c,0x384,0x39c,0x3b0,0x3b8] },
+ 'chromaticaberrationon' => { 103 => '0x20703.0', 109 => 0x62 },
+ 'chromaticaberrationr' => { 477 => 'ChromaticAberrationR', 479 => 'ChromaticAberrationR' },
+ 'chromaticaberrationred' => { 103 => 0x20707, 109 => 0x6a },
+ 'chromaticaberrationsetting' => { 80 => 0x6 },
+ 'chrominancenoisereduction' => { 103 => 0x20601, 109 => 0x5e, 397 => 0x1a },
+ 'chrominancenr_tiff_jpeg' => { 109 => 0x60 },
+ 'circadatecreated' => { 489 => 'CircaDateCreated' },
+ 'circgradbasedcorractive' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'] },
+ 'circgradbasedcorramount' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'] },
+ 'circgradbasedcorrblacks2012' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'] },
+ 'circgradbasedcorrbrightness' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'] },
+ 'circgradbasedcorrclarity' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'] },
+ 'circgradbasedcorrclarity2012' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'] },
+ 'circgradbasedcorrcontrast' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'] },
+ 'circgradbasedcorrcontrast2012' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'] },
+ 'circgradbasedcorrcorrectionname' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'] },
+ 'circgradbasedcorrcorrectionsyncid' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'] },
+ 'circgradbasedcorrdefringe' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'] },
+ 'circgradbasedcorrdehaze' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDehaze'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDehaze'] },
+ 'circgradbasedcorrexposure' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'] },
+ 'circgradbasedcorrexposure2012' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'] },
+ 'circgradbasedcorrhighlights2012' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'] },
+ 'circgradbasedcorrhue' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHue'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHue'] },
+ 'circgradbasedcorrluminancenoise' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'] },
+ 'circgradbasedcorrmaskalpha' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'] },
+ 'circgradbasedcorrmaskangle' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'] },
+ 'circgradbasedcorrmaskbottom' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'] },
+ 'circgradbasedcorrmaskcentervalue' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'] },
+ 'circgradbasedcorrmaskcenterweight' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'] },
+ 'circgradbasedcorrmaskdabs' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'] },
+ 'circgradbasedcorrmaskfeather' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'] },
+ 'circgradbasedcorrmaskflipped' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'] },
+ 'circgradbasedcorrmaskflow' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'] },
+ 'circgradbasedcorrmaskfullx' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'] },
+ 'circgradbasedcorrmaskfully' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'] },
+ 'circgradbasedcorrmaskinputdigest' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'] },
+ 'circgradbasedcorrmaskleft' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'] },
+ 'circgradbasedcorrmaskmaskactive' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'] },
+ 'circgradbasedcorrmaskmaskblendmode' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'] },
+ 'circgradbasedcorrmaskmaskdigest' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'] },
+ 'circgradbasedcorrmaskmaskinverted' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'] },
+ 'circgradbasedcorrmaskmaskname' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskName'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskName'] },
+ 'circgradbasedcorrmaskmasks' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'] },
+ 'circgradbasedcorrmaskmasksalpha' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'] },
+ 'circgradbasedcorrmaskmasksangle' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'] },
+ 'circgradbasedcorrmaskmasksbottom' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'] },
+ 'circgradbasedcorrmaskmaskscentervalue' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue'] },
+ 'circgradbasedcorrmaskmaskscenterweight' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
+ 'circgradbasedcorrmaskmasksdabs' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'] },
+ 'circgradbasedcorrmaskmasksfeather' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'] },
+ 'circgradbasedcorrmaskmasksflipped' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'] },
+ 'circgradbasedcorrmaskmasksflow' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'] },
+ 'circgradbasedcorrmaskmasksfullx' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'] },
+ 'circgradbasedcorrmaskmasksfully' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'] },
+ 'circgradbasedcorrmaskmasksinputdigest' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest'] },
+ 'circgradbasedcorrmaskmasksleft' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'] },
+ 'circgradbasedcorrmaskmasksmaskactive' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'] },
+ 'circgradbasedcorrmaskmasksmaskblendmode' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
+ 'circgradbasedcorrmaskmasksmaskdigest' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
+ 'circgradbasedcorrmaskmasksmaskinverted' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
+ 'circgradbasedcorrmaskmasksmaskname' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'] },
+ 'circgradbasedcorrmaskmasksmasksubtype' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
+ 'circgradbasedcorrmaskmasksmasksyncid' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
+ 'circgradbasedcorrmaskmasksmaskversion' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
+ 'circgradbasedcorrmaskmasksmidpoint' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'] },
+ 'circgradbasedcorrmaskmasksorigin' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'] },
+ 'circgradbasedcorrmaskmasksperimetervalue' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
+ 'circgradbasedcorrmaskmasksradius' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'] },
+ 'circgradbasedcorrmaskmasksreferencepoint' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
+ 'circgradbasedcorrmaskmasksright' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'] },
+ 'circgradbasedcorrmaskmasksroundness' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'] },
+ 'circgradbasedcorrmaskmaskssizex' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'] },
+ 'circgradbasedcorrmaskmaskssizey' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'] },
+ 'circgradbasedcorrmaskmaskstop' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'] },
+ 'circgradbasedcorrmaskmasksubtype' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'] },
+ 'circgradbasedcorrmaskmasksvalue' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'] },
+ 'circgradbasedcorrmaskmasksversion' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'] },
+ 'circgradbasedcorrmaskmaskswhat' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'] },
+ 'circgradbasedcorrmaskmaskswholeimagearea' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
+ 'circgradbasedcorrmaskmasksx' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksX'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksX'] },
+ 'circgradbasedcorrmaskmasksy' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksY'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksY'] },
+ 'circgradbasedcorrmaskmasksyncid' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'] },
+ 'circgradbasedcorrmaskmaskszerox' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'] },
+ 'circgradbasedcorrmaskmaskszeroy' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'] },
+ 'circgradbasedcorrmaskmaskversion' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'] },
+ 'circgradbasedcorrmaskmidpoint' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'] },
+ 'circgradbasedcorrmaskorigin' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrigin'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrigin'] },
+ 'circgradbasedcorrmaskperimetervalue' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
+ 'circgradbasedcorrmaskradius' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'] },
+ 'circgradbasedcorrmaskrange' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
+ 'circgradbasedcorrmaskrangeareamodels' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
+ 'circgradbasedcorrmaskrangeareamodelscolorsampleinfo' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'circgradbasedcorrmaskrangeareamodelscomponents' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'circgradbasedcorrmaskrangecoloramount' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
+ 'circgradbasedcorrmaskrangedepthfeather' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
+ 'circgradbasedcorrmaskrangedepthmax' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
+ 'circgradbasedcorrmaskrangedepthmin' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
+ 'circgradbasedcorrmaskrangeinvert' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
+ 'circgradbasedcorrmaskrangelumfeather' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
+ 'circgradbasedcorrmaskrangeluminancedepthsampleinfo' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'circgradbasedcorrmaskrangelummax' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
+ 'circgradbasedcorrmaskrangelummin' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
+ 'circgradbasedcorrmaskrangelumrange' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
+ 'circgradbasedcorrmaskrangesampletype' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
+ 'circgradbasedcorrmaskrangetype' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
+ 'circgradbasedcorrmaskrangeversion' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
+ 'circgradbasedcorrmaskreferencepoint' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'] },
+ 'circgradbasedcorrmaskright' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'] },
+ 'circgradbasedcorrmaskroundness' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'] },
+ 'circgradbasedcorrmasks' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'] },
+ 'circgradbasedcorrmasksizex' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'] },
+ 'circgradbasedcorrmasksizey' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'] },
+ 'circgradbasedcorrmasktop' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'] },
+ 'circgradbasedcorrmaskvalue' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'] },
+ 'circgradbasedcorrmaskversion' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'] },
+ 'circgradbasedcorrmaskwhat' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'] },
+ 'circgradbasedcorrmaskwholeimagearea' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'] },
+ 'circgradbasedcorrmaskx' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'] },
+ 'circgradbasedcorrmasky' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'] },
+ 'circgradbasedcorrmaskzerox' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'] },
+ 'circgradbasedcorrmaskzeroy' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'] },
+ 'circgradbasedcorrmoire' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'] },
+ 'circgradbasedcorrrangemask' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'] },
+ 'circgradbasedcorrrangemaskareamodels' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'] },
+ 'circgradbasedcorrrangemaskareamodelscolorsampleinfo' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'circgradbasedcorrrangemaskareamodelscomponents' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'circgradbasedcorrrangemaskcoloramount' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'] },
+ 'circgradbasedcorrrangemaskdepthfeather' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
+ 'circgradbasedcorrrangemaskdepthmax' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'] },
+ 'circgradbasedcorrrangemaskdepthmin' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'] },
+ 'circgradbasedcorrrangemaskinvert' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'] },
+ 'circgradbasedcorrrangemasklumfeather' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'] },
+ 'circgradbasedcorrrangemaskluminancedepthsampleinfo' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'circgradbasedcorrrangemasklummax' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'] },
+ 'circgradbasedcorrrangemasklummin' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'] },
+ 'circgradbasedcorrrangemasklumrange' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'] },
+ 'circgradbasedcorrrangemasksampletype' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'] },
+ 'circgradbasedcorrrangemasktype' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'] },
+ 'circgradbasedcorrrangemaskversion' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'] },
+ 'circgradbasedcorrsaturation' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation'] },
+ 'circgradbasedcorrshadows2012' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'] },
+ 'circgradbasedcorrsharpness' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'] },
+ 'circgradbasedcorrtemperature' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'] },
+ 'circgradbasedcorrtexture' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTexture'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTexture'] },
+ 'circgradbasedcorrtint' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'] },
+ 'circgradbasedcorrtoninghue' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'] },
+ 'circgradbasedcorrtoningsaturation' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningSaturation'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningSaturation'] },
+ 'circgradbasedcorrwhat' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'] },
+ 'circgradbasedcorrwhites2012' => { 477 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'], 479 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'] },
+ 'circulargradientbasedcorrections' => { 477 => 'CircularGradientBasedCorrections', 479 => 'CircularGradientBasedCorrections' },
+ 'city' => { 131 => 0x5a, 161 => 'City', 320 => 0x6d, 491 => 'City' },
+ 'city2' => { 320 => 0x80 },
+ 'clarity' => { 232 => 0x35, 233 => 0x3d, 420 => 0x2036, 477 => 'Clarity', 479 => 'Clarity' },
+ 'clarity2012' => { 477 => 'Clarity2012', 479 => 'Clarity2012' },
+ 'claritycontrol' => { 355 => 0x96 },
+ 'classification' => { 380 => 'clsf' },
+ 'classifystate' => { 131 => 0xe1 },
+ 'clearretouch' => { 320 => 0x7c },
+ 'clearretouchvalue' => { 320 => 0xa3 },
+ 'client' => { 503 => 'client' },
+ 'clientname' => { 485 => 'ClientName' },
+ 'clipboardaspectratio' => { 477 => 'ClipboardAspectRatio', 479 => 'ClipboardAspectRatio' },
+ 'clipboardorientation' => { 477 => 'ClipboardOrientation', 479 => 'ClipboardOrientation' },
+ 'clipfilename' => { 380 => 'clfn' },
+ 'clipid' => { 380 => 'clid' },
+ 'clmodeshootingspeed' => { 279 => '10.2', 280 => '11.3', 282 => '11.2', 283 => '11.2', 288 => '11.2', 289 => '10.2', 292 => '11.2', 293 => '11.2', 294 => '11.1', 295 => 0x3b },
+ 'cluster' => { 477 => 'Cluster', 479 => 'Cluster' },
+ 'cmcontrast' => { 305 => 0x2022 },
+ 'cmddialsreverserotation' => { 295 => 0xba },
+ 'cmexposurecompensation' => { 305 => 0x2000 },
+ 'cmhue' => { 305 => 0x2021 },
+ 'cmsaturation' => { 305 => 0x2020 },
+ 'cmsharpness' => { 305 => 0x2023 },
+ 'cmwhitebalance' => { 305 => 0x2001 },
+ 'cmwhitebalancecomp' => { 305 => 0x2002 },
+ 'cmwhitebalancegraypoint' => { 305 => 0x2010 },
+ 'codec' => { 169 => 'Codec' },
+ 'codedcharacterset' => { 132 => 0x5a },
+ 'codeversion' => { 380 => 'cver' },
+ 'collection' => { 310 => 'Collection' },
+ 'collectionname' => { 170 => [\'Collections','CollectionsCollectionName'], 380 => 'coll' },
+ 'collections' => { 170 => 'Collections', 472 => 'collections' },
+ 'collectionuri' => { 170 => [\'Collections','CollectionsCollectionURI'] },
+ 'color' => { 374 => 'player.movie.visual.color', 492 => 'color' },
+ 'coloraberrationcontrol' => { 272 => 0xc89224b },
+ 'coloradjustment' => { 397 => 0x14 },
+ 'coloradjustmentmode' => { 396 => 0x210 },
+ 'coloranta' => { 508 => [\'Colorants','ColorantsA'] },
+ 'colorantb' => { 508 => [\'Colorants','ColorantsB'] },
+ 'colorantblack' => { 508 => [\'Colorants','ColorantsBlack'] },
+ 'colorantblue' => { 508 => [\'Colorants','ColorantsBlue'] },
+ 'colorantcyan' => { 508 => [\'Colorants','ColorantsCyan'] },
+ 'colorantgray' => { 508 => [\'Colorants','ColorantsGray'] },
+ 'colorantgreen' => { 508 => [\'Colorants','ColorantsGreen'] },
+ 'colorantl' => { 508 => [\'Colorants','ColorantsL'] },
+ 'colorantmagenta' => { 508 => [\'Colorants','ColorantsMagenta'] },
+ 'colorantmode' => { 508 => [\'Colorants','ColorantsMode'] },
+ 'colorantred' => { 508 => [\'Colorants','ColorantsRed'] },
+ 'colorants' => { 508 => 'Colorants' },
+ 'colorantswatchname' => { 508 => [\'Colorants','ColorantsSwatchName'] },
+ 'coloranttint' => { 508 => [\'Colorants','ColorantsTint'] },
+ 'coloranttype' => { 508 => [\'Colorants','ColorantsType'] },
+ 'colorantyellow' => { 508 => [\'Colorants','ColorantsYellow'] },
+ 'colorbalance' => { 156 => 'ColorBalance' },
+ 'colorbalanceadj' => { 272 => 0x76a43202 },
+ 'colorbalanceblue' => { 181 => 0x1e },
+ 'colorbalancegreen' => { 181 => 0x1d },
+ 'colorbalancered' => { 181 => 0x1c },
+ 'colorbalanceversion' => { 203 => 0x4, 204 => 0x4, 205 => 0x0 },
+ 'colorblur' => { 109 => 0x65 },
+ 'colorbluron' => { 103 => 0x20704 },
+ 'colorbooster' => { 272 => 0x5f0e7d23 },
+ 'colorboostlevel' => { 266 => 0x1 },
+ 'colorboosttype' => { 266 => 0x0 },
+ 'colorchromeeffect' => { 127 => 0x1048 },
+ 'colorchromefxblue' => { 127 => 0x104e },
+ 'colorclass' => { 366 => 0xde, 367 => 'ColorClass' },
+ 'colorcompensationfilter' => { 184 => [0x3a,0x5f], 186 => 0x111, 420 => 0xb022 },
+ 'colorcompensationfiltercustom' => { 407 => 0xd, 408 => 0xc },
+ 'colorcompensationfilterset' => { 407 => 0x8, 408 => 0x7, 409 => 0x18, 425 => 0xf },
+ 'colorcontrol' => { 302 => 0x102b },
+ 'colorcorrection' => { 454 => 0x8015 },
+ 'colorcreatoreffect' => { 297 => 0x532 },
'colordataversion' => { 41 => 0x0, 42 => 0x0, 44 => 0x0, 45 => 0x0, 46 => 0x0, 47 => 0x0, 48 => 0x0, 49 => 0x0, 50 => 0x0 },
- 'coloreffect' => { 319 => 0x28 },
- 'colorfilter' => { 111 => 0x17, 112 => 0x3017, 180 => 0x29, 188 => [0x38,0x4d,0x4f], 361 => 0x17 },
- 'colorgain' => { 236 => 0x51 },
- 'colorgradeblending' => { 476 => 'ColorGradeBlending', 478 => 'ColorGradeBlending' },
- 'colorgradeglobalhue' => { 476 => 'ColorGradeGlobalHue', 478 => 'ColorGradeGlobalHue' },
- 'colorgradegloballum' => { 476 => 'ColorGradeGlobalLum', 478 => 'ColorGradeGlobalLum' },
- 'colorgradeglobalsat' => { 476 => 'ColorGradeGlobalSat', 478 => 'ColorGradeGlobalSat' },
- 'colorgradehighlightlum' => { 476 => 'ColorGradeHighlightLum', 478 => 'ColorGradeHighlightLum' },
- 'colorgrademidtonehue' => { 476 => 'ColorGradeMidtoneHue', 478 => 'ColorGradeMidtoneHue' },
- 'colorgrademidtonelum' => { 476 => 'ColorGradeMidtoneLum', 478 => 'ColorGradeMidtoneLum' },
- 'colorgrademidtonesat' => { 476 => 'ColorGradeMidtoneSat', 478 => 'ColorGradeMidtoneSat' },
- 'colorgradeshadowlum' => { 476 => 'ColorGradeShadowLum', 478 => 'ColorGradeShadowLum' },
- 'colorhue' => { 102 => 0x20900, 225 => 0x8d },
- 'colorimetricreference' => { 118 => 0xc6bf },
- 'colorlabel' => { 481 => 'ColorLabel' },
- 'colormatrix' => { 300 => 0x200, 301 => 0x1011, 393 => 0xa030 },
- 'colormatrix1' => { 118 => 0xc621, 363 => 0x106 },
- 'colormatrix2' => { 118 => 0xc622, 304 => 0x200, 363 => 0x226 },
- 'colormatrix3' => { 118 => 0xcd33 },
- 'colormatrixa' => { 354 => 0x203 },
- 'colormatrixa2' => { 354 => 0x21c },
- 'colormatrixadobergb' => { 393 => 0xa032 },
- 'colormatrixb' => { 354 => 0x204 },
- 'colormatrixb2' => { 354 => 0x21d },
- 'colormatrixnumber' => { 301 => 0x1019 },
- 'colormatrixsrgb' => { 393 => 0xa031 },
- 'colormode' => { 112 => 0x3015, 126 => 0x1210, 139 => 0x66, 180 => 0x28, 183 => 0x16, 185 => 0x101, 186 => 0x36, 188 => 0x7, 225 => 0x3, 261 => 0x4, 319 => 0x32, 396 => 0x2c, 419 => 0xb029, 490 => 'ColorMode' },
- 'colormoirereduction' => { 102 => 0x20670, 272 => 0x15 },
- 'colormoirereductionmode' => { 272 => 0x5 },
- 'colormoirereductionon' => { 102 => '0x20670.0' },
- 'colornoisereduction' => { 453 => 0x8029, 476 => 'ColorNoiseReduction', 478 => 'ColorNoiseReduction' },
- 'colornoisereductiondetail' => { 476 => 'ColorNoiseReductionDetail', 478 => 'ColorNoiseReductionDetail' },
- 'colornoisereductionintensity' => { 272 => 0x18 },
- 'colornoisereductionsharpness' => { 272 => 0x1c },
- 'colornoisereductionsmoothness' => { 476 => 'ColorNoiseReductionSmoothness', 478 => 'ColorNoiseReductionSmoothness' },
- 'colorplanes' => { 122 => 0x2 },
- 'colorprofile' => { 180 => 0x33 },
- 'colorprofilesettings' => { 296 => 0x539 },
- 'colorrepresentation' => { 132 => 0x3c },
- 'colorsaturationadj' => { 102 => 0x20305 },
- 'colorsequence' => { 132 => 0x41 },
- 'colorspace' => { 51 => 0x3, 63 => 0xb4, 96 => 0x10b4, 118 => 0xa001, 134 => 0x3, 161 => 'ColorSpace', 181 => 0x2f, 182 => 0x25, 183 => 0x17, 225 => 0x1e, 296 => 0x507, 354 => 0x37, 393 => 0xa011, 396 => 0xb, 406 => 0x1b, 407 => 0x83, 408 => 0xe, 424 => 0x6, 482 => 'ColorSpace' },
- 'colorspecapproximation' => { 134 => 0x2 },
- 'colorspecdata' => { 134 => 0x3 },
- 'colorspecmethod' => { 134 => 0x0 },
- 'colorspecprecedence' => { 134 => 0x1 },
+ 'coloreffect' => { 320 => 0x28 },
+ 'colorfilter' => { 112 => 0x17, 113 => 0x3017, 181 => 0x29, 189 => [0x38,0x4d,0x4f], 362 => 0x17 },
+ 'colorgain' => { 237 => 0x51 },
+ 'colorgradeblending' => { 477 => 'ColorGradeBlending', 479 => 'ColorGradeBlending' },
+ 'colorgradeglobalhue' => { 477 => 'ColorGradeGlobalHue', 479 => 'ColorGradeGlobalHue' },
+ 'colorgradegloballum' => { 477 => 'ColorGradeGlobalLum', 479 => 'ColorGradeGlobalLum' },
+ 'colorgradeglobalsat' => { 477 => 'ColorGradeGlobalSat', 479 => 'ColorGradeGlobalSat' },
+ 'colorgradehighlightlum' => { 477 => 'ColorGradeHighlightLum', 479 => 'ColorGradeHighlightLum' },
+ 'colorgrademidtonehue' => { 477 => 'ColorGradeMidtoneHue', 479 => 'ColorGradeMidtoneHue' },
+ 'colorgrademidtonelum' => { 477 => 'ColorGradeMidtoneLum', 479 => 'ColorGradeMidtoneLum' },
+ 'colorgrademidtonesat' => { 477 => 'ColorGradeMidtoneSat', 479 => 'ColorGradeMidtoneSat' },
+ 'colorgradeshadowlum' => { 477 => 'ColorGradeShadowLum', 479 => 'ColorGradeShadowLum' },
+ 'colorhue' => { 103 => 0x20900, 226 => 0x8d },
+ 'colorimetricreference' => { 119 => 0xc6bf },
+ 'colorlabel' => { 482 => 'ColorLabel' },
+ 'colormatrix' => { 63 => 0xa, 301 => 0x200, 302 => 0x1011, 394 => 0xa030 },
+ 'colormatrix1' => { 119 => 0xc621, 364 => 0x106 },
+ 'colormatrix2' => { 119 => 0xc622, 305 => 0x200, 364 => 0x226 },
+ 'colormatrix3' => { 119 => 0xcd33 },
+ 'colormatrixa' => { 355 => 0x203 },
+ 'colormatrixa2' => { 355 => 0x21c },
+ 'colormatrixadobergb' => { 394 => 0xa032 },
+ 'colormatrixb' => { 355 => 0x204 },
+ 'colormatrixb2' => { 355 => 0x21d },
+ 'colormatrixnumber' => { 302 => 0x1019 },
+ 'colormatrixsrgb' => { 394 => 0xa031 },
+ 'colormode' => { 113 => 0x3015, 127 => 0x1210, 140 => 0x66, 181 => 0x28, 184 => 0x16, 186 => 0x101, 187 => 0x36, 189 => 0x7, 226 => 0x3, 262 => 0x4, 320 => 0x32, 397 => 0x2c, 420 => 0xb029, 491 => 'ColorMode' },
+ 'colormoirereduction' => { 103 => 0x20670, 273 => 0x15 },
+ 'colormoirereductionmode' => { 273 => 0x5 },
+ 'colormoirereductionon' => { 103 => '0x20670.0' },
+ 'colornoisereduction' => { 454 => 0x8029, 477 => 'ColorNoiseReduction', 479 => 'ColorNoiseReduction' },
+ 'colornoisereductiondetail' => { 477 => 'ColorNoiseReductionDetail', 479 => 'ColorNoiseReductionDetail' },
+ 'colornoisereductionintensity' => { 273 => 0x18 },
+ 'colornoisereductionsharpness' => { 273 => 0x1c },
+ 'colornoisereductionsmoothness' => { 477 => 'ColorNoiseReductionSmoothness', 479 => 'ColorNoiseReductionSmoothness' },
+ 'colorplanes' => { 123 => 0x2 },
+ 'colorprofile' => { 181 => 0x33 },
+ 'colorprofilesettings' => { 297 => 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, 226 => 0x1e, 297 => 0x507, 355 => 0x37, 394 => 0xa011, 397 => 0xb, 407 => 0x1b, 408 => 0x83, 409 => 0xe, 425 => 0x6, 483 => '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, 354 => 0x55 },
+ 'colortempcloudy' => { 38 => 0x22, 39 => 0x37, 40 => 0x31, 41 => 0xa4, 42 => 0xdb, 43 => 0x35, 44 => 0x5c, 47 => 0x75, 48 => 0x8e, 49 => 0x93, 50 => 0x96, 355 => 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, 354 => 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, 63 => 0xae, 73 => 0x9, 96 => 0x10ae, 126 => 0x1005, 137 => 0x846, 155 => 'ColorTemperature', 181 => [0x6e,0x49], 182 => 0x3f, 183 => [0x39,0x5e], 185 => 0x10b, 188 => [0x3c,0x4c,0x4e], 314 => 0x321, 354 => 0x50, 386 => 0x1308, 419 => 0xb021, 476 => 'Temperature', 478 => 'Temperature' },
- 'colortemperatureadj' => { 453 => 0x8013 },
- 'colortemperatureauto' => { 225 => 0x4f },
- 'colortemperaturebg' => { 301 => 0x1013 },
- 'colortemperaturecustom' => { 406 => 0xc, 407 => 0xb },
- 'colortemperaturerg' => { 301 => 0x1014 },
- 'colortemperatureset' => { 406 => 0x7, 407 => 0x6 },
- 'colortemperaturesetting' => { 183 => 0x25, 408 => 0x17, 424 => 0xe },
- 'colortempflash' => { 38 => 0x36, 39 => 0x57, 40 => 0x40, 41 => 0xb8, 42 => 0xef, 43 => 0x49, 44 => 0x70, 47 => 0x89, 48 => 0xa2, 49 => 0xa7, 50 => 0xaa, 354 => 0x5a },
+ 'colortempdaylight' => { 38 => 0x18, 39 => 0x27, 40 => 0x27, 41 => 0x9a, 42 => 0xd1, 43 => 0x2b, 44 => 0x52, 47 => 0x6b, 48 => 0x84, 49 => 0x89, 50 => 0x8c, 355 => 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], 315 => 0x321, 355 => 0x50, 387 => 0x1308, 420 => 0xb021, 477 => 'Temperature', 479 => 'Temperature' },
+ 'colortemperatureadj' => { 454 => 0x8013 },
+ 'colortemperatureauto' => { 226 => 0x4f },
+ 'colortemperaturebg' => { 302 => 0x1013 },
+ 'colortemperaturecustom' => { 407 => 0xc, 408 => 0xb },
+ 'colortemperaturerg' => { 302 => 0x1014 },
+ 'colortemperatureset' => { 407 => 0x7, 408 => 0x6 },
+ 'colortemperaturesetting' => { 184 => 0x25, 409 => 0x17, 425 => 0xe },
+ 'colortempflash' => { 38 => 0x36, 39 => 0x57, 40 => 0x40, 41 => 0xb8, 42 => 0xef, 43 => 0x49, 44 => 0x70, 47 => 0x89, 48 => 0xa2, 49 => 0xa7, 50 => 0xaa, 355 => 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' => { 354 => 0x57 },
- 'colortempfluorescentn' => { 354 => 0x58 },
- 'colortempfluorescentw' => { 354 => 0x59 },
- 'colortempkelvin' => { 38 => 0x31, 39 => 0x4f, 41 => 0xb3, 42 => 0xea, 43 => 0x44, 44 => 0x6b, 47 => 0x84, 48 => 0x9d, 49 => 0xa2, 50 => 0xa5, 319 => 0x44, 386 => 0x1307 },
+ 'colortempfluorescentd' => { 355 => 0x57 },
+ 'colortempfluorescentn' => { 355 => 0x58 },
+ 'colortempfluorescentw' => { 355 => 0x59 },
+ 'colortempkelvin' => { 38 => 0x31, 39 => 0x4f, 41 => 0xb3, 42 => 0xea, 43 => 0x44, 44 => 0x6b, 47 => 0x84, 48 => 0x9d, 49 => 0xa2, 50 => 0xa5, 320 => 0x44, 387 => 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, 354 => 0x54 },
- 'colortemptungsten' => { 38 => 0x27, 39 => 0x3f, 40 => 0x36, 41 => 0xa9, 42 => 0xe0, 43 => 0x3a, 44 => 0x61, 47 => 0x7a, 48 => 0x93, 49 => 0x98, 50 => 0x9b, 354 => 0x56 },
+ 'colortempshade' => { 38 => 0x1d, 39 => 0x2f, 40 => 0x2c, 41 => 0x9f, 42 => 0xd6, 43 => 0x30, 44 => 0x57, 47 => 0x70, 48 => 0x89, 49 => 0x8e, 50 => 0x91, 355 => 0x54 },
+ 'colortemptungsten' => { 38 => 0x27, 39 => 0x3f, 40 => 0x36, 41 => 0xa9, 42 => 0xe0, 43 => 0x3a, 44 => 0x61, 47 => 0x7a, 48 => 0x93, 49 => 0x98, 50 => 0x9b, 355 => 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 },
@@ -1731,5195 +1734,5196 @@ my %tagLookup = (
'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' => { 318 => 0x35c },
- 'colortone' => { 10 => 0x6f, 12 => 0x77, 34 => 0x2a, 51 => 0x2 },
- 'colortoneadj' => { 102 => 0x20304, 107 => 0x11e },
- 'colortoneauto' => { 70 => 0x9c },
- 'colortonefaithful' => { 19 => 0x107, 69 => 0x6c, 70 => 0x6c },
- 'colortonelandscape' => { 19 => 0x105, 69 => 0x3c, 70 => 0x3c },
- 'colortonemonochrome' => { 69 => 0x84, 70 => 0x84 },
- 'colortoneneutral' => { 19 => 0x106, 69 => 0x54, 70 => 0x54 },
- 'colortoneportrait' => { 19 => 0x104, 69 => 0x24, 70 => 0x24 },
- 'colortonestandard' => { 19 => 0x103, 69 => 0xc, 70 => 0xc },
- 'colortoneuserdef1' => { 19 => 0x109, 69 => 0x9c, 70 => 0xb4 },
- 'colortoneuserdef2' => { 19 => 0x10a, 69 => 0xb4, 70 => 0xcc },
- 'colortoneuserdef3' => { 19 => 0x10b, 69 => 0xcc, 70 => 0xe4 },
- 'comlenblksize' => { 137 => 0xfde8 },
- 'commanddialplaybackmode' => { 294 => 0x1cb },
- 'commanddials' => { 289 => '5.1' },
- 'commanddialsaperturesetting' => { 278 => '17.3', 279 => '18.3', 281 => '18.3', 282 => '18.3', 287 => '33.3', 288 => '17.3', 291 => '18.3', 292 => '18.3' },
- 'commanddialschangemainsub' => { 278 => '17.2', 279 => '18.1', 281 => '18.1', 282 => '18.1', 287 => '33.2', 288 => '17.2', 291 => '18.1', 292 => '18.1' },
- 'commanddialsmenuandplayback' => { 278 => '17.4', 279 => '18.2', 281 => '18.2', 282 => '18.2', 287 => '33.4', 288 => '17.4', 291 => '18.2', 292 => '18.2' },
- 'commanddialsreverserotation' => { 278 => '17.1', 279 => '6.4', 281 => '6.2', 282 => '6.2', 283 => '16.2', 284 => '17.2', 287 => '33.1', 288 => '17.1', 291 => '6.2', 292 => '6.2', 293 => '18.1' },
- 'commanderchannel' => { 289 => '10.2', 290 => '25.2' },
- 'commandergroupa_ttl-aacomp' => { 289 => '13.1', 290 => '31.1' },
- 'commandergroupa_ttlcomp' => { 293 => '32.1' },
- 'commandergroupamanualoutput' => { 289 => '13.2', 290 => '28.2' },
- 'commandergroupamode' => { 289 => '11.2', 290 => '28.1' },
- 'commandergroupb_ttl-aacomp' => { 289 => '14.1', 290 => '32.1' },
- 'commandergroupb_ttlcomp' => { 293 => '33.1' },
- 'commandergroupbmanualoutput' => { 289 => '14.2', 290 => '29.2' },
- 'commandergroupbmode' => { 289 => '11.3', 290 => '29.1' },
- 'commanderinternalflash' => { 289 => '11.1', 290 => '27.1' },
- 'commanderinternalmanualoutput' => { 289 => '12.2', 290 => '27.2' },
- 'commanderinternalttlchannel' => { 287 => '18.2' },
- 'commanderinternalttlcomp' => { 289 => '12.1', 290 => '30.2', 293 => '31.2' },
- 'commanderinternalttlcompbuiltin' => { 287 => '20.1', 288 => '26.1' },
- 'commanderinternalttlcompgroupa' => { 287 => '21.1', 288 => '27.1' },
- 'commanderinternalttlcompgroupb' => { 287 => '22.1', 288 => '28.1' },
- 'comment' => { 0 => 0x2, 119 => 'Comment', 156 => 'Comment', 309 => 'Comment', 371 => "\xa9cmt", 373 => 'comment', 379 => "\xa9cmt" },
- 'compass' => { 389 => 0x4 },
- 'compatibleversion' => { 476 => 'CompatibleVersion', 478 => 'CompatibleVersion' },
- 'compilation' => { 371 => 'cpil' },
- 'compimageimagespersequence' => { 483 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfImagesInSequences'] },
- 'compimagemaxexposureall' => { 483 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfAll'] },
- 'compimagemaxexposureused' => { 483 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfUsed'] },
- 'compimageminexposureall' => { 483 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfAll'] },
- 'compimageminexposureused' => { 483 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfUsed'] },
- 'compimagenumsequences' => { 483 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfSequences'] },
- 'compimagesumexposureall' => { 483 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfAll'] },
- 'compimagesumexposureused' => { 483 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfUsed'] },
- 'compimagetotalexposureperiod' => { 483 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesTotalExposurePeriod'] },
- 'compimagevalues' => { 483 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesValues'] },
- 'complianceprofile' => { 492 => 'complianceProfile' },
- 'componentsconfiguration' => { 118 => 0x9101, 161 => 'Components', 482 => 'ComponentsConfiguration' },
- 'componentversion' => { 96 => 0x80c },
- 'composer' => { 178 => 'WM/Composer', 371 => ["\xa9com","\xa9wrt"], 379 => ["\xa9com","\xa9wrt"], 502 => 'composer' },
- 'composerkeywords' => { 379 => "\xa9cok" },
- 'compositeimage' => { 118 => 0xa460, 483 => 'CompositeImage' },
- 'compositeimagecount' => { 118 => 0xa461, 483 => 'CompositeImageCount' },
- 'compositeimageexposuretimes' => { 118 => 0xa462, 483 => 'CompositeImageExposureTimes' },
- 'composition' => { 466 => 'Composition' },
- 'compositionadjust' => { 353 => '0.1' },
- 'compositionadjustrotation' => { 353 => 0x7 },
- 'compositionadjustx' => { 353 => 0x5 },
- 'compositionadjusty' => { 353 => 0x6 },
- 'compressedbitsperpixel' => { 118 => 0x9102, 482 => 'CompressedBitsPerPixel' },
- 'compressedimagesize' => { 185 => 0x40, 301 => 0x40 },
- 'compression' => { 118 => 0x103, 324 => 0xb, 498 => 'Compression' },
- 'compressionfactor' => { 296 => 0x50d },
- 'compressionratio' => { 161 => 'Compression', 301 => 0x1034 },
- 'compressorversion' => { 379 => 'CNCV' },
- 'condadobvfactor' => { 137 => 0xf3e },
- 'condadodaybvthresh' => { 137 => 0xf3c },
- 'condadodayoffsets' => { 137 => 0xf42 },
- 'condadofluoffsets' => { 137 => 0xf44 },
- 'condadofluthresh' => { 137 => 0xf41 },
- 'condadoillfactor' => { 137 => 0xf3f },
- 'condadoneurange' => { 137 => 0xf3d },
- 'condadotunoffsets' => { 137 => 0xf43 },
- 'condadotunthresh' => { 137 => 0xf40 },
- 'conductor' => { 178 => 'WM/Conductor', 371 => "\xa9con" },
- 'confidence' => { 461 => 'Confidence' },
- 'confidencelevel' => { 472 => 'ConfidenceLevel' },
- 'confidencemime' => { 461 => 'ConfidenceMime' },
- 'constrainedcropheight' => { 107 => 0x266, 365 => 0xd6 },
- 'constrainedcropwidth' => { 107 => 0x262, 365 => 0xd5 },
- 'contact' => { 130 => 0x76 },
- 'contactinfo' => { 476 => 'ContactInfo', 478 => 'ContactInfo', 491 => 'contactInfo' },
- 'container' => { 456 => 'Container' },
- 'containerdirectory' => { 456 => [\'Container','ContainerDirectory'] },
- 'containerdirectoryitem' => { 456 => [\'Container','ContainerDirectoryItem'] },
- 'containerdirectoryitemdatauri' => { 456 => [\'Container','ContainerDirectoryItemDataURI'] },
- 'containerdirectoryitemlength' => { 456 => [\'Container','ContainerDirectoryItemLength'] },
- 'containerdirectoryitemmime' => { 456 => [\'Container','ContainerDirectoryItemMime'] },
- 'containerdirectoryitempadding' => { 456 => [\'Container','ContainerDirectoryItemPadding'] },
- 'containerformat' => { 488 => 'ContainerFormat' },
- 'containerformatidentifier' => { 488 => [\'ContainerFormat','ContainerFormatIdentifier'] },
- 'containerformatname' => { 488 => [\'ContainerFormat','ContainerFormatName'] },
- 'contentcreatedate' => { 371 => "\xa9day", 379 => ['@day',"\xa9day"] },
- 'contentdistributor' => { 178 => 'WM/ContentDistributor' },
- 'contentdistributorid' => { 379 => 'cdis' },
- 'contentid' => { 379 => 'ccid' },
- 'contentlocationcode' => { 130 => 0x1a },
- 'contentlocationname' => { 130 => 0x1b },
- 'contenttype' => { 492 => 'contentType' },
- 'continuousbracketing' => { 183 => 0x20 },
+ 'colortint' => { 319 => 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' => { 295 => 0x1cb },
+ 'commanddials' => { 290 => '5.1' },
+ 'commanddialsaperturesetting' => { 279 => '17.3', 280 => '18.3', 282 => '18.3', 283 => '18.3', 288 => '33.3', 289 => '17.3', 292 => '18.3', 293 => '18.3' },
+ 'commanddialschangemainsub' => { 279 => '17.2', 280 => '18.1', 282 => '18.1', 283 => '18.1', 288 => '33.2', 289 => '17.2', 292 => '18.1', 293 => '18.1' },
+ 'commanddialsmenuandplayback' => { 279 => '17.4', 280 => '18.2', 282 => '18.2', 283 => '18.2', 288 => '33.4', 289 => '17.4', 292 => '18.2', 293 => '18.2' },
+ 'commanddialsreverserotation' => { 279 => '17.1', 280 => '6.4', 282 => '6.2', 283 => '6.2', 284 => '16.2', 285 => '17.2', 288 => '33.1', 289 => '17.1', 292 => '6.2', 293 => '6.2', 294 => '18.1' },
+ 'commanderchannel' => { 290 => '10.2', 291 => '25.2' },
+ 'commandergroupa_ttl-aacomp' => { 290 => '13.1', 291 => '31.1' },
+ 'commandergroupa_ttlcomp' => { 294 => '32.1' },
+ 'commandergroupamanualoutput' => { 290 => '13.2', 291 => '28.2' },
+ 'commandergroupamode' => { 290 => '11.2', 291 => '28.1' },
+ 'commandergroupb_ttl-aacomp' => { 290 => '14.1', 291 => '32.1' },
+ 'commandergroupb_ttlcomp' => { 294 => '33.1' },
+ 'commandergroupbmanualoutput' => { 290 => '14.2', 291 => '29.2' },
+ 'commandergroupbmode' => { 290 => '11.3', 291 => '29.1' },
+ 'commanderinternalflash' => { 290 => '11.1', 291 => '27.1' },
+ 'commanderinternalmanualoutput' => { 290 => '12.2', 291 => '27.2' },
+ 'commanderinternalttlchannel' => { 288 => '18.2' },
+ 'commanderinternalttlcomp' => { 290 => '12.1', 291 => '30.2', 294 => '31.2' },
+ 'commanderinternalttlcompbuiltin' => { 288 => '20.1', 289 => '26.1' },
+ 'commanderinternalttlcompgroupa' => { 288 => '21.1', 289 => '27.1' },
+ 'commanderinternalttlcompgroupb' => { 288 => '22.1', 289 => '28.1' },
+ 'comment' => { 0 => 0x2, 120 => 'Comment', 157 => 'Comment', 310 => 'Comment', 372 => "\xa9cmt", 374 => 'comment', 380 => "\xa9cmt" },
+ 'compass' => { 390 => 0x4 },
+ 'compatibleversion' => { 477 => 'CompatibleVersion', 479 => 'CompatibleVersion' },
+ 'compilation' => { 372 => 'cpil' },
+ 'compimageimagespersequence' => { 484 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfImagesInSequences'] },
+ 'compimagemaxexposureall' => { 484 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfAll'] },
+ 'compimagemaxexposureused' => { 484 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfUsed'] },
+ 'compimageminexposureall' => { 484 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfAll'] },
+ 'compimageminexposureused' => { 484 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfUsed'] },
+ 'compimagenumsequences' => { 484 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfSequences'] },
+ 'compimagesumexposureall' => { 484 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfAll'] },
+ 'compimagesumexposureused' => { 484 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfUsed'] },
+ 'compimagetotalexposureperiod' => { 484 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesTotalExposurePeriod'] },
+ 'compimagevalues' => { 484 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesValues'] },
+ 'complianceprofile' => { 493 => 'complianceProfile' },
+ 'componentsconfiguration' => { 119 => 0x9101, 162 => 'Components', 483 => 'ComponentsConfiguration' },
+ 'componentversion' => { 97 => 0x80c },
+ 'composer' => { 179 => 'WM/Composer', 372 => ["\xa9com","\xa9wrt"], 380 => ["\xa9com","\xa9wrt"], 503 => 'composer' },
+ 'composerkeywords' => { 380 => "\xa9cok" },
+ 'compositeimage' => { 119 => 0xa460, 484 => 'CompositeImage' },
+ 'compositeimagecount' => { 119 => 0xa461, 484 => 'CompositeImageCount' },
+ 'compositeimageexposuretimes' => { 119 => 0xa462, 484 => 'CompositeImageExposureTimes' },
+ 'composition' => { 467 => 'Composition' },
+ 'compositionadjust' => { 354 => '0.1' },
+ 'compositionadjustrotation' => { 354 => 0x7 },
+ 'compositionadjustx' => { 354 => 0x5 },
+ 'compositionadjusty' => { 354 => 0x6 },
+ 'compressedbitsperpixel' => { 119 => 0x9102, 483 => 'CompressedBitsPerPixel' },
+ 'compressedimagesize' => { 186 => 0x40, 302 => 0x40 },
+ 'compression' => { 119 => 0x103, 325 => 0xb, 499 => 'Compression' },
+ 'compressionfactor' => { 297 => 0x50d },
+ 'compressionformat' => { 63 => 0x4 },
+ 'compressionratio' => { 162 => 'Compression', 302 => 0x1034 },
+ 'compressorversion' => { 380 => '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', 372 => "\xa9con" },
+ 'confidence' => { 462 => 'Confidence' },
+ 'confidencelevel' => { 473 => 'ConfidenceLevel' },
+ 'confidencemime' => { 462 => 'ConfidenceMime' },
+ 'constrainedcropheight' => { 108 => 0x266, 366 => 0xd6 },
+ 'constrainedcropwidth' => { 108 => 0x262, 366 => 0xd5 },
+ 'contact' => { 131 => 0x76 },
+ 'contactinfo' => { 477 => 'ContactInfo', 479 => 'ContactInfo', 492 => 'contactInfo' },
+ 'container' => { 457 => 'Container' },
+ 'containerdirectory' => { 457 => [\'Container','ContainerDirectory'] },
+ 'containerdirectoryitem' => { 457 => [\'Container','ContainerDirectoryItem'] },
+ 'containerdirectoryitemdatauri' => { 457 => [\'Container','ContainerDirectoryItemDataURI'] },
+ 'containerdirectoryitemlength' => { 457 => [\'Container','ContainerDirectoryItemLength'] },
+ 'containerdirectoryitemmime' => { 457 => [\'Container','ContainerDirectoryItemMime'] },
+ 'containerdirectoryitempadding' => { 457 => [\'Container','ContainerDirectoryItemPadding'] },
+ 'containerformat' => { 489 => 'ContainerFormat' },
+ 'containerformatidentifier' => { 489 => [\'ContainerFormat','ContainerFormatIdentifier'] },
+ 'containerformatname' => { 489 => [\'ContainerFormat','ContainerFormatName'] },
+ 'contentcreatedate' => { 372 => "\xa9day", 380 => ['@day',"\xa9day"] },
+ 'contentdistributor' => { 179 => 'WM/ContentDistributor' },
+ 'contentdistributorid' => { 380 => 'cdis' },
+ 'contentid' => { 380 => 'ccid' },
+ 'contentlocationcode' => { 131 => 0x1a },
+ 'contentlocationname' => { 131 => 0x1b },
+ 'contenttype' => { 493 => 'contentType' },
+ 'continuousbracketing' => { 184 => 0x20 },
'continuousdrive' => { 34 => 0x5 },
- 'continuousmodedisplay' => { 294 => 0x51 },
- 'continuousmodeliveview' => { 292 => '77.2' },
- 'continuousshootingspeed' => { 83 => 0x610 },
- 'continuousshotlimit' => { 83 => 0x611 },
- 'contrast' => { 10 => 0x73, 12 => 0x75, 34 => 0xd, 111 => 0xc, 112 => [0x3012,0x20], 118 => [0xa408,0xfe54], 126 => [0x1004,0x1006], 155 => 'Contrast', 175 => 'Contrast', 180 => 0x20, 181 => 0x31, 182 => 0x27, 183 => 0x19, 188 => 0x2, 230 => 0x33, 231 => 0x37, 232 => 0x3f, 301 => 0x1029, 319 => 0x39, 321 => 0x300a, 354 => 0x20, 361 => 0xc, 373 => 'player.movie.visual.contrast', 380 => 0x24, 382 => 0x52, 386 => 0x1012, 396 => 0xd, 406 => 0x1d, 407 => 0x1a, 419 => 0x2004, 476 => 'Contrast', 478 => 'Contrast', 482 => 'Contrast' },
- 'contrast2012' => { 476 => 'Contrast2012', 478 => 'Contrast2012' },
- 'contrastadj' => { 102 => 0x20303, 107 => 0x115, 274 => 0x2c, 453 => 0x8017 },
- 'contrastauto' => { 70 => 0x90 },
- 'contrastcurve' => { 225 => 0x8c },
- 'contrastdetectaf' => { 192 => 0x4 },
- 'contrastdetectafarea' => { 354 => 0x231 },
- 'contrastdetectafinfocus' => { 192 => [0x1c,0x52] },
- 'contrastfaithful' => { 19 => 0xec, 69 => 0x60, 70 => 0x60 },
- 'contrasthighlight' => { 354 => 0x6d },
- 'contrasthighlightshadowadj' => { 354 => 0x6f },
- 'contrastlandscape' => { 19 => 0xea, 69 => 0x30, 70 => 0x30 },
- 'contrastmode' => { 319 => 0x2c },
- 'contrastmonochrome' => { 19 => 0xed, 69 => 0x78, 70 => 0x78 },
- 'contrastneutral' => { 19 => 0xeb, 69 => 0x48, 70 => 0x48 },
- 'contrastportrait' => { 19 => 0xe9, 69 => 0x18, 70 => 0x18 },
- 'contrastsetting' => { 296 => 0x505, 304 => 0x1012, 408 => 0x10, 424 => 0x8 },
- 'contrastshadow' => { 354 => 0x6e },
- 'contraststandard' => { 19 => 0xe8, 69 => 0x0, 70 => 0x0 },
- 'contrastuserdef1' => { 19 => 0xee, 69 => 0x90, 70 => 0xa8 },
- 'contrastuserdef2' => { 19 => 0xef, 69 => 0xa8, 70 => 0xc0 },
- 'contrastuserdef3' => { 19 => 0xf0, 69 => 0xc0, 70 => 0xd8 },
- 'contributedmedia' => { 502 => 'contributedMedia' },
- 'contributedmediaduration' => { 502 => [\'contributedMedia','contributedMediaDuration'] },
- 'contributedmediadurationscale' => { 502 => [\'contributedMedia','contributedMediaDurationScale'] },
- 'contributedmediadurationvalue' => { 502 => [\'contributedMedia','contributedMediaDurationValue'] },
- 'contributedmediamanaged' => { 502 => [\'contributedMedia','contributedMediaManaged'] },
- 'contributedmediapath' => { 502 => [\'contributedMedia','contributedMediaPath'] },
- 'contributedmediastarttime' => { 502 => [\'contributedMedia','contributedMediaStartTime'] },
- 'contributedmediastarttimescale' => { 502 => [\'contributedMedia','contributedMediaStartTimeScale'] },
- 'contributedmediastarttimevalue' => { 502 => [\'contributedMedia','contributedMediaStartTimeValue'] },
- 'contributedmediatrack' => { 502 => [\'contributedMedia','contributedMediaTrack'] },
- 'contributedmediawebstatement' => { 502 => [\'contributedMedia','contributedMediaWebStatement'] },
- 'contributor' => { 479 => 'contributor', 488 => 'Contributor' },
- 'contributoridentifier' => { 488 => [\'Contributor','ContributorIdentifier'] },
- 'contributorname' => { 488 => [\'Contributor','ContributorName'] },
- 'contributorrole' => { 488 => [\'Contributor','ContributorRole'] },
- 'contributors' => { 156 => 'Contributors' },
- 'controldialset' => { 183 => 0x46 },
- 'controlledvocabularyterm' => { 488 => 'CVterm' },
- 'controllerboardversion' => { 314 => 0x332 },
- 'controlmode' => { 76 => 0x12 },
- 'controlringresponse' => { 294 => 0x1d5 },
- 'controlringrotation' => { 83 => 0x712 },
- 'conversionlens' => { 297 => 0x403, 319 => 0x35 },
- 'converter' => { 118 => 0xfe4d, 261 => 0xb, 476 => 'Converter', 478 => 'Converter' },
- 'converttograyscale' => { 476 => 'ConvertToGrayscale', 478 => 'ConvertToGrayscale' },
- 'cookingequipment' => { 494 => 'cookingEquipment' },
- 'cookingmethod' => { 494 => 'cookingMethod' },
- 'copyright' => { 0 => 0x3, 118 => 0x8298, 156 => 'Copyright', 309 => 'Copyright', 354 => 0x22f, 370 => 'Copyright', 371 => ['cprt',"\xa9cpy"], 373 => 'copyright', 379 => ['cprt',"\xa9cpy"], 476 => 'Copyright', 478 => 'Copyright', 489 => 'Copyright', 495 => 'copyright', 498 => 'Copyright', 502 => 'copyright' },
- 'copyrightflag' => { 368 => 0x40a },
- 'copyrightnotice' => { 130 => 0x74 },
- 'copyrightowner' => { 306 => 'CopyrightOwner' },
- 'copyrightownerid' => { 306 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerID'] },
- 'copyrightownerimageid' => { 306 => 'CopyrightOwnerImageID' },
- 'copyrightownername' => { 306 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerName'] },
- 'copyrightregistrationnumber' => { 306 => 'CopyrightRegistrationNumber' },
- 'copyrightstatus' => { 306 => 'CopyrightStatus' },
- 'copyrightyear' => { 488 => 'CopyrightYear', 492 => 'copyrightYear' },
- 'coringfilter' => { 300 => 0x310, 301 => 0x102d, 304 => 0x310 },
- 'coringvalues' => { 300 => 0x311, 304 => 0x311 },
- 'corporateentity' => { 492 => 'corporateEntity' },
- 'correlatedcolortemp' => { 318 => 0x35b },
- 'country' => { 160 => 'Country', 319 => 0x69, 490 => 'Country' },
- 'country-primarylocationcode' => { 130 => 0x64 },
- 'country-primarylocationname' => { 130 => 0x65 },
- 'countrycode' => { 224 => 0x5, 366 => 'CountryCode', 487 => 'CountryCode' },
- 'course' => { 494 => 'course' },
- 'coverage' => { 479 => 'coverage' },
- 'coverart' => { 371 => 'covr' },
- 'coverdate' => { 492 => 'coverDate' },
- 'coverdisplaydate' => { 492 => 'coverDisplayDate' },
- 'coveruri' => { 379 => 'cvru' },
- 'cpufirmwareversion' => { 354 => 0x28 },
- 'crc32' => { 480 => 'crc32' },
- 'createdate' => { 118 => 0x9004, 156 => 'CreateDate', 305 => 'CreationDate', 309 => 'create-date', 370 => 'CreationDate', 376 => 0x1, 500 => 'CreateDate' },
- 'creationdate' => { 373 => 'creationdate', 489 => 'CreationDate', 492 => 'creationDate' },
- 'creationtime' => { 309 => 'Creation Time' },
- 'creativestyle' => { 406 => 0x1a, 407 => 0x18, 417 => 0x41, 419 => 0xb020, 449 => 0x4a },
- 'creativestylesetting' => { 408 => 0xf, 424 => 0x7 },
- 'creativestylewaschanged' => { 453 => 0x8001 },
- 'creator' => { 305 => 'Creator', 370 => 'Creator', 479 => 'creator', 488 => 'Creator', 489 => 'Creator' },
- 'creatoraddress' => { 487 => [\'CreatorContactInfo','CreatorContactInfoCiAdrExtadr'] },
- 'creatorappid' => { 177 => 'CreatorAppId' },
- 'creatorcity' => { 487 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCity'] },
- 'creatorcontactinfo' => { 487 => 'CreatorContactInfo' },
- 'creatorcountry' => { 487 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCtry'] },
- 'creatoridentifier' => { 488 => [\'Creator','CreatorIdentifier'] },
- 'creatorname' => { 488 => [\'Creator','CreatorName'] },
- 'creatoropenwithuioptions' => { 177 => 'CreatorOpenWithUIOptions' },
- 'creatorpostalcode' => { 487 => [\'CreatorContactInfo','CreatorContactInfoCiAdrPcode'] },
- 'creatorregion' => { 487 => [\'CreatorContactInfo','CreatorContactInfoCiAdrRegion'] },
- 'creatorrole' => { 488 => [\'Creator','CreatorRole'] },
- 'creatortool' => { 500 => 'CreatorTool' },
- 'creatorworkemail' => { 487 => [\'CreatorContactInfo','CreatorContactInfoCiEmailWork'] },
- 'creatorworktelephone' => { 487 => [\'CreatorContactInfo','CreatorContactInfoCiTelWork'] },
- 'creatorworkurl' => { 487 => [\'CreatorContactInfo','CreatorContactInfoCiUrlWork'] },
- 'credit' => { 130 => 0x6e, 490 => 'Credit' },
- 'creditline' => { 495 => 'creditLine' },
- 'creditlinereq' => { 505 => 'CreditLineReq' },
- 'creditlinerequired' => { 306 => 'CreditLineRequired' },
- 'cropactive' => { 100 => 0x0, 107 => 0x244 },
- 'cropangle' => { 476 => 'CropAngle', 478 => 'CropAngle' },
- 'croparea' => { 225 => 0x45, 453 => 0x9011 },
- 'cropaspectratio' => { 102 => 0x30101, 107 => 0x260 },
- 'cropaspectratiocustom' => { 102 => 0x30102 },
- 'cropbottom' => { 122 => 0x9, 266 => 0x36, 324 => 0x31, 365 => 0xdc, 476 => 'CropBottom', 478 => 'CropBottom' },
+ 'continuousmodedisplay' => { 295 => 0x51 },
+ 'continuousmodeliveview' => { 293 => '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, 231 => 0x33, 232 => 0x37, 233 => 0x3f, 302 => 0x1029, 320 => 0x39, 322 => 0x300a, 355 => 0x20, 362 => 0xc, 374 => 'player.movie.visual.contrast', 381 => 0x24, 383 => 0x52, 387 => 0x1012, 397 => 0xd, 407 => 0x1d, 408 => 0x1a, 420 => 0x2004, 477 => 'Contrast', 479 => 'Contrast', 483 => 'Contrast' },
+ 'contrast2012' => { 477 => 'Contrast2012', 479 => 'Contrast2012' },
+ 'contrastadj' => { 103 => 0x20303, 108 => 0x115, 275 => 0x2c, 454 => 0x8017 },
+ 'contrastauto' => { 71 => 0x90 },
+ 'contrastcurve' => { 226 => 0x8c },
+ 'contrastdetectaf' => { 193 => 0x4 },
+ 'contrastdetectafarea' => { 355 => 0x231 },
+ 'contrastdetectafinfocus' => { 193 => [0x1c,0x52] },
+ 'contrastfaithful' => { 19 => 0xec, 70 => 0x60, 71 => 0x60 },
+ 'contrasthighlight' => { 355 => 0x6d },
+ 'contrasthighlightshadowadj' => { 355 => 0x6f },
+ 'contrastlandscape' => { 19 => 0xea, 70 => 0x30, 71 => 0x30 },
+ 'contrastmode' => { 320 => 0x2c },
+ 'contrastmonochrome' => { 19 => 0xed, 70 => 0x78, 71 => 0x78 },
+ 'contrastneutral' => { 19 => 0xeb, 70 => 0x48, 71 => 0x48 },
+ 'contrastportrait' => { 19 => 0xe9, 70 => 0x18, 71 => 0x18 },
+ 'contrastsetting' => { 297 => 0x505, 305 => 0x1012, 409 => 0x10, 425 => 0x8 },
+ 'contrastshadow' => { 355 => 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' => { 503 => 'contributedMedia' },
+ 'contributedmediaduration' => { 503 => [\'contributedMedia','contributedMediaDuration'] },
+ 'contributedmediadurationscale' => { 503 => [\'contributedMedia','contributedMediaDurationScale'] },
+ 'contributedmediadurationvalue' => { 503 => [\'contributedMedia','contributedMediaDurationValue'] },
+ 'contributedmediamanaged' => { 503 => [\'contributedMedia','contributedMediaManaged'] },
+ 'contributedmediapath' => { 503 => [\'contributedMedia','contributedMediaPath'] },
+ 'contributedmediastarttime' => { 503 => [\'contributedMedia','contributedMediaStartTime'] },
+ 'contributedmediastarttimescale' => { 503 => [\'contributedMedia','contributedMediaStartTimeScale'] },
+ 'contributedmediastarttimevalue' => { 503 => [\'contributedMedia','contributedMediaStartTimeValue'] },
+ 'contributedmediatrack' => { 503 => [\'contributedMedia','contributedMediaTrack'] },
+ 'contributedmediawebstatement' => { 503 => [\'contributedMedia','contributedMediaWebStatement'] },
+ 'contributor' => { 480 => 'contributor', 489 => 'Contributor' },
+ 'contributoridentifier' => { 489 => [\'Contributor','ContributorIdentifier'] },
+ 'contributorname' => { 489 => [\'Contributor','ContributorName'] },
+ 'contributorrole' => { 489 => [\'Contributor','ContributorRole'] },
+ 'contributors' => { 157 => 'Contributors' },
+ 'controldialset' => { 184 => 0x46 },
+ 'controlledvocabularyterm' => { 489 => 'CVterm' },
+ 'controllerboardversion' => { 315 => 0x332 },
+ 'controlmode' => { 77 => 0x12 },
+ 'controlringresponse' => { 295 => 0x1d5 },
+ 'controlringrotation' => { 84 => 0x712 },
+ 'conversionlens' => { 298 => 0x403, 320 => 0x35 },
+ 'converter' => { 119 => 0xfe4d, 262 => 0xb, 477 => 'Converter', 479 => 'Converter' },
+ 'converttograyscale' => { 477 => 'ConvertToGrayscale', 479 => 'ConvertToGrayscale' },
+ 'cookingequipment' => { 495 => 'cookingEquipment' },
+ 'cookingmethod' => { 495 => 'cookingMethod' },
+ 'copyright' => { 0 => 0x3, 119 => 0x8298, 157 => 'Copyright', 310 => 'Copyright', 355 => 0x22f, 371 => 'Copyright', 372 => ['cprt',"\xa9cpy"], 374 => 'copyright', 380 => ['cprt',"\xa9cpy"], 477 => 'Copyright', 479 => 'Copyright', 490 => 'Copyright', 496 => 'copyright', 499 => 'Copyright', 503 => 'copyright' },
+ 'copyrightflag' => { 369 => 0x40a },
+ 'copyrightnotice' => { 131 => 0x74 },
+ 'copyrightowner' => { 307 => 'CopyrightOwner' },
+ 'copyrightownerid' => { 307 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerID'] },
+ 'copyrightownerimageid' => { 307 => 'CopyrightOwnerImageID' },
+ 'copyrightownername' => { 307 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerName'] },
+ 'copyrightregistrationnumber' => { 307 => 'CopyrightRegistrationNumber' },
+ 'copyrightstatus' => { 307 => 'CopyrightStatus' },
+ 'copyrightyear' => { 489 => 'CopyrightYear', 493 => 'copyrightYear' },
+ 'coringfilter' => { 301 => 0x310, 302 => 0x102d, 305 => 0x310 },
+ 'coringvalues' => { 301 => 0x311, 305 => 0x311 },
+ 'corporateentity' => { 493 => 'corporateEntity' },
+ 'correlatedcolortemp' => { 319 => 0x35b },
+ 'country' => { 161 => 'Country', 320 => 0x69, 491 => 'Country' },
+ 'country-primarylocationcode' => { 131 => 0x64 },
+ 'country-primarylocationname' => { 131 => 0x65 },
+ 'countrycode' => { 225 => 0x5, 367 => 'CountryCode', 488 => 'CountryCode' },
+ 'course' => { 495 => 'course' },
+ 'coverage' => { 480 => 'coverage' },
+ 'coverart' => { 372 => 'covr' },
+ 'coverdate' => { 493 => 'coverDate' },
+ 'coverdisplaydate' => { 493 => 'coverDisplayDate' },
+ 'coveruri' => { 380 => 'cvru' },
+ 'cpufirmwareversion' => { 355 => 0x28 },
+ 'crc32' => { 481 => 'crc32' },
+ 'createdate' => { 119 => 0x9004, 157 => 'CreateDate', 306 => 'CreationDate', 310 => 'create-date', 371 => 'CreationDate', 377 => 0x1, 501 => 'CreateDate' },
+ 'creationdate' => { 374 => 'creationdate', 490 => 'CreationDate', 493 => 'creationDate' },
+ 'creationtime' => { 310 => 'Creation Time' },
+ 'creativestyle' => { 407 => 0x1a, 408 => 0x18, 418 => 0x41, 420 => 0xb020, 450 => 0x4a },
+ 'creativestylesetting' => { 409 => 0xf, 425 => 0x7 },
+ 'creativestylewaschanged' => { 454 => 0x8001 },
+ 'creator' => { 306 => 'Creator', 371 => 'Creator', 480 => 'creator', 489 => 'Creator', 490 => 'Creator' },
+ 'creatoraddress' => { 488 => [\'CreatorContactInfo','CreatorContactInfoCiAdrExtadr'] },
+ 'creatorappid' => { 178 => 'CreatorAppId' },
+ 'creatorcity' => { 488 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCity'] },
+ 'creatorcontactinfo' => { 488 => 'CreatorContactInfo' },
+ 'creatorcountry' => { 488 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCtry'] },
+ 'creatoridentifier' => { 489 => [\'Creator','CreatorIdentifier'] },
+ 'creatorname' => { 489 => [\'Creator','CreatorName'] },
+ 'creatoropenwithuioptions' => { 178 => 'CreatorOpenWithUIOptions' },
+ 'creatorpostalcode' => { 488 => [\'CreatorContactInfo','CreatorContactInfoCiAdrPcode'] },
+ 'creatorregion' => { 488 => [\'CreatorContactInfo','CreatorContactInfoCiAdrRegion'] },
+ 'creatorrole' => { 489 => [\'Creator','CreatorRole'] },
+ 'creatortool' => { 501 => 'CreatorTool' },
+ 'creatorworkemail' => { 488 => [\'CreatorContactInfo','CreatorContactInfoCiEmailWork'] },
+ 'creatorworktelephone' => { 488 => [\'CreatorContactInfo','CreatorContactInfoCiTelWork'] },
+ 'creatorworkurl' => { 488 => [\'CreatorContactInfo','CreatorContactInfoCiUrlWork'] },
+ 'credit' => { 131 => 0x6e, 491 => 'Credit' },
+ 'creditline' => { 496 => 'creditLine' },
+ 'creditlinereq' => { 506 => 'CreditLineReq' },
+ 'creditlinerequired' => { 307 => 'CreditLineRequired' },
+ 'cropactive' => { 101 => 0x0, 108 => 0x244 },
+ 'cropangle' => { 477 => 'CropAngle', 479 => 'CropAngle' },
+ 'croparea' => { 226 => 0x45, 454 => 0x9011 },
+ 'cropaspectratio' => { 103 => 0x30101, 108 => 0x260 },
+ 'cropaspectratiocustom' => { 103 => 0x30102 },
+ 'cropbottom' => { 123 => 0x9, 267 => 0x36, 325 => 0x31, 366 => 0xdc, 477 => 'CropBottom', 479 => 'CropBottom' },
'cropbottommargin' => { 53 => 0x3 },
- 'cropcircleactive' => { 108 => 0xd6 },
- 'cropcircleradius' => { 108 => 0xd9 },
- 'cropcirclex' => { 108 => 0xd7 },
- 'cropcircley' => { 108 => 0xd8 },
- 'cropconstraintowarp' => { 476 => 'CropConstrainToWarp', 478 => 'CropConstrainToWarp' },
- 'croph' => { 470 => 'CropH' },
- 'cropheight' => { 100 => 0x6, 107 => 0x24c, 300 => 0x615, 304 => 0x615, 476 => 'CropHeight', 478 => 'CropHeight' },
- 'crophispeed' => { 225 => 0x1b },
- 'cropleft' => { 107 => 0x246, 122 => 0x6, 266 => 0x1e, 300 => 0x612, 304 => 0x612, 324 => 0x30, 365 => 0xd9, 476 => 'CropLeft', 478 => 'CropLeft' },
+ 'cropcircleactive' => { 109 => 0xd6 },
+ 'cropcircleradius' => { 109 => 0xd9 },
+ 'cropcirclex' => { 109 => 0xd7 },
+ 'cropcircley' => { 109 => 0xd8 },
+ 'cropconstraintowarp' => { 477 => 'CropConstrainToWarp', 479 => 'CropConstrainToWarp' },
+ 'croph' => { 471 => 'CropH' },
+ 'cropheight' => { 101 => 0x6, 108 => 0x24c, 301 => 0x615, 305 => 0x615, 477 => 'CropHeight', 479 => 'CropHeight' },
+ 'crophispeed' => { 226 => 0x1b },
+ 'cropleft' => { 108 => 0x246, 123 => 0x6, 267 => 0x1e, 301 => 0x612, 305 => 0x612, 325 => 0x30, 366 => 0xd9, 477 => 'CropLeft', 479 => 'CropLeft' },
'cropleftmargin' => { 53 => 0x0 },
- 'cropmode' => { 126 => 0x104d, 386 => 0x1018 },
- 'croporiginalheight' => { 100 => 0xb },
- 'croporiginalwidth' => { 100 => 0xa },
- 'cropoutputheight' => { 266 => 0xce },
- 'cropoutputheightinches' => { 266 => 0x96 },
- 'cropoutputpixels' => { 266 => 0xd6 },
- 'cropoutputresolution' => { 266 => 0xb6 },
- 'cropoutputscale' => { 266 => 0xbe },
- 'cropoutputwidth' => { 266 => 0xc6 },
- 'cropoutputwidthinches' => { 266 => 0x8e },
- 'croppedareaimageheightpixels' => { 464 => 'CroppedAreaImageHeightPixels', 465 => 'CroppedAreaImageHeightPixels' },
- 'croppedareaimagewidthpixels' => { 464 => 'CroppedAreaImageWidthPixels', 465 => 'CroppedAreaImageWidthPixels' },
- 'croppedarealeftpixels' => { 464 => 'CroppedAreaLeftPixels', 465 => 'CroppedAreaLeftPixels' },
- 'croppedareatoppixels' => { 464 => 'CroppedAreaTopPixels', 465 => 'CroppedAreaTopPixels' },
- 'croppedimageheight' => { 5 => 0x2, 386 => 0x1604 },
+ 'cropmode' => { 127 => 0x104d, 387 => 0x1018 },
+ 'croporiginalheight' => { 101 => 0xb },
+ 'croporiginalwidth' => { 101 => 0xa },
+ 'cropoutputheight' => { 267 => 0xce },
+ 'cropoutputheightinches' => { 267 => 0x96 },
+ 'cropoutputpixels' => { 267 => 0xd6 },
+ 'cropoutputresolution' => { 267 => 0xb6 },
+ 'cropoutputscale' => { 267 => 0xbe },
+ 'cropoutputwidth' => { 267 => 0xc6 },
+ 'cropoutputwidthinches' => { 267 => 0x8e },
+ 'croppedareaimageheightpixels' => { 465 => 'CroppedAreaImageHeightPixels', 466 => 'CroppedAreaImageHeightPixels' },
+ 'croppedareaimagewidthpixels' => { 465 => 'CroppedAreaImageWidthPixels', 466 => 'CroppedAreaImageWidthPixels' },
+ 'croppedarealeftpixels' => { 465 => 'CroppedAreaLeftPixels', 466 => 'CroppedAreaLeftPixels' },
+ 'croppedareatoppixels' => { 465 => 'CroppedAreaTopPixels', 466 => 'CroppedAreaTopPixels' },
+ 'croppedimageheight' => { 5 => 0x2, 387 => 0x1604 },
'croppedimageleft' => { 5 => 0x3 },
'croppedimagetop' => { 5 => 0x4 },
- 'croppedimagewidth' => { 5 => 0x1, 386 => 0x1603 },
- 'cropping' => { 453 => 0x9010 },
- 'cropright' => { 122 => 0x8, 266 => 0x2e, 324 => 0x32, 365 => 0xdb, 476 => 'CropRight', 478 => 'CropRight' },
+ 'croppedimagewidth' => { 5 => 0x1, 387 => 0x1603 },
+ 'cropping' => { 454 => 0x9010 },
+ 'cropright' => { 123 => 0x8, 267 => 0x2e, 325 => 0x32, 366 => 0xdb, 477 => 'CropRight', 479 => 'CropRight' },
'croprightmargin' => { 53 => 0x1 },
- 'croprotatedoriginalheight' => { 100 => 0x2 },
- 'croprotatedoriginalwidth' => { 100 => 0x1 },
- 'croprotation' => { 100 => 0x8, 122 => 0xb },
- 'cropscaledresolution' => { 266 => 0x9e },
- 'cropsourceresolution' => { 266 => 0xae },
- 'croptop' => { 107 => 0x248, 122 => 0x7, 266 => 0x26, 300 => 0x613, 304 => 0x613, 324 => 0x2f, 365 => 0xda, 476 => 'CropTop', 478 => 'CropTop' },
+ 'croprotatedoriginalheight' => { 101 => 0x2 },
+ 'croprotatedoriginalwidth' => { 101 => 0x1 },
+ 'croprotation' => { 101 => 0x8, 123 => 0xb },
+ 'cropscaledresolution' => { 267 => 0x9e },
+ 'cropsourceresolution' => { 267 => 0xae },
+ 'croptop' => { 108 => 0x248, 123 => 0x7, 267 => 0x26, 301 => 0x613, 305 => 0x613, 325 => 0x2f, 366 => 0xda, 477 => 'CropTop', 479 => 'CropTop' },
'croptopmargin' => { 53 => 0x2 },
- 'cropunit' => { 476 => 'CropUnit', 478 => 'CropUnit' },
- 'cropunits' => { 476 => 'CropUnits', 478 => 'CropUnits' },
- 'cropw' => { 470 => 'CropW' },
- 'cropwidth' => { 100 => 0x5, 107 => 0x24a, 300 => 0x614, 304 => 0x614, 476 => 'CropWidth', 478 => 'CropWidth' },
- 'cropx' => { 100 => 0x3, 470 => 'CropX' },
- 'cropy' => { 100 => 0x4, 470 => 'CropY' },
- 'crossprocess' => { 354 => 0x7b },
- 'crossprocessparams' => { 354 => 0x235 },
- 'cuisine' => { 494 => 'cuisine' },
- 'currenticcprofile' => { 118 => 0xc691 },
- 'currentpreprofilematrix' => { 118 => 0xc692 },
- 'currentversion' => { 453 => 0xd000 },
- 'curve0x' => { 470 => 'Curve0x' },
- 'curve0y' => { 470 => 'Curve0y' },
- 'curve1x' => { 470 => 'Curve1x' },
- 'curve1y' => { 470 => 'Curve1y' },
- 'curve2x' => { 470 => 'Curve2x' },
- 'curve2y' => { 470 => 'Curve2y' },
- 'curve3x' => { 470 => 'Curve3x' },
- 'curve3y' => { 470 => 'Curve3y' },
- 'curve4x' => { 470 => 'Curve4x' },
- 'curve4y' => { 470 => 'Curve4y' },
- 'curves' => { 271 => 0x76a43201 },
- 'custom1' => { 306 => 'Custom1' },
- 'custom10' => { 306 => 'Custom10' },
- 'custom2' => { 306 => 'Custom2' },
- 'custom3' => { 306 => 'Custom3' },
- 'custom4' => { 306 => 'Custom4' },
- 'custom5' => { 306 => 'Custom5' },
- 'custom6' => { 306 => 'Custom6' },
- 'custom7' => { 306 => 'Custom7' },
- 'custom8' => { 306 => 'Custom8' },
- 'custom9' => { 306 => 'Custom9' },
- 'customcolortone' => { 108 => 0x4c },
- 'customcontrast' => { 108 => 0x4e },
- 'customcontrols' => { 83 => 0x70c },
- 'customdefaultunsharpfineness' => { 108 => 0xbe },
- 'customdefaultunsharpstrength' => { 108 => 0xbc },
- 'customdefaultunsharpthreshold' => { 108 => 0xc0 },
- 'customilluminant' => { 137 => 0x405 },
- 'customizedials' => { 83 => 0x715 },
- 'customlinear' => { 108 => 0x4f },
- 'customoutputhighlightpoint' => { 108 => 0x53 },
- 'customoutputshadowpoint' => { 108 => 0x54 },
- 'custompicturestyle' => { 102 => 0x10021 },
- 'custompicturestyledata' => { 102 => 0xf0500 },
- 'custompicturestylefilename' => { 63 => 0x4010 },
- 'customrawhighlight' => { 108 => 0x7c },
- 'customrawhighlightpoint' => { 108 => 0x51 },
- 'customrawshadow' => { 108 => 0x85 },
- 'customrawshadowpoint' => { 108 => 0x52 },
- 'customrendered' => { 118 => 0xa401, 482 => 'CustomRendered' },
- 'customsaturation' => { 108 => 0x4d, 296 => 0x503 },
- 'customsettingsalldefault' => { 278 => '0.2', 287 => '0.2' },
- 'customsettingsbank' => { 278 => '0.1', 279 => '0.1', 281 => '0.1', 282 => '0.1', 287 => '0.1', 291 => '0.2', 292 => '0.2', 294 => 0x1 },
- 'customsharpness' => { 108 => 0x50 },
- 'customunsharpmaskfineness' => { 108 => 0xb8 },
- 'customunsharpmaskstrength' => { 108 => 0xb6 },
- 'customunsharpmaskthreshold' => { 108 => 0xba },
- 'customwb_rblevels' => { 424 => 0x1a },
- 'customwb_rgblevels' => { 407 => 0x8, 408 => 0x19 },
- 'customwbbluelevel' => { 183 => 0x36 },
- 'customwberror' => { 183 => 0x37 },
- 'customwbgreenlevel' => { 183 => 0x35 },
- 'customwbredlevel' => { 183 => 0x34 },
- 'customwbsetting' => { 183 => 0x26 },
- 'cx' => { 379 => '_cx_' },
- 'cy' => { 379 => '_cy_' },
- 'd-lightinghq' => { 271 => 0x2175eb78 },
- 'd-lightinghqcolorboost' => { 267 => 0x2 },
- 'd-lightinghqhighlight' => { 267 => 0x1 },
- 'd-lightinghqselected' => { 271 => 0x6a6e36b6 },
- 'd-lightinghqshadow' => { 267 => 0x0 },
- 'd-lightinghs' => { 271 => 0xce5554aa },
- 'd-lightinghsadjustment' => { 268 => 0x0 },
- 'd-lightinghscolorboost' => { 268 => 0x1 },
- 'd-rangeoptimizerhighlight' => { 453 => 0x8024 },
- 'd-rangeoptimizermode' => { 453 => 0x8022 },
- 'd-rangeoptimizershadow' => { 453 => 0x802d },
- 'd-rangeoptimizervalue' => { 453 => 0x8023 },
- 'darkblacksegrows' => { 137 => 0x18d8 },
- 'darkfocusenvironment' => { 319 => 0x8003 },
- 'darkframecountfactor' => { 137 => 0xc85 },
- 'darkframelongexposure' => { 137 => 0xc84 },
- 'darkframeshortexposure' => { 137 => 0xc83 },
- 'darkpedestal' => { 137 => 0xc7f },
- 'datacompressionmethod' => { 132 => 0x6e },
- 'dataimprint' => { 180 => 0x34 },
- 'dataonscreen' => { 488 => 'DataOnScreen' },
- 'dataonscreenregion' => { 488 => [\'DataOnScreen','DataOnScreenRegion'] },
- 'dataonscreenregiond' => { 488 => [\'DataOnScreen','DataOnScreenRegionD'] },
- 'dataonscreenregionh' => { 488 => [\'DataOnScreen','DataOnScreenRegionH'] },
- 'dataonscreenregiontext' => { 488 => [\'DataOnScreen','DataOnScreenRegionText'] },
- 'dataonscreenregionunit' => { 488 => [\'DataOnScreen','DataOnScreenRegionUnit'] },
- 'dataonscreenregionw' => { 488 => [\'DataOnScreen','DataOnScreenRegionW'] },
- 'dataonscreenregionx' => { 488 => [\'DataOnScreen','DataOnScreenRegionX'] },
- 'dataonscreenregiony' => { 488 => [\'DataOnScreen','DataOnScreenRegionY'] },
- 'datascaling' => { 354 => 0x3d },
- 'date' => { 354 => 0x6, 479 => 'date' },
- 'dateacquired' => { 177 => 'DateAcquired', 178 => '{2CBAA8F5-D81F-47CA-B17A-F8D822300131} 100' },
- 'datecreated' => { 130 => 0x37, 490 => 'DateCreated' },
- 'datedisplayformat' => { 263 => 0x3 },
- 'dateidentified' => { 117 => [\'Identification','IdentificationDateIdentified'] },
- 'dateimprint' => { 283 => '4.2' },
- 'daterecieved' => { 492 => 'dateRecieved' },
- 'datesent' => { 131 => 0x46 },
- 'datestampmode' => { 63 => 0x1c, 225 => 0x9d },
- 'datetime' => { 471 => 'datetime', 498 => 'DateTime' },
- 'datetimedigitized' => { 482 => 'DateTimeDigitized' },
- 'datetimeoriginal' => { 99 => 0x0, 118 => 0x9003, 153 => 0x14, 156 => 'OriginalDate', 374 => 'IDIT', 379 => 'date', 380 => 0xb, 381 => 0x3b, 382 => 0x3e, 482 => 'DateTimeOriginal' },
- 'datetimestamp' => { 139 => 0x64 },
- 'datetimeutc' => { 296 => 0x908 },
- 'daylightsavings' => { 77 => 0x3, 263 => 0x2 },
- 'dayofweek' => { 381 => 0x42, 382 => 0x4a },
- 'dccontinent' => { 117 => [\'dctermsLocation','dctermsLocationContinent'] },
- 'dccoordinateprecision' => { 117 => [\'dctermsLocation','dctermsLocationCoordinatePrecision'] },
- 'dccoordinateuncertaintyinmeters' => { 117 => [\'dctermsLocation','dctermsLocationCoordinateUncertaintyInMeters'] },
- 'dccountry' => { 117 => [\'dctermsLocation','dctermsLocationCountry'] },
- 'dccountrycode' => { 117 => [\'dctermsLocation','dctermsLocationCountryCode'] },
- 'dccounty' => { 117 => [\'dctermsLocation','dctermsLocationCounty'] },
- 'dcdecimallatitude' => { 117 => [\'dctermsLocation','dctermsLocationDecimalLatitude'] },
- 'dcdecimallongitude' => { 117 => [\'dctermsLocation','dctermsLocationDecimalLongitude'] },
- 'dcevent' => { 117 => 'Event' },
- 'dcfootprintspatialfit' => { 117 => [\'dctermsLocation','dctermsLocationFootprintSpatialFit'] },
- 'dcfootprintsrs' => { 117 => [\'dctermsLocation','dctermsLocationFootprintSRS'] },
- 'dcfootprintwkt' => { 117 => [\'dctermsLocation','dctermsLocationFootprintWKT'] },
- 'dcgeodeticdatum' => { 117 => [\'dctermsLocation','dctermsLocationGeodeticDatum'] },
- 'dcgeoreferencedby' => { 117 => [\'dctermsLocation','dctermsLocationGeoreferencedBy'] },
- 'dcgeoreferenceddate' => { 117 => [\'dctermsLocation','dctermsLocationGeoreferencedDate'] },
- 'dcgeoreferenceprotocol' => { 117 => [\'dctermsLocation','dctermsLocationGeoreferenceProtocol'] },
- 'dcgeoreferenceremarks' => { 117 => [\'dctermsLocation','dctermsLocationGeoreferenceRemarks'] },
- 'dcgeoreferencesources' => { 117 => [\'dctermsLocation','dctermsLocationGeoreferenceSources'] },
- 'dcgeoreferenceverificationstatus' => { 117 => [\'dctermsLocation','dctermsLocationGeoreferenceVerificationStatus'] },
- 'dchighergeography' => { 117 => [\'dctermsLocation','dctermsLocationHigherGeography'] },
- 'dchighergeographyid' => { 117 => [\'dctermsLocation','dctermsLocationHigherGeographyID'] },
- 'dcisland' => { 117 => [\'dctermsLocation','dctermsLocationIsland'] },
- 'dcislandgroup' => { 117 => [\'dctermsLocation','dctermsLocationIslandGroup'] },
- 'dclocality' => { 117 => [\'dctermsLocation','dctermsLocationLocality'] },
- 'dclocationaccordingto' => { 117 => [\'dctermsLocation','dctermsLocationLocationAccordingTo'] },
- 'dclocationid' => { 117 => [\'dctermsLocation','dctermsLocationLocationID'] },
- 'dclocationremarks' => { 117 => [\'dctermsLocation','dctermsLocationLocationRemarks'] },
- 'dcmaximumdepthinmeters' => { 117 => [\'dctermsLocation','dctermsLocationMaximumDepthInMeters'] },
- 'dcmaximumdistanceabovesurfaceinmeters' => { 117 => [\'dctermsLocation','dctermsLocationMaximumDistanceAboveSurfaceInMeters'] },
- 'dcmaximumelevationinmeters' => { 117 => [\'dctermsLocation','dctermsLocationMaximumElevationInMeters'] },
- 'dcminimumdepthinmeters' => { 117 => [\'dctermsLocation','dctermsLocationMinimumDepthInMeters'] },
- 'dcminimumdistanceabovesurfaceinmeters' => { 117 => [\'dctermsLocation','dctermsLocationMinimumDistanceAboveSurfaceInMeters'] },
- 'dcminimumelevationinmeters' => { 117 => [\'dctermsLocation','dctermsLocationMinimumElevationInMeters'] },
- 'dcmunicipality' => { 117 => [\'dctermsLocation','dctermsLocationMunicipality'] },
- 'dcpointradiusspatialfit' => { 117 => [\'dctermsLocation','dctermsLocationPointRadiusSpatialFit'] },
- 'dcstateprovince' => { 117 => [\'dctermsLocation','dctermsLocationStateProvince'] },
- 'dctermslocation' => { 117 => 'dctermsLocation' },
- 'dcverbatimcoordinates' => { 117 => [\'dctermsLocation','dctermsLocationVerbatimCoordinates'] },
- 'dcverbatimcoordinatesystem' => { 117 => [\'dctermsLocation','dctermsLocationVerbatimCoordinateSystem'] },
- 'dcverbatimdepth' => { 117 => [\'dctermsLocation','dctermsLocationVerbatimDepth'] },
- 'dcverbatimelevation' => { 117 => [\'dctermsLocation','dctermsLocationVerbatimElevation'] },
- 'dcverbatimlatitude' => { 117 => [\'dctermsLocation','dctermsLocationVerbatimLatitude'] },
- 'dcverbatimlocality' => { 117 => [\'dctermsLocation','dctermsLocationVerbatimLocality'] },
- 'dcverbatimlongitude' => { 117 => [\'dctermsLocation','dctermsLocationVerbatimLongitude'] },
- 'dcverbatimsrs' => { 117 => [\'dctermsLocation','dctermsLocationVerbatimSRS'] },
- 'dcwaterbody' => { 117 => [\'dctermsLocation','dctermsLocationWaterBody'] },
- 'declination' => { 164 => 'Declination' },
- 'decposition' => { 180 => 0x32 },
- 'defaultautogray' => { 476 => 'DefaultAutoGray', 478 => 'DefaultAutoGray' },
- 'defaultautotone' => { 476 => 'DefaultAutoTone', 478 => 'DefaultAutoTone' },
- 'defaultblackrender' => { 118 => 0xc7a6 },
- 'defaultcroporigin' => { 118 => 0xc61f },
- 'defaultcropsize' => { 118 => 0xc620 },
- 'defaulteraseoption' => { 83 => 0x813 },
- 'defaultscale' => { 118 => 0xc61e },
- 'defaultsspecifictoiso' => { 476 => 'DefaultsSpecificToISO', 478 => 'DefaultsSpecificToISO' },
- 'defaultsspecifictoserial' => { 476 => 'DefaultsSpecificToSerial', 478 => 'DefaultsSpecificToSerial' },
- 'defaultusercrop' => { 118 => 0xc7b5 },
- 'defectisocode' => { 137 => 0x90f },
- 'defringe' => { 476 => 'Defringe', 478 => 'Defringe' },
- 'defringegreenamount' => { 476 => 'DefringeGreenAmount', 478 => 'DefringeGreenAmount' },
- 'defringegreenhuehi' => { 476 => 'DefringeGreenHueHi', 478 => 'DefringeGreenHueHi' },
- 'defringegreenhuelo' => { 476 => 'DefringeGreenHueLo', 478 => 'DefringeGreenHueLo' },
- 'defringepurpleamount' => { 476 => 'DefringePurpleAmount', 478 => 'DefringePurpleAmount' },
- 'defringepurplehuehi' => { 476 => 'DefringePurpleHueHi', 478 => 'DefringePurpleHueHi' },
- 'defringepurplehuelo' => { 476 => 'DefringePurpleHueLo', 478 => 'DefringePurpleHueLo' },
- 'dehaze' => { 476 => 'Dehaze', 478 => 'Dehaze' },
- 'deletedimagecount' => { 225 => 0xa6, 237 => 0x6e },
- 'deprecatedon' => { 474 => 'deprecatedOn' },
- 'depthfar' => { 118 => 0xc7eb },
- 'depthformat' => { 118 => 0xc7e9 },
- 'depthimage' => { 461 => 'Data' },
- 'depthmeasuretype' => { 118 => 0xc7ed },
- 'depthnear' => { 118 => 0xc7ea },
- 'depthunits' => { 118 => 0xc7ec },
- 'derivedfrom' => { 503 => 'DerivedFrom' },
- 'derivedfromalternatepaths' => { 503 => [\'DerivedFrom','DerivedFromAlternatePaths'] },
- 'derivedfromdocumentid' => { 503 => [\'DerivedFrom','DerivedFromDocumentID'] },
- 'derivedfromfilepath' => { 503 => [\'DerivedFrom','DerivedFromFilePath'] },
- 'derivedfromfrompart' => { 503 => [\'DerivedFrom','DerivedFromFromPart'] },
- 'derivedfrominstanceid' => { 503 => [\'DerivedFrom','DerivedFromInstanceID'] },
- 'derivedfromlastmodifydate' => { 503 => [\'DerivedFrom','DerivedFromLastModifyDate'] },
- 'derivedfromlasturl' => { 503 => [\'DerivedFrom','DerivedFromLastURL'] },
- 'derivedfromlinkcategory' => { 503 => [\'DerivedFrom','DerivedFromLinkCategory'] },
- 'derivedfromlinkform' => { 503 => [\'DerivedFrom','DerivedFromLinkForm'] },
- 'derivedfrommanager' => { 503 => [\'DerivedFrom','DerivedFromManager'] },
- 'derivedfrommanagervariant' => { 503 => [\'DerivedFrom','DerivedFromManagerVariant'] },
- 'derivedfrommanageto' => { 503 => [\'DerivedFrom','DerivedFromManageTo'] },
- 'derivedfrommanageui' => { 503 => [\'DerivedFrom','DerivedFromManageUI'] },
- 'derivedfrommaskmarkers' => { 503 => [\'DerivedFrom','DerivedFromMaskMarkers'] },
- 'derivedfromoriginaldocumentid' => { 503 => [\'DerivedFrom','DerivedFromOriginalDocumentID'] },
- 'derivedfrompartmapping' => { 503 => [\'DerivedFrom','DerivedFromPartMapping'] },
- 'derivedfromplacedresolutionunit' => { 503 => [\'DerivedFrom','DerivedFromPlacedResolutionUnit'] },
- 'derivedfromplacedxresolution' => { 503 => [\'DerivedFrom','DerivedFromPlacedXResolution'] },
- 'derivedfromplacedyresolution' => { 503 => [\'DerivedFrom','DerivedFromPlacedYResolution'] },
- 'derivedfromrenditionclass' => { 503 => [\'DerivedFrom','DerivedFromRenditionClass'] },
- 'derivedfromrenditionparams' => { 503 => [\'DerivedFrom','DerivedFromRenditionParams'] },
- 'derivedfromtopart' => { 503 => [\'DerivedFrom','DerivedFromToPart'] },
- 'derivedfromversionid' => { 503 => [\'DerivedFrom','DerivedFromVersionID'] },
- 'description' => { 309 => 'Description', 371 => ['desc','dscp',"\xa9des"], 373 => 'description', 379 => 'dscp', 476 => 'Description', 478 => 'Description', 479 => 'description', 500 => 'Description' },
- 'destination' => { 131 => 0x5 },
- 'destinationcity' => { 354 => 0x24, 360 => 0x3 },
- 'destinationcitycode' => { 361 => 0x1001 },
- 'destinationdst' => { 354 => 0x26, 360 => '0.3' },
- 'developmentdynamicrange' => { 126 => 0x1403 },
- 'deviantmatrixcustom' => { 137 => 0x7de },
- 'deviantmatrixdaylight' => { 137 => 0x7da },
- 'deviantmatrixflash' => { 137 => 0x7dd },
- 'deviantmatrixfluorescent' => { 137 => 0x7dc },
- 'deviantmatrixtungsten' => { 137 => 0x7db },
- 'deviantwhitecustom' => { 137 => 0x842 },
- 'deviantwhitedaylight' => { 137 => 0x83e },
- 'deviantwhiteflash' => { 137 => 0x841 },
- 'deviantwhitefluorescent' => { 137 => 0x840 },
- 'deviantwhitetungsten' => { 137 => 0x83f },
- 'device' => { 492 => 'device' },
- 'devicesettingdescription' => { 482 => 'DeviceSettingDescription' },
- 'devicesettingdescriptioncolumns' => { 482 => [\'DeviceSettingDescription','DeviceSettingDescriptionColumns'] },
- 'devicesettingdescriptionrows' => { 482 => [\'DeviceSettingDescription','DeviceSettingDescriptionRows'] },
- 'devicesettingdescriptionsettings' => { 482 => [\'DeviceSettingDescription','DeviceSettingDescriptionSettings'] },
- 'devicetype' => { 393 => 0x2 },
- 'dewarpdata' => { 115 => 'DewarpData' },
- 'dewarpflag' => { 115 => 'DewarpFlag' },
- 'dialdirectiontvav' => { 83 => 0x706 },
- 'dietaryneeds' => { 494 => 'dietaryNeeds' },
- 'diffractioncompensation' => { 227 => 0x142, 228 => 0x1a2, 251 => 0xc4a0 },
- 'diffractioncorrection' => { 319 => 0xbc, 344 => 0x3 },
- 'diffractioncorrectionon' => { 102 => 0x2070b },
- 'digitalcreationdate' => { 130 => 0x3e },
- 'digitalcreationtime' => { 130 => 0x3f },
- 'digitaldeehighlightadj' => { 236 => 0x202 },
- 'digitaldeeshadowadj' => { 236 => 0x200 },
- 'digitaldeethreshold' => { 236 => 0x201 },
- 'digitalfilter' => { 396 => 0x59 },
- 'digitalfilter01' => { 341 => 0x5 },
- 'digitalfilter02' => { 341 => 0x16 },
- 'digitalfilter03' => { 341 => 0x27 },
- 'digitalfilter04' => { 341 => 0x38 },
- 'digitalfilter05' => { 341 => 0x49 },
- 'digitalfilter06' => { 341 => 0x5a },
- 'digitalfilter07' => { 341 => 0x6b },
- 'digitalfilter08' => { 341 => 0x7c },
- 'digitalfilter09' => { 341 => 0x8d },
- 'digitalfilter10' => { 341 => 0x9e },
- 'digitalfilter11' => { 341 => 0xaf },
- 'digitalfilter12' => { 341 => 0xc0 },
- 'digitalfilter13' => { 341 => 0xd1 },
- 'digitalfilter14' => { 341 => 0xe2 },
- 'digitalfilter15' => { 341 => 0xf3 },
- 'digitalfilter16' => { 341 => 0x104 },
- 'digitalfilter17' => { 341 => 0x115 },
- 'digitalfilter18' => { 341 => 0x126 },
- 'digitalfilter19' => { 341 => 0x137 },
- 'digitalfilter20' => { 341 => 0x148 },
- 'digitalgain' => { 73 => 0xb },
- 'digitalgem' => { 214 => 0x0 },
- 'digitalice' => { 236 => 0x100 },
- 'digitalimageguid' => { 488 => 'DigImageGUID' },
- 'digitalroc' => { 234 => 0x0 },
- 'digitalsourcefiletype' => { 488 => 'DigitalSourcefileType' },
- 'digitalsourcetype' => { 488 => 'DigitalSourceType' },
- 'digitalzoom' => { 34 => 0xc, 111 => 0xa, 126 => 0x1044, 139 => 0x68, 150 => 0x22, 151 => 0x1e, 155 => 'DigitalZoom', 180 => 0xc, 225 => 0x86, 261 => 0xa, 301 => 0x204, 354 => 0x1e, 361 => 0xa, 395 => 0x204, 440 => 0x12, 441 => 0x12 },
- 'digitalzoomon' => { 395 => 0x21b },
- 'digitalzoomratio' => { 118 => 0xa404, 429 => 0x200, 431 => 0x21c, 482 => 'DigitalZoomRatio' },
- 'director' => { 178 => 'WM/Director', 371 => "\xa9dir", 373 => 'director', 379 => "\xa9dir", 502 => 'director' },
- 'directorphotography' => { 502 => 'directorPhotography' },
- 'directory' => { 119 => 'Directory' },
+ 'cropunit' => { 477 => 'CropUnit', 479 => 'CropUnit' },
+ 'cropunits' => { 477 => 'CropUnits', 479 => 'CropUnits' },
+ 'cropw' => { 471 => 'CropW' },
+ 'cropwidth' => { 101 => 0x5, 108 => 0x24a, 301 => 0x614, 305 => 0x614, 477 => 'CropWidth', 479 => 'CropWidth' },
+ 'cropx' => { 101 => 0x3, 471 => 'CropX' },
+ 'cropy' => { 101 => 0x4, 471 => 'CropY' },
+ 'crossprocess' => { 355 => 0x7b },
+ 'crossprocessparams' => { 355 => 0x235 },
+ 'cuisine' => { 495 => 'cuisine' },
+ 'currenticcprofile' => { 119 => 0xc691 },
+ 'currentpreprofilematrix' => { 119 => 0xc692 },
+ 'currentversion' => { 454 => 0xd000 },
+ 'curve0x' => { 471 => 'Curve0x' },
+ 'curve0y' => { 471 => 'Curve0y' },
+ 'curve1x' => { 471 => 'Curve1x' },
+ 'curve1y' => { 471 => 'Curve1y' },
+ 'curve2x' => { 471 => 'Curve2x' },
+ 'curve2y' => { 471 => 'Curve2y' },
+ 'curve3x' => { 471 => 'Curve3x' },
+ 'curve3y' => { 471 => 'Curve3y' },
+ 'curve4x' => { 471 => 'Curve4x' },
+ 'curve4y' => { 471 => 'Curve4y' },
+ 'curves' => { 272 => 0x76a43201 },
+ 'custom1' => { 307 => 'Custom1' },
+ 'custom10' => { 307 => 'Custom10' },
+ 'custom2' => { 307 => 'Custom2' },
+ 'custom3' => { 307 => 'Custom3' },
+ 'custom4' => { 307 => 'Custom4' },
+ 'custom5' => { 307 => 'Custom5' },
+ 'custom6' => { 307 => 'Custom6' },
+ 'custom7' => { 307 => 'Custom7' },
+ 'custom8' => { 307 => 'Custom8' },
+ 'custom9' => { 307 => '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, 483 => 'CustomRendered' },
+ 'customsaturation' => { 109 => 0x4d, 297 => 0x503 },
+ 'customsettingsalldefault' => { 279 => '0.2', 288 => '0.2' },
+ 'customsettingsbank' => { 279 => '0.1', 280 => '0.1', 282 => '0.1', 283 => '0.1', 288 => '0.1', 292 => '0.2', 293 => '0.2', 295 => 0x1 },
+ 'customsharpness' => { 109 => 0x50 },
+ 'customunsharpmaskfineness' => { 109 => 0xb8 },
+ 'customunsharpmaskstrength' => { 109 => 0xb6 },
+ 'customunsharpmaskthreshold' => { 109 => 0xba },
+ 'customwb_rblevels' => { 425 => 0x1a },
+ 'customwb_rgblevels' => { 408 => 0x8, 409 => 0x19 },
+ 'customwbbluelevel' => { 184 => 0x36 },
+ 'customwberror' => { 184 => 0x37 },
+ 'customwbgreenlevel' => { 184 => 0x35 },
+ 'customwbredlevel' => { 184 => 0x34 },
+ 'customwbsetting' => { 184 => 0x26 },
+ 'cx' => { 380 => '_cx_' },
+ 'cy' => { 380 => '_cy_' },
+ 'd-lightinghq' => { 272 => 0x2175eb78 },
+ 'd-lightinghqcolorboost' => { 268 => 0x2 },
+ 'd-lightinghqhighlight' => { 268 => 0x1 },
+ 'd-lightinghqselected' => { 272 => 0x6a6e36b6 },
+ 'd-lightinghqshadow' => { 268 => 0x0 },
+ 'd-lightinghs' => { 272 => 0xce5554aa },
+ 'd-lightinghsadjustment' => { 269 => 0x0 },
+ 'd-lightinghscolorboost' => { 269 => 0x1 },
+ 'd-rangeoptimizerhighlight' => { 454 => 0x8024 },
+ 'd-rangeoptimizermode' => { 454 => 0x8022 },
+ 'd-rangeoptimizershadow' => { 454 => 0x802d },
+ 'd-rangeoptimizervalue' => { 454 => 0x8023 },
+ 'darkblacksegrows' => { 138 => 0x18d8 },
+ 'darkfocusenvironment' => { 320 => 0x8003 },
+ 'darkframecountfactor' => { 138 => 0xc85 },
+ 'darkframelongexposure' => { 138 => 0xc84 },
+ 'darkframeshortexposure' => { 138 => 0xc83 },
+ 'darkpedestal' => { 138 => 0xc7f },
+ 'datacompressionmethod' => { 133 => 0x6e },
+ 'dataimprint' => { 181 => 0x34 },
+ 'dataonscreen' => { 489 => 'DataOnScreen' },
+ 'dataonscreenregion' => { 489 => [\'DataOnScreen','DataOnScreenRegion'] },
+ 'dataonscreenregiond' => { 489 => [\'DataOnScreen','DataOnScreenRegionD'] },
+ 'dataonscreenregionh' => { 489 => [\'DataOnScreen','DataOnScreenRegionH'] },
+ 'dataonscreenregiontext' => { 489 => [\'DataOnScreen','DataOnScreenRegionText'] },
+ 'dataonscreenregionunit' => { 489 => [\'DataOnScreen','DataOnScreenRegionUnit'] },
+ 'dataonscreenregionw' => { 489 => [\'DataOnScreen','DataOnScreenRegionW'] },
+ 'dataonscreenregionx' => { 489 => [\'DataOnScreen','DataOnScreenRegionX'] },
+ 'dataonscreenregiony' => { 489 => [\'DataOnScreen','DataOnScreenRegionY'] },
+ 'datascaling' => { 355 => 0x3d },
+ 'date' => { 355 => 0x6, 480 => 'date' },
+ 'dateacquired' => { 178 => 'DateAcquired', 179 => '{2CBAA8F5-D81F-47CA-B17A-F8D822300131} 100' },
+ 'datecreated' => { 131 => 0x37, 491 => 'DateCreated' },
+ 'datedisplayformat' => { 264 => 0x3 },
+ 'dateidentified' => { 118 => [\'Identification','IdentificationDateIdentified'] },
+ 'dateimprint' => { 284 => '4.2' },
+ 'daterecieved' => { 493 => 'dateRecieved' },
+ 'datesent' => { 132 => 0x46 },
+ 'datestampmode' => { 64 => 0x1c, 226 => 0x9d },
+ 'datetime' => { 472 => 'datetime', 499 => 'DateTime' },
+ 'datetimedigitized' => { 483 => 'DateTimeDigitized' },
+ 'datetimeoriginal' => { 100 => 0x0, 119 => 0x9003, 154 => 0x14, 157 => 'OriginalDate', 375 => 'IDIT', 380 => 'date', 381 => 0xb, 382 => 0x3b, 383 => 0x3e, 483 => 'DateTimeOriginal' },
+ 'datetimestamp' => { 140 => 0x64 },
+ 'datetimeutc' => { 297 => 0x908 },
+ 'daylightsavings' => { 78 => 0x3, 264 => 0x2 },
+ 'dayofweek' => { 382 => 0x42, 383 => 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'] },
+ 'dcwaterbody' => { 118 => [\'dctermsLocation','dctermsLocationWaterBody'] },
+ 'declination' => { 165 => 'Declination' },
+ 'decposition' => { 181 => 0x32 },
+ 'defaultautogray' => { 477 => 'DefaultAutoGray', 479 => 'DefaultAutoGray' },
+ 'defaultautotone' => { 477 => 'DefaultAutoTone', 479 => 'DefaultAutoTone' },
+ 'defaultblackrender' => { 119 => 0xc7a6 },
+ 'defaultcroporigin' => { 119 => 0xc61f },
+ 'defaultcropsize' => { 119 => 0xc620 },
+ 'defaulteraseoption' => { 84 => 0x813 },
+ 'defaultscale' => { 119 => 0xc61e },
+ 'defaultsspecifictoiso' => { 477 => 'DefaultsSpecificToISO', 479 => 'DefaultsSpecificToISO' },
+ 'defaultsspecifictoserial' => { 477 => 'DefaultsSpecificToSerial', 479 => 'DefaultsSpecificToSerial' },
+ 'defaultusercrop' => { 119 => 0xc7b5 },
+ 'defectisocode' => { 138 => 0x90f },
+ 'defringe' => { 477 => 'Defringe', 479 => 'Defringe' },
+ 'defringegreenamount' => { 477 => 'DefringeGreenAmount', 479 => 'DefringeGreenAmount' },
+ 'defringegreenhuehi' => { 477 => 'DefringeGreenHueHi', 479 => 'DefringeGreenHueHi' },
+ 'defringegreenhuelo' => { 477 => 'DefringeGreenHueLo', 479 => 'DefringeGreenHueLo' },
+ 'defringepurpleamount' => { 477 => 'DefringePurpleAmount', 479 => 'DefringePurpleAmount' },
+ 'defringepurplehuehi' => { 477 => 'DefringePurpleHueHi', 479 => 'DefringePurpleHueHi' },
+ 'defringepurplehuelo' => { 477 => 'DefringePurpleHueLo', 479 => 'DefringePurpleHueLo' },
+ 'dehaze' => { 477 => 'Dehaze', 479 => 'Dehaze' },
+ 'deletedimagecount' => { 226 => 0xa6, 238 => 0x6e },
+ 'deprecatedon' => { 475 => 'deprecatedOn' },
+ 'depthfar' => { 119 => 0xc7eb },
+ 'depthformat' => { 119 => 0xc7e9 },
+ 'depthimage' => { 462 => 'Data' },
+ 'depthmeasuretype' => { 119 => 0xc7ed },
+ 'depthnear' => { 119 => 0xc7ea },
+ 'depthunits' => { 119 => 0xc7ec },
+ 'derivedfrom' => { 504 => 'DerivedFrom' },
+ 'derivedfromalternatepaths' => { 504 => [\'DerivedFrom','DerivedFromAlternatePaths'] },
+ 'derivedfromdocumentid' => { 504 => [\'DerivedFrom','DerivedFromDocumentID'] },
+ 'derivedfromfilepath' => { 504 => [\'DerivedFrom','DerivedFromFilePath'] },
+ 'derivedfromfrompart' => { 504 => [\'DerivedFrom','DerivedFromFromPart'] },
+ 'derivedfrominstanceid' => { 504 => [\'DerivedFrom','DerivedFromInstanceID'] },
+ 'derivedfromlastmodifydate' => { 504 => [\'DerivedFrom','DerivedFromLastModifyDate'] },
+ 'derivedfromlasturl' => { 504 => [\'DerivedFrom','DerivedFromLastURL'] },
+ 'derivedfromlinkcategory' => { 504 => [\'DerivedFrom','DerivedFromLinkCategory'] },
+ 'derivedfromlinkform' => { 504 => [\'DerivedFrom','DerivedFromLinkForm'] },
+ 'derivedfrommanager' => { 504 => [\'DerivedFrom','DerivedFromManager'] },
+ 'derivedfrommanagervariant' => { 504 => [\'DerivedFrom','DerivedFromManagerVariant'] },
+ 'derivedfrommanageto' => { 504 => [\'DerivedFrom','DerivedFromManageTo'] },
+ 'derivedfrommanageui' => { 504 => [\'DerivedFrom','DerivedFromManageUI'] },
+ 'derivedfrommaskmarkers' => { 504 => [\'DerivedFrom','DerivedFromMaskMarkers'] },
+ 'derivedfromoriginaldocumentid' => { 504 => [\'DerivedFrom','DerivedFromOriginalDocumentID'] },
+ 'derivedfrompartmapping' => { 504 => [\'DerivedFrom','DerivedFromPartMapping'] },
+ 'derivedfromplacedresolutionunit' => { 504 => [\'DerivedFrom','DerivedFromPlacedResolutionUnit'] },
+ 'derivedfromplacedxresolution' => { 504 => [\'DerivedFrom','DerivedFromPlacedXResolution'] },
+ 'derivedfromplacedyresolution' => { 504 => [\'DerivedFrom','DerivedFromPlacedYResolution'] },
+ 'derivedfromrenditionclass' => { 504 => [\'DerivedFrom','DerivedFromRenditionClass'] },
+ 'derivedfromrenditionparams' => { 504 => [\'DerivedFrom','DerivedFromRenditionParams'] },
+ 'derivedfromtopart' => { 504 => [\'DerivedFrom','DerivedFromToPart'] },
+ 'derivedfromversionid' => { 504 => [\'DerivedFrom','DerivedFromVersionID'] },
+ 'description' => { 310 => 'Description', 372 => ['desc','dscp',"\xa9des"], 374 => 'description', 380 => 'dscp', 477 => 'Description', 479 => 'Description', 480 => 'description', 501 => 'Description' },
+ 'destination' => { 132 => 0x5 },
+ 'destinationcity' => { 355 => 0x24, 361 => 0x3 },
+ 'destinationcitycode' => { 362 => 0x1001 },
+ 'destinationdst' => { 355 => 0x26, 361 => '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' => { 493 => 'device' },
+ 'devicesettingdescription' => { 483 => 'DeviceSettingDescription' },
+ 'devicesettingdescriptioncolumns' => { 483 => [\'DeviceSettingDescription','DeviceSettingDescriptionColumns'] },
+ 'devicesettingdescriptionrows' => { 483 => [\'DeviceSettingDescription','DeviceSettingDescriptionRows'] },
+ 'devicesettingdescriptionsettings' => { 483 => [\'DeviceSettingDescription','DeviceSettingDescriptionSettings'] },
+ 'devicetype' => { 394 => 0x2 },
+ 'dewarpdata' => { 116 => 'DewarpData' },
+ 'dewarpflag' => { 116 => 'DewarpFlag' },
+ 'dialdirectiontvav' => { 84 => 0x706 },
+ 'dietaryneeds' => { 495 => 'dietaryNeeds' },
+ 'diffractioncompensation' => { 228 => 0x142, 229 => 0x1a2, 252 => 0xc4a0 },
+ 'diffractioncorrection' => { 320 => 0xbc, 345 => 0x3 },
+ 'diffractioncorrectionon' => { 103 => 0x2070b },
+ 'digitalcreationdate' => { 131 => 0x3e },
+ 'digitalcreationtime' => { 131 => 0x3f },
+ 'digitaldeehighlightadj' => { 237 => 0x202 },
+ 'digitaldeeshadowadj' => { 237 => 0x200 },
+ 'digitaldeethreshold' => { 237 => 0x201 },
+ 'digitalfilter' => { 397 => 0x59 },
+ 'digitalfilter01' => { 342 => 0x5 },
+ 'digitalfilter02' => { 342 => 0x16 },
+ 'digitalfilter03' => { 342 => 0x27 },
+ 'digitalfilter04' => { 342 => 0x38 },
+ 'digitalfilter05' => { 342 => 0x49 },
+ 'digitalfilter06' => { 342 => 0x5a },
+ 'digitalfilter07' => { 342 => 0x6b },
+ 'digitalfilter08' => { 342 => 0x7c },
+ 'digitalfilter09' => { 342 => 0x8d },
+ 'digitalfilter10' => { 342 => 0x9e },
+ 'digitalfilter11' => { 342 => 0xaf },
+ 'digitalfilter12' => { 342 => 0xc0 },
+ 'digitalfilter13' => { 342 => 0xd1 },
+ 'digitalfilter14' => { 342 => 0xe2 },
+ 'digitalfilter15' => { 342 => 0xf3 },
+ 'digitalfilter16' => { 342 => 0x104 },
+ 'digitalfilter17' => { 342 => 0x115 },
+ 'digitalfilter18' => { 342 => 0x126 },
+ 'digitalfilter19' => { 342 => 0x137 },
+ 'digitalfilter20' => { 342 => 0x148 },
+ 'digitalgain' => { 74 => 0xb },
+ 'digitalgem' => { 215 => 0x0 },
+ 'digitalice' => { 237 => 0x100 },
+ 'digitalimageguid' => { 489 => 'DigImageGUID' },
+ 'digitalroc' => { 235 => 0x0 },
+ 'digitalsourcefiletype' => { 489 => 'DigitalSourcefileType' },
+ 'digitalsourcetype' => { 489 => 'DigitalSourceType' },
+ 'digitalzoom' => { 34 => 0xc, 112 => 0xa, 127 => 0x1044, 140 => 0x68, 151 => 0x22, 152 => 0x1e, 156 => 'DigitalZoom', 181 => 0xc, 226 => 0x86, 262 => 0xa, 302 => 0x204, 355 => 0x1e, 362 => 0xa, 396 => 0x204, 441 => 0x12, 442 => 0x12 },
+ 'digitalzoomon' => { 396 => 0x21b },
+ 'digitalzoomratio' => { 119 => 0xa404, 430 => 0x200, 432 => 0x21c, 483 => 'DigitalZoomRatio' },
+ 'director' => { 179 => 'WM/Director', 372 => "\xa9dir", 374 => 'director', 380 => "\xa9dir", 503 => 'director' },
+ 'directorphotography' => { 503 => 'directorPhotography' },
+ 'directory' => { 120 => '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' => { 207 => 0x3, 382 => 0x12 },
- 'disableautocreation' => { 459 => 'DisableAutoCreation' },
- 'disclaimer' => { 309 => 'Disclaimer' },
- 'discnumber' => { 502 => 'discNumber' },
- 'dishtype' => { 494 => 'dishType' },
- 'disknumber' => { 371 => 'disk' },
- 'displayallafpoints' => { 83 => 0x514 },
+ 'directorynumber' => { 208 => 0x3, 383 => 0x12 },
+ 'disableautocreation' => { 460 => 'DisableAutoCreation' },
+ 'disclaimer' => { 310 => 'Disclaimer' },
+ 'discnumber' => { 503 => 'discNumber' },
+ 'dishtype' => { 495 => 'dishType' },
+ 'disknumber' => { 372 => 'disk' },
+ 'displayallafpoints' => { 84 => 0x514 },
'displayaperture' => { 34 => 0x23 },
- 'displayedunitsx' => { 369 => 0x2 },
- 'displayedunitsy' => { 369 => 0x6 },
- 'displayname' => { 373 => 'displayname', 491 => 'displayName' },
- 'distance1' => { 139 => 0x28 },
- 'distance2' => { 139 => 0x2c },
- 'distance3' => { 139 => 0x30 },
- 'distance4' => { 139 => 0x34 },
- 'distortion' => { 393 => 0xa050 },
- 'distortioncompensation' => { 453 => 0x8040 },
- 'distortioncontrol' => { 237 => 0x10 },
- 'distortioncorrection' => { 78 => 0x3, 102 => 0x20705, 108 => 0x67, 118 => 0x7036, 296 => 0x50b, 323 => '7.1', 344 => 0x0, 448 => 0x601, 449 => 0x5b },
- 'distortioncorrection2' => { 300 => 0x1011 },
- 'distortioncorrectionalreadyapplied' => { 473 => 'DistortionCorrectionAlreadyApplied' },
- 'distortioncorrectionon' => { 102 => '0x20705.0', 108 => 0x63 },
- 'distortioncorrectionsetting' => { 79 => 0x7, 419 => 0x2013 },
- 'distortioncorrectionvalue' => { 78 => 0x9 },
- 'distortioncorrparams' => { 118 => 0x7037, 428 => 0x1a23, 431 => 0x1870, 433 => 0x189c, 434 => 0x18cc, 435 => 0x17d0, 448 => 0x6ca, 449 => 0x64 },
- 'distortioncorrparamsnumber' => { 431 => 0x1899, 433 => 0x18c5, 434 => 0x18f5, 435 => 0x17f9 },
- 'distortioncorrparamspresent' => { 431 => 0x1898, 433 => 0x18c4, 434 => 0x18f4, 435 => 0x17f8, 437 => 0x10b, 438 => 0x10b, 448 => 0x600, 449 => 0x5a },
- 'distortioneffect' => { 102 => 0x20709 },
- 'distortionn' => { 323 => 0xc },
- 'distortionparam02' => { 323 => 0x2 },
- 'distortionparam04' => { 323 => 0x4 },
- 'distortionparam08' => { 323 => 0x8 },
- 'distortionparam09' => { 323 => 0x9 },
- 'distortionparam11' => { 323 => 0xb },
- 'distortionscale' => { 323 => 0x5 },
- 'distributor' => { 492 => 'distributor' },
- 'distributorproductid' => { 491 => 'distributorProductID' },
- 'dloon' => { 102 => '0x20706.0', 108 => 0xdc },
- 'dlosetting' => { 102 => 0x20706, 108 => 0xdd },
- 'dlosettingapplied' => { 101 => 0x4 },
- 'dloshootingdistance' => { 108 => 0xde },
- 'dloversion' => { 101 => 0x5 },
- 'dmcomment' => { 502 => 'comment' },
- 'dmdithermatrix' => { 137 => 0xc7a },
- 'dmdithermatrixheight' => { 137 => 0xc7c },
- 'dmdithermatrixwidth' => { 137 => 0xc7b },
- 'dngadobedata' => { 118 => 0xc634 },
- 'dngbackwardversion' => { 118 => 0xc613 },
- 'dngignoresidecars' => { 476 => 'DNGIgnoreSidecars', 478 => 'DNGIgnoreSidecars' },
- 'dnglensinfo' => { 118 => 0xc630 },
- 'dngprivatedata' => { 118 => 0xc634 },
- 'dngversion' => { 118 => 0xc612 },
- 'document' => { 309 => 'Document' },
- 'documentancestors' => { 490 => 'DocumentAncestors' },
- 'documenthistory' => { 130 => 0xe7 },
- 'documentid' => { 503 => 'DocumentID' },
- 'documentname' => { 118 => 0x10d },
- 'documentnotes' => { 130 => 0xe6 },
- 'doi' => { 492 => 'doi' },
- 'dopesheet' => { 488 => 'Dopesheet' },
- 'dopesheetlink' => { 488 => 'DopesheetLink' },
- 'dopesheetlinklink' => { 488 => [\'DopesheetLink','DopesheetLinkLink'] },
- 'dopesheetlinklinkqualifier' => { 488 => [\'DopesheetLink','DopesheetLinkLinkQualifier'] },
- 'doublingmicrovolts' => { 137 => 0xc82 },
- 'dpp' => { 471 => 'dpp' },
- 'dr4cameramodel' => { 103 => 0x3 },
- 'drangepriority' => { 126 => 0x1443 },
- 'drangepriorityauto' => { 126 => 0x1444 },
- 'drangepriorityfixed' => { 126 => 0x1445 },
- 'drivemode' => { 112 => 0x3103, 124 => '0.1', 180 => 0x6, 183 => 0x1e, 186 => 0xe, 296 => 0x600, 354 => 0x34, 386 => 0x1002, 396 => 0x3, 406 => 0x4, 407 => 0x7e, 408 => 0x34 },
- 'drivemode2' => { 183 => 0xa, 335 => 0x7, 417 => 0xe, 424 => 0x1 },
- 'drivemodesetting' => { 408 => 0x4 },
- 'drivespeed' => { 124 => '0.2' },
- 'dspfirmwareversion' => { 354 => 0x27 },
- 'duration' => { 66 => 0x6a, 154 => 'Duration', 168 => 'Duration', 494 => 'duration', 502 => 'duration' },
- 'durationscale' => { 502 => [\'duration','durationScale'] },
- 'durationvalue' => { 502 => [\'duration','durationValue'] },
- 'dustremovaldata' => { 63 => 0x97 },
- 'dxcropalert' => { 228 => 0x23c },
- 'dynamicafarea' => { 278 => '1.4', 287 => '1.4' },
- 'dynamicareaafassist' => { 294 => 0x18 },
- 'dynamicareaafdisplay' => { 279 => '46.1', 281 => '47.1', 282 => '47.1', 291 => '47.1', 292 => '47.1' },
- 'dynamicrange' => { 126 => 0x1400 },
- 'dynamicrangeexpansion' => { 354 => 0x69, 386 => 0x100e },
- 'dynamicrangemax' => { 107 => 0x7c },
- 'dynamicrangemin' => { 107 => 0x7a },
- 'dynamicrangeoptimizer' => { 183 => 0x15, 419 => [0xb025,0xb04f], 427 => 0x1144, 428 => [0x1144,0x324], 429 => [0x1120,0x300], 430 => [0x119c,0x37c], 431 => [0x1178,0x328], 432 => [0x1030,0x50], 433 => [0x228,0x50], 434 => [0x228,0x50], 435 => [0x21b,0x4e] },
- 'dynamicrangeoptimizerbracket' => { 417 => 0x2e },
- 'dynamicrangeoptimizerlevel' => { 406 => 0x19, 407 => 0x17, 408 => 0xd, 417 => 0x79, 424 => 0x5 },
- 'dynamicrangeoptimizermode' => { 186 => 0x15, 406 => 0x18, 407 => 0x16, 417 => [0x77,0x15] },
- 'dynamicrangeoptimizersetting' => { 183 => 0x27, 408 => 0xc, 424 => 0x4 },
- 'dynamicrangesetting' => { 126 => 0x1402 },
- 'e-dialinprogram' => { 335 => '1.3' },
- 'earliestageorloweststage' => { 117 => [\'GeologicalContext','GeologicalContextEarliestAgeOrLowestStage'] },
- 'earliesteonorlowesteonothem' => { 117 => [\'GeologicalContext','GeologicalContextEarliestEonOrLowestEonothem'] },
- 'earliestepochorlowestseries' => { 117 => [\'GeologicalContext','GeologicalContextEarliestEpochOrLowestSeries'] },
- 'earliesteraorlowesterathem' => { 117 => [\'GeologicalContext','GeologicalContextEarliestEraOrLowestErathem'] },
- 'earliestperiodorlowestsystem' => { 117 => [\'GeologicalContext','GeologicalContextEarliestPeriodOrLowestSystem'] },
- 'earthpos' => { 456 => 'EarthPos' },
- 'earthposaltitude' => { 456 => [\'EarthPos','EarthPosAltitude'] },
- 'earthposlatitude' => { 456 => [\'EarthPos','EarthPosLatitude'] },
- 'earthposlongitude' => { 456 => [\'EarthPos','EarthPosLongitude'] },
- 'earthposrotationw' => { 456 => [\'EarthPos','EarthPosRotationW'] },
- 'earthposrotationx' => { 456 => [\'EarthPos','EarthPosRotationX'] },
- 'earthposrotationy' => { 456 => [\'EarthPos','EarthPosRotationY'] },
- 'earthposrotationz' => { 456 => [\'EarthPos','EarthPosRotationZ'] },
- 'earthpostimestamp' => { 456 => [\'EarthPos','EarthPosTimestamp'] },
- 'easyexposurecomp' => { 293 => '6.1' },
- 'easyexposurecompensation' => { 278 => '6.4', 279 => '6.5', 281 => '6.3', 282 => '6.3', 286 => '5.1', 287 => '4.4', 288 => '5.2', 291 => '6.3', 292 => '6.3', 294 => 0x1d },
+ 'displayedunitsx' => { 370 => 0x2 },
+ 'displayedunitsy' => { 370 => 0x6 },
+ 'displayname' => { 374 => 'displayname', 492 => 'displayName' },
+ 'distance1' => { 140 => 0x28 },
+ 'distance2' => { 140 => 0x2c },
+ 'distance3' => { 140 => 0x30 },
+ 'distance4' => { 140 => 0x34 },
+ 'distortion' => { 394 => 0xa050 },
+ 'distortioncompensation' => { 454 => 0x8040 },
+ 'distortioncontrol' => { 238 => 0x10 },
+ 'distortioncorrection' => { 79 => 0x3, 103 => 0x20705, 109 => 0x67, 119 => 0x7036, 297 => 0x50b, 324 => '7.1', 345 => 0x0, 449 => 0x601, 450 => 0x5b },
+ 'distortioncorrection2' => { 301 => 0x1011 },
+ 'distortioncorrectionalreadyapplied' => { 474 => 'DistortionCorrectionAlreadyApplied' },
+ 'distortioncorrectionon' => { 103 => '0x20705.0', 109 => 0x63 },
+ 'distortioncorrectionsetting' => { 80 => 0x7, 420 => 0x2013 },
+ 'distortioncorrectionvalue' => { 79 => 0x9 },
+ 'distortioncorrparams' => { 119 => 0x7037, 429 => 0x1a23, 432 => 0x1870, 434 => 0x189c, 435 => 0x18cc, 436 => 0x17d0, 449 => 0x6ca, 450 => 0x64 },
+ 'distortioncorrparamsnumber' => { 432 => 0x1899, 434 => 0x18c5, 435 => 0x18f5, 436 => 0x17f9 },
+ 'distortioncorrparamspresent' => { 432 => 0x1898, 434 => 0x18c4, 435 => 0x18f4, 436 => 0x17f8, 438 => 0x10b, 439 => 0x10b, 449 => 0x600, 450 => 0x5a },
+ 'distortioneffect' => { 103 => 0x20709 },
+ 'distortionn' => { 324 => 0xc },
+ 'distortionparam02' => { 324 => 0x2 },
+ 'distortionparam04' => { 324 => 0x4 },
+ 'distortionparam08' => { 324 => 0x8 },
+ 'distortionparam09' => { 324 => 0x9 },
+ 'distortionparam11' => { 324 => 0xb },
+ 'distortionscale' => { 324 => 0x5 },
+ 'distributor' => { 493 => 'distributor' },
+ 'distributorproductid' => { 492 => 'distributorProductID' },
+ 'dloon' => { 103 => '0x20706.0', 109 => 0xdc },
+ 'dlosetting' => { 103 => 0x20706, 109 => 0xdd },
+ 'dlosettingapplied' => { 102 => 0x4 },
+ 'dloshootingdistance' => { 109 => 0xde },
+ 'dloversion' => { 102 => 0x5 },
+ 'dmcomment' => { 503 => 'comment' },
+ 'dmdithermatrix' => { 138 => 0xc7a },
+ 'dmdithermatrixheight' => { 138 => 0xc7c },
+ 'dmdithermatrixwidth' => { 138 => 0xc7b },
+ 'dngadobedata' => { 119 => 0xc634 },
+ 'dngbackwardversion' => { 119 => 0xc613 },
+ 'dngignoresidecars' => { 477 => 'DNGIgnoreSidecars', 479 => 'DNGIgnoreSidecars' },
+ 'dnglensinfo' => { 119 => 0xc630 },
+ 'dngprivatedata' => { 119 => 0xc634 },
+ 'dngversion' => { 119 => 0xc612 },
+ 'document' => { 310 => 'Document' },
+ 'documentancestors' => { 491 => 'DocumentAncestors' },
+ 'documenthistory' => { 131 => 0xe7 },
+ 'documentid' => { 504 => 'DocumentID' },
+ 'documentname' => { 119 => 0x10d },
+ 'documentnotes' => { 131 => 0xe6 },
+ 'doi' => { 493 => 'doi' },
+ 'dopesheet' => { 489 => 'Dopesheet' },
+ 'dopesheetlink' => { 489 => 'DopesheetLink' },
+ 'dopesheetlinklink' => { 489 => [\'DopesheetLink','DopesheetLinkLink'] },
+ 'dopesheetlinklinkqualifier' => { 489 => [\'DopesheetLink','DopesheetLinkLinkQualifier'] },
+ 'doublingmicrovolts' => { 138 => 0xc82 },
+ 'dpp' => { 472 => '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, 297 => 0x600, 355 => 0x34, 387 => 0x1002, 397 => 0x3, 407 => 0x4, 408 => 0x7e, 409 => 0x34 },
+ 'drivemode2' => { 184 => 0xa, 336 => 0x7, 418 => 0xe, 425 => 0x1 },
+ 'drivemodesetting' => { 409 => 0x4 },
+ 'drivespeed' => { 125 => '0.2' },
+ 'dspfirmwareversion' => { 355 => 0x27 },
+ 'duration' => { 67 => 0x6a, 155 => 'Duration', 169 => 'Duration', 495 => 'duration', 503 => 'duration' },
+ 'durationscale' => { 503 => [\'duration','durationScale'] },
+ 'durationvalue' => { 503 => [\'duration','durationValue'] },
+ 'dustremovaldata' => { 64 => 0x97 },
+ 'dxcropalert' => { 229 => 0x23c },
+ 'dynamicafarea' => { 279 => '1.4', 288 => '1.4' },
+ 'dynamicareaafassist' => { 295 => 0x18 },
+ 'dynamicareaafdisplay' => { 280 => '46.1', 282 => '47.1', 283 => '47.1', 292 => '47.1', 293 => '47.1' },
+ 'dynamicrange' => { 127 => 0x1400 },
+ 'dynamicrangeexpansion' => { 355 => 0x69, 387 => 0x100e },
+ 'dynamicrangemax' => { 108 => 0x7c },
+ 'dynamicrangemin' => { 108 => 0x7a },
+ 'dynamicrangeoptimizer' => { 184 => 0x15, 420 => [0xb025,0xb04f], 428 => 0x1144, 429 => [0x1144,0x324], 430 => [0x1120,0x300], 431 => [0x119c,0x37c], 432 => [0x1178,0x328], 433 => [0x1030,0x50], 434 => [0x228,0x50], 435 => [0x228,0x50], 436 => [0x21b,0x4e] },
+ 'dynamicrangeoptimizerbracket' => { 418 => 0x2e },
+ 'dynamicrangeoptimizerlevel' => { 407 => 0x19, 408 => 0x17, 409 => 0xd, 418 => 0x79, 425 => 0x5 },
+ 'dynamicrangeoptimizermode' => { 187 => 0x15, 407 => 0x18, 408 => 0x16, 418 => [0x77,0x15] },
+ 'dynamicrangeoptimizersetting' => { 184 => 0x27, 409 => 0xc, 425 => 0x4 },
+ 'dynamicrangesetting' => { 127 => 0x1402 },
+ 'e-dialinprogram' => { 336 => '1.3' },
+ 'earliestageorloweststage' => { 118 => [\'GeologicalContext','GeologicalContextEarliestAgeOrLowestStage'] },
+ 'earliesteonorlowesteonothem' => { 118 => [\'GeologicalContext','GeologicalContextEarliestEonOrLowestEonothem'] },
+ 'earliestepochorlowestseries' => { 118 => [\'GeologicalContext','GeologicalContextEarliestEpochOrLowestSeries'] },
+ 'earliesteraorlowesterathem' => { 118 => [\'GeologicalContext','GeologicalContextEarliestEraOrLowestErathem'] },
+ 'earliestperiodorlowestsystem' => { 118 => [\'GeologicalContext','GeologicalContextEarliestPeriodOrLowestSystem'] },
+ 'earthpos' => { 457 => 'EarthPos' },
+ 'earthposaltitude' => { 457 => [\'EarthPos','EarthPosAltitude'] },
+ 'earthposlatitude' => { 457 => [\'EarthPos','EarthPosLatitude'] },
+ 'earthposlongitude' => { 457 => [\'EarthPos','EarthPosLongitude'] },
+ 'earthposrotationw' => { 457 => [\'EarthPos','EarthPosRotationW'] },
+ 'earthposrotationx' => { 457 => [\'EarthPos','EarthPosRotationX'] },
+ 'earthposrotationy' => { 457 => [\'EarthPos','EarthPosRotationY'] },
+ 'earthposrotationz' => { 457 => [\'EarthPos','EarthPosRotationZ'] },
+ 'earthpostimestamp' => { 457 => [\'EarthPos','EarthPosTimestamp'] },
+ 'easyexposurecomp' => { 294 => '6.1' },
+ 'easyexposurecompensation' => { 279 => '6.4', 280 => '6.5', 282 => '6.3', 283 => '6.3', 287 => '5.1', 288 => '4.4', 289 => '5.2', 292 => '6.3', 293 => '6.3', 295 => 0x1d },
'easymode' => { 34 => 0xb },
- 'edgemapslope' => { 137 => 0x930 },
- 'edgemapx1' => { 137 => 0x931 },
- 'edgemapx2' => { 137 => 0x932 },
- 'edgemapx3' => { 137 => 0x934 },
- 'edgemapx4' => { 137 => 0x935 },
- 'edgenoisereduction' => { 272 => 0x4, 453 => 0x8028 },
- 'edit1' => { 379 => "\xa9ed1" },
- 'edit2' => { 379 => "\xa9ed2" },
- 'edit3' => { 379 => "\xa9ed3" },
- 'edit4' => { 379 => "\xa9ed4" },
- 'edit5' => { 379 => "\xa9ed5" },
- 'edit6' => { 379 => "\xa9ed6" },
- 'edit7' => { 379 => "\xa9ed7" },
- 'edit8' => { 379 => "\xa9ed8" },
- 'edit9' => { 379 => "\xa9ed9" },
- 'edition' => { 492 => 'edition' },
- 'editorialupdate' => { 130 => 0x8 },
- 'editstatus' => { 130 => 0x7, 366 => 'EditStatus', 471 => 'EditStatus' },
- 'editversionname' => { 271 => 0x3d136244 },
- 'effectivelv' => { 354 => 0x2d },
- 'effectivemaxaperture' => { 218 => 0x12, 219 => 0x13, 223 => 0x14 },
- 'eissn' => { 492 => 'eIssn' },
- 'electricalblackcolumns' => { 137 => 0x1810 },
- 'electronicfront-curtainshutter' => { 281 => '5.2', 282 => '5.2', 291 => '5.3', 292 => '5.2' },
- 'electronicfrontcurtainshutter' => { 419 => 0x201a },
- 'elevation' => { 164 => 'Elevation' },
- 'email' => { 156 => 'EMail' },
- 'embargodate' => { 495 => 'embargoDate' },
- 'embdencrightsexpr' => { 488 => 'EmbdEncRightsExpr' },
- 'embeddedencodedrightsexpr' => { 488 => [\'EmbdEncRightsExpr','EmbdEncRightsExprEncRightsExpr'] },
- 'embeddedencodedrightsexprlangid' => { 488 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprLangId'] },
- 'embeddedencodedrightsexprtype' => { 488 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprEncType'] },
- 'embeddedxmpdigest' => { 490 => 'EmbeddedXMPDigest' },
- 'emissivity' => { 120 => 0x3 },
- 'emptyslotrelease' => { 228 => 0x625 },
- 'enablechromanoisereduction' => { 137 => 0xe6e },
- 'enablesharpening' => { 137 => 0x92e },
- 'encodedby' => { 178 => 'WM/EncodedBy', 371 => "\xa9enc" },
- 'encodedwith' => { 373 => 'Encoded_With' },
- 'encoder' => { 371 => "\xa9too", 379 => "\xa9too" },
- 'encoderid' => { 379 => "\xa9enc" },
- 'encodingtime' => { 178 => 'WM/EncodingTime' },
- 'encryptionkey' => { 393 => 0xa020 },
- 'endingpage' => { 492 => 'endingPage' },
- 'enduser' => { 306 => 'EndUser' },
- 'enduserid' => { 306 => [\'EndUser','EndUserEndUserID'] },
- 'endusername' => { 306 => [\'EndUser','EndUserEndUserName'] },
- 'energysavingmode' => { 228 => 0x648 },
- 'engineer' => { 502 => 'engineer' },
- 'enhancedarktones' => { 264 => 0x8 },
- 'enhancement' => { 111 => 0x16, 112 => 0x3016 },
- 'enhanceparams' => { 118 => 0xc7ee },
- 'enhancer' => { 300 => 0x300 },
- 'enhancervalues' => { 300 => 0x301 },
- 'envelopenumber' => { 131 => 0x28 },
- 'envelopepriority' => { 131 => 0x3c },
- 'enveloperecordversion' => { 131 => 0x0 },
- 'episode' => { 488 => 'Episode' },
- 'episodeglobaluniqueid' => { 371 => 'egid' },
- 'episodeidentifier' => { 488 => [\'Episode','EpisodeIdentifier'] },
- 'episodename' => { 488 => [\'Episode','EpisodeName'] },
- 'episodenumber' => { 488 => [\'Episode','EpisodeNumber'] },
- 'epsonimageheight' => { 301 => 0x20c },
- 'epsonimagewidth' => { 301 => 0x20b },
- 'epsonsoftware' => { 301 => 0x20d },
- 'equipmentinstitution' => { 455 => 'EquipmentInstitution' },
- 'equipmentmanufacturer' => { 455 => 'EquipmentManufacturer' },
- 'equipmentversion' => { 297 => 0x0 },
- 'ettlii' => { 83 => 0x304, 84 => 0xd, 85 => 0xe, 86 => 0x7, 87 => 0x7, 88 => 0xe },
- 'event' => { 457 => 'Event', 469 => 'Event', 488 => 'Event', 492 => 'event' },
- 'eventalias' => { 491 => 'eventAlias' },
- 'eventdate' => { 117 => [\'Event','EventEventDate'] },
- 'eventday' => { 117 => [\'Event','EventDay'] },
- 'eventearliestdate' => { 117 => [\'Event','EventEarliestDate'] },
- 'eventend' => { 491 => 'eventEnd' },
- 'eventenddayofyear' => { 117 => [\'Event','EventEndDayOfYear'] },
- 'eventfieldnotes' => { 117 => [\'Event','EventFieldNotes'] },
- 'eventfieldnumber' => { 117 => [\'Event','EventFieldNumber'] },
- 'eventhabitat' => { 117 => [\'Event','EventHabitat'] },
- 'eventid' => { 117 => [\'Event','EventEventID'], 488 => 'EventId' },
- 'eventlatestdate' => { 117 => [\'Event','EventLatestDate'] },
- 'eventmonth' => { 117 => [\'Event','EventMonth'] },
- 'eventnumber' => { 380 => 0x9, 381 => 0x37, 382 => 0x3a },
- 'eventparenteventid' => { 117 => [\'Event','EventParentEventID'] },
- 'eventremarks' => { 117 => [\'Event','EventEventRemarks'] },
- 'eventsamplesizeunit' => { 117 => [\'Event','EventSampleSizeUnit'] },
- 'eventsamplesizevalue' => { 117 => [\'Event','EventSampleSizeValue'] },
- 'eventsamplingeffort' => { 117 => [\'Event','EventSamplingEffort'] },
- 'eventsamplingprotocol' => { 117 => [\'Event','EventSamplingProtocol'] },
- 'eventstart' => { 491 => 'eventStart' },
- 'eventstartdayofyear' => { 117 => [\'Event','EventStartDayOfYear'] },
- 'eventsubtype' => { 491 => 'eventSubtype' },
- 'eventtime' => { 117 => [\'Event','EventEventTime'] },
- 'eventtype' => { 491 => 'eventType' },
- 'eventverbatimeventdate' => { 117 => [\'Event','EventVerbatimEventDate'] },
- 'eventyear' => { 117 => [\'Event','EventYear'] },
- 'evfgrid' => { 294 => 0x165 },
- 'evfimageframe' => { 294 => 0x164 },
- 'evfreleaseindicator' => { 294 => 0x24f },
- 'evfwarmdisplaybrightness' => { 294 => 0x24d },
- 'evfwarmdisplaymode' => { 294 => 0x24b },
- 'evsteps' => { 335 => '1.2', 337 => 0x0 },
- 'evstepsize' => { 283 => '5.1', 284 => '6.1', 285 => '6.1', 289 => '0.7' },
- 'exclusivecoverage' => { 466 => 'ExclusiveCoverage' },
- 'exclusivityenddate' => { 495 => 'exclusivityEndDate' },
- 'excursiontolerance' => { 132 => 0x82 },
- 'executiveproducer' => { 371 => "\xa9xpd" },
- 'exif' => { 119 => 'EXIF' },
- 'exifbyteorder' => { 119 => 'ExifByteOrder' },
- 'exifcamerainfo' => { 130 => 0xe8 },
- 'exifimageheight' => { 118 => 0xa003, 482 => 'PixelYDimension' },
- 'exifimagewidth' => { 118 => 0xa002, 482 => 'PixelXDimension' },
- 'exifunicodebyteorder' => { 119 => 'ExifUnicodeByteOrder' },
- 'exifversion' => { 118 => 0x9000, 482 => 'ExifVersion' },
- 'exitpupilposition' => { 218 => 0x4, 219 => 0x4, 223 => 0x4 },
- 'expirationdate' => { 130 => 0x25, 495 => 'expirationDate' },
- 'expirationtime' => { 130 => 0x26 },
- 'exposure' => { 118 => 0xfe51, 476 => 'Exposure', 478 => 'Exposure' },
- 'exposure2012' => { 476 => 'Exposure2012', 478 => 'Exposure2012' },
- 'exposureadj' => { 269 => 0x0 },
- 'exposureadj2' => { 269 => 0x12 },
- 'exposureadjust' => { 396 => 0xc },
- 'exposurebracketingindicatorlast' => { 183 => 0x52 },
- 'exposurebracketshotnumber' => { 186 => 0x2d, 417 => 0x2f },
- 'exposurebracketstepsize' => { 335 => 0x8 },
- 'exposurebracketvalue' => { 225 => 0x19 },
- 'exposurecompautocancel' => { 83 => 0x113 },
- 'exposurecompensation' => { 76 => 0x6, 92 => 0x0, 118 => 0x9204, 139 => 0x24, 155 => 'ExposureComp', 175 => 'ExposureCompensation', 180 => 0xd, 181 => 0x53, 182 => 0x1e, 186 => 0x49c0, 301 => 0x1006, 354 => 0x16, 363 => 0x402, 393 => 0xa013, 396 => [0xc,0x35,0x4d], 427 => 0x114c, 428 => 0x114c, 429 => 0x1128, 431 => 0x1180, 432 => 0x1038, 433 => 0x230, 434 => 0x230, 435 => 0x223, 482 => 'ExposureBiasValue' },
- 'exposurecompensation2' => { 424 => [0x24,0x26,0x2a] },
- 'exposurecompensationmode' => { 183 => 0x47, 186 => 0x2a },
- 'exposurecompensationset' => { 406 => 0x3, 407 => 0x3, 408 => 0x3, 424 => 0x1e },
- 'exposurecompensationsetting' => { 183 => 0x1 },
- 'exposurecompstepsize' => { 278 => '6.3', 279 => '7.3', 281 => '7.3', 282 => '7.3', 287 => '4.3', 291 => '7.3', 292 => '7.3' },
- 'exposurecontrolstep' => { 286 => '6.1', 288 => '6.1' },
- 'exposurecontrolstepsize' => { 278 => '6.2', 279 => '7.1', 281 => '7.1', 282 => '7.1', 287 => '4.2', 291 => '7.1', 292 => '7.1', 293 => '7.1', 294 => 0x1b },
- 'exposurecount' => { 126 => 0x1032 },
- 'exposuredelaymode' => { 278 => '10.1', 279 => '11.1', 281 => '11.1', 282 => '11.1', 283 => '9.1', 284 => '10.1', 285 => '10.1', 287 => '10.4', 288 => '10.1', 289 => '6.4', 291 => '11.1', 292 => '11.1', 293 => '11.2' },
- 'exposuredifference' => { 225 => 0xe },
- 'exposuregaincustom' => { 137 => 0x89c },
- 'exposuregaindaylight' => { 137 => 0x898 },
- 'exposuregainflash' => { 137 => 0x89b },
- 'exposuregainfluorescent' => { 137 => 0x89a },
- 'exposuregaintungsten' => { 137 => 0x899 },
- 'exposureindex' => { 118 => 0xa215, 482 => 'ExposureIndex' },
- 'exposureindicator' => { 183 => 0x50 },
- 'exposurelevelincrements' => { 81 => 0x6, 82 => 0x6, 83 => 0x101, 84 => 0x5, 85 => 0x6, 86 => 0x5, 87 => 0x5, 88 => 0x6, 89 => 0x4, 406 => 0x58, 407 => 0x58 },
- 'exposurelockused' => { 464 => 'ExposureLockUsed' },
- 'exposuremode' => { 118 => 0xa402, 155 => 'ExposureMode', 180 => 0x1, 181 => 0xa, 182 => 0x0, 183 => 0x0, 186 => 0x34, 296 => 0x200, 316 => 0x40d, 396 => 0x8, 419 => 0xb041, 482 => 'ExposureMode' },
- 'exposuremodeinmanual' => { 83 => 0x10b },
- 'exposureprogram' => { 118 => 0x8822, 386 => 0x1001, 399 => [0x17e,0x43], 406 => 0x3c, 407 => 0x3c, 408 => 0x5, 412 => 0x14, 417 => 0x3f, 424 => 0x2, 427 => 0x1175, 428 => 0x1179, 429 => 0x1155, 430 => 0x11d1, 431 => 0x11ad, 432 => 0x1065, 433 => 0x25d, 434 => 0x25d, 435 => 0x24c, 445 => 0xb, 446 => 0xc, 447 => 0xb, 449 => 0x48, 482 => 'ExposureProgram' },
- 'exposureshift' => { 296 => 0x203 },
- 'exposurestandardadjustment' => { 419 => 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, 76 => 0x16, 118 => 0x829a, 136 => 0xfd05, 139 => 0x20, 141 => 0xfa24, 143 => 0xf104, 146 => 0x12, 148 => 0x38, 150 => 0x14, 151 => 0x10, 153 => 0x10, 155 => 'ExposureTime', 180 => 0x9, 181 => 0x35, 182 => 0x48, 183 => 0x8, 186 => 0x49b8, 354 => 0x12, 393 => 0xa018, 396 => [0x32,0x4a], 406 => 0x0, 407 => 0x0, 424 => [0x21,0x23,0x27], 449 => 0x10, 482 => 'ExposureTime' },
- 'exposuretime2' => { 396 => [0x33,0x4b] },
- 'exposuretuning' => { 225 => 0x1c },
- 'exposurevalue' => { 137 => 0x3 },
- 'exposurewarning' => { 126 => 0x1302 },
- 'exrauto' => { 126 => 0x1033 },
- 'exrmode' => { 126 => 0x1034 },
- 'extdescraccessibility' => { 487 => 'ExtDescrAccessibility' },
- 'extendedmenubanks' => { 228 => 0x114 },
- 'extendedshutterspeeds' => { 294 => 0x102 },
- 'extendedwbdetect' => { 296 => 0x902 },
- 'extender' => { 297 => 0x301 },
- 'extenderfirmwareversion' => { 297 => 0x304 },
- 'extendermagnification' => { 157 => 'Magnification' },
- 'extendermake' => { 157 => 'Make' },
- 'extendermodel' => { 157 => 'Model', 297 => 0x303 },
- 'extenderserialnumber' => { 157 => 'SerialNumber', 297 => 0x302 },
- 'extenderstatus' => { 352 => 0x3 },
- 'externalflash' => { 299 => 0x1201 },
- 'externalflashae1' => { 301 => 0x101f },
- 'externalflashae1_0' => { 301 => 0x101b },
- 'externalflashae2' => { 301 => 0x1020 },
- 'externalflashae2_0' => { 301 => 0x101c },
- 'externalflashbounce' => { 299 => 0x1204, 301 => 0x1026, 342 => 0x1a },
- 'externalflashcompensation' => { 210 => 0x1b },
- 'externalflashexposurecomp' => { 225 => 0x17, 342 => 0x19 },
- 'externalflashfirmware' => { 208 => 0x6, 209 => 0x6, 210 => 0x6, 211 => 0x6, 212 => 0x6, 213 => 0x6 },
- 'externalflashflags' => { 208 => 0x8, 209 => 0x8, 210 => 0x8, 211 => 0x8 },
- 'externalflashguidenumber' => { 299 => 0x1203, 342 => '24.1' },
- 'externalflashgvalue' => { 301 => 0x1025 },
- 'externalflashmode' => { 301 => 0x1028, 342 => 0x2 },
- 'externalflashreadystate' => { 212 => '9.1' },
- 'externalflashstatus' => { 212 => '8.2' },
- 'externalflashzoom' => { 299 => 0x1205, 301 => 0x1027 },
- 'externalflashzoomoverride' => { 212 => '8.1' },
- 'externalmetadatalink' => { 488 => 'ExternalMetadataLink' },
- 'externalsensorbrightnessvalue' => { 314 => 0x311, 317 => 0x311, 318 => 0x311, 321 => 0x3408 },
- 'extrainfoversion' => { 410 => 0x1a },
- 'eyestartaf' => { 183 => 0x40 },
- 'fac100per' => { 137 => 0xe94 },
- 'fac170per' => { 137 => 0xe93 },
- 'fac18per' => { 137 => 0xe92 },
- 'face10position' => { 109 => 0x3f4, 110 => 0x1ec, 206 => 0x28, 339 => 0x12 },
- 'face10size' => { 340 => 0x12 },
- 'face11position' => { 206 => 0x2c, 339 => 0x14 },
- 'face11size' => { 340 => 0x14 },
- 'face12position' => { 206 => 0x30, 339 => 0x16 },
- 'face12size' => { 340 => 0x16 },
- 'face13position' => { 339 => 0x18 },
- 'face13size' => { 340 => 0x18 },
- 'face14position' => { 339 => 0x1a },
- 'face14size' => { 340 => 0x1a },
- 'face15position' => { 339 => 0x1c },
- 'face15size' => { 340 => 0x1c },
- 'face16position' => { 339 => 0x1e },
- 'face16size' => { 340 => 0x1e },
- 'face17position' => { 339 => 0x20 },
- 'face17size' => { 340 => 0x20 },
- 'face18position' => { 339 => 0x22 },
- 'face18size' => { 340 => 0x22 },
- 'face19position' => { 339 => 0x24 },
- 'face19size' => { 340 => 0x24 },
- 'face1position' => { 54 => 0x8, 109 => 0xd, 110 => 0x18, 206 => 0x4, 311 => 0x1, 339 => 0x0, 383 => 0xbc, 413 => 0x1, 414 => 0x0, 415 => 0x0, 416 => 0x5b },
- 'face1size' => { 340 => 0x0 },
- 'face20position' => { 339 => 0x26 },
- 'face20size' => { 340 => 0x26 },
- 'face21position' => { 339 => 0x28 },
- 'face21size' => { 340 => 0x28 },
- 'face22position' => { 339 => 0x2a },
- 'face22size' => { 340 => 0x2a },
- 'face23position' => { 339 => 0x2c },
- 'face23size' => { 340 => 0x2c },
- 'face24position' => { 339 => 0x2e },
- 'face24size' => { 340 => 0x2e },
- 'face25position' => { 339 => 0x30 },
- 'face25size' => { 340 => 0x30 },
- 'face26position' => { 339 => 0x32 },
- 'face26size' => { 340 => 0x32 },
- 'face27position' => { 339 => 0x34 },
- 'face27size' => { 340 => 0x34 },
- 'face28position' => { 339 => 0x36 },
- 'face28size' => { 340 => 0x36 },
- 'face29position' => { 339 => 0x38 },
- 'face29size' => { 340 => 0x38 },
- 'face2position' => { 54 => 0xa, 109 => 0x7c, 110 => 0x4c, 206 => 0x8, 311 => 0x5, 339 => 0x2, 383 => 0xc8, 413 => 0x6, 414 => 0x20, 415 => 0x25, 416 => 0x65 },
- 'face2size' => { 340 => 0x2 },
- 'face30position' => { 339 => 0x3a },
- 'face30size' => { 340 => 0x3a },
- 'face31position' => { 339 => 0x3c },
- 'face31size' => { 340 => 0x3c },
- 'face32position' => { 339 => 0x3e },
- 'face32size' => { 340 => 0x3e },
- 'face3position' => { 54 => 0xc, 109 => 0xeb, 110 => 0x80, 206 => 0xc, 311 => 0x9, 339 => 0x4, 383 => 0xd4, 413 => 0xb, 414 => 0x40, 415 => 0x4a, 416 => 0x6f },
- 'face3size' => { 340 => 0x4 },
- 'face4position' => { 54 => 0xe, 109 => 0x15a, 110 => 0xb4, 206 => 0x10, 311 => 0xd, 339 => 0x6, 383 => 0xe0, 413 => 0x10, 414 => 0x60, 415 => 0x6f, 416 => 0x79 },
- 'face4size' => { 340 => 0x6 },
- 'face5position' => { 54 => 0x10, 109 => 0x1c9, 110 => 0xe8, 206 => 0x14, 311 => 0x11, 339 => 0x8, 383 => 0xec, 413 => 0x15, 414 => 0x80, 415 => 0x94 },
- 'face5size' => { 340 => 0x8 },
- 'face6position' => { 54 => 0x12, 109 => 0x238, 110 => 0x11c, 206 => 0x18, 339 => 0xa, 383 => 0xf8, 413 => 0x1a, 414 => 0xa0, 415 => 0xb9 },
- 'face6size' => { 340 => 0xa },
- 'face7position' => { 54 => 0x14, 109 => 0x2a7, 110 => 0x150, 206 => 0x1c, 339 => 0xc, 383 => 0x104, 413 => 0x1f, 414 => 0xc0, 415 => 0xde },
- 'face7size' => { 340 => 0xc },
- 'face8position' => { 54 => 0x16, 109 => 0x316, 110 => 0x184, 206 => 0x20, 339 => 0xe, 383 => 0x110, 413 => 0x24, 414 => 0xe0, 415 => 0x103 },
- 'face8size' => { 340 => 0xe },
- 'face9position' => { 54 => 0x18, 109 => 0x385, 110 => 0x1b8, 206 => 0x24, 339 => 0x10 },
- 'face9size' => { 340 => 0x10 },
- 'facebalanceorigi' => { 470 => 'FaceBalanceOrigI' },
- 'facebalanceorigq' => { 470 => 'FaceBalanceOrigQ' },
- 'facebalancestrength' => { 470 => 'FaceBalanceStrength' },
- 'facebalancewarmth' => { 470 => 'FaceBalanceWarmth' },
- 'facedetect' => { 354 => 0x76, 393 => 0x100 },
- 'facedetectarea' => { 300 => 0x1201 },
- 'facedetectframecrop' => { 300 => 0x1207 },
- 'facedetectframesize' => { 54 => 0x3, 109 => 0x1, 110 => 0x4, 206 => 0x1, 300 => 0x1203, 354 => 0x77, 383 => 0xb6 },
- 'facedetection' => { 408 => 0x30, 424 => 0x19 },
- 'faceelementpositions' => { 126 => 0x4203 },
- 'faceelementselected' => { 126 => 0x4005 },
- 'faceelementtypes' => { 126 => 0x4201 },
- 'faceid' => { 472 => 'FaceID' },
- 'faceinfounknown' => { 112 => 0x2089 },
- 'facename' => { 393 => 0x123 },
- 'faceorientation' => { 110 => 0x8 },
- 'faceposition' => { 338 => 0x2, 394 => 0x4 },
- 'facepositions' => { 126 => 0x4103 },
- 'facerecognition' => { 393 => 0x120 },
- 'facesdetected' => { 54 => 0x2, 55 => 0x2, 56 => 0x3, 109 => 0x0, 110 => 0x2, 112 => 0x211c, 126 => 0x4100, 206 => 0x3, 300 => 0x1200, 319 => 0x3f, 338 => 0x0, 383 => 0xb5, 394 => 0x0, 413 => 0x0, 416 => 0x3, 426 => 0x30 },
- 'facesrecognized' => { 312 => 0x0 },
+ 'edgemapslope' => { 138 => 0x930 },
+ 'edgemapx1' => { 138 => 0x931 },
+ 'edgemapx2' => { 138 => 0x932 },
+ 'edgemapx3' => { 138 => 0x934 },
+ 'edgemapx4' => { 138 => 0x935 },
+ 'edgenoisereduction' => { 273 => 0x4, 454 => 0x8028 },
+ 'edit1' => { 380 => "\xa9ed1" },
+ 'edit2' => { 380 => "\xa9ed2" },
+ 'edit3' => { 380 => "\xa9ed3" },
+ 'edit4' => { 380 => "\xa9ed4" },
+ 'edit5' => { 380 => "\xa9ed5" },
+ 'edit6' => { 380 => "\xa9ed6" },
+ 'edit7' => { 380 => "\xa9ed7" },
+ 'edit8' => { 380 => "\xa9ed8" },
+ 'edit9' => { 380 => "\xa9ed9" },
+ 'edition' => { 493 => 'edition' },
+ 'editorialupdate' => { 131 => 0x8 },
+ 'editstatus' => { 131 => 0x7, 367 => 'EditStatus', 472 => 'EditStatus' },
+ 'editversionname' => { 272 => 0x3d136244 },
+ 'effectivelv' => { 355 => 0x2d },
+ 'effectivemaxaperture' => { 219 => 0x12, 220 => 0x13, 224 => 0x14 },
+ 'eissn' => { 493 => 'eIssn' },
+ 'electricalblackcolumns' => { 138 => 0x1810 },
+ 'electronicfront-curtainshutter' => { 282 => '5.2', 283 => '5.2', 292 => '5.3', 293 => '5.2' },
+ 'electronicfrontcurtainshutter' => { 420 => 0x201a },
+ 'elevation' => { 165 => 'Elevation' },
+ 'email' => { 157 => 'EMail' },
+ 'embargodate' => { 496 => 'embargoDate' },
+ 'embdencrightsexpr' => { 489 => 'EmbdEncRightsExpr' },
+ 'embeddedencodedrightsexpr' => { 489 => [\'EmbdEncRightsExpr','EmbdEncRightsExprEncRightsExpr'] },
+ 'embeddedencodedrightsexprlangid' => { 489 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprLangId'] },
+ 'embeddedencodedrightsexprtype' => { 489 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprEncType'] },
+ 'embeddedxmpdigest' => { 491 => 'EmbeddedXMPDigest' },
+ 'emissivity' => { 121 => 0x3 },
+ 'emptyslotrelease' => { 229 => 0x625 },
+ 'enablechromanoisereduction' => { 138 => 0xe6e },
+ 'enablesharpening' => { 138 => 0x92e },
+ 'encodedby' => { 179 => 'WM/EncodedBy', 372 => "\xa9enc" },
+ 'encodedwith' => { 374 => 'Encoded_With' },
+ 'encoder' => { 372 => "\xa9too", 380 => "\xa9too" },
+ 'encoderid' => { 380 => "\xa9enc" },
+ 'encodingtime' => { 179 => 'WM/EncodingTime' },
+ 'encryptionkey' => { 394 => 0xa020 },
+ 'endingpage' => { 493 => 'endingPage' },
+ 'enduser' => { 307 => 'EndUser' },
+ 'enduserid' => { 307 => [\'EndUser','EndUserEndUserID'] },
+ 'endusername' => { 307 => [\'EndUser','EndUserEndUserName'] },
+ 'energysavingmode' => { 229 => 0x648 },
+ 'engineer' => { 503 => 'engineer' },
+ 'enhancedarktones' => { 265 => 0x8 },
+ 'enhancement' => { 112 => 0x16, 113 => 0x3016 },
+ 'enhanceparams' => { 119 => 0xc7ee },
+ 'enhancer' => { 301 => 0x300 },
+ 'enhancervalues' => { 301 => 0x301 },
+ 'envelopenumber' => { 132 => 0x28 },
+ 'envelopepriority' => { 132 => 0x3c },
+ 'enveloperecordversion' => { 132 => 0x0 },
+ 'episode' => { 489 => 'Episode' },
+ 'episodeglobaluniqueid' => { 372 => 'egid' },
+ 'episodeidentifier' => { 489 => [\'Episode','EpisodeIdentifier'] },
+ 'episodename' => { 489 => [\'Episode','EpisodeName'] },
+ 'episodenumber' => { 489 => [\'Episode','EpisodeNumber'] },
+ 'epsonimageheight' => { 302 => 0x20c },
+ 'epsonimagewidth' => { 302 => 0x20b },
+ 'epsonsoftware' => { 302 => 0x20d },
+ 'equipmentinstitution' => { 456 => 'EquipmentInstitution' },
+ 'equipmentmanufacturer' => { 456 => 'EquipmentManufacturer' },
+ 'equipmentversion' => { 298 => 0x0 },
+ 'ettlii' => { 84 => 0x304, 85 => 0xd, 86 => 0xe, 87 => 0x7, 88 => 0x7, 89 => 0xe },
+ 'event' => { 458 => 'Event', 470 => 'Event', 489 => 'Event', 493 => 'event' },
+ 'eventalias' => { 492 => 'eventAlias' },
+ 'eventdate' => { 118 => [\'Event','EventEventDate'] },
+ 'eventday' => { 118 => [\'Event','EventDay'] },
+ 'eventearliestdate' => { 118 => [\'Event','EventEarliestDate'] },
+ 'eventend' => { 492 => 'eventEnd' },
+ 'eventenddayofyear' => { 118 => [\'Event','EventEndDayOfYear'] },
+ 'eventfieldnotes' => { 118 => [\'Event','EventFieldNotes'] },
+ 'eventfieldnumber' => { 118 => [\'Event','EventFieldNumber'] },
+ 'eventhabitat' => { 118 => [\'Event','EventHabitat'] },
+ 'eventid' => { 118 => [\'Event','EventEventID'], 489 => 'EventId' },
+ 'eventlatestdate' => { 118 => [\'Event','EventLatestDate'] },
+ 'eventmonth' => { 118 => [\'Event','EventMonth'] },
+ 'eventnumber' => { 381 => 0x9, 382 => 0x37, 383 => 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' => { 492 => 'eventStart' },
+ 'eventstartdayofyear' => { 118 => [\'Event','EventStartDayOfYear'] },
+ 'eventsubtype' => { 492 => 'eventSubtype' },
+ 'eventtime' => { 118 => [\'Event','EventEventTime'] },
+ 'eventtype' => { 492 => 'eventType' },
+ 'eventverbatimeventdate' => { 118 => [\'Event','EventVerbatimEventDate'] },
+ 'eventyear' => { 118 => [\'Event','EventYear'] },
+ 'evfgrid' => { 295 => 0x165 },
+ 'evfimageframe' => { 295 => 0x164 },
+ 'evfreleaseindicator' => { 295 => 0x24f },
+ 'evfwarmdisplaybrightness' => { 295 => 0x24d },
+ 'evfwarmdisplaymode' => { 295 => 0x24b },
+ 'evsteps' => { 336 => '1.2', 338 => 0x0 },
+ 'evstepsize' => { 284 => '5.1', 285 => '6.1', 286 => '6.1', 290 => '0.7' },
+ 'exclusivecoverage' => { 467 => 'ExclusiveCoverage' },
+ 'exclusivityenddate' => { 496 => 'exclusivityEndDate' },
+ 'excursiontolerance' => { 133 => 0x82 },
+ 'executiveproducer' => { 372 => "\xa9xpd" },
+ 'exif' => { 120 => 'EXIF' },
+ 'exifbyteorder' => { 120 => 'ExifByteOrder' },
+ 'exifcamerainfo' => { 131 => 0xe8 },
+ 'exifimageheight' => { 119 => 0xa003, 483 => 'PixelYDimension' },
+ 'exifimagewidth' => { 119 => 0xa002, 483 => 'PixelXDimension' },
+ 'exifunicodebyteorder' => { 120 => 'ExifUnicodeByteOrder' },
+ 'exifversion' => { 119 => 0x9000, 483 => 'ExifVersion' },
+ 'exitpupilposition' => { 219 => 0x4, 220 => 0x4, 224 => 0x4 },
+ 'expirationdate' => { 131 => 0x25, 496 => 'expirationDate' },
+ 'expirationtime' => { 131 => 0x26 },
+ 'exposure' => { 119 => 0xfe51, 477 => 'Exposure', 479 => 'Exposure' },
+ 'exposure2012' => { 477 => 'Exposure2012', 479 => 'Exposure2012' },
+ 'exposureadj' => { 270 => 0x0 },
+ 'exposureadj2' => { 270 => 0x12 },
+ 'exposureadjust' => { 397 => 0xc },
+ 'exposurebracketingindicatorlast' => { 184 => 0x52 },
+ 'exposurebracketshotnumber' => { 187 => 0x2d, 418 => 0x2f },
+ 'exposurebracketstepsize' => { 336 => 0x8 },
+ 'exposurebracketvalue' => { 226 => 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, 302 => 0x1006, 355 => 0x16, 364 => 0x402, 394 => 0xa013, 397 => [0xc,0x35,0x4d], 428 => 0x114c, 429 => 0x114c, 430 => 0x1128, 432 => 0x1180, 433 => 0x1038, 434 => 0x230, 435 => 0x230, 436 => 0x223, 483 => 'ExposureBiasValue' },
+ 'exposurecompensation2' => { 425 => [0x24,0x26,0x2a] },
+ 'exposurecompensationmode' => { 184 => 0x47, 187 => 0x2a },
+ 'exposurecompensationset' => { 407 => 0x3, 408 => 0x3, 409 => 0x3, 425 => 0x1e },
+ 'exposurecompensationsetting' => { 184 => 0x1 },
+ 'exposurecompstepsize' => { 279 => '6.3', 280 => '7.3', 282 => '7.3', 283 => '7.3', 288 => '4.3', 292 => '7.3', 293 => '7.3' },
+ 'exposurecontrolstep' => { 287 => '6.1', 289 => '6.1' },
+ 'exposurecontrolstepsize' => { 279 => '6.2', 280 => '7.1', 282 => '7.1', 283 => '7.1', 288 => '4.2', 292 => '7.1', 293 => '7.1', 294 => '7.1', 295 => 0x1b },
+ 'exposurecount' => { 127 => 0x1032 },
+ 'exposuredelaymode' => { 279 => '10.1', 280 => '11.1', 282 => '11.1', 283 => '11.1', 284 => '9.1', 285 => '10.1', 286 => '10.1', 288 => '10.4', 289 => '10.1', 290 => '6.4', 292 => '11.1', 293 => '11.1', 294 => '11.2' },
+ 'exposuredifference' => { 226 => 0xe },
+ 'exposuregaincustom' => { 138 => 0x89c },
+ 'exposuregaindaylight' => { 138 => 0x898 },
+ 'exposuregainflash' => { 138 => 0x89b },
+ 'exposuregainfluorescent' => { 138 => 0x89a },
+ 'exposuregaintungsten' => { 138 => 0x899 },
+ 'exposureindex' => { 119 => 0xa215, 483 => 'ExposureIndex' },
+ 'exposureindicator' => { 184 => 0x50 },
+ 'exposurelevelincrements' => { 82 => 0x6, 83 => 0x6, 84 => 0x101, 85 => 0x5, 86 => 0x6, 87 => 0x5, 88 => 0x5, 89 => 0x6, 90 => 0x4, 407 => 0x58, 408 => 0x58 },
+ 'exposurelockused' => { 465 => 'ExposureLockUsed' },
+ 'exposuremode' => { 119 => 0xa402, 156 => 'ExposureMode', 181 => 0x1, 182 => 0xa, 183 => 0x0, 184 => 0x0, 187 => 0x34, 297 => 0x200, 317 => 0x40d, 397 => 0x8, 420 => 0xb041, 483 => 'ExposureMode' },
+ 'exposuremodeinmanual' => { 84 => 0x10b },
+ 'exposureprogram' => { 119 => 0x8822, 387 => 0x1001, 400 => [0x17e,0x43], 407 => 0x3c, 408 => 0x3c, 409 => 0x5, 413 => 0x14, 418 => 0x3f, 425 => 0x2, 428 => 0x1175, 429 => 0x1179, 430 => 0x1155, 431 => 0x11d1, 432 => 0x11ad, 433 => 0x1065, 434 => 0x25d, 435 => 0x25d, 436 => 0x24c, 446 => 0xb, 447 => 0xc, 448 => 0xb, 450 => 0x48, 483 => 'ExposureProgram' },
+ 'exposureshift' => { 297 => 0x203 },
+ 'exposurestandardadjustment' => { 420 => 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, 355 => 0x12, 394 => 0xa018, 397 => [0x32,0x4a], 407 => 0x0, 408 => 0x0, 425 => [0x21,0x23,0x27], 450 => 0x10, 483 => 'ExposureTime' },
+ 'exposuretime2' => { 397 => [0x33,0x4b] },
+ 'exposuretuning' => { 226 => 0x1c },
+ 'exposurevalue' => { 138 => 0x3 },
+ 'exposurewarning' => { 127 => 0x1302 },
+ 'exrauto' => { 127 => 0x1033 },
+ 'exrmode' => { 127 => 0x1034 },
+ 'extdescraccessibility' => { 488 => 'ExtDescrAccessibility' },
+ 'extendedmenubanks' => { 229 => 0x114 },
+ 'extendedshutterspeeds' => { 295 => 0x102 },
+ 'extendedwbdetect' => { 297 => 0x902 },
+ 'extender' => { 298 => 0x301 },
+ 'extenderfirmwareversion' => { 298 => 0x304 },
+ 'extendermagnification' => { 158 => 'Magnification' },
+ 'extendermake' => { 158 => 'Make' },
+ 'extendermodel' => { 158 => 'Model', 298 => 0x303 },
+ 'extenderserialnumber' => { 158 => 'SerialNumber', 298 => 0x302 },
+ 'extenderstatus' => { 353 => 0x3 },
+ 'externalflash' => { 300 => 0x1201 },
+ 'externalflashae1' => { 302 => 0x101f },
+ 'externalflashae1_0' => { 302 => 0x101b },
+ 'externalflashae2' => { 302 => 0x1020 },
+ 'externalflashae2_0' => { 302 => 0x101c },
+ 'externalflashbounce' => { 300 => 0x1204, 302 => 0x1026, 343 => 0x1a },
+ 'externalflashcompensation' => { 211 => 0x1b },
+ 'externalflashexposurecomp' => { 226 => 0x17, 343 => 0x19 },
+ 'externalflashfirmware' => { 209 => 0x6, 210 => 0x6, 211 => 0x6, 212 => 0x6, 213 => 0x6, 214 => 0x6 },
+ 'externalflashflags' => { 209 => 0x8, 210 => 0x8, 211 => 0x8, 212 => 0x8 },
+ 'externalflashguidenumber' => { 300 => 0x1203, 343 => '24.1' },
+ 'externalflashgvalue' => { 302 => 0x1025 },
+ 'externalflashmode' => { 302 => 0x1028, 343 => 0x2 },
+ 'externalflashreadystate' => { 213 => '9.1' },
+ 'externalflashstatus' => { 213 => '8.2' },
+ 'externalflashzoom' => { 300 => 0x1205, 302 => 0x1027 },
+ 'externalflashzoomoverride' => { 213 => '8.1' },
+ 'externalmetadatalink' => { 489 => 'ExternalMetadataLink' },
+ 'externalsensorbrightnessvalue' => { 315 => 0x311, 318 => 0x311, 319 => 0x311, 322 => 0x3408 },
+ 'extrainfoversion' => { 411 => 0x1a },
+ 'eyestartaf' => { 184 => 0x40 },
+ 'fac100per' => { 138 => 0xe94 },
+ 'fac170per' => { 138 => 0xe93 },
+ 'fac18per' => { 138 => 0xe92 },
+ 'face10position' => { 110 => 0x3f4, 111 => 0x1ec, 207 => 0x28, 340 => 0x12 },
+ 'face10size' => { 341 => 0x12 },
+ 'face11position' => { 207 => 0x2c, 340 => 0x14 },
+ 'face11size' => { 341 => 0x14 },
+ 'face12position' => { 207 => 0x30, 340 => 0x16 },
+ 'face12size' => { 341 => 0x16 },
+ 'face13position' => { 340 => 0x18 },
+ 'face13size' => { 341 => 0x18 },
+ 'face14position' => { 340 => 0x1a },
+ 'face14size' => { 341 => 0x1a },
+ 'face15position' => { 340 => 0x1c },
+ 'face15size' => { 341 => 0x1c },
+ 'face16position' => { 340 => 0x1e },
+ 'face16size' => { 341 => 0x1e },
+ 'face17position' => { 340 => 0x20 },
+ 'face17size' => { 341 => 0x20 },
+ 'face18position' => { 340 => 0x22 },
+ 'face18size' => { 341 => 0x22 },
+ 'face19position' => { 340 => 0x24 },
+ 'face19size' => { 341 => 0x24 },
+ 'face1position' => { 54 => 0x8, 110 => 0xd, 111 => 0x18, 207 => 0x4, 312 => 0x1, 340 => 0x0, 384 => 0xbc, 414 => 0x1, 415 => 0x0, 416 => 0x0, 417 => 0x5b },
+ 'face1size' => { 341 => 0x0 },
+ 'face20position' => { 340 => 0x26 },
+ 'face20size' => { 341 => 0x26 },
+ 'face21position' => { 340 => 0x28 },
+ 'face21size' => { 341 => 0x28 },
+ 'face22position' => { 340 => 0x2a },
+ 'face22size' => { 341 => 0x2a },
+ 'face23position' => { 340 => 0x2c },
+ 'face23size' => { 341 => 0x2c },
+ 'face24position' => { 340 => 0x2e },
+ 'face24size' => { 341 => 0x2e },
+ 'face25position' => { 340 => 0x30 },
+ 'face25size' => { 341 => 0x30 },
+ 'face26position' => { 340 => 0x32 },
+ 'face26size' => { 341 => 0x32 },
+ 'face27position' => { 340 => 0x34 },
+ 'face27size' => { 341 => 0x34 },
+ 'face28position' => { 340 => 0x36 },
+ 'face28size' => { 341 => 0x36 },
+ 'face29position' => { 340 => 0x38 },
+ 'face29size' => { 341 => 0x38 },
+ 'face2position' => { 54 => 0xa, 110 => 0x7c, 111 => 0x4c, 207 => 0x8, 312 => 0x5, 340 => 0x2, 384 => 0xc8, 414 => 0x6, 415 => 0x20, 416 => 0x25, 417 => 0x65 },
+ 'face2size' => { 341 => 0x2 },
+ 'face30position' => { 340 => 0x3a },
+ 'face30size' => { 341 => 0x3a },
+ 'face31position' => { 340 => 0x3c },
+ 'face31size' => { 341 => 0x3c },
+ 'face32position' => { 340 => 0x3e },
+ 'face32size' => { 341 => 0x3e },
+ 'face3position' => { 54 => 0xc, 110 => 0xeb, 111 => 0x80, 207 => 0xc, 312 => 0x9, 340 => 0x4, 384 => 0xd4, 414 => 0xb, 415 => 0x40, 416 => 0x4a, 417 => 0x6f },
+ 'face3size' => { 341 => 0x4 },
+ 'face4position' => { 54 => 0xe, 110 => 0x15a, 111 => 0xb4, 207 => 0x10, 312 => 0xd, 340 => 0x6, 384 => 0xe0, 414 => 0x10, 415 => 0x60, 416 => 0x6f, 417 => 0x79 },
+ 'face4size' => { 341 => 0x6 },
+ 'face5position' => { 54 => 0x10, 110 => 0x1c9, 111 => 0xe8, 207 => 0x14, 312 => 0x11, 340 => 0x8, 384 => 0xec, 414 => 0x15, 415 => 0x80, 416 => 0x94 },
+ 'face5size' => { 341 => 0x8 },
+ 'face6position' => { 54 => 0x12, 110 => 0x238, 111 => 0x11c, 207 => 0x18, 340 => 0xa, 384 => 0xf8, 414 => 0x1a, 415 => 0xa0, 416 => 0xb9 },
+ 'face6size' => { 341 => 0xa },
+ 'face7position' => { 54 => 0x14, 110 => 0x2a7, 111 => 0x150, 207 => 0x1c, 340 => 0xc, 384 => 0x104, 414 => 0x1f, 415 => 0xc0, 416 => 0xde },
+ 'face7size' => { 341 => 0xc },
+ 'face8position' => { 54 => 0x16, 110 => 0x316, 111 => 0x184, 207 => 0x20, 340 => 0xe, 384 => 0x110, 414 => 0x24, 415 => 0xe0, 416 => 0x103 },
+ 'face8size' => { 341 => 0xe },
+ 'face9position' => { 54 => 0x18, 110 => 0x385, 111 => 0x1b8, 207 => 0x24, 340 => 0x10 },
+ 'face9size' => { 341 => 0x10 },
+ 'facebalanceorigi' => { 471 => 'FaceBalanceOrigI' },
+ 'facebalanceorigq' => { 471 => 'FaceBalanceOrigQ' },
+ 'facebalancestrength' => { 471 => 'FaceBalanceStrength' },
+ 'facebalancewarmth' => { 471 => 'FaceBalanceWarmth' },
+ 'facedetect' => { 355 => 0x76, 394 => 0x100 },
+ 'facedetectarea' => { 301 => 0x1201 },
+ 'facedetectframecrop' => { 301 => 0x1207 },
+ 'facedetectframesize' => { 54 => 0x3, 110 => 0x1, 111 => 0x4, 207 => 0x1, 301 => 0x1203, 355 => 0x77, 384 => 0xb6 },
+ 'facedetection' => { 409 => 0x30, 425 => 0x19 },
+ 'faceelementpositions' => { 127 => 0x4203 },
+ 'faceelementselected' => { 127 => 0x4005 },
+ 'faceelementtypes' => { 127 => 0x4201 },
+ 'faceid' => { 473 => 'FaceID' },
+ 'faceinfounknown' => { 113 => 0x2089 },
+ 'facename' => { 394 => 0x123 },
+ 'faceorientation' => { 111 => 0x8 },
+ 'faceposition' => { 339 => 0x2, 395 => 0x4 },
+ 'facepositions' => { 127 => 0x4103 },
+ 'facerecognition' => { 394 => 0x120 },
+ 'facesdetected' => { 54 => 0x2, 55 => 0x2, 56 => 0x3, 110 => 0x0, 111 => 0x2, 113 => 0x211c, 127 => 0x4100, 207 => 0x3, 301 => 0x1200, 320 => 0x3f, 339 => 0x0, 384 => 0xb5, 395 => 0x0, 414 => 0x0, 417 => 0x3, 427 => 0x30 },
+ 'facesrecognized' => { 313 => 0x0 },
'facewidth' => { 55 => 0x1 },
- 'fade' => { 419 => 0x2034 },
- 'faithfuloutputhighlightpoint' => { 108 => 0x38 },
- 'faithfuloutputshadowpoint' => { 108 => 0x39 },
- 'faithfulrawcolortone' => { 108 => 0x31 },
- 'faithfulrawcontrast' => { 108 => 0x33 },
- 'faithfulrawhighlight' => { 108 => 0x79 },
- 'faithfulrawhighlightpoint' => { 108 => 0x36 },
- 'faithfulrawlinear' => { 108 => 0x34 },
- 'faithfulrawsaturation' => { 108 => 0x32 },
- 'faithfulrawshadow' => { 108 => 0x82 },
- 'faithfulrawshadowpoint' => { 108 => 0x37 },
- 'faithfulrawsharpness' => { 108 => 0x35 },
- 'faithfulunsharpmaskfineness' => { 108 => 0xac },
- 'faithfulunsharpmaskstrength' => { 108 => 0xaa },
- 'faithfulunsharpmaskthreshold' => { 108 => 0xae },
- 'far' => { 461 => 'Far' },
- 'fastresetlinetime' => { 137 => 0x1860 },
- 'feedidentifier' => { 488 => 'FeedIdentifier' },
- 'femicroadjustment' => { 83 => 0x111 },
- 'ffid' => { 480 => 'ffid' },
- 'field' => { 491 => 'field' },
- 'fieldcount' => { 301 => 0x103f },
- 'fieldofview' => { 379 => "FOV\x00" },
- 'fifoenonepixeldelay' => { 137 => 0x1901 },
- 'filecreatedate' => { 119 => 'FileCreateDate' },
- 'filedatarate' => { 502 => 'fileDataRate' },
- 'fileformat' => { 94 => 0x0, 131 => 0x14, 396 => [0x22,0x26], 419 => 0xb000 },
- 'filegroupid' => { 119 => '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, 320 => 0x0 },
+ 'fade' => { 420 => 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' => { 462 => 'Far' },
+ 'fastresetlinetime' => { 138 => 0x1860 },
+ 'feedidentifier' => { 489 => 'FeedIdentifier' },
+ 'femicroadjustment' => { 84 => 0x111 },
+ 'ffid' => { 481 => 'ffid' },
+ 'field' => { 492 => 'field' },
+ 'fieldcount' => { 302 => 0x103f },
+ 'fieldofview' => { 380 => "FOV\x00" },
+ 'fifoenonepixeldelay' => { 138 => 0x1901 },
+ 'filecreatedate' => { 120 => 'FileCreateDate' },
+ 'filedatarate' => { 503 => 'fileDataRate' },
+ 'fileformat' => { 95 => 0x0, 132 => 0x14, 397 => [0x22,0x26], 420 => 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, 321 => 0x0 },
'fileindex2' => { 21 => 0x290 },
- 'filemodifydate' => { 119 => 'FileModifyDate' },
- 'filename' => { 119 => 'FileName' },
- 'filenameasdelivered' => { 306 => 'FileNameAsDelivered' },
- 'filenumber' => { 57 => 0x1, 63 => 0x8, 96 => 0x1817, 113 => 'Canon-FileNumber', 207 => 0x4, 382 => 0x10 },
- 'filenumbermemory' => { 180 => 0x1a },
- 'filenumbersequence' => { 278 => '12.2', 283 => '3.1', 284 => '4.1', 285 => '4.1', 287 => '11.1', 288 => '4.3', 293 => '5.2', 294 => 0x48 },
- 'filepermissions' => { 119 => 'FilePermissions' },
- 'filesource' => { 118 => 0xa300, 126 => 0x8000, 482 => 'FileSource' },
- 'fileuserid' => { 119 => 'FileUserID' },
- 'fileversion' => { 131 => 0x16 },
- 'fillflashautoreduction' => { 81 => 0xe, 82 => 0xe, 89 => 0xa },
- 'filllight' => { 476 => 'FillLight', 478 => 'FillLight' },
- 'fillorder' => { 118 => 0x10a },
- 'filmgraineffect' => { 296 => 0x538 },
- 'filmmode' => { 126 => 0x1401, 316 => 0x412, 319 => 0x42 },
- 'filmtype' => { 236 => 0x2 },
- 'filtereffect' => { 57 => 0xe, 230 => 0x37, 231 => 0x3f, 232 => 0x47, 319 => 0xa1 },
- 'filtereffectauto' => { 70 => 0xa0 },
- 'filtereffectfaithful' => { 69 => 0x70, 70 => 0x70 },
- 'filtereffectlandscape' => { 69 => 0x40, 70 => 0x40 },
- 'filtereffectmonochrome' => { 19 => 0xff, 69 => 0x88, 70 => 0x88 },
- 'filtereffectneutral' => { 69 => 0x58, 70 => 0x58 },
- 'filtereffectportrait' => { 69 => 0x28, 70 => 0x28 },
- 'filtereffectstandard' => { 69 => 0x10, 70 => 0x10 },
- 'filtereffectuserdef1' => { 69 => 0xa0, 70 => 0xb8 },
- 'filtereffectuserdef2' => { 69 => 0xb8, 70 => 0xd0 },
- 'filtereffectuserdef3' => { 69 => 0xd0, 70 => 0xe8 },
- 'finderdisplayduringexposure' => { 82 => 0x1 },
- 'finesharpness' => { 354 => 0x70 },
- 'finetuneoptcenterweighted' => { 278 => '7.2', 279 => '9.1', 281 => '9.1', 282 => '9.1', 286 => '8.1', 291 => '9.1', 292 => '9.1', 293 => '9.1', 294 => 0x23 },
- 'finetuneopthighlightweighted' => { 281 => '46.1', 282 => '46.1', 291 => '46.1', 292 => '46.1', 294 => 0x27 },
- 'finetuneoptmatrixmetering' => { 278 => '8.1', 279 => '8.2', 281 => '8.2', 282 => '8.2', 286 => '7.2', 287 => '6.1', 291 => '8.2', 292 => '8.2', 293 => '8.2', 294 => 0x21 },
- 'finetuneoptspotmetering' => { 278 => '8.2', 279 => '9.2', 281 => '9.2', 282 => '9.2', 286 => '8.2', 287 => '6.2', 291 => '9.2', 292 => '9.2', 293 => '9.2', 294 => 0x25 },
- 'finishexposure' => { 137 => 0xdbd },
- 'finishfiletype' => { 137 => 0xdb8 },
- 'finishlook' => { 137 => 0xdbc },
- 'finishnoise' => { 137 => 0xdba },
- 'finishresolution' => { 137 => 0xdb9 },
- 'finishsharpening' => { 137 => 0xdbb },
- 'firmware' => { 301 => 0x405, 396 => [0x8c,0x17,0x3b], 473 => 'Firmware' },
- 'firmware2' => { 396 => 0x57 },
- 'firmwaredate' => { 111 => 0x15, 112 => 0x2001, 380 => 0x4, 382 => 0x30 },
- 'firmwareid' => { 187 => 0x0 },
- 'firmwarename' => { 393 => 0xa001 },
- 'firmwarerevision' => { 19 => 0xa4, 63 => 0x1e, 384 => 0x0 },
- 'firmwarerevision2' => { 384 => 0xc },
- 'firmwareversion' => { 7 => 0x10b, 11 => 0x136, 14 => 0xff, 15 => 0x107, 137 => [0x415,0xce5], 153 => 0x57, 155 => 'FirmwareVersion', 317 => 0x320, 319 => 0x2, 321 => 0x3109, 354 => 0x230, 379 => ['CNFV','FIRM'], 381 => 0x18, 382 => 0x2a, 386 => 0x2 },
- 'firmwareversions' => { 363 => 0x301 },
- 'firstphotodate' => { 464 => 'FirstPhotoDate' },
- 'firstpublicationdate' => { 306 => 'FirstPublicationDate' },
- 'fixtureidentifier' => { 130 => 0x16, 471 => 'FixtureIdentifier' },
- 'flash' => { 113 => 'XMP-Flash', 118 => 0x9209, 151 => 0x22, 181 => 0x1f, 182 => 0x15, 382 => 0x5a, 482 => 'Flash' },
- 'flashaction' => { 406 => 0x3e, 407 => 0x3e, 419 => 0x2017, 424 => [0x2a,0x2c,0x30] },
- 'flashaction2' => { 406 => 0x4c, 407 => 0x4c, 424 => 0x77 },
- 'flashactionexternal' => { 424 => [0x78,0x7c] },
+ 'filemodifydate' => { 120 => 'FileModifyDate' },
+ 'filename' => { 120 => 'FileName' },
+ 'filenameasdelivered' => { 307 => 'FileNameAsDelivered' },
+ 'filenumber' => { 57 => 0x1, 64 => 0x8, 97 => 0x1817, 114 => 'Canon-FileNumber', 208 => 0x4, 383 => 0x10 },
+ 'filenumbermemory' => { 181 => 0x1a },
+ 'filenumbersequence' => { 279 => '12.2', 284 => '3.1', 285 => '4.1', 286 => '4.1', 288 => '11.1', 289 => '4.3', 294 => '5.2', 295 => 0x48 },
+ 'filepermissions' => { 120 => 'FilePermissions' },
+ 'filesource' => { 119 => 0xa300, 127 => 0x8000, 483 => 'FileSource' },
+ 'fileuserid' => { 120 => 'FileUserID' },
+ 'fileversion' => { 132 => 0x16 },
+ 'fillflashautoreduction' => { 82 => 0xe, 83 => 0xe, 90 => 0xa },
+ 'filllight' => { 477 => 'FillLight', 479 => 'FillLight' },
+ 'fillorder' => { 119 => 0x10a },
+ 'filmgraineffect' => { 297 => 0x538 },
+ 'filmmode' => { 127 => 0x1401, 317 => 0x412, 320 => 0x42 },
+ 'filmtype' => { 237 => 0x2 },
+ 'filtereffect' => { 57 => 0xe, 231 => 0x37, 232 => 0x3f, 233 => 0x47, 320 => 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' => { 355 => 0x70 },
+ 'finetuneoptcenterweighted' => { 279 => '7.2', 280 => '9.1', 282 => '9.1', 283 => '9.1', 287 => '8.1', 292 => '9.1', 293 => '9.1', 294 => '9.1', 295 => 0x23 },
+ 'finetuneopthighlightweighted' => { 282 => '46.1', 283 => '46.1', 292 => '46.1', 293 => '46.1', 295 => 0x27 },
+ 'finetuneoptmatrixmetering' => { 279 => '8.1', 280 => '8.2', 282 => '8.2', 283 => '8.2', 287 => '7.2', 288 => '6.1', 292 => '8.2', 293 => '8.2', 294 => '8.2', 295 => 0x21 },
+ 'finetuneoptspotmetering' => { 279 => '8.2', 280 => '9.2', 282 => '9.2', 283 => '9.2', 287 => '8.2', 288 => '6.2', 292 => '9.2', 293 => '9.2', 294 => '9.2', 295 => 0x25 },
+ 'finishexposure' => { 138 => 0xdbd },
+ 'finishfiletype' => { 138 => 0xdb8 },
+ 'finishlook' => { 138 => 0xdbc },
+ 'finishnoise' => { 138 => 0xdba },
+ 'finishresolution' => { 138 => 0xdb9 },
+ 'finishsharpening' => { 138 => 0xdbb },
+ 'firmware' => { 302 => 0x405, 397 => [0x8c,0x17,0x3b], 474 => 'Firmware' },
+ 'firmware2' => { 397 => 0x57 },
+ 'firmwaredate' => { 112 => 0x15, 113 => 0x2001, 381 => 0x4, 383 => 0x30 },
+ 'firmwareid' => { 188 => 0x0 },
+ 'firmwarename' => { 394 => 0xa001 },
+ 'firmwarerevision' => { 19 => 0xa4, 64 => 0x1e, 385 => 0x0 },
+ 'firmwarerevision2' => { 385 => 0xc },
+ 'firmwareversion' => { 7 => 0x10b, 11 => 0x136, 14 => 0xff, 15 => 0x107, 138 => [0x415,0xce5], 154 => 0x57, 156 => 'FirmwareVersion', 318 => 0x320, 320 => 0x2, 322 => 0x3109, 355 => 0x230, 380 => ['CNFV','FIRM'], 382 => 0x18, 383 => 0x2a, 387 => 0x2 },
+ 'firmwareversions' => { 364 => 0x301 },
+ 'firstphotodate' => { 465 => 'FirstPhotoDate' },
+ 'firstpublicationdate' => { 307 => 'FirstPublicationDate' },
+ 'fixtureidentifier' => { 131 => 0x16, 472 => 'FixtureIdentifier' },
+ 'flash' => { 114 => 'XMP-Flash', 119 => 0x9209, 152 => 0x22, 182 => 0x1f, 183 => 0x15, 383 => 0x5a, 483 => 'Flash' },
+ 'flashaction' => { 407 => 0x3e, 408 => 0x3e, 420 => 0x2017, 425 => [0x2a,0x2c,0x30] },
+ 'flashaction2' => { 407 => 0x4c, 408 => 0x4c, 425 => 0x77 },
+ 'flashactionexternal' => { 425 => [0x78,0x7c] },
'flashactivity' => { 34 => 0x1c },
'flashbatterylevel' => { 44 => 0x249 },
- 'flashbias' => { 319 => 0x24 },
+ 'flashbias' => { 320 => 0x24 },
'flashbits' => { 34 => 0x1d },
- 'flashburstpriority' => { 294 => 0x111 },
- 'flashbuttonfunction' => { 83 => 0x70e },
- 'flashchargelevel' => { 301 => 0x1010 },
- 'flashcolorfilter' => { 210 => 0x10, 211 => 0x10 },
- 'flashcommandermode' => { 208 => '9.1', 209 => '9.1', 210 => '9.1', 211 => '9.1' },
- 'flashcompensation' => { 137 => 0x3f3, 208 => 0xa, 209 => 0xa, 210 => 0xa, 211 => 0x27, 212 => 0xa, 213 => 0xa, 473 => 'FlashCompensation' },
- 'flashcontrol' => { 406 => 0x23, 407 => 0x1f, 408 => 0x21 },
- 'flashcontrolbuilt-in' => { 287 => '16.1', 288 => '23.1', 290 => '23.1', 291 => '24.1' },
- 'flashcontrolmode' => { 208 => '9.2', 209 => '9.2', 210 => '9.2', 211 => '9.2', 227 => 0x148, 228 => 0x1a8, 251 => 0xc4a6, 296 => 0x404 },
- 'flashcurtain' => { 319 => 0x48 },
- 'flashdefault' => { 183 => 0x42 },
- 'flashdevice' => { 301 => 0x1005 },
- 'flashdistance' => { 112 => 0x2034 },
- 'flashenergy' => { 118 => 0xa20b, 482 => 'FlashEnergy' },
- 'flashexposurebracketvalue' => { 225 => 0x18 },
- 'flashexposurecomp' => { 76 => 0xf, 126 => 0x1011, 158 => 'ExposureComp', 180 => 0x23, 185 => 0x104, 186 => 0x49c1, 225 => 0x12, 296 => 0x401, 301 => 0x1023, 354 => 0x4d, 386 => 0x100b, 396 => [0x3a,0x56], 419 => 0x104 },
- 'flashexposurecomp2' => { 255 => 0x4d2 },
- 'flashexposurecomp3' => { 210 => 0x1d },
- 'flashexposurecomp4' => { 210 => 0x27 },
- 'flashexposurecomparea' => { 279 => '38.4', 281 => '38.4', 282 => '38.4', 291 => '38.4', 292 => '38.4', 294 => 0x59 },
- 'flashexposurecompset' => { 183 => 0x10, 327 => 0xe, 406 => 0x14, 407 => 0x12, 408 => 0x23, 424 => 0x1f },
- 'flashexposurecompset2' => { 424 => [0x26,0x2c] },
- 'flashexposureindicator' => { 183 => 0x54 },
- 'flashexposureindicatorlast' => { 183 => 0x56 },
- 'flashexposureindicatornext' => { 183 => 0x55 },
+ 'flashburstpriority' => { 295 => 0x111 },
+ 'flashbuttonfunction' => { 84 => 0x70e },
+ 'flashchargelevel' => { 302 => 0x1010 },
+ 'flashcolorfilter' => { 211 => 0x10, 212 => 0x10 },
+ 'flashcommandermode' => { 209 => '9.1', 210 => '9.1', 211 => '9.1', 212 => '9.1' },
+ 'flashcompensation' => { 138 => 0x3f3, 209 => 0xa, 210 => 0xa, 211 => 0xa, 212 => 0x27, 213 => 0xa, 214 => 0xa, 474 => 'FlashCompensation' },
+ 'flashcontrol' => { 407 => 0x23, 408 => 0x1f, 409 => 0x21 },
+ 'flashcontrolbuilt-in' => { 288 => '16.1', 289 => '23.1', 291 => '23.1', 292 => '24.1' },
+ 'flashcontrolmode' => { 209 => '9.2', 210 => '9.2', 211 => '9.2', 212 => '9.2', 228 => 0x148, 229 => 0x1a8, 252 => 0xc4a6, 297 => 0x404 },
+ 'flashcurtain' => { 320 => 0x48 },
+ 'flashdefault' => { 184 => 0x42 },
+ 'flashdevice' => { 302 => 0x1005 },
+ 'flashdistance' => { 113 => 0x2034 },
+ 'flashenergy' => { 119 => 0xa20b, 483 => 'FlashEnergy' },
+ 'flashexposurebracketvalue' => { 226 => 0x18 },
+ 'flashexposurecomp' => { 77 => 0xf, 127 => 0x1011, 159 => 'ExposureComp', 181 => 0x23, 186 => 0x104, 187 => 0x49c1, 226 => 0x12, 297 => 0x401, 302 => 0x1023, 355 => 0x4d, 387 => 0x100b, 397 => [0x3a,0x56], 420 => 0x104 },
+ 'flashexposurecomp2' => { 256 => 0x4d2 },
+ 'flashexposurecomp3' => { 211 => 0x1d },
+ 'flashexposurecomp4' => { 211 => 0x27 },
+ 'flashexposurecomparea' => { 280 => '38.4', 282 => '38.4', 283 => '38.4', 292 => '38.4', 293 => '38.4', 295 => 0x59 },
+ 'flashexposurecompset' => { 184 => 0x10, 328 => 0xe, 407 => 0x14, 408 => 0x12, 409 => 0x23, 425 => 0x1f },
+ 'flashexposurecompset2' => { 425 => [0x26,0x2c] },
+ 'flashexposureindicator' => { 184 => 0x54 },
+ 'flashexposureindicatorlast' => { 184 => 0x56 },
+ 'flashexposureindicatornext' => { 184 => 0x55 },
'flashexposurelock' => { 57 => 0x19 },
- 'flashfired' => { 139 => 0x5d, 158 => 'Fired', 180 => 0x14, 254 => '590.3', 482 => [\'Flash','FlashFired'] },
- 'flashfiring' => { 83 => 0x306, 84 => 0x6, 85 => 0x7, 88 => 0x7 },
- 'flashfirmwareversion' => { 297 => 0x1002 },
- 'flashfocallength' => { 208 => 0xb, 209 => 0xc, 210 => 0xc, 211 => 0xc, 212 => 0xc },
- 'flashfunction' => { 186 => 0x31, 482 => [\'Flash','FlashFunction'] },
- 'flashgndistance' => { 208 => 0xe, 209 => 0xf, 210 => 0xf, 211 => 0xf, 212 => 0xf, 227 => 0x14e, 228 => 0x1ae, 251 => 0xc4ac },
- 'flashgroupacompensation' => { 208 => 0x11, 209 => 0x12, 210 => 0x13, 211 => 0x28, 212 => 0x28 },
- 'flashgroupacontrolmode' => { 208 => 0xf, 209 => '16.1', 210 => '17.1', 211 => '17.1', 212 => '17.1' },
- 'flashgroupaoutput' => { 208 => 0x11, 209 => 0x12, 210 => 0x13, 211 => 0x28, 212 => 0x28 },
- 'flashgroupbcompensation' => { 208 => 0x12, 209 => 0x13, 210 => 0x14, 211 => 0x29, 212 => 0x29 },
- 'flashgroupbcontrolmode' => { 208 => 0x10, 209 => '17.1', 210 => '18.1', 211 => '18.1', 212 => '18.1' },
- 'flashgroupboutput' => { 208 => 0x12, 209 => 0x13, 210 => 0x14, 211 => 0x29, 212 => 0x29 },
- 'flashgroupccompensation' => { 209 => 0x14, 210 => 0x15, 211 => 0x2a, 212 => 0x2a },
- 'flashgroupccontrolmode' => { 209 => '17.2', 210 => '18.2', 211 => '18.2', 212 => '18.2' },
- 'flashgroupcoutput' => { 209 => 0x14, 210 => 0x15, 211 => 0x2a, 212 => 0x2a },
- 'flashguidenumber' => { 76 => 0xd, 93 => 0x0, 158 => 'GuideNumber' },
- 'flashintensity' => { 111 => [0x19,0x5], 296 => 0x405 },
- 'flashlevel' => { 280 => 0x9, 419 => 0xb048 },
- 'flashmake' => { 158 => 'Make' },
- 'flashmanufacturer' => { 177 => 'FlashManufacturer' },
- 'flashmastercompensation' => { 227 => 0x162, 228 => 0x1aa, 251 => 0xc4c0 },
- 'flashmastercontrolmode' => { 227 => 0x160, 251 => 0xc4be },
- 'flashmasteroutput' => { 227 => 0x166, 251 => 0xc4c4 },
- 'flashmetering' => { 180 => 0x3f, 183 => 0x1c },
+ 'flashfired' => { 140 => 0x5d, 159 => 'Fired', 181 => 0x14, 255 => '590.3', 483 => [\'Flash','FlashFired'] },
+ 'flashfiring' => { 84 => 0x306, 85 => 0x6, 86 => 0x7, 89 => 0x7 },
+ 'flashfirmwareversion' => { 298 => 0x1002 },
+ 'flashfocallength' => { 209 => 0xb, 210 => 0xc, 211 => 0xc, 212 => 0xc, 213 => 0xc },
+ 'flashfunction' => { 187 => 0x31, 483 => [\'Flash','FlashFunction'] },
+ 'flashgndistance' => { 209 => 0xe, 210 => 0xf, 211 => 0xf, 212 => 0xf, 213 => 0xf, 228 => 0x14e, 229 => 0x1ae, 252 => 0xc4ac },
+ 'flashgroupacompensation' => { 209 => 0x11, 210 => 0x12, 211 => 0x13, 212 => 0x28, 213 => 0x28 },
+ 'flashgroupacontrolmode' => { 209 => 0xf, 210 => '16.1', 211 => '17.1', 212 => '17.1', 213 => '17.1' },
+ 'flashgroupaoutput' => { 209 => 0x11, 210 => 0x12, 211 => 0x13, 212 => 0x28, 213 => 0x28 },
+ 'flashgroupbcompensation' => { 209 => 0x12, 210 => 0x13, 211 => 0x14, 212 => 0x29, 213 => 0x29 },
+ 'flashgroupbcontrolmode' => { 209 => 0x10, 210 => '17.1', 211 => '18.1', 212 => '18.1', 213 => '18.1' },
+ 'flashgroupboutput' => { 209 => 0x12, 210 => 0x13, 211 => 0x14, 212 => 0x29, 213 => 0x29 },
+ 'flashgroupccompensation' => { 210 => 0x14, 211 => 0x15, 212 => 0x2a, 213 => 0x2a },
+ 'flashgroupccontrolmode' => { 210 => '17.2', 211 => '18.2', 212 => '18.2', 213 => '18.2' },
+ 'flashgroupcoutput' => { 210 => 0x14, 211 => 0x15, 212 => 0x2a, 213 => 0x2a },
+ 'flashguidenumber' => { 77 => 0xd, 94 => 0x0, 159 => 'GuideNumber' },
+ 'flashintensity' => { 112 => [0x19,0x5], 297 => 0x405 },
+ 'flashlevel' => { 281 => 0x9, 420 => 0xb048 },
+ 'flashmake' => { 159 => 'Make' },
+ 'flashmanufacturer' => { 178 => 'FlashManufacturer' },
+ 'flashmastercompensation' => { 228 => 0x162, 229 => 0x1aa, 252 => 0xc4c0 },
+ 'flashmastercontrolmode' => { 228 => 0x160, 252 => 0xc4be },
+ 'flashmasteroutput' => { 228 => 0x166, 252 => 0xc4c4 },
+ 'flashmetering' => { 181 => 0x3f, 184 => 0x1c },
'flashmeteringmode' => { 7 => 0x15, 13 => 0x15, 14 => 0x15, 15 => 0x15, 16 => 0x15, 17 => 0x15, 18 => 0x15, 20 => 0x15, 22 => 0x15, 28 => 0x15 },
- 'flashmeteringsegments' => { 354 => 0x20a },
- 'flashmode' => { 111 => 0x4, 137 => 0x3f2, 139 => 0x5c, 150 => 0x27, 158 => 'Mode', 180 => 0x2, 181 => 0x20, 182 => 0x16, 183 => 0xf, 225 => 0x87, 296 => 0x400, 301 => 0x1004, 354 => 0xc, 361 => 0x4, 385 => 0x20, 386 => 0x100a, 395 => 0x225, 406 => 0x13, 407 => 0x7f, 408 => 0x20, 424 => 0x10, 427 => 0x1138, 428 => 0x1138, 429 => 0x1114, 430 => 0x1190, 431 => 0x116c, 432 => 0x1024, 433 => 0x21c, 434 => 0x21c, 435 => 0x211, 482 => [\'Flash','FlashMode'] },
- 'flashmodel' => { 158 => 'Model', 177 => 'FlashModel', 297 => 0x1001 },
- 'flashoptions' => { 335 => 0x2 },
- 'flashoptions2' => { 335 => 0x10 },
- 'flashoutput' => { 44 => 0x248, 76 => 0x21, 208 => 0xa, 209 => 0xa, 210 => 0xa, 211 => 0x27, 227 => 0x152, 228 => 0x1b2, 251 => 0xc4b0 },
- 'flashpixversion' => { 118 => 0xa000, 482 => 'FlashpixVersion' },
- 'flashredeyemode' => { 482 => [\'Flash','FlashRedEyeMode'] },
- 'flashremotecontrol' => { 227 => 0x15c, 228 => 0x1bc, 251 => 0xc4ba, 296 => 0x403 },
- 'flashreturn' => { 482 => [\'Flash','FlashReturn'] },
- 'flashserialnumber' => { 158 => 'SerialNumber', 297 => 0x1003 },
- 'flashsetting' => { 225 => 0x8 },
- 'flashshutterspeed' => { 278 => '20.2', 279 => '23.2', 281 => '23.2', 282 => '23.2', 287 => '15.2', 288 => '22.2', 289 => '7.2', 290 => '22.2', 291 => '23.2', 292 => '23.2', 293 => '23.1', 294 => 0x57 },
- 'flashsource' => { 208 => 0x4, 209 => 0x4, 210 => 0x4, 211 => 0x4, 212 => 0x4, 213 => 0x4 },
- 'flashstatus' => { 342 => 0x0, 424 => [0x82,0x86], 437 => 0x31, 438 => 0x39, 439 => 0x39 },
- 'flashstatusbuilt-in' => { 408 => [0x87,0x287] },
- 'flashstatusexternal' => { 408 => [0x88,0x288] },
- 'flashsyncspeed' => { 278 => '20.1', 279 => '23.1', 281 => '23.1', 282 => '23.1', 287 => '15.1', 288 => '22.1', 290 => '22.1', 291 => '23.1', 292 => '23.1', 294 => 0x53 },
- 'flashsyncspeedav' => { 81 => 0x3, 83 => 0x10f, 84 => 0x2, 85 => 0x3, 86 => 0x2, 87 => 0x2, 88 => 0x3, 89 => 0x6 },
- 'flashthreshold' => { 93 => 0x1 },
- 'flashtype' => { 158 => 'Type', 183 => 0x59, 225 => 0x9, 297 => 0x1000 },
- 'flashwarning' => { 288 => '30.1', 289 => '7.1', 293 => '31.1', 319 => 0x62 },
- 'flashwirelessoption' => { 227 => 0x15a, 228 => 0x1c8, 251 => 0xc4c6 },
- 'flexiblespotposition' => { 419 => 0x201d },
- 'flickadvancedirection' => { 294 => 0x25f },
- 'flickerreduce' => { 395 => 0x218 },
- 'flickerreduction' => { 126 => 0x1446, 247 => 0xe84 },
- 'flickerreductionindicator' => { 247 => 0x5e2 },
- 'flickerreductionshooting' => { 228 => 0x1a4 },
- 'flightpitchdegree' => { 115 => 'FlightPitchDegree' },
- 'flightrolldegree' => { 115 => 'FlightRollDegree' },
- 'flightxspeed' => { 115 => 'FlightXSpeed' },
- 'flightyawdegree' => { 115 => 'FlightYawDegree' },
- 'flightyspeed' => { 115 => 'FlightYSpeed' },
- 'flightzspeed' => { 115 => 'FlightZSpeed' },
- 'fliphorizontal' => { 271 => 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, 76 => 0x15, 118 => 0x829d, 136 => 0xfd04, 139 => 0x1e, 141 => 0xfa23, 143 => 0xf103, 146 => 0x13, 148 => 0x3c, 150 => 0x1c, 151 => 0x18, 153 => 0xc, 162 => 'FNumber', 180 => 0xa, 181 => 0x36, 182 => 0x47, 183 => 0x9, 186 => 0x49c7, 223 => 0x38, 318 => 0x35a, 354 => 0x13, 393 => 0xa019, 396 => [0x31,0x49], 406 => 0x1, 407 => 0x1, 424 => [0x20,0x22,0x26], 482 => 'FNumber' },
- 'focaldistance' => { 462 => '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, 112 => 0x1d, 118 => 0x920a, 146 => 0x1d, 162 => 'FocalLength', 180 => 0x12, 218 => 0xa, 219 => 0xb, 223 => [0xc,0x3c], 313 => 0x1, 354 => 0x1d, 363 => 0x403, 386 => 0x1500, 405 => 0xe, 431 => 0x1278, 432 => 0x1134, 433 => 0x32c, 434 => 0x32c, 435 => 0x30a, 482 => 'FocalLength' },
- 'focallength2' => { 424 => [0x23,0x25,0x29] },
- 'focallengthin35mmformat' => { 118 => 0xa405, 393 => 0xa01a, 482 => 'FocalLengthIn35mmFilm' },
- 'focallengthtelezoom' => { 405 => 0x10 },
- 'focalplaneafpointarea' => { 436 => 0x2 },
- 'focalplaneafpointlocation1' => { 436 => 0x6 },
- 'focalplaneafpointlocation10' => { 436 => 0x2a },
- 'focalplaneafpointlocation11' => { 436 => 0x2e },
- 'focalplaneafpointlocation12' => { 436 => 0x32 },
- 'focalplaneafpointlocation13' => { 436 => 0x36 },
- 'focalplaneafpointlocation14' => { 436 => 0x3a },
- 'focalplaneafpointlocation15' => { 436 => 0x3e },
- 'focalplaneafpointlocation2' => { 436 => 0xa },
- 'focalplaneafpointlocation3' => { 436 => 0xe },
- 'focalplaneafpointlocation4' => { 436 => 0x12 },
- 'focalplaneafpointlocation5' => { 436 => 0x16 },
- 'focalplaneafpointlocation6' => { 436 => 0x1a },
- 'focalplaneafpointlocation7' => { 436 => 0x1e },
- 'focalplaneafpointlocation8' => { 436 => 0x22 },
- 'focalplaneafpointlocation9' => { 436 => 0x26 },
- 'focalplaneafpointsused' => { 436 => 0x1 },
- 'focalplanediagonal' => { 297 => 0x103, 301 => 0x205 },
- 'focalplaneresolutionunit' => { 118 => 0xa210, 482 => 'FocalPlaneResolutionUnit' },
- 'focalplanexresolution' => { 118 => 0xa20e, 482 => 'FocalPlaneXResolution' },
+ 'flashmeteringsegments' => { 355 => 0x20a },
+ 'flashmode' => { 112 => 0x4, 138 => 0x3f2, 140 => 0x5c, 151 => 0x27, 159 => 'Mode', 181 => 0x2, 182 => 0x20, 183 => 0x16, 184 => 0xf, 226 => 0x87, 297 => 0x400, 302 => 0x1004, 355 => 0xc, 362 => 0x4, 386 => 0x20, 387 => 0x100a, 396 => 0x225, 407 => 0x13, 408 => 0x7f, 409 => 0x20, 425 => 0x10, 428 => 0x1138, 429 => 0x1138, 430 => 0x1114, 431 => 0x1190, 432 => 0x116c, 433 => 0x1024, 434 => 0x21c, 435 => 0x21c, 436 => 0x211, 483 => [\'Flash','FlashMode'] },
+ 'flashmodel' => { 159 => 'Model', 178 => 'FlashModel', 298 => 0x1001 },
+ 'flashoptions' => { 336 => 0x2 },
+ 'flashoptions2' => { 336 => 0x10 },
+ 'flashoutput' => { 44 => 0x248, 77 => 0x21, 209 => 0xa, 210 => 0xa, 211 => 0xa, 212 => 0x27, 228 => 0x152, 229 => 0x1b2, 252 => 0xc4b0 },
+ 'flashpixversion' => { 119 => 0xa000, 483 => 'FlashpixVersion' },
+ 'flashredeyemode' => { 483 => [\'Flash','FlashRedEyeMode'] },
+ 'flashremotecontrol' => { 228 => 0x15c, 229 => 0x1bc, 252 => 0xc4ba, 297 => 0x403 },
+ 'flashreturn' => { 483 => [\'Flash','FlashReturn'] },
+ 'flashserialnumber' => { 159 => 'SerialNumber', 298 => 0x1003 },
+ 'flashsetting' => { 226 => 0x8 },
+ 'flashshutterspeed' => { 279 => '20.2', 280 => '23.2', 282 => '23.2', 283 => '23.2', 288 => '15.2', 289 => '22.2', 290 => '7.2', 291 => '22.2', 292 => '23.2', 293 => '23.2', 294 => '23.1', 295 => 0x57 },
+ 'flashsource' => { 209 => 0x4, 210 => 0x4, 211 => 0x4, 212 => 0x4, 213 => 0x4, 214 => 0x4 },
+ 'flashstatus' => { 343 => 0x0, 425 => [0x82,0x86], 438 => 0x31, 439 => 0x39, 440 => 0x39 },
+ 'flashstatusbuilt-in' => { 409 => [0x87,0x287] },
+ 'flashstatusexternal' => { 409 => [0x88,0x288] },
+ 'flashsyncspeed' => { 279 => '20.1', 280 => '23.1', 282 => '23.1', 283 => '23.1', 288 => '15.1', 289 => '22.1', 291 => '22.1', 292 => '23.1', 293 => '23.1', 295 => 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, 226 => 0x9, 298 => 0x1000 },
+ 'flashwarning' => { 289 => '30.1', 290 => '7.1', 294 => '31.1', 320 => 0x62 },
+ 'flashwirelessoption' => { 228 => 0x15a, 229 => 0x1c8, 252 => 0xc4c6 },
+ 'flexiblespotposition' => { 420 => 0x201d },
+ 'flickadvancedirection' => { 295 => 0x25f },
+ 'flickerreduce' => { 396 => 0x218 },
+ 'flickerreduction' => { 127 => 0x1446, 248 => 0xe84 },
+ 'flickerreductionindicator' => { 248 => 0x5e2 },
+ 'flickerreductionshooting' => { 229 => 0x1a4 },
+ 'flightpitchdegree' => { 116 => 'FlightPitchDegree' },
+ 'flightrolldegree' => { 116 => 'FlightRollDegree' },
+ 'flightxspeed' => { 116 => 'FlightXSpeed' },
+ 'flightyawdegree' => { 116 => 'FlightYawDegree' },
+ 'flightyspeed' => { 116 => 'FlightYSpeed' },
+ 'flightzspeed' => { 116 => 'FlightZSpeed' },
+ 'fliphorizontal' => { 272 => 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, 224 => 0x38, 319 => 0x35a, 355 => 0x13, 394 => 0xa019, 397 => [0x31,0x49], 407 => 0x1, 408 => 0x1, 425 => [0x20,0x22,0x26], 483 => 'FNumber' },
+ 'focaldistance' => { 463 => '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, 219 => 0xa, 220 => 0xb, 224 => [0xc,0x3c], 314 => 0x1, 355 => 0x1d, 364 => 0x403, 387 => 0x1500, 406 => 0xe, 432 => 0x1278, 433 => 0x1134, 434 => 0x32c, 435 => 0x32c, 436 => 0x30a, 483 => 'FocalLength' },
+ 'focallength2' => { 425 => [0x23,0x25,0x29] },
+ 'focallengthin35mmformat' => { 119 => 0xa405, 394 => 0xa01a, 483 => 'FocalLengthIn35mmFilm' },
+ 'focallengthtelezoom' => { 406 => 0x10 },
+ 'focalplaneafpointarea' => { 437 => 0x2 },
+ 'focalplaneafpointlocation1' => { 437 => 0x6 },
+ 'focalplaneafpointlocation10' => { 437 => 0x2a },
+ 'focalplaneafpointlocation11' => { 437 => 0x2e },
+ 'focalplaneafpointlocation12' => { 437 => 0x32 },
+ 'focalplaneafpointlocation13' => { 437 => 0x36 },
+ 'focalplaneafpointlocation14' => { 437 => 0x3a },
+ 'focalplaneafpointlocation15' => { 437 => 0x3e },
+ 'focalplaneafpointlocation2' => { 437 => 0xa },
+ 'focalplaneafpointlocation3' => { 437 => 0xe },
+ 'focalplaneafpointlocation4' => { 437 => 0x12 },
+ 'focalplaneafpointlocation5' => { 437 => 0x16 },
+ 'focalplaneafpointlocation6' => { 437 => 0x1a },
+ 'focalplaneafpointlocation7' => { 437 => 0x1e },
+ 'focalplaneafpointlocation8' => { 437 => 0x22 },
+ 'focalplaneafpointlocation9' => { 437 => 0x26 },
+ 'focalplaneafpointsused' => { 437 => 0x1 },
+ 'focalplanediagonal' => { 298 => 0x103, 302 => 0x205 },
+ 'focalplaneresolutionunit' => { 119 => 0xa210, 483 => 'FocalPlaneResolutionUnit' },
+ 'focalplanexresolution' => { 119 => 0xa20e, 483 => 'FocalPlaneXResolution' },
'focalplanexsize' => { 59 => 0x2 },
'focalplanexunknown' => { 59 => 0x2 },
- 'focalplaneyresolution' => { 118 => 0xa20f, 482 => 'FocalPlaneYResolution' },
+ 'focalplaneyresolution' => { 119 => 0xa20f, 483 => 'FocalPlaneYResolution' },
'focalplaneysize' => { 59 => 0x3 },
'focalplaneyunknown' => { 59 => 0x3 },
- 'focalpointx' => { 462 => 'FocalPointX' },
- 'focalpointy' => { 462 => 'FocalPointY' },
+ 'focalpointx' => { 463 => 'FocalPointX' },
+ 'focalpointy' => { 463 => 'FocalPointY' },
'focaltype' => { 10 => 0x2d, 59 => 0x0 },
'focalunits' => { 34 => 0x19 },
- 'focus' => { 261 => 0x8 },
- 'focusarea' => { 180 => 0x31 },
- 'focusareaselection' => { 289 => '15.2' },
- 'focusbracket' => { 319 => 0xbd },
- 'focusbracketstepsize' => { 296 => 0x308 },
+ 'focus' => { 262 => 0x8 },
+ 'focusarea' => { 181 => 0x31 },
+ 'focusareaselection' => { 290 => '15.2' },
+ 'focusbracket' => { 320 => 0xbd },
+ 'focusbracketstepsize' => { 297 => 0x308 },
'focuscontinuous' => { 34 => 0x20 },
- 'focusdisplayaiservoandmf' => { 83 => 0x515 },
- 'focusdistance' => { 162 => 'FocusDistance', 180 => 0x13, 186 => 0x49bb, 218 => 0x9, 219 => 0xa, 223 => [0xb,0x4f], 299 => 0x305, 313 => 0x0, 317 => 0x304, 318 => 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, 76 => 0x14 },
- '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, 76 => 0x13 },
- 'focusholdbutton' => { 183 => 0x44 },
- 'focusinfoversion' => { 299 => 0x0 },
- 'focusingscreen' => { 82 => 0x0, 83 => 0x80b, 88 => 0x0 },
- 'focuslocation' => { 419 => 0x2027 },
- 'focuslocked' => { 179 => 0x14 },
- 'focusmode' => { 34 => 0x7, 111 => 0x3, 112 => [0x3003,0xd], 126 => 0x1021, 137 => 0x3f5, 139 => 0x38, 155 => 'FocusMode', 180 => 0x30, 182 => 0xe, 183 => 0xc, 225 => 0x7, 296 => 0x301, 301 => 0x100b, 319 => 0x7, 354 => 0xd, 361 => 0x3, 386 => 0x1006, 399 => [0xb,0x5], 405 => [0x15,0x1d], 406 => 0x4d, 407 => 0x4d, 419 => [0xb042,0xb04e,0x201b], 424 => 0x13, 443 => 0x16 },
- 'focusmode2' => { 125 => '0.1', 335 => '3.1', 424 => [0x2c,0x2e,0x32] },
- 'focusmodesetting' => { 280 => '10.1', 403 => 0x14, 404 => 0x15, 406 => 0x10, 407 => 0xf, 408 => 0x6 },
- 'focusmodeswitch' => { 183 => 0x58, 406 => 0x2e },
- 'focuspeakingdisplay' => { 294 => 0x235 },
- 'focuspeakinghighlightcolor' => { 294 => 0x4b },
- 'focuspeakinglevel' => { 294 => 0x49 },
- 'focuspixel' => { 126 => 0x1023 },
- 'focuspointlock' => { 294 => 0x1d3 },
- 'focuspointpersistence' => { 294 => 0x105 },
- 'focuspointwrap' => { 278 => '2.2', 279 => '2.2', 281 => '2.1', 282 => '2.1', 286 => '1.1', 287 => '2.2', 288 => '1.1', 291 => '2.2', 292 => '2.1', 293 => '2.5', 294 => 0x16 },
- 'focusposition' => { 218 => 0x8, 219 => 0x8, 223 => 0x9, 354 => 0x10, 417 => 0x9bb },
- 'focusposition2' => { 424 => [0x29,0x2b,0x2f], 443 => 0x2d, 446 => 0x20 },
- 'focuspositionhoriontal' => { 193 => 0x43 },
- 'focuspositionvertical' => { 193 => 0x45 },
- 'focusprocess' => { 296 => 0x302 },
- 'focusrange' => { 34 => 0x12, 301 => 0x100a },
- 'focusrangeindex' => { 345 => '3.1' },
- 'focusringrotation' => { 83 => 0x713 },
- 'focussetting' => { 396 => 0x6 },
- 'focusshiftexposurelock' => { 227 => 0xe8, 228 => 0xf4, 251 => 0xc446 },
- 'focusshiftinterval' => { 227 => 0xe4, 228 => 0xf0, 251 => 0xc442 },
- 'focusshiftnumbershots' => { 227 => 0xdc, 228 => 0xe8, 251 => 0xc43a },
- 'focusshiftshooting' => { 260 => 0x7844 },
- 'focusshiftstepwidth' => { 227 => 0xe0, 228 => 0xec, 251 => 0xc43e },
- 'focusstatus' => { 405 => 0x19, 406 => 0x53, 407 => 0x53 },
- 'focusstepcount' => { 299 => 0x301, 301 => 0x100e },
- 'focusstepinfinity' => { 299 => 0x303, 301 => 0x103b },
- 'focusstepnear' => { 299 => 0x304, 301 => 0x103c },
- 'focustrackinglockon' => { 278 => ['1.5','4.1'], 279 => '1.4', 286 => '0.4', 287 => '3.1', 288 => '0.4', 291 => '1.4' },
- 'focuswarning' => { 126 => 0x1301 },
- 'foldername' => { 180 => 0x27 },
- 'foldernumber' => { 406 => 0x9a, 408 => [0x402,0x114,0x316] },
- 'fontcomposite' => { 507 => [\'Fonts','FontsComposite'] },
- 'fontface' => { 507 => [\'Fonts','FontsFontFace'] },
- 'fontfamily' => { 507 => [\'Fonts','FontsFontFamily'] },
- 'fontfilename' => { 507 => [\'Fonts','FontsFontFileName'] },
- 'fontname' => { 507 => [\'Fonts','FontsFontName'] },
- 'fonts' => { 507 => 'Fonts' },
- 'fonttype' => { 507 => [\'Fonts','FontsFontType'] },
- 'fontversion' => { 507 => [\'Fonts','FontsVersionString'] },
- 'for' => { 370 => 'For' },
- 'forcewrite' => { 119 => 'ForceWrite' },
- 'format' => { 379 => "\xa9fmt", 461 => 'Format', 479 => 'format', 500 => 'Format' },
- 'forwardlock' => { 497 => 'forwardlock' },
- 'forwardmatrix1' => { 118 => 0xc714 },
- 'forwardmatrix2' => { 118 => 0xc715 },
- 'forwardmatrix3' => { 118 => 0xcd34 },
- 'fossilspecimen' => { 117 => 'FossilSpecimen' },
- 'fossilspecimenmaterialsampleid' => { 117 => [\'FossilSpecimen','FossilSpecimenMaterialSampleID'] },
- 'framecount' => { 66 => [0x2,0x4] },
- 'frameheight' => { 126 => 0x3822 },
- 'framenum' => { 365 => 0xd7 },
- 'framenumber' => { 126 => 0x8003, 186 => 0x3c, 354 => 0x29 },
- 'framerate' => { 66 => [0x1,0x6], 118 => 0xc764, 126 => 0x3820 },
- 'framereadouttime' => { 373 => 'camera.framereadouttimeinmicroseconds' },
- 'framewidth' => { 126 => 0x3821 },
- 'framing' => { 491 => 'framing' },
- 'freebytes' => { 96 => 0x1 },
- 'freememorycardimages' => { 181 => [0x37,0x54], 182 => [0x2d,0x4a], 183 => 0x32 },
- 'fujiflashmode' => { 126 => 0x1010 },
- 'fullhdhighspeedrec' => { 126 => 0x3824 },
- 'fullimagesize' => { 419 => 0xb02b },
- 'fullpanoheightpixels' => { 464 => 'FullPanoHeightPixels', 465 => 'FullPanoHeightPixels' },
- 'fullpanowidthpixels' => { 464 => 'FullPanoWidthPixels', 465 => 'FullPanoWidthPixels' },
- 'fullpresssnap' => { 386 => 0x100d },
- 'fullsizeimage' => { 161 => 'data' },
- 'fullsizeimagename' => { 161 => '1Name' },
- 'fullsizeimagetype' => { 161 => '0Type' },
- 'func1button' => { 281 => '14.1', 282 => '14.1', 292 => '14.1', 294 => 0x63 },
- 'func1buttonplaybackmode' => { 294 => 0x1a5 },
- 'func1buttonplusdials' => { 281 => '42.1', 282 => '42.1', 292 => '42.1' },
- 'func2button' => { 281 => '80.1', 282 => '80.1', 292 => '80.1', 294 => 0x73 },
- 'func2buttonplaybackmode' => { 294 => 0x1a7 },
- 'func2buttonplusdials' => { 281 => '81.1' },
- 'func3button' => { 281 => '83.1', 294 => 0x119 },
- 'func3buttonplaybackmode' => { 294 => 0x1a9 },
- 'func4button' => { 294 => 0x175 },
- 'func4buttonplaybackmode' => { 294 => 0x1af },
- 'funcbutton' => { 278 => ['14.1','15.1'], 279 => '14.1', 287 => '28.1', 288 => '13.1', 291 => '14.1', 293 => '14.1' },
- 'funcbuttonplusdials' => { 278 => ['14.2','15.2'], 279 => '14.2', 287 => '31.1', 291 => '42.1' },
- 'functionbutton' => { 285 => '13.1', 289 => '5.2' },
- 'gainbase' => { 300 => 0x610 },
- 'gaincontrol' => { 118 => 0xa407, 482 => 'GainControl' },
- 'gamma' => { 118 => 0xa500, 137 => 0x8fe, 307 => 'gAMA', 324 => 0x11c, 483 => 'Gamma' },
- 'gammablackpoint' => { 104 => 0xc },
- 'gammacolortone' => { 104 => 0x3 },
- 'gammacompensatedvalue' => { 132 => 0x91 },
- 'gammacontrast' => { 104 => 0x2 },
- 'gammacurveoutputrange' => { 104 => 0xf },
- 'gammahighlight' => { 104 => 0xa },
- 'gammalinear' => { 102 => 0x20200 },
- 'gammamidpoint' => { 104 => 0xe },
- 'gammasaturation' => { 104 => 0x4 },
- 'gammashadow' => { 104 => 0x9 },
- 'gammasharpnessstrength' => { 104 => 0x8 },
- 'gammaunsharpmaskfineness' => { 104 => 0x6 },
- 'gammaunsharpmaskstrength' => { 104 => 0x5 },
- 'gammaunsharpmaskthreshold' => { 104 => 0x7 },
- 'gammawhitepoint' => { 104 => 0xd },
- 'garminsettings' => { 379 => 'pmcc' },
- 'garminsoftware' => { 379 => 'uuid' },
- 'gdalmetadata' => { 118 => 0xa480 },
- 'gdalnodata' => { 118 => 0xa481 },
- 'geimagesize' => { 126 => 0x1304 },
- 'gemake' => { 128 => 0x300 },
- 'gemodel' => { 128 => 0x207 },
- 'genre' => { 371 => ['gnre',"\xa9gen"], 373 => 'genre', 379 => ['gnre',"\xa9gen"], 488 => 'Genre', 492 => 'genre', 502 => 'genre' },
- 'genrecvid' => { 488 => [\'Genre','GenreCvId'] },
- 'genrecvtermid' => { 488 => [\'Genre','GenreCvTermId'] },
- 'genrecvtermname' => { 488 => [\'Genre','GenreCvTermName'] },
- 'genrecvtermrefinedabout' => { 488 => [\'Genre','GenreCvTermRefinedAbout'] },
- 'genreid' => { 371 => 'geID' },
- 'geography' => { 493 => 'geography' },
- 'geologicalcontext' => { 117 => 'GeologicalContext' },
- 'geologicalcontextbed' => { 117 => [\'GeologicalContext','GeologicalContextBed'] },
- 'geologicalcontextformation' => { 117 => [\'GeologicalContext','GeologicalContextFormation'] },
- 'geologicalcontextgroup' => { 117 => [\'GeologicalContext','GeologicalContextGroup'] },
- 'geologicalcontextid' => { 117 => [\'GeologicalContext','GeologicalContextGeologicalContextID'] },
- 'geologicalcontextmember' => { 117 => [\'GeologicalContext','GeologicalContextMember'] },
- 'geosync' => { 119 => 'Geosync' },
- 'geotag' => { 119 => 'Geotag' },
- 'geotiffasciiparams' => { 118 => 0x87b1 },
- 'geotiffdirectory' => { 118 => 0x87af },
- 'geotiffdoubleparams' => { 118 => 0x87b0 },
- 'geotime' => { 119 => 'Geotime' },
- 'giftftppriority' => { 466 => 'GIFTFtpPriority' },
- 'gimbalpitchdegree' => { 115 => 'GimbalPitchDegree' },
- 'gimbalreverse' => { 115 => 'GimbalReverse' },
- 'gimbalrolldegree' => { 115 => 'GimbalRollDegree' },
- 'gimbalyawdegree' => { 115 => 'GimbalYawDegree' },
- 'globalaltitude' => { 368 => 0x419 },
- 'globalangle' => { 368 => 0x40d },
- 'good' => { 502 => 'good' },
- 'googlehostheader' => { 371 => 'gshh' },
- 'googlepingmessage' => { 371 => 'gspm' },
- 'googlepingurl' => { 371 => 'gspu' },
- 'googleplusuploadcode' => { 118 => 0x9009 },
- 'googlesourcedata' => { 371 => 'gssd' },
- 'googlestarttime' => { 371 => 'gsst' },
- 'googletrackduration' => { 371 => 'gstd' },
- 'goprotype' => { 379 => 'GoPr' },
- 'gpsaltitude' => { 129 => 0x6, 159 => 'Altitude', 482 => 'GPSAltitude' },
- 'gpsaltituderef' => { 129 => 0x5, 482 => 'GPSAltitudeRef' },
- 'gpsareainformation' => { 129 => 0x1c, 482 => 'GPSAreaInformation' },
- 'gpscoordinates' => { 371 => "\xa9xyz", 373 => 'location.ISO6709', 379 => ['@xyz',"\xa9xyz"] },
- 'gpsdatestamp' => { 129 => 0x1d },
- 'gpsdatetime' => { 159 => 'DateTime', 482 => 'GPSTimeStamp' },
- 'gpsdestbearing' => { 129 => 0x18, 159 => 'Bearing', 482 => 'GPSDestBearing' },
- 'gpsdestbearingref' => { 129 => 0x17, 482 => 'GPSDestBearingRef' },
- 'gpsdestdistance' => { 129 => 0x1a, 159 => 'Distance', 482 => 'GPSDestDistance' },
- 'gpsdestdistanceref' => { 129 => 0x19, 482 => 'GPSDestDistanceRef' },
- 'gpsdestlatitude' => { 129 => 0x14, 482 => 'GPSDestLatitude' },
- 'gpsdestlatituderef' => { 129 => 0x13 },
- 'gpsdestlongitude' => { 129 => 0x16, 482 => 'GPSDestLongitude' },
- 'gpsdestlongituderef' => { 129 => 0x15 },
- 'gpsdifferential' => { 129 => 0x1e, 159 => 'Differential', 482 => 'GPSDifferential' },
- 'gpsdop' => { 129 => 0xb, 482 => 'GPSDOP' },
- 'gpshpositioningerror' => { 129 => 0x1f, 482 => 'GPSHPositioningError' },
- 'gpsimgdirection' => { 129 => 0x11, 482 => 'GPSImgDirection' },
- 'gpsimgdirectionref' => { 129 => 0x10, 482 => 'GPSImgDirectionRef' },
- 'gpslatitude' => { 115 => 'GpsLatitude', 129 => 0x2, 159 => 'Latitude', 482 => 'GPSLatitude' },
- 'gpslatituderef' => { 129 => 0x1 },
- 'gpslongitude' => { 115 => 'GpsLongitude', 129 => 0x4, 159 => 'Longitude', 482 => 'GPSLongitude' },
- 'gpslongituderef' => { 129 => 0x3 },
- 'gpslongtitude' => { 115 => 'GpsLongtitude' },
- 'gpsmapdatum' => { 129 => 0x12, 159 => 'Datum', 482 => 'GPSMapDatum' },
- 'gpsmeasuremode' => { 129 => 0xa, 159 => 'MeasureMode', 482 => 'GPSMeasureMode' },
- 'gpsposition' => { 113 => 'Exif-GPSPosition' },
- 'gpsprocessingmethod' => { 129 => 0x1b, 482 => 'GPSProcessingMethod' },
- 'gpssatellites' => { 129 => 0x8, 159 => 'Satellites', 482 => 'GPSSatellites' },
- 'gpsspeed' => { 129 => 0xd, 159 => 'Speed', 482 => 'GPSSpeed' },
- 'gpsspeedref' => { 129 => 0xc, 482 => 'GPSSpeedRef' },
- 'gpsstatus' => { 129 => 0x9, 482 => 'GPSStatus' },
- 'gpsstring' => { 137 => 0x402 },
- 'gpstimestamp' => { 129 => 0x7 },
- 'gpstrack' => { 129 => 0xf, 159 => 'Heading', 482 => 'GPSTrack' },
- 'gpstrackref' => { 129 => 0xe, 482 => 'GPSTrackRef' },
- 'gpsversionid' => { 129 => 0x0, 482 => 'GPSVersionID' },
- 'gradation' => { 296 => 0x50f },
- 'gradientbasedcorractive' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'] },
- 'gradientbasedcorramount' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'] },
- 'gradientbasedcorrblacks2012' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBlacks2012'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBlacks2012'] },
- 'gradientbasedcorrbrightness' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'] },
- 'gradientbasedcorrclarity' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'] },
- 'gradientbasedcorrclarity2012' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'] },
- 'gradientbasedcorrcontrast' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'] },
- 'gradientbasedcorrcontrast2012' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'] },
- 'gradientbasedcorrcorrectionname' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionName'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionName'] },
- 'gradientbasedcorrcorrectionsyncid' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionSyncID'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionSyncID'] },
- 'gradientbasedcorrdefringe' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'] },
- 'gradientbasedcorrdehaze' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDehaze'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDehaze'] },
- 'gradientbasedcorrections' => { 476 => 'GradientBasedCorrections', 478 => 'GradientBasedCorrections' },
- 'gradientbasedcorrexposure' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'] },
- 'gradientbasedcorrexposure2012' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'] },
- 'gradientbasedcorrhighlights2012' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'] },
- 'gradientbasedcorrhue' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHue'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHue'] },
- 'gradientbasedcorrluminancenoise' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'] },
- 'gradientbasedcorrmaskalpha' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'] },
- 'gradientbasedcorrmaskangle' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'] },
- 'gradientbasedcorrmaskbottom' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'] },
- 'gradientbasedcorrmaskcentervalue' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'] },
- 'gradientbasedcorrmaskcenterweight' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'] },
- 'gradientbasedcorrmaskdabs' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'] },
- 'gradientbasedcorrmaskfeather' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'] },
- 'gradientbasedcorrmaskflipped' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'] },
- 'gradientbasedcorrmaskflow' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'] },
- 'gradientbasedcorrmaskfullx' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'] },
- 'gradientbasedcorrmaskfully' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'] },
- 'gradientbasedcorrmaskinputdigest' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'] },
- 'gradientbasedcorrmaskleft' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'] },
- 'gradientbasedcorrmaskmaskactive' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskActive'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskActive'] },
- 'gradientbasedcorrmaskmaskblendmode' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'] },
- 'gradientbasedcorrmaskmaskdigest' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'] },
- 'gradientbasedcorrmaskmaskinverted' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'] },
- 'gradientbasedcorrmaskmaskname' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskName'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskName'] },
- 'gradientbasedcorrmaskmasks' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasks'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasks'] },
- 'gradientbasedcorrmaskmasksalpha' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'] },
- 'gradientbasedcorrmaskmasksangle' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'] },
- 'gradientbasedcorrmaskmasksbottom' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'] },
- 'gradientbasedcorrmaskmaskscentervalue' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'] },
- 'gradientbasedcorrmaskmaskscenterweight' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
- 'gradientbasedcorrmaskmasksdabs' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksDabs'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksDabs'] },
- 'gradientbasedcorrmaskmasksfeather' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'] },
- 'gradientbasedcorrmaskmasksflipped' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'] },
- 'gradientbasedcorrmaskmasksflow' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlow'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlow'] },
- 'gradientbasedcorrmaskmasksfullx' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'] },
- 'gradientbasedcorrmaskmasksfully' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'] },
- 'gradientbasedcorrmaskmasksinputdigest' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'] },
- 'gradientbasedcorrmaskmasksleft' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksLeft'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksLeft'] },
- 'gradientbasedcorrmaskmasksmaskactive' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'] },
- 'gradientbasedcorrmaskmasksmaskblendmode' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
- 'gradientbasedcorrmaskmasksmaskdigest' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
- 'gradientbasedcorrmaskmasksmaskinverted' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
- 'gradientbasedcorrmaskmasksmaskname' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'] },
- 'gradientbasedcorrmaskmasksmasksubtype' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
- 'gradientbasedcorrmaskmasksmasksyncid' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
- 'gradientbasedcorrmaskmasksmaskversion' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
- 'gradientbasedcorrmaskmasksmidpoint' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'] },
- 'gradientbasedcorrmaskmasksorigin' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'] },
- 'gradientbasedcorrmaskmasksperimetervalue' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
- 'gradientbasedcorrmaskmasksradius' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'] },
- 'gradientbasedcorrmaskmasksreferencepoint' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
- 'gradientbasedcorrmaskmasksright' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRight'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRight'] },
- 'gradientbasedcorrmaskmasksroundness' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'] },
- 'gradientbasedcorrmaskmaskssizex' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'] },
- 'gradientbasedcorrmaskmaskssizey' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'] },
- 'gradientbasedcorrmaskmaskstop' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksTop'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksTop'] },
- 'gradientbasedcorrmaskmasksubtype' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'] },
- 'gradientbasedcorrmaskmasksvalue' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'] },
- 'gradientbasedcorrmaskmasksversion' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'] },
- 'gradientbasedcorrmaskmaskswhat' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhat'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhat'] },
- 'gradientbasedcorrmaskmaskswholeimagearea' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
- 'gradientbasedcorrmaskmasksx' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksX'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksX'] },
- 'gradientbasedcorrmaskmasksy' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksY'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksY'] },
- 'gradientbasedcorrmaskmasksyncid' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'] },
- 'gradientbasedcorrmaskmaskszerox' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'] },
- 'gradientbasedcorrmaskmaskszeroy' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'] },
- 'gradientbasedcorrmaskmaskversion' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'] },
- 'gradientbasedcorrmaskmidpoint' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'] },
- 'gradientbasedcorrmaskorigin' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksOrigin'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksOrigin'] },
- 'gradientbasedcorrmaskperimetervalue' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
- 'gradientbasedcorrmaskradius' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'] },
- 'gradientbasedcorrmaskrange' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
- 'gradientbasedcorrmaskrangeareamodels' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
- 'gradientbasedcorrmaskrangeareamodelscolorsampleinfo' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'gradientbasedcorrmaskrangeareamodelscomponents' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'gradientbasedcorrmaskrangecoloramount' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
- 'gradientbasedcorrmaskrangedepthfeather' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
- 'gradientbasedcorrmaskrangedepthmax' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
- 'gradientbasedcorrmaskrangedepthmin' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
- 'gradientbasedcorrmaskrangeinvert' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
- 'gradientbasedcorrmaskrangelumfeather' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
- 'gradientbasedcorrmaskrangeluminancedepthsampleinfo' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'gradientbasedcorrmaskrangelummax' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
- 'gradientbasedcorrmaskrangelummin' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
- 'gradientbasedcorrmaskrangelumrange' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
- 'gradientbasedcorrmaskrangesampletype' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
- 'gradientbasedcorrmaskrangetype' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
- 'gradientbasedcorrmaskrangeversion' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
- 'gradientbasedcorrmaskreferencepoint' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'] },
- 'gradientbasedcorrmaskright' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'] },
- 'gradientbasedcorrmaskroundness' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'] },
- 'gradientbasedcorrmasks' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'] },
- 'gradientbasedcorrmasksizex' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'] },
- 'gradientbasedcorrmasksizey' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'] },
- 'gradientbasedcorrmasktop' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'] },
- 'gradientbasedcorrmaskvalue' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'] },
- 'gradientbasedcorrmaskversion' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'] },
- 'gradientbasedcorrmaskwhat' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'] },
- 'gradientbasedcorrmaskwholeimagearea' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'] },
- 'gradientbasedcorrmaskx' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'] },
- 'gradientbasedcorrmasky' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'] },
- 'gradientbasedcorrmaskzerox' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'] },
- 'gradientbasedcorrmaskzeroy' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'] },
- 'gradientbasedcorrmoire' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'] },
- 'gradientbasedcorrrangemask' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMask'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMask'] },
- 'gradientbasedcorrrangemaskareamodels' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'] },
- 'gradientbasedcorrrangemaskareamodelscolorsampleinfo' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'gradientbasedcorrrangemaskareamodelscomponents' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'gradientbasedcorrrangemaskcoloramount' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'] },
- 'gradientbasedcorrrangemaskdepthfeather' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
- 'gradientbasedcorrrangemaskdepthmax' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'] },
- 'gradientbasedcorrrangemaskdepthmin' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'] },
- 'gradientbasedcorrrangemaskinvert' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'] },
- 'gradientbasedcorrrangemasklumfeather' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'] },
- 'gradientbasedcorrrangemaskluminancedepthsampleinfo' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'gradientbasedcorrrangemasklummax' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'] },
- 'gradientbasedcorrrangemasklummin' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'] },
- 'gradientbasedcorrrangemasklumrange' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'] },
- 'gradientbasedcorrrangemasksampletype' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'] },
- 'gradientbasedcorrrangemasktype' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskType'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskType'] },
- 'gradientbasedcorrrangemaskversion' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'] },
- 'gradientbasedcorrsaturation' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation'] },
- 'gradientbasedcorrshadows2012' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'] },
- 'gradientbasedcorrsharpness' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'] },
- 'gradientbasedcorrtemperature' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'] },
- 'gradientbasedcorrtexture' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTexture'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTexture'] },
- 'gradientbasedcorrtint' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'] },
- 'gradientbasedcorrtoninghue' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'] },
- 'gradientbasedcorrtoningsaturation' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningSaturation'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningSaturation'] },
- 'gradientbasedcorrwhat' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'] },
- 'gradientbasedcorrwhites2012' => { 476 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalWhites2012'], 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalWhites2012'] },
- 'grainamount' => { 476 => 'GrainAmount', 478 => 'GrainAmount' },
- 'graineffect' => { 126 => 0x1047 },
- 'grainfrequency' => { 476 => 'GrainFrequency', 478 => 'GrainFrequency' },
- 'grainseed' => { 476 => 'GrainSeed', 478 => 'GrainSeed' },
- 'grainsize' => { 476 => 'GrainSize', 478 => 'GrainSize' },
- 'graymixeraqua' => { 476 => 'GrayMixerAqua', 478 => 'GrayMixerAqua' },
- 'graymixerblue' => { 476 => 'GrayMixerBlue', 478 => 'GrayMixerBlue' },
- 'graymixergreen' => { 476 => 'GrayMixerGreen', 478 => 'GrayMixerGreen' },
- 'graymixermagenta' => { 476 => 'GrayMixerMagenta', 478 => 'GrayMixerMagenta' },
- 'graymixerorange' => { 476 => 'GrayMixerOrange', 478 => 'GrayMixerOrange' },
- 'graymixerpurple' => { 476 => 'GrayMixerPurple', 478 => 'GrayMixerPurple' },
- 'graymixerred' => { 476 => 'GrayMixerRed', 478 => 'GrayMixerRed' },
- 'graymixeryellow' => { 476 => 'GrayMixerYellow', 478 => 'GrayMixerYellow' },
- 'graypoint' => { 453 => 0x8021 },
- 'grayresponseunit' => { 118 => 0x122 },
- 'greencurvelimits' => { 107 => 0x1c4 },
- 'greencurvepoints' => { 106 => 0x53, 107 => 0x19a },
- 'greenhsl' => { 102 => 0x20913 },
- 'greenhue' => { 476 => 'GreenHue', 478 => 'GreenHue' },
- 'greensaturation' => { 476 => 'GreenSaturation', 478 => 'GreenSaturation' },
- 'griddisplay' => { 278 => '13.3', 279 => '4.3', 281 => '4.2', 282 => '4.2', 283 => '2.2', 287 => '10.5', 288 => '3.4', 289 => '6.1', 291 => '4.4', 292 => '4.2', 293 => '4.2' },
- 'gripbatteryadload' => { 333 => 0x5 },
- 'gripbatteryadnoload' => { 333 => 0x4 },
- 'gripbatterystate' => { 333 => '1.2' },
- 'group' => { 476 => 'Group', 478 => 'Group' },
- 'groupareaafillumination' => { 279 => '46.4', 282 => '47.4', 291 => '47.4' },
- 'grouping' => { 371 => ['grup',"\xa9grp"], 379 => "\xa9grp" },
- 'guid' => { 371 => 'GUID' },
- 'h2resetblackpixels' => { 137 => 0x18a6 },
- 'h3resetblackcolumns' => { 137 => 0x18ce },
- 'h3resetblackpixels' => { 137 => 0x18b0 },
- 'halftonehints' => { 118 => 0x141 },
- 'hardlink' => { 119 => 'HardLink' },
- 'hasalternative' => { 492 => 'hasAlternative' },
- 'hascorrection' => { 492 => 'hasCorrection' },
- 'hascorrectiona-lang' => { 492 => [\'hasCorrection','hasCorrectionA-lang'] },
- 'hascorrectiona-platform' => { 492 => [\'hasCorrection','hasCorrectionA-platform'] },
- 'hascorrectiontext' => { 492 => [\'hasCorrection','hasCorrectionText'] },
- 'hascrop' => { 476 => 'HasCrop', 478 => 'HasCrop' },
- 'hasextendedxmp' => { 504 => 'HasExtendedXMP' },
- 'hassettings' => { 476 => 'HasSettings', 478 => 'HasSettings' },
- 'hastranslation' => { 492 => 'hasTranslation' },
- 'hasvisibleoverprint' => { 507 => 'HasVisibleOverprint' },
- 'hasvisibletransparency' => { 507 => 'HasVisibleTransparency' },
- 'hdmioutputn-log' => { 227 => 0x35a },
- 'hdmioutputresolution' => { 228 => 0x610 },
- 'hdmiviewassist' => { 294 => 0x20f },
- 'hdr' => { 60 => 0x1, 215 => 0x4, 319 => 0x9e, 354 => 0x85, 419 => 0x200a },
+ 'focusdisplayaiservoandmf' => { 84 => 0x515 },
+ 'focusdistance' => { 163 => 'FocusDistance', 181 => 0x13, 187 => 0x49bb, 219 => 0x9, 220 => 0xa, 224 => [0xb,0x4f], 300 => 0x305, 314 => 0x0, 318 => 0x304, 319 => 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 },
+ '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' => { 300 => 0x0 },
+ 'focusingscreen' => { 83 => 0x0, 84 => 0x80b, 89 => 0x0 },
+ 'focuslocation' => { 420 => 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, 226 => 0x7, 297 => 0x301, 302 => 0x100b, 320 => 0x7, 355 => 0xd, 362 => 0x3, 387 => 0x1006, 400 => [0xb,0x5], 406 => [0x15,0x1d], 407 => 0x4d, 408 => 0x4d, 420 => [0xb042,0xb04e,0x201b], 425 => 0x13, 444 => 0x16 },
+ 'focusmode2' => { 126 => '0.1', 336 => '3.1', 425 => [0x2c,0x2e,0x32] },
+ 'focusmodesetting' => { 281 => '10.1', 404 => 0x14, 405 => 0x15, 407 => 0x10, 408 => 0xf, 409 => 0x6 },
+ 'focusmodeswitch' => { 184 => 0x58, 407 => 0x2e },
+ 'focuspeakingdisplay' => { 295 => 0x235 },
+ 'focuspeakinghighlightcolor' => { 295 => 0x4b },
+ 'focuspeakinglevel' => { 295 => 0x49 },
+ 'focuspixel' => { 127 => 0x1023 },
+ 'focuspointlock' => { 295 => 0x1d3 },
+ 'focuspointpersistence' => { 295 => 0x105 },
+ 'focuspointwrap' => { 279 => '2.2', 280 => '2.2', 282 => '2.1', 283 => '2.1', 287 => '1.1', 288 => '2.2', 289 => '1.1', 292 => '2.2', 293 => '2.1', 294 => '2.5', 295 => 0x16 },
+ 'focusposition' => { 219 => 0x8, 220 => 0x8, 224 => 0x9, 355 => 0x10, 418 => 0x9bb },
+ 'focusposition2' => { 425 => [0x29,0x2b,0x2f], 444 => 0x2d, 447 => 0x20 },
+ 'focuspositionhorizontal' => { 194 => 0x43 },
+ 'focuspositionvertical' => { 194 => 0x45 },
+ 'focusprocess' => { 297 => 0x302 },
+ 'focusrange' => { 34 => 0x12, 302 => 0x100a },
+ 'focusrangeindex' => { 346 => '3.1' },
+ 'focusringrotation' => { 84 => 0x713 },
+ 'focussetting' => { 397 => 0x6 },
+ 'focusshiftexposurelock' => { 228 => 0xe8, 229 => 0xf4, 252 => 0xc446 },
+ 'focusshiftinterval' => { 228 => 0xe4, 229 => 0xf0, 252 => 0xc442 },
+ 'focusshiftnumbershots' => { 228 => 0xdc, 229 => 0xe8, 252 => 0xc43a },
+ 'focusshiftshooting' => { 261 => 0x7844 },
+ 'focusshiftstepwidth' => { 228 => 0xe0, 229 => 0xec, 252 => 0xc43e },
+ 'focusstatus' => { 406 => 0x19, 407 => 0x53, 408 => 0x53 },
+ 'focusstepcount' => { 300 => 0x301, 302 => 0x100e },
+ 'focusstepinfinity' => { 300 => 0x303, 302 => 0x103b },
+ 'focusstepnear' => { 300 => 0x304, 302 => 0x103c },
+ 'focustrackinglockon' => { 279 => ['1.5','4.1'], 280 => '1.4', 287 => '0.4', 288 => '3.1', 289 => '0.4', 292 => '1.4' },
+ 'focuswarning' => { 127 => 0x1301 },
+ 'foldername' => { 181 => 0x27 },
+ 'foldernumber' => { 407 => 0x9a, 409 => [0x402,0x114,0x316] },
+ 'fontcomposite' => { 508 => [\'Fonts','FontsComposite'] },
+ 'fontface' => { 508 => [\'Fonts','FontsFontFace'] },
+ 'fontfamily' => { 508 => [\'Fonts','FontsFontFamily'] },
+ 'fontfilename' => { 508 => [\'Fonts','FontsFontFileName'] },
+ 'fontname' => { 508 => [\'Fonts','FontsFontName'] },
+ 'fonts' => { 508 => 'Fonts' },
+ 'fonttype' => { 508 => [\'Fonts','FontsFontType'] },
+ 'fontversion' => { 508 => [\'Fonts','FontsVersionString'] },
+ 'for' => { 371 => 'For' },
+ 'forcewrite' => { 120 => 'ForceWrite' },
+ 'format' => { 380 => "\xa9fmt", 462 => 'Format', 480 => 'format', 501 => 'Format' },
+ 'forwardlock' => { 498 => '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' => { 366 => 0xd7 },
+ 'framenumber' => { 127 => 0x8003, 187 => 0x3c, 355 => 0x29 },
+ 'framerate' => { 67 => [0x1,0x6], 119 => 0xc764, 127 => 0x3820 },
+ 'framereadouttime' => { 374 => 'camera.framereadouttimeinmicroseconds' },
+ 'framewidth' => { 127 => 0x3821 },
+ 'framing' => { 492 => 'framing' },
+ 'freebytes' => { 97 => 0x1 },
+ 'freememorycardimages' => { 182 => [0x37,0x54], 183 => [0x2d,0x4a], 184 => 0x32 },
+ 'fujiflashmode' => { 127 => 0x1010 },
+ 'fullhdhighspeedrec' => { 127 => 0x3824 },
+ 'fullimagesize' => { 420 => 0xb02b },
+ 'fullpanoheightpixels' => { 465 => 'FullPanoHeightPixels', 466 => 'FullPanoHeightPixels' },
+ 'fullpanowidthpixels' => { 465 => 'FullPanoWidthPixels', 466 => 'FullPanoWidthPixels' },
+ 'fullpresssnap' => { 387 => 0x100d },
+ 'fullsizeimage' => { 162 => 'data' },
+ 'fullsizeimagename' => { 162 => '1Name' },
+ 'fullsizeimagetype' => { 162 => '0Type' },
+ 'func1button' => { 282 => '14.1', 283 => '14.1', 293 => '14.1', 295 => 0x63 },
+ 'func1buttonplaybackmode' => { 295 => 0x1a5 },
+ 'func1buttonplusdials' => { 282 => '42.1', 283 => '42.1', 293 => '42.1' },
+ 'func2button' => { 282 => '80.1', 283 => '80.1', 293 => '80.1', 295 => 0x73 },
+ 'func2buttonplaybackmode' => { 295 => 0x1a7 },
+ 'func2buttonplusdials' => { 282 => '81.1' },
+ 'func3button' => { 282 => '83.1', 295 => 0x119 },
+ 'func3buttonplaybackmode' => { 295 => 0x1a9 },
+ 'func4button' => { 295 => 0x175 },
+ 'func4buttonplaybackmode' => { 295 => 0x1af },
+ 'funcbutton' => { 279 => ['14.1','15.1'], 280 => '14.1', 288 => '28.1', 289 => '13.1', 292 => '14.1', 294 => '14.1' },
+ 'funcbuttonplusdials' => { 279 => ['14.2','15.2'], 280 => '14.2', 288 => '31.1', 292 => '42.1' },
+ 'functionbutton' => { 286 => '13.1', 290 => '5.2' },
+ 'gainbase' => { 301 => 0x610 },
+ 'gaincontrol' => { 119 => 0xa407, 483 => 'GainControl' },
+ 'gamma' => { 119 => 0xa500, 138 => 0x8fe, 308 => 'gAMA', 325 => 0x11c, 484 => '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' => { 380 => 'pmcc' },
+ 'garminsoftware' => { 380 => 'uuid' },
+ 'gdalmetadata' => { 119 => 0xa480 },
+ 'gdalnodata' => { 119 => 0xa481 },
+ 'geimagesize' => { 127 => 0x1304 },
+ 'gemake' => { 129 => 0x300 },
+ 'gemodel' => { 129 => 0x207 },
+ 'genre' => { 372 => ['gnre',"\xa9gen"], 374 => 'genre', 380 => ['gnre',"\xa9gen"], 489 => 'Genre', 493 => 'genre', 503 => 'genre' },
+ 'genrecvid' => { 489 => [\'Genre','GenreCvId'] },
+ 'genrecvtermid' => { 489 => [\'Genre','GenreCvTermId'] },
+ 'genrecvtermname' => { 489 => [\'Genre','GenreCvTermName'] },
+ 'genrecvtermrefinedabout' => { 489 => [\'Genre','GenreCvTermRefinedAbout'] },
+ 'genreid' => { 372 => 'geID' },
+ 'geography' => { 494 => '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' => { 467 => 'GIFTFtpPriority' },
+ 'gimbalpitchdegree' => { 116 => 'GimbalPitchDegree' },
+ 'gimbalreverse' => { 116 => 'GimbalReverse' },
+ 'gimbalrolldegree' => { 116 => 'GimbalRollDegree' },
+ 'gimbalyawdegree' => { 116 => 'GimbalYawDegree' },
+ 'globalaltitude' => { 369 => 0x419 },
+ 'globalangle' => { 369 => 0x40d },
+ 'good' => { 503 => 'good' },
+ 'googlehostheader' => { 372 => 'gshh' },
+ 'googlepingmessage' => { 372 => 'gspm' },
+ 'googlepingurl' => { 372 => 'gspu' },
+ 'googleplusuploadcode' => { 119 => 0x9009 },
+ 'googlesourcedata' => { 372 => 'gssd' },
+ 'googlestarttime' => { 372 => 'gsst' },
+ 'googletrackduration' => { 372 => 'gstd' },
+ 'goprotype' => { 380 => 'GoPr' },
+ 'gpsaltitude' => { 130 => 0x6, 160 => 'Altitude', 483 => 'GPSAltitude' },
+ 'gpsaltituderef' => { 130 => 0x5, 483 => 'GPSAltitudeRef' },
+ 'gpsareainformation' => { 130 => 0x1c, 483 => 'GPSAreaInformation' },
+ 'gpscoordinates' => { 372 => "\xa9xyz", 374 => 'location.ISO6709', 380 => ['@xyz',"\xa9xyz"] },
+ 'gpsdatestamp' => { 130 => 0x1d },
+ 'gpsdatetime' => { 160 => 'DateTime', 483 => 'GPSTimeStamp' },
+ 'gpsdestbearing' => { 130 => 0x18, 160 => 'Bearing', 483 => 'GPSDestBearing' },
+ 'gpsdestbearingref' => { 130 => 0x17, 483 => 'GPSDestBearingRef' },
+ 'gpsdestdistance' => { 130 => 0x1a, 160 => 'Distance', 483 => 'GPSDestDistance' },
+ 'gpsdestdistanceref' => { 130 => 0x19, 483 => 'GPSDestDistanceRef' },
+ 'gpsdestlatitude' => { 130 => 0x14, 483 => 'GPSDestLatitude' },
+ 'gpsdestlatituderef' => { 130 => 0x13 },
+ 'gpsdestlongitude' => { 130 => 0x16, 483 => 'GPSDestLongitude' },
+ 'gpsdestlongituderef' => { 130 => 0x15 },
+ 'gpsdifferential' => { 130 => 0x1e, 160 => 'Differential', 483 => 'GPSDifferential' },
+ 'gpsdop' => { 130 => 0xb, 483 => 'GPSDOP' },
+ 'gpshpositioningerror' => { 130 => 0x1f, 483 => 'GPSHPositioningError' },
+ 'gpsimgdirection' => { 130 => 0x11, 483 => 'GPSImgDirection' },
+ 'gpsimgdirectionref' => { 130 => 0x10, 483 => 'GPSImgDirectionRef' },
+ 'gpslatitude' => { 116 => 'GpsLatitude', 130 => 0x2, 160 => 'Latitude', 483 => 'GPSLatitude' },
+ 'gpslatituderef' => { 130 => 0x1 },
+ 'gpslongitude' => { 116 => 'GpsLongitude', 130 => 0x4, 160 => 'Longitude', 483 => 'GPSLongitude' },
+ 'gpslongituderef' => { 130 => 0x3 },
+ 'gpslongtitude' => { 116 => 'GpsLongtitude' },
+ 'gpsmapdatum' => { 130 => 0x12, 160 => 'Datum', 483 => 'GPSMapDatum' },
+ 'gpsmeasuremode' => { 130 => 0xa, 160 => 'MeasureMode', 483 => 'GPSMeasureMode' },
+ 'gpsposition' => { 114 => 'Exif-GPSPosition' },
+ 'gpsprocessingmethod' => { 130 => 0x1b, 483 => 'GPSProcessingMethod' },
+ 'gpssatellites' => { 130 => 0x8, 160 => 'Satellites', 483 => 'GPSSatellites' },
+ 'gpsspeed' => { 130 => 0xd, 160 => 'Speed', 483 => 'GPSSpeed' },
+ 'gpsspeedref' => { 130 => 0xc, 483 => 'GPSSpeedRef' },
+ 'gpsstatus' => { 130 => 0x9, 483 => 'GPSStatus' },
+ 'gpsstring' => { 138 => 0x402 },
+ 'gpstimestamp' => { 130 => 0x7 },
+ 'gpstrack' => { 130 => 0xf, 160 => 'Heading', 483 => 'GPSTrack' },
+ 'gpstrackref' => { 130 => 0xe, 483 => 'GPSTrackRef' },
+ 'gpsversionid' => { 130 => 0x0, 483 => 'GPSVersionID' },
+ 'gradation' => { 297 => 0x50f },
+ 'gradientbasedcorractive' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'] },
+ 'gradientbasedcorramount' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'] },
+ 'gradientbasedcorrblacks2012' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBlacks2012'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBlacks2012'] },
+ 'gradientbasedcorrbrightness' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'] },
+ 'gradientbasedcorrclarity' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'] },
+ 'gradientbasedcorrclarity2012' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'] },
+ 'gradientbasedcorrcontrast' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'] },
+ 'gradientbasedcorrcontrast2012' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'] },
+ 'gradientbasedcorrcorrectionname' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionName'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionName'] },
+ 'gradientbasedcorrcorrectionsyncid' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionSyncID'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionSyncID'] },
+ 'gradientbasedcorrdefringe' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'] },
+ 'gradientbasedcorrdehaze' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDehaze'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDehaze'] },
+ 'gradientbasedcorrections' => { 477 => 'GradientBasedCorrections', 479 => 'GradientBasedCorrections' },
+ 'gradientbasedcorrexposure' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'] },
+ 'gradientbasedcorrexposure2012' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'] },
+ 'gradientbasedcorrhighlights2012' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'] },
+ 'gradientbasedcorrhue' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHue'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHue'] },
+ 'gradientbasedcorrluminancenoise' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'] },
+ 'gradientbasedcorrmaskalpha' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'] },
+ 'gradientbasedcorrmaskangle' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'] },
+ 'gradientbasedcorrmaskbottom' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'] },
+ 'gradientbasedcorrmaskcentervalue' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'] },
+ 'gradientbasedcorrmaskcenterweight' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'] },
+ 'gradientbasedcorrmaskdabs' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'] },
+ 'gradientbasedcorrmaskfeather' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'] },
+ 'gradientbasedcorrmaskflipped' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'] },
+ 'gradientbasedcorrmaskflow' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'] },
+ 'gradientbasedcorrmaskfullx' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'] },
+ 'gradientbasedcorrmaskfully' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'] },
+ 'gradientbasedcorrmaskinputdigest' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'] },
+ 'gradientbasedcorrmaskleft' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'] },
+ 'gradientbasedcorrmaskmaskactive' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskActive'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskActive'] },
+ 'gradientbasedcorrmaskmaskblendmode' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'] },
+ 'gradientbasedcorrmaskmaskdigest' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'] },
+ 'gradientbasedcorrmaskmaskinverted' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'] },
+ 'gradientbasedcorrmaskmaskname' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskName'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskName'] },
+ 'gradientbasedcorrmaskmasks' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasks'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasks'] },
+ 'gradientbasedcorrmaskmasksalpha' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'] },
+ 'gradientbasedcorrmaskmasksangle' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'] },
+ 'gradientbasedcorrmaskmasksbottom' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'] },
+ 'gradientbasedcorrmaskmaskscentervalue' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'] },
+ 'gradientbasedcorrmaskmaskscenterweight' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
+ 'gradientbasedcorrmaskmasksdabs' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksDabs'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksDabs'] },
+ 'gradientbasedcorrmaskmasksfeather' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'] },
+ 'gradientbasedcorrmaskmasksflipped' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'] },
+ 'gradientbasedcorrmaskmasksflow' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlow'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlow'] },
+ 'gradientbasedcorrmaskmasksfullx' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'] },
+ 'gradientbasedcorrmaskmasksfully' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'] },
+ 'gradientbasedcorrmaskmasksinputdigest' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'] },
+ 'gradientbasedcorrmaskmasksleft' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksLeft'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksLeft'] },
+ 'gradientbasedcorrmaskmasksmaskactive' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'] },
+ 'gradientbasedcorrmaskmasksmaskblendmode' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
+ 'gradientbasedcorrmaskmasksmaskdigest' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
+ 'gradientbasedcorrmaskmasksmaskinverted' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
+ 'gradientbasedcorrmaskmasksmaskname' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'] },
+ 'gradientbasedcorrmaskmasksmasksubtype' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
+ 'gradientbasedcorrmaskmasksmasksyncid' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
+ 'gradientbasedcorrmaskmasksmaskversion' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
+ 'gradientbasedcorrmaskmasksmidpoint' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'] },
+ 'gradientbasedcorrmaskmasksorigin' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'] },
+ 'gradientbasedcorrmaskmasksperimetervalue' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
+ 'gradientbasedcorrmaskmasksradius' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'] },
+ 'gradientbasedcorrmaskmasksreferencepoint' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
+ 'gradientbasedcorrmaskmasksright' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRight'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRight'] },
+ 'gradientbasedcorrmaskmasksroundness' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'] },
+ 'gradientbasedcorrmaskmaskssizex' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'] },
+ 'gradientbasedcorrmaskmaskssizey' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'] },
+ 'gradientbasedcorrmaskmaskstop' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksTop'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksTop'] },
+ 'gradientbasedcorrmaskmasksubtype' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'] },
+ 'gradientbasedcorrmaskmasksvalue' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'] },
+ 'gradientbasedcorrmaskmasksversion' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'] },
+ 'gradientbasedcorrmaskmaskswhat' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhat'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhat'] },
+ 'gradientbasedcorrmaskmaskswholeimagearea' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
+ 'gradientbasedcorrmaskmasksx' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksX'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksX'] },
+ 'gradientbasedcorrmaskmasksy' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksY'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksY'] },
+ 'gradientbasedcorrmaskmasksyncid' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'] },
+ 'gradientbasedcorrmaskmaskszerox' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'] },
+ 'gradientbasedcorrmaskmaskszeroy' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'] },
+ 'gradientbasedcorrmaskmaskversion' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'] },
+ 'gradientbasedcorrmaskmidpoint' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'] },
+ 'gradientbasedcorrmaskorigin' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksOrigin'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksOrigin'] },
+ 'gradientbasedcorrmaskperimetervalue' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
+ 'gradientbasedcorrmaskradius' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'] },
+ 'gradientbasedcorrmaskrange' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
+ 'gradientbasedcorrmaskrangeareamodels' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
+ 'gradientbasedcorrmaskrangeareamodelscolorsampleinfo' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'gradientbasedcorrmaskrangeareamodelscomponents' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'gradientbasedcorrmaskrangecoloramount' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
+ 'gradientbasedcorrmaskrangedepthfeather' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
+ 'gradientbasedcorrmaskrangedepthmax' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
+ 'gradientbasedcorrmaskrangedepthmin' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
+ 'gradientbasedcorrmaskrangeinvert' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
+ 'gradientbasedcorrmaskrangelumfeather' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
+ 'gradientbasedcorrmaskrangeluminancedepthsampleinfo' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'gradientbasedcorrmaskrangelummax' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
+ 'gradientbasedcorrmaskrangelummin' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
+ 'gradientbasedcorrmaskrangelumrange' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
+ 'gradientbasedcorrmaskrangesampletype' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
+ 'gradientbasedcorrmaskrangetype' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
+ 'gradientbasedcorrmaskrangeversion' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
+ 'gradientbasedcorrmaskreferencepoint' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'] },
+ 'gradientbasedcorrmaskright' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'] },
+ 'gradientbasedcorrmaskroundness' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'] },
+ 'gradientbasedcorrmasks' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'] },
+ 'gradientbasedcorrmasksizex' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'] },
+ 'gradientbasedcorrmasksizey' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'] },
+ 'gradientbasedcorrmasktop' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'] },
+ 'gradientbasedcorrmaskvalue' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'] },
+ 'gradientbasedcorrmaskversion' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'] },
+ 'gradientbasedcorrmaskwhat' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'] },
+ 'gradientbasedcorrmaskwholeimagearea' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'] },
+ 'gradientbasedcorrmaskx' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'] },
+ 'gradientbasedcorrmasky' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'] },
+ 'gradientbasedcorrmaskzerox' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'] },
+ 'gradientbasedcorrmaskzeroy' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'] },
+ 'gradientbasedcorrmoire' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'] },
+ 'gradientbasedcorrrangemask' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMask'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMask'] },
+ 'gradientbasedcorrrangemaskareamodels' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'] },
+ 'gradientbasedcorrrangemaskareamodelscolorsampleinfo' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'gradientbasedcorrrangemaskareamodelscomponents' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'gradientbasedcorrrangemaskcoloramount' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'] },
+ 'gradientbasedcorrrangemaskdepthfeather' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
+ 'gradientbasedcorrrangemaskdepthmax' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'] },
+ 'gradientbasedcorrrangemaskdepthmin' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'] },
+ 'gradientbasedcorrrangemaskinvert' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'] },
+ 'gradientbasedcorrrangemasklumfeather' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'] },
+ 'gradientbasedcorrrangemaskluminancedepthsampleinfo' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'gradientbasedcorrrangemasklummax' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'] },
+ 'gradientbasedcorrrangemasklummin' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'] },
+ 'gradientbasedcorrrangemasklumrange' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'] },
+ 'gradientbasedcorrrangemasksampletype' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'] },
+ 'gradientbasedcorrrangemasktype' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskType'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskType'] },
+ 'gradientbasedcorrrangemaskversion' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'] },
+ 'gradientbasedcorrsaturation' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation'] },
+ 'gradientbasedcorrshadows2012' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'] },
+ 'gradientbasedcorrsharpness' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'] },
+ 'gradientbasedcorrtemperature' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'] },
+ 'gradientbasedcorrtexture' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTexture'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTexture'] },
+ 'gradientbasedcorrtint' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'] },
+ 'gradientbasedcorrtoninghue' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'] },
+ 'gradientbasedcorrtoningsaturation' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningSaturation'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningSaturation'] },
+ 'gradientbasedcorrwhat' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'] },
+ 'gradientbasedcorrwhites2012' => { 477 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalWhites2012'], 479 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalWhites2012'] },
+ 'grainamount' => { 477 => 'GrainAmount', 479 => 'GrainAmount' },
+ 'graineffect' => { 127 => 0x1047 },
+ 'grainfrequency' => { 477 => 'GrainFrequency', 479 => 'GrainFrequency' },
+ 'grainseed' => { 477 => 'GrainSeed', 479 => 'GrainSeed' },
+ 'grainsize' => { 477 => 'GrainSize', 479 => 'GrainSize' },
+ 'graymixeraqua' => { 477 => 'GrayMixerAqua', 479 => 'GrayMixerAqua' },
+ 'graymixerblue' => { 477 => 'GrayMixerBlue', 479 => 'GrayMixerBlue' },
+ 'graymixergreen' => { 477 => 'GrayMixerGreen', 479 => 'GrayMixerGreen' },
+ 'graymixermagenta' => { 477 => 'GrayMixerMagenta', 479 => 'GrayMixerMagenta' },
+ 'graymixerorange' => { 477 => 'GrayMixerOrange', 479 => 'GrayMixerOrange' },
+ 'graymixerpurple' => { 477 => 'GrayMixerPurple', 479 => 'GrayMixerPurple' },
+ 'graymixerred' => { 477 => 'GrayMixerRed', 479 => 'GrayMixerRed' },
+ 'graymixeryellow' => { 477 => 'GrayMixerYellow', 479 => 'GrayMixerYellow' },
+ 'graypoint' => { 454 => 0x8021 },
+ 'grayresponseunit' => { 119 => 0x122 },
+ 'greencurvelimits' => { 108 => 0x1c4 },
+ 'greencurvepoints' => { 107 => 0x53, 108 => 0x19a },
+ 'greenhsl' => { 103 => 0x20913 },
+ 'greenhue' => { 477 => 'GreenHue', 479 => 'GreenHue' },
+ 'greensaturation' => { 477 => 'GreenSaturation', 479 => 'GreenSaturation' },
+ 'griddisplay' => { 279 => '13.3', 280 => '4.3', 282 => '4.2', 283 => '4.2', 284 => '2.2', 288 => '10.5', 289 => '3.4', 290 => '6.1', 292 => '4.4', 293 => '4.2', 294 => '4.2' },
+ 'gripbatteryadload' => { 334 => 0x5 },
+ 'gripbatteryadnoload' => { 334 => 0x4 },
+ 'gripbatterystate' => { 334 => '1.2' },
+ 'group' => { 477 => 'Group', 479 => 'Group' },
+ 'groupareaafillumination' => { 280 => '46.4', 283 => '47.4', 292 => '47.4' },
+ 'grouping' => { 372 => ['grup',"\xa9grp"], 380 => "\xa9grp" },
+ 'guid' => { 372 => 'GUID' },
+ 'h2resetblackpixels' => { 138 => 0x18a6 },
+ 'h3resetblackcolumns' => { 138 => 0x18ce },
+ 'h3resetblackpixels' => { 138 => 0x18b0 },
+ 'halftonehints' => { 119 => 0x141 },
+ 'hardlink' => { 120 => 'HardLink' },
+ 'hasalternative' => { 493 => 'hasAlternative' },
+ 'hascorrection' => { 493 => 'hasCorrection' },
+ 'hascorrectiona-lang' => { 493 => [\'hasCorrection','hasCorrectionA-lang'] },
+ 'hascorrectiona-platform' => { 493 => [\'hasCorrection','hasCorrectionA-platform'] },
+ 'hascorrectiontext' => { 493 => [\'hasCorrection','hasCorrectionText'] },
+ 'hascrop' => { 477 => 'HasCrop', 479 => 'HasCrop' },
+ 'hasextendedxmp' => { 505 => 'HasExtendedXMP' },
+ 'hassettings' => { 477 => 'HasSettings', 479 => 'HasSettings' },
+ 'hastranslation' => { 493 => 'hasTranslation' },
+ 'hasvisibleoverprint' => { 508 => 'HasVisibleOverprint' },
+ 'hasvisibletransparency' => { 508 => 'HasVisibleTransparency' },
+ 'hdmioutputn-log' => { 228 => 0x35a },
+ 'hdmioutputresolution' => { 229 => 0x610 },
+ 'hdmiviewassist' => { 295 => 0x20f },
+ 'hdr' => { 60 => 0x1, 216 => 0x4, 320 => 0x9e, 355 => 0x85, 420 => 0x200a },
'hdreffect' => { 60 => 0x2 },
'hdrimagetype' => { 1 => 0xa },
- 'hdrinfoversion' => { 215 => 0x0 },
- 'hdrlevel' => { 215 => 0x5, 408 => 0x2e, 424 => 0x17 },
- 'hdrlevel2' => { 215 => 0x7 },
- 'hdrpmakernote' => { 459 => 'hdrp_makernote' },
- 'hdrsetting' => { 408 => 0x2d, 424 => 0x16, 427 => 0x1148, 428 => 0x1148, 429 => 0x1124, 430 => 0x11a0, 431 => 0x117c, 432 => 0x1034, 433 => 0x22c, 434 => 0x22c, 435 => 0x21f },
- 'hdrshot' => { 319 => 0x76 },
- 'hdrsmoothing' => { 215 => 0x6 },
- 'hdvideo' => { 371 => 'hdvd' },
- 'headline' => { 130 => 0x69, 488 => 'Headline', 490 => 'Headline' },
- 'hierarchicalkeywords' => { 170 => [\'Keywords','KeywordsHierarchy'] },
- 'hierarchicalkeywords1' => { 170 => [\'Keywords','KeywordsHierarchyKeyword'] },
- 'hierarchicalkeywords1applied' => { 170 => [\'Keywords','KeywordsHierarchyApplied'] },
- 'hierarchicalkeywords1children' => { 170 => [\'Keywords','KeywordsHierarchyChildren'] },
- 'hierarchicalkeywords2' => { 170 => [\'Keywords','KeywordsHierarchyChildrenKeyword'] },
- 'hierarchicalkeywords2applied' => { 170 => [\'Keywords','KeywordsHierarchyChildrenApplied'] },
- 'hierarchicalkeywords2children' => { 170 => [\'Keywords','KeywordsHierarchyChildrenChildren'] },
- 'hierarchicalkeywords3' => { 170 => [\'Keywords','KeywordsHierarchyChildrenChildrenKeyword'] },
- 'hierarchicalkeywords3applied' => { 170 => [\'Keywords','KeywordsHierarchyChildrenChildrenApplied'] },
- 'hierarchicalkeywords3children' => { 170 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildren'] },
- 'hierarchicalkeywords4' => { 170 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenKeyword'] },
- 'hierarchicalkeywords4applied' => { 170 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenApplied'] },
- 'hierarchicalkeywords4children' => { 170 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildren'] },
- 'hierarchicalkeywords5' => { 170 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenKeyword'] },
- 'hierarchicalkeywords5applied' => { 170 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenApplied'] },
- 'hierarchicalkeywords5children' => { 170 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildren'] },
- 'hierarchicalkeywords6' => { 170 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenKeyword'] },
- 'hierarchicalkeywords6applied' => { 170 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenApplied'] },
- 'hierarchicalsubject' => { 468 => 'hierarchicalSubject' },
- 'highestbiostratigraphiczone' => { 117 => [\'GeologicalContext','GeologicalContextHighestBiostratigraphicZone'] },
- 'highisomultiplierblue' => { 324 => 0x1a },
- 'highisomultipliergreen' => { 324 => 0x19 },
- 'highisomultiplierred' => { 324 => 0x18 },
- 'highisonoisereduction' => { 16 => 0xbc, 17 => 0xbd, 20 => 0xbd, 28 => 0xc9, 62 => 0x5, 83 => 0x202, 225 => 0xb1, 354 => 0x71, 406 => 0x2c, 407 => 0x26, 408 => 0x26, 419 => 0x2009, 424 => 0x12, 449 => 0x42 },
- 'highisonoisereduction2' => { 419 => 0xb050 },
- 'highlight' => { 396 => 0xf },
- 'highlight2012' => { 476 => 'Highlight2012', 478 => 'Highlight2012' },
- 'highlightadj' => { 102 => 0x2030c },
- 'highlightcolordistortreduct' => { 453 => 0x8026 },
- 'highlightlinearitylimit' => { 393 => 0xa025 },
- 'highlightprotection' => { 270 => 0x6 },
- 'highlightrecovery' => { 476 => 'HighlightRecovery', 478 => 'HighlightRecovery' },
- 'highlights' => { 419 => 0x2033, 470 => 'Highlights' },
- 'highlights2012' => { 476 => 'Highlights2012', 478 => 'Highlights2012' },
- 'highlightsadj' => { 453 => 0x9019 },
- 'highlightshadow' => { 319 => 0xad },
- 'highlighttone' => { 126 => 0x1041 },
- 'highlighttonepriority' => { 13 => 0x7, 16 => 0x7, 17 => 0x7, 18 => 0x7, 20 => 0x7, 22 => 0x7, 28 => 0x7, 62 => 0x3, 83 => 0x203 },
- 'highlightwarning' => { 319 => 0x8002 },
- 'highlowkeyadj' => { 354 => 0x6c },
- 'highspeedsync' => { 183 => 0x5, 294 => 0x55, 406 => 0x2, 407 => 0x2 },
- 'hintversion' => { 379 => 'hinv' },
- 'histogramxml' => { 271 => 0x83a1a25 },
- 'history' => { 490 => 'History', 503 => 'History' },
- 'historyaction' => { 503 => [\'History','HistoryAction'] },
- 'historychanged' => { 503 => [\'History','HistoryChanged'] },
- 'historyinstanceid' => { 503 => [\'History','HistoryInstanceID'] },
- 'historyparameters' => { 503 => [\'History','HistoryParameters'] },
- 'historysoftwareagent' => { 503 => [\'History','HistorySoftwareAgent'] },
- 'historywhen' => { 503 => [\'History','HistoryWhen'] },
- 'holefilldarkdeltathreshold' => { 137 => 0xc88 },
- 'holefilldeltathreshold' => { 137 => 0xc7e },
- 'hometowncity' => { 112 => 0x3006, 354 => 0x23, 360 => 0x2 },
- 'hometowncitycode' => { 361 => 0x1000 },
- 'hometowndst' => { 354 => 0x25, 360 => '0.2' },
- 'hostcomputer' => { 118 => 0x13c },
- 'hostsoftwarerendering' => { 137 => 0xce7 },
- 'hue' => { 188 => 0x3b, 231 => 0x3d, 232 => 0x45, 354 => 0x67 },
- 'hueadj' => { 274 => 0x2f, 453 => 0x8019 },
- 'hueadjust' => { 386 => 0x1016 },
- 'hueadjustment' => { 181 => 0x4a, 182 => 0x40, 225 => 0x92, 230 => 0x36 },
- 'hueadjustmentaqua' => { 476 => 'HueAdjustmentAqua', 478 => 'HueAdjustmentAqua' },
- 'hueadjustmentblue' => { 476 => 'HueAdjustmentBlue', 478 => 'HueAdjustmentBlue' },
- 'hueadjustmentgreen' => { 476 => 'HueAdjustmentGreen', 478 => 'HueAdjustmentGreen' },
- 'hueadjustmentmagenta' => { 476 => 'HueAdjustmentMagenta', 478 => 'HueAdjustmentMagenta' },
- 'hueadjustmentorange' => { 476 => 'HueAdjustmentOrange', 478 => 'HueAdjustmentOrange' },
- 'hueadjustmentpurple' => { 476 => 'HueAdjustmentPurple', 478 => 'HueAdjustmentPurple' },
- 'hueadjustmentred' => { 476 => 'HueAdjustmentRed', 478 => 'HueAdjustmentRed' },
- 'hueadjustmentyellow' => { 476 => 'HueAdjustmentYellow', 478 => 'HueAdjustmentYellow' },
- 'huesetting' => { 304 => 0x1011 },
- 'humanobservation' => { 117 => 'HumanObservation' },
- 'humanobservationday' => { 117 => [\'HumanObservation','HumanObservationDay'] },
- 'humanobservationearliestdate' => { 117 => [\'HumanObservation','HumanObservationEarliestDate'] },
- 'humanobservationenddayofyear' => { 117 => [\'HumanObservation','HumanObservationEndDayOfYear'] },
- 'humanobservationeventdate' => { 117 => [\'HumanObservation','HumanObservationEventDate'] },
- 'humanobservationeventid' => { 117 => [\'HumanObservation','HumanObservationEventID'] },
- 'humanobservationeventremarks' => { 117 => [\'HumanObservation','HumanObservationEventRemarks'] },
- 'humanobservationeventtime' => { 117 => [\'HumanObservation','HumanObservationEventTime'] },
- 'humanobservationfieldnotes' => { 117 => [\'HumanObservation','HumanObservationFieldNotes'] },
- 'humanobservationfieldnumber' => { 117 => [\'HumanObservation','HumanObservationFieldNumber'] },
- 'humanobservationhabitat' => { 117 => [\'HumanObservation','HumanObservationHabitat'] },
- 'humanobservationlatestdate' => { 117 => [\'HumanObservation','HumanObservationLatestDate'] },
- 'humanobservationmonth' => { 117 => [\'HumanObservation','HumanObservationMonth'] },
- 'humanobservationparenteventid' => { 117 => [\'HumanObservation','HumanObservationParentEventID'] },
- 'humanobservationsamplesizeunit' => { 117 => [\'HumanObservation','HumanObservationSampleSizeUnit'] },
- 'humanobservationsamplesizevalue' => { 117 => [\'HumanObservation','HumanObservationSampleSizeValue'] },
- 'humanobservationsamplingeffort' => { 117 => [\'HumanObservation','HumanObservationSamplingEffort'] },
- 'humanobservationsamplingprotocol' => { 117 => [\'HumanObservation','HumanObservationSamplingProtocol'] },
- 'humanobservationstartdayofyear' => { 117 => [\'HumanObservation','HumanObservationStartDayOfYear'] },
- 'humanobservationverbatimeventdate' => { 117 => [\'HumanObservation','HumanObservationVerbatimEventDate'] },
- 'humanobservationyear' => { 117 => [\'HumanObservation','HumanObservationYear'] },
- 'humidity' => { 118 => 0x9401, 483 => 'Humidity' },
- 'icc_profile' => { 119 => 'ICC_Profile' },
- 'iccprofilename' => { 490 => 'ICCProfile' },
- 'iconuri' => { 379 => 'icnu' },
- 'idccreativestyle' => { 453 => 0x8000 },
- 'idcpreviewlength' => { 453 => 0x202 },
- 'idcpreviewstart' => { 453 => 0x201 },
- 'identification' => { 117 => 'Identification' },
- 'identificationid' => { 117 => [\'Identification','IdentificationIdentificationID'] },
- 'identificationqualifier' => { 117 => [\'Identification','IdentificationIdentificationQualifier'] },
- 'identificationreferences' => { 117 => [\'Identification','IdentificationIdentificationReferences'] },
- 'identificationremarks' => { 117 => [\'Identification','IdentificationIdentificationRemarks'] },
- 'identificationverificationstatus' => { 117 => [\'Identification','IdentificationIdentificationVerificationStatus'] },
- 'identifiedby' => { 117 => [\'Identification','IdentificationIdentifiedBy'] },
- 'identifier' => { 479 => 'identifier', 500 => 'Identifier' },
- 'ifcameramodel' => { 137 => 0x9c8 },
- 'illuminantdata1' => { 118 => 0xcd35 },
- 'illuminantdata2' => { 118 => 0xcd36 },
- 'illuminantdata3' => { 118 => 0xcd37 },
- 'illumination' => { 289 => '0.5', 381 => 0x48 },
- 'imageabsolutex' => { 137 => 0x3fe },
- 'imageabsolutey' => { 137 => 0x3ff },
- 'imageadjustment' => { 225 => 0x80, 261 => 0x5 },
- 'imagealterationconstraints' => { 306 => 'ImageAlterationConstraints' },
- 'imagearea' => { 241 => 0x10, 244 => 0x10 },
- 'imageareaoffset' => { 354 => 0x38 },
- 'imageauthentication' => { 225 => 0x20 },
- 'imageboundary' => { 225 => 0x16 },
- 'imagecount' => { 126 => 0x1438, 225 => 0xa5, 422 => 0x11b },
- 'imagecreator' => { 306 => 'ImageCreator' },
- 'imagecreatorid' => { 306 => [\'ImageCreator','ImageCreatorImageCreatorID'] },
- 'imagecreatorimageid' => { 306 => 'ImageCreatorImageID' },
- 'imagecreatorname' => { 306 => [\'ImageCreator','ImageCreatorImageCreatorName'] },
- 'imagecropx' => { 137 => 0x41f },
- 'imagecropy' => { 137 => 0x420 },
- 'imagedata' => { 463 => 'Data' },
- 'imagedatasize' => { 225 => 0xa2 },
- 'imagedescription' => { 118 => 0x10e, 498 => 'ImageDescription' },
- 'imageduplicationconstraints' => { 306 => 'ImageDuplicationConstraints' },
- 'imagedustoff' => { 271 => 0xfe443a45 },
- 'imageeditcount' => { 354 => 0x41 },
- 'imageediting' => { 354 => 0x32 },
- 'imageeffects' => { 386 => 0x1010 },
- 'imagefileconstraints' => { 306 => 'ImageFileConstraints' },
- 'imagefileformatasdelivered' => { 306 => 'ImageFileFormatAsDelivered' },
- 'imagefilesizeasdelivered' => { 306 => 'ImageFileSizeAsDelivered' },
- 'imagegeneration' => { 126 => 0x1436 },
- 'imageheight' => { 118 => 0x101, 187 => 0xc, 363 => 0x10d, 461 => 'ImageHeight', 498 => 'ImageLength' },
- 'imagehistory' => { 118 => 0x9213, 481 => 'ImageHistory' },
- 'imageidnumber' => { 314 => 0x340 },
- 'imagemimetype' => { 463 => 'Mime' },
- 'imagenumber' => { 118 => 0x9211, 155 => 'ImageNumber', 181 => 0xae, 182 => 0x5e, 363 => 0x113, 406 => 0x9b, 408 => [0x400,'276.1',0x314], 473 => 'ImageNumber' },
- 'imagenumber2' => { 182 => 0x62 },
- 'imageoptimization' => { 225 => 0xa9 },
- 'imageorientation' => { 130 => 0x83 },
- 'imageprocessing' => { 225 => 0x1a },
- 'imageprocessingfiledatecreated' => { 137 => 0xc81 },
- 'imageprocessingfiletagsversionnumber' => { 137 => 0xc80 },
- 'imageprocessingversion' => { 300 => 0x0 },
- 'imagequality' => { 155 => 'ImageQuality', 243 => '723.2', 244 => '732.2', 254 => '708.1', 319 => 0x1 },
- 'imagequality2' => { 296 => 0x603 },
- 'imagerank' => { 466 => 'ImageRank' },
- 'imagerbiassettlingdelaymsec' => { 137 => 0x600 },
- 'imagerboardversion' => { 137 => 0x439 },
- 'imagercols' => { 137 => 0x17d4 },
- 'imageref' => { 486 => 'ImageRef' },
- 'imageregion' => { 488 => 'ImageRegion' },
- 'imageregionboundary' => { 488 => [\'ImageRegion','ImageRegionRegionBoundary'] },
- 'imageregionboundaryh' => { 488 => [\'ImageRegion','ImageRegionRegionBoundaryRbH'] },
- 'imageregionboundaryrx' => { 488 => [\'ImageRegion','ImageRegionRegionBoundaryRbRx'] },
- 'imageregionboundaryshape' => { 488 => [\'ImageRegion','ImageRegionRegionBoundaryRbShape'] },
- 'imageregionboundaryunit' => { 488 => [\'ImageRegion','ImageRegionRegionBoundaryRbUnit'] },
- 'imageregionboundaryvertices' => { 488 => [\'ImageRegion','ImageRegionRegionBoundaryRbVertices'] },
- 'imageregionboundaryverticesx' => { 488 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbX'] },
- 'imageregionboundaryverticesy' => { 488 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbY'] },
- 'imageregionboundaryw' => { 488 => [\'ImageRegion','ImageRegionRegionBoundaryRbW'] },
- 'imageregionboundaryx' => { 488 => [\'ImageRegion','ImageRegionRegionBoundaryRbX'] },
- 'imageregionboundaryy' => { 488 => [\'ImageRegion','ImageRegionRegionBoundaryRbY'] },
- 'imageregionctype' => { 488 => [\'ImageRegion','ImageRegionRCtype'] },
- 'imageregionctypeidentifier' => { 488 => [\'ImageRegion','ImageRegionRCtypeIdentifier'] },
- 'imageregionctypename' => { 488 => [\'ImageRegion','ImageRegionRCtypeName'] },
- 'imageregionid' => { 488 => [\'ImageRegion','ImageRegionRId'] },
- 'imageregionname' => { 488 => [\'ImageRegion','ImageRegionName'] },
- 'imageregionrole' => { 488 => [\'ImageRegion','ImageRegionRRole'] },
- 'imageregionroleidentifier' => { 488 => [\'ImageRegion','ImageRegionRRoleIdentifier'] },
- 'imageregionrolename' => { 488 => [\'ImageRegion','ImageRegionRRoleName'] },
- 'imageresolution' => { 137 => 0x944 },
- 'imageresolutionjpg' => { 137 => 0x945 },
- 'imagereview' => { 280 => '0.4', 289 => '0.4' },
- 'imagereviewmonitorofftime' => { 279 => '21.1', 281 => '21.1', 282 => '21.1', 286 => '20.1', 291 => '21.1', 292 => '21.1', 294 => 0x39 },
- 'imagereviewtime' => { 278 => '25.1', 280 => '2.1', 283 => '19.1', 284 => '20.1', 285 => '20.1', 287 => '9.2', 288 => '20.1', 293 => '21.2' },
- 'imagerfiledatecreated' => { 137 => 0x9c5 },
- 'imagerfileproductionlevel' => { 137 => 0x9c4 },
- 'imagerfiletagsversionstandard' => { 137 => 0x9c7 },
- 'imagerotated' => { 150 => 0x2a },
- 'imagerpowerondelaymsec' => { 137 => 0x5fd },
- 'imagerrows' => { 137 => 0x17de },
- 'imagesegmentlines' => { 137 => 0x184d },
- 'imagesegmentstartline' => { 137 => 0x184c },
- 'imagesize' => { 161 => 'ImageSize' },
- 'imagesizeraw' => { 225 => 0x3e },
- 'imagesizerestriction' => { 495 => 'imageSizeRestriction' },
- 'imagesourcedata' => { 118 => 0x935c },
- 'imagespace' => { 137 => 0x909 },
- 'imagestabilization' => { 34 => 0x22, 112 => 0x3020, 126 => 0x1422, 155 => 'ImageStabilization', 181 => 0xbd, 182 => 0x71, 183 => 0x57, 184 => 0x0, 185 => [0x18,0x107,0x113], 186 => 0x49c2, 225 => 0xac, 296 => 0x604, 299 => 0x1600, 319 => 0x1a, 411 => 0x12, 412 => 0x11, 419 => 0xb026 },
- 'imagestabilization2' => { 410 => 0xa },
- 'imagestabilizationsetting' => { 186 => 0x14, 406 => 0x3d, 407 => 0x3d, 417 => 0x14 },
- 'imagestyle' => { 406 => 0x2d, 407 => 0x27 },
- 'imagesupplier' => { 306 => 'ImageSupplier' },
- 'imagesupplierid' => { 306 => [\'ImageSupplier','ImageSupplierImageSupplierID'] },
- 'imagesupplierimageid' => { 306 => 'ImageSupplierImageID' },
- 'imagesuppliername' => { 306 => [\'ImageSupplier','ImageSupplierImageSupplierName'] },
- 'imagetemperaturemax' => { 120 => 0x1 },
- 'imagetemperaturemin' => { 120 => 0x2 },
- 'imagetone' => { 354 => 0x4f },
- 'imagetype' => { 130 => 0x82, 306 => 'ImageType' },
- 'imageuniqueid' => { 1 => 0x15, 63 => 0x28, 118 => 0xa420, 481 => 'ImageUniqueID', 482 => 'ImageUniqueID' },
- 'imagewidth' => { 118 => 0x100, 187 => 0xe, 363 => 0x10c, 461 => 'ImageWidth', 498 => 'ImageWidth' },
- 'inclinationangle' => { 453 => 0x900f },
- 'inclinationcorrection' => { 453 => 0x900e },
- 'incrementaltemperature' => { 476 => 'IncrementalTemperature', 478 => 'IncrementalTemperature' },
- 'incrementaltint' => { 476 => 'IncrementalTint', 478 => 'IncrementalTint' },
- 'industry' => { 492 => 'industry', 493 => 'industry' },
- 'infobuttonwhenshooting' => { 83 => 0x409 },
- 'information' => { 373 => 'information', 379 => "\xa9inf" },
- 'infourl' => { 379 => 'infu' },
- 'infraredilluminator' => { 380 => 0x28 },
- 'ingredientexclusion' => { 494 => 'ingredientExclusion' },
- 'ingredients' => { 503 => 'Ingredients' },
- 'ingredientsalternatepaths' => { 503 => [\'Ingredients','IngredientsAlternatePaths'] },
- 'ingredientsdocumentid' => { 503 => [\'Ingredients','IngredientsDocumentID'] },
- 'ingredientsfilepath' => { 503 => [\'Ingredients','IngredientsFilePath'] },
- 'ingredientsfrompart' => { 503 => [\'Ingredients','IngredientsFromPart'] },
- 'ingredientsinstanceid' => { 503 => [\'Ingredients','IngredientsInstanceID'] },
- 'ingredientslastmodifydate' => { 503 => [\'Ingredients','IngredientsLastModifyDate'] },
- 'ingredientslasturl' => { 503 => [\'Ingredients','IngredientsLastURL'] },
- 'ingredientslinkcategory' => { 503 => [\'Ingredients','IngredientsLinkCategory'] },
- 'ingredientslinkform' => { 503 => [\'Ingredients','IngredientsLinkForm'] },
- 'ingredientsmanager' => { 503 => [\'Ingredients','IngredientsManager'] },
- 'ingredientsmanagervariant' => { 503 => [\'Ingredients','IngredientsManagerVariant'] },
- 'ingredientsmanageto' => { 503 => [\'Ingredients','IngredientsManageTo'] },
- 'ingredientsmanageui' => { 503 => [\'Ingredients','IngredientsManageUI'] },
- 'ingredientsmaskmarkers' => { 503 => [\'Ingredients','IngredientsMaskMarkers'] },
- 'ingredientsoriginaldocumentid' => { 503 => [\'Ingredients','IngredientsOriginalDocumentID'] },
- 'ingredientspartmapping' => { 503 => [\'Ingredients','IngredientsPartMapping'] },
- 'ingredientsplacedresolutionunit' => { 503 => [\'Ingredients','IngredientsPlacedResolutionUnit'] },
- 'ingredientsplacedxresolution' => { 503 => [\'Ingredients','IngredientsPlacedXResolution'] },
- 'ingredientsplacedyresolution' => { 503 => [\'Ingredients','IngredientsPlacedYResolution'] },
- 'ingredientsrenditionclass' => { 503 => [\'Ingredients','IngredientsRenditionClass'] },
- 'ingredientsrenditionparams' => { 503 => [\'Ingredients','IngredientsRenditionParams'] },
- 'ingredientstopart' => { 503 => [\'Ingredients','IngredientsToPart'] },
- 'ingredientsversionid' => { 503 => [\'Ingredients','IngredientsVersionID'] },
- 'initialafpointaiservoaf' => { 83 => 0x51e },
+ 'hdrinfoversion' => { 216 => 0x0 },
+ 'hdrlevel' => { 216 => 0x5, 409 => 0x2e, 425 => 0x17 },
+ 'hdrlevel2' => { 216 => 0x7 },
+ 'hdrpmakernote' => { 460 => 'hdrp_makernote' },
+ 'hdrsetting' => { 409 => 0x2d, 425 => 0x16, 428 => 0x1148, 429 => 0x1148, 430 => 0x1124, 431 => 0x11a0, 432 => 0x117c, 433 => 0x1034, 434 => 0x22c, 435 => 0x22c, 436 => 0x21f },
+ 'hdrshot' => { 320 => 0x76 },
+ 'hdrsmoothing' => { 216 => 0x6 },
+ 'hdvideo' => { 372 => 'hdvd' },
+ 'headline' => { 131 => 0x69, 489 => 'Headline', 491 => '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' => { 469 => 'hierarchicalSubject' },
+ 'highestbiostratigraphiczone' => { 118 => [\'GeologicalContext','GeologicalContextHighestBiostratigraphicZone'] },
+ 'highisomultiplierblue' => { 325 => 0x1a },
+ 'highisomultipliergreen' => { 325 => 0x19 },
+ 'highisomultiplierred' => { 325 => 0x18 },
+ 'highisonoisereduction' => { 16 => 0xbc, 17 => 0xbd, 20 => 0xbd, 28 => 0xc9, 62 => 0x5, 84 => 0x202, 226 => 0xb1, 355 => 0x71, 407 => 0x2c, 408 => 0x26, 409 => 0x26, 420 => 0x2009, 425 => 0x12, 450 => 0x42 },
+ 'highisonoisereduction2' => { 420 => 0xb050 },
+ 'highlight' => { 397 => 0xf },
+ 'highlight2012' => { 477 => 'Highlight2012', 479 => 'Highlight2012' },
+ 'highlightadj' => { 103 => 0x2030c },
+ 'highlightcolordistortreduct' => { 454 => 0x8026 },
+ 'highlightlinearitylimit' => { 394 => 0xa025 },
+ 'highlightprotection' => { 271 => 0x6 },
+ 'highlightrecovery' => { 477 => 'HighlightRecovery', 479 => 'HighlightRecovery' },
+ 'highlights' => { 420 => 0x2033, 471 => 'Highlights' },
+ 'highlights2012' => { 477 => 'Highlights2012', 479 => 'Highlights2012' },
+ 'highlightsadj' => { 454 => 0x9019 },
+ 'highlightshadow' => { 320 => 0xad },
+ 'highlighttone' => { 127 => 0x1041 },
+ 'highlighttonepriority' => { 13 => 0x7, 16 => 0x7, 17 => 0x7, 18 => 0x7, 20 => 0x7, 22 => 0x7, 28 => 0x7, 62 => 0x3, 84 => 0x203 },
+ 'highlightwarning' => { 320 => 0x8002 },
+ 'highlowkeyadj' => { 355 => 0x6c },
+ 'highspeedsync' => { 184 => 0x5, 295 => 0x55, 407 => 0x2, 408 => 0x2 },
+ 'hintversion' => { 380 => 'hinv' },
+ 'histogramxml' => { 272 => 0x83a1a25 },
+ 'history' => { 491 => 'History', 504 => 'History' },
+ 'historyaction' => { 504 => [\'History','HistoryAction'] },
+ 'historychanged' => { 504 => [\'History','HistoryChanged'] },
+ 'historyinstanceid' => { 504 => [\'History','HistoryInstanceID'] },
+ 'historyparameters' => { 504 => [\'History','HistoryParameters'] },
+ 'historysoftwareagent' => { 504 => [\'History','HistorySoftwareAgent'] },
+ 'historywhen' => { 504 => [\'History','HistoryWhen'] },
+ 'holefilldarkdeltathreshold' => { 138 => 0xc88 },
+ 'holefilldeltathreshold' => { 138 => 0xc7e },
+ 'hometowncity' => { 113 => 0x3006, 355 => 0x23, 361 => 0x2 },
+ 'hometowncitycode' => { 362 => 0x1000 },
+ 'hometowndst' => { 355 => 0x25, 361 => '0.2' },
+ 'hostcomputer' => { 119 => 0x13c },
+ 'hostsoftwarerendering' => { 138 => 0xce7 },
+ 'hue' => { 189 => 0x3b, 232 => 0x3d, 233 => 0x45, 355 => 0x67 },
+ 'hueadj' => { 275 => 0x2f, 454 => 0x8019 },
+ 'hueadjust' => { 387 => 0x1016 },
+ 'hueadjustment' => { 182 => 0x4a, 183 => 0x40, 226 => 0x92, 231 => 0x36 },
+ 'hueadjustmentaqua' => { 477 => 'HueAdjustmentAqua', 479 => 'HueAdjustmentAqua' },
+ 'hueadjustmentblue' => { 477 => 'HueAdjustmentBlue', 479 => 'HueAdjustmentBlue' },
+ 'hueadjustmentgreen' => { 477 => 'HueAdjustmentGreen', 479 => 'HueAdjustmentGreen' },
+ 'hueadjustmentmagenta' => { 477 => 'HueAdjustmentMagenta', 479 => 'HueAdjustmentMagenta' },
+ 'hueadjustmentorange' => { 477 => 'HueAdjustmentOrange', 479 => 'HueAdjustmentOrange' },
+ 'hueadjustmentpurple' => { 477 => 'HueAdjustmentPurple', 479 => 'HueAdjustmentPurple' },
+ 'hueadjustmentred' => { 477 => 'HueAdjustmentRed', 479 => 'HueAdjustmentRed' },
+ 'hueadjustmentyellow' => { 477 => 'HueAdjustmentYellow', 479 => 'HueAdjustmentYellow' },
+ 'huesetting' => { 305 => 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, 484 => 'Humidity' },
+ 'icc_profile' => { 120 => 'ICC_Profile' },
+ 'iccprofilename' => { 491 => 'ICCProfile' },
+ 'iconuri' => { 380 => 'icnu' },
+ 'idccreativestyle' => { 454 => 0x8000 },
+ 'idcpreviewlength' => { 454 => 0x202 },
+ 'idcpreviewstart' => { 454 => 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'] },
+ 'identifier' => { 480 => 'identifier', 501 => 'Identifier' },
+ 'ifcameramodel' => { 138 => 0x9c8 },
+ 'illuminantdata1' => { 119 => 0xcd35 },
+ 'illuminantdata2' => { 119 => 0xcd36 },
+ 'illuminantdata3' => { 119 => 0xcd37 },
+ 'illumination' => { 290 => '0.5', 382 => 0x48 },
+ 'imageabsolutex' => { 138 => 0x3fe },
+ 'imageabsolutey' => { 138 => 0x3ff },
+ 'imageadjustment' => { 226 => 0x80, 262 => 0x5 },
+ 'imagealterationconstraints' => { 307 => 'ImageAlterationConstraints' },
+ 'imagearea' => { 242 => 0x10, 245 => 0x10 },
+ 'imageareaoffset' => { 355 => 0x38 },
+ 'imageauthentication' => { 226 => 0x20 },
+ 'imageboundary' => { 226 => 0x16 },
+ 'imagecount' => { 127 => 0x1438, 226 => 0xa5, 423 => 0x11b },
+ 'imagecreator' => { 307 => 'ImageCreator' },
+ 'imagecreatorid' => { 307 => [\'ImageCreator','ImageCreatorImageCreatorID'] },
+ 'imagecreatorimageid' => { 307 => 'ImageCreatorImageID' },
+ 'imagecreatorname' => { 307 => [\'ImageCreator','ImageCreatorImageCreatorName'] },
+ 'imagecropx' => { 138 => 0x41f },
+ 'imagecropy' => { 138 => 0x420 },
+ 'imagedata' => { 464 => 'Data' },
+ 'imagedatasize' => { 226 => 0xa2 },
+ 'imagedescription' => { 119 => 0x10e, 499 => 'ImageDescription' },
+ 'imageduplicationconstraints' => { 307 => 'ImageDuplicationConstraints' },
+ 'imagedustoff' => { 272 => 0xfe443a45 },
+ 'imageeditcount' => { 355 => 0x41 },
+ 'imageediting' => { 355 => 0x32 },
+ 'imageeffects' => { 387 => 0x1010 },
+ 'imagefileconstraints' => { 307 => 'ImageFileConstraints' },
+ 'imagefileformatasdelivered' => { 307 => 'ImageFileFormatAsDelivered' },
+ 'imagefilesizeasdelivered' => { 307 => 'ImageFileSizeAsDelivered' },
+ 'imagegeneration' => { 127 => 0x1436 },
+ 'imageheight' => { 119 => 0x101, 188 => 0xc, 364 => 0x10d, 462 => 'ImageHeight', 499 => 'ImageLength' },
+ 'imagehistory' => { 119 => 0x9213, 482 => 'ImageHistory' },
+ 'imageidnumber' => { 315 => 0x340 },
+ 'imagemimetype' => { 464 => 'Mime' },
+ 'imagenumber' => { 119 => 0x9211, 156 => 'ImageNumber', 182 => 0xae, 183 => 0x5e, 364 => 0x113, 407 => 0x9b, 409 => [0x400,'276.1',0x314], 474 => 'ImageNumber' },
+ 'imagenumber2' => { 183 => 0x62 },
+ 'imageoptimization' => { 226 => 0xa9 },
+ 'imageorientation' => { 131 => 0x83 },
+ 'imageprocessing' => { 226 => 0x1a },
+ 'imageprocessingfiledatecreated' => { 138 => 0xc81 },
+ 'imageprocessingfiletagsversionnumber' => { 138 => 0xc80 },
+ 'imageprocessingversion' => { 301 => 0x0 },
+ 'imagequality' => { 156 => 'ImageQuality', 244 => '723.2', 245 => '732.2', 255 => '708.1', 320 => 0x1 },
+ 'imagequality2' => { 297 => 0x603 },
+ 'imagerank' => { 467 => 'ImageRank' },
+ 'imagerbiassettlingdelaymsec' => { 138 => 0x600 },
+ 'imagerboardversion' => { 138 => 0x439 },
+ 'imagercols' => { 138 => 0x17d4 },
+ 'imageref' => { 487 => 'ImageRef' },
+ 'imageregion' => { 489 => 'ImageRegion' },
+ 'imageregionboundary' => { 489 => [\'ImageRegion','ImageRegionRegionBoundary'] },
+ 'imageregionboundaryh' => { 489 => [\'ImageRegion','ImageRegionRegionBoundaryRbH'] },
+ 'imageregionboundaryrx' => { 489 => [\'ImageRegion','ImageRegionRegionBoundaryRbRx'] },
+ 'imageregionboundaryshape' => { 489 => [\'ImageRegion','ImageRegionRegionBoundaryRbShape'] },
+ 'imageregionboundaryunit' => { 489 => [\'ImageRegion','ImageRegionRegionBoundaryRbUnit'] },
+ 'imageregionboundaryvertices' => { 489 => [\'ImageRegion','ImageRegionRegionBoundaryRbVertices'] },
+ 'imageregionboundaryverticesx' => { 489 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbX'] },
+ 'imageregionboundaryverticesy' => { 489 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbY'] },
+ 'imageregionboundaryw' => { 489 => [\'ImageRegion','ImageRegionRegionBoundaryRbW'] },
+ 'imageregionboundaryx' => { 489 => [\'ImageRegion','ImageRegionRegionBoundaryRbX'] },
+ 'imageregionboundaryy' => { 489 => [\'ImageRegion','ImageRegionRegionBoundaryRbY'] },
+ 'imageregionctype' => { 489 => [\'ImageRegion','ImageRegionRCtype'] },
+ 'imageregionctypeidentifier' => { 489 => [\'ImageRegion','ImageRegionRCtypeIdentifier'] },
+ 'imageregionctypename' => { 489 => [\'ImageRegion','ImageRegionRCtypeName'] },
+ 'imageregionid' => { 489 => [\'ImageRegion','ImageRegionRId'] },
+ 'imageregionname' => { 489 => [\'ImageRegion','ImageRegionName'] },
+ 'imageregionrole' => { 489 => [\'ImageRegion','ImageRegionRRole'] },
+ 'imageregionroleidentifier' => { 489 => [\'ImageRegion','ImageRegionRRoleIdentifier'] },
+ 'imageregionrolename' => { 489 => [\'ImageRegion','ImageRegionRRoleName'] },
+ 'imageresolution' => { 138 => 0x944 },
+ 'imageresolutionjpg' => { 138 => 0x945 },
+ 'imagereview' => { 281 => '0.4', 290 => '0.4' },
+ 'imagereviewmonitorofftime' => { 280 => '21.1', 282 => '21.1', 283 => '21.1', 287 => '20.1', 292 => '21.1', 293 => '21.1', 295 => 0x39 },
+ 'imagereviewtime' => { 279 => '25.1', 281 => '2.1', 284 => '19.1', 285 => '20.1', 286 => '20.1', 288 => '9.2', 289 => '20.1', 294 => '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' => { 226 => 0x3e },
+ 'imagesizerestriction' => { 496 => '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, 226 => 0xac, 297 => 0x604, 300 => 0x1600, 320 => 0x1a, 412 => 0x12, 413 => 0x11, 420 => 0xb026 },
+ 'imagestabilization2' => { 411 => 0xa },
+ 'imagestabilizationsetting' => { 187 => 0x14, 407 => 0x3d, 408 => 0x3d, 418 => 0x14 },
+ 'imagestyle' => { 407 => 0x2d, 408 => 0x27 },
+ 'imagesupplier' => { 307 => 'ImageSupplier' },
+ 'imagesupplierid' => { 307 => [\'ImageSupplier','ImageSupplierImageSupplierID'] },
+ 'imagesupplierimageid' => { 307 => 'ImageSupplierImageID' },
+ 'imagesuppliername' => { 307 => [\'ImageSupplier','ImageSupplierImageSupplierName'] },
+ 'imagetemperaturemax' => { 121 => 0x1 },
+ 'imagetemperaturemin' => { 121 => 0x2 },
+ 'imagetone' => { 355 => 0x4f },
+ 'imagetype' => { 131 => 0x82, 307 => 'ImageType' },
+ 'imageuniqueid' => { 1 => 0x15, 64 => 0x28, 119 => 0xa420, 482 => 'ImageUniqueID', 483 => 'ImageUniqueID' },
+ 'imagewidth' => { 119 => 0x100, 188 => 0xe, 364 => 0x10c, 462 => 'ImageWidth', 499 => 'ImageWidth' },
+ 'inclinationangle' => { 454 => 0x900f },
+ 'inclinationcorrection' => { 454 => 0x900e },
+ 'incrementaltemperature' => { 477 => 'IncrementalTemperature', 479 => 'IncrementalTemperature' },
+ 'incrementaltint' => { 477 => 'IncrementalTint', 479 => 'IncrementalTint' },
+ 'industry' => { 493 => 'industry', 494 => 'industry' },
+ 'infobuttonwhenshooting' => { 84 => 0x409 },
+ 'information' => { 374 => 'information', 380 => "\xa9inf" },
+ 'infourl' => { 380 => 'infu' },
+ 'infraredilluminator' => { 381 => 0x28 },
+ 'ingredientexclusion' => { 495 => 'ingredientExclusion' },
+ 'ingredients' => { 504 => 'Ingredients' },
+ 'ingredientsalternatepaths' => { 504 => [\'Ingredients','IngredientsAlternatePaths'] },
+ 'ingredientsdocumentid' => { 504 => [\'Ingredients','IngredientsDocumentID'] },
+ 'ingredientsfilepath' => { 504 => [\'Ingredients','IngredientsFilePath'] },
+ 'ingredientsfrompart' => { 504 => [\'Ingredients','IngredientsFromPart'] },
+ 'ingredientsinstanceid' => { 504 => [\'Ingredients','IngredientsInstanceID'] },
+ 'ingredientslastmodifydate' => { 504 => [\'Ingredients','IngredientsLastModifyDate'] },
+ 'ingredientslasturl' => { 504 => [\'Ingredients','IngredientsLastURL'] },
+ 'ingredientslinkcategory' => { 504 => [\'Ingredients','IngredientsLinkCategory'] },
+ 'ingredientslinkform' => { 504 => [\'Ingredients','IngredientsLinkForm'] },
+ 'ingredientsmanager' => { 504 => [\'Ingredients','IngredientsManager'] },
+ 'ingredientsmanagervariant' => { 504 => [\'Ingredients','IngredientsManagerVariant'] },
+ 'ingredientsmanageto' => { 504 => [\'Ingredients','IngredientsManageTo'] },
+ 'ingredientsmanageui' => { 504 => [\'Ingredients','IngredientsManageUI'] },
+ 'ingredientsmaskmarkers' => { 504 => [\'Ingredients','IngredientsMaskMarkers'] },
+ 'ingredientsoriginaldocumentid' => { 504 => [\'Ingredients','IngredientsOriginalDocumentID'] },
+ 'ingredientspartmapping' => { 504 => [\'Ingredients','IngredientsPartMapping'] },
+ 'ingredientsplacedresolutionunit' => { 504 => [\'Ingredients','IngredientsPlacedResolutionUnit'] },
+ 'ingredientsplacedxresolution' => { 504 => [\'Ingredients','IngredientsPlacedXResolution'] },
+ 'ingredientsplacedyresolution' => { 504 => [\'Ingredients','IngredientsPlacedYResolution'] },
+ 'ingredientsrenditionclass' => { 504 => [\'Ingredients','IngredientsRenditionClass'] },
+ 'ingredientsrenditionparams' => { 504 => [\'Ingredients','IngredientsRenditionParams'] },
+ 'ingredientstopart' => { 504 => [\'Ingredients','IngredientsToPart'] },
+ 'ingredientsversionid' => { 504 => [\'Ingredients','IngredientsVersionID'] },
+ 'initialafpointaiservoaf' => { 84 => 0x51e },
'initialafpointinservo' => { 2 => 0x13 },
- 'initialcameradolly' => { 464 => 'InitialCameraDolly' },
- 'initialhorizontalfovdegrees' => { 464 => 'InitialHorizontalFOVDegrees' },
- 'initialkey' => { 178 => 'WM/InitialKey' },
- 'initialverticalfovdegrees' => { 464 => 'InitialVerticalFOVDegrees' },
- 'initialviewheadingdegrees' => { 464 => 'InitialViewHeadingDegrees', 465 => 'InitialViewHeadingDegrees' },
- 'initialviewpitchdegrees' => { 464 => 'InitialViewPitchDegrees', 465 => 'InitialViewPitchDegrees' },
- 'initialviewrolldegrees' => { 464 => 'InitialViewRollDegrees', 465 => 'InitialViewRollDegrees' },
- 'initialzoomliveview' => { 278 => '4.4' },
- 'initialzoomsetting' => { 278 => '9.3', 287 => '27.3' },
- 'inkset' => { 118 => 0x14c },
- 'inputprofile' => { 137 => 0x1389 },
- 'instanceid' => { 503 => 'InstanceID' },
- 'instantplaybacksetup' => { 183 => 0x3e },
- 'instantplaybacktime' => { 183 => 0x3d },
- 'instructions' => { 490 => 'Instructions' },
- 'instrument' => { 502 => 'instrument' },
- 'integrationtime' => { 137 => 0x423 },
- 'intellectualgenre' => { 487 => 'IntellectualGenre' },
- 'intelligentauto' => { 419 => 0xb052, 445 => 0xd, 446 => 0xe, 447 => 0xd },
+ 'initialcameradolly' => { 465 => 'InitialCameraDolly' },
+ 'initialhorizontalfovdegrees' => { 465 => 'InitialHorizontalFOVDegrees' },
+ 'initialkey' => { 179 => 'WM/InitialKey' },
+ 'initialverticalfovdegrees' => { 465 => 'InitialVerticalFOVDegrees' },
+ 'initialviewheadingdegrees' => { 465 => 'InitialViewHeadingDegrees', 466 => 'InitialViewHeadingDegrees' },
+ 'initialviewpitchdegrees' => { 465 => 'InitialViewPitchDegrees', 466 => 'InitialViewPitchDegrees' },
+ 'initialviewrolldegrees' => { 465 => 'InitialViewRollDegrees', 466 => 'InitialViewRollDegrees' },
+ 'initialzoomliveview' => { 279 => '4.4' },
+ 'initialzoomsetting' => { 279 => '9.3', 288 => '27.3' },
+ 'inkset' => { 119 => 0x14c },
+ 'inputprofile' => { 138 => 0x1389 },
+ 'instanceid' => { 504 => 'InstanceID' },
+ 'instantplaybacksetup' => { 184 => 0x3e },
+ 'instantplaybacktime' => { 184 => 0x3d },
+ 'instructions' => { 491 => 'Instructions' },
+ 'instrument' => { 503 => 'instrument' },
+ 'integrationtime' => { 138 => 0x423 },
+ 'intellectualgenre' => { 488 => 'IntellectualGenre' },
+ 'intelligentauto' => { 420 => 0xb052, 446 => 0xd, 447 => 0xe, 448 => 0xd },
'intelligentcontrast' => { 52 => 0x4 },
- 'intelligentd-range' => { 319 => 0x79 },
- 'intelligentexposure' => { 319 => 0x5d },
- 'intelligentresolution' => { 319 => 0x70 },
- 'interchangecolorspace' => { 132 => 0x40 },
- 'intergraphmatrix' => { 118 => 0x8480 },
- 'internalflash' => { 180 => 0x2b, 278 => '23.1', 280 => '8.1', 283 => '22.1', 285 => '23.1', 289 => '8.1', 293 => '24.1', 299 => 0x1208 },
- 'internalflashae1' => { 301 => 0x1021 },
- 'internalflashae1_0' => { 301 => 0x101d },
- 'internalflashae2' => { 301 => 0x1022 },
- 'internalflashae2_0' => { 301 => 0x101e },
- 'internalflashmode' => { 342 => 0x1 },
- 'internalflashstrength' => { 342 => 0x3 },
- 'internalflashtable' => { 301 => 0x1024 },
- 'internallensserialnumber' => { 393 => 0xa005 },
- 'internalndfilter' => { 319 => 0x9d },
- 'internalserialnumber' => { 63 => 0x96, 75 => 0x9, 126 => 0x10, 186 => 0x49dc, 295 => 0x18, 297 => 0x102, 316 => 0x500, 319 => 0x25, 334 => 0x4, 386 => 0x5, 437 => [0x7c,0xf0], 438 => 0x88, 439 => [0x88,0x8a] },
- 'interopindex' => { 118 => 0x1, 483 => 'InteroperabilityIndex' },
- 'interopversion' => { 118 => 0x2 },
- 'interval' => { 247 => 0xd0 },
- 'intervaldurationhours' => { 227 => 0xa0 },
- 'intervaldurationminutes' => { 227 => 0xa4 },
- 'intervaldurationseconds' => { 227 => 0xa8 },
- 'intervalexposuresmoothing' => { 227 => 0xb8, 251 => 0xc416 },
- 'intervalframe' => { 247 => 0xd4 },
- 'intervallength' => { 180 => 0x10 },
- 'intervalmode' => { 180 => 0x26 },
- 'intervalnumber' => { 180 => 0x11 },
- 'intervalpriority' => { 227 => 0xba, 251 => 0xc418 },
- 'intervals' => { 227 => 0xb0, 228 => 0xbc, 251 => 0xc40e },
- 'intervalshooting' => { 251 => 0x760c, 259 => 0x760c, 260 => 0x6c98, 354 => 0x92 },
- 'introtime' => { 502 => 'introTime' },
- 'introtimescale' => { 502 => [\'introTime','introTimeScale'] },
- 'introtimevalue' => { 502 => [\'introTime','introTimeValue'] },
- 'ipaversion' => { 137 => 0xdae },
- 'ipfcameramodel' => { 137 => 0xe4d },
- 'iptc' => { 119 => 'IPTC' },
- 'iptc-naa' => { 118 => 0x83bb, 324 => 0x83bb },
- 'iptcbitspersample' => { 132 => 0x56 },
- 'iptcdigest' => { 368 => 0x425 },
- 'iptcimageheight' => { 132 => 0x1e },
- 'iptcimagerotation' => { 132 => 0x66 },
- 'iptcimagewidth' => { 132 => 0x14 },
- 'iptclastedited' => { 488 => 'IptcLastEdited' },
- 'iptcpicturenumber' => { 132 => 0xa },
- 'iptcpixelheight' => { 132 => 0x32 },
- 'iptcpixelwidth' => { 132 => 0x28 },
- 'isalternativeof' => { 492 => 'isAlternativeOf' },
- 'isbn' => { 492 => 'isbn' },
- 'iscorrectionof' => { 492 => 'isCorrectionOf' },
- 'iscustompicturestyle' => { 108 => 0x3 },
- 'ismergedhdr' => { 473 => 'IsMergedHDR' },
- 'ismergedpanorama' => { 473 => '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, 111 => 0x14, 112 => [0x3014,0x14], 118 => 0x8827, 136 => 0xfd06, 137 => 0x1784, 139 => 0x60, 141 => [0xfa2e,0xfa46], 142 => [0x27,0x28], 143 => 0xf105, 146 => 0x14, 148 => 0x4e, 150 => 0x1e, 151 => 0x1a, 153 => 0x34, 155 => 'ISO', 180 => 0x8, 186 => 0x49ba, 216 => 0x0, 225 => 0x2, 319 => 0xd1, 324 => 0x17, 354 => [0x8b,0x14], 361 => 0x14, 363 => 0x105, 393 => 0xa014, 396 => 0x86, 417 => 0x6f, 424 => [0x1f,0x21,0x25], 482 => 'ISOSpeedRatings' },
- 'iso2' => { 216 => 0x6, 238 => 0x265, 239 => 0x25c, 240 => 0x265, 241 => 0x221, 242 => 0x25d, 243 => 0x256, 244 => 0x25d, 248 => 0x2b5, 252 => 0x265, 258 => 0x2b5 },
- 'isoauto' => { 335 => '14.4' },
- 'isoautoflashlimit' => { 228 => 0x146 },
- 'isoautohilimit' => { 228 => 0x144, 246 => 0x18eb, 247 => 0xe82, 256 => 0x185d },
- 'isoautomax' => { 418 => 0x4 },
- 'isoautomin' => { 418 => 0x2 },
- 'isoautoparameters' => { 354 => 0x7a },
- 'isoautoshuttertime' => { 228 => 0x14e, 246 => 0x18ea, 247 => 0xe81, 256 => 0x185c },
- 'isocalibrationgain' => { 137 => 0x89f },
- 'isodisplay' => { 281 => '4.1', 282 => '4.1', 283 => '2.3', 284 => '3.3', 285 => '3.3', 288 => '3.3', 291 => '4.3', 292 => '4.1', 293 => '4.3' },
- 'isoexpansion' => { 83 => 0x103, 84 => 0x7, 85 => 0x8, 88 => 0x8, 216 => 0x4 },
- 'isoexpansion2' => { 216 => 0xa },
- 'isofloor' => { 335 => 0x6 },
- 'isoselected' => { 318 => 0x359 },
- 'isoselection' => { 225 => 0xf },
- 'isosensitivitystep' => { 286 => '6.2', 288 => '6.2' },
- 'isosetting' => { 139 => 0x5e, 151 => 0x14, 155 => 'ISOSetting', 180 => 0x24, 181 => 0x26, 182 => 0x1c, 183 => 0x13, 188 => 0x6, 225 => 0x13, 335 => '17.3', 385 => 0x27, 406 => 0x16, 407 => 0x14, 408 => 0x2, 417 => 0x6d, 418 => 0x0 },
- 'isospeed' => { 118 => 0x8833, 483 => 'ISOSpeed' },
- 'isospeedexpansion' => { 82 => 0x3 },
- 'isospeedincrements' => { 83 => 0x102 },
- 'isospeedlatitudeyyy' => { 118 => 0x8834, 483 => 'ISOSpeedLatitudeyyy' },
- 'isospeedlatitudezzz' => { 118 => 0x8835, 483 => 'ISOSpeedLatitudezzz' },
- 'isospeedrange' => { 83 => 0x103 },
- 'isostepsize' => { 278 => '6.1', 279 => '7.2', 281 => '7.2', 282 => '7.2', 287 => '4.1', 291 => '7.2', 292 => '7.2', 294 => 0x15d },
- 'isovalue' => { 301 => 0x1001 },
- 'isrccode' => { 379 => "\xa9isr" },
- 'issn' => { 492 => 'issn' },
- 'issueidentifier' => { 492 => 'issueIdentifier' },
- 'issuename' => { 492 => 'issueName' },
- 'issueteaser' => { 492 => 'issueTeaser' },
- 'issuetype' => { 492 => 'issueType' },
- 'istranslationof' => { 492 => 'isTranslationOf' },
- 'itemsubtype' => { 177 => 'ItemSubType' },
- 'itunesu' => { 371 => 'itnu' },
- 'jobid' => { 130 => 0xb8 },
- 'jobname' => { 484 => 'JobName' },
- 'jobref' => { 501 => 'JobRef' },
- 'jobrefid' => { 501 => [\'JobRef','JobRefId'] },
- 'jobrefname' => { 501 => [\'JobRef','JobRefName'] },
- 'jobrefurl' => { 501 => [\'JobRef','JobRefUrl'] },
- 'jobstatus' => { 484 => 'JobStatus' },
- 'jpeg-heifswitch' => { 419 => 0x2039 },
- 'jpeghandling' => { 476 => 'JPEGHandling', 478 => 'JPEGHandling' },
- 'jpegquality' => { 10 => 0x66, 319 => 0x43, 321 => 0x3034, 419 => 0xb047 },
- 'jpegsize' => { 321 => 0x303a },
- 'jpgcompression' => { 247 => 0x7d4 },
- 'jpgfromraw' => { 96 => 0x2007, 113 => 'Exif-JpgFromRaw', 324 => 0x2e },
- 'jpgfromrawlength' => { 118 => [0x117,0x202] },
- 'jpgfromrawstart' => { 118 => [0x111,0x201] },
- 'jpgrecordedpixels' => { 335 => '14.1' },
- 'jurisdiction' => { 474 => 'jurisdiction' },
- 'keepexposure' => { 294 => 0x237 },
- 'kelvinwb_01' => { 343 => 0x5 },
- 'kelvinwb_02' => { 343 => 0x9 },
- 'kelvinwb_03' => { 343 => 0xd },
- 'kelvinwb_04' => { 343 => 0x11 },
- 'kelvinwb_05' => { 343 => 0x15 },
- 'kelvinwb_06' => { 343 => 0x19 },
- 'kelvinwb_07' => { 343 => 0x1d },
- 'kelvinwb_08' => { 343 => 0x21 },
- 'kelvinwb_09' => { 343 => 0x25 },
- 'kelvinwb_10' => { 343 => 0x29 },
- 'kelvinwb_11' => { 343 => 0x2d },
- 'kelvinwb_12' => { 343 => 0x31 },
- 'kelvinwb_13' => { 343 => 0x35 },
- 'kelvinwb_14' => { 343 => 0x39 },
- 'kelvinwb_15' => { 343 => 0x3d },
- 'kelvinwb_16' => { 343 => 0x41 },
- 'kelvinwb_daylight' => { 343 => 0x1 },
- 'kerneldenominators' => { 137 => 0x933 },
- 'key' => { 502 => 'key' },
- 'keystonecompensation' => { 300 => 0x1900 },
- 'keystonedirection' => { 300 => 0x1901 },
- 'keystonevalue' => { 300 => 0x1906 },
- 'keyword' => { 371 => 'keyw', 492 => 'keyword' },
- 'keywordinfo' => { 170 => 'Keywords' },
- 'keywords' => { 130 => 0x19, 156 => 'Keywords', 305 => 'Keywords', 370 => 'Keywords', 373 => 'keywords', 471 => 'keywords', 489 => 'Keywords', 500 => 'Keywords' },
- 'killdate' => { 492 => 'killDate' },
- 'killdatea-platform' => { 492 => [\'killDate','killDateA-platform'] },
- 'killdatedate' => { 492 => [\'killDate','killDateDate'] },
- 'kodakimageheight' => { 136 => 0xf908, 139 => 0xe, 141 => [0xfa1e,0xfa52], 147 => 0x70 },
- 'kodakimagewidth' => { 136 => 0xf907, 139 => 0xc, 141 => [0xfa1d,0xfa51], 147 => 0x6c },
- 'kodakinfotype' => { 136 => 0xfa00 },
- 'kodaklook' => { 137 => 0xe4c },
- 'kodaklookprofile' => { 137 => 0x138a },
- 'kodakmaker' => { 147 => 0x8 },
- 'kodakmodel' => { 139 => 0x0, 147 => 0x28 },
- 'kodaktag' => { 137 => 0x3ea },
- 'kodakversion' => { 137 => 0x0 },
- 'label' => { 309 => 'Label', 500 => 'Label' },
- 'labelname1' => { 486 => [\'TagStructure','TagStructureLabelName'] },
- 'labelname2' => { 486 => [\'TagStructure','TagStructureSubLabelsLabelName'] },
- 'labelname3' => { 486 => [\'TagStructure','TagStructureSubLabelsSubLabelsLabelName'] },
- 'labelname4' => { 486 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsLabelName'] },
- 'labelname5' => { 486 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] },
- 'labelname6' => { 486 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] },
- 'landmark' => { 319 => 0x6f },
- 'landscapeoutputhighlightpoint' => { 108 => 0x26 },
- 'landscapeoutputshadowpoint' => { 108 => 0x27 },
- 'landscaperawcolortone' => { 108 => 0x1f },
- 'landscaperawcontrast' => { 108 => 0x21 },
- 'landscaperawhighlight' => { 108 => 0x77 },
- 'landscaperawhighlightpoint' => { 108 => 0x24 },
- 'landscaperawlinear' => { 108 => 0x22 },
- 'landscaperawsaturation' => { 108 => 0x20 },
- 'landscaperawshadow' => { 108 => 0x80 },
- 'landscaperawshadowpoint' => { 108 => 0x25 },
- 'landscaperawsharpness' => { 108 => 0x23 },
- 'landscapeunsharpmaskfineness' => { 108 => 0xa0 },
- 'landscapeunsharpmaskstrength' => { 108 => 0x9e },
- 'landscapeunsharpmaskthreshold' => { 108 => 0xa2 },
- 'language' => { 228 => 0x592, 479 => 'language' },
- 'languageidentifier' => { 130 => 0x87 },
- 'largestvalidinteriorrectheight' => { 464 => 'LargestValidInteriorRectHeight' },
- 'largestvalidinteriorrectleft' => { 464 => 'LargestValidInteriorRectLeft' },
- 'largestvalidinteriorrecttop' => { 464 => 'LargestValidInteriorRectTop' },
- 'largestvalidinteriorrectwidth' => { 464 => 'LargestValidInteriorRectWidth' },
- 'lastfilenumber' => { 180 => 0x1b },
- 'lastkeywordiptc' => { 177 => 'LastKeywordIPTC' },
- 'lastkeywordxmp' => { 177 => 'LastKeywordXMP' },
- 'lastphotodate' => { 464 => 'LastPhotoDate' },
- 'lasturl' => { 503 => 'LastURL' },
- 'lateralchromaticaberration' => { 419 => 0x2012 },
- 'lateralchromaticaberrationcorrectionalreadyapplied' => { 473 => 'LateralChromaticAberrationCorrectionAlreadyApplied' },
- 'latestageorhigheststage' => { 117 => [\'GeologicalContext','GeologicalContextLatestAgeOrHighestStage'] },
- 'latesteonorhighesteonothem' => { 117 => [\'GeologicalContext','GeologicalContextLatestEonOrHighestEonothem'] },
- 'latestepochorhighestseries' => { 117 => [\'GeologicalContext','GeologicalContextLatestEpochOrHighestSeries'] },
- 'latesteraorhighesterathem' => { 117 => [\'GeologicalContext','GeologicalContextLatestEraOrHighestErathem'] },
- 'latestperiodorhighestsystem' => { 117 => [\'GeologicalContext','GeologicalContextLatestPeriodOrHighestSystem'] },
- 'latitude' => { 115 => 'Latitude' },
- 'lc1' => { 345 => 0x2 },
- 'lc10' => { 345 => 0xb },
- 'lc11' => { 345 => 0xc },
- 'lc12' => { 345 => 0xd },
- 'lc14' => { 345 => 0xf },
- 'lc15' => { 345 => 0x10 },
- 'lc3' => { 345 => 0x4 },
- 'lc4' => { 345 => 0x5 },
- 'lc5' => { 345 => 0x6 },
- 'lc6' => { 345 => 0x7 },
- 'lc7' => { 345 => 0x8 },
- 'lc8' => { 345 => 0x9 },
- 'lcddisplayatpoweron' => { 83 => 0x811, 87 => 0xa },
- 'lcddisplayreturntoshoot' => { 88 => 0x12 },
- 'lcdillumination' => { 278 => '17.5', 279 => '5.2', 281 => '5.1', 282 => '5.1', 287 => '10.3', 288 => '4.2', 291 => '5.2', 292 => '5.1', 293 => '5.4', 294 => 0x101 },
- 'lcdilluminationduringbulb' => { 83 => 0x408 },
- 'lcdmatrix' => { 137 => 0xe74 },
- 'lcdmatrixchickfix' => { 137 => 0xe75 },
- 'lcdmatrixmarvin' => { 137 => 0xe76 },
- 'lcdpanels' => { 82 => 0x8 },
- 'lcheditor' => { 271 => 0x8ae85e },
- 'legacyiptcdigest' => { 490 => 'LegacyIPTCDigest' },
- 'legalcode' => { 474 => 'legalcode' },
- 'lens' => { 118 => 0xfdea, 225 => 0x84, 473 => 'Lens' },
- 'lensafstopbutton' => { 81 => 0x11, 82 => 0x13, 83 => 0x506, 84 => 0x10, 85 => 0x12, 88 => 0x13, 89 => 0x9 },
- 'lensaperturerange' => { 396 => [0x30,0x48] },
- 'lenscontrolring' => { 294 => 0xad },
- 'lenscorrectionsettings' => { 481 => 'LensCorrectionSettings' },
- 'lensdistortinfo' => { 473 => 'LensDistortInfo' },
- 'lensdistortionparams' => { 301 => 0x206 },
- 'lensdrivenoaf' => { 83 => 0x505 },
+ 'intelligentd-range' => { 320 => 0x79 },
+ 'intelligentexposure' => { 320 => 0x5d },
+ 'intelligentresolution' => { 320 => 0x70 },
+ 'interchangecolorspace' => { 133 => 0x40 },
+ 'intergraphmatrix' => { 119 => 0x8480 },
+ 'internalflash' => { 181 => 0x2b, 279 => '23.1', 281 => '8.1', 284 => '22.1', 286 => '23.1', 290 => '8.1', 294 => '24.1', 300 => 0x1208 },
+ 'internalflashae1' => { 302 => 0x1021 },
+ 'internalflashae1_0' => { 302 => 0x101d },
+ 'internalflashae2' => { 302 => 0x1022 },
+ 'internalflashae2_0' => { 302 => 0x101e },
+ 'internalflashmode' => { 343 => 0x1 },
+ 'internalflashstrength' => { 343 => 0x3 },
+ 'internalflashtable' => { 302 => 0x1024 },
+ 'internallensserialnumber' => { 394 => 0xa005 },
+ 'internalndfilter' => { 320 => 0x9d },
+ 'internalserialnumber' => { 64 => 0x96, 76 => 0x9, 127 => 0x10, 187 => 0x49dc, 296 => 0x18, 298 => 0x102, 317 => 0x500, 320 => 0x25, 335 => 0x4, 387 => 0x5, 438 => [0x7c,0xf0], 439 => 0x88, 440 => [0x88,0x8a] },
+ 'interopindex' => { 119 => 0x1, 484 => 'InteroperabilityIndex' },
+ 'interopversion' => { 119 => 0x2 },
+ 'interval' => { 248 => 0xd0 },
+ 'intervaldurationhours' => { 228 => 0xa0 },
+ 'intervaldurationminutes' => { 228 => 0xa4 },
+ 'intervaldurationseconds' => { 228 => 0xa8 },
+ 'intervalexposuresmoothing' => { 228 => 0xb8, 252 => 0xc416 },
+ 'intervalframe' => { 248 => 0xd4 },
+ 'intervallength' => { 181 => 0x10 },
+ 'intervalmode' => { 181 => 0x26 },
+ 'intervalnumber' => { 181 => 0x11 },
+ 'intervalpriority' => { 228 => 0xba, 252 => 0xc418 },
+ 'intervals' => { 228 => 0xb0, 229 => 0xbc, 252 => 0xc40e },
+ 'intervalshooting' => { 252 => 0x760c, 260 => 0x760c, 261 => 0x6c98, 355 => 0x92 },
+ 'introtime' => { 503 => 'introTime' },
+ 'introtimescale' => { 503 => [\'introTime','introTimeScale'] },
+ 'introtimevalue' => { 503 => [\'introTime','introTimeValue'] },
+ 'ipaversion' => { 138 => 0xdae },
+ 'ipfcameramodel' => { 138 => 0xe4d },
+ 'iptc' => { 120 => 'IPTC' },
+ 'iptc-naa' => { 119 => 0x83bb, 325 => 0x83bb },
+ 'iptcbitspersample' => { 133 => 0x56 },
+ 'iptcdigest' => { 369 => 0x425 },
+ 'iptcimageheight' => { 133 => 0x1e },
+ 'iptcimagerotation' => { 133 => 0x66 },
+ 'iptcimagewidth' => { 133 => 0x14 },
+ 'iptclastedited' => { 489 => 'IptcLastEdited' },
+ 'iptcpicturenumber' => { 133 => 0xa },
+ 'iptcpixelheight' => { 133 => 0x32 },
+ 'iptcpixelwidth' => { 133 => 0x28 },
+ 'isalternativeof' => { 493 => 'isAlternativeOf' },
+ 'isbn' => { 493 => 'isbn' },
+ 'iscorrectionof' => { 493 => 'isCorrectionOf' },
+ 'iscustompicturestyle' => { 109 => 0x3 },
+ 'ismergedhdr' => { 474 => 'IsMergedHDR' },
+ 'ismergedpanorama' => { 474 => '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, 217 => 0x0, 226 => 0x2, 320 => 0xd1, 325 => 0x17, 355 => [0x8b,0x14], 362 => 0x14, 364 => 0x105, 394 => 0xa014, 397 => 0x86, 418 => 0x6f, 425 => [0x1f,0x21,0x25], 483 => 'ISOSpeedRatings' },
+ 'iso2' => { 217 => 0x6, 239 => 0x265, 240 => 0x25c, 241 => 0x265, 242 => 0x221, 243 => 0x25d, 244 => 0x256, 245 => 0x25d, 249 => 0x2b5, 253 => 0x265, 259 => 0x2b5 },
+ 'isoauto' => { 336 => '14.4' },
+ 'isoautoflashlimit' => { 229 => 0x146 },
+ 'isoautohilimit' => { 229 => 0x144, 247 => 0x18eb, 248 => 0xe82, 257 => 0x185d },
+ 'isoautomax' => { 419 => 0x4 },
+ 'isoautomin' => { 419 => 0x2 },
+ 'isoautoparameters' => { 355 => 0x7a },
+ 'isoautoshuttertime' => { 229 => 0x14e, 247 => 0x18ea, 248 => 0xe81, 257 => 0x185c },
+ 'isocalibrationgain' => { 138 => 0x89f },
+ 'isodisplay' => { 282 => '4.1', 283 => '4.1', 284 => '2.3', 285 => '3.3', 286 => '3.3', 289 => '3.3', 292 => '4.3', 293 => '4.1', 294 => '4.3' },
+ 'isoexpansion' => { 84 => 0x103, 85 => 0x7, 86 => 0x8, 89 => 0x8, 217 => 0x4 },
+ 'isoexpansion2' => { 217 => 0xa },
+ 'isofloor' => { 336 => 0x6 },
+ 'isoselected' => { 319 => 0x359 },
+ 'isoselection' => { 226 => 0xf },
+ 'isosensitivitystep' => { 287 => '6.2', 289 => '6.2' },
+ 'isosetting' => { 140 => 0x5e, 152 => 0x14, 156 => 'ISOSetting', 181 => 0x24, 182 => 0x26, 183 => 0x1c, 184 => 0x13, 189 => 0x6, 226 => 0x13, 336 => '17.3', 386 => 0x27, 407 => 0x16, 408 => 0x14, 409 => 0x2, 418 => 0x6d, 419 => 0x0 },
+ 'isospeed' => { 119 => 0x8833, 484 => 'ISOSpeed' },
+ 'isospeedexpansion' => { 83 => 0x3 },
+ 'isospeedincrements' => { 84 => 0x102 },
+ 'isospeedlatitudeyyy' => { 119 => 0x8834, 484 => 'ISOSpeedLatitudeyyy' },
+ 'isospeedlatitudezzz' => { 119 => 0x8835, 484 => 'ISOSpeedLatitudezzz' },
+ 'isospeedrange' => { 84 => 0x103 },
+ 'isostepsize' => { 279 => '6.1', 280 => '7.2', 282 => '7.2', 283 => '7.2', 288 => '4.1', 292 => '7.2', 293 => '7.2', 295 => 0x15d },
+ 'isovalue' => { 302 => 0x1001 },
+ 'isrccode' => { 380 => "\xa9isr" },
+ 'issn' => { 493 => 'issn' },
+ 'issueidentifier' => { 493 => 'issueIdentifier' },
+ 'issuename' => { 493 => 'issueName' },
+ 'issueteaser' => { 493 => 'issueTeaser' },
+ 'issuetype' => { 493 => 'issueType' },
+ 'istranslationof' => { 493 => 'isTranslationOf' },
+ 'itemsubtype' => { 178 => 'ItemSubType' },
+ 'itunesu' => { 372 => 'itnu' },
+ 'jobid' => { 131 => 0xb8 },
+ 'jobname' => { 485 => 'JobName' },
+ 'jobref' => { 502 => 'JobRef' },
+ 'jobrefid' => { 502 => [\'JobRef','JobRefId'] },
+ 'jobrefname' => { 502 => [\'JobRef','JobRefName'] },
+ 'jobrefurl' => { 502 => [\'JobRef','JobRefUrl'] },
+ 'jobstatus' => { 485 => 'JobStatus' },
+ 'jpeg-heifswitch' => { 420 => 0x2039 },
+ 'jpeghandling' => { 477 => 'JPEGHandling', 479 => 'JPEGHandling' },
+ 'jpegquality' => { 10 => 0x66, 320 => 0x43, 322 => 0x3034, 420 => 0xb047 },
+ 'jpegsize' => { 322 => 0x303a },
+ 'jpgcompression' => { 248 => 0x7d4 },
+ 'jpgfromraw' => { 97 => 0x2007, 114 => 'Exif-JpgFromRaw', 325 => 0x2e },
+ 'jpgfromrawlength' => { 119 => [0x117,0x202] },
+ 'jpgfromrawstart' => { 119 => [0x111,0x201] },
+ 'jpgrecordedpixels' => { 336 => '14.1' },
+ 'jurisdiction' => { 475 => 'jurisdiction' },
+ 'keepexposure' => { 295 => 0x237 },
+ 'kelvinwb_01' => { 344 => 0x5 },
+ 'kelvinwb_02' => { 344 => 0x9 },
+ 'kelvinwb_03' => { 344 => 0xd },
+ 'kelvinwb_04' => { 344 => 0x11 },
+ 'kelvinwb_05' => { 344 => 0x15 },
+ 'kelvinwb_06' => { 344 => 0x19 },
+ 'kelvinwb_07' => { 344 => 0x1d },
+ 'kelvinwb_08' => { 344 => 0x21 },
+ 'kelvinwb_09' => { 344 => 0x25 },
+ 'kelvinwb_10' => { 344 => 0x29 },
+ 'kelvinwb_11' => { 344 => 0x2d },
+ 'kelvinwb_12' => { 344 => 0x31 },
+ 'kelvinwb_13' => { 344 => 0x35 },
+ 'kelvinwb_14' => { 344 => 0x39 },
+ 'kelvinwb_15' => { 344 => 0x3d },
+ 'kelvinwb_16' => { 344 => 0x41 },
+ 'kelvinwb_daylight' => { 344 => 0x1 },
+ 'kerneldenominators' => { 138 => 0x933 },
+ 'key' => { 503 => 'key' },
+ 'keystonecompensation' => { 301 => 0x1900 },
+ 'keystonedirection' => { 301 => 0x1901 },
+ 'keystonevalue' => { 301 => 0x1906 },
+ 'keyword' => { 372 => 'keyw', 493 => 'keyword' },
+ 'keywordinfo' => { 171 => 'Keywords' },
+ 'keywords' => { 131 => 0x19, 157 => 'Keywords', 306 => 'Keywords', 371 => 'Keywords', 374 => 'keywords', 472 => 'keywords', 490 => 'Keywords', 501 => 'Keywords' },
+ 'killdate' => { 493 => 'killDate' },
+ 'killdatea-platform' => { 493 => [\'killDate','killDateA-platform'] },
+ 'killdatedate' => { 493 => [\'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' => { 310 => 'Label', 501 => 'Label' },
+ 'labelname1' => { 487 => [\'TagStructure','TagStructureLabelName'] },
+ 'labelname2' => { 487 => [\'TagStructure','TagStructureSubLabelsLabelName'] },
+ 'labelname3' => { 487 => [\'TagStructure','TagStructureSubLabelsSubLabelsLabelName'] },
+ 'labelname4' => { 487 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsLabelName'] },
+ 'labelname5' => { 487 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] },
+ 'labelname6' => { 487 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] },
+ 'landmark' => { 320 => 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' => { 229 => 0x592, 480 => 'language' },
+ 'languageidentifier' => { 131 => 0x87 },
+ 'largestvalidinteriorrectheight' => { 465 => 'LargestValidInteriorRectHeight' },
+ 'largestvalidinteriorrectleft' => { 465 => 'LargestValidInteriorRectLeft' },
+ 'largestvalidinteriorrecttop' => { 465 => 'LargestValidInteriorRectTop' },
+ 'largestvalidinteriorrectwidth' => { 465 => 'LargestValidInteriorRectWidth' },
+ 'lastfilenumber' => { 181 => 0x1b },
+ 'lastkeywordiptc' => { 178 => 'LastKeywordIPTC' },
+ 'lastkeywordxmp' => { 178 => 'LastKeywordXMP' },
+ 'lastphotodate' => { 465 => 'LastPhotoDate' },
+ 'lasturl' => { 504 => 'LastURL' },
+ 'lateralchromaticaberration' => { 420 => 0x2012 },
+ 'lateralchromaticaberrationcorrectionalreadyapplied' => { 474 => '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' => { 346 => 0x2 },
+ 'lc10' => { 346 => 0xb },
+ 'lc11' => { 346 => 0xc },
+ 'lc12' => { 346 => 0xd },
+ 'lc14' => { 346 => 0xf },
+ 'lc15' => { 346 => 0x10 },
+ 'lc3' => { 346 => 0x4 },
+ 'lc4' => { 346 => 0x5 },
+ 'lc5' => { 346 => 0x6 },
+ 'lc6' => { 346 => 0x7 },
+ 'lc7' => { 346 => 0x8 },
+ 'lc8' => { 346 => 0x9 },
+ 'lcddisplayatpoweron' => { 84 => 0x811, 88 => 0xa },
+ 'lcddisplayreturntoshoot' => { 89 => 0x12 },
+ 'lcdillumination' => { 279 => '17.5', 280 => '5.2', 282 => '5.1', 283 => '5.1', 288 => '10.3', 289 => '4.2', 292 => '5.2', 293 => '5.1', 294 => '5.4', 295 => 0x101 },
+ 'lcdilluminationduringbulb' => { 84 => 0x408 },
+ 'lcdmatrix' => { 138 => 0xe74 },
+ 'lcdmatrixchickfix' => { 138 => 0xe75 },
+ 'lcdmatrixmarvin' => { 138 => 0xe76 },
+ 'lcdpanels' => { 83 => 0x8 },
+ 'lcheditor' => { 272 => 0x8ae85e },
+ 'legacyiptcdigest' => { 491 => 'LegacyIPTCDigest' },
+ 'legalcode' => { 475 => 'legalcode' },
+ 'lens' => { 119 => 0xfdea, 226 => 0x84, 474 => 'Lens' },
+ 'lensafstopbutton' => { 82 => 0x11, 83 => 0x13, 84 => 0x506, 85 => 0x10, 86 => 0x12, 89 => 0x13, 90 => 0x9 },
+ 'lensaperturerange' => { 397 => [0x30,0x48] },
+ 'lenscontrolring' => { 295 => 0xad },
+ 'lenscorrectionsettings' => { 482 => 'LensCorrectionSettings' },
+ 'lensdistortinfo' => { 474 => 'LensDistortInfo' },
+ 'lensdistortionparams' => { 302 => 0x206 },
+ 'lensdrivenoaf' => { 84 => 0x505 },
'lensdrivewhenafimpossible' => { 2 => 0xb },
- 'lense-mountversion' => { 408 => 0x3f0, 452 => 0xd },
- 'lensfirmware' => { 387 => 0x20, 393 => 0xa004 },
- 'lensfirmwareversion' => { 297 => 0x204, 319 => 0x60, 408 => 0x3f3, 452 => 0x14 },
- 'lensfocallength' => { 102 => 0xf0512, 345 => 0x9 },
- 'lensfocalrange' => { 396 => [0xa,0x2a] },
- 'lensfocusfunctionbuttons' => { 279 => '55.1', 281 => '52.1', 282 => '52.1', 291 => '52.1', 292 => '52.1' },
- 'lensformat' => { 431 => 0x1891, 433 => 0x18bd, 434 => 0x18ed, 435 => 0x17f1, 437 => 0x106, 438 => 0x106, 448 => 0x603, 449 => 0x5d },
- 'lensfstops' => { 217 => 0x7, 218 => 0xc, 219 => 0xd, 223 => 0xe, 225 => 0x8b, 345 => '0.3' },
- 'lensfunc1button' => { 294 => 0x9f },
- 'lensfunc2button' => { 294 => 0xa7 },
- 'lensid' => { 223 => 0x30, 473 => 'LensID' },
- 'lensidnumber' => { 217 => 0x6, 218 => 0xb, 219 => 0xc, 223 => 0xd },
- 'lensinfo' => { 118 => 0xa432, 351 => 0x2a, 473 => 'LensInfo', 483 => 'LensSpecification' },
- 'lenskind' => { 345 => 0x1 },
- 'lensmake' => { 118 => 0xa433, 162 => 'Make', 483 => 'LensMake' },
- 'lensmanualdistortionamount' => { 476 => 'LensManualDistortionAmount', 478 => 'LensManualDistortionAmount' },
- 'lensmanufacturer' => { 177 => 'LensManufacturer' },
- 'lensmaxaperturerange' => { 396 => 0x2b },
- 'lensmodel' => { 7 => 0x937, 14 => 0x92b, 15 => 0x933, 63 => 0x95, 118 => 0xa434, 162 => 'Model', 177 => 'LensModel', 220 => 0x18a, 221 => 0x18b, 222 => 0x2ac, 297 => 0x203, 351 => 0xc, 363 => 0x412, 483 => 'LensModel' },
- 'lensmodulationoptimizer' => { 126 => 0x1045 },
- 'lensmount' => { 408 => 0x99, 431 => 0x1892, 433 => 0x18be, 434 => 0x18ee, 435 => 0x17f2, 437 => 0x105, 438 => 0x105, 448 => 0x604, 449 => 0x5e },
- 'lensmount2' => { 452 => 0x8 },
- 'lensprofilechromaticaberrationscale' => { 476 => 'LensProfileChromaticAberrationScale', 478 => 'LensProfileChromaticAberrationScale' },
- 'lensprofiledigest' => { 476 => 'LensProfileDigest', 478 => 'LensProfileDigest' },
- 'lensprofiledistortionscale' => { 476 => 'LensProfileDistortionScale', 478 => 'LensProfileDistortionScale' },
- 'lensprofileenable' => { 476 => 'LensProfileEnable', 478 => 'LensProfileEnable' },
- 'lensprofilefilename' => { 476 => 'LensProfileFilename', 478 => 'LensProfileFilename' },
- 'lensprofileisembedded' => { 476 => 'LensProfileIsEmbedded', 478 => 'LensProfileIsEmbedded' },
- 'lensprofilematchkeycameramodelname' => { 476 => 'LensProfileMatchKeyCameraModelName', 478 => 'LensProfileMatchKeyCameraModelName' },
- 'lensprofilematchkeyexifmake' => { 476 => 'LensProfileMatchKeyExifMake', 478 => 'LensProfileMatchKeyExifMake' },
- 'lensprofilematchkeyexifmodel' => { 476 => 'LensProfileMatchKeyExifModel', 478 => 'LensProfileMatchKeyExifModel' },
- 'lensprofilematchkeyisraw' => { 476 => 'LensProfileMatchKeyIsRaw', 478 => 'LensProfileMatchKeyIsRaw' },
- 'lensprofilematchkeylensid' => { 476 => 'LensProfileMatchKeyLensID', 478 => 'LensProfileMatchKeyLensID' },
- 'lensprofilematchkeylensinfo' => { 476 => 'LensProfileMatchKeyLensInfo', 478 => 'LensProfileMatchKeyLensInfo' },
- 'lensprofilematchkeylensname' => { 476 => 'LensProfileMatchKeyLensName', 478 => 'LensProfileMatchKeyLensName' },
- 'lensprofilematchkeysensorformatfactor' => { 476 => 'LensProfileMatchKeySensorFormatFactor', 478 => 'LensProfileMatchKeySensorFormatFactor' },
- 'lensprofilename' => { 476 => 'LensProfileName', 478 => 'LensProfileName' },
- 'lensprofilesetup' => { 476 => 'LensProfileSetup', 478 => 'LensProfileSetup' },
- 'lensprofilevignettingscale' => { 476 => 'LensProfileVignettingScale', 478 => 'LensProfileVignettingScale' },
- 'lensproperties' => { 297 => 0x20b },
- 'lensserialnumber' => { 21 => 0x164, 32 => 0x16b, 61 => 0x0, 118 => 0xa435, 162 => 'SerialNumber', 297 => 0x202, 317 => 0x321, 319 => 0x52, 379 => 'LENS', 387 => 0x30, 473 => 'LensSerialNumber', 483 => 'LensSerialNumber' },
- 'lensshutterlock' => { 183 => 0x4a },
- 'lensspec' => { 403 => 0x0, 404 => 0x0, 405 => 0x0, 419 => 0xb02a },
- 'lensspecfeatures' => { 437 => [0x115,0x116], 438 => [0x116,0x1ed,0x1f0,0x21c,0x21e] },
- 'lenstemperature' => { 301 => 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, 185 => 0x10c, 186 => 0x49bd, 225 => 0x83, 297 => 0x201, 310 => 0x16, 314 => 0x310, 316 => 0x303, 317 => 0x303, 319 => 0x51, 321 => 0x3405, 346 => 0x0, 347 => 0x0, 348 => 0x1, 349 => 0x1, 350 => 0x1, 352 => 0x0, 393 => 0xa003, 396 => 0x27, 419 => 0xb027, 431 => 0x1896, 433 => 0x18c2, 434 => 0x18f2, 435 => 0x17f6, 437 => 0x109, 438 => 0x109, 448 => 0x608, 449 => 0x62 },
- 'lenstype2' => { 408 => 0x3f7, 431 => 0x1893, 433 => 0x18bf, 434 => 0x18ef, 435 => 0x17f3, 437 => 0x107, 438 => 0x107, 448 => 0x605, 449 => 0x60 },
- 'lenstype3' => { 452 => 0x9 },
- 'lenstypemake' => { 319 => 0xc4 },
- 'lenstypemodel' => { 319 => [0xc5,0xe4] },
- 'lenszoomposition' => { 445 => 0x19, 446 => 0x1e, 449 => [0x342,0x34e,0x35a] },
- 'levelindicator' => { 327 => 0x15 },
- 'levelmeter' => { 379 => ['Lvlm','lvlm'] },
- 'levelorientation' => { 353 => 0x0 },
- 'license' => { 474 => 'license' },
- 'licensee' => { 306 => 'Licensee' },
- 'licenseeid' => { 306 => [\'Licensee','LicenseeLicenseeID'] },
- 'licenseeimageid' => { 306 => 'LicenseeImageID' },
- 'licenseeimagenotes' => { 306 => 'LicenseeImageNotes' },
- 'licenseename' => { 306 => [\'Licensee','LicenseeLicenseeName'] },
- 'licenseenddate' => { 306 => 'LicenseEndDate' },
- 'licenseeprojectreference' => { 306 => 'LicenseeProjectReference' },
- 'licenseetransactionid' => { 306 => 'LicenseeTransactionID' },
- 'licenseid' => { 306 => 'LicenseID' },
- 'licensestartdate' => { 306 => 'LicenseStartDate' },
- 'licensetransactiondate' => { 306 => 'LicenseTransactionDate' },
- 'licensetype' => { 480 => 'licensetype' },
- 'licensor' => { 306 => 'Licensor' },
- 'licensorcity' => { 306 => [\'Licensor','LicensorLicensorCity'] },
- 'licensorcountry' => { 306 => [\'Licensor','LicensorLicensorCountry'] },
- 'licensoremail' => { 306 => [\'Licensor','LicensorLicensorEmail'] },
- 'licensorextendedaddress' => { 306 => [\'Licensor','LicensorLicensorExtendedAddress'] },
- 'licensorid' => { 306 => [\'Licensor','LicensorLicensorID'] },
- 'licensorimageid' => { 306 => 'LicensorImageID' },
- 'licensorname' => { 306 => [\'Licensor','LicensorLicensorName'] },
- 'licensornotes' => { 306 => 'LicensorNotes' },
- 'licensorpostalcode' => { 306 => [\'Licensor','LicensorLicensorPostalCode'] },
- 'licensorregion' => { 306 => [\'Licensor','LicensorLicensorRegion'] },
- 'licensorstreetaddress' => { 306 => [\'Licensor','LicensorLicensorStreetAddress'] },
- 'licensortelephone1' => { 306 => [\'Licensor','LicensorLicensorTelephone1'] },
- 'licensortelephone2' => { 306 => [\'Licensor','LicensorLicensorTelephone2'] },
- 'licensortelephonetype1' => { 306 => [\'Licensor','LicensorLicensorTelephoneType1'] },
- 'licensortelephonetype2' => { 306 => [\'Licensor','LicensorLicensorTelephoneType2'] },
- 'licensortransactionid' => { 306 => 'LicensorTransactionID' },
- 'licensorurl' => { 306 => [\'Licensor','LicensorLicensorURL'] },
- 'lightcondition' => { 301 => 0x1009 },
- 'lightingmode' => { 112 => 0x302a },
- 'lightreading' => { 354 => 0x15 },
- 'lightsource' => { 118 => 0x9208, 225 => 0x90, 304 => 0x1000, 482 => 'LightSource' },
- 'lightsourcespecial' => { 395 => 0x21d },
- 'lightswitch' => { 291 => '0.1', 293 => '0.1' },
- 'lightvaluecenter' => { 301 => 0x103d },
- 'lightvalueperiphery' => { 301 => 0x103e },
- 'limitaf-areamodesel3dtracking' => { 294 => 0x153 },
- 'limitaf-areamodeseldynamic_l' => { 294 => 0x151 },
- 'limitaf-areamodeseldynamic_m' => { 294 => 0x150 },
- 'limitaf-areamodeseldynamic_s' => { 294 => 0x14f },
- 'limitaf-areamodeselpinpoint' => { 294 => 0x11 },
- 'limitaf-areamodeselwideaf_l' => { 294 => 0x14 },
- 'limitaf-areamodeselwideaf_s' => { 294 => 0x13 },
- 'limitafareamodeselauto' => { 294 => 0x15 },
- 'limitafareamodeselection' => { 279 => '51.1', 281 => '49.1', 282 => '49.1', 291 => '49.1', 292 => '49.1' },
- 'limitreleasemodeselc120' => { 294 => '269.4' },
- 'limitreleasemodeselc30' => { 294 => '269.3' },
- 'limitreleasemodeselch' => { 294 => '269.2' },
- 'limitreleasemodeselcl' => { 294 => '269.1' },
- 'limitreleasemodeselself' => { 294 => '269.5' },
- 'limitselectableimagearea16to9' => { 294 => 0x47 },
- 'limitselectableimagearea1to1' => { 294 => 0x46 },
- 'limitselectableimageareadx' => { 294 => 0x45 },
- 'linearitylimitblue' => { 324 => 0x10 },
- 'linearitylimitgreen' => { 324 => 0xf },
- 'linearitylimitred' => { 324 => 0xe },
+ 'lense-mountversion' => { 409 => 0x3f0, 453 => 0xd },
+ 'lensfirmware' => { 388 => 0x20, 394 => 0xa004 },
+ 'lensfirmwareversion' => { 298 => 0x204, 320 => 0x60, 409 => 0x3f3, 453 => 0x14 },
+ 'lensfocallength' => { 103 => 0xf0512, 346 => 0x9 },
+ 'lensfocalrange' => { 397 => [0xa,0x2a] },
+ 'lensfocusfunctionbuttons' => { 280 => '55.1', 282 => '52.1', 283 => '52.1', 292 => '52.1', 293 => '52.1' },
+ 'lensformat' => { 432 => 0x1891, 434 => 0x18bd, 435 => 0x18ed, 436 => 0x17f1, 438 => 0x106, 439 => 0x106, 449 => 0x603, 450 => 0x5d },
+ 'lensfstops' => { 218 => 0x7, 219 => 0xc, 220 => 0xd, 224 => 0xe, 226 => 0x8b, 346 => '0.3' },
+ 'lensfunc1button' => { 295 => 0x9f },
+ 'lensfunc2button' => { 295 => 0xa7 },
+ 'lensid' => { 224 => 0x30, 474 => 'LensID' },
+ 'lensidnumber' => { 218 => 0x6, 219 => 0xb, 220 => 0xc, 224 => 0xd },
+ 'lensinfo' => { 119 => 0xa432, 352 => 0x2a, 474 => 'LensInfo', 484 => 'LensSpecification' },
+ 'lenskind' => { 346 => 0x1 },
+ 'lensmake' => { 119 => 0xa433, 163 => 'Make', 484 => 'LensMake' },
+ 'lensmanualdistortionamount' => { 477 => 'LensManualDistortionAmount', 479 => 'LensManualDistortionAmount' },
+ 'lensmanufacturer' => { 178 => 'LensManufacturer' },
+ 'lensmaxaperturerange' => { 397 => 0x2b },
+ 'lensmodel' => { 7 => 0x937, 14 => 0x92b, 15 => 0x933, 64 => 0x95, 119 => 0xa434, 163 => 'Model', 178 => 'LensModel', 221 => 0x18a, 222 => 0x18b, 223 => 0x2ac, 298 => 0x203, 352 => 0xc, 364 => 0x412, 484 => 'LensModel' },
+ 'lensmodulationoptimizer' => { 127 => 0x1045 },
+ 'lensmount' => { 409 => 0x99, 432 => 0x1892, 434 => 0x18be, 435 => 0x18ee, 436 => 0x17f2, 438 => 0x105, 439 => 0x105, 449 => 0x604, 450 => 0x5e },
+ 'lensmount2' => { 453 => 0x8 },
+ 'lensprofilechromaticaberrationscale' => { 477 => 'LensProfileChromaticAberrationScale', 479 => 'LensProfileChromaticAberrationScale' },
+ 'lensprofiledigest' => { 477 => 'LensProfileDigest', 479 => 'LensProfileDigest' },
+ 'lensprofiledistortionscale' => { 477 => 'LensProfileDistortionScale', 479 => 'LensProfileDistortionScale' },
+ 'lensprofileenable' => { 477 => 'LensProfileEnable', 479 => 'LensProfileEnable' },
+ 'lensprofilefilename' => { 477 => 'LensProfileFilename', 479 => 'LensProfileFilename' },
+ 'lensprofileisembedded' => { 477 => 'LensProfileIsEmbedded', 479 => 'LensProfileIsEmbedded' },
+ 'lensprofilematchkeycameramodelname' => { 477 => 'LensProfileMatchKeyCameraModelName', 479 => 'LensProfileMatchKeyCameraModelName' },
+ 'lensprofilematchkeyexifmake' => { 477 => 'LensProfileMatchKeyExifMake', 479 => 'LensProfileMatchKeyExifMake' },
+ 'lensprofilematchkeyexifmodel' => { 477 => 'LensProfileMatchKeyExifModel', 479 => 'LensProfileMatchKeyExifModel' },
+ 'lensprofilematchkeyisraw' => { 477 => 'LensProfileMatchKeyIsRaw', 479 => 'LensProfileMatchKeyIsRaw' },
+ 'lensprofilematchkeylensid' => { 477 => 'LensProfileMatchKeyLensID', 479 => 'LensProfileMatchKeyLensID' },
+ 'lensprofilematchkeylensinfo' => { 477 => 'LensProfileMatchKeyLensInfo', 479 => 'LensProfileMatchKeyLensInfo' },
+ 'lensprofilematchkeylensname' => { 477 => 'LensProfileMatchKeyLensName', 479 => 'LensProfileMatchKeyLensName' },
+ 'lensprofilematchkeysensorformatfactor' => { 477 => 'LensProfileMatchKeySensorFormatFactor', 479 => 'LensProfileMatchKeySensorFormatFactor' },
+ 'lensprofilename' => { 477 => 'LensProfileName', 479 => 'LensProfileName' },
+ 'lensprofilesetup' => { 477 => 'LensProfileSetup', 479 => 'LensProfileSetup' },
+ 'lensprofilevignettingscale' => { 477 => 'LensProfileVignettingScale', 479 => 'LensProfileVignettingScale' },
+ 'lensproperties' => { 298 => 0x20b },
+ 'lensserialnumber' => { 21 => 0x164, 32 => 0x16b, 61 => 0x0, 119 => 0xa435, 163 => 'SerialNumber', 298 => 0x202, 318 => 0x321, 320 => 0x52, 380 => 'LENS', 388 => 0x30, 474 => 'LensSerialNumber', 484 => 'LensSerialNumber' },
+ 'lensshutterlock' => { 184 => 0x4a },
+ 'lensspec' => { 404 => 0x0, 405 => 0x0, 406 => 0x0, 420 => 0xb02a },
+ 'lensspecfeatures' => { 438 => [0x115,0x116], 439 => [0x116,0x1ed,0x1f0,0x21c,0x21e] },
+ 'lenstemperature' => { 302 => 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, 226 => 0x83, 298 => 0x201, 311 => 0x16, 315 => 0x310, 317 => 0x303, 318 => 0x303, 320 => 0x51, 322 => 0x3405, 347 => 0x0, 348 => 0x0, 349 => 0x1, 350 => 0x1, 351 => 0x1, 353 => 0x0, 394 => 0xa003, 397 => 0x27, 420 => 0xb027, 432 => 0x1896, 434 => 0x18c2, 435 => 0x18f2, 436 => 0x17f6, 438 => 0x109, 439 => 0x109, 449 => 0x608, 450 => 0x62 },
+ 'lenstype2' => { 409 => 0x3f7, 432 => 0x1893, 434 => 0x18bf, 435 => 0x18ef, 436 => 0x17f3, 438 => 0x107, 439 => 0x107, 449 => 0x605, 450 => 0x60 },
+ 'lenstype3' => { 453 => 0x9 },
+ 'lenstypemake' => { 320 => 0xc4 },
+ 'lenstypemodel' => { 320 => [0xc5,0xe4] },
+ 'lenszoomposition' => { 446 => 0x19, 447 => 0x1e, 450 => [0x342,0x34e,0x35a] },
+ 'levelindicator' => { 328 => 0x15 },
+ 'levelmeter' => { 380 => ['Lvlm','lvlm'] },
+ 'levelorientation' => { 354 => 0x0 },
+ 'license' => { 475 => 'license' },
+ 'licensee' => { 307 => 'Licensee' },
+ 'licenseeid' => { 307 => [\'Licensee','LicenseeLicenseeID'] },
+ 'licenseeimageid' => { 307 => 'LicenseeImageID' },
+ 'licenseeimagenotes' => { 307 => 'LicenseeImageNotes' },
+ 'licenseename' => { 307 => [\'Licensee','LicenseeLicenseeName'] },
+ 'licenseenddate' => { 307 => 'LicenseEndDate' },
+ 'licenseeprojectreference' => { 307 => 'LicenseeProjectReference' },
+ 'licenseetransactionid' => { 307 => 'LicenseeTransactionID' },
+ 'licenseid' => { 307 => 'LicenseID' },
+ 'licensestartdate' => { 307 => 'LicenseStartDate' },
+ 'licensetransactiondate' => { 307 => 'LicenseTransactionDate' },
+ 'licensetype' => { 481 => 'licensetype' },
+ 'licensor' => { 307 => 'Licensor' },
+ 'licensorcity' => { 307 => [\'Licensor','LicensorLicensorCity'] },
+ 'licensorcountry' => { 307 => [\'Licensor','LicensorLicensorCountry'] },
+ 'licensoremail' => { 307 => [\'Licensor','LicensorLicensorEmail'] },
+ 'licensorextendedaddress' => { 307 => [\'Licensor','LicensorLicensorExtendedAddress'] },
+ 'licensorid' => { 307 => [\'Licensor','LicensorLicensorID'] },
+ 'licensorimageid' => { 307 => 'LicensorImageID' },
+ 'licensorname' => { 307 => [\'Licensor','LicensorLicensorName'] },
+ 'licensornotes' => { 307 => 'LicensorNotes' },
+ 'licensorpostalcode' => { 307 => [\'Licensor','LicensorLicensorPostalCode'] },
+ 'licensorregion' => { 307 => [\'Licensor','LicensorLicensorRegion'] },
+ 'licensorstreetaddress' => { 307 => [\'Licensor','LicensorLicensorStreetAddress'] },
+ 'licensortelephone1' => { 307 => [\'Licensor','LicensorLicensorTelephone1'] },
+ 'licensortelephone2' => { 307 => [\'Licensor','LicensorLicensorTelephone2'] },
+ 'licensortelephonetype1' => { 307 => [\'Licensor','LicensorLicensorTelephoneType1'] },
+ 'licensortelephonetype2' => { 307 => [\'Licensor','LicensorLicensorTelephoneType2'] },
+ 'licensortransactionid' => { 307 => 'LicensorTransactionID' },
+ 'licensorurl' => { 307 => [\'Licensor','LicensorLicensorURL'] },
+ 'lightcondition' => { 302 => 0x1009 },
+ 'lightingmode' => { 113 => 0x302a },
+ 'lightreading' => { 355 => 0x15 },
+ 'lightsource' => { 119 => 0x9208, 226 => 0x90, 305 => 0x1000, 483 => 'LightSource' },
+ 'lightsourcespecial' => { 396 => 0x21d },
+ 'lightswitch' => { 292 => '0.1', 294 => '0.1' },
+ 'lightvaluecenter' => { 302 => 0x103d },
+ 'lightvalueperiphery' => { 302 => 0x103e },
+ 'limitaf-areamodesel3dtracking' => { 295 => 0x153 },
+ 'limitaf-areamodeseldynamic_l' => { 295 => 0x151 },
+ 'limitaf-areamodeseldynamic_m' => { 295 => 0x150 },
+ 'limitaf-areamodeseldynamic_s' => { 295 => 0x14f },
+ 'limitaf-areamodeselpinpoint' => { 295 => 0x11 },
+ 'limitaf-areamodeselwideaf_l' => { 295 => 0x14 },
+ 'limitaf-areamodeselwideaf_s' => { 295 => 0x13 },
+ 'limitafareamodeselauto' => { 295 => 0x15 },
+ 'limitafareamodeselection' => { 280 => '51.1', 282 => '49.1', 283 => '49.1', 292 => '49.1', 293 => '49.1' },
+ 'limitreleasemodeselc120' => { 295 => '269.4' },
+ 'limitreleasemodeselc30' => { 295 => '269.3' },
+ 'limitreleasemodeselch' => { 295 => '269.2' },
+ 'limitreleasemodeselcl' => { 295 => '269.1' },
+ 'limitreleasemodeselself' => { 295 => '269.5' },
+ 'limitselectableimagearea16to9' => { 295 => 0x47 },
+ 'limitselectableimagearea1to1' => { 295 => 0x46 },
+ 'limitselectableimageareadx' => { 295 => 0x45 },
+ 'linearitylimitblue' => { 325 => 0x10 },
+ 'linearitylimitgreen' => { 325 => 0xf },
+ 'linearitylimitred' => { 325 => 0xe },
'linearityuppermargin' => { 41 => 0x32c, 42 => 0x282, 45 => [0x2ba,0x2d1,0x2d5], 47 => 0x1e5, 48 => [0x1fe,0x2de], 49 => [0x232,0x310], 50 => 0x31e },
- 'linearizationtable' => { 118 => 0xc618 },
- 'linearresponselimit' => { 118 => 0xc62e },
- 'link' => { 492 => 'link' },
- 'linkaetoafpoint' => { 335 => '14.2' },
- 'linkedencodedrightsexpr' => { 488 => [\'LinkedEncRightsExpr','LinkedEncRightsExprLinkedRightsExpr'] },
- 'linkedencodedrightsexprlangid' => { 488 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprLangId'] },
- 'linkedencodedrightsexprtype' => { 488 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprEncType'] },
- 'linkedencrightsexpr' => { 488 => 'LinkedEncRightsExpr' },
- 'linlogcoring' => { 137 => 0x904 },
- 'lithostratigraphicterms' => { 117 => [\'GeologicalContext','GeologicalContextLithostratigraphicTerms'] },
- 'livephotoauto' => { 373 => 'live-photo.auto' },
- 'livephotovitalityscore' => { 373 => 'live-photo.vitality-score' },
- 'livephotovitalityscoringversion' => { 373 => 'live-photo.vitality-scoring-version' },
- 'liveviewaf' => { 283 => '32.1', 293 => '34.1' },
- 'liveviewafareamode' => { 288 => '34.1' },
- 'liveviewafmethod' => { 424 => 0x20 },
- 'liveviewafmode' => { 288 => '34.2' },
- 'liveviewafsetting' => { 408 => 0x36 },
- 'liveviewbuttonoptions' => { 279 => '50.2', 281 => '48.2', 282 => '48.2', 291 => '48.2', 292 => '48.2' },
- 'liveviewexposuresimulation' => { 83 => 0x810 },
- 'liveviewfocusmode' => { 408 => [0x8b,0x28b] },
- 'liveviewmetering' => { 408 => [0x84,0x284] },
- 'liveviewmonitorofftime' => { 279 => '21.2', 281 => '21.2', 282 => '21.2', 284 => '20.2', 285 => '20.2', 286 => '20.2', 288 => '20.2', 291 => '21.2', 292 => '21.2' },
+ 'linearizationtable' => { 119 => 0xc618 },
+ 'linearresponselimit' => { 119 => 0xc62e },
+ 'link' => { 493 => 'link' },
+ 'linkaetoafpoint' => { 336 => '14.2' },
+ 'linkedencodedrightsexpr' => { 489 => [\'LinkedEncRightsExpr','LinkedEncRightsExprLinkedRightsExpr'] },
+ 'linkedencodedrightsexprlangid' => { 489 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprLangId'] },
+ 'linkedencodedrightsexprtype' => { 489 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprEncType'] },
+ 'linkedencrightsexpr' => { 489 => 'LinkedEncRightsExpr' },
+ 'linlogcoring' => { 138 => 0x904 },
+ 'lithostratigraphicterms' => { 118 => [\'GeologicalContext','GeologicalContextLithostratigraphicTerms'] },
+ 'livephotoauto' => { 374 => 'live-photo.auto' },
+ 'livephotovitalityscore' => { 374 => 'live-photo.vitality-score' },
+ 'livephotovitalityscoringversion' => { 374 => 'live-photo.vitality-scoring-version' },
+ 'liveviewaf' => { 284 => '32.1', 294 => '34.1' },
+ 'liveviewafareamode' => { 289 => '34.1' },
+ 'liveviewafmethod' => { 425 => 0x20 },
+ 'liveviewafmode' => { 289 => '34.2' },
+ 'liveviewafsetting' => { 409 => 0x36 },
+ 'liveviewbuttonoptions' => { 280 => '50.2', 282 => '48.2', 283 => '48.2', 292 => '48.2', 293 => '48.2' },
+ 'liveviewexposuresimulation' => { 84 => 0x810 },
+ 'liveviewfocusmode' => { 409 => [0x8b,0x28b] },
+ 'liveviewmetering' => { 409 => [0x84,0x284] },
+ 'liveviewmonitorofftime' => { 280 => '21.2', 282 => '21.2', 283 => '21.2', 285 => '20.2', 286 => '20.2', 287 => '20.2', 289 => '20.2', 292 => '21.2', 293 => '21.2' },
'liveviewshooting' => { 57 => 0x13 },
- 'livingspecimen' => { 117 => 'LivingSpecimen' },
- 'livingspecimenmaterialsampleid' => { 117 => [\'LivingSpecimen','LivingSpecimenMaterialSampleID'] },
- 'localcaption' => { 130 => 0x79 },
- 'localizedcameramodel' => { 118 => 0xc615 },
- 'locallocationname' => { 393 => 0x30 },
- 'location' => { 224 => 0x9, 319 => 0x67, 469 => 'Location', 487 => 'Location', 491 => 'location', 492 => 'location' },
- 'locationaccuracyhorizontal' => { 373 => 'location.accuracy.horizontal' },
- 'locationareacode' => { 475 => 'lac' },
- 'locationbody' => { 373 => 'location.body' },
- 'locationcreated' => { 488 => 'LocationCreated' },
- 'locationcreatedcity' => { 488 => [\'LocationCreated','LocationCreatedCity'] },
- 'locationcreatedcountrycode' => { 488 => [\'LocationCreated','LocationCreatedCountryCode'] },
- 'locationcreatedcountryname' => { 488 => [\'LocationCreated','LocationCreatedCountryName'] },
- 'locationcreatedgpsaltitude' => { 488 => [\'LocationCreated','LocationCreatedGPSAltitude'] },
- 'locationcreatedgpslatitude' => { 488 => [\'LocationCreated','LocationCreatedGPSLatitude'] },
- 'locationcreatedgpslongitude' => { 488 => [\'LocationCreated','LocationCreatedGPSLongitude'] },
- 'locationcreatedidentifier' => { 488 => [\'LocationCreated','LocationCreatedIdentifier'] },
- 'locationcreatedlocationid' => { 488 => [\'LocationCreated','LocationCreatedLocationId'] },
- 'locationcreatedlocationname' => { 488 => [\'LocationCreated','LocationCreatedLocationName'] },
- 'locationcreatedprovincestate' => { 488 => [\'LocationCreated','LocationCreatedProvinceState'] },
- 'locationcreatedsublocation' => { 488 => [\'LocationCreated','LocationCreatedSublocation'] },
- 'locationcreatedworldregion' => { 488 => [\'LocationCreated','LocationCreatedWorldRegion'] },
- 'locationdate' => { 373 => 'location.date' },
- 'locationinformation' => { 379 => 'loci' },
- 'locationinfoversion' => { 224 => 0x0 },
- 'locationname' => { 373 => 'location.name', 393 => 0x31 },
- 'locationnote' => { 373 => 'location.note' },
- 'locationrole' => { 373 => 'location.role' },
- 'locationshown' => { 488 => 'LocationShown' },
- 'locationshowncity' => { 488 => [\'LocationShown','LocationShownCity'] },
- 'locationshowncountrycode' => { 488 => [\'LocationShown','LocationShownCountryCode'] },
- 'locationshowncountryname' => { 488 => [\'LocationShown','LocationShownCountryName'] },
- 'locationshowngpsaltitude' => { 488 => [\'LocationShown','LocationShownGPSAltitude'] },
- 'locationshowngpslatitude' => { 488 => [\'LocationShown','LocationShownGPSLatitude'] },
- 'locationshowngpslongitude' => { 488 => [\'LocationShown','LocationShownGPSLongitude'] },
- 'locationshownidentifier' => { 488 => [\'LocationShown','LocationShownIdentifier'] },
- 'locationshownlocationid' => { 488 => [\'LocationShown','LocationShownLocationId'] },
- 'locationshownlocationname' => { 488 => [\'LocationShown','LocationShownLocationName'] },
- 'locationshownprovincestate' => { 488 => [\'LocationShown','LocationShownProvinceState'] },
- 'locationshownsublocation' => { 488 => [\'LocationShown','LocationShownSublocation'] },
- 'locationshownworldregion' => { 488 => [\'LocationShown','LocationShownWorldRegion'] },
- 'lockmicrophonebutton' => { 83 => 0x709 },
- 'logcomment' => { 502 => 'logComment' },
- 'logscale' => { 137 => 0x902 },
- 'longdescription' => { 371 => 'ldes' },
- 'longexposurenoisereduction' => { 62 => 0x4, 83 => 0x201, 84 => 0x1, 85 => 0x2, 86 => 0x1, 87 => 0x1, 88 => 0x2, 89 => 0x1, 319 => 0x49, 406 => 0x2b, 407 => 0x25, 408 => 0x25, 419 => 0x2008, 424 => 0x11, 449 => 0x44 },
+ 'livingspecimen' => { 118 => 'LivingSpecimen' },
+ 'livingspecimenmaterialsampleid' => { 118 => [\'LivingSpecimen','LivingSpecimenMaterialSampleID'] },
+ 'localcaption' => { 131 => 0x79 },
+ 'localizedcameramodel' => { 119 => 0xc615 },
+ 'locallocationname' => { 394 => 0x30 },
+ 'location' => { 225 => 0x9, 320 => 0x67, 470 => 'Location', 488 => 'Location', 492 => 'location', 493 => 'location' },
+ 'locationaccuracyhorizontal' => { 374 => 'location.accuracy.horizontal' },
+ 'locationareacode' => { 476 => 'lac' },
+ 'locationbody' => { 374 => 'location.body' },
+ 'locationcreated' => { 489 => 'LocationCreated' },
+ 'locationcreatedcity' => { 489 => [\'LocationCreated','LocationCreatedCity'] },
+ 'locationcreatedcountrycode' => { 489 => [\'LocationCreated','LocationCreatedCountryCode'] },
+ 'locationcreatedcountryname' => { 489 => [\'LocationCreated','LocationCreatedCountryName'] },
+ 'locationcreatedgpsaltitude' => { 489 => [\'LocationCreated','LocationCreatedGPSAltitude'] },
+ 'locationcreatedgpslatitude' => { 489 => [\'LocationCreated','LocationCreatedGPSLatitude'] },
+ 'locationcreatedgpslongitude' => { 489 => [\'LocationCreated','LocationCreatedGPSLongitude'] },
+ 'locationcreatedidentifier' => { 489 => [\'LocationCreated','LocationCreatedIdentifier'] },
+ 'locationcreatedlocationid' => { 489 => [\'LocationCreated','LocationCreatedLocationId'] },
+ 'locationcreatedlocationname' => { 489 => [\'LocationCreated','LocationCreatedLocationName'] },
+ 'locationcreatedprovincestate' => { 489 => [\'LocationCreated','LocationCreatedProvinceState'] },
+ 'locationcreatedsublocation' => { 489 => [\'LocationCreated','LocationCreatedSublocation'] },
+ 'locationcreatedworldregion' => { 489 => [\'LocationCreated','LocationCreatedWorldRegion'] },
+ 'locationdate' => { 374 => 'location.date' },
+ 'locationinformation' => { 380 => 'loci' },
+ 'locationinfoversion' => { 225 => 0x0 },
+ 'locationname' => { 374 => 'location.name', 394 => 0x31 },
+ 'locationnote' => { 374 => 'location.note' },
+ 'locationrole' => { 374 => 'location.role' },
+ 'locationshown' => { 489 => 'LocationShown' },
+ 'locationshowncity' => { 489 => [\'LocationShown','LocationShownCity'] },
+ 'locationshowncountrycode' => { 489 => [\'LocationShown','LocationShownCountryCode'] },
+ 'locationshowncountryname' => { 489 => [\'LocationShown','LocationShownCountryName'] },
+ 'locationshowngpsaltitude' => { 489 => [\'LocationShown','LocationShownGPSAltitude'] },
+ 'locationshowngpslatitude' => { 489 => [\'LocationShown','LocationShownGPSLatitude'] },
+ 'locationshowngpslongitude' => { 489 => [\'LocationShown','LocationShownGPSLongitude'] },
+ 'locationshownidentifier' => { 489 => [\'LocationShown','LocationShownIdentifier'] },
+ 'locationshownlocationid' => { 489 => [\'LocationShown','LocationShownLocationId'] },
+ 'locationshownlocationname' => { 489 => [\'LocationShown','LocationShownLocationName'] },
+ 'locationshownprovincestate' => { 489 => [\'LocationShown','LocationShownProvinceState'] },
+ 'locationshownsublocation' => { 489 => [\'LocationShown','LocationShownSublocation'] },
+ 'locationshownworldregion' => { 489 => [\'LocationShown','LocationShownWorldRegion'] },
+ 'lockmicrophonebutton' => { 84 => 0x709 },
+ 'logcomment' => { 503 => 'logComment' },
+ 'logscale' => { 138 => 0x902 },
+ 'longdescription' => { 372 => 'ldes' },
+ 'longexposurenoisereduction' => { 62 => 0x4, 84 => 0x201, 85 => 0x1, 86 => 0x2, 87 => 0x1, 88 => 0x1, 89 => 0x2, 90 => 0x1, 320 => 0x49, 407 => 0x2b, 408 => 0x25, 409 => 0x25, 420 => 0x2008, 425 => 0x11, 450 => 0x44 },
'longexposurenoisereduction2' => { 57 => 0x8 },
- 'longexposurenrused' => { 319 => 0xbe },
- 'longitude' => { 115 => 'Longitude' },
- 'look' => { 476 => 'Look', 478 => 'Look' },
- 'lookamount' => { 476 => [\'Look','LookAmount'], 478 => [\'Look','LookAmount'] },
- 'lookcluster' => { 476 => [\'Look','LookCluster'], 478 => [\'Look','LookCluster'] },
- 'lookcopyright' => { 476 => [\'Look','LookCopyright'], 478 => [\'Look','LookCopyright'] },
- 'lookgroup' => { 476 => [\'Look','LookGroup'], 478 => [\'Look','LookGroup'] },
- 'lookname' => { 476 => 'LookName', 478 => 'LookName' },
- 'lookparameters' => { 476 => [\'Look','LookParameters'], 478 => [\'Look','LookParameters'] },
- 'lookparameterscameraprofile' => { 476 => [\'Look','LookParametersCameraProfile'], 478 => [\'Look','LookParametersCameraProfile'] },
- 'lookparametersclarity2012' => { 476 => [\'Look','LookParametersClarity2012'], 478 => [\'Look','LookParametersClarity2012'] },
- 'lookparametersconverttograyscale' => { 476 => [\'Look','LookParametersConvertToGrayscale'], 478 => [\'Look','LookParametersConvertToGrayscale'] },
- 'lookparameterslooktable' => { 476 => [\'Look','LookParametersLookTable'], 478 => [\'Look','LookParametersLookTable'] },
- 'lookparametersprocessversion' => { 476 => [\'Look','LookParametersProcessVersion'], 478 => [\'Look','LookParametersProcessVersion'] },
- 'lookparameterstonecurvepv2012' => { 476 => [\'Look','LookParametersToneCurvePV2012'], 478 => [\'Look','LookParametersToneCurvePV2012'] },
- 'lookparameterstonecurvepv2012blue' => { 476 => [\'Look','LookParametersToneCurvePV2012Blue'], 478 => [\'Look','LookParametersToneCurvePV2012Blue'] },
- 'lookparameterstonecurvepv2012green' => { 476 => [\'Look','LookParametersToneCurvePV2012Green'], 478 => [\'Look','LookParametersToneCurvePV2012Green'] },
- 'lookparameterstonecurvepv2012red' => { 476 => [\'Look','LookParametersToneCurvePV2012Red'], 478 => [\'Look','LookParametersToneCurvePV2012Red'] },
- 'lookparametersversion' => { 476 => [\'Look','LookParametersVersion'], 478 => [\'Look','LookParametersVersion'] },
- 'looksupportsamount' => { 476 => [\'Look','LookSupportsAmount'], 478 => [\'Look','LookSupportsAmount'] },
- 'looksupportsmonochrome' => { 476 => [\'Look','LookSupportsMonochrome'], 478 => [\'Look','LookSupportsMonochrome'] },
- 'looksupportsoutputreferred' => { 476 => [\'Look','LookSupportsOutputReferred'], 478 => [\'Look','LookSupportsOutputReferred'] },
- 'lookuuid' => { 476 => [\'Look','LookUUID'], 478 => [\'Look','LookUUID'] },
- 'loop' => { 502 => 'loop' },
- 'loopstyle' => { 379 => 'LOOP' },
- 'lowestbiostratigraphiczone' => { 117 => [\'GeologicalContext','GeologicalContextLowestBiostratigraphicZone'] },
- 'luminanceadjustmentaqua' => { 476 => 'LuminanceAdjustmentAqua', 478 => 'LuminanceAdjustmentAqua' },
- 'luminanceadjustmentblue' => { 476 => 'LuminanceAdjustmentBlue', 478 => 'LuminanceAdjustmentBlue' },
- 'luminanceadjustmentgreen' => { 476 => 'LuminanceAdjustmentGreen', 478 => 'LuminanceAdjustmentGreen' },
- 'luminanceadjustmentmagenta' => { 476 => 'LuminanceAdjustmentMagenta', 478 => 'LuminanceAdjustmentMagenta' },
- 'luminanceadjustmentorange' => { 476 => 'LuminanceAdjustmentOrange', 478 => 'LuminanceAdjustmentOrange' },
- 'luminanceadjustmentpurple' => { 476 => 'LuminanceAdjustmentPurple', 478 => 'LuminanceAdjustmentPurple' },
- 'luminanceadjustmentred' => { 476 => 'LuminanceAdjustmentRed', 478 => 'LuminanceAdjustmentRed' },
- 'luminanceadjustmentyellow' => { 476 => 'LuminanceAdjustmentYellow', 478 => 'LuminanceAdjustmentYellow' },
- 'luminancecurvelimits' => { 107 => 0x150 },
- 'luminancecurvepoints' => { 107 => 0x126 },
- 'luminancenoisereduction' => { 102 => 0x20600, 108 => 0x5f, 396 => 0x1b },
- 'luminancenoisereductioncontrast' => { 476 => 'LuminanceNoiseReductionContrast', 478 => 'LuminanceNoiseReductionContrast' },
- 'luminancenoisereductiondetail' => { 476 => 'LuminanceNoiseReductionDetail', 478 => 'LuminanceNoiseReductionDetail' },
- 'luminancenr_tiff_jpeg' => { 108 => 0x6d },
- 'luminancesmoothing' => { 476 => 'LuminanceSmoothing', 478 => 'LuminanceSmoothing' },
- 'lvshootingareadisplay' => { 83 => [0x40b,0x40c] },
- 'lyrics' => { 371 => "\xa9lyr", 379 => "\xa9lyr", 502 => 'lyrics' },
- 'lyricsuri' => { 379 => 'lrcu' },
- 'm16cversion' => { 314 => 0x333 },
- 'macatom' => { 477 => 'macAtom' },
- 'macatomapplicationcode' => { 477 => [\'macAtom','macAtomApplicationCode'] },
- 'macatominvocationappleevent' => { 477 => [\'macAtom','macAtomInvocationAppleEvent'] },
- 'macatomposixprojectpath' => { 477 => [\'macAtom','macAtomPosixProjectPath'] },
- 'machineobservation' => { 117 => 'MachineObservation' },
- 'machineobservationday' => { 117 => [\'MachineObservation','MachineObservationDay'] },
- 'machineobservationearliestdate' => { 117 => [\'MachineObservation','MachineObservationEarliestDate'] },
- 'machineobservationenddayofyear' => { 117 => [\'MachineObservation','MachineObservationEndDayOfYear'] },
- 'machineobservationeventdate' => { 117 => [\'MachineObservation','MachineObservationEventDate'] },
- 'machineobservationeventid' => { 117 => [\'MachineObservation','MachineObservationEventID'] },
- 'machineobservationeventremarks' => { 117 => [\'MachineObservation','MachineObservationEventRemarks'] },
- 'machineobservationeventtime' => { 117 => [\'MachineObservation','MachineObservationEventTime'] },
- 'machineobservationfieldnotes' => { 117 => [\'MachineObservation','MachineObservationFieldNotes'] },
- 'machineobservationfieldnumber' => { 117 => [\'MachineObservation','MachineObservationFieldNumber'] },
- 'machineobservationhabitat' => { 117 => [\'MachineObservation','MachineObservationHabitat'] },
- 'machineobservationlatestdate' => { 117 => [\'MachineObservation','MachineObservationLatestDate'] },
- 'machineobservationmonth' => { 117 => [\'MachineObservation','MachineObservationMonth'] },
- 'machineobservationparenteventid' => { 117 => [\'MachineObservation','MachineObservationParentEventID'] },
- 'machineobservationsamplesizeunit' => { 117 => [\'MachineObservation','MachineObservationSampleSizeUnit'] },
- 'machineobservationsamplesizevalue' => { 117 => [\'MachineObservation','MachineObservationSampleSizeValue'] },
- 'machineobservationsamplingeffort' => { 117 => [\'MachineObservation','MachineObservationSamplingEffort'] },
- 'machineobservationsamplingprotocol' => { 117 => [\'MachineObservation','MachineObservationSamplingProtocol'] },
- 'machineobservationstartdayofyear' => { 117 => [\'MachineObservation','MachineObservationStartDayOfYear'] },
- 'machineobservationverbatimeventdate' => { 117 => [\'MachineObservation','MachineObservationVerbatimEventDate'] },
- 'machineobservationyear' => { 117 => [\'MachineObservation','MachineObservationYear'] },
- 'macro' => { 126 => 0x1020, 128 => 0x202, 150 => 0x2b, 301 => 0x202, 385 => 0x21, 395 => 0x202, 419 => 0xb040 },
- 'macroled' => { 299 => 0x120a },
+ 'longexposurenrused' => { 320 => 0xbe },
+ 'longitude' => { 116 => 'Longitude' },
+ 'look' => { 477 => 'Look', 479 => 'Look' },
+ 'lookamount' => { 477 => [\'Look','LookAmount'], 479 => [\'Look','LookAmount'] },
+ 'lookcluster' => { 477 => [\'Look','LookCluster'], 479 => [\'Look','LookCluster'] },
+ 'lookcopyright' => { 477 => [\'Look','LookCopyright'], 479 => [\'Look','LookCopyright'] },
+ 'lookgroup' => { 477 => [\'Look','LookGroup'], 479 => [\'Look','LookGroup'] },
+ 'lookname' => { 477 => 'LookName', 479 => 'LookName' },
+ 'lookparameters' => { 477 => [\'Look','LookParameters'], 479 => [\'Look','LookParameters'] },
+ 'lookparameterscameraprofile' => { 477 => [\'Look','LookParametersCameraProfile'], 479 => [\'Look','LookParametersCameraProfile'] },
+ 'lookparametersclarity2012' => { 477 => [\'Look','LookParametersClarity2012'], 479 => [\'Look','LookParametersClarity2012'] },
+ 'lookparametersconverttograyscale' => { 477 => [\'Look','LookParametersConvertToGrayscale'], 479 => [\'Look','LookParametersConvertToGrayscale'] },
+ 'lookparameterslooktable' => { 477 => [\'Look','LookParametersLookTable'], 479 => [\'Look','LookParametersLookTable'] },
+ 'lookparametersprocessversion' => { 477 => [\'Look','LookParametersProcessVersion'], 479 => [\'Look','LookParametersProcessVersion'] },
+ 'lookparameterstonecurvepv2012' => { 477 => [\'Look','LookParametersToneCurvePV2012'], 479 => [\'Look','LookParametersToneCurvePV2012'] },
+ 'lookparameterstonecurvepv2012blue' => { 477 => [\'Look','LookParametersToneCurvePV2012Blue'], 479 => [\'Look','LookParametersToneCurvePV2012Blue'] },
+ 'lookparameterstonecurvepv2012green' => { 477 => [\'Look','LookParametersToneCurvePV2012Green'], 479 => [\'Look','LookParametersToneCurvePV2012Green'] },
+ 'lookparameterstonecurvepv2012red' => { 477 => [\'Look','LookParametersToneCurvePV2012Red'], 479 => [\'Look','LookParametersToneCurvePV2012Red'] },
+ 'lookparametersversion' => { 477 => [\'Look','LookParametersVersion'], 479 => [\'Look','LookParametersVersion'] },
+ 'looksupportsamount' => { 477 => [\'Look','LookSupportsAmount'], 479 => [\'Look','LookSupportsAmount'] },
+ 'looksupportsmonochrome' => { 477 => [\'Look','LookSupportsMonochrome'], 479 => [\'Look','LookSupportsMonochrome'] },
+ 'looksupportsoutputreferred' => { 477 => [\'Look','LookSupportsOutputReferred'], 479 => [\'Look','LookSupportsOutputReferred'] },
+ 'lookuuid' => { 477 => [\'Look','LookUUID'], 479 => [\'Look','LookUUID'] },
+ 'loop' => { 503 => 'loop' },
+ 'loopstyle' => { 380 => 'LOOP' },
+ 'lowestbiostratigraphiczone' => { 118 => [\'GeologicalContext','GeologicalContextLowestBiostratigraphicZone'] },
+ 'luminanceadjustmentaqua' => { 477 => 'LuminanceAdjustmentAqua', 479 => 'LuminanceAdjustmentAqua' },
+ 'luminanceadjustmentblue' => { 477 => 'LuminanceAdjustmentBlue', 479 => 'LuminanceAdjustmentBlue' },
+ 'luminanceadjustmentgreen' => { 477 => 'LuminanceAdjustmentGreen', 479 => 'LuminanceAdjustmentGreen' },
+ 'luminanceadjustmentmagenta' => { 477 => 'LuminanceAdjustmentMagenta', 479 => 'LuminanceAdjustmentMagenta' },
+ 'luminanceadjustmentorange' => { 477 => 'LuminanceAdjustmentOrange', 479 => 'LuminanceAdjustmentOrange' },
+ 'luminanceadjustmentpurple' => { 477 => 'LuminanceAdjustmentPurple', 479 => 'LuminanceAdjustmentPurple' },
+ 'luminanceadjustmentred' => { 477 => 'LuminanceAdjustmentRed', 479 => 'LuminanceAdjustmentRed' },
+ 'luminanceadjustmentyellow' => { 477 => 'LuminanceAdjustmentYellow', 479 => 'LuminanceAdjustmentYellow' },
+ 'luminancecurvelimits' => { 108 => 0x150 },
+ 'luminancecurvepoints' => { 108 => 0x126 },
+ 'luminancenoisereduction' => { 103 => 0x20600, 109 => 0x5f, 397 => 0x1b },
+ 'luminancenoisereductioncontrast' => { 477 => 'LuminanceNoiseReductionContrast', 479 => 'LuminanceNoiseReductionContrast' },
+ 'luminancenoisereductiondetail' => { 477 => 'LuminanceNoiseReductionDetail', 479 => 'LuminanceNoiseReductionDetail' },
+ 'luminancenr_tiff_jpeg' => { 109 => 0x6d },
+ 'luminancesmoothing' => { 477 => 'LuminanceSmoothing', 479 => 'LuminanceSmoothing' },
+ 'lvshootingareadisplay' => { 84 => [0x40b,0x40c] },
+ 'lyrics' => { 372 => "\xa9lyr", 380 => "\xa9lyr", 503 => 'lyrics' },
+ 'lyricsuri' => { 380 => 'lrcu' },
+ 'm16cversion' => { 315 => 0x333 },
+ 'macatom' => { 478 => 'macAtom' },
+ 'macatomapplicationcode' => { 478 => [\'macAtom','macAtomApplicationCode'] },
+ 'macatominvocationappleevent' => { 478 => [\'macAtom','macAtomInvocationAppleEvent'] },
+ 'macatomposixprojectpath' => { 478 => [\'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, 302 => 0x202, 386 => 0x21, 396 => 0x202, 420 => 0xb040 },
+ 'macroled' => { 300 => 0x120a },
'macromagnification' => { 7 => 0x1b, 11 => 0x1b, 14 => 0x1b, 15 => 0x1b, 19 => 0x1b, 20 => 0x1b, 57 => 0x10 },
- 'macromode' => { 34 => 0x1, 180 => 0xb, 296 => 0x300, 319 => 0x1c, 386 => 0x1009 },
- 'magentahsl' => { 102 => 0x20917 },
- 'magicfilter' => { 296 => 0x52c },
- 'magnifiedview' => { 85 => 0x11, 87 => 0x9 },
- 'mainboardversion' => { 137 => 0x438 },
- 'maindialexposurecomp' => { 289 => '0.6' },
- 'mainingredient' => { 494 => 'mainIngredient' },
- 'majorversion' => { 467 => 'MajorVersion' },
- 'make' => { 97 => 0x0, 114 => 0x1, 118 => 0x10f, 155 => 'Make', 309 => 'Make', 324 => 0x10f, 373 => 'make', 379 => ['@mak',"\xa9mak"], 491 => 'make', 498 => 'Make' },
- 'makernote' => { 482 => 'MakerNote' },
- 'makernoteapple' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotecanon' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotecasio' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotecasio2' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotedji' => { 116 => 'MakN', 118 => 0x927c },
- 'makernoteflir' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotefujifilm' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotege' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotege2' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotehasselblad' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotehp' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotehp2' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotehp4' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotehp6' => { 116 => 'MakN', 118 => 0x927c },
- 'makernoteisl' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotejvc' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotejvctext' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotekodak10' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotekodak11' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotekodak12' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotekodak1a' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotekodak1b' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotekodak2' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotekodak3' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotekodak4' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotekodak5' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotekodak6a' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotekodak6b' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotekodak7' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotekodak8a' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotekodak8b' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotekodak8c' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotekodak9' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotekodakunknown' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotekyocera' => { 116 => 'MakN', 118 => 0x927c },
- 'makernoteleica' => { 116 => 'MakN', 118 => 0x927c },
- 'makernoteleica10' => { 116 => 'MakN', 118 => 0x927c },
- 'makernoteleica2' => { 116 => 'MakN', 118 => 0x927c },
- 'makernoteleica3' => { 116 => 'MakN', 118 => 0x927c },
- 'makernoteleica4' => { 116 => 'MakN', 118 => 0x927c },
- 'makernoteleica5' => { 116 => 'MakN', 118 => 0x927c },
- 'makernoteleica6' => { 116 => 'MakN', 118 => 0x927c },
- 'makernoteleica7' => { 116 => 'MakN', 118 => 0x927c },
- 'makernoteleica8' => { 116 => 'MakN', 118 => 0x927c },
- 'makernoteleica9' => { 116 => 'MakN', 118 => 0x927c },
- 'makernoteminolta' => { 116 => 'MakN', 118 => 0x927c },
- 'makernoteminolta2' => { 116 => 'MakN', 118 => 0x927c },
- 'makernoteminolta3' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotemotorola' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotenikon' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotenikon2' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotenikon3' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotenintendo' => { 116 => 'MakN', 118 => 0x927c },
- 'makernoteoffset' => { 395 => 0xff },
- 'makernoteolympus' => { 116 => 'MakN', 118 => 0x927c },
- 'makernoteolympus2' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotepanasonic' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotepanasonic2' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotepanasonic3' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotepentax' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotepentax2' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotepentax3' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotepentax4' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotepentax5' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotepentax6' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotepentaxunknown' => { 379 => 'PXMN' },
- 'makernotephaseone' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotereconyx' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotereconyx2' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotereconyx3' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotericoh' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotericoh2' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotericohpentax' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotericohtext' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotesafety' => { 118 => 0xc635 },
- 'makernotesamsung1a' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotesamsung1b' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotesamsung2' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotesanyo' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotesanyoc4' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotesanyopatch' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotesigma' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotesony' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotesony2' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotesony3' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotesony4' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotesony5' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotesonyericsson' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotesonysrf' => { 116 => 'MakN', 118 => 0x927c },
- 'makernotetype' => { 386 => 0x1 },
- 'makernoteunknown' => { 116 => 'MakN', 118 => 0x927c },
- 'makernoteunknownbinary' => { 116 => 'MakN', 118 => 0x927c },
- 'makernoteunknowntext' => { 116 => 'MakN', 118 => 0x927c },
- 'makernoteversion' => { 185 => 0x0, 225 => 0x1, 301 => 0x0, 319 => 0x8000, 390 => 0x0, 393 => 0x1, 396 => [0x1d,0x1f], 409 => 0x2000 },
- 'makerurl' => { 379 => "\xa9mal" },
- 'managedfrom' => { 503 => 'ManagedFrom' },
- 'managedfromalternatepaths' => { 503 => [\'ManagedFrom','ManagedFromAlternatePaths'] },
- 'managedfromdocumentid' => { 503 => [\'ManagedFrom','ManagedFromDocumentID'] },
- 'managedfromfilepath' => { 503 => [\'ManagedFrom','ManagedFromFilePath'] },
- 'managedfromfrompart' => { 503 => [\'ManagedFrom','ManagedFromFromPart'] },
- 'managedfrominstanceid' => { 503 => [\'ManagedFrom','ManagedFromInstanceID'] },
- 'managedfromlastmodifydate' => { 503 => [\'ManagedFrom','ManagedFromLastModifyDate'] },
- 'managedfromlasturl' => { 503 => [\'ManagedFrom','ManagedFromLastURL'] },
- 'managedfromlinkcategory' => { 503 => [\'ManagedFrom','ManagedFromLinkCategory'] },
- 'managedfromlinkform' => { 503 => [\'ManagedFrom','ManagedFromLinkForm'] },
- 'managedfrommanager' => { 503 => [\'ManagedFrom','ManagedFromManager'] },
- 'managedfrommanagervariant' => { 503 => [\'ManagedFrom','ManagedFromManagerVariant'] },
- 'managedfrommanageto' => { 503 => [\'ManagedFrom','ManagedFromManageTo'] },
- 'managedfrommanageui' => { 503 => [\'ManagedFrom','ManagedFromManageUI'] },
- 'managedfrommaskmarkers' => { 503 => [\'ManagedFrom','ManagedFromMaskMarkers'] },
- 'managedfromoriginaldocumentid' => { 503 => [\'ManagedFrom','ManagedFromOriginalDocumentID'] },
- 'managedfrompartmapping' => { 503 => [\'ManagedFrom','ManagedFromPartMapping'] },
- 'managedfromplacedresolutionunit' => { 503 => [\'ManagedFrom','ManagedFromPlacedResolutionUnit'] },
- 'managedfromplacedxresolution' => { 503 => [\'ManagedFrom','ManagedFromPlacedXResolution'] },
- 'managedfromplacedyresolution' => { 503 => [\'ManagedFrom','ManagedFromPlacedYResolution'] },
- 'managedfromrenditionclass' => { 503 => [\'ManagedFrom','ManagedFromRenditionClass'] },
- 'managedfromrenditionparams' => { 503 => [\'ManagedFrom','ManagedFromRenditionParams'] },
- 'managedfromtopart' => { 503 => [\'ManagedFrom','ManagedFromToPart'] },
- 'managedfromversionid' => { 503 => [\'ManagedFrom','ManagedFromVersionID'] },
- 'manager' => { 503 => 'Manager' },
- 'managervariant' => { 503 => 'ManagerVariant' },
- 'manageto' => { 503 => 'ManageTo' },
- 'manageui' => { 503 => 'ManageUI' },
- 'manifest' => { 503 => 'Manifest' },
- 'manifestlinkform' => { 503 => [\'Manifest','ManifestLinkForm'] },
- 'manifestplacedresolutionunit' => { 503 => [\'Manifest','ManifestPlacedResolutionUnit'] },
- 'manifestplacedxresolution' => { 503 => [\'Manifest','ManifestPlacedXResolution'] },
- 'manifestplacedyresolution' => { 503 => [\'Manifest','ManifestPlacedYResolution'] },
- 'manifestreference' => { 503 => [\'Manifest','ManifestReference'] },
- 'manifestreferencealternatepaths' => { 503 => [\'Manifest','ManifestReferenceAlternatePaths'] },
- 'manifestreferencedocumentid' => { 503 => [\'Manifest','ManifestReferenceDocumentID'] },
- 'manifestreferencefilepath' => { 503 => [\'Manifest','ManifestReferenceFilePath'] },
- 'manifestreferencefrompart' => { 503 => [\'Manifest','ManifestReferenceFromPart'] },
- 'manifestreferenceinstanceid' => { 503 => [\'Manifest','ManifestReferenceInstanceID'] },
- 'manifestreferencelastmodifydate' => { 503 => [\'Manifest','ManifestReferenceLastModifyDate'] },
- 'manifestreferencelasturl' => { 503 => [\'Manifest','ManifestReferenceLastURL'] },
- 'manifestreferencelinkcategory' => { 503 => [\'Manifest','ManifestReferenceLinkCategory'] },
- 'manifestreferencelinkform' => { 503 => [\'Manifest','ManifestReferenceLinkForm'] },
- 'manifestreferencemanager' => { 503 => [\'Manifest','ManifestReferenceManager'] },
- 'manifestreferencemanagervariant' => { 503 => [\'Manifest','ManifestReferenceManagerVariant'] },
- 'manifestreferencemanageto' => { 503 => [\'Manifest','ManifestReferenceManageTo'] },
- 'manifestreferencemanageui' => { 503 => [\'Manifest','ManifestReferenceManageUI'] },
- 'manifestreferencemaskmarkers' => { 503 => [\'Manifest','ManifestReferenceMaskMarkers'] },
- 'manifestreferenceoriginaldocumentid' => { 503 => [\'Manifest','ManifestReferenceOriginalDocumentID'] },
- 'manifestreferencepartmapping' => { 503 => [\'Manifest','ManifestReferencePartMapping'] },
- 'manifestreferenceplacedresolutionunit' => { 503 => [\'Manifest','ManifestReferencePlacedResolutionUnit'] },
- 'manifestreferenceplacedxresolution' => { 503 => [\'Manifest','ManifestReferencePlacedXResolution'] },
- 'manifestreferenceplacedyresolution' => { 503 => [\'Manifest','ManifestReferencePlacedYResolution'] },
- 'manifestreferencerenditionclass' => { 503 => [\'Manifest','ManifestReferenceRenditionClass'] },
- 'manifestreferencerenditionparams' => { 503 => [\'Manifest','ManifestReferenceRenditionParams'] },
- 'manifestreferencetopart' => { 503 => [\'Manifest','ManifestReferenceToPart'] },
- 'manifestreferenceversionid' => { 503 => [\'Manifest','ManifestReferenceVersionID'] },
- 'manometerpressure' => { 296 => 0x900, 319 => 0x86 },
- 'manometerreading' => { 296 => 0x901 },
- 'manualafpointselectpattern' => { 83 => 0x513 },
+ 'macromode' => { 34 => 0x1, 181 => 0xb, 297 => 0x300, 320 => 0x1c, 387 => 0x1009 },
+ 'magentahsl' => { 103 => 0x20917 },
+ 'magicfilter' => { 297 => 0x52c },
+ 'magnifiedview' => { 86 => 0x11, 88 => 0x9 },
+ 'mainboardversion' => { 138 => 0x438 },
+ 'maindialexposurecomp' => { 290 => '0.6' },
+ 'mainingredient' => { 495 => 'mainIngredient' },
+ 'majorversion' => { 468 => 'MajorVersion' },
+ 'make' => { 98 => 0x0, 115 => 0x1, 119 => 0x10f, 156 => 'Make', 310 => 'Make', 325 => 0x10f, 374 => 'make', 380 => ['@mak',"\xa9mak"], 492 => 'make', 499 => 'Make' },
+ 'makernote' => { 483 => '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 },
+ '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' => { 396 => 0xff },
+ 'makernoteolympus' => { 117 => 'MakN', 119 => 0x927c },
+ 'makernoteolympus2' => { 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' => { 380 => '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' => { 387 => 0x1 },
+ 'makernoteunknown' => { 117 => 'MakN', 119 => 0x927c },
+ 'makernoteunknownbinary' => { 117 => 'MakN', 119 => 0x927c },
+ 'makernoteunknowntext' => { 117 => 'MakN', 119 => 0x927c },
+ 'makernoteversion' => { 186 => 0x0, 226 => 0x1, 302 => 0x0, 320 => 0x8000, 391 => 0x0, 394 => 0x1, 397 => [0x1d,0x1f], 410 => 0x2000 },
+ 'makerurl' => { 380 => "\xa9mal" },
+ 'managedfrom' => { 504 => 'ManagedFrom' },
+ 'managedfromalternatepaths' => { 504 => [\'ManagedFrom','ManagedFromAlternatePaths'] },
+ 'managedfromdocumentid' => { 504 => [\'ManagedFrom','ManagedFromDocumentID'] },
+ 'managedfromfilepath' => { 504 => [\'ManagedFrom','ManagedFromFilePath'] },
+ 'managedfromfrompart' => { 504 => [\'ManagedFrom','ManagedFromFromPart'] },
+ 'managedfrominstanceid' => { 504 => [\'ManagedFrom','ManagedFromInstanceID'] },
+ 'managedfromlastmodifydate' => { 504 => [\'ManagedFrom','ManagedFromLastModifyDate'] },
+ 'managedfromlasturl' => { 504 => [\'ManagedFrom','ManagedFromLastURL'] },
+ 'managedfromlinkcategory' => { 504 => [\'ManagedFrom','ManagedFromLinkCategory'] },
+ 'managedfromlinkform' => { 504 => [\'ManagedFrom','ManagedFromLinkForm'] },
+ 'managedfrommanager' => { 504 => [\'ManagedFrom','ManagedFromManager'] },
+ 'managedfrommanagervariant' => { 504 => [\'ManagedFrom','ManagedFromManagerVariant'] },
+ 'managedfrommanageto' => { 504 => [\'ManagedFrom','ManagedFromManageTo'] },
+ 'managedfrommanageui' => { 504 => [\'ManagedFrom','ManagedFromManageUI'] },
+ 'managedfrommaskmarkers' => { 504 => [\'ManagedFrom','ManagedFromMaskMarkers'] },
+ 'managedfromoriginaldocumentid' => { 504 => [\'ManagedFrom','ManagedFromOriginalDocumentID'] },
+ 'managedfrompartmapping' => { 504 => [\'ManagedFrom','ManagedFromPartMapping'] },
+ 'managedfromplacedresolutionunit' => { 504 => [\'ManagedFrom','ManagedFromPlacedResolutionUnit'] },
+ 'managedfromplacedxresolution' => { 504 => [\'ManagedFrom','ManagedFromPlacedXResolution'] },
+ 'managedfromplacedyresolution' => { 504 => [\'ManagedFrom','ManagedFromPlacedYResolution'] },
+ 'managedfromrenditionclass' => { 504 => [\'ManagedFrom','ManagedFromRenditionClass'] },
+ 'managedfromrenditionparams' => { 504 => [\'ManagedFrom','ManagedFromRenditionParams'] },
+ 'managedfromtopart' => { 504 => [\'ManagedFrom','ManagedFromToPart'] },
+ 'managedfromversionid' => { 504 => [\'ManagedFrom','ManagedFromVersionID'] },
+ 'manager' => { 504 => 'Manager' },
+ 'managervariant' => { 504 => 'ManagerVariant' },
+ 'manageto' => { 504 => 'ManageTo' },
+ 'manageui' => { 504 => 'ManageUI' },
+ 'manifest' => { 504 => 'Manifest' },
+ 'manifestlinkform' => { 504 => [\'Manifest','ManifestLinkForm'] },
+ 'manifestplacedresolutionunit' => { 504 => [\'Manifest','ManifestPlacedResolutionUnit'] },
+ 'manifestplacedxresolution' => { 504 => [\'Manifest','ManifestPlacedXResolution'] },
+ 'manifestplacedyresolution' => { 504 => [\'Manifest','ManifestPlacedYResolution'] },
+ 'manifestreference' => { 504 => [\'Manifest','ManifestReference'] },
+ 'manifestreferencealternatepaths' => { 504 => [\'Manifest','ManifestReferenceAlternatePaths'] },
+ 'manifestreferencedocumentid' => { 504 => [\'Manifest','ManifestReferenceDocumentID'] },
+ 'manifestreferencefilepath' => { 504 => [\'Manifest','ManifestReferenceFilePath'] },
+ 'manifestreferencefrompart' => { 504 => [\'Manifest','ManifestReferenceFromPart'] },
+ 'manifestreferenceinstanceid' => { 504 => [\'Manifest','ManifestReferenceInstanceID'] },
+ 'manifestreferencelastmodifydate' => { 504 => [\'Manifest','ManifestReferenceLastModifyDate'] },
+ 'manifestreferencelasturl' => { 504 => [\'Manifest','ManifestReferenceLastURL'] },
+ 'manifestreferencelinkcategory' => { 504 => [\'Manifest','ManifestReferenceLinkCategory'] },
+ 'manifestreferencelinkform' => { 504 => [\'Manifest','ManifestReferenceLinkForm'] },
+ 'manifestreferencemanager' => { 504 => [\'Manifest','ManifestReferenceManager'] },
+ 'manifestreferencemanagervariant' => { 504 => [\'Manifest','ManifestReferenceManagerVariant'] },
+ 'manifestreferencemanageto' => { 504 => [\'Manifest','ManifestReferenceManageTo'] },
+ 'manifestreferencemanageui' => { 504 => [\'Manifest','ManifestReferenceManageUI'] },
+ 'manifestreferencemaskmarkers' => { 504 => [\'Manifest','ManifestReferenceMaskMarkers'] },
+ 'manifestreferenceoriginaldocumentid' => { 504 => [\'Manifest','ManifestReferenceOriginalDocumentID'] },
+ 'manifestreferencepartmapping' => { 504 => [\'Manifest','ManifestReferencePartMapping'] },
+ 'manifestreferenceplacedresolutionunit' => { 504 => [\'Manifest','ManifestReferencePlacedResolutionUnit'] },
+ 'manifestreferenceplacedxresolution' => { 504 => [\'Manifest','ManifestReferencePlacedXResolution'] },
+ 'manifestreferenceplacedyresolution' => { 504 => [\'Manifest','ManifestReferencePlacedYResolution'] },
+ 'manifestreferencerenditionclass' => { 504 => [\'Manifest','ManifestReferenceRenditionClass'] },
+ 'manifestreferencerenditionparams' => { 504 => [\'Manifest','ManifestReferenceRenditionParams'] },
+ 'manifestreferencetopart' => { 504 => [\'Manifest','ManifestReferenceToPart'] },
+ 'manifestreferenceversionid' => { 504 => [\'Manifest','ManifestReferenceVersionID'] },
+ 'manometerpressure' => { 297 => 0x900, 320 => 0x86 },
+ 'manometerreading' => { 297 => 0x901 },
+ 'manualafpointselectpattern' => { 84 => 0x513 },
'manualafpointselpattern' => { 2 => 0xf },
- 'manualflash' => { 299 => 0x1209 },
- 'manualflashoutput' => { 34 => 0x29, 280 => '8.2', 283 => '22.2', 284 => '23.1', 285 => '23.2', 287 => '16.2', 288 => '23.2', 289 => '8.2', 290 => '23.2', 293 => '24.2', 386 => 0x100c },
- 'manualflashstrength' => { 296 => 0x406 },
- 'manualfocusdistance' => { 225 => 0x85, 301 => 0x100c, 395 => 0x223 },
- 'manualfocuspointillumination' => { 294 => 0x17 },
- 'manualfocusringinafmode' => { 294 => 0x1a },
- 'manualtv' => { 82 => 0x5, 83 => 0x705 },
- 'manufacturedate' => { 190 => 0x6705, 334 => 0x1 },
- 'manufacturedate1' => { 388 => 0x4 },
- 'manufacturedate2' => { 388 => 0x5 },
- 'manufacturer' => { 461 => 'Manufacturer', 491 => 'manufacturer' },
- 'mariahchromablursize' => { 137 => 0xf0d },
- 'mariahmaphithreshold' => { 137 => 0xf0c },
- 'mariahmaplothreshold' => { 137 => 0xf0b },
- 'mariahsigmathreshold' => { 137 => 0xf0e },
- 'mariahtexturethreshold' => { 137 => 0xf0a },
- 'marked' => { 489 => 'Marked', 506 => 'Marked' },
- 'markers' => { 502 => 'markers' },
- 'markerscomment' => { 502 => [\'markers','markersComment'] },
- 'markerscuepointparams' => { 502 => [\'markers','markersCuePointParams'] },
- 'markerscuepointparamskey' => { 502 => [\'markers','markersCuePointParamsKey'] },
- 'markerscuepointparamsvalue' => { 502 => [\'markers','markersCuePointParamsValue'] },
- 'markerscuepointtype' => { 502 => [\'markers','markersCuePointType'] },
- 'markersduration' => { 502 => [\'markers','markersDuration'] },
- 'markerslocation' => { 502 => [\'markers','markersLocation'] },
- 'markersname' => { 502 => [\'markers','markersName'] },
- 'markersprobability' => { 502 => [\'markers','markersProbability'] },
- 'markersspeaker' => { 502 => [\'markers','markersSpeaker'] },
- 'markersstarttime' => { 502 => [\'markers','markersStartTime'] },
- 'markerstarget' => { 502 => [\'markers','markersTarget'] },
- 'markerstype' => { 502 => [\'markers','markersType'] },
- 'maskedareas' => { 118 => 0xc68e },
- 'maskgroupbasedcorractive' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionActive'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionActive'] },
- 'maskgroupbasedcorramount' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionAmount'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionAmount'] },
- 'maskgroupbasedcorrblacks2012' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBlacks2012'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBlacks2012'] },
- 'maskgroupbasedcorrbrightness' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBrightness'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBrightness'] },
- 'maskgroupbasedcorrclarity' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity'] },
- 'maskgroupbasedcorrclarity2012' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity2012'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity2012'] },
- 'maskgroupbasedcorrcontrast' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast'] },
- 'maskgroupbasedcorrcontrast2012' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast2012'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast2012'] },
- 'maskgroupbasedcorrcorrectionname' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionName'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionName'] },
- 'maskgroupbasedcorrcorrectionsyncid' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionSyncID'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionSyncID'] },
- 'maskgroupbasedcorrdefringe' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDefringe'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDefringe'] },
- 'maskgroupbasedcorrdehaze' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDehaze'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDehaze'] },
- 'maskgroupbasedcorrections' => { 476 => 'MaskGroupBasedCorrections', 478 => 'MaskGroupBasedCorrections' },
- 'maskgroupbasedcorrexposure' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure'] },
- 'maskgroupbasedcorrexposure2012' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure2012'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure2012'] },
- 'maskgroupbasedcorrhighlights2012' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHighlights2012'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHighlights2012'] },
- 'maskgroupbasedcorrhue' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHue'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHue'] },
- 'maskgroupbasedcorrluminancenoise' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalLuminanceNoise'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalLuminanceNoise'] },
- 'maskgroupbasedcorrmask' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasks'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasks'] },
- 'maskgroupbasedcorrmaskalpha' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAlpha'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAlpha'] },
- 'maskgroupbasedcorrmaskangle' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAngle'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAngle'] },
- 'maskgroupbasedcorrmaskbottom' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksBottom'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksBottom'] },
- 'maskgroupbasedcorrmaskcentervalue' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterValue'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterValue'] },
- 'maskgroupbasedcorrmaskcenterweight' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterWeight'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterWeight'] },
- 'maskgroupbasedcorrmaskdabs' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksDabs'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksDabs'] },
- 'maskgroupbasedcorrmaskfeather' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFeather'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFeather'] },
- 'maskgroupbasedcorrmaskflipped' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlipped'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlipped'] },
- 'maskgroupbasedcorrmaskflow' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlow'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlow'] },
- 'maskgroupbasedcorrmaskfullx' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullX'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullX'] },
- 'maskgroupbasedcorrmaskfully' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullY'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullY'] },
- 'maskgroupbasedcorrmaskinputdigest' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksInputDigest'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksInputDigest'] },
- 'maskgroupbasedcorrmaskleft' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksLeft'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksLeft'] },
- 'maskgroupbasedcorrmaskmaskactive' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskActive'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskActive'] },
- 'maskgroupbasedcorrmaskmaskblendmode' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode'] },
- 'maskgroupbasedcorrmaskmaskdigest' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskDigest'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskDigest'] },
- 'maskgroupbasedcorrmaskmaskinverted' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskInverted'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskInverted'] },
- 'maskgroupbasedcorrmaskmaskname' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskName'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskName'] },
- 'maskgroupbasedcorrmaskmasks' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasks'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasks'] },
- 'maskgroupbasedcorrmaskmasksalpha' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha'] },
- 'maskgroupbasedcorrmaskmasksangle' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAngle'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAngle'] },
- 'maskgroupbasedcorrmaskmasksbottom' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksBottom'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksBottom'] },
- 'maskgroupbasedcorrmaskmaskscentervalue' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue'] },
- 'maskgroupbasedcorrmaskmaskscenterweight' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
- 'maskgroupbasedcorrmaskmasksdabs' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksDabs'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksDabs'] },
- 'maskgroupbasedcorrmaskmasksfeather' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFeather'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFeather'] },
- 'maskgroupbasedcorrmaskmasksflipped' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped'] },
- 'maskgroupbasedcorrmaskmasksflow' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlow'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlow'] },
- 'maskgroupbasedcorrmaskmasksfullx' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullX'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullX'] },
- 'maskgroupbasedcorrmaskmasksfully' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullY'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullY'] },
- 'maskgroupbasedcorrmaskmasksinputdigest' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest'] },
- 'maskgroupbasedcorrmaskmasksleft' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksLeft'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksLeft'] },
- 'maskgroupbasedcorrmaskmasksmaskactive' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive'] },
- 'maskgroupbasedcorrmaskmasksmaskblendmode' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
- 'maskgroupbasedcorrmaskmasksmaskdigest' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
- 'maskgroupbasedcorrmaskmasksmaskinverted' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
- 'maskgroupbasedcorrmaskmasksmaskname' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName'] },
- 'maskgroupbasedcorrmaskmasksmasksubtype' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
- 'maskgroupbasedcorrmaskmasksmasksyncid' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
- 'maskgroupbasedcorrmaskmasksmaskversion' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
- 'maskgroupbasedcorrmaskmasksmidpoint' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint'] },
- 'maskgroupbasedcorrmaskmasksorigin' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin'] },
- 'maskgroupbasedcorrmaskmasksperimetervalue' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
- 'maskgroupbasedcorrmaskmasksradius' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRadius'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRadius'] },
- 'maskgroupbasedcorrmaskmasksreferencepoint' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
- 'maskgroupbasedcorrmaskmasksright' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRight'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRight'] },
- 'maskgroupbasedcorrmaskmasksroundness' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness'] },
- 'maskgroupbasedcorrmaskmaskssizex' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX'] },
- 'maskgroupbasedcorrmaskmaskssizey' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY'] },
- 'maskgroupbasedcorrmaskmaskstop' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksTop'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksTop'] },
- 'maskgroupbasedcorrmaskmasksubtype' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSubType'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSubType'] },
- 'maskgroupbasedcorrmaskmasksvalue' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue'] },
- 'maskgroupbasedcorrmaskmasksversion' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksVersion'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksVersion'] },
- 'maskgroupbasedcorrmaskmaskswhat' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWhat'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWhat'] },
- 'maskgroupbasedcorrmaskmaskswholeimagearea' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
- 'maskgroupbasedcorrmaskmasksx' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksX'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksX'] },
- 'maskgroupbasedcorrmaskmasksy' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksY'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksY'] },
- 'maskgroupbasedcorrmaskmasksyncid' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID'] },
- 'maskgroupbasedcorrmaskmaskszerox' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX'] },
- 'maskgroupbasedcorrmaskmaskszeroy' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY'] },
- 'maskgroupbasedcorrmaskmaskversion' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskVersion'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskVersion'] },
- 'maskgroupbasedcorrmaskmidpoint' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMidpoint'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMidpoint'] },
- 'maskgroupbasedcorrmaskorigin' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksOrigin'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksOrigin'] },
- 'maskgroupbasedcorrmaskperimetervalue' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue'] },
- 'maskgroupbasedcorrmaskradius' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRadius'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRadius'] },
- 'maskgroupbasedcorrmaskrange' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
- 'maskgroupbasedcorrmaskrangeareamodels' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
- 'maskgroupbasedcorrmaskrangeareamodelscolorsampleinfo' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'maskgroupbasedcorrmaskrangeareamodelscomponents' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'maskgroupbasedcorrmaskrangecoloramount' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
- 'maskgroupbasedcorrmaskrangedepthfeather' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
- 'maskgroupbasedcorrmaskrangedepthmax' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
- 'maskgroupbasedcorrmaskrangedepthmin' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
- 'maskgroupbasedcorrmaskrangeinvert' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
- 'maskgroupbasedcorrmaskrangelumfeather' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
- 'maskgroupbasedcorrmaskrangeluminancedepthsampleinfo' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'maskgroupbasedcorrmaskrangelummax' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
- 'maskgroupbasedcorrmaskrangelummin' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
- 'maskgroupbasedcorrmaskrangelumrange' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
- 'maskgroupbasedcorrmaskrangesampletype' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
- 'maskgroupbasedcorrmaskrangetype' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
- 'maskgroupbasedcorrmaskrangeversion' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
- 'maskgroupbasedcorrmaskreferencepoint' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksReferencePoint'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksReferencePoint'] },
- 'maskgroupbasedcorrmaskright' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRight'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRight'] },
- 'maskgroupbasedcorrmaskroundness' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRoundness'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRoundness'] },
- 'maskgroupbasedcorrmasksizex' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeX'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeX'] },
- 'maskgroupbasedcorrmasksizey' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeY'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeY'] },
- 'maskgroupbasedcorrmasktop' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksTop'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksTop'] },
- 'maskgroupbasedcorrmaskvalue' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskValue'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskValue'] },
- 'maskgroupbasedcorrmaskversion' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksVersion'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksVersion'] },
- 'maskgroupbasedcorrmaskwhat' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWhat'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWhat'] },
- 'maskgroupbasedcorrmaskwholeimagearea' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea'] },
- 'maskgroupbasedcorrmaskx' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksX'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksX'] },
- 'maskgroupbasedcorrmasky' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksY'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksY'] },
- 'maskgroupbasedcorrmaskzerox' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroX'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroX'] },
- 'maskgroupbasedcorrmaskzeroy' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroY'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroY'] },
- 'maskgroupbasedcorrmoire' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalMoire'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalMoire'] },
- 'maskgroupbasedcorrrangemask' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMask'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMask'] },
- 'maskgroupbasedcorrrangemaskareamodels' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels'] },
- 'maskgroupbasedcorrrangemaskareamodelscolorsampleinfo' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'maskgroupbasedcorrrangemaskareamodelscomponents' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'maskgroupbasedcorrrangemaskcoloramount' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount'] },
- 'maskgroupbasedcorrrangemaskdepthfeather' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
- 'maskgroupbasedcorrrangemaskdepthmax' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax'] },
- 'maskgroupbasedcorrrangemaskdepthmin' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin'] },
- 'maskgroupbasedcorrrangemaskinvert' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskInvert'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskInvert'] },
- 'maskgroupbasedcorrrangemasklumfeather' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather'] },
- 'maskgroupbasedcorrrangemaskluminancedepthsampleinfo' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'maskgroupbasedcorrrangemasklummax' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax'] },
- 'maskgroupbasedcorrrangemasklummin' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin'] },
- 'maskgroupbasedcorrrangemasklumrange' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange'] },
- 'maskgroupbasedcorrrangemasksampletype' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType'] },
- 'maskgroupbasedcorrrangemasktype' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskType'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskType'] },
- 'maskgroupbasedcorrrangemaskversion' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskVersion'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskVersion'] },
- 'maskgroupbasedcorrsaturation' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSaturation'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSaturation'] },
- 'maskgroupbasedcorrshadows2012' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalShadows2012'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalShadows2012'] },
- 'maskgroupbasedcorrsharpness' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSharpness'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSharpness'] },
- 'maskgroupbasedcorrtemperature' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTemperature'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTemperature'] },
- 'maskgroupbasedcorrtexture' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTexture'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTexture'] },
- 'maskgroupbasedcorrtint' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTint'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTint'] },
- 'maskgroupbasedcorrtoninghue' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningHue'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningHue'] },
- 'maskgroupbasedcorrtoningsaturation' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningSaturation'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningSaturation'] },
- 'maskgroupbasedcorrwhat' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsWhat'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsWhat'] },
- 'maskgroupbasedcorrwhites2012' => { 476 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalWhites2012'], 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalWhites2012'] },
- 'masterdocumentid' => { 130 => 0xb9 },
- 'mastergain' => { 236 => 0x50 },
- 'materialsample' => { 117 => 'MaterialSample' },
- 'materialsampleid' => { 117 => [\'MaterialSample','MaterialSampleMaterialSampleID'] },
- 'matrixmetering' => { 279 => '50.1', 281 => '48.1', 282 => '48.1', 291 => '48.1', 292 => '48.1', 294 => 0x233 },
- 'matrixselectk' => { 137 => 0x91b },
- 'matrixselectthreshold' => { 137 => 0x91a },
- 'matrixselectthreshold1' => { 137 => 0x91e },
- 'matrixselectthreshold2' => { 137 => 0x91f },
- 'matrixstructure' => { 378 => 0xa },
- 'maxaperture' => { 34 => 0x1a, 137 => 0x3f9, 143 => 0x6103, 162 => 'MaxAperture', 180 => 0x17, 186 => 0x49c5, 223 => 0x36, 297 => 0x20a, 345 => '14.1' },
- 'maxapertureatmaxfocal' => { 126 => 0x1407, 162 => 'MaxApertureAtMaxFocal', 217 => 0xb, 218 => 0x10, 219 => 0x11, 223 => 0x12, 297 => 0x206 },
- 'maxapertureatminfocal' => { 126 => 0x1406, 217 => 0xa, 218 => 0xf, 219 => 0x10, 223 => 0x11, 297 => 0x205 },
- 'maxaperturevalue' => { 118 => 0x9205, 363 => 0x414, 482 => 'MaxApertureValue' },
- 'maxavailheight' => { 488 => 'MaxAvailHeight' },
- 'maxavailwidth' => { 488 => 'MaxAvailWidth' },
- 'maxcontinuousrelease' => { 278 => 0xb, 279 => 0xc, 281 => '12.1', 282 => '12.1', 287 => 0xc, 288 => 0xb, 291 => '12.1', 292 => '12.1', 294 => 0x3d },
- 'maxfaces' => { 300 => 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, 126 => 0x1405, 162 => 'MaxFocalLength', 217 => 0x9, 218 => 0xe, 219 => 0xf, 223 => 0x10, 297 => 0x208, 431 => 0x127c, 432 => 0x1138, 433 => 0x330, 434 => 0x330, 435 => 0x30e },
- 'maximumdensityrange' => { 132 => 0x8c },
- 'maxpagesize' => { 507 => 'MaxPageSize' },
- 'maxpagesizeh' => { 507 => [\'MaxPageSize','MaxPageSizeH'] },
- 'maxpagesizeunit' => { 507 => [\'MaxPageSize','MaxPageSizeUnit'] },
- 'maxpagesizew' => { 507 => [\'MaxPageSize','MaxPageSizeW'] },
- 'maxpixelvaluethreshold' => { 137 => 0xc7d },
- 'maxsamplevalue' => { 118 => 0x119 },
- 'maxstorage' => { 497 => 'maxstorage' },
- 'mb-d10batteries' => { 278 => '12.6' },
- 'mb-d10batterytype' => { 287 => '13.3' },
- 'mb-d11batterytype' => { 288 => '2.3' },
- 'mb-d12batterytype' => { 291 => '3.2' },
- 'mb-d80batteries' => { 289 => '6.5' },
- 'mb-d80batterytype' => { 293 => '3.2' },
- 'mcuversion' => { 217 => 0xc, 218 => 0x11, 219 => 0x12, 223 => 0x13 },
- 'md5digest' => { 163 => 'zmd5' },
- 'mditemfindercomment' => { 172 => 'MDItemFinderComment' },
- 'mditemfscreationdate' => { 172 => 'MDItemFSCreationDate' },
- 'mditemfslabel' => { 172 => 'MDItemFSLabel' },
- 'mditemusertags' => { 172 => 'MDItemUserTags' },
- 'meal' => { 494 => 'meal' },
- 'measuredev' => { 28 => 0x9, 76 => 0x3, 96 => 0x1814, 155 => 'MeasuredEV' },
- 'measuredev2' => { 13 => 0x8, 28 => 0x8, 76 => 0x17 },
+ 'manualflash' => { 300 => 0x1209 },
+ 'manualflashoutput' => { 34 => 0x29, 281 => '8.2', 284 => '22.2', 285 => '23.1', 286 => '23.2', 288 => '16.2', 289 => '23.2', 290 => '8.2', 291 => '23.2', 294 => '24.2', 387 => 0x100c },
+ 'manualflashstrength' => { 297 => 0x406 },
+ 'manualfocusdistance' => { 226 => 0x85, 302 => 0x100c, 396 => 0x223 },
+ 'manualfocuspointillumination' => { 295 => 0x17 },
+ 'manualfocusringinafmode' => { 295 => 0x1a },
+ 'manualtv' => { 83 => 0x5, 84 => 0x705 },
+ 'manufacturedate' => { 191 => 0x6705, 335 => 0x1 },
+ 'manufacturedate1' => { 389 => 0x4 },
+ 'manufacturedate2' => { 389 => 0x5 },
+ 'manufacturer' => { 462 => 'Manufacturer', 492 => 'manufacturer' },
+ 'mariahchromablursize' => { 138 => 0xf0d },
+ 'mariahmaphithreshold' => { 138 => 0xf0c },
+ 'mariahmaplothreshold' => { 138 => 0xf0b },
+ 'mariahsigmathreshold' => { 138 => 0xf0e },
+ 'mariahtexturethreshold' => { 138 => 0xf0a },
+ 'marked' => { 490 => 'Marked', 507 => 'Marked' },
+ 'markers' => { 503 => 'markers' },
+ 'markerscomment' => { 503 => [\'markers','markersComment'] },
+ 'markerscuepointparams' => { 503 => [\'markers','markersCuePointParams'] },
+ 'markerscuepointparamskey' => { 503 => [\'markers','markersCuePointParamsKey'] },
+ 'markerscuepointparamsvalue' => { 503 => [\'markers','markersCuePointParamsValue'] },
+ 'markerscuepointtype' => { 503 => [\'markers','markersCuePointType'] },
+ 'markersduration' => { 503 => [\'markers','markersDuration'] },
+ 'markerslocation' => { 503 => [\'markers','markersLocation'] },
+ 'markersname' => { 503 => [\'markers','markersName'] },
+ 'markersprobability' => { 503 => [\'markers','markersProbability'] },
+ 'markersspeaker' => { 503 => [\'markers','markersSpeaker'] },
+ 'markersstarttime' => { 503 => [\'markers','markersStartTime'] },
+ 'markerstarget' => { 503 => [\'markers','markersTarget'] },
+ 'markerstype' => { 503 => [\'markers','markersType'] },
+ 'maskedareas' => { 119 => 0xc68e },
+ 'maskgroupbasedcorractive' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionActive'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionActive'] },
+ 'maskgroupbasedcorramount' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionAmount'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionAmount'] },
+ 'maskgroupbasedcorrblacks2012' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBlacks2012'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBlacks2012'] },
+ 'maskgroupbasedcorrbrightness' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBrightness'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBrightness'] },
+ 'maskgroupbasedcorrclarity' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity'] },
+ 'maskgroupbasedcorrclarity2012' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity2012'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity2012'] },
+ 'maskgroupbasedcorrcontrast' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast'] },
+ 'maskgroupbasedcorrcontrast2012' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast2012'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast2012'] },
+ 'maskgroupbasedcorrcorrectionname' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionName'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionName'] },
+ 'maskgroupbasedcorrcorrectionsyncid' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionSyncID'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionSyncID'] },
+ 'maskgroupbasedcorrdefringe' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDefringe'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDefringe'] },
+ 'maskgroupbasedcorrdehaze' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDehaze'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDehaze'] },
+ 'maskgroupbasedcorrections' => { 477 => 'MaskGroupBasedCorrections', 479 => 'MaskGroupBasedCorrections' },
+ 'maskgroupbasedcorrexposure' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure'] },
+ 'maskgroupbasedcorrexposure2012' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure2012'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure2012'] },
+ 'maskgroupbasedcorrhighlights2012' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHighlights2012'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHighlights2012'] },
+ 'maskgroupbasedcorrhue' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHue'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHue'] },
+ 'maskgroupbasedcorrluminancenoise' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalLuminanceNoise'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalLuminanceNoise'] },
+ 'maskgroupbasedcorrmask' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasks'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasks'] },
+ 'maskgroupbasedcorrmaskalpha' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAlpha'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAlpha'] },
+ 'maskgroupbasedcorrmaskangle' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAngle'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAngle'] },
+ 'maskgroupbasedcorrmaskbottom' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksBottom'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksBottom'] },
+ 'maskgroupbasedcorrmaskcentervalue' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterValue'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterValue'] },
+ 'maskgroupbasedcorrmaskcenterweight' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterWeight'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterWeight'] },
+ 'maskgroupbasedcorrmaskdabs' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksDabs'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksDabs'] },
+ 'maskgroupbasedcorrmaskfeather' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFeather'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFeather'] },
+ 'maskgroupbasedcorrmaskflipped' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlipped'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlipped'] },
+ 'maskgroupbasedcorrmaskflow' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlow'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlow'] },
+ 'maskgroupbasedcorrmaskfullx' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullX'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullX'] },
+ 'maskgroupbasedcorrmaskfully' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullY'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullY'] },
+ 'maskgroupbasedcorrmaskinputdigest' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksInputDigest'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksInputDigest'] },
+ 'maskgroupbasedcorrmaskleft' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksLeft'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksLeft'] },
+ 'maskgroupbasedcorrmaskmaskactive' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskActive'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskActive'] },
+ 'maskgroupbasedcorrmaskmaskblendmode' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode'] },
+ 'maskgroupbasedcorrmaskmaskdigest' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskDigest'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskDigest'] },
+ 'maskgroupbasedcorrmaskmaskinverted' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskInverted'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskInverted'] },
+ 'maskgroupbasedcorrmaskmaskname' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskName'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskName'] },
+ 'maskgroupbasedcorrmaskmasks' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasks'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasks'] },
+ 'maskgroupbasedcorrmaskmasksalpha' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha'] },
+ 'maskgroupbasedcorrmaskmasksangle' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAngle'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAngle'] },
+ 'maskgroupbasedcorrmaskmasksbottom' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksBottom'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksBottom'] },
+ 'maskgroupbasedcorrmaskmaskscentervalue' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue'] },
+ 'maskgroupbasedcorrmaskmaskscenterweight' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
+ 'maskgroupbasedcorrmaskmasksdabs' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksDabs'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksDabs'] },
+ 'maskgroupbasedcorrmaskmasksfeather' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFeather'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFeather'] },
+ 'maskgroupbasedcorrmaskmasksflipped' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped'] },
+ 'maskgroupbasedcorrmaskmasksflow' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlow'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlow'] },
+ 'maskgroupbasedcorrmaskmasksfullx' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullX'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullX'] },
+ 'maskgroupbasedcorrmaskmasksfully' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullY'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullY'] },
+ 'maskgroupbasedcorrmaskmasksinputdigest' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest'] },
+ 'maskgroupbasedcorrmaskmasksleft' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksLeft'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksLeft'] },
+ 'maskgroupbasedcorrmaskmasksmaskactive' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive'] },
+ 'maskgroupbasedcorrmaskmasksmaskblendmode' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
+ 'maskgroupbasedcorrmaskmasksmaskdigest' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
+ 'maskgroupbasedcorrmaskmasksmaskinverted' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
+ 'maskgroupbasedcorrmaskmasksmaskname' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName'] },
+ 'maskgroupbasedcorrmaskmasksmasksubtype' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
+ 'maskgroupbasedcorrmaskmasksmasksyncid' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
+ 'maskgroupbasedcorrmaskmasksmaskversion' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
+ 'maskgroupbasedcorrmaskmasksmidpoint' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint'] },
+ 'maskgroupbasedcorrmaskmasksorigin' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin'] },
+ 'maskgroupbasedcorrmaskmasksperimetervalue' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
+ 'maskgroupbasedcorrmaskmasksradius' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRadius'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRadius'] },
+ 'maskgroupbasedcorrmaskmasksreferencepoint' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
+ 'maskgroupbasedcorrmaskmasksright' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRight'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRight'] },
+ 'maskgroupbasedcorrmaskmasksroundness' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness'] },
+ 'maskgroupbasedcorrmaskmaskssizex' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX'] },
+ 'maskgroupbasedcorrmaskmaskssizey' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY'] },
+ 'maskgroupbasedcorrmaskmaskstop' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksTop'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksTop'] },
+ 'maskgroupbasedcorrmaskmasksubtype' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSubType'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSubType'] },
+ 'maskgroupbasedcorrmaskmasksvalue' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue'] },
+ 'maskgroupbasedcorrmaskmasksversion' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksVersion'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksVersion'] },
+ 'maskgroupbasedcorrmaskmaskswhat' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWhat'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWhat'] },
+ 'maskgroupbasedcorrmaskmaskswholeimagearea' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
+ 'maskgroupbasedcorrmaskmasksx' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksX'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksX'] },
+ 'maskgroupbasedcorrmaskmasksy' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksY'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksY'] },
+ 'maskgroupbasedcorrmaskmasksyncid' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID'] },
+ 'maskgroupbasedcorrmaskmaskszerox' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX'] },
+ 'maskgroupbasedcorrmaskmaskszeroy' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY'] },
+ 'maskgroupbasedcorrmaskmaskversion' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskVersion'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskVersion'] },
+ 'maskgroupbasedcorrmaskmidpoint' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMidpoint'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMidpoint'] },
+ 'maskgroupbasedcorrmaskorigin' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksOrigin'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksOrigin'] },
+ 'maskgroupbasedcorrmaskperimetervalue' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue'] },
+ 'maskgroupbasedcorrmaskradius' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRadius'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRadius'] },
+ 'maskgroupbasedcorrmaskrange' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
+ 'maskgroupbasedcorrmaskrangeareamodels' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
+ 'maskgroupbasedcorrmaskrangeareamodelscolorsampleinfo' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'maskgroupbasedcorrmaskrangeareamodelscomponents' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'maskgroupbasedcorrmaskrangecoloramount' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
+ 'maskgroupbasedcorrmaskrangedepthfeather' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
+ 'maskgroupbasedcorrmaskrangedepthmax' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
+ 'maskgroupbasedcorrmaskrangedepthmin' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
+ 'maskgroupbasedcorrmaskrangeinvert' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
+ 'maskgroupbasedcorrmaskrangelumfeather' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
+ 'maskgroupbasedcorrmaskrangeluminancedepthsampleinfo' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'maskgroupbasedcorrmaskrangelummax' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
+ 'maskgroupbasedcorrmaskrangelummin' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
+ 'maskgroupbasedcorrmaskrangelumrange' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
+ 'maskgroupbasedcorrmaskrangesampletype' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
+ 'maskgroupbasedcorrmaskrangetype' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
+ 'maskgroupbasedcorrmaskrangeversion' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
+ 'maskgroupbasedcorrmaskreferencepoint' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksReferencePoint'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksReferencePoint'] },
+ 'maskgroupbasedcorrmaskright' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRight'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRight'] },
+ 'maskgroupbasedcorrmaskroundness' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRoundness'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRoundness'] },
+ 'maskgroupbasedcorrmasksizex' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeX'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeX'] },
+ 'maskgroupbasedcorrmasksizey' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeY'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeY'] },
+ 'maskgroupbasedcorrmasktop' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksTop'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksTop'] },
+ 'maskgroupbasedcorrmaskvalue' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskValue'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskValue'] },
+ 'maskgroupbasedcorrmaskversion' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksVersion'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksVersion'] },
+ 'maskgroupbasedcorrmaskwhat' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWhat'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWhat'] },
+ 'maskgroupbasedcorrmaskwholeimagearea' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea'] },
+ 'maskgroupbasedcorrmaskx' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksX'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksX'] },
+ 'maskgroupbasedcorrmasky' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksY'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksY'] },
+ 'maskgroupbasedcorrmaskzerox' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroX'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroX'] },
+ 'maskgroupbasedcorrmaskzeroy' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroY'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroY'] },
+ 'maskgroupbasedcorrmoire' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalMoire'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalMoire'] },
+ 'maskgroupbasedcorrrangemask' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMask'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMask'] },
+ 'maskgroupbasedcorrrangemaskareamodels' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels'] },
+ 'maskgroupbasedcorrrangemaskareamodelscolorsampleinfo' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'maskgroupbasedcorrrangemaskareamodelscomponents' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'maskgroupbasedcorrrangemaskcoloramount' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount'] },
+ 'maskgroupbasedcorrrangemaskdepthfeather' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
+ 'maskgroupbasedcorrrangemaskdepthmax' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax'] },
+ 'maskgroupbasedcorrrangemaskdepthmin' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin'] },
+ 'maskgroupbasedcorrrangemaskinvert' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskInvert'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskInvert'] },
+ 'maskgroupbasedcorrrangemasklumfeather' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather'] },
+ 'maskgroupbasedcorrrangemaskluminancedepthsampleinfo' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'maskgroupbasedcorrrangemasklummax' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax'] },
+ 'maskgroupbasedcorrrangemasklummin' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin'] },
+ 'maskgroupbasedcorrrangemasklumrange' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange'] },
+ 'maskgroupbasedcorrrangemasksampletype' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType'] },
+ 'maskgroupbasedcorrrangemasktype' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskType'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskType'] },
+ 'maskgroupbasedcorrrangemaskversion' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskVersion'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskVersion'] },
+ 'maskgroupbasedcorrsaturation' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSaturation'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSaturation'] },
+ 'maskgroupbasedcorrshadows2012' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalShadows2012'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalShadows2012'] },
+ 'maskgroupbasedcorrsharpness' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSharpness'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSharpness'] },
+ 'maskgroupbasedcorrtemperature' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTemperature'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTemperature'] },
+ 'maskgroupbasedcorrtexture' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTexture'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTexture'] },
+ 'maskgroupbasedcorrtint' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTint'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTint'] },
+ 'maskgroupbasedcorrtoninghue' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningHue'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningHue'] },
+ 'maskgroupbasedcorrtoningsaturation' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningSaturation'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningSaturation'] },
+ 'maskgroupbasedcorrwhat' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsWhat'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsWhat'] },
+ 'maskgroupbasedcorrwhites2012' => { 477 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalWhites2012'], 479 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalWhites2012'] },
+ 'masterdocumentid' => { 131 => 0xb9 },
+ 'mastergain' => { 237 => 0x50 },
+ 'materialsample' => { 118 => 'MaterialSample' },
+ 'materialsampleid' => { 118 => [\'MaterialSample','MaterialSampleMaterialSampleID'] },
+ 'matrixmetering' => { 280 => '50.1', 282 => '48.1', 283 => '48.1', 292 => '48.1', 293 => '48.1', 295 => 0x233 },
+ 'matrixselectk' => { 138 => 0x91b },
+ 'matrixselectthreshold' => { 138 => 0x91a },
+ 'matrixselectthreshold1' => { 138 => 0x91e },
+ 'matrixselectthreshold2' => { 138 => 0x91f },
+ 'matrixstructure' => { 379 => 0xa },
+ 'maxaperture' => { 34 => 0x1a, 138 => 0x3f9, 144 => 0x6103, 163 => 'MaxAperture', 181 => 0x17, 187 => 0x49c5, 224 => 0x36, 298 => 0x20a, 346 => '14.1' },
+ 'maxapertureatmaxfocal' => { 127 => 0x1407, 163 => 'MaxApertureAtMaxFocal', 218 => 0xb, 219 => 0x10, 220 => 0x11, 224 => 0x12, 298 => 0x206 },
+ 'maxapertureatminfocal' => { 127 => 0x1406, 218 => 0xa, 219 => 0xf, 220 => 0x10, 224 => 0x11, 298 => 0x205 },
+ 'maxaperturevalue' => { 119 => 0x9205, 364 => 0x414, 483 => 'MaxApertureValue' },
+ 'maxavailheight' => { 489 => 'MaxAvailHeight' },
+ 'maxavailwidth' => { 489 => 'MaxAvailWidth' },
+ 'maxcontinuousrelease' => { 279 => 0xb, 280 => 0xc, 282 => '12.1', 283 => '12.1', 288 => 0xc, 289 => 0xb, 292 => '12.1', 293 => '12.1', 295 => 0x3d },
+ 'maxfaces' => { 301 => 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', 218 => 0x9, 219 => 0xe, 220 => 0xf, 224 => 0x10, 298 => 0x208, 432 => 0x127c, 433 => 0x1138, 434 => 0x330, 435 => 0x330, 436 => 0x30e },
+ 'maximumdensityrange' => { 133 => 0x8c },
+ 'maxpagesize' => { 508 => 'MaxPageSize' },
+ 'maxpagesizeh' => { 508 => [\'MaxPageSize','MaxPageSizeH'] },
+ 'maxpagesizeunit' => { 508 => [\'MaxPageSize','MaxPageSizeUnit'] },
+ 'maxpagesizew' => { 508 => [\'MaxPageSize','MaxPageSizeW'] },
+ 'maxpixelvaluethreshold' => { 138 => 0xc7d },
+ 'maxsamplevalue' => { 119 => 0x119 },
+ 'maxstorage' => { 498 => 'maxstorage' },
+ 'mb-d10batteries' => { 279 => '12.6' },
+ 'mb-d10batterytype' => { 288 => '13.3' },
+ 'mb-d11batterytype' => { 289 => '2.3' },
+ 'mb-d12batterytype' => { 292 => '3.2' },
+ 'mb-d80batteries' => { 290 => '6.5' },
+ 'mb-d80batterytype' => { 294 => '3.2' },
+ 'mcuversion' => { 218 => 0xc, 219 => 0x11, 220 => 0x12, 224 => 0x13 },
+ 'md5digest' => { 164 => 'zmd5' },
+ 'mditemfindercomment' => { 173 => 'MDItemFinderComment' },
+ 'mditemfscreationdate' => { 173 => 'MDItemFSCreationDate' },
+ 'mditemfslabel' => { 173 => 'MDItemFSLabel' },
+ 'mditemusertags' => { 173 => 'MDItemUserTags' },
+ 'meal' => { 495 => 'meal' },
+ 'measuredev' => { 28 => 0x9, 77 => 0x3, 97 => 0x1814, 156 => 'MeasuredEV' },
+ 'measuredev2' => { 13 => 0x8, 28 => 0x8, 77 => 0x17 },
'measuredev3' => { 13 => 0x9 },
- 'measuredlv' => { 186 => 0x690, 314 => 0x312, 317 => 0x312, 318 => 0x312, 321 => 0x3407 },
- 'measuredrggb' => { 64 => 0x1 },
+ 'measuredlv' => { 187 => 0x690, 315 => 0x312, 318 => 0x312, 319 => 0x312, 322 => 0x3407 },
+ 'measuredrggb' => { 65 => 0x1 },
'measuredrggbdata' => { 44 => 0x287 },
- 'measurementaccuracy' => { 117 => [\'MeasurementOrFact','MeasurementOrFactMeasurementAccuracy'] },
- 'measurementdeterminedby' => { 117 => [\'MeasurementOrFact','MeasurementOrFactMeasurementDeterminedBy'] },
- 'measurementdetermineddate' => { 117 => [\'MeasurementOrFact','MeasurementOrFactMeasurementDeterminedDate'] },
- 'measurementid' => { 117 => [\'MeasurementOrFact','MeasurementOrFactMeasurementID'] },
- 'measurementmethod' => { 117 => [\'MeasurementOrFact','MeasurementOrFactMeasurementMethod'] },
- 'measurementorfact' => { 117 => 'MeasurementOrFact' },
- 'measurementremarks' => { 117 => [\'MeasurementOrFact','MeasurementOrFactMeasurementRemarks'] },
- 'measurementtype' => { 117 => [\'MeasurementOrFact','MeasurementOrFactMeasurementType'] },
- 'measurementunit' => { 117 => [\'MeasurementOrFact','MeasurementOrFactMeasurementUnit'] },
- 'measurementvalue' => { 117 => [\'MeasurementOrFact','MeasurementOrFactMeasurementValue'] },
- 'measuretype' => { 461 => 'MeasureType' },
- 'mechanicalshuttercount' => { 225 => 0x37 },
- 'mediaclassprimaryid' => { 178 => 'WM/MediaClassPrimaryID' },
- 'mediaclasssecondaryid' => { 178 => 'WM/MediaClassSecondaryID' },
- 'mediaconstraints' => { 306 => 'MediaConstraints' },
- 'mediacreatedate' => { 375 => 0x1 },
- 'mediaeventiddate' => { 466 => 'MediaEventIdDate' },
+ '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' => { 462 => 'MeasureType' },
+ 'mechanicalshuttercount' => { 226 => 0x37 },
+ 'mediaclassprimaryid' => { 179 => 'WM/MediaClassPrimaryID' },
+ 'mediaclasssecondaryid' => { 179 => 'WM/MediaClassSecondaryID' },
+ 'mediaconstraints' => { 307 => 'MediaConstraints' },
+ 'mediacreatedate' => { 376 => 0x1 },
+ 'mediaeventiddate' => { 467 => 'MediaEventIdDate' },
'mediagroupuuid' => { 1 => 0x11 },
- 'mediamodifydate' => { 375 => 0x2 },
- 'mediasummarycode' => { 306 => 'MediaSummaryCode' },
- 'mediatype' => { 371 => 'stik' },
- 'memoaudioquality' => { 83 => 0x812 },
- 'memorycardconfiguration' => { 412 => 0x16 },
- 'memorycardnumber' => { 207 => 0x2 },
- 'menubuttondisplayposition' => { 81 => 0xb, 84 => 0xa, 85 => 0xb, 88 => 0xb },
- 'menubuttonreturn' => { 89 => 0xb },
- 'menumonitorofftime' => { 278 => '26.1', 279 => '22.1', 281 => '22.1', 282 => '22.1', 286 => '21.1', 287 => '8.2', 288 => '21.1', 291 => '22.1', 292 => '22.1', 293 => '22.1', 294 => 0x35 },
- 'menusettingsz7iioffset' => { 259 => 0xceb6 },
- 'metadatadate' => { 500 => 'MetadataDate' },
- 'metadatamoddate' => { 502 => 'metadataModDate' },
- 'metaversion' => { 426 => 0x34 },
- 'meterinfo1row1' => { 420 => 0x0, 421 => 0x0 },
- 'meterinfo1row2' => { 420 => 0x6c, 421 => 0x5a },
- 'meterinfo1row3' => { 420 => 0xd8, 421 => 0xb4 },
- 'meterinfo1row4' => { 420 => 0x144, 421 => 0x10e },
- 'meterinfo1row5' => { 420 => 0x1b0, 421 => 0x168 },
- 'meterinfo1row6' => { 420 => 0x21c, 421 => 0x1c2 },
- 'meterinfo1row7' => { 420 => 0x288, 421 => 0x21c },
- 'meterinfo2row1' => { 420 => 0x2f4, 421 => 0x276 },
- 'meterinfo2row2' => { 420 => 0x378, 421 => 0x2e4 },
- 'meterinfo2row3' => { 420 => 0x3fc, 421 => 0x352 },
- 'meterinfo2row4' => { 420 => 0x480, 421 => 0x3c0 },
- 'meterinfo2row5' => { 420 => 0x504, 421 => 0x42e },
- 'meterinfo2row6' => { 420 => 0x588, 421 => 0x49c },
- 'meterinfo2row7' => { 420 => 0x60c, 421 => 0x50a },
- 'meterinfo2row8' => { 420 => 0x690, 421 => 0x578 },
- 'meterinfo2row9' => { 420 => 0x714, 421 => 0x5e6 },
- 'metering' => { 280 => '6.1' },
- 'meteringmode' => { 34 => 0x11, 118 => 0x9207, 139 => 0x1c, 180 => 0x7, 181 => 0x25, 183 => 0x12, 296 => 0x202, 354 => 0x17, 396 => 0x9, 406 => 0x15, 407 => 0x13, 408 => 0x7, 424 => 0x3, 427 => 0x1174, 428 => 0x1178, 429 => 0x1154, 430 => 0x11d0, 431 => 0x11ac, 432 => 0x1064, 433 => 0x25c, 434 => 0x25c, 435 => 0x24b, 482 => 'MeteringMode' },
- 'meteringmode2' => { 335 => '2.1', 419 => 0x202c },
- 'meteringmode3' => { 335 => '16.1' },
- 'meteringoffscaleindicator' => { 183 => 0x53 },
- 'meteringtime' => { 278 => '22.2', 280 => '3.2', 283 => '17.1', 284 => '18.1', 287 => '7.3', 288 => '18.1', 289 => '3.2', 293 => '19.1' },
- 'micro1version' => { 381 => 0x1f },
- 'micro2version' => { 381 => 0x2d },
- 'microphoneattenuator' => { 228 => 0x2d2 },
- 'microphonefrequencyresponse' => { 228 => 0x2d4 },
- 'microphonejackpower' => { 228 => 0x2fa },
- 'microphonesensitivity' => { 228 => 0x2d0 },
- 'microvideo' => { 459 => 'MicroVideo' },
- 'microvideooffset' => { 459 => 'MicroVideoOffset' },
- 'microvideopresentationtimestampus' => { 459 => 'MicroVideoPresentationTimestampUs' },
- 'microvideoversion' => { 459 => 'MicroVideoVersion' },
- 'midrangesharpness' => { 232 => 0x3b },
- 'mieversion' => { 163 => '0Vers' },
- 'mime' => { 461 => 'Mime' },
- 'minaperture' => { 34 => 0x1b, 137 => 0x3f8, 162 => 'MinAperture', 345 => '0.2' },
- 'minaperturevalue' => { 363 => 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, 126 => 0x1404, 162 => 'MinFocalLength', 217 => 0x8, 218 => 0xd, 219 => 0xe, 223 => 0xf, 297 => 0x207, 431 => 0x127a, 432 => 0x1136, 433 => 0x32e, 434 => 0x32e, 435 => 0x30c },
- 'minfocusdistance' => { 345 => 0x3 },
- 'minintegrationrows' => { 137 => 0x1874 },
- 'minoltadate' => { 180 => 0x15 },
- 'minoltaimagesize' => { 180 => 0x4, 181 => 0xc, 182 => 0x2, 185 => 0x103 },
- 'minoltamodelid' => { 180 => 0x25 },
- 'minoltaquality' => { 180 => 0x5, 181 => 0xd, 182 => 0x3, 185 => [0x102,0x103] },
- 'minoltatime' => { 180 => 0x16 },
- 'minormodelagedisclosure' => { 306 => 'MinorModelAgeDisclosure' },
- 'minorversion' => { 467 => 'MinorVersion' },
- 'minsamplevalue' => { 118 => 0x118 },
- 'mirrorlockup' => { 81 => 0xc, 82 => 0xc, 83 => 0x60f, 84 => 0xb, 85 => 0xc, 86 => 0x6, 87 => 0x6, 88 => 0xc, 89 => 0x3 },
- 'mobilecountrycode' => { 475 => 'mcc' },
- 'mobilenetworkcode' => { 475 => 'mnc' },
- 'moddate' => { 309 => 'modify-date', 489 => 'ModDate' },
- 'modedialposition' => { 412 => 0x14 },
- 'model' => { 97 => 0x6, 118 => 0x110, 155 => 'Model', 309 => 'Model', 324 => 0x110, 354 => 0x23f, 373 => 'model', 379 => ['@mod','CNMN','cmnm',"\xa9mdl","\xa9mod"], 396 => 0x84, 461 => 'Model', 491 => 'model', 498 => 'Model' },
- 'modelage' => { 488 => 'ModelAge' },
- 'modelid' => { 295 => 0x0 },
- 'modelingflash' => { 278 => '21.4', 279 => '31.1', 281 => '31.1', 282 => '31.1', 287 => '26.4', 288 => '30.2', 289 => '7.4', 290 => '30.1', 291 => '31.1', 292 => '31.1', 293 => '31.3', 294 => 0x5d },
- 'modelreleaseid' => { 306 => 'ModelReleaseID' },
- 'modelreleasestatus' => { 306 => 'ModelReleaseStatus' },
- 'modelreleaseyear' => { 440 => 0x52, 441 => 0x46, 442 => 0x53 },
- 'modeltiepoint' => { 118 => 0x8482 },
- 'modeltransform' => { 118 => 0x85d8 },
- 'modelyear' => { 491 => 'modelYear' },
- 'modificationdate' => { 492 => 'modificationDate' },
- 'modifiedcolortemp' => { 65 => 0x9 },
- 'modifieddigitalgain' => { 65 => 0xb },
+ 'mediamodifydate' => { 376 => 0x2 },
+ 'mediasummarycode' => { 307 => 'MediaSummaryCode' },
+ 'mediatype' => { 372 => 'stik' },
+ 'memoaudioquality' => { 84 => 0x812 },
+ 'memorycardconfiguration' => { 413 => 0x16 },
+ 'memorycardnumber' => { 208 => 0x2 },
+ 'menubuttondisplayposition' => { 82 => 0xb, 85 => 0xa, 86 => 0xb, 89 => 0xb },
+ 'menubuttonreturn' => { 90 => 0xb },
+ 'menumonitorofftime' => { 279 => '26.1', 280 => '22.1', 282 => '22.1', 283 => '22.1', 287 => '21.1', 288 => '8.2', 289 => '21.1', 292 => '22.1', 293 => '22.1', 294 => '22.1', 295 => 0x35 },
+ 'menusettingsz7iioffset' => { 260 => 0xceb6 },
+ 'metadatadate' => { 501 => 'MetadataDate' },
+ 'metadatamoddate' => { 503 => 'metadataModDate' },
+ 'metaversion' => { 427 => 0x34 },
+ 'meterinfo1row1' => { 421 => 0x0, 422 => 0x0 },
+ 'meterinfo1row2' => { 421 => 0x6c, 422 => 0x5a },
+ 'meterinfo1row3' => { 421 => 0xd8, 422 => 0xb4 },
+ 'meterinfo1row4' => { 421 => 0x144, 422 => 0x10e },
+ 'meterinfo1row5' => { 421 => 0x1b0, 422 => 0x168 },
+ 'meterinfo1row6' => { 421 => 0x21c, 422 => 0x1c2 },
+ 'meterinfo1row7' => { 421 => 0x288, 422 => 0x21c },
+ 'meterinfo2row1' => { 421 => 0x2f4, 422 => 0x276 },
+ 'meterinfo2row2' => { 421 => 0x378, 422 => 0x2e4 },
+ 'meterinfo2row3' => { 421 => 0x3fc, 422 => 0x352 },
+ 'meterinfo2row4' => { 421 => 0x480, 422 => 0x3c0 },
+ 'meterinfo2row5' => { 421 => 0x504, 422 => 0x42e },
+ 'meterinfo2row6' => { 421 => 0x588, 422 => 0x49c },
+ 'meterinfo2row7' => { 421 => 0x60c, 422 => 0x50a },
+ 'meterinfo2row8' => { 421 => 0x690, 422 => 0x578 },
+ 'meterinfo2row9' => { 421 => 0x714, 422 => 0x5e6 },
+ 'metering' => { 281 => '6.1' },
+ 'meteringmode' => { 34 => 0x11, 119 => 0x9207, 140 => 0x1c, 181 => 0x7, 182 => 0x25, 184 => 0x12, 297 => 0x202, 355 => 0x17, 397 => 0x9, 407 => 0x15, 408 => 0x13, 409 => 0x7, 425 => 0x3, 428 => 0x1174, 429 => 0x1178, 430 => 0x1154, 431 => 0x11d0, 432 => 0x11ac, 433 => 0x1064, 434 => 0x25c, 435 => 0x25c, 436 => 0x24b, 483 => 'MeteringMode' },
+ 'meteringmode2' => { 336 => '2.1', 420 => 0x202c },
+ 'meteringmode3' => { 336 => '16.1' },
+ 'meteringoffscaleindicator' => { 184 => 0x53 },
+ 'meteringtime' => { 279 => '22.2', 281 => '3.2', 284 => '17.1', 285 => '18.1', 288 => '7.3', 289 => '18.1', 290 => '3.2', 294 => '19.1' },
+ 'micro1version' => { 382 => 0x1f },
+ 'micro2version' => { 382 => 0x2d },
+ 'microphoneattenuator' => { 229 => 0x2d2 },
+ 'microphonefrequencyresponse' => { 229 => 0x2d4 },
+ 'microphonejackpower' => { 229 => 0x2fa },
+ 'microphonesensitivity' => { 229 => 0x2d0 },
+ 'microvideo' => { 460 => 'MicroVideo' },
+ 'microvideooffset' => { 460 => 'MicroVideoOffset' },
+ 'microvideopresentationtimestampus' => { 460 => 'MicroVideoPresentationTimestampUs' },
+ 'microvideoversion' => { 460 => 'MicroVideoVersion' },
+ 'midrangesharpness' => { 233 => 0x3b },
+ 'mieversion' => { 164 => '0Vers' },
+ 'mime' => { 462 => 'Mime' },
+ 'minaperture' => { 34 => 0x1b, 138 => 0x3f8, 163 => 'MinAperture', 346 => '0.2' },
+ 'minaperturevalue' => { 364 => 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', 218 => 0x8, 219 => 0xd, 220 => 0xe, 224 => 0xf, 298 => 0x207, 432 => 0x127a, 433 => 0x1136, 434 => 0x32e, 435 => 0x32e, 436 => 0x30c },
+ 'minfocusdistance' => { 346 => 0x3 },
+ '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' => { 307 => 'MinorModelAgeDisclosure' },
+ 'minorversion' => { 468 => 'MinorVersion' },
+ 'minsamplevalue' => { 119 => 0x118 },
+ 'mirrorlockup' => { 82 => 0xc, 83 => 0xc, 84 => 0x60f, 85 => 0xb, 86 => 0xc, 87 => 0x6, 88 => 0x6, 89 => 0xc, 90 => 0x3 },
+ 'mobilecountrycode' => { 476 => 'mcc' },
+ 'mobilenetworkcode' => { 476 => 'mnc' },
+ 'moddate' => { 310 => 'modify-date', 490 => 'ModDate' },
+ 'modedialposition' => { 413 => 0x14 },
+ 'model' => { 98 => 0x6, 119 => 0x110, 156 => 'Model', 310 => 'Model', 325 => 0x110, 355 => 0x23f, 374 => 'model', 380 => ['@mod','CNMN','cmnm',"\xa9mdl","\xa9mod"], 397 => 0x84, 462 => 'Model', 492 => 'model', 499 => 'Model' },
+ 'modelage' => { 489 => 'ModelAge' },
+ 'modelid' => { 296 => 0x0 },
+ 'modelingflash' => { 279 => '21.4', 280 => '31.1', 282 => '31.1', 283 => '31.1', 288 => '26.4', 289 => '30.2', 290 => '7.4', 291 => '30.1', 292 => '31.1', 293 => '31.1', 294 => '31.3', 295 => 0x5d },
+ 'modelreleaseid' => { 307 => 'ModelReleaseID' },
+ 'modelreleasestatus' => { 307 => 'ModelReleaseStatus' },
+ 'modelreleaseyear' => { 441 => 0x52, 442 => 0x46, 443 => 0x53 },
+ 'modeltiepoint' => { 119 => 0x8482 },
+ 'modeltransform' => { 119 => 0x85d8 },
+ 'modelyear' => { 492 => 'modelYear' },
+ 'modificationdate' => { 493 => 'modificationDate' },
+ 'modifiedcolortemp' => { 66 => 0x9 },
+ 'modifieddigitalgain' => { 66 => 0xb },
'modifiedparamflag' => { 58 => 0x1 },
- 'modifiedpicturestyle' => { 65 => 0xa },
- 'modifiedsaturation' => { 296 => 0x504 },
- 'modifiedsensorbluelevel' => { 65 => 0x5 },
- 'modifiedsensorredlevel' => { 65 => 0x4 },
- 'modifiedsharpness' => { 65 => 0x2 },
- 'modifiedsharpnessfreq' => { 65 => 0x3 },
- 'modifiedtonecurve' => { 65 => 0x1 },
- 'modifiedwhitebalance' => { 65 => 0x8 },
- 'modifiedwhitebalanceblue' => { 65 => 0x7 },
- 'modifiedwhitebalancered' => { 65 => 0x6 },
- 'modifydate' => { 118 => 0x132, 156 => 'ModifyDate', 305 => 'ModDate', 307 => 'tIME', 370 => 'ModDate', 376 => 0x2, 500 => 'ModifyDate' },
- 'moirefilter' => { 118 => 0xfe58, 476 => 'MoireFilter', 478 => 'MoireFilter' },
- 'monitorbrightness' => { 228 => 0x59a },
- 'monitordisplayoff' => { 183 => 0x4c },
- 'monitormatrix' => { 137 => 0x8fc },
- 'monitorofftime' => { 278 => '18.2', 280 => '3.1', 289 => '3.1' },
- 'monochromecolor' => { 296 => 0x53b },
- 'monochromecontrast' => { 108 => 0x3c },
- 'monochromefiltereffect' => { 102 => 0x20307, 108 => 0x3a, 319 => 0xac, 354 => 0x73 },
- 'monochromegraineffect' => { 319 => 0xd2 },
- 'monochromelinear' => { 108 => 0x3d },
- 'monochromeoutputhighlightpoint' => { 108 => 0x41 },
- 'monochromeoutputshadowpoint' => { 108 => 0x42 },
- 'monochromeprofilesettings' => { 296 => 0x537 },
- 'monochromerawhighlight' => { 108 => 0x7a },
- 'monochromerawhighlightpoint' => { 108 => 0x3f },
- 'monochromerawshadow' => { 108 => 0x83 },
- 'monochromerawshadowpoint' => { 108 => 0x40 },
- 'monochromesharpness' => { 108 => 0x3e },
- 'monochrometoning' => { 354 => 0x74 },
- 'monochrometoningeffect' => { 102 => 0x20306, 108 => 0x3b },
- 'monochromeunsharpmaskfineness' => { 108 => 0xb2 },
- 'monochromeunsharpmaskstrength' => { 108 => 0xb0 },
- 'monochromeunsharpmaskthreshold' => { 108 => 0xb4 },
- 'monochromevignetting' => { 296 => 0x53a },
- 'monthdaycreated' => { 139 => 0x12, 148 => 0xe },
- 'mood' => { 178 => 'WM/Mood' },
- 'moonphase' => { 380 => 0x12, 381 => 0x43, 382 => 0x4c },
- 'morepermissions' => { 474 => 'morePermissions' },
- 'motionsensitivity' => { 380 => 0x29, 382 => 0x60 },
- 'movementcount' => { 371 => "\xa9mvc" },
- 'movementname' => { 371 => "\xa9mvn" },
- 'movementnumber' => { 371 => "\xa9mvi" },
- 'movieactived-lighting' => { 227 => 0x238, 228 => 0x2b8 },
- 'movieaelockbuttonassignment' => { 291 => '40.1' },
- 'movieaf-onbutton' => { 294 => 0xcb },
- 'movieafareamode' => { 228 => 0x2c6, 294 => 0x203 },
- 'movieafspeed' => { 294 => 0xdd },
- 'movieafspeedapply' => { 294 => 0xdf },
- 'movieaftrackingsensitivity' => { 294 => 0xe1 },
- 'movieaperturelock' => { 294 => 0x259 },
- 'movieautodistortioncontrol' => { 227 => 0x242 },
- 'moviediffractioncompensation' => { 227 => 0x241 },
- 'moviedxcropalert' => { 228 => 0x2fb },
- 'movieelectronicvr' => { 228 => 0x2cc },
- 'movieevfgrid' => { 294 => 0x21d },
- 'movieflickerreduction' => { 228 => 0x2c0 },
- 'moviefocusmode' => { 227 => 0x248, 228 => 0x2c4 },
- 'moviefocuspointlock' => { 294 => 0x226 },
- 'movieframerate' => { 227 => 0x1f8, 228 => 0x2f4 },
- 'movieframesize' => { 227 => 0x1f6, 228 => 0x2f2 },
- 'moviefunc1button' => { 281 => '41.1', 282 => '41.1', 292 => '41.1', 294 => 0xc3 },
- 'moviefunc3button' => { 294 => 0x127 },
- 'moviefunctionbutton' => { 279 => '41.1', 291 => '41.1' },
- 'moviefunctionbuttonplusdials' => { 279 => '52.1' },
- 'moviehighisonoisereduction' => { 227 => 0x23c, 228 => 0x2ba },
- 'moviehighlightdisplaythreshold' => { 294 => 0x215 },
- 'movieimagearea' => { 228 => 0x25c },
- 'movieisoautocontrolmanualmode' => { 228 => 0x26a },
- 'movieisoautohilimit' => { 228 => 0x268 },
- 'movieisoautomanualmode' => { 227 => 0x204, 228 => 0x26c },
- 'moviemeteringmode' => { 228 => 0x2c2 },
- 'moviemidtonedisplayrange' => { 294 => 0x219 },
- 'moviemidtonedisplayvalue' => { 294 => 0x217 },
- 'moviemultiselector' => { 294 => 0xd9 },
- 'moviepreviewbutton' => { 279 => '41.2', 281 => '41.2', 282 => '41.2', 291 => '41.2', 292 => '41.2' },
- 'moviepreviewbuttonplusdials' => { 279 => '52.2' },
- 'movierecordbuttonplaybackmode' => { 294 => 0x1b5 },
- 'movieshutterbutton' => { 279 => '38.3', 281 => '38.3', 282 => '38.3', 291 => '38.3', 292 => '38.3' },
- 'movieshutterspeedlock' => { 294 => 0x225 },
- 'movieslowmotion' => { 227 => 0x1fa },
- 'moviesoundrecording' => { 228 => 0x2ce },
- 'moviesubjectdetection' => { 228 => 0x2fc },
- 'moviesubselectorassignment' => { 279 => '48.2' },
- 'moviesubselectorassignmentplusdials' => { 279 => '53.1' },
- 'movietonemap' => { 228 => 0x2ec },
- 'movietype' => { 227 => 0x1fe, 228 => 0x266, 251 => 0xc55c },
- 'movievibrationreduction' => { 227 => 0x24e },
- 'movievibrationreductionsameasphoto' => { 227 => 0x24f },
- 'movievignettecontrol' => { 227 => 0x23e, 228 => 0x1a0 },
- 'movievignettecontrolsameasphoto' => { 227 => 0x240 },
- 'movievrmode' => { 228 => 0x2c8 },
- 'moviezebrapattern' => { 294 => 0x213 },
- 'multiburstimageheight' => { 419 => 0x1002 },
- 'multiburstimagewidth' => { 419 => 0x1001 },
- 'multiburstmode' => { 419 => 0x1000 },
- 'multicontrollerwhilemetering' => { 83 => 0x517 },
- 'multiexposure' => { 67 => 0x1, 319 => 0xb4 },
- 'multiexposureautogain' => { 229 => 0x3 },
- 'multiexposurecontrol' => { 67 => 0x2 },
- 'multiexposuremode' => { 229 => 0x1 },
- 'multiexposureshots' => { 67 => 0x3, 228 => 0x8e, 229 => 0x2 },
- 'multiframenoisereduction' => { 408 => 0x35, 419 => 0x200b, 424 => 0x15 },
- 'multiframenreffect' => { 419 => 0x2023 },
- 'multifunctionlock' => { 83 => 0x70f },
- 'multipleexposuremode' => { 228 => 0x8c, 300 => 0x101c },
- 'multipleexposureset' => { 335 => '10.1' },
- 'multisample' => { 236 => 0x40 },
- 'multiselector' => { 278 => '9.4', 279 => '10.3', 281 => '10.3', 282 => '10.3', 287 => '27.4', 291 => '10.3', 292 => '10.3' },
- 'multiselectorliveview' => { 278 => '4.3', 281 => '37.1', 282 => '37.1', 291 => '37.1', 292 => '37.1' },
- 'multiselectorliveviewmode' => { 246 => 0x18c2 },
- 'multiselectorplaybackmode' => { 278 => ['13.5','9.2'], 279 => '10.2', 282 => '10.2', 287 => '27.2', 291 => '10.2', 292 => '10.2', 294 => 0xb3 },
- 'multiselectorshootmode' => { 278 => '9.1', 279 => '10.1', 281 => '10.1', 282 => '10.1', 287 => '27.1', 291 => '10.1', 292 => '10.1', 294 => 0xaf },
- 'multishot' => { 324 => 0x121 },
- 'mute' => { 373 => 'player.movie.audio.mute' },
- 'mycolormode' => { 68 => 0x2 },
- 'name' => { 379 => 'name', 476 => 'Name', 478 => 'Name' },
- 'narrator' => { 371 => "\xa9nrt" },
- 'nationalcatalognumber' => { 492 => 'nationalCatalogNumber' },
- 'nativedigest' => { 482 => 'NativeDigest', 498 => 'NativeDigest' },
- 'ndfilter' => { 76 => 0x1c, 296 => 0x204, 386 => 0x1019 },
- 'near' => { 461 => 'Near' },
- 'nefbitdepth' => { 225 => 0xe22 },
- 'nefcompression' => { 225 => 0x93, 226 => 0xa },
- 'neflinearizationtable' => { 225 => 0x96 },
- 'negativecachelargepreviewsize' => { 476 => 'NegativeCacheLargePreviewSize', 478 => 'NegativeCacheLargePreviewSize' },
- 'negativecachemaximumsize' => { 476 => 'NegativeCacheMaximumSize', 478 => 'NegativeCacheMaximumSize' },
- 'negativecachepath' => { 476 => 'NegativeCachePath', 478 => 'NegativeCachePath' },
- 'neutraldensityfactor' => { 473 => 'NeutralDensityFactor' },
- 'neutraldensityfilter' => { 354 => 0x88 },
- 'neutraloutputhighlightpoint' => { 108 => 0x2f },
- 'neutraloutputshadowpoint' => { 108 => 0x30 },
- 'neutralrawcolortone' => { 108 => 0x28 },
- 'neutralrawcontrast' => { 108 => 0x2a },
- 'neutralrawhighlight' => { 108 => 0x78 },
- 'neutralrawhighlightpoint' => { 108 => 0x2d },
- 'neutralrawlinear' => { 108 => 0x2b },
- 'neutralrawsaturation' => { 108 => 0x29 },
- 'neutralrawshadow' => { 108 => 0x81 },
- 'neutralrawshadowpoint' => { 108 => 0x2e },
- 'neutralrawsharpness' => { 108 => 0x2c },
- 'neutralunsharpmaskfineness' => { 108 => 0xa6 },
- 'neutralunsharpmaskthreshold' => { 108 => 0xa8 },
- 'neutraunsharpmaskstrength' => { 108 => 0xa4 },
- 'newrawimagedigest' => { 118 => 0xc7a7 },
- 'newsphotoversion' => { 132 => 0x0 },
- 'nickname' => { 500 => 'Nickname' },
- 'nikoncapturedata' => { 225 => 0xe01 },
- 'nikoncaptureeditversions' => { 225 => 0xe13 },
- 'nikoncaptureoffsets' => { 225 => 0xe0e },
- 'nikoncaptureoutput' => { 225 => 0xe1e },
- 'nikoncaptureversion' => { 225 => 0xe09 },
- 'nikoniccprofile' => { 225 => 0xe1d },
- 'nikonimagesize' => { 243 => '723.1', 244 => '732.1', 254 => 0x2c4 },
- 'nikonmeteringmode' => { 227 => 0x146, 247 => 0x2ea4, 256 => 0x175e },
- 'nikonsettings' => { 225 => 0x4e },
- 'noisefilter' => { 296 => 0x527 },
- 'noiseprofile' => { 118 => 0xc761 },
- 'noisereduction' => { 126 => [0x100b,0x100e], 181 => 0xb0, 182 => 0x60, 183 => 0x3f, 225 => 0x95, 271 => 0x753dcbc0, 272 => 0x17, 296 => 0x50a, 301 => 0x103a, 319 => 0x2d, 354 => 0x49, 386 => 0x100f, 388 => 0x2a },
- 'noisereduction2' => { 300 => 0x1010 },
- 'noisereductionapplied' => { 118 => 0xc6f7 },
- 'noisereductionintensity' => { 272 => 0x9 },
- 'noisereductionmethod' => { 272 => 0x11 },
- 'noisereductionmode' => { 453 => 0x801e },
- 'noisereductionparametersatcapture' => { 137 => 0xe73 },
- 'noisereductionparameterscamera' => { 137 => 0xe72 },
- 'noisereductionparametershost3mp' => { 137 => 0xe71 },
- 'noisereductionparametershost6mp' => { 137 => 0xe70 },
- 'noisereductionparametershostrgb' => { 137 => 0xe6f },
- 'noisereductionparameterskhufu3mp' => { 137 => 0xe65 },
- 'noisereductionparameterskhufu6mp' => { 137 => 0xe64 },
- 'noisereductionparameterskhufurgb' => { 137 => 0xe63 },
- 'noisereductionparams' => { 324 => 0x1b },
- 'noisereductionsharpness' => { 272 => 0xd },
- 'noisereductionstrength' => { 319 => 0xd6 },
- 'noisereductionvalue' => { 453 => 0x8027 },
- 'nomemorycard' => { 278 => '22.1', 279 => '4.2', 280 => '0.3', 283 => '2.4', 284 => '3.2', 285 => '3.2', 287 => '33.7', 288 => '3.2', 289 => '0.3', 291 => '4.2', 293 => '4.5' },
- 'nominalmaxaperture' => { 345 => 0xa },
- 'nominalminaperture' => { 345 => '10.1' },
- 'normallinetime' => { 137 => 0x186a },
+ 'modifiedpicturestyle' => { 66 => 0xa },
+ 'modifiedsaturation' => { 297 => 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', 306 => 'ModDate', 308 => 'tIME', 371 => 'ModDate', 377 => 0x2, 501 => 'ModifyDate' },
+ 'moirefilter' => { 119 => 0xfe58, 477 => 'MoireFilter', 479 => 'MoireFilter' },
+ 'monitorbrightness' => { 229 => 0x59a },
+ 'monitordisplayoff' => { 184 => 0x4c },
+ 'monitormatrix' => { 138 => 0x8fc },
+ 'monitorofftime' => { 279 => '18.2', 281 => '3.1', 290 => '3.1' },
+ 'monochromecolor' => { 297 => 0x53b },
+ 'monochromecontrast' => { 109 => 0x3c },
+ 'monochromefiltereffect' => { 103 => 0x20307, 109 => 0x3a, 320 => 0xac, 355 => 0x73 },
+ 'monochromegraineffect' => { 320 => 0xd2 },
+ 'monochromelinear' => { 109 => 0x3d },
+ 'monochromeoutputhighlightpoint' => { 109 => 0x41 },
+ 'monochromeoutputshadowpoint' => { 109 => 0x42 },
+ 'monochromeprofilesettings' => { 297 => 0x537 },
+ 'monochromerawhighlight' => { 109 => 0x7a },
+ 'monochromerawhighlightpoint' => { 109 => 0x3f },
+ 'monochromerawshadow' => { 109 => 0x83 },
+ 'monochromerawshadowpoint' => { 109 => 0x40 },
+ 'monochromesharpness' => { 109 => 0x3e },
+ 'monochrometoning' => { 355 => 0x74 },
+ 'monochrometoningeffect' => { 103 => 0x20306, 109 => 0x3b },
+ 'monochromeunsharpmaskfineness' => { 109 => 0xb2 },
+ 'monochromeunsharpmaskstrength' => { 109 => 0xb0 },
+ 'monochromeunsharpmaskthreshold' => { 109 => 0xb4 },
+ 'monochromevignetting' => { 297 => 0x53a },
+ 'monthdaycreated' => { 140 => 0x12, 149 => 0xe },
+ 'mood' => { 179 => 'WM/Mood' },
+ 'moonphase' => { 381 => 0x12, 382 => 0x43, 383 => 0x4c },
+ 'morepermissions' => { 475 => 'morePermissions' },
+ 'motionsensitivity' => { 381 => 0x29, 383 => 0x60 },
+ 'movementcount' => { 372 => "\xa9mvc" },
+ 'movementname' => { 372 => "\xa9mvn" },
+ 'movementnumber' => { 372 => "\xa9mvi" },
+ 'movieactived-lighting' => { 228 => 0x238, 229 => 0x2b8 },
+ 'movieaelockbuttonassignment' => { 292 => '40.1' },
+ 'movieaf-onbutton' => { 295 => 0xcb },
+ 'movieafareamode' => { 229 => 0x2c6, 295 => 0x203 },
+ 'movieafspeed' => { 295 => 0xdd },
+ 'movieafspeedapply' => { 295 => 0xdf },
+ 'movieaftrackingsensitivity' => { 295 => 0xe1 },
+ 'movieaperturelock' => { 295 => 0x259 },
+ 'movieautodistortioncontrol' => { 228 => 0x242 },
+ 'moviediffractioncompensation' => { 228 => 0x241 },
+ 'moviedxcropalert' => { 229 => 0x2fb },
+ 'movieelectronicvr' => { 229 => 0x2cc },
+ 'movieevfgrid' => { 295 => 0x21d },
+ 'movieflickerreduction' => { 229 => 0x2c0 },
+ 'moviefocusmode' => { 228 => 0x248, 229 => 0x2c4 },
+ 'moviefocuspointlock' => { 295 => 0x226 },
+ 'movieframerate' => { 228 => 0x1f8, 229 => 0x2f4 },
+ 'movieframesize' => { 228 => 0x1f6, 229 => 0x2f2 },
+ 'moviefunc1button' => { 282 => '41.1', 283 => '41.1', 293 => '41.1', 295 => 0xc3 },
+ 'moviefunc3button' => { 295 => 0x127 },
+ 'moviefunctionbutton' => { 280 => '41.1', 292 => '41.1' },
+ 'moviefunctionbuttonplusdials' => { 280 => '52.1' },
+ 'moviehighisonoisereduction' => { 228 => 0x23c, 229 => 0x2ba },
+ 'moviehighlightdisplaythreshold' => { 295 => 0x215 },
+ 'movieimagearea' => { 229 => 0x25c },
+ 'movieisoautocontrolmanualmode' => { 229 => 0x26a },
+ 'movieisoautohilimit' => { 229 => 0x268 },
+ 'movieisoautomanualmode' => { 228 => 0x204, 229 => 0x26c },
+ 'moviemeteringmode' => { 229 => 0x2c2 },
+ 'moviemidtonedisplayrange' => { 295 => 0x219 },
+ 'moviemidtonedisplayvalue' => { 295 => 0x217 },
+ 'moviemultiselector' => { 295 => 0xd9 },
+ 'moviepreviewbutton' => { 280 => '41.2', 282 => '41.2', 283 => '41.2', 292 => '41.2', 293 => '41.2' },
+ 'moviepreviewbuttonplusdials' => { 280 => '52.2' },
+ 'movierecordbuttonplaybackmode' => { 295 => 0x1b5 },
+ 'movieshutterbutton' => { 280 => '38.3', 282 => '38.3', 283 => '38.3', 292 => '38.3', 293 => '38.3' },
+ 'movieshutterspeedlock' => { 295 => 0x225 },
+ 'movieslowmotion' => { 228 => 0x1fa },
+ 'moviesoundrecording' => { 229 => 0x2ce },
+ 'moviesubjectdetection' => { 229 => 0x2fc },
+ 'moviesubselectorassignment' => { 280 => '48.2' },
+ 'moviesubselectorassignmentplusdials' => { 280 => '53.1' },
+ 'movietonemap' => { 229 => 0x2ec },
+ 'movietype' => { 228 => 0x1fe, 229 => 0x266, 252 => 0xc55c },
+ 'movievibrationreduction' => { 228 => 0x24e },
+ 'movievibrationreductionsameasphoto' => { 228 => 0x24f },
+ 'movievignettecontrol' => { 228 => 0x23e, 229 => 0x1a0 },
+ 'movievignettecontrolsameasphoto' => { 228 => 0x240 },
+ 'movievrmode' => { 229 => 0x2c8 },
+ 'moviezebrapattern' => { 295 => 0x213 },
+ 'multiburstimageheight' => { 420 => 0x1002 },
+ 'multiburstimagewidth' => { 420 => 0x1001 },
+ 'multiburstmode' => { 420 => 0x1000 },
+ 'multicontrollerwhilemetering' => { 84 => 0x517 },
+ 'multiexposure' => { 68 => 0x1, 320 => 0xb4 },
+ 'multiexposureautogain' => { 230 => 0x3 },
+ 'multiexposurecontrol' => { 68 => 0x2 },
+ 'multiexposuremode' => { 230 => 0x1 },
+ 'multiexposureshots' => { 68 => 0x3, 229 => 0x8e, 230 => 0x2 },
+ 'multiframenoisereduction' => { 409 => 0x35, 420 => 0x200b, 425 => 0x15 },
+ 'multiframenreffect' => { 420 => 0x2023 },
+ 'multifunctionlock' => { 84 => 0x70f },
+ 'multipleexposuremode' => { 229 => 0x8c, 301 => 0x101c },
+ 'multipleexposureset' => { 336 => '10.1' },
+ 'multisample' => { 237 => 0x40 },
+ 'multiselector' => { 279 => '9.4', 280 => '10.3', 282 => '10.3', 283 => '10.3', 288 => '27.4', 292 => '10.3', 293 => '10.3' },
+ 'multiselectorliveview' => { 279 => '4.3', 282 => '37.1', 283 => '37.1', 292 => '37.1', 293 => '37.1' },
+ 'multiselectorliveviewmode' => { 247 => 0x18c2 },
+ 'multiselectorplaybackmode' => { 279 => ['13.5','9.2'], 280 => '10.2', 283 => '10.2', 288 => '27.2', 292 => '10.2', 293 => '10.2', 295 => 0xb3 },
+ 'multiselectorshootmode' => { 279 => '9.1', 280 => '10.1', 282 => '10.1', 283 => '10.1', 288 => '27.1', 292 => '10.1', 293 => '10.1', 295 => 0xaf },
+ 'multishot' => { 325 => 0x121 },
+ 'mute' => { 374 => 'player.movie.audio.mute' },
+ 'mycolormode' => { 69 => 0x2 },
+ 'name' => { 380 => 'name', 477 => 'Name', 479 => 'Name' },
+ 'narrator' => { 372 => "\xa9nrt" },
+ 'nationalcatalognumber' => { 493 => 'nationalCatalogNumber' },
+ 'nativedigest' => { 483 => 'NativeDigest', 499 => 'NativeDigest' },
+ 'ndfilter' => { 77 => 0x1c, 297 => 0x204, 387 => 0x1019 },
+ 'near' => { 462 => 'Near' },
+ 'nefbitdepth' => { 226 => 0xe22 },
+ 'nefcompression' => { 226 => 0x93, 227 => 0xa },
+ 'neflinearizationtable' => { 226 => 0x96 },
+ 'negativecachelargepreviewsize' => { 477 => 'NegativeCacheLargePreviewSize', 479 => 'NegativeCacheLargePreviewSize' },
+ 'negativecachemaximumsize' => { 477 => 'NegativeCacheMaximumSize', 479 => 'NegativeCacheMaximumSize' },
+ 'negativecachepath' => { 477 => 'NegativeCachePath', 479 => 'NegativeCachePath' },
+ 'neutraldensityfactor' => { 474 => 'NeutralDensityFactor' },
+ 'neutraldensityfilter' => { 355 => 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 },
+ 'newrawimagedigest' => { 119 => 0xc7a7 },
+ 'newsphotoversion' => { 133 => 0x0 },
+ 'nickname' => { 501 => 'Nickname' },
+ 'nikoncapturedata' => { 226 => 0xe01 },
+ 'nikoncaptureeditversions' => { 226 => 0xe13 },
+ 'nikoncaptureoffsets' => { 226 => 0xe0e },
+ 'nikoncaptureoutput' => { 226 => 0xe1e },
+ 'nikoncaptureversion' => { 226 => 0xe09 },
+ 'nikoniccprofile' => { 226 => 0xe1d },
+ 'nikonimagesize' => { 244 => '723.1', 245 => '732.1', 255 => 0x2c4 },
+ 'nikonmeteringmode' => { 228 => 0x146, 248 => 0x2ea4, 257 => 0x175e },
+ 'nikonsettings' => { 226 => 0x4e },
+ 'noisefilter' => { 297 => 0x527 },
+ 'noiseprofile' => { 119 => 0xc761 },
+ 'noisereduction' => { 127 => [0x100b,0x100e], 182 => 0xb0, 183 => 0x60, 184 => 0x3f, 226 => 0x95, 272 => 0x753dcbc0, 273 => 0x17, 297 => 0x50a, 302 => 0x103a, 320 => 0x2d, 355 => 0x49, 387 => 0x100f, 389 => 0x2a },
+ 'noisereduction2' => { 301 => 0x1010 },
+ 'noisereductionapplied' => { 119 => 0xc6f7 },
+ 'noisereductionintensity' => { 273 => 0x9 },
+ 'noisereductionmethod' => { 273 => 0x11 },
+ 'noisereductionmode' => { 454 => 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' => { 325 => 0x1b },
+ 'noisereductionsharpness' => { 273 => 0xd },
+ 'noisereductionstrength' => { 320 => 0xd6 },
+ 'noisereductionvalue' => { 454 => 0x8027 },
+ 'nomemorycard' => { 279 => '22.1', 280 => '4.2', 281 => '0.3', 284 => '2.4', 285 => '3.2', 286 => '3.2', 288 => '33.7', 289 => '3.2', 290 => '0.3', 292 => '4.2', 294 => '4.5' },
+ 'nominalmaxaperture' => { 346 => 0xa },
+ 'nominalminaperture' => { 346 => '10.1' },
+ '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' => { 454 => 'Notes', 471 => 'notes' },
- 'npages' => { 507 => 'NPages' },
- 'nullrecord' => { 96 => 0x0 },
- 'numafpoints' => { 331 => 0x2 },
- 'number' => { 492 => 'number' },
- 'numberofbeats' => { 502 => 'numberOfBeats' },
- 'numberoffocuspoints' => { 281 => '1.3', 282 => '1.3', 285 => '0.2', 286 => '0.3', 288 => '0.3' },
- 'numfaceelements' => { 126 => 0x4200 },
- 'numfacepositions' => { 311 => 0x0 },
- 'numindexentries' => { 132 => 0x54 },
- 'numwbentries' => { 325 => 0x0, 326 => 0x0 },
- 'object' => { 492 => 'object' },
- 'objectattributereference' => { 130 => 0x4 },
- 'objectcycle' => { 130 => 0x4b, 471 => 'ObjectCycle' },
- 'objectdescription' => { 491 => 'objectDescription' },
- 'objectdistance' => { 111 => 0x6, 112 => 0x2022 },
- 'objectname' => { 130 => 0x5 },
- 'objectpreviewdata' => { 130 => 0xca },
- 'objectpreviewfileformat' => { 130 => 0xc8 },
- 'objectpreviewfileversion' => { 130 => 0xc9 },
- 'objectsubtype' => { 491 => 'objectSubtype' },
- 'objecttype' => { 491 => 'objectType' },
- 'objecttypereference' => { 130 => 0x3 },
- 'occurrence' => { 117 => 'Occurrence' },
- 'occurrenceassociatedmedia' => { 117 => [\'Occurrence','OccurrenceAssociatedMedia'] },
- 'occurrenceassociatedoccurrences' => { 117 => [\'Occurrence','OccurrenceAssociatedOccurrences'] },
- 'occurrenceassociatedreferences' => { 117 => [\'Occurrence','OccurrenceAssociatedReferences'] },
- 'occurrenceassociatedsequences' => { 117 => [\'Occurrence','OccurrenceAssociatedSequences'] },
- 'occurrenceassociatedtaxa' => { 117 => [\'Occurrence','OccurrenceAssociatedTaxa'] },
- 'occurrencebehavior' => { 117 => [\'Occurrence','OccurrenceBehavior'] },
- 'occurrencecatalognumber' => { 117 => [\'Occurrence','OccurrenceCatalogNumber'] },
- 'occurrencedetails' => { 117 => [\'Occurrence','OccurrenceOccurrenceDetails'] },
- 'occurrencedisposition' => { 117 => [\'Occurrence','OccurrenceDisposition'] },
- 'occurrenceestablishmentmeans' => { 117 => [\'Occurrence','OccurrenceEstablishmentMeans'] },
- 'occurrenceid' => { 117 => [\'Occurrence','OccurrenceOccurrenceID'] },
- 'occurrenceindividualcount' => { 117 => [\'Occurrence','OccurrenceIndividualCount'] },
- 'occurrenceindividualid' => { 117 => [\'Occurrence','OccurrenceIndividualID'] },
- 'occurrencelifestage' => { 117 => [\'Occurrence','OccurrenceLifeStage'] },
- 'occurrenceorganismquantity' => { 117 => [\'Occurrence','OccurrenceOrganismQuantity'] },
- 'occurrenceorganismquantitytype' => { 117 => [\'Occurrence','OccurrenceOrganismQuantityType'] },
- 'occurrenceothercatalognumbers' => { 117 => [\'Occurrence','OccurrenceOtherCatalogNumbers'] },
- 'occurrencepreparations' => { 117 => [\'Occurrence','OccurrencePreparations'] },
- 'occurrencepreviousidentifications' => { 117 => [\'Occurrence','OccurrencePreviousIdentifications'] },
- 'occurrencerecordedby' => { 117 => [\'Occurrence','OccurrenceRecordedBy'] },
- 'occurrencerecordnumber' => { 117 => [\'Occurrence','OccurrenceRecordNumber'] },
- 'occurrenceremarks' => { 117 => [\'Occurrence','OccurrenceOccurrenceRemarks'] },
- 'occurrencereproductivecondition' => { 117 => [\'Occurrence','OccurrenceReproductiveCondition'] },
- 'occurrencesex' => { 117 => [\'Occurrence','OccurrenceSex'] },
- 'occurrencestatus' => { 117 => [\'Occurrence','OccurrenceOccurrenceStatus'] },
- 'oecfcolumns' => { 482 => [\'OECF','OECFColumns'] },
- 'oecfnames' => { 482 => [\'OECF','OECFNames'] },
- 'oecfrows' => { 482 => [\'OECF','OECFRows'] },
- 'oecfvalues' => { 482 => [\'OECF','OECFValues'] },
- 'offsaledate' => { 492 => 'offSaleDate' },
- 'offsaledatea-platform' => { 492 => [\'offSaleDate','offSaleDateA-platform'] },
- 'offsaledatedate' => { 492 => [\'offSaleDate','offSaleDateDate'] },
- 'offsetdacvalue' => { 137 => 0x190a },
- 'offsetschema' => { 118 => 0xea1d },
- 'offsettime' => { 118 => 0x9010 },
- 'offsettimedigitized' => { 118 => 0x9012 },
- 'offsettimeoriginal' => { 118 => 0x9011 },
- 'okbutton' => { 288 => '15.1', 293 => '16.1' },
- 'oldsubfiletype' => { 118 => 0xff },
- 'olympusimageheight' => { 301 => 0x102f },
- 'olympusimagewidth' => { 301 => 0x102e },
- 'omenatcapturestrength' => { 137 => 0xa60 },
- 'omenautostrength' => { 137 => 0xa5f },
- 'omenearlystrength' => { 137 => 0xa5e },
- 'omenfocallengthlimit' => { 137 => 0xa62 },
- 'omeninitialipfstrength' => { 137 => 0xa5d },
- 'omensurfaceindex' => { 137 => 0xa64 },
+ 'notes' => { 455 => 'Notes', 472 => 'notes' },
+ 'npages' => { 508 => 'NPages' },
+ 'nullrecord' => { 97 => 0x0 },
+ 'numafpoints' => { 332 => 0x2 },
+ 'number' => { 493 => 'number' },
+ 'numberofbeats' => { 503 => 'numberOfBeats' },
+ 'numberoffocuspoints' => { 282 => '1.3', 283 => '1.3', 286 => '0.2', 287 => '0.3', 289 => '0.3' },
+ 'numfaceelements' => { 127 => 0x4200 },
+ 'numfacepositions' => { 312 => 0x0 },
+ 'numindexentries' => { 133 => 0x54 },
+ 'numwbentries' => { 326 => 0x0, 327 => 0x0 },
+ 'object' => { 493 => 'object' },
+ 'objectattributereference' => { 131 => 0x4 },
+ 'objectcycle' => { 131 => 0x4b, 472 => 'ObjectCycle' },
+ 'objectdescription' => { 492 => 'objectDescription' },
+ 'objectdistance' => { 112 => 0x6, 113 => 0x2022 },
+ 'objectname' => { 131 => 0x5 },
+ 'objectpreviewdata' => { 131 => 0xca },
+ 'objectpreviewfileformat' => { 131 => 0xc8 },
+ 'objectpreviewfileversion' => { 131 => 0xc9 },
+ 'objectsubtype' => { 492 => 'objectSubtype' },
+ 'objecttype' => { 492 => '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'] },
+ 'occurrencedetails' => { 118 => [\'Occurrence','OccurrenceOccurrenceDetails'] },
+ 'occurrencedisposition' => { 118 => [\'Occurrence','OccurrenceDisposition'] },
+ 'occurrenceestablishmentmeans' => { 118 => [\'Occurrence','OccurrenceEstablishmentMeans'] },
+ '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'] },
+ 'occurrencepreparations' => { 118 => [\'Occurrence','OccurrencePreparations'] },
+ 'occurrencepreviousidentifications' => { 118 => [\'Occurrence','OccurrencePreviousIdentifications'] },
+ 'occurrencerecordedby' => { 118 => [\'Occurrence','OccurrenceRecordedBy'] },
+ 'occurrencerecordnumber' => { 118 => [\'Occurrence','OccurrenceRecordNumber'] },
+ 'occurrenceremarks' => { 118 => [\'Occurrence','OccurrenceOccurrenceRemarks'] },
+ 'occurrencereproductivecondition' => { 118 => [\'Occurrence','OccurrenceReproductiveCondition'] },
+ 'occurrencesex' => { 118 => [\'Occurrence','OccurrenceSex'] },
+ 'occurrencestatus' => { 118 => [\'Occurrence','OccurrenceOccurrenceStatus'] },
+ 'oecfcolumns' => { 483 => [\'OECF','OECFColumns'] },
+ 'oecfnames' => { 483 => [\'OECF','OECFNames'] },
+ 'oecfrows' => { 483 => [\'OECF','OECFRows'] },
+ 'oecfvalues' => { 483 => [\'OECF','OECFValues'] },
+ 'offsaledate' => { 493 => 'offSaleDate' },
+ 'offsaledatea-platform' => { 493 => [\'offSaleDate','offSaleDateA-platform'] },
+ 'offsaledatedate' => { 493 => [\'offSaleDate','offSaleDateDate'] },
+ 'offsetdacvalue' => { 138 => 0x190a },
+ 'offsetschema' => { 119 => 0xea1d },
+ 'offsettime' => { 119 => 0x9010 },
+ 'offsettimedigitized' => { 119 => 0x9012 },
+ 'offsettimeoriginal' => { 119 => 0x9011 },
+ 'okbutton' => { 289 => '15.1', 294 => '16.1' },
+ 'oldsubfiletype' => { 119 => 0xff },
+ 'olympusimageheight' => { 302 => 0x102f },
+ 'olympusimagewidth' => { 302 => 0x102e },
+ 'omenatcapturestrength' => { 138 => 0xa60 },
+ 'omenautostrength' => { 138 => 0xa5f },
+ 'omenearlystrength' => { 138 => 0xa5e },
+ 'omenfocallengthlimit' => { 138 => 0xa62 },
+ 'omeninitialipfstrength' => { 138 => 0xa5d },
+ 'omensurfaceindex' => { 138 => 0xa64 },
'oneshotafrelease' => { 2 => 0x9 },
- 'onetouchwb' => { 301 => 0x302 },
- 'onsaledate' => { 492 => 'onSaleDate' },
- 'onsaledatea-platform' => { 492 => [\'onSaleDate','onSaleDateA-platform'] },
- 'onsaledatedate' => { 492 => [\'onSaleDate','onSaleDateDate'] },
- 'onsaleday' => { 492 => 'onSaleDay' },
- 'onsaledaya-platform' => { 492 => [\'onSaleDay','onSaleDayA-platform'] },
- 'onsaledayday' => { 492 => [\'onSaleDay','onSaleDayDay'] },
- 'opcodelist1' => { 118 => 0xc740 },
- 'opcodelist2' => { 118 => 0xc741 },
- 'opcodelist3' => { 118 => 0xc74e },
- 'opticalzoom' => { 141 => 0xfa3d, 143 => [0x6006,0xf006], 144 => 0x1000, 145 => 0xf, 148 => 0x1e, 150 => 0x20, 151 => 0x1c, 162 => 'OpticalZoom' },
- 'opticalzoomcode' => { 76 => 0xa },
- 'opticalzoommode' => { 319 => 0x34 },
- 'opticalzoomon' => { 395 => 0x219 },
- 'optionenddate' => { 495 => 'optionEndDate' },
- 'opto-electricconvfactor' => { 482 => 'OECF' },
- 'orangehsl' => { 102 => 0x20911 },
- 'ordernumber' => { 126 => 0x8002 },
- 'organisationinimagecode' => { 488 => 'OrganisationInImageCode' },
- 'organisationinimagename' => { 488 => 'OrganisationInImageName' },
- 'organism' => { 117 => 'Organism' },
- 'organismassociatedoccurrences' => { 117 => [\'Organism','OrganismAssociatedOccurrences'] },
- 'organismassociatedorganisms' => { 117 => [\'Organism','OrganismAssociatedOrganisms'] },
- 'organismid' => { 117 => [\'Organism','OrganismOrganismID'] },
- 'organismname' => { 117 => [\'Organism','OrganismOrganismName'] },
- 'organismpreviousidentifications' => { 117 => [\'Organism','OrganismPreviousIdentifications'] },
- 'organismremarks' => { 117 => [\'Organism','OrganismOrganismRemarks'] },
- 'organismscope' => { 117 => [\'Organism','OrganismOrganismScope'] },
- 'organization' => { 492 => 'organization' },
- 'orientation' => { 118 => 0x112, 324 => 0x112, 491 => 'orientation', 498 => 'Orientation' },
- 'orientation2' => { 424 => [0x28,0x2e] },
+ 'onetouchwb' => { 302 => 0x302 },
+ 'onsaledate' => { 493 => 'onSaleDate' },
+ 'onsaledatea-platform' => { 493 => [\'onSaleDate','onSaleDateA-platform'] },
+ 'onsaledatedate' => { 493 => [\'onSaleDate','onSaleDateDate'] },
+ 'onsaleday' => { 493 => 'onSaleDay' },
+ 'onsaledaya-platform' => { 493 => [\'onSaleDay','onSaleDayA-platform'] },
+ 'onsaledayday' => { 493 => [\'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' => { 320 => 0x34 },
+ 'opticalzoomon' => { 396 => 0x219 },
+ 'optionenddate' => { 496 => 'optionEndDate' },
+ 'opto-electricconvfactor' => { 483 => 'OECF' },
+ 'orangehsl' => { 103 => 0x20911 },
+ 'ordernumber' => { 127 => 0x8002 },
+ 'organisationinimagecode' => { 489 => 'OrganisationInImageCode' },
+ 'organisationinimagename' => { 489 => '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' => { 493 => 'organization' },
+ 'orientation' => { 119 => 0x112, 325 => 0x112, 492 => 'orientation', 499 => 'Orientation' },
+ 'orientation2' => { 425 => [0x28,0x2e] },
'orientationlinkedaf' => { 2 => 0xe },
- 'orientationlinkedafpoint' => { 83 => 0x516 },
- 'originalalbumtitle' => { 178 => 'WM/OriginalAlbumTitle' },
- 'originalartist' => { 178 => 'WM/OriginalArtist', 371 => "\xa9ope" },
- 'originalbestqualitysize' => { 118 => 0xc792 },
- 'originalcreatedatetime' => { 466 => 'OriginalCreateDateTime' },
- 'originaldecisiondata' => { 113 => 'Canon-OriginalDecisionData' },
- 'originaldecisiondataoffset' => { 63 => 0x83 },
- 'originaldefaultcropsize' => { 118 => 0xc793 },
- 'originaldefaultfinalsize' => { 118 => 0xc791 },
- 'originaldirectory' => { 316 => 0x408 },
- 'originaldocumentid' => { 503 => 'OriginalDocumentID' },
- 'originalfilename' => { 96 => 0x816, 137 => 0x3e9, 149 => 0x20, 316 => 0x407, 466 => 'OriginalFilename' },
- 'originalimageheight' => { 78 => 0xc, 122 => 0x1 },
- 'originalimagewidth' => { 78 => 0xb, 122 => 0x0 },
- 'originallyricist' => { 178 => 'WM/OriginalLyricist' },
- 'originalrawfiledata' => { 118 => 0xc68c },
- 'originalrawfiledigest' => { 118 => 0xc71d },
- 'originalrawfilename' => { 118 => 0xc68b },
- 'originaltransmissionreference' => { 130 => 0x67 },
- 'originatingprogram' => { 130 => 0x41, 471 => 'OriginatingProgram' },
- 'originplatform' => { 492 => 'originPlatform' },
- 'os' => { 480 => 'os' },
- 'otherconditions' => { 306 => 'OtherConditions' },
- 'otherconstraints' => { 306 => 'OtherConstraints' },
- 'otherimage' => { 113 => 'Exif-OtherImage' },
- 'otherimageinfo' => { 306 => 'OtherImageInfo' },
- 'otherimagelength' => { 118 => 0x202 },
- 'otherimagestart' => { 118 => 0x201 },
- 'otherlicensedocuments' => { 306 => 'OtherLicenseDocuments' },
- 'otherlicenseinfo' => { 306 => 'OtherLicenseInfo' },
- 'otherlicenserequirements' => { 306 => 'OtherLicenseRequirements' },
- 'outcue' => { 502 => 'outCue' },
- 'outcuescale' => { 502 => [\'outCue','outCueScale'] },
- 'outcuevalue' => { 502 => [\'outCue','outCueValue'] },
- 'outputimageheight' => { 196 => 0x3 },
- 'outputimagewidth' => { 196 => 0x2 },
- 'outputlut' => { 319 => 0xa7 },
- 'outputprofile' => { 137 => 0x138b },
- 'outputresolution' => { 196 => 0x4 },
- 'overclockcols' => { 137 => 0x189c },
- 'overclockrows' => { 137 => 0x18c4 },
- 'overridelookvignette' => { 476 => 'OverrideLookVignette', 478 => 'OverrideLookVignette' },
- 'owner' => { 506 => 'Owner' },
- 'ownerid' => { 130 => 0xbc },
- 'ownername' => { 15 => 0x10f, 63 => 0x9, 96 => 0x810, 118 => [0xa430,0xfde8], 155 => 'OwnerName', 473 => 'OwnerName', 483 => 'CameraOwnerName' },
- 'padding' => { 118 => 0xea1c },
- 'pagecount' => { 492 => 'pageCount' },
- 'pageimage' => { 500 => [\'PageInfo','PageInfoImage'] },
- 'pageimageformat' => { 500 => [\'PageInfo','PageInfoFormat'] },
- 'pageimageheight' => { 500 => [\'PageInfo','PageInfoHeight'] },
- 'pageimagepagenumber' => { 500 => [\'PageInfo','PageInfoPageNumber'] },
- 'pageimagewidth' => { 500 => [\'PageInfo','PageInfoWidth'] },
- 'pageinfo' => { 500 => 'PageInfo' },
- 'pagename' => { 118 => 0x11d },
- 'pagenumber' => { 118 => 0x129 },
- 'pageprogressiondirection' => { 492 => 'pageProgressionDirection' },
- 'pagerange' => { 492 => 'pageRange' },
- 'paintbasedcorrectionmasks' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'] },
- 'paintbasedcorrections' => { 476 => 'PaintBasedCorrections', 478 => 'PaintBasedCorrections' },
- 'paintcorrectionactive' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'] },
- 'paintcorrectionamount' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'] },
- 'paintcorrectionblacks2012' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBlacks2012'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBlacks2012'] },
- 'paintcorrectionbrightness' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'] },
- 'paintcorrectionclarity' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'] },
- 'paintcorrectionclarity2012' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'] },
- 'paintcorrectioncontrast' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'] },
- 'paintcorrectioncontrast2012' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'] },
- 'paintcorrectioncorrectionname' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionName'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionName'] },
- 'paintcorrectioncorrectionsyncid' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionSyncID'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionSyncID'] },
- 'paintcorrectiondefringe' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'] },
- 'paintcorrectiondehaze' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDehaze'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDehaze'] },
- 'paintcorrectionexposure' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'] },
- 'paintcorrectionexposure2012' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'] },
- 'paintcorrectionhighlights2012' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'] },
- 'paintcorrectionhue' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHue'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHue'] },
- 'paintcorrectionluminancenoise' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'] },
- 'paintcorrectionmaskalpha' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'] },
- 'paintcorrectionmaskangle' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'] },
- 'paintcorrectionmaskbottom' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'] },
- 'paintcorrectionmaskcentervalue' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'] },
- 'paintcorrectionmaskcenterweight' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'] },
- 'paintcorrectionmaskdabs' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'] },
- 'paintcorrectionmaskfeather' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'] },
- 'paintcorrectionmaskflipped' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'] },
- 'paintcorrectionmaskflow' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'] },
- 'paintcorrectionmaskfullx' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'] },
- 'paintcorrectionmaskfully' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'] },
- 'paintcorrectionmaskinputdigest' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksInputDigest'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksInputDigest'] },
- 'paintcorrectionmaskleft' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'] },
- 'paintcorrectionmaskmaskactive' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskActive'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskActive'] },
- 'paintcorrectionmaskmaskblendmode' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskBlendMode'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskBlendMode'] },
- 'paintcorrectionmaskmaskdigest' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskDigest'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskDigest'] },
- 'paintcorrectionmaskmaskinverted' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskInverted'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskInverted'] },
- 'paintcorrectionmaskmaskname' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskName'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskName'] },
- 'paintcorrectionmaskmasks' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasks'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasks'] },
- 'paintcorrectionmaskmasksalpha' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAlpha'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAlpha'] },
- 'paintcorrectionmaskmasksangle' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAngle'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAngle'] },
- 'paintcorrectionmaskmasksbottom' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksBottom'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksBottom'] },
- 'paintcorrectionmaskmaskscentervalue' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterValue'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterValue'] },
- 'paintcorrectionmaskmaskscenterweight' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterWeight'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
- 'paintcorrectionmaskmasksdabs' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksDabs'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksDabs'] },
- 'paintcorrectionmaskmasksfeather' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFeather'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFeather'] },
- 'paintcorrectionmaskmasksflipped' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlipped'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlipped'] },
- 'paintcorrectionmaskmasksflow' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlow'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlow'] },
- 'paintcorrectionmaskmasksfullx' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullX'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullX'] },
- 'paintcorrectionmaskmasksfully' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullY'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullY'] },
- 'paintcorrectionmaskmasksinputdigest' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksInputDigest'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksInputDigest'] },
- 'paintcorrectionmaskmasksleft' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksLeft'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksLeft'] },
- 'paintcorrectionmaskmasksmaskactive' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskActive'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskActive'] },
- 'paintcorrectionmaskmasksmaskblendmode' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
- 'paintcorrectionmaskmasksmaskdigest' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskDigest'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
- 'paintcorrectionmaskmasksmaskinverted' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskInverted'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
- 'paintcorrectionmaskmasksmaskname' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskName'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskName'] },
- 'paintcorrectionmaskmasksmasksubtype' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSubType'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
- 'paintcorrectionmaskmasksmasksyncid' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
- 'paintcorrectionmaskmasksmaskversion' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskVersion'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
- 'paintcorrectionmaskmasksmidpoint' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMidpoint'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMidpoint'] },
- 'paintcorrectionmaskmasksorigin' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksOrigin'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksOrigin'] },
- 'paintcorrectionmaskmasksperimetervalue' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
- 'paintcorrectionmaskmasksradius' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRadius'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRadius'] },
- 'paintcorrectionmaskmasksreferencepoint' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksReferencePoint'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
- 'paintcorrectionmaskmasksright' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRight'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRight'] },
- 'paintcorrectionmaskmasksroundness' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRoundness'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRoundness'] },
- 'paintcorrectionmaskmaskssizex' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeX'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeX'] },
- 'paintcorrectionmaskmaskssizey' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeY'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeY'] },
- 'paintcorrectionmaskmaskstop' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksTop'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksTop'] },
- 'paintcorrectionmaskmasksubtype' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSubType'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSubType'] },
- 'paintcorrectionmaskmasksvalue' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskValue'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskValue'] },
- 'paintcorrectionmaskmasksversion' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksVersion'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksVersion'] },
- 'paintcorrectionmaskmaskswhat' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWhat'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWhat'] },
- 'paintcorrectionmaskmaskswholeimagearea' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
- 'paintcorrectionmaskmasksx' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksX'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksX'] },
- 'paintcorrectionmaskmasksy' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksY'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksY'] },
- 'paintcorrectionmaskmasksyncid' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSyncID'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSyncID'] },
- 'paintcorrectionmaskmaskszerox' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroX'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroX'] },
- 'paintcorrectionmaskmaskszeroy' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroY'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroY'] },
- 'paintcorrectionmaskmaskversion' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskVersion'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskVersion'] },
- 'paintcorrectionmaskmidpoint' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'] },
- 'paintcorrectionmaskorigin' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksOrigin'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksOrigin'] },
- 'paintcorrectionmaskperimetervalue' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'] },
- 'paintcorrectionmaskradius' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'] },
- 'paintcorrectionmaskrange' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
- 'paintcorrectionmaskrangeareamodels' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
- 'paintcorrectionmaskrangeareamodelscolorsampleinfo' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'paintcorrectionmaskrangeareamodelscomponents' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'paintcorrectionmaskrangecoloramount' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
- 'paintcorrectionmaskrangedepthfeather' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
- 'paintcorrectionmaskrangedepthmax' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
- 'paintcorrectionmaskrangedepthmin' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
- 'paintcorrectionmaskrangeinvert' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
- 'paintcorrectionmaskrangelumfeather' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
- 'paintcorrectionmaskrangeluminancedepthsampleinfo' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'paintcorrectionmaskrangelummax' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
- 'paintcorrectionmaskrangelummin' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
- 'paintcorrectionmaskrangelumrange' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
- 'paintcorrectionmaskrangesampletype' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
- 'paintcorrectionmaskrangetype' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
- 'paintcorrectionmaskrangeversion' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
- 'paintcorrectionmaskreferencepoint' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksReferencePoint'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksReferencePoint'] },
- 'paintcorrectionmaskright' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'] },
- 'paintcorrectionmaskroundness' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'] },
- 'paintcorrectionmasksizex' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'] },
- 'paintcorrectionmasksizey' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'] },
- 'paintcorrectionmasktop' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'] },
- 'paintcorrectionmaskvalue' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'] },
- 'paintcorrectionmaskversion' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'] },
- 'paintcorrectionmaskwhat' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'] },
- 'paintcorrectionmaskwholeimagearea' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWholeImageArea'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWholeImageArea'] },
- 'paintcorrectionmaskx' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'] },
- 'paintcorrectionmasky' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'] },
- 'paintcorrectionmaskzerox' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'] },
- 'paintcorrectionmaskzeroy' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'] },
- 'paintcorrectionmoire' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'] },
- 'paintcorrectionrangemask' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMask'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMask'] },
- 'paintcorrectionrangemaskareamodels' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModels'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModels'] },
- 'paintcorrectionrangemaskareamodelscolorsampleinfo' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'paintcorrectionrangemaskareamodelscomponents' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'paintcorrectionrangemaskcoloramount' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskColorAmount'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskColorAmount'] },
- 'paintcorrectionrangemaskdepthfeather' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthFeather'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
- 'paintcorrectionrangemaskdepthmax' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMax'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMax'] },
- 'paintcorrectionrangemaskdepthmin' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMin'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMin'] },
- 'paintcorrectionrangemaskinvert' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskInvert'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskInvert'] },
- 'paintcorrectionrangemasklumfeather' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumFeather'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumFeather'] },
- 'paintcorrectionrangemaskluminancedepthsampleinfo' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'paintcorrectionrangemasklummax' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMax'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMax'] },
- 'paintcorrectionrangemasklummin' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMin'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMin'] },
- 'paintcorrectionrangemasklumrange' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumRange'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumRange'] },
- 'paintcorrectionrangemasksampletype' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskSampleType'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskSampleType'] },
- 'paintcorrectionrangemasktype' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskType'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskType'] },
- 'paintcorrectionrangemaskversion' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskVersion'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskVersion'] },
- 'paintcorrectionsaturation' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation'] },
- 'paintcorrectionshadows2012' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'] },
- 'paintcorrectionsharpness' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'] },
- 'paintcorrectiontemperature' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'] },
- 'paintcorrectiontexture' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTexture'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTexture'] },
- 'paintcorrectiontint' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'] },
- 'paintcorrectiontoninghue' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'] },
- 'paintcorrectiontoningsaturation' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningSaturation'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningSaturation'] },
- 'paintcorrectionwhat' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'] },
- 'paintcorrectionwhites2012' => { 476 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalWhites2012'], 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalWhites2012'] },
- 'panasonicdatetime' => { 322 => 0x0 },
- 'panasonicexifversion' => { 319 => 0x26 },
- 'panasonicimageheight' => { 319 => 0x4c },
- 'panasonicimagewidth' => { 319 => 0x4b },
- 'panasonicrawversion' => { 324 => 0x1 },
- 'panasonictitle' => { 118 => 0xc6d2 },
- 'panasonictitle2' => { 118 => 0xc6d3 },
- 'panoramaangle' => { 126 => 0x1153 },
- 'panoramacropbottom' => { 425 => 0x7 },
- 'panoramacropleft' => { 425 => 0x4 },
- 'panoramacropright' => { 425 => 0x6 },
- 'panoramacroptop' => { 425 => 0x5 },
- 'panoramadirection' => { 71 => 0x5, 126 => 0x1154, 425 => 0x3 },
- 'panoramaframeheight' => { 425 => 0x9 },
- 'panoramaframenumber' => { 71 => 0x2 },
- 'panoramaframewidth' => { 425 => 0x8 },
- 'panoramafullheight' => { 425 => 0x2 },
- 'panoramafullwidth' => { 425 => 0x1 },
- 'panoramamode' => { 139 => 0x3c, 296 => 0x601 },
- 'panoramasize3d' => { 408 => 0x38 },
- 'panoramasourceheight' => { 425 => 0xb },
- 'panoramasourcewidth' => { 425 => 0xa },
- 'panoramicstitchcameramotion' => { 175 => 'PanoramicStitchCameraMotion', 176 => 0x1 },
- 'panoramicstitchmaptype' => { 175 => 'PanoramicStitchMapType', 176 => 0x2 },
- 'panoramicstitchphi0' => { 175 => 'PanoramicStitchPhi0', 176 => 0x5 },
- 'panoramicstitchphi1' => { 175 => 'PanoramicStitchPhi1', 176 => 0x6 },
- 'panoramicstitchtheta0' => { 175 => 'PanoramicStitchTheta0', 176 => 0x3 },
- 'panoramicstitchtheta1' => { 175 => 'PanoramicStitchTheta1', 176 => 0x4 },
- 'panoramicstitchversion' => { 176 => 0x0 },
- 'pantry' => { 503 => 'Pantry' },
- 'pantryinstanceid' => { 503 => [\'Pantry','PantryInstanceID'] },
- 'parallax' => { 126 => 0xb211, 295 => 0x28 },
- 'parametricdarks' => { 476 => 'ParametricDarks', 478 => 'ParametricDarks' },
- 'parametrichighlights' => { 476 => 'ParametricHighlights', 478 => 'ParametricHighlights' },
- 'parametrichighlightsplit' => { 476 => 'ParametricHighlightSplit', 478 => 'ParametricHighlightSplit' },
- 'parametriclights' => { 476 => 'ParametricLights', 478 => 'ParametricLights' },
- 'parametricmidtonesplit' => { 476 => 'ParametricMidtoneSplit', 478 => 'ParametricMidtoneSplit' },
- 'parametricshadows' => { 476 => 'ParametricShadows', 478 => 'ParametricShadows' },
- 'parametricshadowsplit' => { 476 => 'ParametricShadowSplit', 478 => 'ParametricShadowSplit' },
- 'parentalrating' => { 178 => 'WM/ParentalRating' },
- 'parentmediaeventid' => { 466 => 'ParentMediaEventID' },
- 'parentmeid' => { 466 => 'ParentMEID' },
- 'parentproductid' => { 371 => '@ppi' },
- 'parentreference1' => { 486 => [\'TagStructure','TagStructureParentReference'] },
- 'parentreference2' => { 486 => [\'TagStructure','TagStructureSubLabelsParentReference'] },
- 'parentreference3' => { 486 => [\'TagStructure','TagStructureSubLabelsSubLabelsParentReference'] },
- 'parentreference4' => { 486 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsParentReference'] },
- 'parentreference5' => { 486 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] },
- 'parentreference6' => { 486 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] },
- 'parentshorttitle' => { 371 => '@PST' },
- 'parenttitle' => { 371 => '@pti' },
- 'partialactivecols1' => { 137 => 0x17e8 },
- 'partialactivecols2' => { 137 => 0x17f2 },
- 'partialactiverows1' => { 137 => 0x17fc },
- 'partialactiverows2' => { 137 => 0x1806 },
- 'partofcompilation' => { 502 => 'partOfCompilation' },
- 'patientbirthdate' => { 455 => 'PatientDOB' },
- 'patientid' => { 455 => 'PatientID' },
- 'patientname' => { 455 => 'PatientName' },
- 'patientsex' => { 455 => 'PatientSex' },
- 'patternareaheight' => { 137 => 0x963 },
- 'patternareawidth' => { 137 => 0x962 },
- 'patterncorrectionfactorscale' => { 137 => 0x969 },
- 'patterncropcols1' => { 137 => 0x96c },
- 'patterncropcols2' => { 137 => 0x96d },
- 'patterncroprows1' => { 137 => 0x96a },
- 'patterncroprows2' => { 137 => 0x96b },
- 'patternimagerheight' => { 137 => 0x961 },
- 'patternimagerwidth' => { 137 => 0x960 },
- 'patternx' => { 137 => 0x966 },
- 'patterny' => { 137 => 0x967 },
- 'pdfversion' => { 489 => 'PDFVersion' },
- 'pentaximagesize' => { 354 => 0x9 },
- 'pentaxmodelid' => { 334 => 0x0, 354 => 0x5 },
- 'pentaxmodeltype' => { 354 => 0x1 },
- 'pentaxversion' => { 354 => 0x0 },
- 'people' => { 457 => 'People', 469 => 'People' },
+ 'orientationlinkedafpoint' => { 84 => 0x516 },
+ 'originalalbumtitle' => { 179 => 'WM/OriginalAlbumTitle' },
+ 'originalartist' => { 179 => 'WM/OriginalArtist', 372 => "\xa9ope" },
+ 'originalbestqualitysize' => { 119 => 0xc792 },
+ 'originalcreatedatetime' => { 467 => 'OriginalCreateDateTime' },
+ 'originaldecisiondata' => { 114 => 'Canon-OriginalDecisionData' },
+ 'originaldecisiondataoffset' => { 64 => 0x83 },
+ 'originaldefaultcropsize' => { 119 => 0xc793 },
+ 'originaldefaultfinalsize' => { 119 => 0xc791 },
+ 'originaldirectory' => { 317 => 0x408 },
+ 'originaldocumentid' => { 504 => 'OriginalDocumentID' },
+ 'originalfilename' => { 97 => 0x816, 138 => 0x3e9, 150 => 0x20, 317 => 0x407, 467 => 'OriginalFilename' },
+ 'originalimageheight' => { 79 => 0xc, 123 => 0x1 },
+ 'originalimagewidth' => { 79 => 0xb, 123 => 0x0 },
+ 'originallyricist' => { 179 => 'WM/OriginalLyricist' },
+ 'originalrawfiledata' => { 119 => 0xc68c },
+ 'originalrawfiledigest' => { 119 => 0xc71d },
+ 'originalrawfilename' => { 119 => 0xc68b },
+ 'originaltransmissionreference' => { 131 => 0x67 },
+ 'originatingprogram' => { 131 => 0x41, 472 => 'OriginatingProgram' },
+ 'originplatform' => { 493 => 'originPlatform' },
+ 'os' => { 481 => 'os' },
+ 'otherconditions' => { 307 => 'OtherConditions' },
+ 'otherconstraints' => { 307 => 'OtherConstraints' },
+ 'otherimage' => { 114 => 'Exif-OtherImage' },
+ 'otherimageinfo' => { 307 => 'OtherImageInfo' },
+ 'otherimagelength' => { 119 => 0x202 },
+ 'otherimagestart' => { 119 => 0x201 },
+ 'otherlicensedocuments' => { 307 => 'OtherLicenseDocuments' },
+ 'otherlicenseinfo' => { 307 => 'OtherLicenseInfo' },
+ 'otherlicenserequirements' => { 307 => 'OtherLicenseRequirements' },
+ 'outcue' => { 503 => 'outCue' },
+ 'outcuescale' => { 503 => [\'outCue','outCueScale'] },
+ 'outcuevalue' => { 503 => [\'outCue','outCueValue'] },
+ 'outputimageheight' => { 197 => 0x3 },
+ 'outputimagewidth' => { 197 => 0x2 },
+ 'outputlut' => { 320 => 0xa7 },
+ 'outputprofile' => { 138 => 0x138b },
+ 'outputresolution' => { 197 => 0x4 },
+ 'overclockcols' => { 138 => 0x189c },
+ 'overclockrows' => { 138 => 0x18c4 },
+ 'overridelookvignette' => { 477 => 'OverrideLookVignette', 479 => 'OverrideLookVignette' },
+ 'owner' => { 507 => 'Owner' },
+ 'ownerid' => { 131 => 0xbc },
+ 'ownername' => { 15 => 0x10f, 64 => 0x9, 97 => 0x810, 119 => [0xa430,0xfde8], 156 => 'OwnerName', 474 => 'OwnerName', 484 => 'CameraOwnerName' },
+ 'padding' => { 119 => 0xea1c },
+ 'pagecount' => { 493 => 'pageCount' },
+ 'pageimage' => { 501 => [\'PageInfo','PageInfoImage'] },
+ 'pageimageformat' => { 501 => [\'PageInfo','PageInfoFormat'] },
+ 'pageimageheight' => { 501 => [\'PageInfo','PageInfoHeight'] },
+ 'pageimagepagenumber' => { 501 => [\'PageInfo','PageInfoPageNumber'] },
+ 'pageimagewidth' => { 501 => [\'PageInfo','PageInfoWidth'] },
+ 'pageinfo' => { 501 => 'PageInfo' },
+ 'pagename' => { 119 => 0x11d },
+ 'pagenumber' => { 119 => 0x129 },
+ 'pageprogressiondirection' => { 493 => 'pageProgressionDirection' },
+ 'pagerange' => { 493 => 'pageRange' },
+ 'paintbasedcorrectionmasks' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'] },
+ 'paintbasedcorrections' => { 477 => 'PaintBasedCorrections', 479 => 'PaintBasedCorrections' },
+ 'paintcorrectionactive' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'] },
+ 'paintcorrectionamount' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'] },
+ 'paintcorrectionblacks2012' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBlacks2012'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBlacks2012'] },
+ 'paintcorrectionbrightness' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'] },
+ 'paintcorrectionclarity' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'] },
+ 'paintcorrectionclarity2012' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'] },
+ 'paintcorrectioncontrast' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'] },
+ 'paintcorrectioncontrast2012' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'] },
+ 'paintcorrectioncorrectionname' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionName'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionName'] },
+ 'paintcorrectioncorrectionsyncid' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionSyncID'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionSyncID'] },
+ 'paintcorrectiondefringe' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'] },
+ 'paintcorrectiondehaze' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDehaze'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDehaze'] },
+ 'paintcorrectionexposure' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'] },
+ 'paintcorrectionexposure2012' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'] },
+ 'paintcorrectionhighlights2012' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'] },
+ 'paintcorrectionhue' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHue'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHue'] },
+ 'paintcorrectionluminancenoise' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'] },
+ 'paintcorrectionmaskalpha' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'] },
+ 'paintcorrectionmaskangle' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'] },
+ 'paintcorrectionmaskbottom' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'] },
+ 'paintcorrectionmaskcentervalue' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'] },
+ 'paintcorrectionmaskcenterweight' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'] },
+ 'paintcorrectionmaskdabs' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'] },
+ 'paintcorrectionmaskfeather' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'] },
+ 'paintcorrectionmaskflipped' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'] },
+ 'paintcorrectionmaskflow' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'] },
+ 'paintcorrectionmaskfullx' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'] },
+ 'paintcorrectionmaskfully' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'] },
+ 'paintcorrectionmaskinputdigest' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksInputDigest'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksInputDigest'] },
+ 'paintcorrectionmaskleft' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'] },
+ 'paintcorrectionmaskmaskactive' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskActive'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskActive'] },
+ 'paintcorrectionmaskmaskblendmode' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskBlendMode'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskBlendMode'] },
+ 'paintcorrectionmaskmaskdigest' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskDigest'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskDigest'] },
+ 'paintcorrectionmaskmaskinverted' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskInverted'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskInverted'] },
+ 'paintcorrectionmaskmaskname' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskName'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskName'] },
+ 'paintcorrectionmaskmasks' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasks'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasks'] },
+ 'paintcorrectionmaskmasksalpha' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAlpha'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAlpha'] },
+ 'paintcorrectionmaskmasksangle' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAngle'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAngle'] },
+ 'paintcorrectionmaskmasksbottom' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksBottom'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksBottom'] },
+ 'paintcorrectionmaskmaskscentervalue' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterValue'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterValue'] },
+ 'paintcorrectionmaskmaskscenterweight' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterWeight'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
+ 'paintcorrectionmaskmasksdabs' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksDabs'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksDabs'] },
+ 'paintcorrectionmaskmasksfeather' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFeather'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFeather'] },
+ 'paintcorrectionmaskmasksflipped' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlipped'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlipped'] },
+ 'paintcorrectionmaskmasksflow' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlow'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlow'] },
+ 'paintcorrectionmaskmasksfullx' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullX'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullX'] },
+ 'paintcorrectionmaskmasksfully' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullY'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullY'] },
+ 'paintcorrectionmaskmasksinputdigest' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksInputDigest'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksInputDigest'] },
+ 'paintcorrectionmaskmasksleft' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksLeft'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksLeft'] },
+ 'paintcorrectionmaskmasksmaskactive' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskActive'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskActive'] },
+ 'paintcorrectionmaskmasksmaskblendmode' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
+ 'paintcorrectionmaskmasksmaskdigest' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskDigest'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
+ 'paintcorrectionmaskmasksmaskinverted' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskInverted'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
+ 'paintcorrectionmaskmasksmaskname' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskName'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskName'] },
+ 'paintcorrectionmaskmasksmasksubtype' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSubType'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
+ 'paintcorrectionmaskmasksmasksyncid' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
+ 'paintcorrectionmaskmasksmaskversion' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskVersion'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
+ 'paintcorrectionmaskmasksmidpoint' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMidpoint'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMidpoint'] },
+ 'paintcorrectionmaskmasksorigin' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksOrigin'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksOrigin'] },
+ 'paintcorrectionmaskmasksperimetervalue' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
+ 'paintcorrectionmaskmasksradius' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRadius'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRadius'] },
+ 'paintcorrectionmaskmasksreferencepoint' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksReferencePoint'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
+ 'paintcorrectionmaskmasksright' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRight'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRight'] },
+ 'paintcorrectionmaskmasksroundness' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRoundness'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRoundness'] },
+ 'paintcorrectionmaskmaskssizex' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeX'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeX'] },
+ 'paintcorrectionmaskmaskssizey' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeY'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeY'] },
+ 'paintcorrectionmaskmaskstop' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksTop'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksTop'] },
+ 'paintcorrectionmaskmasksubtype' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSubType'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSubType'] },
+ 'paintcorrectionmaskmasksvalue' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskValue'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskValue'] },
+ 'paintcorrectionmaskmasksversion' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksVersion'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksVersion'] },
+ 'paintcorrectionmaskmaskswhat' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWhat'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWhat'] },
+ 'paintcorrectionmaskmaskswholeimagearea' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
+ 'paintcorrectionmaskmasksx' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksX'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksX'] },
+ 'paintcorrectionmaskmasksy' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksY'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksY'] },
+ 'paintcorrectionmaskmasksyncid' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSyncID'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSyncID'] },
+ 'paintcorrectionmaskmaskszerox' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroX'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroX'] },
+ 'paintcorrectionmaskmaskszeroy' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroY'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroY'] },
+ 'paintcorrectionmaskmaskversion' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskVersion'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskVersion'] },
+ 'paintcorrectionmaskmidpoint' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'] },
+ 'paintcorrectionmaskorigin' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksOrigin'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksOrigin'] },
+ 'paintcorrectionmaskperimetervalue' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'] },
+ 'paintcorrectionmaskradius' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'] },
+ 'paintcorrectionmaskrange' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
+ 'paintcorrectionmaskrangeareamodels' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
+ 'paintcorrectionmaskrangeareamodelscolorsampleinfo' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'paintcorrectionmaskrangeareamodelscomponents' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'paintcorrectionmaskrangecoloramount' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
+ 'paintcorrectionmaskrangedepthfeather' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
+ 'paintcorrectionmaskrangedepthmax' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
+ 'paintcorrectionmaskrangedepthmin' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
+ 'paintcorrectionmaskrangeinvert' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
+ 'paintcorrectionmaskrangelumfeather' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
+ 'paintcorrectionmaskrangeluminancedepthsampleinfo' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'paintcorrectionmaskrangelummax' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
+ 'paintcorrectionmaskrangelummin' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
+ 'paintcorrectionmaskrangelumrange' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
+ 'paintcorrectionmaskrangesampletype' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
+ 'paintcorrectionmaskrangetype' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
+ 'paintcorrectionmaskrangeversion' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
+ 'paintcorrectionmaskreferencepoint' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksReferencePoint'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksReferencePoint'] },
+ 'paintcorrectionmaskright' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'] },
+ 'paintcorrectionmaskroundness' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'] },
+ 'paintcorrectionmasksizex' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'] },
+ 'paintcorrectionmasksizey' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'] },
+ 'paintcorrectionmasktop' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'] },
+ 'paintcorrectionmaskvalue' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'] },
+ 'paintcorrectionmaskversion' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'] },
+ 'paintcorrectionmaskwhat' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'] },
+ 'paintcorrectionmaskwholeimagearea' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWholeImageArea'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWholeImageArea'] },
+ 'paintcorrectionmaskx' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'] },
+ 'paintcorrectionmasky' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'] },
+ 'paintcorrectionmaskzerox' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'] },
+ 'paintcorrectionmaskzeroy' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'] },
+ 'paintcorrectionmoire' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'] },
+ 'paintcorrectionrangemask' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMask'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMask'] },
+ 'paintcorrectionrangemaskareamodels' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModels'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModels'] },
+ 'paintcorrectionrangemaskareamodelscolorsampleinfo' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'paintcorrectionrangemaskareamodelscomponents' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'paintcorrectionrangemaskcoloramount' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskColorAmount'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskColorAmount'] },
+ 'paintcorrectionrangemaskdepthfeather' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthFeather'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
+ 'paintcorrectionrangemaskdepthmax' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMax'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMax'] },
+ 'paintcorrectionrangemaskdepthmin' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMin'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMin'] },
+ 'paintcorrectionrangemaskinvert' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskInvert'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskInvert'] },
+ 'paintcorrectionrangemasklumfeather' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumFeather'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumFeather'] },
+ 'paintcorrectionrangemaskluminancedepthsampleinfo' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'paintcorrectionrangemasklummax' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMax'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMax'] },
+ 'paintcorrectionrangemasklummin' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMin'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMin'] },
+ 'paintcorrectionrangemasklumrange' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumRange'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumRange'] },
+ 'paintcorrectionrangemasksampletype' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskSampleType'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskSampleType'] },
+ 'paintcorrectionrangemasktype' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskType'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskType'] },
+ 'paintcorrectionrangemaskversion' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskVersion'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskVersion'] },
+ 'paintcorrectionsaturation' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation'] },
+ 'paintcorrectionshadows2012' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'] },
+ 'paintcorrectionsharpness' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'] },
+ 'paintcorrectiontemperature' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'] },
+ 'paintcorrectiontexture' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTexture'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTexture'] },
+ 'paintcorrectiontint' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'] },
+ 'paintcorrectiontoninghue' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'] },
+ 'paintcorrectiontoningsaturation' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningSaturation'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningSaturation'] },
+ 'paintcorrectionwhat' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'] },
+ 'paintcorrectionwhites2012' => { 477 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalWhites2012'], 479 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalWhites2012'] },
+ 'panasonicdatetime' => { 323 => 0x0 },
+ 'panasonicexifversion' => { 320 => 0x26 },
+ 'panasonicimageheight' => { 320 => 0x4c },
+ 'panasonicimagewidth' => { 320 => 0x4b },
+ 'panasonicrawversion' => { 325 => 0x1 },
+ 'panasonictitle' => { 119 => 0xc6d2 },
+ 'panasonictitle2' => { 119 => 0xc6d3 },
+ 'panoramaangle' => { 127 => 0x1153 },
+ 'panoramacropbottom' => { 426 => 0x7 },
+ 'panoramacropleft' => { 426 => 0x4 },
+ 'panoramacropright' => { 426 => 0x6 },
+ 'panoramacroptop' => { 426 => 0x5 },
+ 'panoramadirection' => { 72 => 0x5, 127 => 0x1154, 426 => 0x3 },
+ 'panoramaframeheight' => { 426 => 0x9 },
+ 'panoramaframenumber' => { 72 => 0x2 },
+ 'panoramaframewidth' => { 426 => 0x8 },
+ 'panoramafullheight' => { 426 => 0x2 },
+ 'panoramafullwidth' => { 426 => 0x1 },
+ 'panoramamode' => { 140 => 0x3c, 297 => 0x601 },
+ 'panoramasize3d' => { 409 => 0x38 },
+ 'panoramasourceheight' => { 426 => 0xb },
+ 'panoramasourcewidth' => { 426 => 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' => { 504 => 'Pantry' },
+ 'pantryinstanceid' => { 504 => [\'Pantry','PantryInstanceID'] },
+ 'parallax' => { 127 => 0xb211, 296 => 0x28 },
+ 'parametricdarks' => { 477 => 'ParametricDarks', 479 => 'ParametricDarks' },
+ 'parametrichighlights' => { 477 => 'ParametricHighlights', 479 => 'ParametricHighlights' },
+ 'parametrichighlightsplit' => { 477 => 'ParametricHighlightSplit', 479 => 'ParametricHighlightSplit' },
+ 'parametriclights' => { 477 => 'ParametricLights', 479 => 'ParametricLights' },
+ 'parametricmidtonesplit' => { 477 => 'ParametricMidtoneSplit', 479 => 'ParametricMidtoneSplit' },
+ 'parametricshadows' => { 477 => 'ParametricShadows', 479 => 'ParametricShadows' },
+ 'parametricshadowsplit' => { 477 => 'ParametricShadowSplit', 479 => 'ParametricShadowSplit' },
+ 'parentalrating' => { 179 => 'WM/ParentalRating' },
+ 'parentmediaeventid' => { 467 => 'ParentMediaEventID' },
+ 'parentmeid' => { 467 => 'ParentMEID' },
+ 'parentproductid' => { 372 => '@ppi' },
+ 'parentreference1' => { 487 => [\'TagStructure','TagStructureParentReference'] },
+ 'parentreference2' => { 487 => [\'TagStructure','TagStructureSubLabelsParentReference'] },
+ 'parentreference3' => { 487 => [\'TagStructure','TagStructureSubLabelsSubLabelsParentReference'] },
+ 'parentreference4' => { 487 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsParentReference'] },
+ 'parentreference5' => { 487 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] },
+ 'parentreference6' => { 487 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] },
+ 'parentshorttitle' => { 372 => '@PST' },
+ 'parenttitle' => { 372 => '@pti' },
+ 'partialactivecols1' => { 138 => 0x17e8 },
+ 'partialactivecols2' => { 138 => 0x17f2 },
+ 'partialactiverows1' => { 138 => 0x17fc },
+ 'partialactiverows2' => { 138 => 0x1806 },
+ 'partofcompilation' => { 503 => 'partOfCompilation' },
+ 'patientbirthdate' => { 456 => 'PatientDOB' },
+ 'patientid' => { 456 => 'PatientID' },
+ 'patientname' => { 456 => 'PatientName' },
+ 'patientsex' => { 456 => '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' => { 490 => 'PDFVersion' },
+ 'pentaximagesize' => { 355 => 0x9 },
+ 'pentaxmodelid' => { 335 => 0x0, 355 => 0x5 },
+ 'pentaxmodeltype' => { 355 => 0x1 },
+ 'pentaxversion' => { 355 => 0x0 },
+ 'people' => { 458 => 'People', 470 => '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' => { 371 => 'perf', 379 => 'perf' },
- 'performerkeywords' => { 379 => "\xa9prk" },
- 'performers' => { 379 => "\xa9prf" },
- 'performerurl' => { 379 => "\xa9prl" },
- 'period' => { 178 => 'WM/Period' },
- 'peripheralillumcentralradius' => { 453 => 0x8030 },
- 'peripheralillumcentralvalue' => { 453 => 0x8031 },
- 'peripheralillumination' => { 102 => 0x20702, 108 => 0x68 },
- 'peripheralilluminationcorr' => { 62 => 0x1, 344 => 0x2 },
- 'peripheralilluminationon' => { 102 => '0x20702.0', 108 => 0x64 },
- 'peripheralillumperiphvalue' => { 453 => 0x8032 },
- 'peripherallighting' => { 78 => 0x2, 126 => 0x3804 },
- 'peripherallightingsetting' => { 79 => 0x5 },
- 'peripherallightingvalue' => { 78 => 0x6 },
- 'permissions' => { 495 => 'permissions' },
- 'permits' => { 474 => 'permits' },
- 'person' => { 492 => 'person' },
- 'personality' => { 466 => 'Personality' },
- 'personheard' => { 488 => 'PersonHeard' },
- 'personheardidentifier' => { 488 => [\'PersonHeard','PersonHeardIdentifier'] },
- 'personheardname' => { 488 => [\'PersonHeard','PersonHeardName'] },
- 'personinimage' => { 488 => 'PersonInImage' },
- 'personinimagecharacteristic' => { 488 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristic'] },
- 'personinimagecvtermcvid' => { 488 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvId'] },
- 'personinimagecvtermid' => { 488 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermId'] },
- 'personinimagecvtermname' => { 488 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermName'] },
- 'personinimagecvtermrefinedabout' => { 488 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermRefinedAbout'] },
- 'personinimagedescription' => { 488 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonDescription'] },
- 'personinimageid' => { 488 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonId'] },
- 'personinimagename' => { 488 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonName'] },
- 'personinimagewdetails' => { 488 => 'PersonInImageWDetails' },
- 'perspectiveaspect' => { 476 => 'PerspectiveAspect', 478 => 'PerspectiveAspect' },
- 'perspectivehorizontal' => { 476 => 'PerspectiveHorizontal', 478 => 'PerspectiveHorizontal' },
- 'perspectiverotate' => { 476 => 'PerspectiveRotate', 478 => 'PerspectiveRotate' },
- 'perspectivescale' => { 476 => 'PerspectiveScale', 478 => 'PerspectiveScale' },
- 'perspectiveupright' => { 476 => 'PerspectiveUpright', 478 => 'PerspectiveUpright' },
- 'perspectivevertical' => { 476 => 'PerspectiveVertical', 478 => 'PerspectiveVertical' },
- 'perspectivex' => { 476 => 'PerspectiveX', 478 => 'PerspectiveX' },
- 'perspectivey' => { 476 => 'PerspectiveY', 478 => 'PerspectiveY' },
- 'pf0customfuncregistration' => { 91 => 0x1 },
- 'pf10retainprogramshift' => { 91 => 0xb },
- 'pf13drivepriority' => { 91 => 0xe },
- 'pf14disablefocussearch' => { 91 => 0xf },
- 'pf15disableafassistbeam' => { 91 => 0x10 },
- 'pf16autofocuspointshoot' => { 91 => 0x11 },
- 'pf17disableafpointsel' => { 91 => 0x12 },
- 'pf18enableautoafpointsel' => { 91 => 0x13 },
- 'pf19continuousshootspeed' => { 91 => 0x14 },
- 'pf19shootingspeedhigh' => { 90 => 0xa },
- 'pf19shootingspeedlow' => { 90 => 0x9 },
- 'pf1disableshootingmodes' => { 91 => 0x2 },
- 'pf1value' => { 90 => 0x1 },
- 'pf20limitcontinousshots' => { 91 => 0x15 },
- 'pf20maxcontinousshots' => { 90 => 0xb },
- 'pf21enablequietoperation' => { 91 => 0x16 },
- 'pf23felocktime' => { 90 => 0xd },
- 'pf23postreleasetime' => { 90 => 0xe },
- 'pf23settimerlengths' => { 91 => 0x18 },
- 'pf23shutterbuttontime' => { 90 => 0xc },
- 'pf24lightlcdduringbulb' => { 91 => 0x19 },
- 'pf25aemode' => { 90 => 0xf },
- 'pf25afmode' => { 90 => 0x12 },
- 'pf25afpointsel' => { 90 => 0x13 },
- 'pf25colormatrix' => { 90 => 0x17 },
- 'pf25defaultclearsettings' => { 91 => 0x1a },
- 'pf25drivemode' => { 90 => 0x11 },
- 'pf25imagesize' => { 90 => 0x14 },
- 'pf25meteringmode' => { 90 => 0x10 },
- 'pf25parameters' => { 90 => 0x16 },
- 'pf25wbmode' => { 90 => 0x15 },
- 'pf26shortenreleaselag' => { 91 => 0x1b },
- 'pf27reversedialrotation' => { 91 => 0x1c },
- 'pf27value' => { 90 => 0x18 },
- 'pf28noquickdialexpcomp' => { 91 => 0x1d },
- 'pf29quickdialswitchoff' => { 91 => 0x1e },
- 'pf2disablemeteringmodes' => { 91 => 0x3 },
- 'pf2value' => { 90 => 0x2 },
- 'pf30enlargementmode' => { 91 => 0x1f },
- 'pf31originaldecisiondata' => { 91 => 0x20 },
- 'pf3manualexposuremetering' => { 91 => 0x4 },
- 'pf3value' => { 90 => 0x3 },
- 'pf4exposuretimelimits' => { 91 => 0x5 },
- 'pf4exposuretimemax' => { 90 => 0x5 },
- 'pf4exposuretimemin' => { 90 => 0x4 },
- 'pf5aperturelimits' => { 91 => 0x6 },
- 'pf5aperturemax' => { 90 => 0x7 },
- 'pf5aperturemin' => { 90 => 0x6 },
- 'pf6presetshootingmodes' => { 91 => 0x7 },
- 'pf7bracketcontinuousshoot' => { 91 => 0x8 },
- 'pf8bracketshots' => { 90 => 0x8 },
- 'pf8setbracketshots' => { 91 => 0x9 },
- 'pf9changebracketsequence' => { 91 => 0xa },
- 'phasedetectaf' => { 192 => 0x6 },
- 'phonenumber' => { 156 => 'Phone' },
+ 'performer' => { 372 => 'perf', 380 => 'perf' },
+ 'performerkeywords' => { 380 => "\xa9prk" },
+ 'performers' => { 380 => "\xa9prf" },
+ 'performerurl' => { 380 => "\xa9prl" },
+ 'period' => { 179 => 'WM/Period' },
+ 'peripheralillumcentralradius' => { 454 => 0x8030 },
+ 'peripheralillumcentralvalue' => { 454 => 0x8031 },
+ 'peripheralillumination' => { 103 => 0x20702, 109 => 0x68 },
+ 'peripheralilluminationcorr' => { 62 => 0x1, 345 => 0x2 },
+ 'peripheralilluminationon' => { 103 => '0x20702.0', 109 => 0x64 },
+ 'peripheralillumperiphvalue' => { 454 => 0x8032 },
+ 'peripherallighting' => { 79 => 0x2, 127 => 0x3804 },
+ 'peripherallightingsetting' => { 80 => 0x5 },
+ 'peripherallightingvalue' => { 79 => 0x6 },
+ 'permissions' => { 496 => 'permissions' },
+ 'permits' => { 475 => 'permits' },
+ 'person' => { 493 => 'person' },
+ 'personality' => { 467 => 'Personality' },
+ 'personheard' => { 489 => 'PersonHeard' },
+ 'personheardidentifier' => { 489 => [\'PersonHeard','PersonHeardIdentifier'] },
+ 'personheardname' => { 489 => [\'PersonHeard','PersonHeardName'] },
+ 'personinimage' => { 489 => 'PersonInImage' },
+ 'personinimagecharacteristic' => { 489 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristic'] },
+ 'personinimagecvtermcvid' => { 489 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvId'] },
+ 'personinimagecvtermid' => { 489 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermId'] },
+ 'personinimagecvtermname' => { 489 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermName'] },
+ 'personinimagecvtermrefinedabout' => { 489 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermRefinedAbout'] },
+ 'personinimagedescription' => { 489 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonDescription'] },
+ 'personinimageid' => { 489 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonId'] },
+ 'personinimagename' => { 489 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonName'] },
+ 'personinimagewdetails' => { 489 => 'PersonInImageWDetails' },
+ 'perspectiveaspect' => { 477 => 'PerspectiveAspect', 479 => 'PerspectiveAspect' },
+ 'perspectivehorizontal' => { 477 => 'PerspectiveHorizontal', 479 => 'PerspectiveHorizontal' },
+ 'perspectiverotate' => { 477 => 'PerspectiveRotate', 479 => 'PerspectiveRotate' },
+ 'perspectivescale' => { 477 => 'PerspectiveScale', 479 => 'PerspectiveScale' },
+ 'perspectiveupright' => { 477 => 'PerspectiveUpright', 479 => 'PerspectiveUpright' },
+ 'perspectivevertical' => { 477 => 'PerspectiveVertical', 479 => 'PerspectiveVertical' },
+ 'perspectivex' => { 477 => 'PerspectiveX', 479 => 'PerspectiveX' },
+ 'perspectivey' => { 477 => 'PerspectiveY', 479 => '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' => { 271 => 0xe9651831 },
- 'photoeffects' => { 271 => 0xab5eca5e },
- 'photoeffectsblue' => { 273 => 0x8 },
- 'photoeffectsgreen' => { 273 => 0x6 },
- 'photoeffectsred' => { 273 => 0x4 },
- 'photoeffectstype' => { 273 => 0x0 },
- 'photographicsensitivity' => { 483 => 'PhotographicSensitivity' },
- 'photoinfoplayback' => { 278 => '17.6', 287 => '33.6' },
- 'photometricinterpretation' => { 118 => 0x106, 498 => 'PhotometricInterpretation' },
- 'photoshootingmenubank' => { 228 => 0x112, 247 => 0xe7d, 257 => 0xfbd },
- 'photoshootingmenubankimagearea' => { 228 => 0x134, 247 => '3716.1', 257 => 0x791 },
- 'photoshopbgrthumbnail' => { 368 => 0x409 },
- 'photoshopquality' => { 367 => 0x0 },
- 'photoshopthumbnail' => { 368 => 0x40c },
- 'photostyle' => { 319 => 0x89 },
- 'picklabel' => { 481 => 'PickLabel' },
- 'pictinfo' => { 395 => 0x208 },
- 'picturecontrol' => { 271 => 0xe2173c47 },
- 'picturecontrolactive' => { 274 => 0x0 },
- 'picturecontroladjust' => { 230 => 0x30, 231 => 0x30, 232 => 0x36 },
- 'picturecontrolbase' => { 230 => 0x18, 231 => 0x18, 232 => 0x1c },
- 'picturecontroldata' => { 225 => [0xbd,0x23] },
- 'picturecontrolmode' => { 274 => 0x13 },
- 'picturecontrolname' => { 230 => 0x4, 231 => 0x4, 232 => 0x8 },
- 'picturecontrolquickadjust' => { 230 => 0x31, 231 => 0x31, 232 => 0x37 },
- 'pictureeffect' => { 419 => 0x200e },
- 'pictureeffect2' => { 427 => 0x1163, 428 => 0x1167, 429 => 0x1143, 430 => 0x11bf, 431 => 0x119b, 432 => 0x1053, 433 => 0x24b, 434 => 0x24b, 435 => 0x23c, 449 => 0x46 },
- 'picturefinish' => { 181 => 0x71 },
- 'picturemode' => { 126 => 0x1031, 296 => 0x520, 354 => [0xb,0x33], 396 => 0x3d },
- 'picturemode2' => { 335 => 0x0 },
- 'picturemodebwfilter' => { 296 => 0x525 },
- 'picturemodecontrast' => { 296 => 0x523 },
- 'picturemodeeffect' => { 296 => 0x52d },
- 'picturemodehue' => { 296 => 0x522 },
- 'picturemodesaturation' => { 296 => 0x521 },
- 'picturemodesharpness' => { 296 => 0x524 },
- 'picturemodetone' => { 296 => 0x526 },
- 'pictureprofile' => { 427 => [0x115e,0x115f], 428 => [0x1162,0x1163], 429 => [0x113e,0x113f], 430 => [0x11ba,0x11bb], 431 => [0x1196,0x1197], 432 => [0x104e,0x104f], 433 => [0x246,0x247], 434 => [0x246,0x247], 435 => [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, 73 => 0xa, 102 => 0x20301, 108 => 0x2 },
- 'picturestylepc' => { 63 => 0x4009 },
- 'picturestyleuserdef' => { 63 => 0x4008 },
- 'picturewizard' => { 393 => 0x21 },
- 'picturewizardcolor' => { 392 => 0x1 },
- 'picturewizardcontrast' => { 392 => 0x4 },
- 'picturewizardmode' => { 392 => 0x0 },
- 'picturewizardsaturation' => { 392 => 0x2 },
- 'picturewizardsharpness' => { 392 => 0x3 },
- 'pipelineversion' => { 175 => 'PipelineVersion' },
- 'pitch' => { 114 => 0x6, 279 => '4.1', 291 => '4.1', 379 => ['ptch',"\xa9fpt"] },
- 'pitchangle' => { 246 => 0x350f, 247 => 0x2c28, 251 => 0xc21e, 256 => 0x36f8, 257 => 0x2eff, 259 => 0xce36, 260 => 0xeaef, 296 => 0x904, 319 => 0x91, 353 => 0x2, 391 => 0x1 },
- 'pitchshift' => { 373 => 'player.movie.audio.pitchshift' },
- 'pixelaspectratio' => { 372 => 'pasp' },
- 'pixelclockfrequency' => { 137 => 0x40b },
- 'pixelcorrectionoffset' => { 137 => 0x972 },
- 'pixelcorrectionscale' => { 137 => 0x971 },
- 'pixelscale' => { 118 => 0x830e },
- 'pixelshiftinfo' => { 419 => 0x202f },
- 'pixelshiftoffset' => { 126 => 0x1106 },
- 'pixelshiftresolution' => { 355 => 0x0 },
- 'pixelshiftshots' => { 126 => 0x1105 },
- 'pixelsperunitx' => { 308 => 0x0 },
- 'pixelsperunity' => { 308 => 0x4 },
- 'pixelunits' => { 308 => 0x8 },
- 'planarconfiguration' => { 118 => 0x11c, 498 => 'PlanarConfiguration' },
- 'plane' => { 456 => [\'Planes','PlanesPlane'] },
- 'planeboundary' => { 456 => [\'Planes','PlanesPlaneBoundary'] },
- 'planeboundaryvertexcount' => { 456 => [\'Planes','PlanesPlaneBoundaryVertexCount'] },
- 'planeextentx' => { 456 => [\'Planes','PlanesPlaneExtentX'] },
- 'planeextentz' => { 456 => [\'Planes','PlanesPlaneExtentZ'] },
- 'planepose' => { 456 => [\'Planes','PlanesPlanePose'] },
- 'planeposepositionx' => { 456 => [\'Planes','PlanesPlanePosePositionX'] },
- 'planeposepositiony' => { 456 => [\'Planes','PlanesPlanePosePositionY'] },
- 'planeposepositionz' => { 456 => [\'Planes','PlanesPlanePosePositionZ'] },
- 'planeposerotationw' => { 456 => [\'Planes','PlanesPlanePoseRotationW'] },
- 'planeposerotationx' => { 456 => [\'Planes','PlanesPlanePoseRotationX'] },
- 'planeposerotationy' => { 456 => [\'Planes','PlanesPlanePoseRotationY'] },
- 'planeposerotationz' => { 456 => [\'Planes','PlanesPlanePoseRotationZ'] },
- 'planeposetimestamp' => { 456 => [\'Planes','PlanesPlanePoseTimestamp'] },
- 'planes' => { 456 => 'Planes' },
- 'planningref' => { 488 => 'PlanningRef' },
- 'planningrefidentifier' => { 488 => [\'PlanningRef','PlanningRefIdentifier'] },
- 'planningrefname' => { 488 => [\'PlanningRef','PlanningRefName'] },
- 'planningrefrole' => { 488 => [\'PlanningRef','PlanningRefRole'] },
- 'platenames' => { 507 => 'PlateNames' },
- 'platform' => { 492 => 'platform' },
- 'playallframes' => { 379 => 'AllF' },
- 'playbackflickdown' => { 294 => 0x159 },
- 'playbackflickup' => { 294 => 0x155 },
- 'playbackmenustime' => { 283 => '20.1', 284 => '21.1', 285 => '21.1' },
- 'playbackmonitorofftime' => { 278 => '25.2', 279 => '36.1', 281 => '36.1', 282 => '36.1', 286 => '35.1', 287 => '8.1', 288 => '35.1', 291 => '36.1', 292 => '36.1', 293 => '21.1', 294 => 0x33 },
- 'playbackzoom' => { 279 => '37.1' },
- 'playdisplay' => { 183 => 0x4e },
- 'playerversion' => { 373 => 'player.version' },
- 'playgap' => { 371 => 'pgap' },
- 'playlistid' => { 371 => 'plID' },
- 'playmode' => { 379 => 'SDLN' },
- 'playselection' => { 379 => 'SelO' },
- 'plusversion' => { 306 => 'Version' },
- 'pmversion' => { 366 => 'PMVersion' },
- 'pngwarning' => { 309 => 'Warning' },
- 'podcast' => { 371 => 'pcst' },
- 'podcasturl' => { 371 => 'purl' },
- 'poilevel' => { 224 => 0x8 },
- 'portraitimpressionbalance' => { 259 => 0x7fa0 },
- 'portraitnote' => { 459 => 'PortraitNote' },
- 'portraitoutputhighlightpoint' => { 108 => 0x1d },
- 'portraitoutputshadowpoint' => { 108 => 0x1e },
- 'portraitrawcolortone' => { 108 => 0x16 },
- 'portraitrawcontrast' => { 108 => 0x18 },
- 'portraitrawhighlight' => { 108 => 0x76 },
- 'portraitrawhighlightpoint' => { 108 => 0x1b },
- 'portraitrawlinear' => { 108 => 0x19 },
- 'portraitrawsaturation' => { 108 => 0x17 },
- 'portraitrawshadow' => { 108 => 0x7f },
- 'portraitrawshadowpoint' => { 108 => 0x1c },
- 'portraitrawsharpness' => { 108 => 0x1a },
- 'portraitrefiner' => { 112 => 0x302b },
- 'portraitrequest' => { 459 => 'PortraitRequest' },
- 'portraitunsharpmaskfineness' => { 108 => 0x9a },
- 'portraitunsharpmaskstrength' => { 108 => 0x98 },
- 'portraitunsharpmaskthreshold' => { 108 => 0x9c },
- 'portraitversion' => { 459 => 'PortraitVersion' },
- 'pose' => { 456 => 'Pose' },
- 'poseheadingdegrees' => { 464 => 'PoseHeadingDegrees' },
- 'posepitchdegrees' => { 464 => 'PosePitchDegrees' },
- 'posepositionx' => { 456 => [\'Pose','PosePositionX'] },
- 'posepositiony' => { 456 => [\'Pose','PosePositionY'] },
- 'posepositionz' => { 456 => [\'Pose','PosePositionZ'] },
- 'poserolldegrees' => { 464 => 'PoseRollDegrees' },
- 'poserotationw' => { 456 => [\'Pose','PoseRotationW'] },
- 'poserotationx' => { 456 => [\'Pose','PoseRotationX'] },
- 'poserotationy' => { 456 => [\'Pose','PoseRotationY'] },
- 'poserotationz' => { 456 => [\'Pose','PoseRotationZ'] },
- 'posetimestamp' => { 456 => [\'Pose','PoseTimestamp'] },
- 'positiondescriptor' => { 491 => 'positionDescriptor' },
- 'postalcode' => { 160 => 'PostalCode' },
- 'postcropvignetteamount' => { 476 => 'PostCropVignetteAmount', 478 => 'PostCropVignetteAmount' },
- 'postcropvignettefeather' => { 476 => 'PostCropVignetteFeather', 478 => 'PostCropVignetteFeather' },
- 'postcropvignettehighlightcontrast' => { 476 => 'PostCropVignetteHighlightContrast', 478 => 'PostCropVignetteHighlightContrast' },
- 'postcropvignettemidpoint' => { 476 => 'PostCropVignetteMidpoint', 478 => 'PostCropVignetteMidpoint' },
- 'postcropvignetteroundness' => { 476 => 'PostCropVignetteRoundness', 478 => 'PostCropVignetteRoundness' },
- 'postcropvignettestyle' => { 476 => 'PostCropVignetteStyle', 478 => 'PostCropVignetteStyle' },
- 'postfocusmerging' => { 319 => 0xbf },
- 'potentialface1position' => { 416 => 0xb },
- 'potentialface2position' => { 416 => 0x15 },
- 'potentialface3position' => { 416 => 0x1f },
- 'potentialface4position' => { 416 => 0x29 },
- 'potentialface5position' => { 416 => 0x33 },
- 'potentialface6position' => { 416 => 0x3d },
- 'potentialface7position' => { 416 => 0x47 },
- 'potentialface8position' => { 416 => 0x51 },
- 'powersource' => { 333 => '0.1' },
- 'poweruptime' => { 225 => 0xb6 },
- 'preaf' => { 125 => '0.2' },
- 'precaptureframes' => { 301 => 0x300 },
- 'predictor' => { 118 => 0x13d },
- 'preflashreturnstrength' => { 244 => 0x28a },
- 'prefs' => { 130 => 0xdd, 366 => 'Prefs' },
- 'prereadfastresetcount' => { 137 => 0x187e },
- 'preservedfilename' => { 503 => 'PreservedFileName' },
- 'preservedspecimen' => { 117 => 'PreservedSpecimen' },
- 'preservedspecimenmaterialsampleid' => { 117 => [\'PreservedSpecimen','PreservedSpecimenMaterialSampleID'] },
- 'presettype' => { 476 => 'PresetType', 478 => 'PresetType' },
- 'presetwhitebalance' => { 183 => 0x24, 453 => 0x8002 },
- 'presetwhitebalanceadj' => { 453 => 0x8014 },
- 'pressure' => { 118 => 0x9402, 483 => 'Pressure' },
- 'previewapplicationname' => { 118 => 0xc716 },
- 'previewapplicationversion' => { 118 => 0xc717 },
- 'previewbutton' => { 278 => ['14.1','15.1'], 279 => '15.1', 281 => '15.1', 282 => '15.1', 287 => '29.1', 288 => '14.1', 291 => '15.1', 292 => '15.1' },
- 'previewbuttonplusdials' => { 278 => ['14.2','15.2'], 279 => '15.2', 281 => '43.1', 282 => '43.1', 287 => '31.2', 291 => '43.1', 292 => '43.1' },
- 'previewcolorspace' => { 118 => 0xc71a },
- 'previewcropbottom' => { 365 => 0xef },
- 'previewcropleft' => { 365 => 0xec },
- 'previewcropright' => { 365 => 0xee },
- 'previewcroptop' => { 365 => 0xed },
- 'previewdate' => { 377 => 0x0 },
- 'previewdatetime' => { 118 => 0xc71b },
- 'previewimage' => { 112 => 0x2000, 113 => 'Exif-PreviewImage', 119 => 'PreviewImage', 121 => 0x4, 165 => 'data', 185 => 0x81, 301 => 0x280, 317 => 0x300, 379 => 'mcvr', 419 => 0x2001 },
- 'previewimageborders' => { 354 => 0x3e },
- 'previewimageheight' => { 72 => 0x4, 141 => 0xfa58 },
- 'previewimagelength' => { 72 => 0x2, 112 => 0x3, 118 => [0x117,0x202], 185 => 0x89, 233 => 0x202, 296 => 0x102, 301 => 0x1037, 354 => 0x3, 385 => 0x1e, 390 => 0x3, 396 => [0x1b,0x1d], 409 => 0x202 },
- 'previewimagename' => { 165 => '1Name' },
- 'previewimagesize' => { 112 => 0x2, 146 => 0x2, 165 => 'ImageSize', 354 => 0x2, 396 => [0x1c,0x1e], 419 => 0xb02c, 453 => 0x9012 },
- 'previewimagestart' => { 72 => 0x5, 112 => 0x4, 118 => [0x111,0x201], 185 => 0x88, 233 => 0x201, 296 => 0x101, 301 => 0x1036, 354 => 0x4, 385 => 0x1c, 390 => 0x2, 396 => [0x1a,0x1c], 409 => 0x201 },
- 'previewimagetype' => { 165 => '0Type' },
- 'previewimagevalid' => { 296 => 0x100, 301 => 0x1035 },
- 'previewimagewidth' => { 72 => 0x3, 141 => 0xfa57 },
- 'previewquality' => { 72 => 0x1 },
- 'previewsettingsdigest' => { 118 => 0xc719 },
- 'previewsettingsname' => { 118 => 0xc718 },
- 'primaryafpoint' => { 192 => [0x38,0x44,0x7] },
- 'primarychromaticities' => { 118 => 0x13f, 498 => 'PrimaryChromaticities' },
- 'primaryftp' => { 466 => 'PrimaryFTP' },
- 'primaryslot' => { 247 => 0xe7f, 257 => 0xfbf },
- 'printim' => { 118 => 0xc4a5 },
- 'prioritysetinawb' => { 419 => 0x202b },
- 'prioritysetupshutterrelease' => { 183 => 0x1d, 406 => 0x28 },
- 'privatertkinfo' => { 468 => 'privateRTKInfo' },
- 'processbordercolsleft' => { 137 => 0xc61 },
- 'processbordercolsright' => { 137 => 0xc62 },
- 'processborderrowsbottom' => { 137 => 0xc64 },
- 'processborderrowstop' => { 137 => 0xc63 },
- 'processingsoftware' => { 118 => 0xb },
- 'processversion' => { 476 => 'ProcessVersion', 478 => 'ProcessVersion' },
- 'producer' => { 178 => 'WM/Producer', 305 => 'Producer', 371 => "\xa9prd", 373 => 'producer', 379 => "\xa9prd", 489 => 'Producer' },
- 'producerkeywords' => { 379 => "\xa9pdk" },
- 'productcode' => { 492 => 'productCode' },
- 'productid' => { 131 => 0x32, 371 => 'prID', 491 => 'productID' },
- 'productidtype' => { 491 => 'productIDType' },
- 'productinimage' => { 488 => 'ProductInImage' },
- 'productinimagedescription' => { 488 => [\'ProductInImage','ProductInImageProductDescription'] },
- 'productinimagegtin' => { 488 => [\'ProductInImage','ProductInImageProductGTIN'] },
- 'productinimagename' => { 488 => [\'ProductInImage','ProductInImageProductName'] },
- 'productioncode' => { 334 => 0x2 },
- 'productorserviceconstraints' => { 306 => 'ProductOrServiceConstraints' },
- 'productversion' => { 371 => 'VERS' },
- 'profession' => { 492 => 'profession' },
- 'profile' => { 456 => [\'Profiles','ProfilesProfile'] },
- 'profilecalibrationsig' => { 118 => 0xc6f4 },
- 'profilecameraindices' => { 456 => [\'Profiles','ProfilesProfileCameraIndices'] },
- 'profilecopyright' => { 118 => 0xc6fe },
- 'profileembedpolicy' => { 118 => 0xc6fd },
- 'profilegaintablemap' => { 118 => 0xcd2d },
- 'profilehuesatmapdata1' => { 118 => 0xc6fa },
- 'profilehuesatmapdata2' => { 118 => 0xc6fb },
- 'profilehuesatmapdata3' => { 118 => 0xcd39 },
- 'profilehuesatmapdims' => { 118 => 0xc6f9 },
- 'profilehuesatmapencoding' => { 118 => 0xc7a3 },
- 'profilelooktabledata' => { 118 => 0xc726 },
- 'profilelooktabledims' => { 118 => 0xc725 },
- 'profilelooktableencoding' => { 118 => 0xc7a4 },
- 'profilename' => { 118 => 0xc6f8, 307 => 'iCCP-name' },
- 'profiles' => { 456 => 'Profiles' },
- 'profiletonecurve' => { 118 => 0xc6fc },
- 'profiletype' => { 456 => [\'Profiles','ProfilesProfileType'] },
- 'programiso' => { 319 => 0x3c },
- 'programline' => { 335 => '1.1' },
- 'programmode' => { 188 => 0x5 },
- 'programshift' => { 225 => 0xd },
- 'programversion' => { 130 => 0x46 },
- 'prohibits' => { 474 => 'prohibits' },
- 'projectiontype' => { 464 => 'ProjectionType', 465 => 'ProjectionType' },
- 'projectname' => { 502 => 'projectName' },
- 'projectref' => { 502 => 'projectRef' },
- 'projectrefpath' => { 502 => [\'projectRef','projectRefPath'] },
- 'projectreftype' => { 502 => [\'projectRef','projectRefType'] },
- 'promotionurl' => { 178 => 'WM/PromotionURL' },
- 'propertyreleaseid' => { 306 => 'PropertyReleaseID' },
- 'propertyreleasestatus' => { 306 => 'PropertyReleaseStatus' },
- 'provider' => { 178 => 'WM/Provider' },
- 'province-state' => { 130 => 0x5f },
- 'publicationdate' => { 492 => 'publicationDate' },
- 'publicationdatea-platform' => { 492 => [\'publicationDate','publicationDateA-platform'] },
- 'publicationdatedate' => { 492 => [\'publicationDate','publicationDateDate'] },
- 'publicationdisplaydate' => { 492 => 'publicationDisplayDate' },
- 'publicationdisplaydatea-platform' => { 492 => [\'publicationDisplayDate','publicationDisplayDateA-platform'] },
- 'publicationdisplaydatedate' => { 492 => [\'publicationDisplayDate','publicationDisplayDateDate'] },
- 'publicationevent' => { 488 => 'PublicationEvent' },
- 'publicationeventdate' => { 488 => [\'PublicationEvent','PublicationEventDate'] },
- 'publicationeventidentifier' => { 488 => [\'PublicationEvent','PublicationEventIdentifier'] },
- 'publicationeventname' => { 488 => [\'PublicationEvent','PublicationEventName'] },
- 'publicationname' => { 492 => 'publicationName' },
- 'publisher' => { 178 => 'WM/Publisher', 371 => "\xa9pub", 373 => 'publisher', 479 => 'publisher' },
- 'publishingfrequency' => { 492 => 'publishingFrequency' },
- 'pulldown' => { 502 => 'pullDown' },
- 'purchasedate' => { 371 => 'purd' },
- 'purplehsl' => { 102 => 0x20916 },
- 'pxshiftperiphedgenr' => { 453 => 0x9013 },
- 'pxshiftperiphedgenrvalue' => { 453 => 0x9014 },
- 'quality' => { 0 => 0x1, 34 => 0x3, 111 => 0x2, 112 => 0x3002, 126 => 0x1000, 139 => 0x9, 225 => 0x4, 261 => 0x3, 301 => 0x201, 314 => 0x300, 354 => 0x8, 361 => 0x2, 396 => 0x16, 406 => 0x56, 407 => 0x56, 408 => 0xb, 419 => [0x102,0x202e] },
- 'quality2' => { 427 => 0x1170, 428 => 0x1174, 429 => 0x1150, 431 => 0x11a8, 432 => 0x1060, 433 => 0x258, 434 => 0x258, 435 => 0x247, 440 => 0x29, 441 => 0x25, 442 => 0x2a },
- 'qualitybutton' => { 294 => 0x17d },
- 'qualitybuttonplaybackmode' => { 294 => 0x1bf },
- 'qualitymode' => { 112 => 0x8 },
- 'quantizationmethod' => { 132 => 0x78 },
- 'quickadjust' => { 274 => 0x2a },
- 'quickcontroldialinmeter' => { 83 => 0x703 },
- 'quickfix' => { 271 => 0x416391c6 },
- 'quickshot' => { 395 => 0x213 },
- 'quiettime' => { 137 => 0x188a },
- 'rads' => { 379 => 'rads' },
- 'rangefinder' => { 283 => '4.1', 284 => '5.1', 285 => '5.1' },
- 'rangemask' => { 476 => 'RangeMaskMapInfo', 478 => 'RangeMaskMapInfo' },
- 'rangemaskmapinfo' => { 476 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfo'], 478 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfo'] },
- 'rangemaskmapinfolabmax' => { 476 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMax'], 478 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMax'] },
- 'rangemaskmapinfolabmin' => { 476 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMin'], 478 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMin'] },
- 'rangemaskmapinfolumeq' => { 476 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLumEq'], 478 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLumEq'] },
- 'rangemaskmapinforgbmax' => { 476 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMax'], 478 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMax'] },
- 'rangemaskmapinforgbmin' => { 476 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMin'], 478 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMin'] },
- 'rasterizedcaption' => { 130 => 0x7d },
- 'rating' => { 118 => 0x4746, 126 => 0x1431, 365 => 0xdf, 371 => 'rtng', 379 => 'rtng', 419 => 0x2002, 471 => 'rating', 480 => 'rating', 488 => 'Rating', 492 => 'rating', 500 => 'Rating' },
- 'ratingpercent' => { 118 => 0x4749, 177 => 'Rating', 371 => 'rate', 500 => 'RatingPercent' },
- 'ratingregion' => { 488 => [\'Rating','RatingRatingRegion'] },
- 'ratingregioncity' => { 488 => [\'Rating','RatingRatingRegionCity'] },
- 'ratingregioncountrycode' => { 488 => [\'Rating','RatingRatingRegionCountryCode'] },
- 'ratingregioncountryname' => { 488 => [\'Rating','RatingRatingRegionCountryName'] },
- 'ratingregiongpsaltitude' => { 488 => [\'Rating','RatingRatingRegionGPSAltitude'] },
- 'ratingregiongpslatitude' => { 488 => [\'Rating','RatingRatingRegionGPSLatitude'] },
- 'ratingregiongpslongitude' => { 488 => [\'Rating','RatingRatingRegionGPSLongitude'] },
- 'ratingregionidentifier' => { 488 => [\'Rating','RatingRatingRegionIdentifier'] },
- 'ratingregionlocationid' => { 488 => [\'Rating','RatingRatingRegionLocationId'] },
- 'ratingregionlocationname' => { 488 => [\'Rating','RatingRatingRegionLocationName'] },
- 'ratingregionprovincestate' => { 488 => [\'Rating','RatingRatingRegionProvinceState'] },
- 'ratingregionsublocation' => { 488 => [\'Rating','RatingRatingRegionSublocation'] },
- 'ratingregionworldregion' => { 488 => [\'Rating','RatingRatingRegionWorldRegion'] },
- 'ratingscalemaxvalue' => { 488 => [\'Rating','RatingRatingScaleMaxValue'] },
- 'ratingscaleminvalue' => { 488 => [\'Rating','RatingRatingScaleMinValue'] },
- 'ratingsourcelink' => { 488 => [\'Rating','RatingRatingSourceLink'] },
- 'ratingvalue' => { 488 => [\'Rating','RatingRatingValue'] },
- 'ratingvaluelogolink' => { 488 => [\'Rating','RatingRatingValueLogoLink'] },
- 'rawandjpgrecording' => { 81 => 0x8, 185 => 0x109, 335 => 0xd },
- 'rawbrightnessadj' => { 102 => 0x20001, 107 => 0x38 },
- 'rawburstimagecount' => { 74 => 0x2 },
- 'rawburstimagenum' => { 74 => 0x1 },
- 'rawcoloradj' => { 107 => 0x2e },
- 'rawcropbottom' => { 365 => 0xd4 },
- 'rawcropleft' => { 365 => 0xd1 },
- 'rawcropright' => { 365 => 0xd3 },
- 'rawcroptop' => { 365 => 0xd2 },
- 'rawcustomsaturation' => { 107 => 0x30 },
- 'rawcustomtone' => { 107 => 0x34 },
- 'rawdata' => { 393 => 0xa048 },
- 'rawdatabyteorder' => { 393 => 0x40 },
- 'rawdatacfapattern' => { 393 => 0x50 },
- 'rawdatauniqueid' => { 118 => 0xc65d },
- 'rawdepth' => { 187 => 0x10 },
- 'rawdevartfilter' => { 303 => 0x121 },
- 'rawdevautogradation' => { 303 => 0x119 },
- 'rawdevcolorspace' => { 302 => 0x108, 303 => 0x109 },
- 'rawdevcontrastvalue' => { 302 => 0x106, 303 => 0x105 },
- 'rawdeveditstatus' => { 302 => 0x10b },
- 'rawdevelopmentprocess' => { 354 => 0x62 },
- 'rawdevengine' => { 302 => 0x109, 303 => 0x10b },
- 'rawdevexposurebiasvalue' => { 302 => 0x100, 303 => 0x100 },
- 'rawdevgradation' => { 303 => 0x112 },
- 'rawdevgraypoint' => { 302 => 0x103, 303 => 0x104 },
- 'rawdevmemorycoloremphasis' => { 302 => 0x105, 303 => 0x108 },
- 'rawdevnoisereduction' => { 302 => 0x10a, 303 => 0x10a },
- 'rawdevpicturemode' => { 303 => 0x10c },
- 'rawdevpm_bwfilter' => { 303 => 0x110 },
- 'rawdevpmcontrast' => { 303 => 0x10e },
- 'rawdevpmnoisefilter' => { 303 => 0x120 },
- 'rawdevpmpicturetone' => { 303 => 0x111 },
- 'rawdevpmsaturation' => { 303 => 0x10d },
- 'rawdevpmsharpness' => { 303 => 0x10f },
- 'rawdevsaturation3' => { 303 => 0x113 },
- 'rawdevsaturationemphasis' => { 302 => 0x104, 303 => 0x107 },
- 'rawdevsettings' => { 302 => 0x10c },
- 'rawdevsharpnessvalue' => { 302 => 0x107, 303 => 0x106 },
- 'rawdevversion' => { 302 => 0x0, 303 => 0x0 },
- 'rawdevwbfineadjustment' => { 302 => 0x102, 303 => 0x103 },
- 'rawdevwhitebalance' => { 303 => 0x101 },
- 'rawdevwhitebalancevalue' => { 302 => 0x101, 303 => 0x102 },
- 'rawfile' => { 118 => 0xfe4c },
- 'rawfilename' => { 476 => 'RawFileName', 478 => 'RawFileName' },
- 'rawfiletype' => { 419 => 0x2029 },
- 'rawformat' => { 324 => 0x2d, 363 => 0x10e },
- 'rawimagecenter' => { 225 => 0x99 },
- 'rawimagedigest' => { 118 => 0xc71c },
- 'rawimagesize' => { 354 => 0x39 },
- 'rawinfoversion' => { 304 => 0x0 },
- 'rawjpgheight' => { 98 => 0x4 },
- 'rawjpgquality' => { 57 => 0x6, 98 => 0x1 },
- 'rawjpgsize' => { 57 => 0x7, 98 => 0x2 },
- 'rawjpgwidth' => { 98 => 0x3 },
+ 'photoeffecthistoryxml' => { 272 => 0xe9651831 },
+ 'photoeffects' => { 272 => 0xab5eca5e },
+ 'photoeffectsblue' => { 274 => 0x8 },
+ 'photoeffectsgreen' => { 274 => 0x6 },
+ 'photoeffectsred' => { 274 => 0x4 },
+ 'photoeffectstype' => { 274 => 0x0 },
+ 'photographicsensitivity' => { 484 => 'PhotographicSensitivity' },
+ 'photoinfoplayback' => { 279 => '17.6', 288 => '33.6' },
+ 'photometricinterpretation' => { 119 => 0x106, 499 => 'PhotometricInterpretation' },
+ 'photoshootingmenubank' => { 229 => 0x112, 248 => 0xe7d, 258 => 0xfbd },
+ 'photoshootingmenubankimagearea' => { 229 => 0x134, 248 => '3716.1', 258 => 0x791 },
+ 'photoshopbgrthumbnail' => { 369 => 0x409 },
+ 'photoshopquality' => { 368 => 0x0 },
+ 'photoshopthumbnail' => { 369 => 0x40c },
+ 'photostyle' => { 320 => 0x89 },
+ 'picklabel' => { 482 => 'PickLabel' },
+ 'pictinfo' => { 396 => 0x208 },
+ 'picturecontrol' => { 272 => 0xe2173c47 },
+ 'picturecontrolactive' => { 275 => 0x0 },
+ 'picturecontroladjust' => { 231 => 0x30, 232 => 0x30, 233 => 0x36 },
+ 'picturecontrolbase' => { 231 => 0x18, 232 => 0x18, 233 => 0x1c },
+ 'picturecontroldata' => { 226 => [0xbd,0x23] },
+ 'picturecontrolmode' => { 275 => 0x13 },
+ 'picturecontrolname' => { 231 => 0x4, 232 => 0x4, 233 => 0x8 },
+ 'picturecontrolquickadjust' => { 231 => 0x31, 232 => 0x31, 233 => 0x37 },
+ 'pictureeffect' => { 420 => 0x200e },
+ 'pictureeffect2' => { 428 => 0x1163, 429 => 0x1167, 430 => 0x1143, 431 => 0x11bf, 432 => 0x119b, 433 => 0x1053, 434 => 0x24b, 435 => 0x24b, 436 => 0x23c, 450 => 0x46 },
+ 'picturefinish' => { 182 => 0x71 },
+ 'picturemode' => { 127 => 0x1031, 297 => 0x520, 355 => [0xb,0x33], 397 => 0x3d },
+ 'picturemode2' => { 336 => 0x0 },
+ 'picturemodebwfilter' => { 297 => 0x525 },
+ 'picturemodecontrast' => { 297 => 0x523 },
+ 'picturemodeeffect' => { 297 => 0x52d },
+ 'picturemodehue' => { 297 => 0x522 },
+ 'picturemodesaturation' => { 297 => 0x521 },
+ 'picturemodesharpness' => { 297 => 0x524 },
+ 'picturemodetone' => { 297 => 0x526 },
+ 'pictureprofile' => { 428 => [0x115e,0x115f], 429 => [0x1162,0x1163], 430 => [0x113e,0x113f], 431 => [0x11ba,0x11bb], 432 => [0x1196,0x1197], 433 => [0x104e,0x104f], 434 => [0x246,0x247], 435 => [0x246,0x247], 436 => [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' => { 394 => 0x21 },
+ 'picturewizardcolor' => { 393 => 0x1 },
+ 'picturewizardcontrast' => { 393 => 0x4 },
+ 'picturewizardmode' => { 393 => 0x0 },
+ 'picturewizardsaturation' => { 393 => 0x2 },
+ 'picturewizardsharpness' => { 393 => 0x3 },
+ 'pipelineversion' => { 176 => 'PipelineVersion' },
+ 'pitch' => { 115 => 0x6, 280 => '4.1', 292 => '4.1', 380 => ['ptch',"\xa9fpt"] },
+ 'pitchangle' => { 247 => 0x350f, 248 => 0x2c28, 252 => 0xc21e, 257 => 0x36f8, 258 => 0x2eff, 260 => 0xce36, 261 => 0xeaef, 297 => 0x904, 320 => 0x91, 354 => 0x2, 392 => 0x1 },
+ 'pitchshift' => { 374 => 'player.movie.audio.pitchshift' },
+ 'pixelaspectratio' => { 373 => 'pasp' },
+ 'pixelclockfrequency' => { 138 => 0x40b },
+ 'pixelcorrectionoffset' => { 138 => 0x972 },
+ 'pixelcorrectionscale' => { 138 => 0x971 },
+ 'pixelscale' => { 119 => 0x830e },
+ 'pixelshiftinfo' => { 420 => 0x202f },
+ 'pixelshiftoffset' => { 127 => 0x1106 },
+ 'pixelshiftresolution' => { 356 => 0x0 },
+ 'pixelshiftshots' => { 127 => 0x1105 },
+ 'pixelsperunitx' => { 309 => 0x0 },
+ 'pixelsperunity' => { 309 => 0x4 },
+ 'pixelunits' => { 309 => 0x8 },
+ 'planarconfiguration' => { 119 => 0x11c, 499 => 'PlanarConfiguration' },
+ 'plane' => { 457 => [\'Planes','PlanesPlane'] },
+ 'planeboundary' => { 457 => [\'Planes','PlanesPlaneBoundary'] },
+ 'planeboundaryvertexcount' => { 457 => [\'Planes','PlanesPlaneBoundaryVertexCount'] },
+ 'planeextentx' => { 457 => [\'Planes','PlanesPlaneExtentX'] },
+ 'planeextentz' => { 457 => [\'Planes','PlanesPlaneExtentZ'] },
+ 'planepose' => { 457 => [\'Planes','PlanesPlanePose'] },
+ 'planeposepositionx' => { 457 => [\'Planes','PlanesPlanePosePositionX'] },
+ 'planeposepositiony' => { 457 => [\'Planes','PlanesPlanePosePositionY'] },
+ 'planeposepositionz' => { 457 => [\'Planes','PlanesPlanePosePositionZ'] },
+ 'planeposerotationw' => { 457 => [\'Planes','PlanesPlanePoseRotationW'] },
+ 'planeposerotationx' => { 457 => [\'Planes','PlanesPlanePoseRotationX'] },
+ 'planeposerotationy' => { 457 => [\'Planes','PlanesPlanePoseRotationY'] },
+ 'planeposerotationz' => { 457 => [\'Planes','PlanesPlanePoseRotationZ'] },
+ 'planeposetimestamp' => { 457 => [\'Planes','PlanesPlanePoseTimestamp'] },
+ 'planes' => { 457 => 'Planes' },
+ 'planningref' => { 489 => 'PlanningRef' },
+ 'planningrefidentifier' => { 489 => [\'PlanningRef','PlanningRefIdentifier'] },
+ 'planningrefname' => { 489 => [\'PlanningRef','PlanningRefName'] },
+ 'planningrefrole' => { 489 => [\'PlanningRef','PlanningRefRole'] },
+ 'platenames' => { 508 => 'PlateNames' },
+ 'platform' => { 493 => 'platform' },
+ 'playallframes' => { 380 => 'AllF' },
+ 'playbackflickdown' => { 295 => 0x159 },
+ 'playbackflickup' => { 295 => 0x155 },
+ 'playbackmenustime' => { 284 => '20.1', 285 => '21.1', 286 => '21.1' },
+ 'playbackmonitorofftime' => { 279 => '25.2', 280 => '36.1', 282 => '36.1', 283 => '36.1', 287 => '35.1', 288 => '8.1', 289 => '35.1', 292 => '36.1', 293 => '36.1', 294 => '21.1', 295 => 0x33 },
+ 'playbackzoom' => { 280 => '37.1' },
+ 'playdisplay' => { 184 => 0x4e },
+ 'playerversion' => { 374 => 'player.version' },
+ 'playgap' => { 372 => 'pgap' },
+ 'playlistid' => { 372 => 'plID' },
+ 'playmode' => { 380 => 'SDLN' },
+ 'playselection' => { 380 => 'SelO' },
+ 'plusversion' => { 307 => 'Version' },
+ 'pmversion' => { 367 => 'PMVersion' },
+ 'pngwarning' => { 310 => 'Warning' },
+ 'podcast' => { 372 => 'pcst' },
+ 'podcasturl' => { 372 => 'purl' },
+ 'poilevel' => { 225 => 0x8 },
+ 'portraitimpressionbalance' => { 260 => 0x7fa0 },
+ 'portraitnote' => { 460 => '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' => { 460 => 'PortraitRequest' },
+ 'portraitunsharpmaskfineness' => { 109 => 0x9a },
+ 'portraitunsharpmaskstrength' => { 109 => 0x98 },
+ 'portraitunsharpmaskthreshold' => { 109 => 0x9c },
+ 'portraitversion' => { 460 => 'PortraitVersion' },
+ 'pose' => { 457 => 'Pose' },
+ 'poseheadingdegrees' => { 465 => 'PoseHeadingDegrees' },
+ 'posepitchdegrees' => { 465 => 'PosePitchDegrees' },
+ 'posepositionx' => { 457 => [\'Pose','PosePositionX'] },
+ 'posepositiony' => { 457 => [\'Pose','PosePositionY'] },
+ 'posepositionz' => { 457 => [\'Pose','PosePositionZ'] },
+ 'poserolldegrees' => { 465 => 'PoseRollDegrees' },
+ 'poserotationw' => { 457 => [\'Pose','PoseRotationW'] },
+ 'poserotationx' => { 457 => [\'Pose','PoseRotationX'] },
+ 'poserotationy' => { 457 => [\'Pose','PoseRotationY'] },
+ 'poserotationz' => { 457 => [\'Pose','PoseRotationZ'] },
+ 'posetimestamp' => { 457 => [\'Pose','PoseTimestamp'] },
+ 'positiondescriptor' => { 492 => 'positionDescriptor' },
+ 'postalcode' => { 161 => 'PostalCode' },
+ 'postcropvignetteamount' => { 477 => 'PostCropVignetteAmount', 479 => 'PostCropVignetteAmount' },
+ 'postcropvignettefeather' => { 477 => 'PostCropVignetteFeather', 479 => 'PostCropVignetteFeather' },
+ 'postcropvignettehighlightcontrast' => { 477 => 'PostCropVignetteHighlightContrast', 479 => 'PostCropVignetteHighlightContrast' },
+ 'postcropvignettemidpoint' => { 477 => 'PostCropVignetteMidpoint', 479 => 'PostCropVignetteMidpoint' },
+ 'postcropvignetteroundness' => { 477 => 'PostCropVignetteRoundness', 479 => 'PostCropVignetteRoundness' },
+ 'postcropvignettestyle' => { 477 => 'PostCropVignetteStyle', 479 => 'PostCropVignetteStyle' },
+ 'postfocusmerging' => { 320 => 0xbf },
+ 'potentialface1position' => { 417 => 0xb },
+ 'potentialface2position' => { 417 => 0x15 },
+ 'potentialface3position' => { 417 => 0x1f },
+ 'potentialface4position' => { 417 => 0x29 },
+ 'potentialface5position' => { 417 => 0x33 },
+ 'potentialface6position' => { 417 => 0x3d },
+ 'potentialface7position' => { 417 => 0x47 },
+ 'potentialface8position' => { 417 => 0x51 },
+ 'powersource' => { 334 => '0.1' },
+ 'poweruptime' => { 226 => 0xb6 },
+ 'preaf' => { 126 => '0.2' },
+ 'precaptureframes' => { 302 => 0x300 },
+ 'predictor' => { 119 => 0x13d },
+ 'preflashreturnstrength' => { 245 => 0x28a },
+ 'prefs' => { 131 => 0xdd, 367 => 'Prefs' },
+ 'prereadfastresetcount' => { 138 => 0x187e },
+ 'preservedfilename' => { 504 => 'PreservedFileName' },
+ 'preservedspecimen' => { 118 => 'PreservedSpecimen' },
+ 'preservedspecimenmaterialsampleid' => { 118 => [\'PreservedSpecimen','PreservedSpecimenMaterialSampleID'] },
+ 'presettype' => { 477 => 'PresetType', 479 => 'PresetType' },
+ 'presetwhitebalance' => { 184 => 0x24, 454 => 0x8002 },
+ 'presetwhitebalanceadj' => { 454 => 0x8014 },
+ 'pressure' => { 119 => 0x9402, 484 => 'Pressure' },
+ 'previewapplicationname' => { 119 => 0xc716 },
+ 'previewapplicationversion' => { 119 => 0xc717 },
+ 'previewbutton' => { 279 => ['14.1','15.1'], 280 => '15.1', 282 => '15.1', 283 => '15.1', 288 => '29.1', 289 => '14.1', 292 => '15.1', 293 => '15.1' },
+ 'previewbuttonplusdials' => { 279 => ['14.2','15.2'], 280 => '15.2', 282 => '43.1', 283 => '43.1', 288 => '31.2', 292 => '43.1', 293 => '43.1' },
+ 'previewcolorspace' => { 119 => 0xc71a },
+ 'previewcropbottom' => { 366 => 0xef },
+ 'previewcropleft' => { 366 => 0xec },
+ 'previewcropright' => { 366 => 0xee },
+ 'previewcroptop' => { 366 => 0xed },
+ 'previewdate' => { 378 => 0x0 },
+ 'previewdatetime' => { 119 => 0xc71b },
+ 'previewimage' => { 113 => 0x2000, 114 => 'Exif-PreviewImage', 120 => 'PreviewImage', 122 => 0x4, 166 => 'data', 186 => 0x81, 302 => 0x280, 318 => 0x300, 380 => 'mcvr', 420 => 0x2001 },
+ 'previewimageborders' => { 355 => 0x3e },
+ 'previewimageheight' => { 73 => 0x4, 142 => 0xfa58 },
+ 'previewimagelength' => { 73 => 0x2, 113 => 0x3, 119 => [0x117,0x202], 186 => 0x89, 234 => 0x202, 297 => 0x102, 302 => 0x1037, 355 => 0x3, 386 => 0x1e, 391 => 0x3, 397 => [0x1b,0x1d], 410 => 0x202 },
+ 'previewimagename' => { 166 => '1Name' },
+ 'previewimagesize' => { 113 => 0x2, 147 => 0x2, 166 => 'ImageSize', 355 => 0x2, 397 => [0x1c,0x1e], 420 => 0xb02c, 454 => 0x9012 },
+ 'previewimagestart' => { 73 => 0x5, 113 => 0x4, 119 => [0x111,0x201], 186 => 0x88, 234 => 0x201, 297 => 0x101, 302 => 0x1036, 355 => 0x4, 386 => 0x1c, 391 => 0x2, 397 => [0x1a,0x1c], 410 => 0x201 },
+ 'previewimagetype' => { 166 => '0Type' },
+ 'previewimagevalid' => { 297 => 0x100, 302 => 0x1035 },
+ 'previewimagewidth' => { 73 => 0x3, 142 => 0xfa57 },
+ 'previewquality' => { 73 => 0x1 },
+ 'previewsettingsdigest' => { 119 => 0xc719 },
+ 'previewsettingsname' => { 119 => 0xc718 },
+ 'primaryafpoint' => { 193 => [0x38,0x44,0x7] },
+ 'primarychromaticities' => { 119 => 0x13f, 499 => 'PrimaryChromaticities' },
+ 'primaryftp' => { 467 => 'PrimaryFTP' },
+ 'primaryslot' => { 248 => 0xe7f, 258 => 0xfbf },
+ 'printim' => { 119 => 0xc4a5 },
+ 'prioritysetinawb' => { 420 => 0x202b },
+ 'prioritysetupshutterrelease' => { 184 => 0x1d, 407 => 0x28 },
+ 'privatertkinfo' => { 469 => 'privateRTKInfo' },
+ 'processbordercolsleft' => { 138 => 0xc61 },
+ 'processbordercolsright' => { 138 => 0xc62 },
+ 'processborderrowsbottom' => { 138 => 0xc64 },
+ 'processborderrowstop' => { 138 => 0xc63 },
+ 'processingsoftware' => { 119 => 0xb },
+ 'processversion' => { 477 => 'ProcessVersion', 479 => 'ProcessVersion' },
+ 'producer' => { 179 => 'WM/Producer', 306 => 'Producer', 372 => "\xa9prd", 374 => 'producer', 380 => "\xa9prd", 490 => 'Producer' },
+ 'producerkeywords' => { 380 => "\xa9pdk" },
+ 'productcode' => { 493 => 'productCode' },
+ 'productid' => { 132 => 0x32, 372 => 'prID', 492 => 'productID' },
+ 'productidtype' => { 492 => 'productIDType' },
+ 'productinimage' => { 489 => 'ProductInImage' },
+ 'productinimagedescription' => { 489 => [\'ProductInImage','ProductInImageProductDescription'] },
+ 'productinimagegtin' => { 489 => [\'ProductInImage','ProductInImageProductGTIN'] },
+ 'productinimagename' => { 489 => [\'ProductInImage','ProductInImageProductName'] },
+ 'productioncode' => { 335 => 0x2 },
+ 'productorserviceconstraints' => { 307 => 'ProductOrServiceConstraints' },
+ 'productversion' => { 372 => 'VERS' },
+ 'profession' => { 493 => 'profession' },
+ 'profile' => { 457 => [\'Profiles','ProfilesProfile'] },
+ 'profilecalibrationsig' => { 119 => 0xc6f4 },
+ 'profilecameraindices' => { 457 => [\'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, 308 => 'iCCP-name' },
+ 'profiles' => { 457 => 'Profiles' },
+ 'profiletonecurve' => { 119 => 0xc6fc },
+ 'profiletype' => { 457 => [\'Profiles','ProfilesProfileType'] },
+ 'programiso' => { 320 => 0x3c },
+ 'programline' => { 336 => '1.1' },
+ 'programmode' => { 189 => 0x5 },
+ 'programshift' => { 226 => 0xd },
+ 'programversion' => { 131 => 0x46 },
+ 'prohibits' => { 475 => 'prohibits' },
+ 'projectiontype' => { 465 => 'ProjectionType', 466 => 'ProjectionType' },
+ 'projectname' => { 503 => 'projectName' },
+ 'projectref' => { 503 => 'projectRef' },
+ 'projectrefpath' => { 503 => [\'projectRef','projectRefPath'] },
+ 'projectreftype' => { 503 => [\'projectRef','projectRefType'] },
+ 'promotionurl' => { 179 => 'WM/PromotionURL' },
+ 'propertyreleaseid' => { 307 => 'PropertyReleaseID' },
+ 'propertyreleasestatus' => { 307 => 'PropertyReleaseStatus' },
+ 'provider' => { 179 => 'WM/Provider' },
+ 'province-state' => { 131 => 0x5f },
+ 'publicationdate' => { 493 => 'publicationDate' },
+ 'publicationdatea-platform' => { 493 => [\'publicationDate','publicationDateA-platform'] },
+ 'publicationdatedate' => { 493 => [\'publicationDate','publicationDateDate'] },
+ 'publicationdisplaydate' => { 493 => 'publicationDisplayDate' },
+ 'publicationdisplaydatea-platform' => { 493 => [\'publicationDisplayDate','publicationDisplayDateA-platform'] },
+ 'publicationdisplaydatedate' => { 493 => [\'publicationDisplayDate','publicationDisplayDateDate'] },
+ 'publicationevent' => { 489 => 'PublicationEvent' },
+ 'publicationeventdate' => { 489 => [\'PublicationEvent','PublicationEventDate'] },
+ 'publicationeventidentifier' => { 489 => [\'PublicationEvent','PublicationEventIdentifier'] },
+ 'publicationeventname' => { 489 => [\'PublicationEvent','PublicationEventName'] },
+ 'publicationname' => { 493 => 'publicationName' },
+ 'publisher' => { 179 => 'WM/Publisher', 372 => "\xa9pub", 374 => 'publisher', 480 => 'publisher' },
+ 'publishingfrequency' => { 493 => 'publishingFrequency' },
+ 'pulldown' => { 503 => 'pullDown' },
+ 'purchasedate' => { 372 => 'purd' },
+ 'purplehsl' => { 103 => 0x20916 },
+ 'pxshiftperiphedgenr' => { 454 => 0x9013 },
+ 'pxshiftperiphedgenrvalue' => { 454 => 0x9014 },
+ 'quality' => { 0 => 0x1, 34 => 0x3, 112 => 0x2, 113 => 0x3002, 127 => 0x1000, 140 => 0x9, 226 => 0x4, 262 => 0x3, 302 => 0x201, 315 => 0x300, 355 => 0x8, 362 => 0x2, 397 => 0x16, 407 => 0x56, 408 => 0x56, 409 => 0xb, 420 => [0x102,0x202e] },
+ 'quality2' => { 428 => 0x1170, 429 => 0x1174, 430 => 0x1150, 432 => 0x11a8, 433 => 0x1060, 434 => 0x258, 435 => 0x258, 436 => 0x247, 441 => 0x29, 442 => 0x25, 443 => 0x2a },
+ 'qualitybutton' => { 295 => 0x17d },
+ 'qualitybuttonplaybackmode' => { 295 => 0x1bf },
+ 'qualitymode' => { 113 => 0x8 },
+ 'quantizationmethod' => { 133 => 0x78 },
+ 'quickadjust' => { 275 => 0x2a },
+ 'quickcontroldialinmeter' => { 84 => 0x703 },
+ 'quickfix' => { 272 => 0x416391c6 },
+ 'quickshot' => { 396 => 0x213 },
+ 'quiettime' => { 138 => 0x188a },
+ 'rads' => { 380 => 'rads' },
+ 'rangefinder' => { 284 => '4.1', 285 => '5.1', 286 => '5.1' },
+ 'rangemask' => { 477 => 'RangeMaskMapInfo', 479 => 'RangeMaskMapInfo' },
+ 'rangemaskmapinfo' => { 477 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfo'], 479 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfo'] },
+ 'rangemaskmapinfolabmax' => { 477 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMax'], 479 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMax'] },
+ 'rangemaskmapinfolabmin' => { 477 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMin'], 479 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMin'] },
+ 'rangemaskmapinfolumeq' => { 477 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLumEq'], 479 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLumEq'] },
+ 'rangemaskmapinforgbmax' => { 477 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMax'], 479 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMax'] },
+ 'rangemaskmapinforgbmin' => { 477 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMin'], 479 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMin'] },
+ 'rasterizedcaption' => { 131 => 0x7d },
+ 'rating' => { 119 => 0x4746, 127 => 0x1431, 366 => 0xdf, 372 => 'rtng', 380 => 'rtng', 420 => 0x2002, 472 => 'rating', 481 => 'rating', 489 => 'Rating', 493 => 'rating', 501 => 'Rating' },
+ 'ratingpercent' => { 119 => 0x4749, 178 => 'Rating', 372 => 'rate', 501 => 'RatingPercent' },
+ 'ratingregion' => { 489 => [\'Rating','RatingRatingRegion'] },
+ 'ratingregioncity' => { 489 => [\'Rating','RatingRatingRegionCity'] },
+ 'ratingregioncountrycode' => { 489 => [\'Rating','RatingRatingRegionCountryCode'] },
+ 'ratingregioncountryname' => { 489 => [\'Rating','RatingRatingRegionCountryName'] },
+ 'ratingregiongpsaltitude' => { 489 => [\'Rating','RatingRatingRegionGPSAltitude'] },
+ 'ratingregiongpslatitude' => { 489 => [\'Rating','RatingRatingRegionGPSLatitude'] },
+ 'ratingregiongpslongitude' => { 489 => [\'Rating','RatingRatingRegionGPSLongitude'] },
+ 'ratingregionidentifier' => { 489 => [\'Rating','RatingRatingRegionIdentifier'] },
+ 'ratingregionlocationid' => { 489 => [\'Rating','RatingRatingRegionLocationId'] },
+ 'ratingregionlocationname' => { 489 => [\'Rating','RatingRatingRegionLocationName'] },
+ 'ratingregionprovincestate' => { 489 => [\'Rating','RatingRatingRegionProvinceState'] },
+ 'ratingregionsublocation' => { 489 => [\'Rating','RatingRatingRegionSublocation'] },
+ 'ratingregionworldregion' => { 489 => [\'Rating','RatingRatingRegionWorldRegion'] },
+ 'ratingscalemaxvalue' => { 489 => [\'Rating','RatingRatingScaleMaxValue'] },
+ 'ratingscaleminvalue' => { 489 => [\'Rating','RatingRatingScaleMinValue'] },
+ 'ratingsourcelink' => { 489 => [\'Rating','RatingRatingSourceLink'] },
+ 'ratingvalue' => { 489 => [\'Rating','RatingRatingValue'] },
+ 'ratingvaluelogolink' => { 489 => [\'Rating','RatingRatingValueLogoLink'] },
+ 'rawandjpgrecording' => { 82 => 0x8, 186 => 0x109, 336 => 0xd },
+ 'rawbrightnessadj' => { 103 => 0x20001, 108 => 0x38 },
+ 'rawburstimagecount' => { 75 => 0x2 },
+ 'rawburstimagenum' => { 75 => 0x1 },
+ 'rawcoloradj' => { 108 => 0x2e },
+ 'rawcropbottom' => { 366 => 0xd4 },
+ 'rawcropleft' => { 366 => 0xd1 },
+ 'rawcropright' => { 366 => 0xd3 },
+ 'rawcroptop' => { 366 => 0xd2 },
+ 'rawcustomsaturation' => { 108 => 0x30 },
+ 'rawcustomtone' => { 108 => 0x34 },
+ 'rawdata' => { 394 => 0xa048 },
+ 'rawdatabyteorder' => { 394 => 0x40 },
+ 'rawdatacfapattern' => { 394 => 0x50 },
+ 'rawdatauniqueid' => { 119 => 0xc65d },
+ 'rawdepth' => { 188 => 0x10 },
+ 'rawdevartfilter' => { 304 => 0x121 },
+ 'rawdevautogradation' => { 304 => 0x119 },
+ 'rawdevcolorspace' => { 303 => 0x108, 304 => 0x109 },
+ 'rawdevcontrastvalue' => { 303 => 0x106, 304 => 0x105 },
+ 'rawdeveditstatus' => { 303 => 0x10b },
+ 'rawdevelopmentprocess' => { 355 => 0x62 },
+ 'rawdevengine' => { 303 => 0x109, 304 => 0x10b },
+ 'rawdevexposurebiasvalue' => { 303 => 0x100, 304 => 0x100 },
+ 'rawdevgradation' => { 304 => 0x112 },
+ 'rawdevgraypoint' => { 303 => 0x103, 304 => 0x104 },
+ 'rawdevmemorycoloremphasis' => { 303 => 0x105, 304 => 0x108 },
+ 'rawdevnoisereduction' => { 303 => 0x10a, 304 => 0x10a },
+ 'rawdevpicturemode' => { 304 => 0x10c },
+ 'rawdevpm_bwfilter' => { 304 => 0x110 },
+ 'rawdevpmcontrast' => { 304 => 0x10e },
+ 'rawdevpmnoisefilter' => { 304 => 0x120 },
+ 'rawdevpmpicturetone' => { 304 => 0x111 },
+ 'rawdevpmsaturation' => { 304 => 0x10d },
+ 'rawdevpmsharpness' => { 304 => 0x10f },
+ 'rawdevsaturation3' => { 304 => 0x113 },
+ 'rawdevsaturationemphasis' => { 303 => 0x104, 304 => 0x107 },
+ 'rawdevsettings' => { 303 => 0x10c },
+ 'rawdevsharpnessvalue' => { 303 => 0x107, 304 => 0x106 },
+ 'rawdevversion' => { 303 => 0x0, 304 => 0x0 },
+ 'rawdevwbfineadjustment' => { 303 => 0x102, 304 => 0x103 },
+ 'rawdevwhitebalance' => { 304 => 0x101 },
+ 'rawdevwhitebalancevalue' => { 303 => 0x101, 304 => 0x102 },
+ 'rawfile' => { 119 => 0xfe4c },
+ 'rawfilename' => { 477 => 'RawFileName', 479 => 'RawFileName' },
+ 'rawfiletype' => { 420 => 0x2029 },
+ 'rawformat' => { 325 => 0x2d, 364 => 0x10e },
+ 'rawimagecenter' => { 226 => 0x99 },
+ 'rawimagedigest' => { 119 => 0xc71c },
+ 'rawimagesize' => { 355 => 0x39 },
+ 'rawinfoversion' => { 305 => 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' => { 471 => 'rawrppused' },
- 'rawtopreviewgain' => { 118 => 0xc7a8 },
- 'readouttypeactual' => { 137 => 0x1903 },
- 'readouttyperequested' => { 137 => 0x1902 },
- 'reardisplay' => { 278 => '12.3', 279 => '6.2' },
- 'recdevice' => { 488 => 'RecDevice' },
- 'recdeviceattlensdescription' => { 488 => [\'RecDevice','RecDeviceAttLensDescription'] },
- 'recdevicemanufacturer' => { 488 => [\'RecDevice','RecDeviceManufacturer'] },
- 'recdevicemodelname' => { 488 => [\'RecDevice','RecDeviceModelName'] },
- 'recdeviceownersdeviceid' => { 488 => [\'RecDevice','RecDeviceOwnersDeviceId'] },
- 'recdeviceserialnumber' => { 488 => [\'RecDevice','RecDeviceSerialNumber'] },
- 'recipeendingpage' => { 494 => 'recipeEndingPage' },
- 'recipepagerange' => { 494 => 'recipePageRange' },
- 'recipesource' => { 494 => 'recipeSource' },
- 'recipestartingpage' => { 494 => 'recipeStartingPage' },
- 'recipetitle' => { 494 => 'recipeTitle' },
- 'recognizedface1age' => { 312 => 0x20 },
- 'recognizedface1name' => { 312 => 0x4 },
- 'recognizedface1position' => { 312 => 0x18 },
- 'recognizedface2age' => { 312 => 0x50 },
- 'recognizedface2name' => { 312 => 0x34 },
- 'recognizedface2position' => { 312 => 0x48 },
- 'recognizedface3age' => { 312 => 0x80 },
- 'recognizedface3name' => { 312 => 0x64 },
- 'recognizedface3position' => { 312 => 0x78 },
- 'recognizedfaceflags' => { 319 => 0x63 },
- 'recommendedexposureindex' => { 118 => 0x8832, 483 => 'RecommendedExposureIndex' },
- 'record' => { 117 => 'Record' },
- 'recordbasisofrecord' => { 117 => [\'Record','RecordBasisOfRecord'] },
- 'recordcollectioncode' => { 117 => [\'Record','RecordCollectionCode'] },
- 'recordcollectionid' => { 117 => [\'Record','RecordCollectionID'] },
- 'recorddatageneralizations' => { 117 => [\'Record','RecordDataGeneralizations'] },
- 'recorddatasetid' => { 117 => [\'Record','RecordDatasetID'] },
- 'recorddatasetname' => { 117 => [\'Record','RecordDatasetName'] },
- 'recorddisplay' => { 183 => 0x4d },
- 'recorddynamicproperties' => { 117 => [\'Record','RecordDynamicProperties'] },
- 'recordid' => { 96 => 0x1804 },
- 'recordinformationwithheld' => { 117 => [\'Record','RecordInformationWithheld'] },
- 'recordingcopyright' => { 379 => "\xa9phg" },
- 'recordingformat' => { 386 => 0x1000 },
- 'recordingmode' => { 111 => 0x1, 361 => 0x1 },
- 'recordinstitutioncode' => { 117 => [\'Record','RecordInstitutionCode'] },
- 'recordinstitutionid' => { 117 => [\'Record','RecordInstitutionID'] },
- 'recordlabelname' => { 379 => "\xa9lab" },
- 'recordlabelurl' => { 379 => "\xa9lal" },
- 'recordlocationdata' => { 228 => 0x660 },
- 'recordmode' => { 34 => 0x9, 112 => 0x3000 },
- 'recordownerinstitutioncode' => { 117 => [\'Record','RecordOwnerInstitutionCode'] },
- 'recordshutterrelease' => { 395 => 0x217 },
- 'redbalance' => { 301 => 0x1017, 324 => 0x11, 354 => 0x1c },
- 'redcurvelimits' => { 107 => 0x18a },
- 'redcurvepoints' => { 106 => 0x2d, 107 => 0x160 },
- 'redeyecorrection' => { 275 => 0x0 },
- 'redeyeinfo' => { 476 => 'RedEyeInfo', 478 => 'RedEyeInfo' },
- 'redeyereduction' => { 183 => 0x41, 406 => 0x6a, 408 => 0x28 },
- 'redeyeremoval' => { 319 => 0xb9 },
- 'redhsl' => { 102 => 0x20910 },
- 'redhue' => { 476 => 'RedHue', 478 => 'RedHue' },
- 'redsaturation' => { 476 => 'RedSaturation', 478 => 'RedSaturation' },
- 'reductionmatrix1' => { 118 => 0xc625 },
- 'reductionmatrix2' => { 118 => 0xc626 },
- 'reductionmatrix3' => { 118 => 0xcd3a },
- 'reelname' => { 118 => 0xc789, 379 => 'reel' },
- 'reference1' => { 486 => [\'TagStructure','TagStructureReference'] },
- 'reference2' => { 486 => [\'TagStructure','TagStructureSubLabelsReference'] },
- 'reference3' => { 486 => [\'TagStructure','TagStructureSubLabelsSubLabelsReference'] },
- 'reference4' => { 486 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsReference'] },
- 'reference5' => { 486 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsReference'] },
- 'reference6' => { 486 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsReference'] },
- 'referenceblackwhite' => { 118 => 0x214, 498 => 'ReferenceBlackWhite' },
- 'referencedate' => { 130 => 0x2f },
- 'referencenumber' => { 130 => 0x32 },
- 'references' => { 156 => 'References' },
- 'referenceservice' => { 130 => 0x2d },
- 'regionappliedtodimensions' => { 171 => [\'Regions','RegionsAppliedToDimensions'] },
- 'regionappliedtodimensionsh' => { 171 => [\'Regions','RegionsAppliedToDimensionsH'] },
- 'regionappliedtodimensionsunit' => { 171 => [\'Regions','RegionsAppliedToDimensionsUnit'] },
- 'regionappliedtodimensionsw' => { 171 => [\'Regions','RegionsAppliedToDimensionsW'] },
- 'regionarea' => { 171 => [\'Regions','RegionsRegionListArea'] },
- 'regionaread' => { 171 => [\'Regions','RegionsRegionListAreaD'] },
- 'regionareah' => { 171 => [\'Regions','RegionsRegionListAreaH'] },
- 'regionareaunit' => { 171 => [\'Regions','RegionsRegionListAreaUnit'] },
- 'regionareaw' => { 171 => [\'Regions','RegionsRegionListAreaW'] },
- 'regionareax' => { 171 => [\'Regions','RegionsRegionListAreaX'] },
- 'regionareay' => { 171 => [\'Regions','RegionsRegionListAreaY'] },
- 'regionbarcodevalue' => { 171 => [\'Regions','RegionsRegionListBarCodeValue'] },
- 'regionconstraints' => { 306 => 'RegionConstraints' },
- 'regiondescription' => { 171 => [\'Regions','RegionsRegionListDescription'] },
- 'regionextensions' => { 171 => [\'Regions','RegionsRegionListExtensions'] },
- 'regionfocususage' => { 171 => [\'Regions','RegionsRegionListFocusUsage'] },
- 'regioninfo' => { 171 => 'Regions' },
- 'regioninfodateregionsvalid' => { 174 => [\'RegionInfo','RegionInfoDateRegionsValid'] },
- 'regioninfomp' => { 174 => 'RegionInfo' },
- 'regioninforegions' => { 174 => [\'RegionInfo','RegionInfoRegions'] },
- 'regionlist' => { 171 => [\'Regions','RegionsRegionList'] },
- 'regionname' => { 171 => [\'Regions','RegionsRegionListName'] },
- 'regionpersondisplayname' => { 174 => [\'RegionInfo','RegionInfoRegionsPersonDisplayName'] },
- 'regionpersonemaildigest' => { 174 => [\'RegionInfo','RegionInfoRegionsPersonEmailDigest'] },
- 'regionpersonliveidcid' => { 174 => [\'RegionInfo','RegionInfoRegionsPersonLiveIdCID'] },
- 'regionpersonsourceid' => { 174 => [\'RegionInfo','RegionInfoRegionsPersonSourceID'] },
- 'regionrectangle' => { 174 => [\'RegionInfo','RegionInfoRegionsRectangle'] },
- 'regionrotation' => { 171 => [\'Regions','RegionsRegionListRotation'] },
- 'regionseealso' => { 171 => [\'Regions','RegionsRegionListSeeAlso'] },
- 'regiontype' => { 171 => [\'Regions','RegionsRegionListType'] },
- 'registryentryrole' => { 488 => [\'RegistryId','RegistryIdRegEntryRole'] },
- 'registryid' => { 488 => 'RegistryId' },
- 'registryitemid' => { 488 => [\'RegistryId','RegistryIdRegItemId'] },
- 'registryorganisationid' => { 488 => [\'RegistryId','RegistryIdRegOrgId'] },
- 'relatedaudiofile' => { 154 => 'data' },
- 'relatedaudiofilename' => { 154 => '1Name' },
- 'relatedaudiofiletype' => { 154 => '0Type' },
- 'relatedimagefileformat' => { 118 => 0x1000 },
- 'relatedimageheight' => { 118 => 0x1002 },
- 'relatedimagewidth' => { 118 => 0x1001 },
- 'relatedresourceid' => { 117 => [\'ResourceRelationship','ResourceRelationshipRelatedResourceID'] },
- 'relatedsoundfile' => { 118 => 0xa004, 482 => 'RelatedSoundFile' },
- 'relatedvideofile' => { 168 => 'data' },
- 'relatedvideofilename' => { 168 => '1Name' },
- 'relatedvideofiletype' => { 168 => '0Type' },
- 'relation' => { 479 => 'relation' },
- 'relationshipaccordingto' => { 117 => [\'ResourceRelationship','ResourceRelationshipRelationshipAccordingTo'] },
- 'relationshipestablisheddate' => { 117 => [\'ResourceRelationship','ResourceRelationshipRelationshipEstablishedDate'] },
- 'relationshipofresource' => { 117 => [\'ResourceRelationship','ResourceRelationshipRelationshipOfResource'] },
- 'relationshipremarks' => { 117 => [\'ResourceRelationship','ResourceRelationshipRelationshipRemarks'] },
- 'relativealtitude' => { 115 => 'RelativeAltitude' },
- 'relativepeakaudiofilepath' => { 502 => 'relativePeakAudioFilePath' },
- 'relativetimestamp' => { 502 => 'relativeTimestamp' },
- 'relativetimestampscale' => { 502 => [\'relativeTimestamp','relativeTimestampScale'] },
- 'relativetimestampvalue' => { 502 => [\'relativeTimestamp','relativeTimestampValue'] },
- 'releasebuttontousedial' => { 278 => '17.8', 279 => '18.5', 281 => '18.4', 282 => '18.4', 287 => '33.8', 288 => '17.6', 291 => '18.5', 292 => '18.4' },
- 'releasedate' => { 130 => 0x1e, 371 => 'rldt', 471 => 'ReleaseDate', 502 => 'releaseDate' },
- 'releasemode' => { 112 => 0x3001, 246 => 0x184d, 419 => 0xb049 },
- 'releasemode2' => { 427 => 0x112c, 428 => [0x112c,0x8], 429 => [0x1108,0x8], 430 => [0x1184,0x8], 431 => [0x1160,0x8], 432 => [0x4,0x1018], 433 => [0x4,0x210], 434 => [0x4,0x210], 435 => [0x4,0x208], 437 => [0x67,0x3f], 438 => [0x6b,0x6d,0x73,0x4b], 439 => [0x6b,0x4b], 440 => 0x10, 441 => 0x10, 442 => 0x9, 449 => 0x34 },
- 'releasemode3' => { 427 => 0x1128, 428 => 0x1128, 429 => 0x1104, 430 => 0x1180, 431 => 0x115c, 432 => 0x1014, 433 => 0x20c, 434 => 0x20c, 435 => 0x204 },
- 'releaseready' => { 488 => 'ReleaseReady' },
- 'releasesetting' => { 96 => 0x1016 },
- 'releasetime' => { 130 => 0x23, 471 => 'ReleaseTime' },
- 'remoteonduration' => { 280 => '3.4', 283 => '17.2', 284 => '18.2', 285 => '18.2', 286 => '18.2', 288 => '18.2', 289 => '4.3', 293 => '19.2' },
- 'renditionclass' => { 503 => 'RenditionClass' },
- 'renditionof' => { 503 => 'RenditionOf' },
- 'renditionofalternatepaths' => { 503 => [\'RenditionOf','RenditionOfAlternatePaths'] },
- 'renditionofdocumentid' => { 503 => [\'RenditionOf','RenditionOfDocumentID'] },
- 'renditionoffilepath' => { 503 => [\'RenditionOf','RenditionOfFilePath'] },
- 'renditionoffrompart' => { 503 => [\'RenditionOf','RenditionOfFromPart'] },
- 'renditionofinstanceid' => { 503 => [\'RenditionOf','RenditionOfInstanceID'] },
- 'renditionoflastmodifydate' => { 503 => [\'RenditionOf','RenditionOfLastModifyDate'] },
- 'renditionoflasturl' => { 503 => [\'RenditionOf','RenditionOfLastURL'] },
- 'renditionoflinkcategory' => { 503 => [\'RenditionOf','RenditionOfLinkCategory'] },
- 'renditionoflinkform' => { 503 => [\'RenditionOf','RenditionOfLinkForm'] },
- 'renditionofmanager' => { 503 => [\'RenditionOf','RenditionOfManager'] },
- 'renditionofmanagervariant' => { 503 => [\'RenditionOf','RenditionOfManagerVariant'] },
- 'renditionofmanageto' => { 503 => [\'RenditionOf','RenditionOfManageTo'] },
- 'renditionofmanageui' => { 503 => [\'RenditionOf','RenditionOfManageUI'] },
- 'renditionofmaskmarkers' => { 503 => [\'RenditionOf','RenditionOfMaskMarkers'] },
- 'renditionoforiginaldocumentid' => { 503 => [\'RenditionOf','RenditionOfOriginalDocumentID'] },
- 'renditionofpartmapping' => { 503 => [\'RenditionOf','RenditionOfPartMapping'] },
- 'renditionofplacedresolutionunit' => { 503 => [\'RenditionOf','RenditionOfPlacedResolutionUnit'] },
- 'renditionofplacedxresolution' => { 503 => [\'RenditionOf','RenditionOfPlacedXResolution'] },
- 'renditionofplacedyresolution' => { 503 => [\'RenditionOf','RenditionOfPlacedYResolution'] },
- 'renditionofrenditionclass' => { 503 => [\'RenditionOf','RenditionOfRenditionClass'] },
- 'renditionofrenditionparams' => { 503 => [\'RenditionOf','RenditionOfRenditionParams'] },
- 'renditionoftopart' => { 503 => [\'RenditionOf','RenditionOfToPart'] },
- 'renditionofversionid' => { 503 => [\'RenditionOf','RenditionOfVersionID'] },
- 'renditionparams' => { 503 => 'RenditionParams' },
- 'repeatingflashcount' => { 208 => 0xd, 209 => 0xe, 210 => 0xe, 211 => 0xe, 212 => 0xe, 287 => '17.2', 288 => '24.2', 289 => '9.2', 290 => '24.2', 293 => '25.2' },
- 'repeatingflashcountbuilt-in' => { 255 => 0x4db },
- 'repeatingflashcountexternal' => { 255 => 0x4c3 },
- 'repeatingflashoutput' => { 287 => '17.1', 288 => '24.1', 289 => '9.1', 290 => '24.1', 293 => '25.1' },
- 'repeatingflashoutputexternal' => { 255 => 0x4c0 },
- 'repeatingflashrate' => { 208 => 0xc, 209 => 0xd, 210 => 0xd, 211 => 0xd, 212 => 0xd, 287 => '18.1', 288 => '25.1', 289 => '10.1', 290 => '25.1', 293 => '26.1' },
- 'repeatingflashratebuilt-in' => { 255 => 0x4da },
- 'repeatingflashrateexternal' => { 255 => 0x4c2 },
- 'requirements' => { 379 => "\xa9req" },
- 'requires' => { 474 => 'requires' },
- 'resampleparams' => { 502 => 'resampleParams' },
- 'resampleparamsquality' => { 502 => [\'resampleParams','resampleParamsQuality'] },
- 'resamplingkerneldenominators050' => { 137 => 0xe50 },
- 'resamplingkerneldenominators067' => { 137 => 0xe4f },
- 'resamplingkerneldenominators100' => { 137 => 0xe51 },
- 'resaved' => { 395 => 0x21e },
- 'resetblacksegrows' => { 137 => 0x181a },
- 'resolution' => { 161 => 'Resolution' },
- 'resolutionmode' => { 396 => [0x87,0x4] },
- 'resolutionunit' => { 118 => 0x128, 133 => 0x2, 498 => 'ResolutionUnit' },
- 'resourceid' => { 117 => [\'ResourceRelationship','ResourceRelationshipResourceID'] },
- 'resourcerelationship' => { 117 => 'ResourceRelationship' },
- 'resourcerelationshipid' => { 117 => [\'ResourceRelationship','ResourceRelationshipResourceRelationshipID'] },
- 'restrictdrivemodes' => { 83 => 0x612 },
- 'restrictions' => { 495 => 'restrictions' },
- 'retouchareafeather' => { 476 => [\'RetouchAreas','RetouchAreasFeather'], 478 => [\'RetouchAreas','RetouchAreasFeather'] },
- 'retouchareamaskalpha' => { 476 => [\'RetouchAreas','RetouchAreasMasksAlpha'], 478 => [\'RetouchAreas','RetouchAreasMasksAlpha'] },
- 'retouchareamaskangle' => { 476 => [\'RetouchAreas','RetouchAreasMasksAngle'], 478 => [\'RetouchAreas','RetouchAreasMasksAngle'] },
- 'retouchareamaskbottom' => { 476 => [\'RetouchAreas','RetouchAreasMasksBottom'], 478 => [\'RetouchAreas','RetouchAreasMasksBottom'] },
- 'retouchareamaskcentervalue' => { 476 => [\'RetouchAreas','RetouchAreasMasksCenterValue'], 478 => [\'RetouchAreas','RetouchAreasMasksCenterValue'] },
- 'retouchareamaskcenterweight' => { 476 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'], 478 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'] },
- 'retouchareamaskdabs' => { 476 => [\'RetouchAreas','RetouchAreasMasksDabs'], 478 => [\'RetouchAreas','RetouchAreasMasksDabs'] },
- 'retouchareamaskfeather' => { 476 => [\'RetouchAreas','RetouchAreasMasksFeather'], 478 => [\'RetouchAreas','RetouchAreasMasksFeather'] },
- 'retouchareamaskflipped' => { 476 => [\'RetouchAreas','RetouchAreasMasksFlipped'], 478 => [\'RetouchAreas','RetouchAreasMasksFlipped'] },
- 'retouchareamaskflow' => { 476 => [\'RetouchAreas','RetouchAreasMasksFlow'], 478 => [\'RetouchAreas','RetouchAreasMasksFlow'] },
- 'retouchareamaskfullx' => { 476 => [\'RetouchAreas','RetouchAreasMasksFullX'], 478 => [\'RetouchAreas','RetouchAreasMasksFullX'] },
- 'retouchareamaskfully' => { 476 => [\'RetouchAreas','RetouchAreasMasksFullY'], 478 => [\'RetouchAreas','RetouchAreasMasksFullY'] },
- 'retouchareamaskinputdigest' => { 476 => [\'RetouchAreas','RetouchAreasMasksInputDigest'], 478 => [\'RetouchAreas','RetouchAreasMasksInputDigest'] },
- 'retouchareamaskleft' => { 476 => [\'RetouchAreas','RetouchAreasMasksLeft'], 478 => [\'RetouchAreas','RetouchAreasMasksLeft'] },
- 'retouchareamaskmaskactive' => { 476 => [\'RetouchAreas','RetouchAreasMasksMaskActive'], 478 => [\'RetouchAreas','RetouchAreasMasksMaskActive'] },
- 'retouchareamaskmaskblendmode' => { 476 => [\'RetouchAreas','RetouchAreasMasksMaskBlendMode'], 478 => [\'RetouchAreas','RetouchAreasMasksMaskBlendMode'] },
- 'retouchareamaskmaskdigest' => { 476 => [\'RetouchAreas','RetouchAreasMasksMaskDigest'], 478 => [\'RetouchAreas','RetouchAreasMasksMaskDigest'] },
- 'retouchareamaskmaskinverted' => { 476 => [\'RetouchAreas','RetouchAreasMasksMaskInverted'], 478 => [\'RetouchAreas','RetouchAreasMasksMaskInverted'] },
- 'retouchareamaskmaskname' => { 476 => [\'RetouchAreas','RetouchAreasMasksMaskName'], 478 => [\'RetouchAreas','RetouchAreasMasksMaskName'] },
- 'retouchareamaskmasks' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasks'], 478 => [\'RetouchAreas','RetouchAreasMasksMasks'] },
- 'retouchareamaskmasksalpha' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksAlpha'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksAlpha'] },
- 'retouchareamaskmasksangle' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksAngle'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksAngle'] },
- 'retouchareamaskmasksbottom' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksBottom'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksBottom'] },
- 'retouchareamaskmaskscentervalue' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksCenterValue'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksCenterValue'] },
- 'retouchareamaskmaskscenterweight' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksCenterWeight'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksCenterWeight'] },
- 'retouchareamaskmasksdabs' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksDabs'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksDabs'] },
- 'retouchareamaskmasksfeather' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksFeather'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksFeather'] },
- 'retouchareamaskmasksflipped' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksFlipped'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksFlipped'] },
- 'retouchareamaskmasksflow' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksFlow'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksFlow'] },
- 'retouchareamaskmasksfullx' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksFullX'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksFullX'] },
- 'retouchareamaskmasksfully' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksFullY'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksFullY'] },
- 'retouchareamaskmasksinputdigest' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksInputDigest'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksInputDigest'] },
- 'retouchareamaskmasksleft' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksLeft'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksLeft'] },
- 'retouchareamaskmasksmaskactive' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksMaskActive'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksMaskActive'] },
- 'retouchareamaskmasksmaskblendmode' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksMaskBlendMode'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksMaskBlendMode'] },
- 'retouchareamaskmasksmaskdigest' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksMaskDigest'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksMaskDigest'] },
- 'retouchareamaskmasksmaskinverted' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksMaskInverted'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksMaskInverted'] },
- 'retouchareamaskmasksmaskname' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksMaskName'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksMaskName'] },
- 'retouchareamaskmasksmasksubtype' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSubType'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSubType'] },
- 'retouchareamaskmasksmasksyncid' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSyncID'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSyncID'] },
- 'retouchareamaskmasksmaskversion' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksMaskVersion'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksMaskVersion'] },
- 'retouchareamaskmasksmidpoint' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksMidpoint'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksMidpoint'] },
- 'retouchareamaskmasksorigin' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksOrigin'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksOrigin'] },
- 'retouchareamaskmasksperimetervalue' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksPerimeterValue'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksPerimeterValue'] },
- 'retouchareamaskmasksradius' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksRadius'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksRadius'] },
- 'retouchareamaskmasksreferencepoint' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksReferencePoint'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksReferencePoint'] },
- 'retouchareamaskmasksright' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksRight'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksRight'] },
- 'retouchareamaskmasksroundness' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksRoundness'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksRoundness'] },
- 'retouchareamaskmaskssizex' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksSizeX'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksSizeX'] },
- 'retouchareamaskmaskssizey' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksSizeY'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksSizeY'] },
- 'retouchareamaskmaskstop' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksTop'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksTop'] },
- 'retouchareamaskmasksubtype' => { 476 => [\'RetouchAreas','RetouchAreasMasksMaskSubType'], 478 => [\'RetouchAreas','RetouchAreasMasksMaskSubType'] },
- 'retouchareamaskmasksvalue' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksMaskValue'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksMaskValue'] },
- 'retouchareamaskmasksversion' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksVersion'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksVersion'] },
- 'retouchareamaskmaskswhat' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksWhat'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksWhat'] },
- 'retouchareamaskmaskswholeimagearea' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksWholeImageArea'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksWholeImageArea'] },
- 'retouchareamaskmasksx' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksX'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksX'] },
- 'retouchareamaskmasksy' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksY'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksY'] },
- 'retouchareamaskmasksyncid' => { 476 => [\'RetouchAreas','RetouchAreasMasksMaskSyncID'], 478 => [\'RetouchAreas','RetouchAreasMasksMaskSyncID'] },
- 'retouchareamaskmaskszerox' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksZeroX'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksZeroX'] },
- 'retouchareamaskmaskszeroy' => { 476 => [\'RetouchAreas','RetouchAreasMasksMasksZeroY'], 478 => [\'RetouchAreas','RetouchAreasMasksMasksZeroY'] },
- 'retouchareamaskmaskversion' => { 476 => [\'RetouchAreas','RetouchAreasMasksMaskVersion'], 478 => [\'RetouchAreas','RetouchAreasMasksMaskVersion'] },
- 'retouchareamaskmidpoint' => { 476 => [\'RetouchAreas','RetouchAreasMasksMidpoint'], 478 => [\'RetouchAreas','RetouchAreasMasksMidpoint'] },
- 'retouchareamaskorigin' => { 476 => [\'RetouchAreas','RetouchAreasMasksOrigin'], 478 => [\'RetouchAreas','RetouchAreasMasksOrigin'] },
- 'retouchareamaskperimetervalue' => { 476 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'], 478 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'] },
- 'retouchareamaskradius' => { 476 => [\'RetouchAreas','RetouchAreasMasksRadius'], 478 => [\'RetouchAreas','RetouchAreasMasksRadius'] },
- 'retouchareamaskrange' => { 476 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMask'], 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMask'] },
- 'retouchareamaskrangeareamodels' => { 476 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModels'], 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModels'] },
- 'retouchareamaskrangeareamodelscolorsampleinfo' => { 476 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'retouchareamaskrangeareamodelscomponents' => { 476 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents'], 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'retouchareamaskrangecoloramount' => { 476 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskColorAmount'], 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskColorAmount'] },
- 'retouchareamaskrangedepthfeather' => { 476 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthFeather'], 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthFeather'] },
- 'retouchareamaskrangedepthmax' => { 476 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMax'], 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMax'] },
- 'retouchareamaskrangedepthmin' => { 476 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMin'], 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMin'] },
- 'retouchareamaskrangeinvert' => { 476 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskInvert'], 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskInvert'] },
- 'retouchareamaskrangelumfeather' => { 476 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumFeather'], 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumFeather'] },
- 'retouchareamaskrangeluminancedepthsampleinfo' => { 476 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'retouchareamaskrangelummax' => { 476 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMax'], 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMax'] },
- 'retouchareamaskrangelummin' => { 476 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMin'], 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMin'] },
- 'retouchareamaskrangelumrange' => { 476 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumRange'], 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumRange'] },
- 'retouchareamaskrangesampletype' => { 476 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskSampleType'], 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskSampleType'] },
- 'retouchareamaskrangetype' => { 476 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskType'], 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskType'] },
- 'retouchareamaskrangeversion' => { 476 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskVersion'], 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskVersion'] },
- 'retouchareamaskreferencepoint' => { 476 => [\'RetouchAreas','RetouchAreasMasksReferencePoint'], 478 => [\'RetouchAreas','RetouchAreasMasksReferencePoint'] },
- 'retouchareamaskright' => { 476 => [\'RetouchAreas','RetouchAreasMasksRight'], 478 => [\'RetouchAreas','RetouchAreasMasksRight'] },
- 'retouchareamaskroundness' => { 476 => [\'RetouchAreas','RetouchAreasMasksRoundness'], 478 => [\'RetouchAreas','RetouchAreasMasksRoundness'] },
- 'retouchareamasks' => { 476 => [\'RetouchAreas','RetouchAreasMasks'], 478 => [\'RetouchAreas','RetouchAreasMasks'] },
- 'retouchareamasksizex' => { 476 => [\'RetouchAreas','RetouchAreasMasksSizeX'], 478 => [\'RetouchAreas','RetouchAreasMasksSizeX'] },
- 'retouchareamasksizey' => { 476 => [\'RetouchAreas','RetouchAreasMasksSizeY'], 478 => [\'RetouchAreas','RetouchAreasMasksSizeY'] },
- 'retouchareamasktop' => { 476 => [\'RetouchAreas','RetouchAreasMasksTop'], 478 => [\'RetouchAreas','RetouchAreasMasksTop'] },
- 'retouchareamaskvalue' => { 476 => [\'RetouchAreas','RetouchAreasMasksMaskValue'], 478 => [\'RetouchAreas','RetouchAreasMasksMaskValue'] },
- 'retouchareamaskversion' => { 476 => [\'RetouchAreas','RetouchAreasMasksVersion'], 478 => [\'RetouchAreas','RetouchAreasMasksVersion'] },
- 'retouchareamaskwhat' => { 476 => [\'RetouchAreas','RetouchAreasMasksWhat'], 478 => [\'RetouchAreas','RetouchAreasMasksWhat'] },
- 'retouchareamaskwholeimagearea' => { 476 => [\'RetouchAreas','RetouchAreasMasksWholeImageArea'], 478 => [\'RetouchAreas','RetouchAreasMasksWholeImageArea'] },
- 'retouchareamaskx' => { 476 => [\'RetouchAreas','RetouchAreasMasksX'], 478 => [\'RetouchAreas','RetouchAreasMasksX'] },
- 'retouchareamasky' => { 476 => [\'RetouchAreas','RetouchAreasMasksY'], 478 => [\'RetouchAreas','RetouchAreasMasksY'] },
- 'retouchareamaskzerox' => { 476 => [\'RetouchAreas','RetouchAreasMasksZeroX'], 478 => [\'RetouchAreas','RetouchAreasMasksZeroX'] },
- 'retouchareamaskzeroy' => { 476 => [\'RetouchAreas','RetouchAreasMasksZeroY'], 478 => [\'RetouchAreas','RetouchAreasMasksZeroY'] },
- 'retouchareamethod' => { 476 => [\'RetouchAreas','RetouchAreasMethod'], 478 => [\'RetouchAreas','RetouchAreasMethod'] },
- 'retouchareaoffsety' => { 476 => [\'RetouchAreas','RetouchAreasOffsetY'], 478 => [\'RetouchAreas','RetouchAreasOffsetY'] },
- 'retouchareaopacity' => { 476 => [\'RetouchAreas','RetouchAreasOpacity'], 478 => [\'RetouchAreas','RetouchAreasOpacity'] },
- 'retouchareas' => { 476 => 'RetouchAreas', 478 => 'RetouchAreas' },
- 'retouchareaseed' => { 476 => [\'RetouchAreas','RetouchAreasSeed'], 478 => [\'RetouchAreas','RetouchAreasSeed'] },
- 'retouchareasourcestate' => { 476 => [\'RetouchAreas','RetouchAreasSourceState'], 478 => [\'RetouchAreas','RetouchAreasSourceState'] },
- 'retouchareasourcex' => { 476 => [\'RetouchAreas','RetouchAreasSourceX'], 478 => [\'RetouchAreas','RetouchAreasSourceX'] },
- 'retouchareaspottype' => { 476 => [\'RetouchAreas','RetouchAreasSpotType'], 478 => [\'RetouchAreas','RetouchAreasSpotType'] },
- 'retouchhistory' => { 225 => 0x9e },
- 'retouchinfo' => { 476 => 'RetouchInfo', 478 => 'RetouchInfo' },
- 'retouchnefprocessing' => { 235 => 0x5 },
- 'retractlensonpoweroff' => { 83 => 0x814 },
- 'reuse' => { 306 => 'Reuse' },
- 'reuseallowed' => { 505 => 'ReuseAllowed' },
- 'reuseprohibited' => { 495 => 'reuseProhibited' },
- 'reverseexposurecompdial' => { 285 => '5.2' },
- 'reversefocusring' => { 294 => 0x163 },
- 'reverseindicators' => { 278 => '12.1', 279 => '6.1', 281 => '6.1', 282 => '6.1', 283 => '4.3', 284 => '5.2', 285 => '5.4', 287 => '33.5', 288 => '5.1', 291 => '6.1', 292 => '6.1', 293 => '6.2', 294 => 0xc1 },
- 'reverseshutterspeedaperture' => { 285 => '5.3' },
- 'revision' => { 480 => 'revision' },
- 'rflensmffocusringsensitivity' => { 83 => 0x714 },
+ 'rawrppused' => { 472 => 'rawrppused' },
+ 'rawtopreviewgain' => { 119 => 0xc7a8 },
+ 'readouttypeactual' => { 138 => 0x1903 },
+ 'readouttyperequested' => { 138 => 0x1902 },
+ 'reardisplay' => { 279 => '12.3', 280 => '6.2' },
+ 'recdevice' => { 489 => 'RecDevice' },
+ 'recdeviceattlensdescription' => { 489 => [\'RecDevice','RecDeviceAttLensDescription'] },
+ 'recdevicemanufacturer' => { 489 => [\'RecDevice','RecDeviceManufacturer'] },
+ 'recdevicemodelname' => { 489 => [\'RecDevice','RecDeviceModelName'] },
+ 'recdeviceownersdeviceid' => { 489 => [\'RecDevice','RecDeviceOwnersDeviceId'] },
+ 'recdeviceserialnumber' => { 489 => [\'RecDevice','RecDeviceSerialNumber'] },
+ 'recipeendingpage' => { 495 => 'recipeEndingPage' },
+ 'recipepagerange' => { 495 => 'recipePageRange' },
+ 'recipesource' => { 495 => 'recipeSource' },
+ 'recipestartingpage' => { 495 => 'recipeStartingPage' },
+ 'recipetitle' => { 495 => 'recipeTitle' },
+ 'recognizedface1age' => { 313 => 0x20 },
+ 'recognizedface1name' => { 313 => 0x4 },
+ 'recognizedface1position' => { 313 => 0x18 },
+ 'recognizedface2age' => { 313 => 0x50 },
+ 'recognizedface2name' => { 313 => 0x34 },
+ 'recognizedface2position' => { 313 => 0x48 },
+ 'recognizedface3age' => { 313 => 0x80 },
+ 'recognizedface3name' => { 313 => 0x64 },
+ 'recognizedface3position' => { 313 => 0x78 },
+ 'recognizedfaceflags' => { 320 => 0x63 },
+ 'recommendedexposureindex' => { 119 => 0x8832, 484 => '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' => { 380 => "\xa9phg" },
+ 'recordingformat' => { 387 => 0x1000 },
+ 'recordingmode' => { 112 => 0x1, 362 => 0x1 },
+ 'recordinstitutioncode' => { 118 => [\'Record','RecordInstitutionCode'] },
+ 'recordinstitutionid' => { 118 => [\'Record','RecordInstitutionID'] },
+ 'recordlabelname' => { 380 => "\xa9lab" },
+ 'recordlabelurl' => { 380 => "\xa9lal" },
+ 'recordlocationdata' => { 229 => 0x660 },
+ 'recordmode' => { 34 => 0x9, 113 => 0x3000 },
+ 'recordownerinstitutioncode' => { 118 => [\'Record','RecordOwnerInstitutionCode'] },
+ 'recordshutterrelease' => { 396 => 0x217 },
+ 'redbalance' => { 302 => 0x1017, 325 => 0x11, 355 => 0x1c },
+ 'redcurvelimits' => { 108 => 0x18a },
+ 'redcurvepoints' => { 107 => 0x2d, 108 => 0x160 },
+ 'redeyecorrection' => { 276 => 0x0 },
+ 'redeyeinfo' => { 477 => 'RedEyeInfo', 479 => 'RedEyeInfo' },
+ 'redeyereduction' => { 184 => 0x41, 407 => 0x6a, 409 => 0x28 },
+ 'redeyeremoval' => { 320 => 0xb9 },
+ 'redhsl' => { 103 => 0x20910 },
+ 'redhue' => { 477 => 'RedHue', 479 => 'RedHue' },
+ 'redsaturation' => { 477 => 'RedSaturation', 479 => 'RedSaturation' },
+ 'reductionmatrix1' => { 119 => 0xc625 },
+ 'reductionmatrix2' => { 119 => 0xc626 },
+ 'reductionmatrix3' => { 119 => 0xcd3a },
+ 'reelname' => { 119 => 0xc789, 380 => 'reel' },
+ 'reference1' => { 487 => [\'TagStructure','TagStructureReference'] },
+ 'reference2' => { 487 => [\'TagStructure','TagStructureSubLabelsReference'] },
+ 'reference3' => { 487 => [\'TagStructure','TagStructureSubLabelsSubLabelsReference'] },
+ 'reference4' => { 487 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsReference'] },
+ 'reference5' => { 487 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsReference'] },
+ 'reference6' => { 487 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsReference'] },
+ 'referenceblackwhite' => { 119 => 0x214, 499 => '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' => { 307 => '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' => { 489 => [\'RegistryId','RegistryIdRegEntryRole'] },
+ 'registryid' => { 489 => 'RegistryId' },
+ 'registryitemid' => { 489 => [\'RegistryId','RegistryIdRegItemId'] },
+ 'registryorganisationid' => { 489 => [\'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, 483 => 'RelatedSoundFile' },
+ 'relatedvideofile' => { 169 => 'data' },
+ 'relatedvideofilename' => { 169 => '1Name' },
+ 'relatedvideofiletype' => { 169 => '0Type' },
+ 'relation' => { 480 => 'relation' },
+ 'relationshipaccordingto' => { 118 => [\'ResourceRelationship','ResourceRelationshipRelationshipAccordingTo'] },
+ 'relationshipestablisheddate' => { 118 => [\'ResourceRelationship','ResourceRelationshipRelationshipEstablishedDate'] },
+ 'relationshipofresource' => { 118 => [\'ResourceRelationship','ResourceRelationshipRelationshipOfResource'] },
+ 'relationshipremarks' => { 118 => [\'ResourceRelationship','ResourceRelationshipRelationshipRemarks'] },
+ 'relativealtitude' => { 116 => 'RelativeAltitude' },
+ 'relativepeakaudiofilepath' => { 503 => 'relativePeakAudioFilePath' },
+ 'relativetimestamp' => { 503 => 'relativeTimestamp' },
+ 'relativetimestampscale' => { 503 => [\'relativeTimestamp','relativeTimestampScale'] },
+ 'relativetimestampvalue' => { 503 => [\'relativeTimestamp','relativeTimestampValue'] },
+ 'releasebuttontousedial' => { 279 => '17.8', 280 => '18.5', 282 => '18.4', 283 => '18.4', 288 => '33.8', 289 => '17.6', 292 => '18.5', 293 => '18.4' },
+ 'releasedate' => { 131 => 0x1e, 372 => 'rldt', 472 => 'ReleaseDate', 503 => 'releaseDate' },
+ 'releasemode' => { 113 => 0x3001, 247 => 0x184d, 420 => 0xb049 },
+ 'releasemode2' => { 428 => 0x112c, 429 => [0x112c,0x8], 430 => [0x1108,0x8], 431 => [0x1184,0x8], 432 => [0x1160,0x8], 433 => [0x4,0x1018], 434 => [0x4,0x210], 435 => [0x4,0x210], 436 => [0x4,0x208], 438 => [0x67,0x3f], 439 => [0x6b,0x6d,0x73,0x4b], 440 => [0x6b,0x4b], 441 => 0x10, 442 => 0x10, 443 => 0x9, 450 => 0x34 },
+ 'releasemode3' => { 428 => 0x1128, 429 => 0x1128, 430 => 0x1104, 431 => 0x1180, 432 => 0x115c, 433 => 0x1014, 434 => 0x20c, 435 => 0x20c, 436 => 0x204 },
+ 'releaseready' => { 489 => 'ReleaseReady' },
+ 'releasesetting' => { 97 => 0x1016 },
+ 'releasetime' => { 131 => 0x23, 472 => 'ReleaseTime' },
+ 'remoteonduration' => { 281 => '3.4', 284 => '17.2', 285 => '18.2', 286 => '18.2', 287 => '18.2', 289 => '18.2', 290 => '4.3', 294 => '19.2' },
+ 'renditionclass' => { 504 => 'RenditionClass' },
+ 'renditionof' => { 504 => 'RenditionOf' },
+ 'renditionofalternatepaths' => { 504 => [\'RenditionOf','RenditionOfAlternatePaths'] },
+ 'renditionofdocumentid' => { 504 => [\'RenditionOf','RenditionOfDocumentID'] },
+ 'renditionoffilepath' => { 504 => [\'RenditionOf','RenditionOfFilePath'] },
+ 'renditionoffrompart' => { 504 => [\'RenditionOf','RenditionOfFromPart'] },
+ 'renditionofinstanceid' => { 504 => [\'RenditionOf','RenditionOfInstanceID'] },
+ 'renditionoflastmodifydate' => { 504 => [\'RenditionOf','RenditionOfLastModifyDate'] },
+ 'renditionoflasturl' => { 504 => [\'RenditionOf','RenditionOfLastURL'] },
+ 'renditionoflinkcategory' => { 504 => [\'RenditionOf','RenditionOfLinkCategory'] },
+ 'renditionoflinkform' => { 504 => [\'RenditionOf','RenditionOfLinkForm'] },
+ 'renditionofmanager' => { 504 => [\'RenditionOf','RenditionOfManager'] },
+ 'renditionofmanagervariant' => { 504 => [\'RenditionOf','RenditionOfManagerVariant'] },
+ 'renditionofmanageto' => { 504 => [\'RenditionOf','RenditionOfManageTo'] },
+ 'renditionofmanageui' => { 504 => [\'RenditionOf','RenditionOfManageUI'] },
+ 'renditionofmaskmarkers' => { 504 => [\'RenditionOf','RenditionOfMaskMarkers'] },
+ 'renditionoforiginaldocumentid' => { 504 => [\'RenditionOf','RenditionOfOriginalDocumentID'] },
+ 'renditionofpartmapping' => { 504 => [\'RenditionOf','RenditionOfPartMapping'] },
+ 'renditionofplacedresolutionunit' => { 504 => [\'RenditionOf','RenditionOfPlacedResolutionUnit'] },
+ 'renditionofplacedxresolution' => { 504 => [\'RenditionOf','RenditionOfPlacedXResolution'] },
+ 'renditionofplacedyresolution' => { 504 => [\'RenditionOf','RenditionOfPlacedYResolution'] },
+ 'renditionofrenditionclass' => { 504 => [\'RenditionOf','RenditionOfRenditionClass'] },
+ 'renditionofrenditionparams' => { 504 => [\'RenditionOf','RenditionOfRenditionParams'] },
+ 'renditionoftopart' => { 504 => [\'RenditionOf','RenditionOfToPart'] },
+ 'renditionofversionid' => { 504 => [\'RenditionOf','RenditionOfVersionID'] },
+ 'renditionparams' => { 504 => 'RenditionParams' },
+ 'repeatingflashcount' => { 209 => 0xd, 210 => 0xe, 211 => 0xe, 212 => 0xe, 213 => 0xe, 288 => '17.2', 289 => '24.2', 290 => '9.2', 291 => '24.2', 294 => '25.2' },
+ 'repeatingflashcountbuilt-in' => { 256 => 0x4db },
+ 'repeatingflashcountexternal' => { 256 => 0x4c3 },
+ 'repeatingflashoutput' => { 288 => '17.1', 289 => '24.1', 290 => '9.1', 291 => '24.1', 294 => '25.1' },
+ 'repeatingflashoutputexternal' => { 256 => 0x4c0 },
+ 'repeatingflashrate' => { 209 => 0xc, 210 => 0xd, 211 => 0xd, 212 => 0xd, 213 => 0xd, 288 => '18.1', 289 => '25.1', 290 => '10.1', 291 => '25.1', 294 => '26.1' },
+ 'repeatingflashratebuilt-in' => { 256 => 0x4da },
+ 'repeatingflashrateexternal' => { 256 => 0x4c2 },
+ 'requirements' => { 380 => "\xa9req" },
+ 'requires' => { 475 => 'requires' },
+ 'resampleparams' => { 503 => 'resampleParams' },
+ 'resampleparamsquality' => { 503 => [\'resampleParams','resampleParamsQuality'] },
+ 'resamplingkerneldenominators050' => { 138 => 0xe50 },
+ 'resamplingkerneldenominators067' => { 138 => 0xe4f },
+ 'resamplingkerneldenominators100' => { 138 => 0xe51 },
+ 'resaved' => { 396 => 0x21e },
+ 'resetblacksegrows' => { 138 => 0x181a },
+ 'resolution' => { 162 => 'Resolution' },
+ 'resolutionmode' => { 397 => [0x87,0x4] },
+ 'resolutionunit' => { 119 => 0x128, 134 => 0x2, 499 => 'ResolutionUnit' },
+ 'resourceid' => { 118 => [\'ResourceRelationship','ResourceRelationshipResourceID'] },
+ 'resourcerelationship' => { 118 => 'ResourceRelationship' },
+ 'resourcerelationshipid' => { 118 => [\'ResourceRelationship','ResourceRelationshipResourceRelationshipID'] },
+ 'restrictdrivemodes' => { 84 => 0x612 },
+ 'restrictions' => { 496 => 'restrictions' },
+ 'retouchareafeather' => { 477 => [\'RetouchAreas','RetouchAreasFeather'], 479 => [\'RetouchAreas','RetouchAreasFeather'] },
+ 'retouchareamaskalpha' => { 477 => [\'RetouchAreas','RetouchAreasMasksAlpha'], 479 => [\'RetouchAreas','RetouchAreasMasksAlpha'] },
+ 'retouchareamaskangle' => { 477 => [\'RetouchAreas','RetouchAreasMasksAngle'], 479 => [\'RetouchAreas','RetouchAreasMasksAngle'] },
+ 'retouchareamaskbottom' => { 477 => [\'RetouchAreas','RetouchAreasMasksBottom'], 479 => [\'RetouchAreas','RetouchAreasMasksBottom'] },
+ 'retouchareamaskcentervalue' => { 477 => [\'RetouchAreas','RetouchAreasMasksCenterValue'], 479 => [\'RetouchAreas','RetouchAreasMasksCenterValue'] },
+ 'retouchareamaskcenterweight' => { 477 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'], 479 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'] },
+ 'retouchareamaskdabs' => { 477 => [\'RetouchAreas','RetouchAreasMasksDabs'], 479 => [\'RetouchAreas','RetouchAreasMasksDabs'] },
+ 'retouchareamaskfeather' => { 477 => [\'RetouchAreas','RetouchAreasMasksFeather'], 479 => [\'RetouchAreas','RetouchAreasMasksFeather'] },
+ 'retouchareamaskflipped' => { 477 => [\'RetouchAreas','RetouchAreasMasksFlipped'], 479 => [\'RetouchAreas','RetouchAreasMasksFlipped'] },
+ 'retouchareamaskflow' => { 477 => [\'RetouchAreas','RetouchAreasMasksFlow'], 479 => [\'RetouchAreas','RetouchAreasMasksFlow'] },
+ 'retouchareamaskfullx' => { 477 => [\'RetouchAreas','RetouchAreasMasksFullX'], 479 => [\'RetouchAreas','RetouchAreasMasksFullX'] },
+ 'retouchareamaskfully' => { 477 => [\'RetouchAreas','RetouchAreasMasksFullY'], 479 => [\'RetouchAreas','RetouchAreasMasksFullY'] },
+ 'retouchareamaskinputdigest' => { 477 => [\'RetouchAreas','RetouchAreasMasksInputDigest'], 479 => [\'RetouchAreas','RetouchAreasMasksInputDigest'] },
+ 'retouchareamaskleft' => { 477 => [\'RetouchAreas','RetouchAreasMasksLeft'], 479 => [\'RetouchAreas','RetouchAreasMasksLeft'] },
+ 'retouchareamaskmaskactive' => { 477 => [\'RetouchAreas','RetouchAreasMasksMaskActive'], 479 => [\'RetouchAreas','RetouchAreasMasksMaskActive'] },
+ 'retouchareamaskmaskblendmode' => { 477 => [\'RetouchAreas','RetouchAreasMasksMaskBlendMode'], 479 => [\'RetouchAreas','RetouchAreasMasksMaskBlendMode'] },
+ 'retouchareamaskmaskdigest' => { 477 => [\'RetouchAreas','RetouchAreasMasksMaskDigest'], 479 => [\'RetouchAreas','RetouchAreasMasksMaskDigest'] },
+ 'retouchareamaskmaskinverted' => { 477 => [\'RetouchAreas','RetouchAreasMasksMaskInverted'], 479 => [\'RetouchAreas','RetouchAreasMasksMaskInverted'] },
+ 'retouchareamaskmaskname' => { 477 => [\'RetouchAreas','RetouchAreasMasksMaskName'], 479 => [\'RetouchAreas','RetouchAreasMasksMaskName'] },
+ 'retouchareamaskmasks' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasks'], 479 => [\'RetouchAreas','RetouchAreasMasksMasks'] },
+ 'retouchareamaskmasksalpha' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksAlpha'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksAlpha'] },
+ 'retouchareamaskmasksangle' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksAngle'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksAngle'] },
+ 'retouchareamaskmasksbottom' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksBottom'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksBottom'] },
+ 'retouchareamaskmaskscentervalue' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksCenterValue'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksCenterValue'] },
+ 'retouchareamaskmaskscenterweight' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksCenterWeight'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksCenterWeight'] },
+ 'retouchareamaskmasksdabs' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksDabs'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksDabs'] },
+ 'retouchareamaskmasksfeather' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksFeather'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksFeather'] },
+ 'retouchareamaskmasksflipped' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksFlipped'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksFlipped'] },
+ 'retouchareamaskmasksflow' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksFlow'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksFlow'] },
+ 'retouchareamaskmasksfullx' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksFullX'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksFullX'] },
+ 'retouchareamaskmasksfully' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksFullY'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksFullY'] },
+ 'retouchareamaskmasksinputdigest' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksInputDigest'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksInputDigest'] },
+ 'retouchareamaskmasksleft' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksLeft'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksLeft'] },
+ 'retouchareamaskmasksmaskactive' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksMaskActive'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksMaskActive'] },
+ 'retouchareamaskmasksmaskblendmode' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksMaskBlendMode'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksMaskBlendMode'] },
+ 'retouchareamaskmasksmaskdigest' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksMaskDigest'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksMaskDigest'] },
+ 'retouchareamaskmasksmaskinverted' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksMaskInverted'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksMaskInverted'] },
+ 'retouchareamaskmasksmaskname' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksMaskName'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksMaskName'] },
+ 'retouchareamaskmasksmasksubtype' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSubType'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSubType'] },
+ 'retouchareamaskmasksmasksyncid' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSyncID'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSyncID'] },
+ 'retouchareamaskmasksmaskversion' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksMaskVersion'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksMaskVersion'] },
+ 'retouchareamaskmasksmidpoint' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksMidpoint'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksMidpoint'] },
+ 'retouchareamaskmasksorigin' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksOrigin'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksOrigin'] },
+ 'retouchareamaskmasksperimetervalue' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksPerimeterValue'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksPerimeterValue'] },
+ 'retouchareamaskmasksradius' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksRadius'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksRadius'] },
+ 'retouchareamaskmasksreferencepoint' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksReferencePoint'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksReferencePoint'] },
+ 'retouchareamaskmasksright' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksRight'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksRight'] },
+ 'retouchareamaskmasksroundness' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksRoundness'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksRoundness'] },
+ 'retouchareamaskmaskssizex' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksSizeX'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksSizeX'] },
+ 'retouchareamaskmaskssizey' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksSizeY'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksSizeY'] },
+ 'retouchareamaskmaskstop' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksTop'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksTop'] },
+ 'retouchareamaskmasksubtype' => { 477 => [\'RetouchAreas','RetouchAreasMasksMaskSubType'], 479 => [\'RetouchAreas','RetouchAreasMasksMaskSubType'] },
+ 'retouchareamaskmasksvalue' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksMaskValue'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksMaskValue'] },
+ 'retouchareamaskmasksversion' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksVersion'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksVersion'] },
+ 'retouchareamaskmaskswhat' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksWhat'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksWhat'] },
+ 'retouchareamaskmaskswholeimagearea' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksWholeImageArea'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksWholeImageArea'] },
+ 'retouchareamaskmasksx' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksX'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksX'] },
+ 'retouchareamaskmasksy' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksY'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksY'] },
+ 'retouchareamaskmasksyncid' => { 477 => [\'RetouchAreas','RetouchAreasMasksMaskSyncID'], 479 => [\'RetouchAreas','RetouchAreasMasksMaskSyncID'] },
+ 'retouchareamaskmaskszerox' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksZeroX'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksZeroX'] },
+ 'retouchareamaskmaskszeroy' => { 477 => [\'RetouchAreas','RetouchAreasMasksMasksZeroY'], 479 => [\'RetouchAreas','RetouchAreasMasksMasksZeroY'] },
+ 'retouchareamaskmaskversion' => { 477 => [\'RetouchAreas','RetouchAreasMasksMaskVersion'], 479 => [\'RetouchAreas','RetouchAreasMasksMaskVersion'] },
+ 'retouchareamaskmidpoint' => { 477 => [\'RetouchAreas','RetouchAreasMasksMidpoint'], 479 => [\'RetouchAreas','RetouchAreasMasksMidpoint'] },
+ 'retouchareamaskorigin' => { 477 => [\'RetouchAreas','RetouchAreasMasksOrigin'], 479 => [\'RetouchAreas','RetouchAreasMasksOrigin'] },
+ 'retouchareamaskperimetervalue' => { 477 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'], 479 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'] },
+ 'retouchareamaskradius' => { 477 => [\'RetouchAreas','RetouchAreasMasksRadius'], 479 => [\'RetouchAreas','RetouchAreasMasksRadius'] },
+ 'retouchareamaskrange' => { 477 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMask'], 479 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMask'] },
+ 'retouchareamaskrangeareamodels' => { 477 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModels'], 479 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModels'] },
+ 'retouchareamaskrangeareamodelscolorsampleinfo' => { 477 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 479 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'retouchareamaskrangeareamodelscomponents' => { 477 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents'], 479 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'retouchareamaskrangecoloramount' => { 477 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskColorAmount'], 479 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskColorAmount'] },
+ 'retouchareamaskrangedepthfeather' => { 477 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthFeather'], 479 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthFeather'] },
+ 'retouchareamaskrangedepthmax' => { 477 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMax'], 479 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMax'] },
+ 'retouchareamaskrangedepthmin' => { 477 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMin'], 479 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMin'] },
+ 'retouchareamaskrangeinvert' => { 477 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskInvert'], 479 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskInvert'] },
+ 'retouchareamaskrangelumfeather' => { 477 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumFeather'], 479 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumFeather'] },
+ 'retouchareamaskrangeluminancedepthsampleinfo' => { 477 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 479 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'retouchareamaskrangelummax' => { 477 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMax'], 479 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMax'] },
+ 'retouchareamaskrangelummin' => { 477 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMin'], 479 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMin'] },
+ 'retouchareamaskrangelumrange' => { 477 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumRange'], 479 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumRange'] },
+ 'retouchareamaskrangesampletype' => { 477 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskSampleType'], 479 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskSampleType'] },
+ 'retouchareamaskrangetype' => { 477 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskType'], 479 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskType'] },
+ 'retouchareamaskrangeversion' => { 477 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskVersion'], 479 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskVersion'] },
+ 'retouchareamaskreferencepoint' => { 477 => [\'RetouchAreas','RetouchAreasMasksReferencePoint'], 479 => [\'RetouchAreas','RetouchAreasMasksReferencePoint'] },
+ 'retouchareamaskright' => { 477 => [\'RetouchAreas','RetouchAreasMasksRight'], 479 => [\'RetouchAreas','RetouchAreasMasksRight'] },
+ 'retouchareamaskroundness' => { 477 => [\'RetouchAreas','RetouchAreasMasksRoundness'], 479 => [\'RetouchAreas','RetouchAreasMasksRoundness'] },
+ 'retouchareamasks' => { 477 => [\'RetouchAreas','RetouchAreasMasks'], 479 => [\'RetouchAreas','RetouchAreasMasks'] },
+ 'retouchareamasksizex' => { 477 => [\'RetouchAreas','RetouchAreasMasksSizeX'], 479 => [\'RetouchAreas','RetouchAreasMasksSizeX'] },
+ 'retouchareamasksizey' => { 477 => [\'RetouchAreas','RetouchAreasMasksSizeY'], 479 => [\'RetouchAreas','RetouchAreasMasksSizeY'] },
+ 'retouchareamasktop' => { 477 => [\'RetouchAreas','RetouchAreasMasksTop'], 479 => [\'RetouchAreas','RetouchAreasMasksTop'] },
+ 'retouchareamaskvalue' => { 477 => [\'RetouchAreas','RetouchAreasMasksMaskValue'], 479 => [\'RetouchAreas','RetouchAreasMasksMaskValue'] },
+ 'retouchareamaskversion' => { 477 => [\'RetouchAreas','RetouchAreasMasksVersion'], 479 => [\'RetouchAreas','RetouchAreasMasksVersion'] },
+ 'retouchareamaskwhat' => { 477 => [\'RetouchAreas','RetouchAreasMasksWhat'], 479 => [\'RetouchAreas','RetouchAreasMasksWhat'] },
+ 'retouchareamaskwholeimagearea' => { 477 => [\'RetouchAreas','RetouchAreasMasksWholeImageArea'], 479 => [\'RetouchAreas','RetouchAreasMasksWholeImageArea'] },
+ 'retouchareamaskx' => { 477 => [\'RetouchAreas','RetouchAreasMasksX'], 479 => [\'RetouchAreas','RetouchAreasMasksX'] },
+ 'retouchareamasky' => { 477 => [\'RetouchAreas','RetouchAreasMasksY'], 479 => [\'RetouchAreas','RetouchAreasMasksY'] },
+ 'retouchareamaskzerox' => { 477 => [\'RetouchAreas','RetouchAreasMasksZeroX'], 479 => [\'RetouchAreas','RetouchAreasMasksZeroX'] },
+ 'retouchareamaskzeroy' => { 477 => [\'RetouchAreas','RetouchAreasMasksZeroY'], 479 => [\'RetouchAreas','RetouchAreasMasksZeroY'] },
+ 'retouchareamethod' => { 477 => [\'RetouchAreas','RetouchAreasMethod'], 479 => [\'RetouchAreas','RetouchAreasMethod'] },
+ 'retouchareaoffsety' => { 477 => [\'RetouchAreas','RetouchAreasOffsetY'], 479 => [\'RetouchAreas','RetouchAreasOffsetY'] },
+ 'retouchareaopacity' => { 477 => [\'RetouchAreas','RetouchAreasOpacity'], 479 => [\'RetouchAreas','RetouchAreasOpacity'] },
+ 'retouchareas' => { 477 => 'RetouchAreas', 479 => 'RetouchAreas' },
+ 'retouchareaseed' => { 477 => [\'RetouchAreas','RetouchAreasSeed'], 479 => [\'RetouchAreas','RetouchAreasSeed'] },
+ 'retouchareasourcestate' => { 477 => [\'RetouchAreas','RetouchAreasSourceState'], 479 => [\'RetouchAreas','RetouchAreasSourceState'] },
+ 'retouchareasourcex' => { 477 => [\'RetouchAreas','RetouchAreasSourceX'], 479 => [\'RetouchAreas','RetouchAreasSourceX'] },
+ 'retouchareaspottype' => { 477 => [\'RetouchAreas','RetouchAreasSpotType'], 479 => [\'RetouchAreas','RetouchAreasSpotType'] },
+ 'retouchhistory' => { 226 => 0x9e },
+ 'retouchinfo' => { 477 => 'RetouchInfo', 479 => 'RetouchInfo' },
+ 'retouchnefprocessing' => { 236 => 0x5 },
+ 'retractlensonpoweroff' => { 84 => 0x814 },
+ 'reuse' => { 307 => 'Reuse' },
+ 'reuseallowed' => { 506 => 'ReuseAllowed' },
+ 'reuseprohibited' => { 496 => 'reuseProhibited' },
+ 'reverseexposurecompdial' => { 286 => '5.2' },
+ 'reversefocusring' => { 295 => 0x163 },
+ 'reverseindicators' => { 279 => '12.1', 280 => '6.1', 282 => '6.1', 283 => '6.1', 284 => '4.3', 285 => '5.2', 286 => '5.4', 288 => '33.5', 289 => '5.1', 292 => '6.1', 293 => '6.1', 294 => '6.2', 295 => 0xc1 },
+ 'reverseshutterspeedaperture' => { 286 => '5.3' },
+ 'revision' => { 481 => 'revision' },
+ 'rflensmffocusringsensitivity' => { 84 => 0x714 },
'rflenstype' => { 57 => 0x3d },
- 'rgbcurvelimits' => { 107 => 0x238 },
- 'rgbcurvepoints' => { 106 => 0x7, 107 => 0x20e },
- 'rgbtables' => { 118 => 0xcd3b },
- 'richtextcomment' => { 485 => 'RichTextComment' },
- 'ricohdate' => { 385 => 0x6 },
- 'ricohimageheight' => { 385 => 0x2 },
- 'ricohimagewidth' => { 385 => 0x0 },
- 'rightalbedo' => { 467 => 'RightAlbedo' },
- 'rightascension' => { 164 => 'RightAscension' },
- 'rights' => { 479 => 'rights' },
- 'rightsagent' => { 495 => 'rightsAgent' },
- 'rightsowner' => { 495 => 'rightsOwner' },
- 'roll' => { 114 => 0x8, 379 => ['roll',"\xa9frl"] },
- 'rollangle' => { 246 => 0x350b, 247 => 0x2c24, 251 => 0xc21a, 256 => 0x36f4, 257 => 0x2efb, 259 => 0xce32, 260 => 0xeaeb, 296 => 0x903, 319 => 0x90, 353 => 0x1, 391 => 0x2 },
- 'romoperationmode' => { 96 => 0x80d },
- 'rotation' => { 30 => 0x17, 31 => 0x18, 95 => 0x3, 102 => 0x10002, 107 => 0x26e, 113 => 'QuickTime-Rotation', 122 => 0x4, 164 => 'Rotation', 181 => [0x65,0x50], 182 => 0x46, 183 => 0x5a, 186 => 0x10, 246 => 0x3693, 247 => 0xca, 254 => '590.1', 271 => 0x76a43207, 319 => 0x30, 335 => '17.2', 365 => 0xd8, 372 => 'irot', 406 => 0x3f, 407 => 0x3f, 417 => 0x10 },
- 'routedto' => { 484 => 'RoutedTo' },
- 'routing' => { 370 => 'Routing' },
- 'routingdestinations' => { 466 => 'RoutingDestinations' },
- 'routingexclusions' => { 466 => 'RoutingExclusions' },
- 'routingnotes' => { 484 => 'RoutingNotes' },
- 'rowsperstrip' => { 118 => 0x116 },
- 'rpp' => { 471 => 'rpp' },
- 'rtkflag' => { 115 => 'RtkFlag' },
- 'rtkstdhgt' => { 115 => 'RtkStdHgt' },
- 'rtkstdlat' => { 115 => 'RtkStdLat' },
- 'rtkstdlon' => { 115 => 'RtkStdLon' },
- 'safetyshift' => { 83 => 0x108 },
- 'safetyshiftinavortv' => { 81 => 0x10, 82 => 0x10, 84 => 0xf, 85 => 0x10, 88 => 0x10 },
- 'sameexposurefornewaperture' => { 83 => 0x112 },
- 'samplebits' => { 154 => 'SampleBits' },
- 'samplepagerange' => { 492 => 'samplePageRange' },
- 'samplerate' => { 154 => 'SampleRate' },
- 'samplesperpixel' => { 118 => 0x115, 324 => 0x8, 498 => 'SamplesPerPixel' },
- 'samplestructure' => { 132 => 0x5a },
- 'samsungmodelid' => { 393 => 0x3 },
- 'sanyoquality' => { 395 => 0x201 },
- 'sanyothumbnail' => { 395 => 0x100 },
- 'saturation' => { 10 => 0x6e, 12 => 0x76, 34 => 0xe, 51 => 0x1, 111 => 0xd, 112 => [0x3013,0x1f], 118 => [0xa409,0xfe55], 126 => 0x1003, 155 => 'Saturation', 180 => 0x1f, 181 => 0x32, 182 => 0x28, 183 => 0x1a, 188 => 0x1, 225 => 0xaa, 230 => 0x35, 231 => 0x3b, 232 => 0x43, 319 => 0x40, 321 => 0x300d, 354 => 0x1f, 361 => 0xd, 380 => 0x27, 382 => 0x58, 385 => 0x28, 386 => 0x1013, 396 => 0x10, 406 => 0x1e, 407 => 0x1b, 419 => 0x2005, 476 => 'Saturation', 478 => 'Saturation', 482 => 'Saturation' },
- 'saturationadj' => { 102 => 0x20901, 107 => 0x116, 225 => 0x94, 270 => 0x1, 274 => 0x2e, 453 => 0x8016 },
- 'saturationadjustmentaqua' => { 476 => 'SaturationAdjustmentAqua', 478 => 'SaturationAdjustmentAqua' },
- 'saturationadjustmentblue' => { 476 => 'SaturationAdjustmentBlue', 478 => 'SaturationAdjustmentBlue' },
- 'saturationadjustmentgreen' => { 476 => 'SaturationAdjustmentGreen', 478 => 'SaturationAdjustmentGreen' },
- 'saturationadjustmentmagenta' => { 476 => 'SaturationAdjustmentMagenta', 478 => 'SaturationAdjustmentMagenta' },
- 'saturationadjustmentorange' => { 476 => 'SaturationAdjustmentOrange', 478 => 'SaturationAdjustmentOrange' },
- 'saturationadjustmentpurple' => { 476 => 'SaturationAdjustmentPurple', 478 => 'SaturationAdjustmentPurple' },
- 'saturationadjustmentred' => { 476 => 'SaturationAdjustmentRed', 478 => 'SaturationAdjustmentRed' },
- 'saturationadjustmentyellow' => { 476 => 'SaturationAdjustmentYellow', 478 => 'SaturationAdjustmentYellow' },
- 'saturationauto' => { 70 => 0x98 },
- 'saturationfaithful' => { 19 => 0xfe, 69 => 0x68, 70 => 0x68 },
- 'saturationlandscape' => { 19 => 0xfc, 69 => 0x38, 70 => 0x38 },
- 'saturationmonochrome' => { 69 => 0x80, 70 => 0x80 },
- 'saturationneutral' => { 19 => 0xfd, 69 => 0x50, 70 => 0x50 },
- 'saturationportrait' => { 19 => 0xfb, 69 => 0x20, 70 => 0x20 },
- 'saturationsetting' => { 304 => 0x1010, 408 => 0x11, 424 => 0x9 },
- 'saturationstandard' => { 19 => 0xfa, 69 => 0x8, 70 => 0x8 },
- 'saturationuserdef1' => { 19 => 0x100, 69 => 0x98, 70 => 0xb0 },
- 'saturationuserdef2' => { 19 => 0x101, 69 => 0xb0, 70 => 0xc8 },
- 'saturationuserdef3' => { 19 => 0x102, 69 => 0xc8, 70 => 0xe0 },
- 'saveid' => { 503 => 'SaveID' },
- 'sbaanalysiscomplete' => { 137 => 0xc35 },
- 'sbablack' => { 137 => 0xc25 },
- 'sbagmoffset' => { 137 => 0xc4a },
- 'sbagray' => { 137 => 0xc26 },
- 'sbagreenmagentabal' => { 137 => 0xc33 },
- 'sbahighgray' => { 137 => 0xc46 },
- 'sbailloffset' => { 137 => 0xc49 },
- 'sbailluminantbal' => { 137 => 0xc34 },
- 'sbalowgray' => { 137 => 0xc47 },
- 'sbaneutralbal' => { 137 => 0xc32 },
- 'sbawhite' => { 137 => 0xc27 },
- 'scaletype' => { 502 => 'scaleType' },
- 'scanimageenhancer' => { 236 => 0x60 },
- 'scanningdirection' => { 132 => 0x64 },
- 'scene' => { 379 => 'scen', 487 => 'Scene', 502 => 'scene' },
- 'scenearea' => { 299 => 0x211, 301 => 0x1031 },
- 'sceneassist' => { 225 => 0x9c },
- 'scenecapturetype' => { 118 => 0xa406, 482 => 'SceneCaptureType' },
- 'scenedetect' => { 299 => 0x210, 301 => 0x1030 },
- 'scenedetectdata' => { 299 => 0x212, 301 => 0x1033 },
- 'scenemode' => { 141 => 0xfa02, 185 => 0x100, 225 => 0x8f, 296 => 0x509, 301 => 0x403, 319 => 0x8001, 328 => 0xf, 419 => 0xb023 },
- 'scenemodeused' => { 143 => [0x6002,0xf002] },
- 'scenerecognition' => { 126 => 0x1425 },
- 'sceneselect' => { 395 => 0x21f },
- 'scenetype' => { 118 => 0xa301, 482 => 'SceneType' },
- 'screentips' => { 278 => '12.7', 279 => '5.3', 287 => '13.1', 288 => '4.4', 291 => '5.4', 293 => '5.1' },
- 'scriptversion' => { 137 => 0x1770 },
- 'season' => { 488 => 'Season', 491 => 'season' },
- 'seasonidentifier' => { 488 => [\'Season','SeasonIdentifier'] },
- 'seasonname' => { 488 => [\'Season','SeasonName'] },
- 'seasonnumber' => { 488 => [\'Season','SeasonNumber'] },
- 'secondaryftp' => { 466 => 'SecondaryFTP' },
- 'secondaryslotfunction' => { 228 => 0x22c, 246 => 0x1d0, 256 => 0x1d0 },
- 'section' => { 492 => 'section' },
- 'securityclassification' => { 118 => 0x9212 },
- 'selectableafpoint' => { 83 => 0x509 },
+ 'rgbcurvelimits' => { 108 => 0x238 },
+ 'rgbcurvepoints' => { 107 => 0x7, 108 => 0x20e },
+ 'rgbtables' => { 119 => 0xcd3b },
+ 'richtextcomment' => { 486 => 'RichTextComment' },
+ 'ricohdate' => { 386 => 0x6 },
+ 'ricohimageheight' => { 386 => 0x2 },
+ 'ricohimagewidth' => { 386 => 0x0 },
+ 'rightalbedo' => { 468 => 'RightAlbedo' },
+ 'rightascension' => { 165 => 'RightAscension' },
+ 'rights' => { 480 => 'rights' },
+ 'rightsagent' => { 496 => 'rightsAgent' },
+ 'rightsowner' => { 496 => 'rightsOwner' },
+ 'roll' => { 115 => 0x8, 380 => ['roll',"\xa9frl"] },
+ 'rollangle' => { 247 => 0x350b, 248 => 0x2c24, 252 => 0xc21a, 257 => 0x36f4, 258 => 0x2efb, 260 => 0xce32, 261 => 0xeaeb, 297 => 0x903, 320 => 0x90, 354 => 0x1, 392 => 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, 247 => 0x3693, 248 => 0xca, 255 => '590.1', 272 => 0x76a43207, 320 => 0x30, 336 => '17.2', 366 => 0xd8, 373 => 'irot', 407 => 0x3f, 408 => 0x3f, 418 => 0x10 },
+ 'routedto' => { 485 => 'RoutedTo' },
+ 'routing' => { 371 => 'Routing' },
+ 'routingdestinations' => { 467 => 'RoutingDestinations' },
+ 'routingexclusions' => { 467 => 'RoutingExclusions' },
+ 'routingnotes' => { 485 => 'RoutingNotes' },
+ 'rowsperstrip' => { 119 => 0x116 },
+ 'rpp' => { 472 => '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' => { 493 => 'samplePageRange' },
+ 'samplerate' => { 155 => 'SampleRate' },
+ 'samplesperpixel' => { 119 => 0x115, 325 => 0x8, 499 => 'SamplesPerPixel' },
+ 'samplestructure' => { 133 => 0x5a },
+ 'samsungmodelid' => { 394 => 0x3 },
+ 'sanyoquality' => { 396 => 0x201 },
+ 'sanyothumbnail' => { 396 => 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, 226 => 0xaa, 231 => 0x35, 232 => 0x3b, 233 => 0x43, 320 => 0x40, 322 => 0x300d, 355 => 0x1f, 362 => 0xd, 381 => 0x27, 383 => 0x58, 386 => 0x28, 387 => 0x1013, 397 => 0x10, 407 => 0x1e, 408 => 0x1b, 420 => 0x2005, 477 => 'Saturation', 479 => 'Saturation', 483 => 'Saturation' },
+ 'saturationadj' => { 103 => 0x20901, 108 => 0x116, 226 => 0x94, 271 => 0x1, 275 => 0x2e, 454 => 0x8016 },
+ 'saturationadjustmentaqua' => { 477 => 'SaturationAdjustmentAqua', 479 => 'SaturationAdjustmentAqua' },
+ 'saturationadjustmentblue' => { 477 => 'SaturationAdjustmentBlue', 479 => 'SaturationAdjustmentBlue' },
+ 'saturationadjustmentgreen' => { 477 => 'SaturationAdjustmentGreen', 479 => 'SaturationAdjustmentGreen' },
+ 'saturationadjustmentmagenta' => { 477 => 'SaturationAdjustmentMagenta', 479 => 'SaturationAdjustmentMagenta' },
+ 'saturationadjustmentorange' => { 477 => 'SaturationAdjustmentOrange', 479 => 'SaturationAdjustmentOrange' },
+ 'saturationadjustmentpurple' => { 477 => 'SaturationAdjustmentPurple', 479 => 'SaturationAdjustmentPurple' },
+ 'saturationadjustmentred' => { 477 => 'SaturationAdjustmentRed', 479 => 'SaturationAdjustmentRed' },
+ 'saturationadjustmentyellow' => { 477 => 'SaturationAdjustmentYellow', 479 => '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' => { 305 => 0x1010, 409 => 0x11, 425 => 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' => { 504 => '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' => { 503 => 'scaleType' },
+ 'scanimageenhancer' => { 237 => 0x60 },
+ 'scanningdirection' => { 133 => 0x64 },
+ 'scene' => { 380 => 'scen', 488 => 'Scene', 503 => 'scene' },
+ 'scenearea' => { 300 => 0x211, 302 => 0x1031 },
+ 'sceneassist' => { 226 => 0x9c },
+ 'scenecapturetype' => { 119 => 0xa406, 483 => 'SceneCaptureType' },
+ 'scenedetect' => { 300 => 0x210, 302 => 0x1030 },
+ 'scenedetectdata' => { 300 => 0x212, 302 => 0x1033 },
+ 'scenemode' => { 142 => 0xfa02, 186 => 0x100, 226 => 0x8f, 297 => 0x509, 302 => 0x403, 320 => 0x8001, 329 => 0xf, 420 => 0xb023 },
+ 'scenemodeused' => { 144 => [0x6002,0xf002] },
+ 'scenerecognition' => { 127 => 0x1425 },
+ 'sceneselect' => { 396 => 0x21f },
+ 'scenetype' => { 119 => 0xa301, 483 => 'SceneType' },
+ 'screentips' => { 279 => '12.7', 280 => '5.3', 288 => '13.1', 289 => '4.4', 292 => '5.4', 294 => '5.1' },
+ 'scriptversion' => { 138 => 0x1770 },
+ 'season' => { 489 => 'Season', 492 => 'season' },
+ 'seasonidentifier' => { 489 => [\'Season','SeasonIdentifier'] },
+ 'seasonname' => { 489 => [\'Season','SeasonName'] },
+ 'seasonnumber' => { 489 => [\'Season','SeasonNumber'] },
+ 'secondaryftp' => { 467 => 'SecondaryFTP' },
+ 'secondaryslotfunction' => { 229 => 0x22c, 247 => 0x1d0, 257 => 0x1d0 },
+ 'section' => { 493 => 'section' },
+ 'securityclassification' => { 119 => 0x9212 },
+ 'selectableafpoint' => { 84 => 0x509 },
'selectafareaselectionmode' => { 2 => 0xc },
- 'selectafareaselectmode' => { 83 => 0x512 },
- 'selfdata' => { 115 => 'SelfData' },
- 'selftimer' => { 34 => 0x2, 319 => 0x2e, 395 => 0x214, 427 => 0x1134, 428 => 0x1134, 429 => 0x1110, 430 => 0x118c, 431 => 0x1168, 432 => 0x1020, 433 => 0x218, 434 => 0x218, 435 => 0x210 },
- 'selftimer2' => { 76 => 0x1d },
- 'selftimerinterval' => { 288 => '19.2' },
- 'selftimermode' => { 118 => 0x882b },
- 'selftimershotcount' => { 279 => '20.2', 281 => '20.3', 282 => '20.3', 283 => '18.2', 284 => '19.2', 285 => '19.2', 286 => '19.3', 288 => '19.3', 291 => '20.3', 292 => '20.3', 293 => '20.2', 294 => 0x2d },
- 'selftimershotinterval' => { 279 => '20.3', 281 => '20.2', 282 => '20.2', 286 => '19.2', 291 => '20.2', 292 => '20.2', 294 => 0x31 },
- 'selftimertime' => { 96 => 0x1806, 183 => 0x1f, 278 => '18.1', 279 => '20.1', 280 => '3.3', 281 => '20.1', 282 => '20.1', 283 => '18.1', 284 => '19.1', 285 => '19.1', 286 => '19.1', 287 => '7.2', 288 => '19.1', 289 => '3.3', 291 => '20.1', 292 => '20.1', 293 => '20.1', 294 => 0x2b },
- 'sellingagency' => { 492 => 'sellingAgency' },
- 'seminfo' => { 118 => 0x8546 },
- 'sensingmethod' => { 118 => 0xa217, 482 => 'SensingMethod' },
- 'sensitivityadjust' => { 354 => 0x40 },
- 'sensitivitysteps' => { 335 => ['14.3','17.4'], 337 => 0x1 },
- 'sensitivitytype' => { 118 => 0x8830, 483 => 'SensitivityType' },
- 'sensor' => { 190 => 0x665e },
- 'sensorarea' => { 301 => 0x400 },
- 'sensorareas' => { 393 => 0xa010 },
- 'sensorbitdepth' => { 321 => 0x312d },
- 'sensorbluelevel' => { 73 => 0x5 },
- 'sensorcalibration' => { 300 => 0x805 },
- 'sensorcleaning' => { 89 => 0xd },
- 'sensorfullheight' => { 136 => 0xf904 },
- 'sensorfullwidth' => { 136 => 0xf903 },
- 'sensorheight' => { 136 => 0xf901, 141 => 0xfa21, 187 => 0x8, 321 => 0x312c, 363 => 0x109, 386 => 0x1602 },
- 'sensorimageheight' => { 137 => 0x3ee },
- 'sensorimagewidth' => { 137 => 0x3ed },
- 'sensorleftborder' => { 137 => 0x3eb },
- 'sensorleftmargin' => { 363 => 0x10a },
- 'sensorpixelsize' => { 225 => 0x9a },
- 'sensorredlevel' => { 73 => 0x4 },
- 'sensorserialnumber' => { 137 => 0x9ce },
- 'sensorshield' => { 228 => 0x66d },
- 'sensorsize' => { 155 => 'SensorSize', 354 => 0x35 },
- 'sensortemperature' => { 299 => 0x1500, 301 => 0x1007, 359 => 0xc, 363 => 0x210, 396 => [0x39,0x55] },
- 'sensortemperature2' => { 359 => 0xe, 363 => 0x211 },
- 'sensortopborder' => { 137 => 0x3ec },
- 'sensortopmargin' => { 363 => 0x10b },
- 'sensortype' => { 319 => 0xca },
- 'sensorwidth' => { 136 => 0xf900, 141 => 0xfa20, 187 => 0xa, 321 => 0x312b, 363 => 0x108, 386 => 0x1601 },
- 'sequence' => { 380 => 0x7, 381 => 0x35, 382 => 0x36 },
- 'sequencefilenumber' => { 428 => 0x4, 429 => 0x4, 430 => 0x4, 431 => 0x4, 440 => 0xc, 441 => 0xc, 442 => 0x1a },
- 'sequenceimagenumber' => { 428 => 0x0, 429 => 0x0, 430 => 0x0, 431 => 0x0, 440 => 0x8, 441 => 0x8, 442 => 0x12, 449 => 0x24 },
- 'sequencelength' => { 440 => 0x22, 441 => 0x1e, 442 => [0x16,0x1e] },
- 'sequencename' => { 491 => 'sequenceName' },
- 'sequencenumber' => { 76 => 0x9, 112 => 0x301c, 126 => 0x1101, 139 => 0x1d, 255 => 0x51c, 319 => 0x2b, 408 => [0x10c,0x30c], 419 => 0xb04a, 491 => 'sequenceNumber' },
- 'sequenceshotinterval' => { 395 => 0x224 },
- 'sequencetotalnumber' => { 491 => 'sequenceTotalNumber' },
- 'sequentialshot' => { 395 => 0x20e },
- 'serialnumber' => { 63 => 0xc, 96 => 0x180b, 118 => [0xa431,0xfde9], 136 => 0xfa04, 138 => 0xfa00, 140 => 0xc354, 141 => 0xfa19, 152 => 0x0, 155 => 'SerialNumber', 190 => 0x5501, 225 => [0xa0,0x1d], 297 => 0x101, 301 => [0x404,0x101a], 314 => 0x303, 316 => 0x305, 321 => 0x3103, 354 => 0x229, 363 => 0x102, 364 => 0x407, 379 => ['SNum','slno'], 380 => 0x15, 381 => 0x4b, 382 => 0x7e, 386 => 0x5, 393 => 0xa002, 396 => 0x2, 419 => 0x2031, 473 => 'SerialNumber', 483 => 'BodySerialNumber' },
- 'serialnumberformat' => { 63 => 0x15, 96 => 0x183b },
- 'serialnumberhash' => { 379 => 'CAME' },
- 'series' => { 488 => 'Series' },
- 'seriesdatetime' => { 455 => 'SeriesDateTime' },
- 'seriesdescription' => { 455 => 'SeriesDescription' },
- 'seriesidentifier' => { 488 => [\'Series','SeriesIdentifier'] },
- 'seriesmodality' => { 455 => 'SeriesModality' },
- 'seriesname' => { 488 => [\'Series','SeriesName'] },
- 'seriesnumber' => { 455 => 'SeriesNumber', 492 => 'seriesNumber' },
- 'seriestitle' => { 492 => 'seriesTitle' },
- 'serviceidentifier' => { 131 => 0x1e },
- 'servingsize' => { 494 => 'servingSize' },
- 'setbuttoncrosskeysfunc' => { 86 => 0x0, 87 => 0x0 },
- 'setbuttonwhenshooting' => { 81 => 0x1, 83 => 0x704, 89 => 0xc },
- 'setclockfromlocationdata' => { 228 => 0x61d },
- 'setfunctionwhenshooting' => { 84 => 0x0, 85 => 0x1, 88 => 0x1 },
- 'setting' => { 491 => 'setting' },
- 'shadingcompensation' => { 296 => 0x50c, 319 => 0x8a },
- 'shadingcompensation2' => { 300 => 0x1012 },
- 'shadow' => { 396 => 0xe },
- 'shadowadj' => { 102 => 0x2030b },
- 'shadowcorrection' => { 354 => 0x79 },
- 'shadowprotection' => { 270 => 0x0 },
- 'shadows' => { 118 => 0xfe52, 419 => 0x2032, 470 => 'Shadows', 476 => 'Shadows', 478 => 'Shadows' },
- 'shadows2012' => { 476 => 'Shadows2012', 478 => 'Shadows2012' },
- 'shadowsadj' => { 453 => 0x901a },
- 'shadowscale' => { 118 => 0xc633 },
- 'shadowtint' => { 476 => 'ShadowTint', 478 => 'ShadowTint' },
- 'shadowtone' => { 126 => 0x1040 },
- 'shakereduction' => { 356 => 0x1, 357 => 0x1 },
- 'shareduserrating' => { 178 => 'WM/SharedUserRating' },
- 'sharpendetail' => { 476 => 'SharpenDetail', 478 => 'SharpenDetail' },
- 'sharpenedgemasking' => { 476 => 'SharpenEdgeMasking', 478 => 'SharpenEdgeMasking' },
- 'sharpening' => { 321 => 0x300b },
- 'sharpeningadj' => { 274 => 0x2b },
- 'sharpeningkernel' => { 137 => 0x92f },
- 'sharpenradius' => { 476 => 'SharpenRadius', 478 => 'SharpenRadius' },
- 'sharpness' => { 8 => [0x42,0x48], 10 => 0x72, 12 => 0x74, 34 => 0xf, 73 => 0x2, 111 => 0xb, 112 => [0x3011,0x21], 118 => [0xa40a,0xfe56], 126 => 0x1001, 139 => 0x6b, 148 => 0x37, 155 => 'Sharpness', 180 => 0x21, 181 => 0x30, 182 => 0x26, 183 => 0x18, 188 => 0x3, 225 => 0x6, 230 => 0x32, 231 => 0x33, 232 => 0x39, 301 => 0x100f, 319 => 0x41, 354 => 0x21, 361 => 0xb, 380 => 0x26, 382 => 0x56, 385 => 0x22, 386 => [0x1003,0x1014], 396 => 0x11, 406 => 0x1c, 407 => 0x19, 419 => 0x2006, 449 => 0x52, 476 => 'Sharpness', 478 => 'Sharpness', 482 => 'Sharpness' },
- 'sharpnessadj' => { 102 => 0x20310, 107 => 0x25a, 453 => 0x801a },
- 'sharpnessadjon' => { 102 => '0x20310.0' },
- 'sharpnessauto' => { 70 => 0x94 },
- 'sharpnessfactor' => { 301 => 0x102a },
- 'sharpnessfaithful' => { 19 => 0xf5, 69 => 0x64, 70 => 0x64 },
- 'sharpnessfrequency' => { 8 => [0x41,0x47], 73 => 0x3 },
- 'sharpnesslandscape' => { 19 => 0xf3, 69 => 0x34, 70 => 0x34 },
- 'sharpnessmonochrome' => { 19 => 0xf6, 69 => 0x7c, 70 => 0x7c },
- 'sharpnessneutral' => { 19 => 0xf4, 69 => 0x4c, 70 => 0x4c },
- 'sharpnessovershoot' => { 453 => 0x801b },
- 'sharpnessportrait' => { 19 => 0xf2, 69 => 0x1c, 70 => 0x1c },
- 'sharpnessrange' => { 419 => 0x2035 },
- 'sharpnesssetting' => { 296 => 0x506, 304 => 0x1013, 408 => 0x12, 424 => 0xa },
- 'sharpnessstandard' => { 19 => 0xf1, 69 => 0x4, 70 => 0x4 },
- 'sharpnessstrength' => { 102 => 0x20311 },
- 'sharpnessthreshold' => { 453 => 0x801d },
- 'sharpnessundershoot' => { 453 => 0x801c },
- 'sharpnessuserdef1' => { 19 => 0xf7, 69 => 0x94, 70 => 0xac },
- 'sharpnessuserdef2' => { 19 => 0xf8, 69 => 0xac, 70 => 0xc4 },
- 'sharpnessuserdef3' => { 19 => 0xf9, 69 => 0xc4, 70 => 0xdc },
- 'shiftcols' => { 137 => 0xc70 },
- 'shootid' => { 491 => 'shootID' },
- 'shootingdistance' => { 102 => 0x20701 },
- 'shootinginfodisplay' => { 278 => '13.2', 279 => '5.1', 287 => '10.2', 288 => '4.1', 291 => '5.1', 293 => '5.3' },
- 'shootinginfomonitorofftime' => { 278 => '26.2', 279 => '22.2', 281 => '22.2', 282 => '22.2', 286 => '21.2', 287 => '9.1', 288 => '21.2', 291 => '22.2', 292 => '22.2', 293 => '22.2', 294 => 0x37 },
- 'shootingmode' => { 155 => 'ShootingMode', 225 => 0x89, 319 => 0x1f },
- 'shootingmodesetting' => { 280 => '5.1' },
- 'shortdescription' => { 480 => 'shortdescription' },
- 'shortdocumentid' => { 130 => 0xba },
- 'shortname' => { 476 => 'ShortName', 478 => 'ShortName' },
+ 'selectafareaselectmode' => { 84 => 0x512 },
+ 'selfdata' => { 116 => 'SelfData' },
+ 'selftimer' => { 34 => 0x2, 320 => 0x2e, 396 => 0x214, 428 => 0x1134, 429 => 0x1134, 430 => 0x1110, 431 => 0x118c, 432 => 0x1168, 433 => 0x1020, 434 => 0x218, 435 => 0x218, 436 => 0x210 },
+ 'selftimer2' => { 77 => 0x1d },
+ 'selftimerinterval' => { 289 => '19.2' },
+ 'selftimermode' => { 119 => 0x882b },
+ 'selftimershotcount' => { 280 => '20.2', 282 => '20.3', 283 => '20.3', 284 => '18.2', 285 => '19.2', 286 => '19.2', 287 => '19.3', 289 => '19.3', 292 => '20.3', 293 => '20.3', 294 => '20.2', 295 => 0x2d },
+ 'selftimershotinterval' => { 280 => '20.3', 282 => '20.2', 283 => '20.2', 287 => '19.2', 292 => '20.2', 293 => '20.2', 295 => 0x31 },
+ 'selftimertime' => { 97 => 0x1806, 184 => 0x1f, 279 => '18.1', 280 => '20.1', 281 => '3.3', 282 => '20.1', 283 => '20.1', 284 => '18.1', 285 => '19.1', 286 => '19.1', 287 => '19.1', 288 => '7.2', 289 => '19.1', 290 => '3.3', 292 => '20.1', 293 => '20.1', 294 => '20.1', 295 => 0x2b },
+ 'sellingagency' => { 493 => 'sellingAgency' },
+ 'seminfo' => { 119 => 0x8546 },
+ 'sensingmethod' => { 119 => 0xa217, 483 => 'SensingMethod' },
+ 'sensitivityadjust' => { 355 => 0x40 },
+ 'sensitivitysteps' => { 336 => ['14.3','17.4'], 338 => 0x1 },
+ 'sensitivitytype' => { 119 => 0x8830, 484 => 'SensitivityType' },
+ 'sensor' => { 191 => 0x665e },
+ 'sensorarea' => { 302 => 0x400 },
+ 'sensorareas' => { 394 => 0xa010 },
+ 'sensorbitdepth' => { 322 => 0x312d },
+ 'sensorbluelevel' => { 74 => 0x5 },
+ 'sensorcalibration' => { 301 => 0x805 },
+ 'sensorcleaning' => { 90 => 0xd },
+ 'sensorfullheight' => { 137 => 0xf904 },
+ 'sensorfullwidth' => { 137 => 0xf903 },
+ 'sensorheight' => { 137 => 0xf901, 142 => 0xfa21, 188 => 0x8, 322 => 0x312c, 364 => 0x109, 387 => 0x1602 },
+ 'sensorimageheight' => { 138 => 0x3ee },
+ 'sensorimagewidth' => { 138 => 0x3ed },
+ 'sensorleftborder' => { 138 => 0x3eb },
+ 'sensorleftmargin' => { 364 => 0x10a },
+ 'sensorpixelsize' => { 226 => 0x9a },
+ 'sensorredlevel' => { 74 => 0x4 },
+ 'sensorserialnumber' => { 138 => 0x9ce },
+ 'sensorshield' => { 229 => 0x66d },
+ 'sensorsize' => { 156 => 'SensorSize', 355 => 0x35 },
+ 'sensortemperature' => { 300 => 0x1500, 302 => 0x1007, 360 => 0xc, 364 => 0x210, 397 => [0x39,0x55] },
+ 'sensortemperature2' => { 360 => 0xe, 364 => 0x211 },
+ 'sensortopborder' => { 138 => 0x3ec },
+ 'sensortopmargin' => { 364 => 0x10b },
+ 'sensortype' => { 320 => 0xca },
+ 'sensorwidth' => { 137 => 0xf900, 142 => 0xfa20, 188 => 0xa, 322 => 0x312b, 364 => 0x108, 387 => 0x1601 },
+ 'sequence' => { 381 => 0x7, 382 => 0x35, 383 => 0x36 },
+ 'sequencefilenumber' => { 429 => 0x4, 430 => 0x4, 431 => 0x4, 432 => 0x4, 441 => 0xc, 442 => 0xc, 443 => 0x1a },
+ 'sequenceimagenumber' => { 429 => 0x0, 430 => 0x0, 431 => 0x0, 432 => 0x0, 441 => 0x8, 442 => 0x8, 443 => 0x12, 450 => 0x24 },
+ 'sequencelength' => { 441 => 0x22, 442 => 0x1e, 443 => [0x16,0x1e] },
+ 'sequencename' => { 492 => 'sequenceName' },
+ 'sequencenumber' => { 77 => 0x9, 113 => 0x301c, 127 => 0x1101, 140 => 0x1d, 256 => 0x51c, 320 => 0x2b, 409 => [0x10c,0x30c], 420 => 0xb04a, 492 => 'sequenceNumber' },
+ 'sequenceshotinterval' => { 396 => 0x224 },
+ 'sequencetotalnumber' => { 492 => 'sequenceTotalNumber' },
+ 'sequentialshot' => { 396 => 0x20e },
+ 'serialnumber' => { 64 => 0xc, 97 => 0x180b, 119 => [0xa431,0xfde9], 137 => 0xfa04, 139 => 0xfa00, 141 => 0xc354, 142 => 0xfa19, 153 => 0x0, 156 => 'SerialNumber', 191 => 0x5501, 226 => [0xa0,0x1d], 298 => 0x101, 302 => [0x404,0x101a], 315 => 0x303, 317 => 0x305, 322 => 0x3103, 355 => 0x229, 364 => 0x102, 365 => 0x407, 380 => ['SNum','slno'], 381 => 0x15, 382 => 0x4b, 383 => 0x7e, 387 => 0x5, 394 => 0xa002, 397 => 0x2, 420 => 0x2031, 474 => 'SerialNumber', 484 => 'BodySerialNumber' },
+ 'serialnumberformat' => { 64 => 0x15, 97 => 0x183b },
+ 'serialnumberhash' => { 380 => 'CAME' },
+ 'series' => { 489 => 'Series' },
+ 'seriesdatetime' => { 456 => 'SeriesDateTime' },
+ 'seriesdescription' => { 456 => 'SeriesDescription' },
+ 'seriesidentifier' => { 489 => [\'Series','SeriesIdentifier'] },
+ 'seriesmodality' => { 456 => 'SeriesModality' },
+ 'seriesname' => { 489 => [\'Series','SeriesName'] },
+ 'seriesnumber' => { 456 => 'SeriesNumber', 493 => 'seriesNumber' },
+ 'seriestitle' => { 493 => 'seriesTitle' },
+ 'serviceidentifier' => { 132 => 0x1e },
+ 'servingsize' => { 495 => 'servingSize' },
+ 'setbuttoncrosskeysfunc' => { 87 => 0x0, 88 => 0x0 },
+ 'setbuttonwhenshooting' => { 82 => 0x1, 84 => 0x704, 90 => 0xc },
+ 'setclockfromlocationdata' => { 229 => 0x61d },
+ 'setfunctionwhenshooting' => { 85 => 0x0, 86 => 0x1, 89 => 0x1 },
+ 'setting' => { 492 => 'setting' },
+ 'shadingcompensation' => { 297 => 0x50c, 320 => 0x8a },
+ 'shadingcompensation2' => { 301 => 0x1012 },
+ 'shadow' => { 397 => 0xe },
+ 'shadowadj' => { 103 => 0x2030b },
+ 'shadowcorrection' => { 355 => 0x79 },
+ 'shadowprotection' => { 271 => 0x0 },
+ 'shadows' => { 119 => 0xfe52, 420 => 0x2032, 471 => 'Shadows', 477 => 'Shadows', 479 => 'Shadows' },
+ 'shadows2012' => { 477 => 'Shadows2012', 479 => 'Shadows2012' },
+ 'shadowsadj' => { 454 => 0x901a },
+ 'shadowscale' => { 119 => 0xc633 },
+ 'shadowtint' => { 477 => 'ShadowTint', 479 => 'ShadowTint' },
+ 'shadowtone' => { 127 => 0x1040 },
+ 'shakereduction' => { 357 => 0x1, 358 => 0x1 },
+ 'shareduserrating' => { 179 => 'WM/SharedUserRating' },
+ 'sharpendetail' => { 477 => 'SharpenDetail', 479 => 'SharpenDetail' },
+ 'sharpenedgemasking' => { 477 => 'SharpenEdgeMasking', 479 => 'SharpenEdgeMasking' },
+ 'sharpening' => { 322 => 0x300b },
+ 'sharpeningadj' => { 275 => 0x2b },
+ 'sharpeningkernel' => { 138 => 0x92f },
+ 'sharpenradius' => { 477 => 'SharpenRadius', 479 => '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, 226 => 0x6, 231 => 0x32, 232 => 0x33, 233 => 0x39, 302 => 0x100f, 320 => 0x41, 355 => 0x21, 362 => 0xb, 381 => 0x26, 383 => 0x56, 386 => 0x22, 387 => [0x1003,0x1014], 397 => 0x11, 407 => 0x1c, 408 => 0x19, 420 => 0x2006, 450 => 0x52, 477 => 'Sharpness', 479 => 'Sharpness', 483 => 'Sharpness' },
+ 'sharpnessadj' => { 103 => 0x20310, 108 => 0x25a, 454 => 0x801a },
+ 'sharpnessadjon' => { 103 => '0x20310.0' },
+ 'sharpnessauto' => { 71 => 0x94 },
+ 'sharpnessfactor' => { 302 => 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' => { 454 => 0x801b },
+ 'sharpnessportrait' => { 19 => 0xf2, 70 => 0x1c, 71 => 0x1c },
+ 'sharpnessrange' => { 420 => 0x2035 },
+ 'sharpnesssetting' => { 297 => 0x506, 305 => 0x1013, 409 => 0x12, 425 => 0xa },
+ 'sharpnessstandard' => { 19 => 0xf1, 70 => 0x4, 71 => 0x4 },
+ 'sharpnessstrength' => { 103 => 0x20311 },
+ 'sharpnessthreshold' => { 454 => 0x801d },
+ 'sharpnessundershoot' => { 454 => 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' => { 492 => 'shootID' },
+ 'shootingdistance' => { 103 => 0x20701 },
+ 'shootinginfodisplay' => { 279 => '13.2', 280 => '5.1', 288 => '10.2', 289 => '4.1', 292 => '5.1', 294 => '5.3' },
+ 'shootinginfomonitorofftime' => { 279 => '26.2', 280 => '22.2', 282 => '22.2', 283 => '22.2', 287 => '21.2', 288 => '9.1', 289 => '21.2', 292 => '22.2', 293 => '22.2', 294 => '22.2', 295 => 0x37 },
+ 'shootingmode' => { 156 => 'ShootingMode', 226 => 0x89, 320 => 0x1f },
+ 'shootingmodesetting' => { 281 => '5.1' },
+ 'shortdescription' => { 481 => 'shortdescription' },
+ 'shortdocumentid' => { 131 => 0xba },
+ 'shortname' => { 477 => 'ShortName', 479 => 'ShortName' },
'shortownername' => { 19 => 0xac },
- 'shortreleasetimelag' => { 83 => 0x80d },
- 'shorttitle' => { 371 => '@sti' },
- 'shotdate' => { 502 => 'shotDate' },
- 'shotday' => { 502 => 'shotDay' },
- 'shotlocation' => { 502 => 'shotLocation' },
- 'shotname' => { 379 => 'shot', 502 => 'shotName' },
- 'shotnumber' => { 502 => 'shotNumber' },
- 'shotnumbersincepowerup' => { 423 => 0x44e, 440 => 0x1a, 441 => 0x16, 442 => 0xa },
- 'shotnumbersincepowerup2' => { 408 => 0x200 },
- 'shotsize' => { 502 => 'shotSize' },
- 'shotsperinterval' => { 227 => 0xb4, 228 => 0xc0, 251 => 0xc412 },
- 'showmovement' => { 371 => 'shwm' },
- 'shownevent' => { 488 => 'EventExt' },
- 'showneventidentifier' => { 488 => [\'EventExt','EventExtIdentifier'] },
- 'showneventname' => { 488 => [\'EventExt','EventExtName'] },
- 'shutter' => { 437 => 0x20, 438 => 0x26, 439 => 0x26 },
- 'shutter-aelock' => { 81 => 0x4, 83 => 0x701, 84 => 0x3, 85 => 0x4, 86 => 0x3, 87 => 0x3, 88 => 0x4, 89 => 0x2 },
- 'shutteraelbutton' => { 82 => 0x4 },
- 'shutterbuttonafonbutton' => { 83 => 0x701 },
- 'shuttercount' => { 11 => 0x176, 57 => 0x1, 225 => 0xa7, 237 => [0x6a,0x157,0x24d], 238 => 0x286, 239 => 0x279, 240 => 0x284, 241 => 0x242, 242 => 0x280, 243 => 0x276, 244 => [0x27d,0x27f], 245 => 0x246, 248 => 0x2d6, 249 => 0x321, 250 => 0xbd8, 252 => 0x287, 253 => 0x320, 254 => 0x24a, 255 => 0x5fb, 258 => 0x2d5, 354 => 0x5d, 417 => 0x846, 422 => [0x125,0x14a], 437 => 0x32, 438 => 0x3a, 439 => 0x3a },
- 'shuttercount2' => { 437 => 0x4c, 438 => [0x50,0x52,0x58], 439 => 0x50 },
- 'shuttercount3' => { 437 => [0x1a0,0x1aa,0x1bd], 438 => [0x19f,0x1cb,0x1cd] },
- 'shuttercurtainsync' => { 81 => 0xf, 82 => 0xf, 83 => 0x305, 84 => 0xe, 85 => 0xf, 86 => 0x8, 87 => 0x8, 88 => 0xf, 89 => 0x8 },
- 'shuttermode' => { 57 => 0x17, 139 => 0x1b, 225 => 0x34 },
- 'shutterreleasebuttonae-l' => { 278 => '17.7', 279 => '18.4', 281 => '78.4', 282 => '78.4', 283 => '16.1', 284 => '17.1', 285 => '17.1', 286 => '17.1', 287 => '7.1', 288 => '17.5', 291 => '18.4', 292 => '78.4', 293 => '18.2', 294 => 0x29 },
- 'shutterreleasemethod' => { 96 => 0x1010 },
- 'shutterreleasenocfcard' => { 81 => 0x2, 82 => 0x2, 89 => 0xf },
- 'shutterreleasetiming' => { 96 => 0x1011 },
- 'shutterreleasewithoutlens' => { 83 => 0x711 },
- 'shutterspeedlock' => { 279 => '38.1', 281 => '38.1', 282 => '38.1', 291 => '38.1', 292 => '38.1', 294 => 0xb7 },
- 'shutterspeedrange' => { 83 => 0x10c },
- 'shutterspeedsetting' => { 183 => 0x6, 406 => 0x2f, 407 => 0x28, 408 => 0x0 },
- 'shutterspeedvalue' => { 92 => 0x1, 118 => 0x9201, 301 => 0x1000, 363 => 0x400, 482 => 'ShutterSpeedValue' },
- 'shuttertype' => { 126 => 0x1050, 319 => 0x9f, 354 => 0x87 },
- 'sidecarforextension' => { 490 => 'SidecarForExtension' },
- 'sigmaimpulseparameters' => { 137 => 0xe0d },
- 'sigmascalingfactorcamera' => { 137 => 0xe0c },
- 'sigmascalingfactorlowres' => { 137 => 0xe0b },
- 'sigmasizetable' => { 137 => 0xe0f },
- 'silentphotography' => { 225 => 0xbf },
- 'similarityindex' => { 130 => 0xe4 },
- 'singleframebracketing' => { 183 => 0x21 },
- 'skilllevel' => { 494 => 'skillLevel' },
- 'skintonecorrection' => { 354 => 0x95 },
- 'skiplinetime' => { 137 => 0x184e },
- 'slaveflashmeteringsegments' => { 354 => 0x20b },
- 'slideshowname' => { 491 => 'slideshowName' },
- 'slideshownumber' => { 491 => 'slideshowNumber' },
- 'slideshowtotalnumber' => { 491 => 'slideshowTotalNumber' },
- 'slowshutter' => { 76 => 0x8 },
- 'slowsync' => { 126 => 0x1030 },
- 'smartalbumcolor' => { 393 => 0x20 },
- 'smartrange' => { 393 => 0xa012 },
- 'smileshutter' => { 408 => 0x31 },
- 'smileshuttermode' => { 408 => 0x27 },
- 'smoothness' => { 118 => 0xfe57, 476 => 'Smoothness', 478 => 'Smoothness' },
- 'snapshot' => { 488 => 'SnapshotLink' },
- 'snapshotformat' => { 488 => [\'SnapshotLink','SnapshotLinkFormat'] },
- 'snapshotheightpixels' => { 488 => [\'SnapshotLink','SnapshotLinkHeightPixels'] },
- 'snapshotimagerole' => { 488 => [\'SnapshotLink','SnapshotLinkImageRole'] },
- 'snapshotlink' => { 488 => [\'SnapshotLink','SnapshotLinkLink'] },
- 'snapshotlinkqualifier' => { 488 => [\'SnapshotLink','SnapshotLinkLinkQualifier'] },
- 'snapshots' => { 471 => 'Snapshots' },
- 'snapshotusedvideoframe' => { 488 => [\'SnapshotLink','SnapshotLinkUsedVideoFrame'] },
- 'snapshotusedvideoframetimeformat' => { 488 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeFormat'] },
- 'snapshotusedvideoframetimevalue' => { 488 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeValue'] },
- 'snapshotusedvideoframevalue' => { 488 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameValue'] },
- 'snapshotwidthpixels' => { 488 => [\'SnapshotLink','SnapshotLinkWidthPixels'] },
- 'softskineffect' => { 419 => 0x200f },
- 'software' => { 118 => 0x131, 156 => 'Software', 309 => 'Software', 363 => 0x203, 373 => 'software', 396 => 0x18, 461 => 'Software', 498 => 'Software' },
- 'softwareversion' => { 379 => ['@swr',"\xa9swr"], 395 => 0x207 },
- 'soloist' => { 371 => "\xa9sol" },
- 'songwriter' => { 379 => "\xa9swf" },
- 'songwriterkeywords' => { 379 => "\xa9swk" },
- 'sonycropsize' => { 118 => 0x74c8 },
- 'sonycroptopleft' => { 118 => 0x74c7 },
- 'sonydatetime' => { 426 => 0x6, 428 => 0x1b6, 429 => 0x210, 430 => 0x1fe, 431 => 0x22c },
- 'sonydatetime2' => { 437 => 0x51 },
- 'sonyexposuretime' => { 437 => 0x3a, 438 => 0x46, 439 => [0x66,0x46] },
- 'sonyexposuretime2' => { 449 => 0xe },
- 'sonyfnumber' => { 437 => 0x3c, 438 => 0x48, 439 => [0x68,0x48], 449 => 0x14 },
- 'sonyimageheight' => { 426 => 0x1a, 440 => 0x44, 441 => 0x3f, 442 => 0x47 },
- 'sonyimageheightmax' => { 449 => 0x40 },
- 'sonyimagesize' => { 183 => 0x3b, 406 => 0x54, 407 => 0x54, 408 => 0x9 },
- 'sonyimagewidth' => { 426 => 0x1c },
- 'sonyimagewidthmax' => { 449 => 0x3e },
- 'sonyiso' => { 428 => 0x1218, 429 => 0x11f4, 430 => 0x1270, 431 => [0x1254,0x1258,0x1280], 432 => 0x113c, 433 => 0x344, 434 => 0x346, 435 => 0x320, 449 => 0x4 },
- 'sonymaxaperture' => { 437 => 0x0, 438 => 0x0 },
- 'sonymaxaperturevalue' => { 449 => 0x16 },
- 'sonyminaperture' => { 437 => 0x1, 438 => 0x1 },
- 'sonymodelid' => { 419 => 0xb001 },
- 'sonyquality' => { 183 => 0x3c },
- 'sonytimeminsec' => { 438 => 0x61 },
- 'sortalbum' => { 371 => 'soal' },
- 'sortalbumartist' => { 371 => 'soaa' },
- 'sortartist' => { 371 => 'soar' },
- 'sortcomposer' => { 371 => 'soco' },
- 'sortname' => { 371 => 'sonm', 476 => 'SortName', 478 => 'SortName' },
- 'sortshow' => { 371 => 'sosn' },
- 'soundengineer' => { 371 => "\xa9sne" },
- 'source' => { 130 => 0x73, 309 => 'Source', 479 => 'source', 480 => 'source', 490 => 'Source' },
- 'sourcecount' => { 465 => 'SourceCount' },
- 'sourcecredits' => { 379 => "\xa9src" },
- 'sourcedirectoryindex' => { 341 => 0x0 },
- 'sourcefileindex' => { 341 => 0x2 },
- 'sourcephotoscount' => { 464 => 'SourcePhotosCount' },
- 'sourceprofileprefix' => { 137 => 0x1390 },
- 'spatialfrequencyresponse' => { 482 => 'SpatialFrequencyResponse' },
- 'spatialfrequencyresponsecolumns' => { 482 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseColumns'] },
- 'spatialfrequencyresponsenames' => { 482 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseNames'] },
- 'spatialfrequencyresponserows' => { 482 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseRows'] },
- 'spatialfrequencyresponsevalues' => { 482 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseValues'] },
- 'speakerplacement' => { 502 => 'speakerPlacement' },
- 'specialeffectlevel' => { 112 => 0x3030 },
- 'specialeffectmode' => { 112 => 0x2076 },
- 'specialeffectsetting' => { 112 => 0x3031 },
- 'specialinstructions' => { 130 => 0x28 },
- 'specialmode' => { 301 => 0x200, 395 => 0x200 },
- 'specialoccasion' => { 494 => 'specialOccasion' },
- 'specialtypeid' => { 459 => 'SpecialTypeID' },
- 'spectralsensitivity' => { 118 => 0x8824, 482 => 'SpectralSensitivity' },
+ 'shortreleasetimelag' => { 84 => 0x80d },
+ 'shorttitle' => { 372 => '@sti' },
+ 'shotdate' => { 503 => 'shotDate' },
+ 'shotday' => { 503 => 'shotDay' },
+ 'shotlocation' => { 503 => 'shotLocation' },
+ 'shotname' => { 380 => 'shot', 503 => 'shotName' },
+ 'shotnumber' => { 503 => 'shotNumber' },
+ 'shotnumbersincepowerup' => { 424 => 0x44e, 441 => 0x1a, 442 => 0x16, 443 => 0xa },
+ 'shotnumbersincepowerup2' => { 409 => 0x200 },
+ 'shotsize' => { 503 => 'shotSize' },
+ 'shotsperinterval' => { 228 => 0xb4, 229 => 0xc0, 252 => 0xc412 },
+ 'showmovement' => { 372 => 'shwm' },
+ 'shownevent' => { 489 => 'EventExt' },
+ 'showneventidentifier' => { 489 => [\'EventExt','EventExtIdentifier'] },
+ 'showneventname' => { 489 => [\'EventExt','EventExtName'] },
+ 'shutter' => { 438 => 0x20, 439 => 0x26, 440 => 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, 226 => 0xa7, 238 => [0x6a,0x157,0x24d], 239 => 0x286, 240 => 0x279, 241 => 0x284, 242 => 0x242, 243 => 0x280, 244 => 0x276, 245 => [0x27d,0x27f], 246 => 0x246, 249 => 0x2d6, 250 => 0x321, 251 => 0xbd8, 253 => 0x287, 254 => 0x320, 255 => 0x24a, 256 => 0x5fb, 259 => 0x2d5, 355 => 0x5d, 418 => 0x846, 423 => [0x125,0x14a], 438 => 0x32, 439 => 0x3a, 440 => 0x3a },
+ 'shuttercount2' => { 438 => 0x4c, 439 => [0x50,0x52,0x58], 440 => 0x50 },
+ 'shuttercount3' => { 438 => [0x1a0,0x1aa,0x1bd], 439 => [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, 226 => 0x34 },
+ 'shutterreleasebuttonae-l' => { 279 => '17.7', 280 => '18.4', 282 => '78.4', 283 => '78.4', 284 => '16.1', 285 => '17.1', 286 => '17.1', 287 => '17.1', 288 => '7.1', 289 => '17.5', 292 => '18.4', 293 => '78.4', 294 => '18.2', 295 => 0x29 },
+ 'shutterreleasemethod' => { 97 => 0x1010 },
+ 'shutterreleasenocfcard' => { 82 => 0x2, 83 => 0x2, 90 => 0xf },
+ 'shutterreleasetiming' => { 97 => 0x1011 },
+ 'shutterreleasewithoutlens' => { 84 => 0x711 },
+ 'shutterspeedlock' => { 280 => '38.1', 282 => '38.1', 283 => '38.1', 292 => '38.1', 293 => '38.1', 295 => 0xb7 },
+ 'shutterspeedrange' => { 84 => 0x10c },
+ 'shutterspeedsetting' => { 184 => 0x6, 407 => 0x2f, 408 => 0x28, 409 => 0x0 },
+ 'shutterspeedvalue' => { 93 => 0x1, 119 => 0x9201, 302 => 0x1000, 364 => 0x400, 483 => 'ShutterSpeedValue' },
+ 'shuttertype' => { 127 => 0x1050, 320 => 0x9f, 355 => 0x87 },
+ 'sidecarforextension' => { 491 => 'SidecarForExtension' },
+ 'sigmaimpulseparameters' => { 138 => 0xe0d },
+ 'sigmascalingfactorcamera' => { 138 => 0xe0c },
+ 'sigmascalingfactorlowres' => { 138 => 0xe0b },
+ 'sigmasizetable' => { 138 => 0xe0f },
+ 'silentphotography' => { 226 => 0xbf },
+ 'similarityindex' => { 131 => 0xe4 },
+ 'singleframebracketing' => { 184 => 0x21 },
+ 'skilllevel' => { 495 => 'skillLevel' },
+ 'skintonecorrection' => { 355 => 0x95 },
+ 'skiplinetime' => { 138 => 0x184e },
+ 'slaveflashmeteringsegments' => { 355 => 0x20b },
+ 'slideshowname' => { 492 => 'slideshowName' },
+ 'slideshownumber' => { 492 => 'slideshowNumber' },
+ 'slideshowtotalnumber' => { 492 => 'slideshowTotalNumber' },
+ 'slowshutter' => { 77 => 0x8 },
+ 'slowsync' => { 127 => 0x1030 },
+ 'smartalbumcolor' => { 394 => 0x20 },
+ 'smartrange' => { 394 => 0xa012 },
+ 'smileshutter' => { 409 => 0x31 },
+ 'smileshuttermode' => { 409 => 0x27 },
+ 'smoothness' => { 119 => 0xfe57, 477 => 'Smoothness', 479 => 'Smoothness' },
+ 'snapshot' => { 489 => 'SnapshotLink' },
+ 'snapshotformat' => { 489 => [\'SnapshotLink','SnapshotLinkFormat'] },
+ 'snapshotheightpixels' => { 489 => [\'SnapshotLink','SnapshotLinkHeightPixels'] },
+ 'snapshotimagerole' => { 489 => [\'SnapshotLink','SnapshotLinkImageRole'] },
+ 'snapshotlink' => { 489 => [\'SnapshotLink','SnapshotLinkLink'] },
+ 'snapshotlinkqualifier' => { 489 => [\'SnapshotLink','SnapshotLinkLinkQualifier'] },
+ 'snapshots' => { 472 => 'Snapshots' },
+ 'snapshotusedvideoframe' => { 489 => [\'SnapshotLink','SnapshotLinkUsedVideoFrame'] },
+ 'snapshotusedvideoframetimeformat' => { 489 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeFormat'] },
+ 'snapshotusedvideoframetimevalue' => { 489 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeValue'] },
+ 'snapshotusedvideoframevalue' => { 489 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameValue'] },
+ 'snapshotwidthpixels' => { 489 => [\'SnapshotLink','SnapshotLinkWidthPixels'] },
+ 'softskineffect' => { 420 => 0x200f },
+ 'software' => { 119 => 0x131, 157 => 'Software', 310 => 'Software', 364 => 0x203, 374 => 'software', 397 => 0x18, 462 => 'Software', 499 => 'Software' },
+ 'softwareversion' => { 380 => ['@swr',"\xa9swr"], 396 => 0x207 },
+ 'soloist' => { 372 => "\xa9sol" },
+ 'songwriter' => { 380 => "\xa9swf" },
+ 'songwriterkeywords' => { 380 => "\xa9swk" },
+ 'sonycropsize' => { 119 => 0x74c8 },
+ 'sonycroptopleft' => { 119 => 0x74c7 },
+ 'sonydatetime' => { 427 => 0x6, 429 => 0x1b6, 430 => 0x210, 431 => 0x1fe, 432 => 0x22c },
+ 'sonydatetime2' => { 438 => 0x51 },
+ 'sonyexposuretime' => { 438 => 0x3a, 439 => 0x46, 440 => [0x66,0x46] },
+ 'sonyexposuretime2' => { 450 => 0xe },
+ 'sonyfnumber' => { 438 => 0x3c, 439 => 0x48, 440 => [0x68,0x48], 450 => 0x14 },
+ 'sonyimageheight' => { 427 => 0x1a, 441 => 0x44, 442 => 0x3f, 443 => 0x47 },
+ 'sonyimageheightmax' => { 450 => 0x40 },
+ 'sonyimagesize' => { 184 => 0x3b, 407 => 0x54, 408 => 0x54, 409 => 0x9 },
+ 'sonyimagewidth' => { 427 => 0x1c },
+ 'sonyimagewidthmax' => { 450 => 0x3e },
+ 'sonyiso' => { 429 => 0x1218, 430 => 0x11f4, 431 => 0x1270, 432 => [0x1254,0x1258,0x1280], 433 => 0x113c, 434 => 0x344, 435 => 0x346, 436 => 0x320, 450 => 0x4 },
+ 'sonymaxaperture' => { 438 => 0x0, 439 => 0x0 },
+ 'sonymaxaperturevalue' => { 450 => 0x16 },
+ 'sonyminaperture' => { 438 => 0x1, 439 => 0x1 },
+ 'sonymodelid' => { 420 => 0xb001 },
+ 'sonyquality' => { 184 => 0x3c },
+ 'sonytimeminsec' => { 439 => 0x61 },
+ 'sortalbum' => { 372 => 'soal' },
+ 'sortalbumartist' => { 372 => 'soaa' },
+ 'sortartist' => { 372 => 'soar' },
+ 'sortcomposer' => { 372 => 'soco' },
+ 'sortname' => { 372 => 'sonm', 477 => 'SortName', 479 => 'SortName' },
+ 'sortshow' => { 372 => 'sosn' },
+ 'soundengineer' => { 372 => "\xa9sne" },
+ 'source' => { 131 => 0x73, 310 => 'Source', 480 => 'source', 481 => 'source', 491 => 'Source' },
+ 'sourcecount' => { 466 => 'SourceCount' },
+ 'sourcecredits' => { 380 => "\xa9src" },
+ 'sourcedirectoryindex' => { 342 => 0x0 },
+ 'sourcefileindex' => { 342 => 0x2 },
+ 'sourcephotoscount' => { 465 => 'SourcePhotosCount' },
+ 'sourceprofileprefix' => { 138 => 0x1390 },
+ 'spatialfrequencyresponse' => { 483 => 'SpatialFrequencyResponse' },
+ 'spatialfrequencyresponsecolumns' => { 483 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseColumns'] },
+ 'spatialfrequencyresponsenames' => { 483 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseNames'] },
+ 'spatialfrequencyresponserows' => { 483 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseRows'] },
+ 'spatialfrequencyresponsevalues' => { 483 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseValues'] },
+ 'speakerplacement' => { 503 => 'speakerPlacement' },
+ 'specialeffectlevel' => { 113 => 0x3030 },
+ 'specialeffectmode' => { 113 => 0x2076 },
+ 'specialeffectsetting' => { 113 => 0x3031 },
+ 'specialinstructions' => { 131 => 0x28 },
+ 'specialmode' => { 302 => 0x200, 396 => 0x200 },
+ 'specialoccasion' => { 495 => 'specialOccasion' },
+ 'specialtypeid' => { 460 => 'SpecialTypeID' },
+ 'spectralsensitivity' => { 119 => 0x8824, 483 => 'SpectralSensitivity' },
'specularwhitelevel' => { 41 => 0x32b, 42 => 0x281, 45 => [0x2b9,0x2d0,0x2d4], 46 => 0x56a, 47 => 0x1e4, 48 => [0x1fd,0x2dd], 49 => [0x231,0x30f], 50 => 0x31d },
- 'speedx' => { 114 => 0x3, 379 => "\xa9xsp" },
- 'speedy' => { 114 => 0x4, 379 => "\xa9ysp" },
- 'speedz' => { 114 => 0x5, 379 => "\xa9zsp" },
- 'spherical' => { 465 => 'Spherical' },
- 'splitcolumn' => { 363 => 0x222 },
- 'splittoningbalance' => { 476 => 'SplitToningBalance', 478 => 'SplitToningBalance' },
- 'splittoninghighlighthue' => { 476 => 'SplitToningHighlightHue', 478 => 'SplitToningHighlightHue' },
- 'splittoninghighlightsaturation' => { 476 => 'SplitToningHighlightSaturation', 478 => 'SplitToningHighlightSaturation' },
- 'splittoningshadowhue' => { 476 => 'SplitToningShadowHue', 478 => 'SplitToningShadowHue' },
- 'splittoningshadowsaturation' => { 476 => 'SplitToningShadowSaturation', 478 => 'SplitToningShadowSaturation' },
- 'sport' => { 492 => 'sport' },
- 'spotfocuspointx' => { 180 => 0x2d },
- 'spotfocuspointy' => { 180 => 0x2e },
+ 'speedx' => { 115 => 0x3, 380 => "\xa9xsp" },
+ 'speedy' => { 115 => 0x4, 380 => "\xa9ysp" },
+ 'speedz' => { 115 => 0x5, 380 => "\xa9zsp" },
+ 'spherical' => { 466 => 'Spherical' },
+ 'splitcolumn' => { 364 => 0x222 },
+ 'splittoningbalance' => { 477 => 'SplitToningBalance', 479 => 'SplitToningBalance' },
+ 'splittoninghighlighthue' => { 477 => 'SplitToningHighlightHue', 479 => 'SplitToningHighlightHue' },
+ 'splittoninghighlightsaturation' => { 477 => 'SplitToningHighlightSaturation', 479 => 'SplitToningHighlightSaturation' },
+ 'splittoningshadowhue' => { 477 => 'SplitToningShadowHue', 479 => 'SplitToningShadowHue' },
+ 'splittoningshadowsaturation' => { 477 => 'SplitToningShadowSaturation', 479 => 'SplitToningShadowSaturation' },
+ 'sport' => { 493 => 'sport' },
+ 'spotfocuspointx' => { 181 => 0x2d },
+ 'spotfocuspointy' => { 181 => 0x2e },
'spotmeteringmode' => { 34 => 0x27 },
- 'spotmeterlinktoafpoint' => { 83 => 0x107 },
- 'sractive' => { 335 => '17.1' },
+ 'spotmeterlinktoafpoint' => { 84 => 0x107 },
+ 'sractive' => { 336 => '17.1' },
'srawquality' => { 34 => 0x2e },
- 'srfocallength' => { 356 => 0x3 },
- 'srgbrendering' => { 307 => 'sRGB' },
- 'srhalfpresstime' => { 356 => 0x2 },
- 'srresult' => { 356 => 0x0, 357 => 0x0 },
- 'stackedimage' => { 296 => 0x804 },
- 'standardmatrixcustom' => { 137 => 0x7d4 },
- 'standardmatrixdaylight' => { 137 => 0x7d0 },
- 'standardmatrixflash' => { 137 => 0x7d3 },
- 'standardmatrixfluorescent' => { 137 => 0x7d2 },
- 'standardmatrixtungsten' => { 137 => 0x7d1 },
- 'standardoutputhighlightpoint' => { 108 => 0x14 },
- 'standardoutputsensitivity' => { 118 => 0x8831, 483 => 'StandardOutputSensitivity' },
- 'standardoutputshadowpoint' => { 108 => 0x15 },
- 'standardrawcolortone' => { 108 => 0xd },
- 'standardrawcontrast' => { 108 => 0xf },
- 'standardrawhighlight' => { 108 => 0x75 },
- 'standardrawhighlightpoint' => { 108 => 0x12 },
- 'standardrawlinear' => { 108 => 0x10 },
- 'standardrawsaturation' => { 108 => 0xe },
- 'standardrawshadow' => { 108 => 0x7e },
- 'standardrawshadowpoint' => { 108 => 0x13 },
- 'standardrawsharpness' => { 108 => 0x11 },
- 'standardunsharpmaskfineness' => { 108 => 0x94 },
- 'standardunsharpmaskstrength' => { 108 => 0x92 },
- 'standardunsharpmaskthreshold' => { 108 => 0x96 },
- 'standardwhitecustom' => { 137 => 0x838 },
- 'standardwhitedaylight' => { 137 => 0x834 },
- 'standardwhiteflash' => { 137 => 0x837 },
- 'standardwhitefluorescent' => { 137 => 0x836 },
- 'standardwhitetungsten' => { 137 => 0x835 },
- 'standbytimer' => { 279 => '19.1', 281 => '19.1', 282 => '19.1', 285 => '18.1', 286 => '18.1', 291 => '19.1', 292 => '19.1' },
- 'starlightview' => { 294 => 0x249 },
- 'startingpage' => { 492 => 'startingPage' },
- 'startmovieshooting' => { 83 => 0x70d },
- 'starttimecode' => { 379 => "\xa9TIM", 502 => 'startTimecode' },
- 'starttimecodetimeformat' => { 502 => [\'startTimecode','startTimecodeTimeFormat'] },
- 'starttimecodetimevalue' => { 502 => [\'startTimecode','startTimecodeTimeValue'] },
- 'starttimecodevalue' => { 502 => [\'startTimecode','startTimecodeValue'] },
- 'starttimesamplesize' => { 379 => "\xa9TSZ", 502 => 'startTimeSampleSize' },
- 'starttimescale' => { 379 => "\xa9TSC", 502 => 'startTimeScale' },
- 'state' => { 160 => 'State', 319 => 0x6b, 490 => 'State' },
- 'status' => { 457 => 'Status', 469 => 'Status' },
- 'stereomode' => { 465 => 'StereoMode' },
- 'stitched' => { 465 => 'Stitched' },
- 'stitchingsoftware' => { 464 => 'StitchingSoftware', 465 => 'StitchingSoftware' },
- 'stopsabovebaseiso' => { 427 => 0x113e, 428 => 0x113e, 429 => 0x111a, 430 => 0x1196, 431 => 0x1172, 432 => 0x102a, 433 => 0x222, 434 => 0x222, 435 => 0x217, 449 => 0xa },
- 'storagemethod' => { 187 => 0x12 },
- 'storebyorientation' => { 279 => '46.3', 281 => '47.3', 282 => '47.3', 291 => '47.3', 292 => '47.3', 294 => 0xd },
- 'storedescription' => { 371 => 'sdes' },
- 'storylineidentifier' => { 488 => 'StorylineIdentifier' },
- 'straightenangle' => { 271 => 0x2fc08431 },
- 'streamready' => { 488 => 'StreamReady' },
- 'streamtype' => { 175 => 'StreamType' },
- 'stretchmode' => { 502 => 'stretchMode' },
- 'studydatetime' => { 455 => 'StudyDateTime' },
- 'studydescription' => { 455 => 'StudyDescription' },
- 'studyid' => { 455 => 'StudyID' },
- 'studyphysician' => { 455 => 'StudyPhysician' },
- 'styleperiod' => { 488 => 'StylePeriod' },
- 'sub-location' => { 130 => 0x5c },
- 'subcommanddialplaybackmode' => { 294 => 0x1cf },
- 'subfiledata' => { 163 => 'data' },
- 'subfiledirectory' => { 163 => '1Directory' },
- 'subfilemimetype' => { 163 => '2MIME' },
- 'subfilename' => { 163 => '1Name' },
- 'subfileresource' => { 163 => 'rsrc' },
- 'subfiletype' => { 118 => 0xfe, 163 => '0Type' },
- 'subject' => { 305 => 'Subject', 370 => 'Subject', 479 => 'subject', 489 => 'Subject', 503 => 'subject' },
- 'subjectarea' => { 118 => 0x9214, 482 => 'SubjectArea' },
- 'subjectcode' => { 487 => 'SubjectCode' },
- 'subjectdetection' => { 228 => 0x23e },
- 'subjectdistance' => { 118 => 0x9206, 139 => 0x3e, 482 => 'SubjectDistance' },
- 'subjectdistancerange' => { 118 => 0xa40c, 482 => 'SubjectDistanceRange' },
- 'subjectlocation' => { 118 => 0xa214, 482 => 'SubjectLocation' },
- 'subjectmotion' => { 281 => '78.2', 282 => '78.2', 292 => '78.2', 294 => 0x103 },
- 'subjectprogram' => { 180 => 0x22 },
- 'subjectreference' => { 130 => 0xc },
- 'sublabels1' => { 486 => [\'TagStructure','TagStructureSubLabels'] },
- 'sublabels2' => { 486 => [\'TagStructure','TagStructureSubLabelsSubLabels'] },
- 'sublabels3' => { 486 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabels'] },
- 'sublabels4' => { 486 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabels'] },
- 'sublabels5' => { 486 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabels'] },
- 'subseccreatedate' => { 113 => 'Exif-SubSecCreateDate' },
- 'subsecdatetimeoriginal' => { 113 => 'Exif-SubSecDateTimeOriginal' },
- 'subsecmodifydate' => { 113 => 'Exif-SubSecModifyDate' },
- 'subsectime' => { 118 => 0x9290 },
- 'subsectimedigitized' => { 118 => 0x9292 },
- 'subsectimeoriginal' => { 118 => 0x9291 },
- 'subsection1' => { 492 => 'subsection1' },
- 'subsection2' => { 492 => 'subsection2' },
- 'subsection3' => { 492 => 'subsection3' },
- 'subsection4' => { 492 => 'subsection4' },
- 'subselector' => { 279 => '49.1', 281 => '71.1', 282 => '71.1', 292 => '71.1', 294 => 0x8f },
- 'subselectorassignment' => { 279 => '48.1' },
- 'subselectorcenter' => { 281 => '72.1', 282 => '72.1', 292 => '72.1' },
- 'subselectorplusdials' => { 279 => '49.2', 281 => '73.1', 282 => '73.1', 292 => '73.1' },
- 'subtitle' => { 178 => 'WM/SubTitle', 371 => "\xa9st3", 379 => "\xa9snm", 492 => 'subtitle' },
- 'subtitlekeywords' => { 379 => "\xa9snk" },
- 'subversionfilename' => { 486 => [\'SubVersions','SubVersionsFileName'] },
- 'subversionreference' => { 486 => [\'SubVersions','SubVersionsVersRef'] },
- 'subversions' => { 486 => 'SubVersions' },
- 'superimposeddisplay' => { 81 => 0xa, 83 => 0x510, 84 => 0x9, 85 => 0xa, 88 => 0xa, 89 => 0xe },
- 'supermacro' => { 63 => 0x1a },
- 'supplementalcategories' => { 130 => 0x14, 490 => 'SupplementalCategories' },
- 'supplementaltype' => { 132 => 0x37 },
- 'supplementdisplayid' => { 492 => 'supplementDisplayID' },
- 'supplementstartingpage' => { 492 => 'supplementStartingPage' },
- 'supplementtitle' => { 492 => 'supplementTitle' },
- 'supplychainsource' => { 488 => 'SupplyChainSource' },
- 'supplychainsourceidentifier' => { 488 => [\'SupplyChainSource','SupplyChainSourceIdentifier'] },
- 'supplychainsourcename' => { 488 => [\'SupplyChainSource','SupplyChainSourceName'] },
- 'supportsamount' => { 476 => 'SupportsAmount', 478 => 'SupportsAmount' },
- 'supportscolor' => { 476 => 'SupportsColor', 478 => 'SupportsColor' },
- 'supportshighdynamicrange' => { 476 => 'SupportsHighDynamicRange', 478 => 'SupportsHighDynamicRange' },
- 'supportsmonochrome' => { 476 => 'SupportsMonochrome', 478 => 'SupportsMonochrome' },
- 'supportsnormaldynamicrange' => { 476 => 'SupportsNormalDynamicRange', 478 => 'SupportsNormalDynamicRange' },
- 'supportsoutputreferred' => { 476 => 'SupportsOutputReferred', 478 => 'SupportsOutputReferred' },
- 'supportsscenereferred' => { 476 => 'SupportsSceneReferred', 478 => 'SupportsSceneReferred' },
- 'svisosetting' => { 335 => 0x14 },
- 'swatchcoloranta' => { 507 => [\'SwatchGroups','SwatchGroupsColorantsA'] },
- 'swatchcolorantb' => { 507 => [\'SwatchGroups','SwatchGroupsColorantsB'] },
- 'swatchcolorantblack' => { 507 => [\'SwatchGroups','SwatchGroupsColorantsBlack'] },
- 'swatchcolorantblue' => { 507 => [\'SwatchGroups','SwatchGroupsColorantsBlue'] },
- 'swatchcolorantcyan' => { 507 => [\'SwatchGroups','SwatchGroupsColorantsCyan'] },
- 'swatchcolorantgray' => { 507 => [\'SwatchGroups','SwatchGroupsColorantsGray'] },
- 'swatchcolorantgreen' => { 507 => [\'SwatchGroups','SwatchGroupsColorantsGreen'] },
- 'swatchcolorantl' => { 507 => [\'SwatchGroups','SwatchGroupsColorantsL'] },
- 'swatchcolorantmagenta' => { 507 => [\'SwatchGroups','SwatchGroupsColorantsMagenta'] },
- 'swatchcolorantmode' => { 507 => [\'SwatchGroups','SwatchGroupsColorantsMode'] },
- 'swatchcolorantred' => { 507 => [\'SwatchGroups','SwatchGroupsColorantsRed'] },
- 'swatchcolorantswatchname' => { 507 => [\'SwatchGroups','SwatchGroupsColorantsSwatchName'] },
- 'swatchcoloranttint' => { 507 => [\'SwatchGroups','SwatchGroupsColorantsTint'] },
- 'swatchcoloranttype' => { 507 => [\'SwatchGroups','SwatchGroupsColorantsType'] },
- 'swatchcolorantyellow' => { 507 => [\'SwatchGroups','SwatchGroupsColorantsYellow'] },
- 'swatchgroupname' => { 507 => [\'SwatchGroups','SwatchGroupsGroupName'] },
- 'swatchgroups' => { 507 => 'SwatchGroups' },
- 'swatchgroupscolorants' => { 507 => [\'SwatchGroups','SwatchGroupsColorants'] },
- 'swatchgrouptype' => { 507 => [\'SwatchGroups','SwatchGroupsGroupType'] },
- 'sweeppanoramadirection' => { 319 => 0x93, 408 => 0x33 },
- 'sweeppanoramafieldofview' => { 319 => 0x94 },
- 'sweeppanoramasize' => { 408 => 0x32 },
- 'switchtoregisteredafpoint' => { 82 => 0x12, 83 => 0x50a },
- 'symlink' => { 119 => 'SymLink' },
- 'syncreleasemode' => { 281 => '77.1', 282 => '77.1', 292 => '77.1', 294 => 0x41 },
- 'system' => { 363 => 0x204 },
- 'tagged' => { 365 => 0xdd, 366 => 'Tagged', 471 => 'tagged' },
- 'tagslist' => { 481 => 'TagsList' },
- 'tagstructure' => { 486 => 'TagStructure' },
- 'takenumber' => { 502 => 'takeNumber' },
- 'tapename' => { 502 => 'tapeName' },
- 'targetaperture' => { 76 => 0x4 },
- 'targetcompressionratio' => { 94 => 0x1 },
- 'targetdistancesetting' => { 96 => 0x1807 },
- 'targetexposuretime' => { 76 => 0x5 },
- 'targetimagetype' => { 96 => 0x100a },
- 'targetprinter' => { 118 => 0x151 },
- 'taxon' => { 117 => 'Taxon' },
- 'taxonacceptednameusage' => { 117 => [\'Taxon','TaxonAcceptedNameUsage'] },
- 'taxonacceptednameusageid' => { 117 => [\'Taxon','TaxonAcceptedNameUsageID'] },
- 'taxonclass' => { 117 => [\'Taxon','TaxonClass'] },
- 'taxonconceptid' => { 117 => [\'Taxon','TaxonTaxonConceptID'] },
- 'taxonfamily' => { 117 => [\'Taxon','TaxonFamily'] },
- 'taxongenus' => { 117 => [\'Taxon','TaxonGenus'] },
- 'taxonhigherclassification' => { 117 => [\'Taxon','TaxonHigherClassification'] },
- 'taxonid' => { 117 => [\'Taxon','TaxonTaxonID'] },
- 'taxoninfraspecificepithet' => { 117 => [\'Taxon','TaxonInfraspecificEpithet'] },
- 'taxonkingdom' => { 117 => [\'Taxon','TaxonKingdom'] },
- 'taxonnameaccordingto' => { 117 => [\'Taxon','TaxonNameAccordingTo'] },
- 'taxonnameaccordingtoid' => { 117 => [\'Taxon','TaxonNameAccordingToID'] },
- 'taxonnamepublishedin' => { 117 => [\'Taxon','TaxonNamePublishedIn'] },
- 'taxonnamepublishedinid' => { 117 => [\'Taxon','TaxonNamePublishedInID'] },
- 'taxonnamepublishedinyear' => { 117 => [\'Taxon','TaxonNamePublishedInYear'] },
- 'taxonnomenclaturalcode' => { 117 => [\'Taxon','TaxonNomenclaturalCode'] },
- 'taxonnomenclaturalstatus' => { 117 => [\'Taxon','TaxonNomenclaturalStatus'] },
- 'taxonorder' => { 117 => [\'Taxon','TaxonOrder'] },
- 'taxonoriginalnameusage' => { 117 => [\'Taxon','TaxonOriginalNameUsage'] },
- 'taxonoriginalnameusageid' => { 117 => [\'Taxon','TaxonOriginalNameUsageID'] },
- 'taxonparentnameusage' => { 117 => [\'Taxon','TaxonParentNameUsage'] },
- 'taxonparentnameusageid' => { 117 => [\'Taxon','TaxonParentNameUsageID'] },
- 'taxonphylum' => { 117 => [\'Taxon','TaxonPhylum'] },
- 'taxonrank' => { 117 => [\'Taxon','TaxonTaxonRank'] },
- 'taxonremarks' => { 117 => [\'Taxon','TaxonTaxonRemarks'] },
- 'taxonscientificname' => { 117 => [\'Taxon','TaxonScientificName'] },
- 'taxonscientificnameauthorship' => { 117 => [\'Taxon','TaxonScientificNameAuthorship'] },
- 'taxonscientificnameid' => { 117 => [\'Taxon','TaxonScientificNameID'] },
- 'taxonspecificepithet' => { 117 => [\'Taxon','TaxonSpecificEpithet'] },
- 'taxonsubgenus' => { 117 => [\'Taxon','TaxonSubgenus'] },
- 'taxontaxonomicstatus' => { 117 => [\'Taxon','TaxonTaxonomicStatus'] },
- 'taxonverbatimtaxonrank' => { 117 => [\'Taxon','TaxonVerbatimTaxonRank'] },
- 'taxonvernacularname' => { 117 => [\'Taxon','TaxonVernacularName'] },
- 'tda1bandwidth' => { 137 => 0x196f },
- 'tda1edgepolarity' => { 137 => 0x1971 },
- 'tda1gain' => { 137 => 0x1970 },
- 'tda1offset' => { 137 => 0x196e },
- 'tda2bandwidth' => { 137 => 0x1979 },
- 'tda2edgepolarity' => { 137 => 0x197b },
- 'tda2gain' => { 137 => 0x197a },
- 'tda2offset' => { 137 => 0x1978 },
- 'tda3bandwidth' => { 137 => 0x1983 },
- 'tda3edgepolarity' => { 137 => 0x1985 },
- 'tda3gain' => { 137 => 0x1984 },
- 'tda3offset' => { 137 => 0x1982 },
- 'tda4bandwidth' => { 137 => 0x198d },
- 'tda4edgepolarity' => { 137 => 0x198f },
- 'tda4gain' => { 137 => 0x198e },
- 'tda4offset' => { 137 => 0x198c },
- 'teaser' => { 492 => 'teaser' },
- 'teleconverter' => { 185 => 0x105, 419 => 0x105 },
- 'tempampgainx100' => { 137 => 0x1914 },
- 'tempo' => { 502 => 'tempo' },
- 'temporalcoverage' => { 488 => 'TemporalCoverage' },
- 'temporalcoveragefrom' => { 488 => [\'TemporalCoverage','TemporalCoverageTempCoverageFrom'] },
- 'temporalcoverageto' => { 488 => [\'TemporalCoverage','TemporalCoverageTempCoverageTo'] },
- 'termsandconditionstext' => { 306 => 'TermsAndConditionsText' },
- 'termsandconditionsurl' => { 306 => 'TermsAndConditionsURL' },
- 'testname' => { 119 => 'TestName' },
- 'textencoding' => { 224 => 0x4 },
- 'textlayername' => { 490 => [\'TextLayers','TextLayersLayerName'] },
- 'textlayers' => { 490 => 'TextLayers' },
- 'textlayertext' => { 490 => [\'TextLayers','TextLayersLayerText'] },
- 'textstamp' => { 319 => [0x8008,0x8009,0x3b,0x3e] },
- 'texture' => { 476 => 'Texture', 478 => 'Texture' },
- 'three-dtrackingfacedetection' => { 281 => '1.4', 282 => '1.4', 292 => '1.4' },
- 'three-dtrackingwatcharea' => { 281 => '78.1', 282 => '78.1', 292 => '78.1' },
- 'thresholding' => { 118 => 0x107 },
- 'thumbnailfilename' => { 96 => 0x817 },
- 'thumbnailformat' => { 500 => [\'Thumbnails','ThumbnailsFormat'] },
- 'thumbnailheight' => { 141 => 0xfa55, 500 => [\'Thumbnails','ThumbnailsHeight'] },
- 'thumbnailimage' => { 6 => 'CNDA', 96 => 0x2008, 113 => 'Exif-ThumbnailImage', 121 => 0x3, 166 => 'data', 301 => 0x100, 379 => 'thmb', 500 => [\'Thumbnails','ThumbnailsImage'] },
- 'thumbnailimagename' => { 166 => '1Name' },
- 'thumbnailimagesize' => { 166 => 'ImageSize' },
- 'thumbnailimagetype' => { 166 => '0Type' },
- 'thumbnailimagevalidarea' => { 63 => 0x13 },
- 'thumbnaillength' => { 118 => 0x202 },
- 'thumbnailoffset' => { 118 => 0x201 },
- 'thumbnailpng' => { 379 => 'thmb' },
- 'thumbnails' => { 500 => 'Thumbnails' },
- 'thumbnailwidth' => { 141 => 0xfa54, 500 => [\'Thumbnails','ThumbnailsWidth'] },
- 'ticker' => { 492 => 'ticker' },
- 'tiffhandling' => { 476 => 'TIFFHandling', 478 => 'TIFFHandling' },
- 'tiffmeteringimage' => { 186 => 0x104c, 417 => 0x1110 },
- 'tilelength' => { 118 => 0x143 },
- 'tilewidth' => { 118 => 0x142 },
- 'time' => { 137 => 0x401, 354 => 0x7 },
- 'timecodes' => { 118 => 0xc763 },
- 'timecreated' => { 130 => 0x3c, 139 => 0x14, 148 => 0x10, 366 => 'TimeCreated' },
- 'timelapseshotnumber' => { 322 => 0x10 },
- 'timeperiod' => { 492 => 'timePeriod' },
- 'timerfunctionbutton' => { 280 => '5.2', 283 => '12.1', 284 => '13.1' },
- 'timerlength' => { 83 => 0x80c },
- 'timerrecording' => { 319 => 0x96 },
- 'timescaleparams' => { 502 => 'timeScaleParams' },
- 'timescaleparamsframeoverlappingpercentage' => { 502 => [\'timeScaleParams','timeScaleParamsFrameOverlappingPercentage'] },
- 'timescaleparamsframesize' => { 502 => [\'timeScaleParams','timeScaleParamsFrameSize'] },
- 'timescaleparamsquality' => { 502 => [\'timeScaleParams','timeScaleParamsQuality'] },
- 'timesent' => { 131 => 0x50 },
- 'timeshot' => { 466 => 'TimeShot' },
- 'timesignature' => { 502 => 'timeSignature' },
- 'timesincepoweron' => { 319 => 0x29 },
- 'timestamp' => { 11 => 0x45e, 19 => 0x11c, 295 => 0x8, 309 => 'TimeStamp', 319 => 0xaf, 465 => 'Timestamp', 472 => 'Timestamp', 486 => 'TimeStamp' },
+ 'srfocallength' => { 357 => 0x3 },
+ 'srgbrendering' => { 308 => 'sRGB' },
+ 'srhalfpresstime' => { 357 => 0x2 },
+ 'srresult' => { 357 => 0x0, 358 => 0x0 },
+ 'stackedimage' => { 297 => 0x804 },
+ 'standardmatrixcustom' => { 138 => 0x7d4 },
+ 'standardmatrixdaylight' => { 138 => 0x7d0 },
+ 'standardmatrixflash' => { 138 => 0x7d3 },
+ 'standardmatrixfluorescent' => { 138 => 0x7d2 },
+ 'standardmatrixtungsten' => { 138 => 0x7d1 },
+ 'standardoutputhighlightpoint' => { 109 => 0x14 },
+ 'standardoutputsensitivity' => { 119 => 0x8831, 484 => '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' => { 280 => '19.1', 282 => '19.1', 283 => '19.1', 286 => '18.1', 287 => '18.1', 292 => '19.1', 293 => '19.1' },
+ 'starlightview' => { 295 => 0x249 },
+ 'startingpage' => { 493 => 'startingPage' },
+ 'startmovieshooting' => { 84 => 0x70d },
+ 'starttimecode' => { 380 => "\xa9TIM", 503 => 'startTimecode' },
+ 'starttimecodetimeformat' => { 503 => [\'startTimecode','startTimecodeTimeFormat'] },
+ 'starttimecodetimevalue' => { 503 => [\'startTimecode','startTimecodeTimeValue'] },
+ 'starttimecodevalue' => { 503 => [\'startTimecode','startTimecodeValue'] },
+ 'starttimesamplesize' => { 380 => "\xa9TSZ", 503 => 'startTimeSampleSize' },
+ 'starttimescale' => { 380 => "\xa9TSC", 503 => 'startTimeScale' },
+ 'state' => { 161 => 'State', 320 => 0x6b, 491 => 'State' },
+ 'status' => { 458 => 'Status', 470 => 'Status' },
+ 'stereomode' => { 466 => 'StereoMode' },
+ 'stitched' => { 466 => 'Stitched' },
+ 'stitchingsoftware' => { 465 => 'StitchingSoftware', 466 => 'StitchingSoftware' },
+ 'stopsabovebaseiso' => { 428 => 0x113e, 429 => 0x113e, 430 => 0x111a, 431 => 0x1196, 432 => 0x1172, 433 => 0x102a, 434 => 0x222, 435 => 0x222, 436 => 0x217, 450 => 0xa },
+ 'storagemethod' => { 188 => 0x12 },
+ 'storebyorientation' => { 280 => '46.3', 282 => '47.3', 283 => '47.3', 292 => '47.3', 293 => '47.3', 295 => 0xd },
+ 'storedescription' => { 372 => 'sdes' },
+ 'storylineidentifier' => { 489 => 'StorylineIdentifier' },
+ 'straightenangle' => { 272 => 0x2fc08431 },
+ 'streamready' => { 489 => 'StreamReady' },
+ 'streamtype' => { 176 => 'StreamType' },
+ 'stretchmode' => { 503 => 'stretchMode' },
+ 'studydatetime' => { 456 => 'StudyDateTime' },
+ 'studydescription' => { 456 => 'StudyDescription' },
+ 'studyid' => { 456 => 'StudyID' },
+ 'studyphysician' => { 456 => 'StudyPhysician' },
+ 'styleperiod' => { 489 => 'StylePeriod' },
+ 'sub-location' => { 131 => 0x5c },
+ 'subcommanddialplaybackmode' => { 295 => 0x1cf },
+ 'subfiledata' => { 164 => 'data' },
+ 'subfiledirectory' => { 164 => '1Directory' },
+ 'subfilemimetype' => { 164 => '2MIME' },
+ 'subfilename' => { 164 => '1Name' },
+ 'subfileresource' => { 164 => 'rsrc' },
+ 'subfiletype' => { 119 => 0xfe, 164 => '0Type' },
+ 'subject' => { 306 => 'Subject', 371 => 'Subject', 480 => 'subject', 490 => 'Subject', 504 => 'subject' },
+ 'subjectarea' => { 119 => 0x9214, 483 => 'SubjectArea' },
+ 'subjectcode' => { 488 => 'SubjectCode' },
+ 'subjectdetection' => { 229 => 0x23e },
+ 'subjectdistance' => { 119 => 0x9206, 140 => 0x3e, 483 => 'SubjectDistance' },
+ 'subjectdistancerange' => { 119 => 0xa40c, 483 => 'SubjectDistanceRange' },
+ 'subjectlocation' => { 119 => 0xa214, 483 => 'SubjectLocation' },
+ 'subjectmotion' => { 282 => '78.2', 283 => '78.2', 293 => '78.2', 295 => 0x103 },
+ 'subjectprogram' => { 181 => 0x22 },
+ 'subjectreference' => { 131 => 0xc },
+ 'sublabels1' => { 487 => [\'TagStructure','TagStructureSubLabels'] },
+ 'sublabels2' => { 487 => [\'TagStructure','TagStructureSubLabelsSubLabels'] },
+ 'sublabels3' => { 487 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabels'] },
+ 'sublabels4' => { 487 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabels'] },
+ 'sublabels5' => { 487 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabels'] },
+ 'subseccreatedate' => { 114 => 'Exif-SubSecCreateDate' },
+ 'subsecdatetimeoriginal' => { 114 => 'Exif-SubSecDateTimeOriginal' },
+ 'subsecmodifydate' => { 114 => 'Exif-SubSecModifyDate' },
+ 'subsectime' => { 119 => 0x9290 },
+ 'subsectimedigitized' => { 119 => 0x9292 },
+ 'subsectimeoriginal' => { 119 => 0x9291 },
+ 'subsection1' => { 493 => 'subsection1' },
+ 'subsection2' => { 493 => 'subsection2' },
+ 'subsection3' => { 493 => 'subsection3' },
+ 'subsection4' => { 493 => 'subsection4' },
+ 'subselector' => { 280 => '49.1', 282 => '71.1', 283 => '71.1', 293 => '71.1', 295 => 0x8f },
+ 'subselectorassignment' => { 280 => '48.1' },
+ 'subselectorcenter' => { 282 => '72.1', 283 => '72.1', 293 => '72.1' },
+ 'subselectorplusdials' => { 280 => '49.2', 282 => '73.1', 283 => '73.1', 293 => '73.1' },
+ 'subtitle' => { 179 => 'WM/SubTitle', 372 => "\xa9st3", 380 => "\xa9snm", 493 => 'subtitle' },
+ 'subtitlekeywords' => { 380 => "\xa9snk" },
+ 'subversionfilename' => { 487 => [\'SubVersions','SubVersionsFileName'] },
+ 'subversionreference' => { 487 => [\'SubVersions','SubVersionsVersRef'] },
+ 'subversions' => { 487 => 'SubVersions' },
+ 'superimposeddisplay' => { 82 => 0xa, 84 => 0x510, 85 => 0x9, 86 => 0xa, 89 => 0xa, 90 => 0xe },
+ 'supermacro' => { 64 => 0x1a },
+ 'supplementalcategories' => { 131 => 0x14, 491 => 'SupplementalCategories' },
+ 'supplementaltype' => { 133 => 0x37 },
+ 'supplementdisplayid' => { 493 => 'supplementDisplayID' },
+ 'supplementstartingpage' => { 493 => 'supplementStartingPage' },
+ 'supplementtitle' => { 493 => 'supplementTitle' },
+ 'supplychainsource' => { 489 => 'SupplyChainSource' },
+ 'supplychainsourceidentifier' => { 489 => [\'SupplyChainSource','SupplyChainSourceIdentifier'] },
+ 'supplychainsourcename' => { 489 => [\'SupplyChainSource','SupplyChainSourceName'] },
+ 'supportsamount' => { 477 => 'SupportsAmount', 479 => 'SupportsAmount' },
+ 'supportscolor' => { 477 => 'SupportsColor', 479 => 'SupportsColor' },
+ 'supportshighdynamicrange' => { 477 => 'SupportsHighDynamicRange', 479 => 'SupportsHighDynamicRange' },
+ 'supportsmonochrome' => { 477 => 'SupportsMonochrome', 479 => 'SupportsMonochrome' },
+ 'supportsnormaldynamicrange' => { 477 => 'SupportsNormalDynamicRange', 479 => 'SupportsNormalDynamicRange' },
+ 'supportsoutputreferred' => { 477 => 'SupportsOutputReferred', 479 => 'SupportsOutputReferred' },
+ 'supportsscenereferred' => { 477 => 'SupportsSceneReferred', 479 => 'SupportsSceneReferred' },
+ 'svisosetting' => { 336 => 0x14 },
+ 'swatchcoloranta' => { 508 => [\'SwatchGroups','SwatchGroupsColorantsA'] },
+ 'swatchcolorantb' => { 508 => [\'SwatchGroups','SwatchGroupsColorantsB'] },
+ 'swatchcolorantblack' => { 508 => [\'SwatchGroups','SwatchGroupsColorantsBlack'] },
+ 'swatchcolorantblue' => { 508 => [\'SwatchGroups','SwatchGroupsColorantsBlue'] },
+ 'swatchcolorantcyan' => { 508 => [\'SwatchGroups','SwatchGroupsColorantsCyan'] },
+ 'swatchcolorantgray' => { 508 => [\'SwatchGroups','SwatchGroupsColorantsGray'] },
+ 'swatchcolorantgreen' => { 508 => [\'SwatchGroups','SwatchGroupsColorantsGreen'] },
+ 'swatchcolorantl' => { 508 => [\'SwatchGroups','SwatchGroupsColorantsL'] },
+ 'swatchcolorantmagenta' => { 508 => [\'SwatchGroups','SwatchGroupsColorantsMagenta'] },
+ 'swatchcolorantmode' => { 508 => [\'SwatchGroups','SwatchGroupsColorantsMode'] },
+ 'swatchcolorantred' => { 508 => [\'SwatchGroups','SwatchGroupsColorantsRed'] },
+ 'swatchcolorantswatchname' => { 508 => [\'SwatchGroups','SwatchGroupsColorantsSwatchName'] },
+ 'swatchcoloranttint' => { 508 => [\'SwatchGroups','SwatchGroupsColorantsTint'] },
+ 'swatchcoloranttype' => { 508 => [\'SwatchGroups','SwatchGroupsColorantsType'] },
+ 'swatchcolorantyellow' => { 508 => [\'SwatchGroups','SwatchGroupsColorantsYellow'] },
+ 'swatchgroupname' => { 508 => [\'SwatchGroups','SwatchGroupsGroupName'] },
+ 'swatchgroups' => { 508 => 'SwatchGroups' },
+ 'swatchgroupscolorants' => { 508 => [\'SwatchGroups','SwatchGroupsColorants'] },
+ 'swatchgrouptype' => { 508 => [\'SwatchGroups','SwatchGroupsGroupType'] },
+ 'sweeppanoramadirection' => { 320 => 0x93, 409 => 0x33 },
+ 'sweeppanoramafieldofview' => { 320 => 0x94 },
+ 'sweeppanoramasize' => { 409 => 0x32 },
+ 'switchtoregisteredafpoint' => { 83 => 0x12, 84 => 0x50a },
+ 'symlink' => { 120 => 'SymLink' },
+ 'syncreleasemode' => { 282 => '77.1', 283 => '77.1', 293 => '77.1', 295 => 0x41 },
+ 'system' => { 364 => 0x204 },
+ 'tagged' => { 366 => 0xdd, 367 => 'Tagged', 472 => 'tagged' },
+ 'tagslist' => { 482 => 'TagsList' },
+ 'tagstructure' => { 487 => 'TagStructure' },
+ 'takenumber' => { 503 => 'takeNumber' },
+ 'tapename' => { 503 => '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'] },
+ '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' => { 493 => 'teaser' },
+ 'teleconverter' => { 186 => 0x105, 420 => 0x105 },
+ 'tempampgainx100' => { 138 => 0x1914 },
+ 'tempo' => { 503 => 'tempo' },
+ 'temporalcoverage' => { 489 => 'TemporalCoverage' },
+ 'temporalcoveragefrom' => { 489 => [\'TemporalCoverage','TemporalCoverageTempCoverageFrom'] },
+ 'temporalcoverageto' => { 489 => [\'TemporalCoverage','TemporalCoverageTempCoverageTo'] },
+ 'termsandconditionstext' => { 307 => 'TermsAndConditionsText' },
+ 'termsandconditionsurl' => { 307 => 'TermsAndConditionsURL' },
+ 'testname' => { 120 => 'TestName' },
+ 'textencoding' => { 225 => 0x4 },
+ 'textlayername' => { 491 => [\'TextLayers','TextLayersLayerName'] },
+ 'textlayers' => { 491 => 'TextLayers' },
+ 'textlayertext' => { 491 => [\'TextLayers','TextLayersLayerText'] },
+ 'textstamp' => { 320 => [0x8008,0x8009,0x3b,0x3e] },
+ 'texture' => { 477 => 'Texture', 479 => 'Texture' },
+ 'three-dtrackingfacedetection' => { 282 => '1.4', 283 => '1.4', 293 => '1.4' },
+ 'three-dtrackingwatcharea' => { 282 => '78.1', 283 => '78.1', 293 => '78.1' },
+ 'thresholding' => { 119 => 0x107 },
+ 'thumbnailfilename' => { 97 => 0x817 },
+ 'thumbnailformat' => { 501 => [\'Thumbnails','ThumbnailsFormat'] },
+ 'thumbnailheight' => { 142 => 0xfa55, 501 => [\'Thumbnails','ThumbnailsHeight'] },
+ 'thumbnailimage' => { 6 => 'CNDA', 97 => 0x2008, 114 => 'Exif-ThumbnailImage', 122 => 0x3, 167 => 'data', 302 => 0x100, 380 => 'thmb', 501 => [\'Thumbnails','ThumbnailsImage'] },
+ 'thumbnailimagename' => { 167 => '1Name' },
+ 'thumbnailimagesize' => { 167 => 'ImageSize' },
+ 'thumbnailimagetype' => { 167 => '0Type' },
+ 'thumbnailimagevalidarea' => { 64 => 0x13 },
+ 'thumbnaillength' => { 119 => 0x202 },
+ 'thumbnailoffset' => { 119 => 0x201 },
+ 'thumbnailpng' => { 380 => 'thmb' },
+ 'thumbnails' => { 501 => 'Thumbnails' },
+ 'thumbnailwidth' => { 142 => 0xfa54, 501 => [\'Thumbnails','ThumbnailsWidth'] },
+ 'ticker' => { 493 => 'ticker' },
+ 'tiffhandling' => { 477 => 'TIFFHandling', 479 => 'TIFFHandling' },
+ 'tiffmeteringimage' => { 187 => 0x104c, 418 => 0x1110 },
+ 'tilelength' => { 119 => 0x143 },
+ 'tilewidth' => { 119 => 0x142 },
+ 'time' => { 138 => 0x401, 355 => 0x7 },
+ 'timecodes' => { 119 => 0xc763 },
+ 'timecreated' => { 131 => 0x3c, 140 => 0x14, 149 => 0x10, 367 => 'TimeCreated' },
+ 'timelapseshotnumber' => { 323 => 0x10 },
+ 'timeperiod' => { 493 => 'timePeriod' },
+ 'timerfunctionbutton' => { 281 => '5.2', 284 => '12.1', 285 => '13.1' },
+ 'timerlength' => { 84 => 0x80c },
+ 'timerrecording' => { 320 => 0x96 },
+ 'timescaleparams' => { 503 => 'timeScaleParams' },
+ 'timescaleparamsframeoverlappingpercentage' => { 503 => [\'timeScaleParams','timeScaleParamsFrameOverlappingPercentage'] },
+ 'timescaleparamsframesize' => { 503 => [\'timeScaleParams','timeScaleParamsFrameSize'] },
+ 'timescaleparamsquality' => { 503 => [\'timeScaleParams','timeScaleParamsQuality'] },
+ 'timesent' => { 132 => 0x50 },
+ 'timeshot' => { 467 => 'TimeShot' },
+ 'timesignature' => { 503 => 'timeSignature' },
+ 'timesincepoweron' => { 320 => 0x29 },
+ 'timestamp' => { 11 => 0x45e, 19 => 0x11c, 296 => 0x8, 310 => 'TimeStamp', 320 => 0xaf, 466 => 'Timestamp', 473 => 'Timestamp', 487 => 'TimeStamp' },
'timestamp1' => { 11 => 0x45a },
- 'timezone' => { 77 => 0x1, 228 => 0x594, 263 => 0x0, 389 => 0xa },
- 'timezonecity' => { 77 => 0x2 },
- 'timezonecode' => { 99 => 0x1 },
- 'timezoneinfo' => { 99 => 0x2 },
- 'timezoneoffset' => { 118 => 0x882a },
- 'tint' => { 373 => 'player.movie.visual.tint', 476 => 'Tint', 478 => 'Tint' },
- 'title' => { 156 => 'Title', 305 => 'Title', 309 => 'Title', 319 => 0x65, 370 => 'Title', 371 => ['titl',"\xa9nam"], 373 => 'title', 379 => ['titl',"\xa9nam"], 479 => 'title', 489 => 'Title', 500 => 'Title' },
- 'togglestyleamount' => { 476 => 'ToggleStyleAmount', 478 => 'ToggleStyleAmount' },
- 'togglestyledigest' => { 476 => 'ToggleStyleDigest', 478 => 'ToggleStyleDigest' },
- 'tonecomp' => { 225 => 0x81 },
- 'tonecurve' => { 73 => 0x1, 354 => 0x402, 476 => 'ToneCurve', 478 => 'ToneCurve' },
- 'tonecurveactive' => { 107 => 0x110 },
- 'tonecurveadobergb' => { 393 => 0xa043 },
- 'tonecurveadobergbdefault' => { 393 => 0xa041 },
- 'tonecurveblue' => { 476 => 'ToneCurveBlue', 478 => 'ToneCurveBlue' },
- 'tonecurvebluex' => { 453 => 0x9003 },
- 'tonecurvebluey' => { 453 => 0x9007 },
- 'tonecurvebrightness' => { 102 => 0x20410 },
- 'tonecurvebrightnessx' => { 453 => 0x9000 },
- 'tonecurvebrightnessy' => { 453 => 0x9004 },
- 'tonecurvecolorspace' => { 106 => 0x0 },
- 'tonecurvecontrast' => { 102 => 0x20411 },
- 'tonecurvegreen' => { 476 => 'ToneCurveGreen', 478 => 'ToneCurveGreen' },
- 'tonecurvegreenx' => { 453 => 0x9002 },
- 'tonecurvegreeny' => { 453 => 0x9006 },
- 'tonecurveinputrange' => { 106 => 0x3 },
- 'tonecurveinterpolation' => { 107 => 0x159 },
- 'tonecurvemode' => { 107 => 0x113 },
- 'tonecurvename' => { 476 => 'ToneCurveName', 478 => 'ToneCurveName' },
- 'tonecurvename2012' => { 476 => 'ToneCurveName2012', 478 => 'ToneCurveName2012' },
- 'tonecurveoriginal' => { 102 => '0x20400.1' },
- 'tonecurveoutputrange' => { 106 => 0x5 },
- 'tonecurveprofilename' => { 137 => 0x1391 },
- 'tonecurveproperty' => { 107 => 0x3c },
- 'tonecurvepv2012' => { 476 => 'ToneCurvePV2012', 478 => 'ToneCurvePV2012' },
- 'tonecurvepv2012blue' => { 476 => 'ToneCurvePV2012Blue', 478 => 'ToneCurvePV2012Blue' },
- 'tonecurvepv2012green' => { 476 => 'ToneCurvePV2012Green', 478 => 'ToneCurvePV2012Green' },
- 'tonecurvepv2012red' => { 476 => 'ToneCurvePV2012Red', 478 => 'ToneCurvePV2012Red' },
- 'tonecurvered' => { 476 => 'ToneCurveRed', 478 => 'ToneCurveRed' },
- 'tonecurveredx' => { 453 => 0x9001 },
- 'tonecurveredy' => { 453 => 0x9005 },
- 'tonecurves' => { 354 => 0x403 },
- 'tonecurveshape' => { 106 => 0x1 },
- 'tonecurvesrgb' => { 393 => 0xa042 },
- 'tonecurvesrgbdefault' => { 393 => 0xa040 },
- 'tonecurvex' => { 106 => 0xa },
- 'tonecurvey' => { 106 => 0xb },
- 'tonelevel' => { 296 => 0x52e },
- 'tonemapstrength' => { 476 => 'ToneMapStrength', 478 => 'ToneMapStrength' },
- 'toningeffect' => { 57 => 0xf, 225 => 0xb3, 230 => 0x38, 231 => 0x40, 232 => 0x48, 386 => 0x1015 },
- 'toningeffectauto' => { 70 => 0xa4 },
- 'toningeffectfaithful' => { 69 => 0x74, 70 => 0x74 },
- 'toningeffectlandscape' => { 69 => 0x44, 70 => 0x44 },
- 'toningeffectmonochrome' => { 19 => 0x108, 69 => 0x8c, 70 => 0x8c },
- 'toningeffectneutral' => { 69 => 0x5c, 70 => 0x5c },
- 'toningeffectportrait' => { 69 => 0x2c, 70 => 0x2c },
- 'toningeffectstandard' => { 69 => 0x14, 70 => 0x14 },
- 'toningeffectuserdef1' => { 69 => 0xa4, 70 => 0xbc },
- 'toningeffectuserdef2' => { 69 => 0xbc, 70 => 0xd4 },
- 'toningeffectuserdef3' => { 69 => 0xd4, 70 => 0xec },
- 'toningsaturation' => { 230 => 0x39, 231 => 0x41, 232 => 0x49 },
- 'totalzoom' => { 139 => 0x62 },
- 'touchae' => { 319 => 0xab },
- 'track' => { 371 => "\xa9trk", 379 => "\xa9trk" },
- 'trackcreatedate' => { 378 => 0x1 },
- 'trackmodifydate' => { 378 => 0x2 },
- 'tracknumber' => { 371 => 'trkn', 502 => 'trackNumber' },
- 'tracks' => { 502 => 'Tracks' },
- 'tracksframerate' => { 502 => [\'Tracks','TracksFrameRate'] },
- 'tracksmarkers' => { 502 => [\'Tracks','TracksMarkers'] },
- 'tracksmarkerscomment' => { 502 => [\'Tracks','TracksMarkersComment'] },
- 'tracksmarkerscuepointparams' => { 502 => [\'Tracks','TracksMarkersCuePointParams'] },
- 'tracksmarkerscuepointparamskey' => { 502 => [\'Tracks','TracksMarkersCuePointParamsKey'] },
- 'tracksmarkerscuepointparamsvalue' => { 502 => [\'Tracks','TracksMarkersCuePointParamsValue'] },
- 'tracksmarkerscuepointtype' => { 502 => [\'Tracks','TracksMarkersCuePointType'] },
- 'tracksmarkersduration' => { 502 => [\'Tracks','TracksMarkersDuration'] },
- 'tracksmarkerslocation' => { 502 => [\'Tracks','TracksMarkersLocation'] },
- 'tracksmarkersname' => { 502 => [\'Tracks','TracksMarkersName'] },
- 'tracksmarkersprobability' => { 502 => [\'Tracks','TracksMarkersProbability'] },
- 'tracksmarkersspeaker' => { 502 => [\'Tracks','TracksMarkersSpeaker'] },
- 'tracksmarkersstarttime' => { 502 => [\'Tracks','TracksMarkersStartTime'] },
- 'tracksmarkerstarget' => { 502 => [\'Tracks','TracksMarkersTarget'] },
- 'tracksmarkerstype' => { 502 => [\'Tracks','TracksMarkersType'] },
- 'trackstrackname' => { 502 => [\'Tracks','TracksTrackName'] },
- 'trackstracktype' => { 502 => [\'Tracks','TracksTrackType'] },
- 'tracktype' => { 379 => 'kgtt' },
- 'trailer' => { 119 => 'Trailer' },
- 'trailersignature' => { 163 => 'zmie' },
- 'transcript' => { 488 => 'Transcript' },
- 'transcriptlink' => { 488 => 'TranscriptLink' },
- 'transcriptlinklink' => { 488 => [\'TranscriptLink','TranscriptLinkLink'] },
- 'transcriptlinklinkqualifier' => { 488 => [\'TranscriptLink','TranscriptLinkLinkQualifier'] },
- 'transferfunction' => { 118 => 0x12d, 498 => 'TransferFunction' },
- 'transfertimenormal' => { 137 => 0x1888 },
- 'transfertimetest' => { 137 => 0x1889 },
- 'transform' => { 319 => [0x8012,0x59] },
- 'transmissionreference' => { 490 => 'TransmissionReference' },
- 'trapped' => { 305 => 'Trapped', 489 => 'Trapped' },
- 'trashbuttonfunction' => { 83 => 0x710 },
- 'travelday' => { 319 => 0x36 },
- 'treble' => { 373 => 'player.movie.audio.treble' },
- 'triggermode' => { 380 => 0x6, 381 => 0x34, 382 => 0x34 },
- 'tstop' => { 118 => 0xc772 },
- 'ttl_da_adown' => { 342 => 0x5 },
- 'ttl_da_aup' => { 342 => 0x4 },
- 'ttl_da_bdown' => { 342 => 0x7 },
- 'ttl_da_bup' => { 342 => 0x6 },
- 'tungstenawb' => { 332 => 0x1 },
- 'tvepisode' => { 371 => 'tves' },
- 'tvepisodeid' => { 371 => 'tven' },
- 'tvexposuretimesetting' => { 335 => 0x12 },
- 'tvnetworkname' => { 371 => 'tvnn' },
- 'tvseason' => { 371 => 'tvsn' },
- 'tvshow' => { 371 => 'tvsh' },
- 'type' => { 479 => 'type', 497 => 'type' },
- 'typestatus' => { 117 => [\'Identification','IdentificationTypeStatus'] },
- 'uniquecameramodel' => { 118 => 0xc614 },
- 'uniquedocumentid' => { 130 => 0xbb },
- 'uniquematrixauto' => { 137 => 0x7e9 },
- 'uniquematrixcustom' => { 137 => 0x7e8 },
- 'uniquematrixdaylight' => { 137 => 0x7e4 },
- 'uniquematrixflash' => { 137 => 0x7e7 },
- 'uniquematrixfluorescent' => { 137 => 0x7e6 },
- 'uniquematrixtungsten' => { 137 => 0x7e5 },
- 'uniqueobjectname' => { 131 => 0x64 },
- 'units' => { 461 => 'Units' },
- 'unknown_aacr' => { 371 => 'AACR' },
- 'unknown_cdek' => { 371 => 'CDEK' },
- 'unknown_cdet' => { 371 => 'CDET' },
- 'unknownblock' => { 354 => 0x405 },
- 'unknownblock1' => { 300 => 0x635 },
- 'unknownblock2' => { 300 => 0x636 },
- 'unknownblock3' => { 300 => 0x1103 },
- 'unknownblock4' => { 300 => 0x1104 },
- 'unknowncontrast' => { 108 => 0x45 },
- 'unknowndate' => { 363 => 0x212 },
- 'unknownev' => { 137 => 0x1 },
- 'unknownlinear' => { 108 => 0x46 },
- 'unknownnumber' => { 96 => 0x180b },
- 'unknownoutputhighlightpoint' => { 108 => 0x4a },
- 'unknownoutputshadowpoint' => { 108 => 0x4b },
- 'unknownrawhighlight' => { 108 => 0x7b },
- 'unknownrawhighlightpoint' => { 108 => 0x48 },
- 'unknownrawshadow' => { 108 => 0x84 },
- 'unknownrawshadowpoint' => { 108 => 0x49 },
- 'unknownsharpness' => { 108 => 0x47 },
- 'unknowntags' => { 379 => 'TAGS' },
- 'unknowntemperature' => { 120 => 0x4 },
- 'unknownthumbnail' => { 379 => 'thmb' },
- 'unsharp1color' => { 276 => 0x13 },
- 'unsharp1halowidth' => { 276 => 0x19 },
- 'unsharp1intensity' => { 276 => 0x17 },
- 'unsharp1threshold' => { 276 => 0x1b },
- 'unsharp2color' => { 276 => 0x2e },
- 'unsharp2halowidth' => { 276 => 0x34 },
- 'unsharp2intensity' => { 276 => 0x32 },
- 'unsharp2threshold' => { 276 => 0x36 },
- 'unsharp3color' => { 276 => 0x49 },
- 'unsharp3halowidth' => { 276 => 0x4f },
- 'unsharp3intensity' => { 276 => 0x4d },
- 'unsharp3threshold' => { 276 => 0x51 },
- 'unsharp4color' => { 276 => 0x64 },
- 'unsharp4halowidth' => { 276 => 0x6a },
- 'unsharp4intensity' => { 276 => 0x68 },
- 'unsharp4threshold' => { 276 => 0x6c },
- 'unsharpcount' => { 276 => 0x0 },
- 'unsharpmask' => { 108 => 0x90, 271 => 0x76a43200 },
- 'unsharpmaskfineness' => { 102 => 0x20309 },
- 'unsharpmaskstrength' => { 102 => 0x20308 },
- 'unsharpmaskthreshold' => { 102 => 0x2030a },
- 'uprightcentermode' => { 476 => 'UprightCenterMode', 478 => 'UprightCenterMode' },
- 'uprightcenternormx' => { 476 => 'UprightCenterNormX', 478 => 'UprightCenterNormX' },
- 'uprightcenternormy' => { 476 => 'UprightCenterNormY', 478 => 'UprightCenterNormY' },
- 'uprightdependentdigest' => { 476 => 'UprightDependentDigest', 478 => 'UprightDependentDigest' },
- 'uprightfocallength35mm' => { 476 => 'UprightFocalLength35mm', 478 => 'UprightFocalLength35mm' },
- 'uprightfocalmode' => { 476 => 'UprightFocalMode', 478 => 'UprightFocalMode' },
- 'uprightfoursegmentscount' => { 476 => 'UprightFourSegmentsCount', 478 => 'UprightFourSegmentsCount' },
- 'uprightpreview' => { 476 => 'UprightPreview', 478 => 'UprightPreview' },
- 'uprighttransform_0' => { 476 => 'UprightTransform_0', 478 => 'UprightTransform_0' },
- 'uprighttransform_1' => { 476 => 'UprightTransform_1', 478 => 'UprightTransform_1' },
- 'uprighttransform_2' => { 476 => 'UprightTransform_2', 478 => 'UprightTransform_2' },
- 'uprighttransform_3' => { 476 => 'UprightTransform_3', 478 => 'UprightTransform_3' },
- 'uprighttransform_4' => { 476 => 'UprightTransform_4', 478 => 'UprightTransform_4' },
- 'uprighttransform_5' => { 476 => 'UprightTransform_5', 478 => 'UprightTransform_5' },
- 'uprighttransformcount' => { 476 => 'UprightTransformCount', 478 => 'UprightTransformCount' },
- 'uprightversion' => { 476 => 'UprightVersion', 478 => 'UprightVersion' },
- 'urgency' => { 130 => 0xa, 490 => 'Urgency' },
- 'url' => { 156 => 'URL', 309 => 'URL', 368 => 0x40b, 492 => 'url' },
- 'url_list' => { 368 => 0x41e },
- 'urla-platform' => { 492 => [\'url','urlA-platform'] },
- 'urlurl' => { 492 => [\'url','urlUrl'] },
- 'usablemeteringmodes' => { 83 => 0x10a },
- 'usableshootingmodes' => { 83 => 0x109 },
- 'usage' => { 493 => 'usage' },
- 'usageterms' => { 506 => 'UsageTerms' },
- 'usbpowerdelivery' => { 228 => 0x664 },
- 'usedialwithouthold' => { 294 => 0xbf },
- 'useguidelines' => { 474 => 'useGuidelines' },
- 'usepanoramaviewer' => { 464 => 'UsePanoramaViewer' },
- 'usercollection' => { 373 => 'collection.user' },
- 'usercomment' => { 96 => 0x805, 118 => 0x9286, 482 => 'UserComment' },
- 'userdef1picturestyle' => { 19 => 0x10c, 69 => 0xd8, 70 => 0xf0 },
- 'userdef2picturestyle' => { 19 => 0x10e, 69 => 0xda, 70 => 0xf2 },
- 'userdef3picturestyle' => { 19 => 0x110, 69 => 0xdc, 70 => 0xf4 },
- 'userfields' => { 469 => 'UserFields' },
- 'userlabel' => { 380 => 0x2b, 381 => 0x5a, 382 => 0x68 },
- 'userprofile' => { 314 => 0x302, 318 => 0x34c, 321 => 0x3038 },
- 'userrating' => { 373 => 'rating.user', 379 => 'urat' },
- 'usmlenselectronicmf' => { 2 => 0x7, 82 => 0x7, 83 => 0x501 },
- 'uspsnumber' => { 492 => 'uspsNumber' },
- 'utmeasting' => { 167 => 'Easting' },
- 'utmmapdatum' => { 167 => 'Datum' },
- 'utmnorthing' => { 167 => 'Northing' },
- 'utmzone' => { 167 => 'Zone' },
- 'uuid' => { 476 => 'UUID', 478 => 'UUID' },
- 'uv-irfiltercorrection' => { 314 => 0x325 },
- 'validbits' => { 300 => 0x611, 301 => 0x102c },
- 'validpixeldepth' => { 304 => 0x611 },
- 'variablelowpassfilter' => { 419 => 0x2028 },
- 'variousmodes' => { 139 => 0x26 },
- 'variousmodes2' => { 139 => 0x3a },
- 'variprogram' => { 225 => 0xab },
- 'varraydacnominalvalues' => { 137 => 0x191e },
- 'vendor' => { 379 => 'vndr' },
- 'vendorinfo' => { 456 => 'VendorInfo' },
- 'vendorinfomanufacturer' => { 456 => [\'VendorInfo','VendorInfoManufacturer'] },
- 'vendorinfomodel' => { 456 => [\'VendorInfo','VendorInfoModel'] },
- 'vendorinfonotes' => { 456 => [\'VendorInfo','VendorInfoNotes'] },
- 'version' => { 126 => 0x0, 370 => 'Version', 373 => 'version', 476 => 'Version', 478 => 'Version' },
- 'versioncreatedate' => { 453 => 0xd100 },
- 'versionid' => { 503 => 'VersionID' },
- 'versionidentifier' => { 492 => 'versionIdentifier' },
- 'versionmodifydate' => { 453 => 0xd101 },
- 'versions' => { 503 => 'Versions' },
- 'versionscomments' => { 503 => [\'Versions','VersionsComments'] },
- 'versionsevent' => { 503 => [\'Versions','VersionsEvent'] },
- 'versionseventaction' => { 503 => [\'Versions','VersionsEventAction'] },
- 'versionseventchanged' => { 503 => [\'Versions','VersionsEventChanged'] },
- 'versionseventinstanceid' => { 503 => [\'Versions','VersionsEventInstanceID'] },
- 'versionseventparameters' => { 503 => [\'Versions','VersionsEventParameters'] },
- 'versionseventsoftwareagent' => { 503 => [\'Versions','VersionsEventSoftwareAgent'] },
- 'versionseventwhen' => { 503 => [\'Versions','VersionsEventWhen'] },
- 'versionsmodifier' => { 503 => [\'Versions','VersionsModifier'] },
- 'versionsmodifydate' => { 503 => [\'Versions','VersionsModifyDate'] },
- 'versionsversion' => { 503 => [\'Versions','VersionsVersion'] },
- 'verticalafonbutton' => { 278 => '3.2', 279 => '47.2', 281 => '79.1', 294 => 0x11d },
- 'verticalclockoverlaps' => { 137 => 0x412 },
- 'verticalfuncbutton' => { 279 => '42.2', 281 => '67.1', 294 => 0x115 },
- 'verticalfuncbuttonplaybackmode' => { 294 => 0x1b7 },
- 'verticalfuncbuttonplusdials' => { 279 => '43.1' },
- 'verticalfuncplusdials' => { 281 => '68.1' },
- 'verticalmovieafonbutton' => { 294 => 0x1f9 },
- 'verticalmoviefuncbutton' => { 294 => 0x1e1 },
- 'verticalmultiselector' => { 279 => '42.1', 281 => '66.1', 282 => '66.1', 292 => '66.1', 294 => 0x18f },
- 'verticalmultiselectorplaybackmode' => { 294 => 0x125 },
- 'vfdisplayillumination' => { 2 => 0x11, 83 => [0x510,0x51d] },
- 'vibrance' => { 470 => 'Vibrance', 476 => 'Vibrance', 478 => 'Vibrance' },
- 'vibrationreduction' => { 237 => [0x75,0x82,0x1ae], 245 => '586.1', 254 => '590.2', 262 => 0x4 },
- 'videoalphamode' => { 502 => 'videoAlphaMode' },
- 'videoalphapremultiplecolor' => { 502 => 'videoAlphaPremultipleColor' },
- 'videoalphapremultiplecolora' => { 502 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorA'] },
- 'videoalphapremultiplecolorb' => { 502 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorB'] },
- 'videoalphapremultiplecolorblack' => { 502 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlack'] },
- 'videoalphapremultiplecolorblue' => { 502 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlue'] },
- 'videoalphapremultiplecolorcyan' => { 502 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorCyan'] },
- 'videoalphapremultiplecolorgray' => { 502 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGray'] },
- 'videoalphapremultiplecolorgreen' => { 502 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGreen'] },
- 'videoalphapremultiplecolorl' => { 502 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorL'] },
- 'videoalphapremultiplecolormagenta' => { 502 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMagenta'] },
- 'videoalphapremultiplecolormode' => { 502 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMode'] },
- 'videoalphapremultiplecolorred' => { 502 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorRed'] },
- 'videoalphapremultiplecolorswatchname' => { 502 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorSwatchName'] },
- 'videoalphapremultiplecolortint' => { 502 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorTint'] },
- 'videoalphapremultiplecolortype' => { 502 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorType'] },
- 'videoalphapremultiplecoloryellow' => { 502 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorYellow'] },
- 'videoalphaunityistransparent' => { 502 => 'videoAlphaUnityIsTransparent' },
- 'videobitrate' => { 488 => 'videoBitRate' },
- 'videobitratemode' => { 488 => 'videoBitRateMode' },
- 'videoburstmode' => { 319 => 0xbb },
- 'videoburstresolution' => { 319 => 0xb3 },
- 'videocodec' => { 66 => 0x74 },
- 'videocolorspace' => { 502 => 'videoColorSpace' },
- 'videocompression' => { 126 => 0x3806 },
- 'videocompressor' => { 502 => 'videoCompressor' },
- 'videodisplayaspectratio' => { 488 => 'videoDisplayAspectRatio' },
- 'videoencodingprofile' => { 488 => 'videoEncodingProfile' },
- 'videofieldorder' => { 502 => 'videoFieldOrder' },
- 'videoframerate' => { 319 => 0x27, 502 => 'videoFrameRate' },
- 'videoframesize' => { 502 => 'videoFrameSize' },
- 'videoframesizeh' => { 502 => [\'videoFrameSize','videoFrameSizeH'] },
- 'videoframesizeunit' => { 502 => [\'videoFrameSize','videoFrameSizeUnit'] },
- 'videoframesizew' => { 502 => [\'videoFrameSize','videoFrameSizeW'] },
- 'videomoddate' => { 502 => 'videoModDate' },
- 'videopixelaspectratio' => { 502 => 'videoPixelAspectRatio' },
- 'videopixeldepth' => { 502 => 'videoPixelDepth' },
- 'videopreburst' => { 319 => 0xc1 },
- 'videoquality' => { 112 => 0x4003 },
- 'videorecordingmode' => { 126 => 0x3803 },
- 'videoshottype' => { 488 => 'VideoShotType' },
- 'videoshottypeidentifier' => { 488 => [\'VideoShotType','VideoShotTypeIdentifier'] },
- 'videoshottypename' => { 488 => [\'VideoShotType','VideoShotTypeName'] },
- 'videostreamscount' => { 488 => 'videoStreamsCount' },
- 'viewfinder' => { 363 => 0x455 },
- 'viewfinderdisplay' => { 278 => '12.4', 279 => '6.3' },
- 'viewfinderwarning' => { 278 => '13.4', 288 => '3.5', 289 => '6.2', 293 => '4.4' },
- 'viewfinderwarnings' => { 83 => 0x40a },
- 'viewinfoduringexposure' => { 83 => 0x407 },
- 'viewingmode' => { 408 => 0x2f, 424 => 0x18 },
- 'viewingmode2' => { 408 => [0x85,0x285] },
- 'viewpoint' => { 491 => 'viewpoint' },
- 'vignetteamount' => { 476 => 'VignetteAmount', 478 => 'VignetteAmount' },
- 'vignettecontrol' => { 225 => 0x2a, 271 => 0x76a43205 },
- 'vignettecontrolintensity' => { 271 => 0xac6bd5c0 },
- 'vignettecorrectionalreadyapplied' => { 473 => 'VignetteCorrectionAlreadyApplied' },
- 'vignettemidpoint' => { 476 => 'VignetteMidpoint', 478 => 'VignetteMidpoint' },
- 'vignetting' => { 386 => 0x1011, 393 => 0xa052 },
- 'vignettingcorrection' => { 118 => 0x7031, 393 => 0xa053, 419 => 0x2011 },
- 'vignettingcorrparams' => { 118 => 0x7032, 448 => 0x64a, 449 => [0x34a,0x350,0x35c,0x368] },
- 'vignettingsetting' => { 393 => 0xa054 },
- 'virtualhorizonstyle' => { 294 => 0x167 },
- 'visualcolor' => { 488 => 'VisualColour' },
- 'visualtechnique' => { 491 => 'visualTechnique' },
- 'voicememo' => { 395 => 0x216 },
- 'volume' => { 492 => 'volume' },
- 'vr_0x66' => { 237 => 0x66 },
- 'vrdoffset' => { 63 => 0xd0 },
- 'vrmode' => { 228 => 0x212, 262 => 0x6 },
- 'waterdepth' => { 118 => 0x9403, 483 => 'WaterDepth' },
- 'wb_bluelevel3500k' => { 186 => 0x19a },
- 'wb_bluelevel6500k' => { 186 => 0x18a },
- 'wb_bluelevelcustom' => { 186 => 0x18e },
- 'wb_bluelevelscloudy' => { 186 => 0x106 },
- 'wb_bluelevelsdaylight' => { 186 => 0xea },
- 'wb_bluelevelsflash' => { 186 => 0x122 },
- 'wb_bluelevelsfluorescent' => { 186 => [0x40a,0x15a] },
- 'wb_bluelevelskelvin' => { 186 => 0x254 },
- 'wb_bluelevelsshade' => { 186 => 0x176 },
- 'wb_bluelevelstungsten' => { 186 => 0xce },
- 'wb_gbrglevels' => { 186 => 0xae, 189 => 0x4 },
- 'wb_glevel' => { 300 => 0x11f },
- 'wb_glevel3000k' => { 300 => 0x113 },
- 'wb_glevel3300k' => { 300 => 0x114 },
- 'wb_glevel3600k' => { 300 => 0x115 },
- 'wb_glevel3900k' => { 300 => 0x116 },
- 'wb_glevel4000k' => { 300 => 0x117 },
- 'wb_glevel4300k' => { 300 => 0x118 },
- 'wb_glevel4500k' => { 300 => 0x119 },
- 'wb_glevel4800k' => { 300 => 0x11a },
- 'wb_glevel5300k' => { 300 => 0x11b },
- 'wb_glevel6000k' => { 300 => 0x11c },
- 'wb_glevel6600k' => { 300 => 0x11d },
- 'wb_glevel7500k' => { 300 => 0x11e },
- 'wb_grbglevels' => { 200 => 0x0 },
- 'wb_grgblevelsauto' => { 80 => 0x2 },
- 'wb_grgblevelscloudy' => { 80 => 0x12 },
- 'wb_grgblevelscustom1' => { 80 => 0x42 },
- 'wb_grgblevelscustom2' => { 80 => 0x4a },
- 'wb_grgblevelsdaylight' => { 80 => 0xa },
- 'wb_grgblevelsflash' => { 80 => 0x32 },
- 'wb_grgblevelsfluorescent' => { 80 => 0x22 },
- 'wb_grgblevelsfluorhigh' => { 80 => 0x2a },
- 'wb_grgblevelstungsten' => { 80 => 0x1a },
- 'wb_grgblevelsunderwater' => { 80 => 0x3a },
- 'wb_rbgglevels' => { 197 => 0x0 },
- 'wb_rblevels' => { 201 => 0x270, 225 => 0xc, 300 => 0x100 },
- 'wb_rblevels1' => { 325 => 0x2 },
- 'wb_rblevels2' => { 325 => 0x5 },
- 'wb_rblevels3' => { 325 => 0x8 },
- 'wb_rblevels3000k' => { 300 => 0x102 },
- 'wb_rblevels3300k' => { 300 => 0x103 },
- 'wb_rblevels3500k' => { 186 => 0x430 },
- 'wb_rblevels3600k' => { 300 => 0x104 },
- 'wb_rblevels3900k' => { 300 => 0x105 },
- 'wb_rblevels4' => { 325 => 0xb },
- 'wb_rblevels4000k' => { 300 => 0x106 },
- 'wb_rblevels4300k' => { 300 => 0x107 },
- 'wb_rblevels4500k' => { 300 => 0x108 },
- 'wb_rblevels4800k' => { 300 => 0x109 },
- 'wb_rblevels5' => { 325 => 0xe },
- 'wb_rblevels5300k' => { 300 => 0x10a },
- 'wb_rblevels6' => { 325 => 0x11 },
- 'wb_rblevels6000k' => { 300 => 0x10b },
- 'wb_rblevels6500k' => { 186 => 0x420 },
- 'wb_rblevels6600k' => { 300 => 0x10c },
- 'wb_rblevels7' => { 325 => 0x14 },
- 'wb_rblevels7500k' => { 300 => 0x10d },
- 'wb_rblevelsauto' => { 201 => 0x272, 304 => 0x110 },
- 'wb_rblevelscloudy' => { 186 => 0x3f0, 188 => 0x10, 201 => 0x296, 304 => 0x121 },
- 'wb_rblevelscoolwhitef' => { 186 => 0x308, 188 => 0x14 },
- 'wb_rblevelscoolwhitefluor' => { 304 => 0x132 },
- 'wb_rblevelscustom' => { 186 => 0x424, 188 => 0x1c },
- 'wb_rblevelscwb1' => { 300 => 0x10e },
- 'wb_rblevelscwb2' => { 300 => 0x10f },
- 'wb_rblevelscwb3' => { 300 => 0x110 },
- 'wb_rblevelscwb4' => { 300 => 0x111 },
- 'wb_rblevelsdaylight' => { 186 => [0x3ec,0x528], 188 => 0xc, 201 => 0x274 },
- 'wb_rblevelsdaylightf' => { 188 => 0x24 },
- 'wb_rblevelsdaylightfluor' => { 304 => 0x130 },
- 'wb_rblevelsdaywhitef' => { 188 => 0x28 },
- 'wb_rblevelsdaywhitefluor' => { 304 => 0x131 },
- 'wb_rblevelseveningsunlight' => { 304 => 0x124 },
- 'wb_rblevelsfineweather' => { 304 => 0x122 },
- 'wb_rblevelsflash' => { 186 => [0x3f4,0x304], 188 => 0x18, 201 => 0x2a4 },
- 'wb_rblevelsfluorescent' => { 201 => 0x290 },
- 'wb_rblevelsincandescent' => { 201 => 0x282 },
- 'wb_rblevelsshade' => { 186 => 0x418, 188 => 0x20, 201 => 0x2b2, 304 => 0x120 },
- 'wb_rblevelstungsten' => { 186 => 0x3e8, 188 => 0x8, 304 => 0x123 },
- 'wb_rblevelsused' => { 304 => 0x100 },
- 'wb_rblevelswhitef' => { 188 => 0x2c },
- 'wb_rblevelswhitefluorescent' => { 304 => 0x133 },
- 'wb_redlevel3500k' => { 186 => 0x198 },
- 'wb_redlevel6500k' => { 186 => 0x188 },
- 'wb_redlevelcustom' => { 186 => 0x18c },
- 'wb_redlevelscloudy' => { 186 => 0xf8 },
- 'wb_redlevelsdaylight' => { 186 => 0xdc },
- 'wb_redlevelsflash' => { 186 => 0x114 },
- 'wb_redlevelsfluorescent' => { 186 => [0x3fc,0x14c] },
- 'wb_redlevelskelvin' => { 186 => 0x1be },
- 'wb_redlevelsshade' => { 186 => 0x168 },
- 'wb_redlevelstungsten' => { 186 => 0xc0 },
- 'wb_rgbglevels' => { 199 => 0x0 },
- 'wb_rgblevels' => { 186 => [0x546,0x96], 315 => 0xd, 316 => 0x413, 321 => 0x3036, 363 => 0x107, 427 => 0x117c, 428 => 0x1180, 429 => 0x115c, 430 => 0x11d8, 431 => 0x11b4, 432 => 0x106c, 433 => 0x264, 434 => 0x264, 435 => 0x252 },
- 'wb_rgblevels1' => { 326 => 0x2 },
- 'wb_rgblevels2' => { 326 => 0x6 },
- 'wb_rgblevels3' => { 326 => 0xa },
- 'wb_rgblevels4' => { 326 => 0xe },
- 'wb_rgblevels5' => { 326 => 0x12 },
- 'wb_rgblevels6' => { 326 => 0x16 },
- 'wb_rgblevels7' => { 326 => 0x1a },
- 'wb_rgblevelsauto' => { 397 => 0x0 },
- 'wb_rgblevelscustom1' => { 397 => 0x15 },
- 'wb_rgblevelscustom2' => { 397 => 0x18 },
- 'wb_rgblevelscustom3' => { 397 => 0x1b },
- 'wb_rgblevelsdaylight' => { 397 => 0x3 },
- 'wb_rgblevelsflash' => { 397 => 0x12 },
- 'wb_rgblevelsfluorescent' => { 397 => 0xf },
- 'wb_rgblevelsincandescent' => { 397 => 0xc },
- 'wb_rgblevelsovercast' => { 397 => 0x9 },
- 'wb_rgblevelsshade' => { 397 => 0x6 },
- 'wb_rgblevelsunknown0' => { 398 => 0x0 },
- 'wb_rgblevelsunknown1' => { 398 => 0x3 },
- 'wb_rgblevelsunknown2' => { 398 => 0x6 },
- 'wb_rgblevelsunknown3' => { 398 => 0x9 },
- 'wb_rgblevelsunknown4' => { 398 => 0xc },
- 'wb_rgblevelsunknown5' => { 398 => 0xf },
- 'wb_rgblevelsunknown6' => { 398 => 0x12 },
- 'wb_rgblevelsunknown7' => { 398 => 0x15 },
- 'wb_rgblevelsunknown8' => { 398 => 0x18 },
- 'wb_rgblevelsunknown9' => { 398 => 0x1b },
- 'wb_rgbmuldaylight' => { 137 => 0x852 },
- 'wb_rgbmulflash' => { 137 => 0x855 },
- 'wb_rgbmulfluorescent' => { 137 => 0x854 },
- 'wb_rgbmultungsten' => { 137 => 0x853 },
+ 'timezone' => { 78 => 0x1, 229 => 0x594, 264 => 0x0, 390 => 0xa },
+ 'timezonecity' => { 78 => 0x2 },
+ 'timezonecode' => { 100 => 0x1 },
+ 'timezoneinfo' => { 100 => 0x2 },
+ 'timezoneoffset' => { 119 => 0x882a },
+ 'tint' => { 374 => 'player.movie.visual.tint', 477 => 'Tint', 479 => 'Tint' },
+ 'title' => { 157 => 'Title', 306 => 'Title', 310 => 'Title', 320 => 0x65, 371 => 'Title', 372 => ['titl',"\xa9nam"], 374 => 'title', 380 => ['titl',"\xa9nam"], 480 => 'title', 490 => 'Title', 501 => 'Title' },
+ 'togglestyleamount' => { 477 => 'ToggleStyleAmount', 479 => 'ToggleStyleAmount' },
+ 'togglestyledigest' => { 477 => 'ToggleStyleDigest', 479 => 'ToggleStyleDigest' },
+ 'tonecomp' => { 226 => 0x81 },
+ 'tonecurve' => { 74 => 0x1, 355 => 0x402, 477 => 'ToneCurve', 479 => 'ToneCurve' },
+ 'tonecurveactive' => { 108 => 0x110 },
+ 'tonecurveadobergb' => { 394 => 0xa043 },
+ 'tonecurveadobergbdefault' => { 394 => 0xa041 },
+ 'tonecurveblue' => { 477 => 'ToneCurveBlue', 479 => 'ToneCurveBlue' },
+ 'tonecurvebluex' => { 454 => 0x9003 },
+ 'tonecurvebluey' => { 454 => 0x9007 },
+ 'tonecurvebrightness' => { 103 => 0x20410 },
+ 'tonecurvebrightnessx' => { 454 => 0x9000 },
+ 'tonecurvebrightnessy' => { 454 => 0x9004 },
+ 'tonecurvecolorspace' => { 107 => 0x0 },
+ 'tonecurvecontrast' => { 103 => 0x20411 },
+ 'tonecurvegreen' => { 477 => 'ToneCurveGreen', 479 => 'ToneCurveGreen' },
+ 'tonecurvegreenx' => { 454 => 0x9002 },
+ 'tonecurvegreeny' => { 454 => 0x9006 },
+ 'tonecurveinputrange' => { 107 => 0x3 },
+ 'tonecurveinterpolation' => { 108 => 0x159 },
+ 'tonecurvemode' => { 108 => 0x113 },
+ 'tonecurvename' => { 477 => 'ToneCurveName', 479 => 'ToneCurveName' },
+ 'tonecurvename2012' => { 477 => 'ToneCurveName2012', 479 => 'ToneCurveName2012' },
+ 'tonecurveoriginal' => { 103 => '0x20400.1' },
+ 'tonecurveoutputrange' => { 107 => 0x5 },
+ 'tonecurveprofilename' => { 138 => 0x1391 },
+ 'tonecurveproperty' => { 108 => 0x3c },
+ 'tonecurvepv2012' => { 477 => 'ToneCurvePV2012', 479 => 'ToneCurvePV2012' },
+ 'tonecurvepv2012blue' => { 477 => 'ToneCurvePV2012Blue', 479 => 'ToneCurvePV2012Blue' },
+ 'tonecurvepv2012green' => { 477 => 'ToneCurvePV2012Green', 479 => 'ToneCurvePV2012Green' },
+ 'tonecurvepv2012red' => { 477 => 'ToneCurvePV2012Red', 479 => 'ToneCurvePV2012Red' },
+ 'tonecurvered' => { 477 => 'ToneCurveRed', 479 => 'ToneCurveRed' },
+ 'tonecurveredx' => { 454 => 0x9001 },
+ 'tonecurveredy' => { 454 => 0x9005 },
+ 'tonecurves' => { 355 => 0x403 },
+ 'tonecurveshape' => { 107 => 0x1 },
+ 'tonecurvesrgb' => { 394 => 0xa042 },
+ 'tonecurvesrgbdefault' => { 394 => 0xa040 },
+ 'tonecurvex' => { 107 => 0xa },
+ 'tonecurvey' => { 107 => 0xb },
+ 'tonelevel' => { 297 => 0x52e },
+ 'tonemapstrength' => { 477 => 'ToneMapStrength', 479 => 'ToneMapStrength' },
+ 'toningeffect' => { 57 => 0xf, 226 => 0xb3, 231 => 0x38, 232 => 0x40, 233 => 0x48, 387 => 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' => { 231 => 0x39, 232 => 0x41, 233 => 0x49 },
+ 'totalzoom' => { 140 => 0x62 },
+ 'touchae' => { 320 => 0xab },
+ 'track' => { 372 => "\xa9trk", 380 => "\xa9trk" },
+ 'trackcreatedate' => { 379 => 0x1 },
+ 'trackmodifydate' => { 379 => 0x2 },
+ 'tracknumber' => { 372 => 'trkn', 503 => 'trackNumber' },
+ 'tracks' => { 503 => 'Tracks' },
+ 'tracksframerate' => { 503 => [\'Tracks','TracksFrameRate'] },
+ 'tracksmarkers' => { 503 => [\'Tracks','TracksMarkers'] },
+ 'tracksmarkerscomment' => { 503 => [\'Tracks','TracksMarkersComment'] },
+ 'tracksmarkerscuepointparams' => { 503 => [\'Tracks','TracksMarkersCuePointParams'] },
+ 'tracksmarkerscuepointparamskey' => { 503 => [\'Tracks','TracksMarkersCuePointParamsKey'] },
+ 'tracksmarkerscuepointparamsvalue' => { 503 => [\'Tracks','TracksMarkersCuePointParamsValue'] },
+ 'tracksmarkerscuepointtype' => { 503 => [\'Tracks','TracksMarkersCuePointType'] },
+ 'tracksmarkersduration' => { 503 => [\'Tracks','TracksMarkersDuration'] },
+ 'tracksmarkerslocation' => { 503 => [\'Tracks','TracksMarkersLocation'] },
+ 'tracksmarkersname' => { 503 => [\'Tracks','TracksMarkersName'] },
+ 'tracksmarkersprobability' => { 503 => [\'Tracks','TracksMarkersProbability'] },
+ 'tracksmarkersspeaker' => { 503 => [\'Tracks','TracksMarkersSpeaker'] },
+ 'tracksmarkersstarttime' => { 503 => [\'Tracks','TracksMarkersStartTime'] },
+ 'tracksmarkerstarget' => { 503 => [\'Tracks','TracksMarkersTarget'] },
+ 'tracksmarkerstype' => { 503 => [\'Tracks','TracksMarkersType'] },
+ 'trackstrackname' => { 503 => [\'Tracks','TracksTrackName'] },
+ 'trackstracktype' => { 503 => [\'Tracks','TracksTrackType'] },
+ 'tracktype' => { 380 => 'kgtt' },
+ 'trailer' => { 120 => 'Trailer' },
+ 'trailersignature' => { 164 => 'zmie' },
+ 'transcript' => { 489 => 'Transcript' },
+ 'transcriptlink' => { 489 => 'TranscriptLink' },
+ 'transcriptlinklink' => { 489 => [\'TranscriptLink','TranscriptLinkLink'] },
+ 'transcriptlinklinkqualifier' => { 489 => [\'TranscriptLink','TranscriptLinkLinkQualifier'] },
+ 'transferfunction' => { 119 => 0x12d, 499 => 'TransferFunction' },
+ 'transfertimenormal' => { 138 => 0x1888 },
+ 'transfertimetest' => { 138 => 0x1889 },
+ 'transform' => { 320 => [0x8012,0x59] },
+ 'transmissionreference' => { 491 => 'TransmissionReference' },
+ 'trapped' => { 306 => 'Trapped', 490 => 'Trapped' },
+ 'trashbuttonfunction' => { 84 => 0x710 },
+ 'travelday' => { 320 => 0x36 },
+ 'treble' => { 374 => 'player.movie.audio.treble' },
+ 'triggermode' => { 381 => 0x6, 382 => 0x34, 383 => 0x34 },
+ 'tstop' => { 119 => 0xc772 },
+ 'ttl_da_adown' => { 343 => 0x5 },
+ 'ttl_da_aup' => { 343 => 0x4 },
+ 'ttl_da_bdown' => { 343 => 0x7 },
+ 'ttl_da_bup' => { 343 => 0x6 },
+ 'tungstenawb' => { 333 => 0x1 },
+ 'tvepisode' => { 372 => 'tves' },
+ 'tvepisodeid' => { 372 => 'tven' },
+ 'tvexposuretimesetting' => { 336 => 0x12 },
+ 'tvnetworkname' => { 372 => 'tvnn' },
+ 'tvseason' => { 372 => 'tvsn' },
+ 'tvshow' => { 372 => 'tvsh' },
+ 'type' => { 480 => 'type', 498 => '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' => { 462 => 'Units' },
+ 'unknown_aacr' => { 372 => 'AACR' },
+ 'unknown_cdek' => { 372 => 'CDEK' },
+ 'unknown_cdet' => { 372 => 'CDET' },
+ 'unknownblock' => { 355 => 0x405 },
+ 'unknownblock1' => { 301 => 0x635 },
+ 'unknownblock2' => { 301 => 0x636 },
+ 'unknownblock3' => { 301 => 0x1103 },
+ 'unknownblock4' => { 301 => 0x1104 },
+ 'unknowncontrast' => { 109 => 0x45 },
+ 'unknowndate' => { 364 => 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' => { 380 => 'TAGS' },
+ 'unknowntemperature' => { 121 => 0x4 },
+ 'unknownthumbnail' => { 380 => 'thmb' },
+ 'unsharp1color' => { 277 => 0x13 },
+ 'unsharp1halowidth' => { 277 => 0x19 },
+ 'unsharp1intensity' => { 277 => 0x17 },
+ 'unsharp1threshold' => { 277 => 0x1b },
+ 'unsharp2color' => { 277 => 0x2e },
+ 'unsharp2halowidth' => { 277 => 0x34 },
+ 'unsharp2intensity' => { 277 => 0x32 },
+ 'unsharp2threshold' => { 277 => 0x36 },
+ 'unsharp3color' => { 277 => 0x49 },
+ 'unsharp3halowidth' => { 277 => 0x4f },
+ 'unsharp3intensity' => { 277 => 0x4d },
+ 'unsharp3threshold' => { 277 => 0x51 },
+ 'unsharp4color' => { 277 => 0x64 },
+ 'unsharp4halowidth' => { 277 => 0x6a },
+ 'unsharp4intensity' => { 277 => 0x68 },
+ 'unsharp4threshold' => { 277 => 0x6c },
+ 'unsharpcount' => { 277 => 0x0 },
+ 'unsharpmask' => { 109 => 0x90, 272 => 0x76a43200 },
+ 'unsharpmaskfineness' => { 103 => 0x20309 },
+ 'unsharpmaskstrength' => { 103 => 0x20308 },
+ 'unsharpmaskthreshold' => { 103 => 0x2030a },
+ 'uprightcentermode' => { 477 => 'UprightCenterMode', 479 => 'UprightCenterMode' },
+ 'uprightcenternormx' => { 477 => 'UprightCenterNormX', 479 => 'UprightCenterNormX' },
+ 'uprightcenternormy' => { 477 => 'UprightCenterNormY', 479 => 'UprightCenterNormY' },
+ 'uprightdependentdigest' => { 477 => 'UprightDependentDigest', 479 => 'UprightDependentDigest' },
+ 'uprightfocallength35mm' => { 477 => 'UprightFocalLength35mm', 479 => 'UprightFocalLength35mm' },
+ 'uprightfocalmode' => { 477 => 'UprightFocalMode', 479 => 'UprightFocalMode' },
+ 'uprightfoursegmentscount' => { 477 => 'UprightFourSegmentsCount', 479 => 'UprightFourSegmentsCount' },
+ 'uprightpreview' => { 477 => 'UprightPreview', 479 => 'UprightPreview' },
+ 'uprighttransform_0' => { 477 => 'UprightTransform_0', 479 => 'UprightTransform_0' },
+ 'uprighttransform_1' => { 477 => 'UprightTransform_1', 479 => 'UprightTransform_1' },
+ 'uprighttransform_2' => { 477 => 'UprightTransform_2', 479 => 'UprightTransform_2' },
+ 'uprighttransform_3' => { 477 => 'UprightTransform_3', 479 => 'UprightTransform_3' },
+ 'uprighttransform_4' => { 477 => 'UprightTransform_4', 479 => 'UprightTransform_4' },
+ 'uprighttransform_5' => { 477 => 'UprightTransform_5', 479 => 'UprightTransform_5' },
+ 'uprighttransformcount' => { 477 => 'UprightTransformCount', 479 => 'UprightTransformCount' },
+ 'uprightversion' => { 477 => 'UprightVersion', 479 => 'UprightVersion' },
+ 'urgency' => { 131 => 0xa, 491 => 'Urgency' },
+ 'url' => { 157 => 'URL', 310 => 'URL', 369 => 0x40b, 493 => 'url' },
+ 'url_list' => { 369 => 0x41e },
+ 'urla-platform' => { 493 => [\'url','urlA-platform'] },
+ 'urlurl' => { 493 => [\'url','urlUrl'] },
+ 'usablemeteringmodes' => { 84 => 0x10a },
+ 'usableshootingmodes' => { 84 => 0x109 },
+ 'usage' => { 494 => 'usage' },
+ 'usageterms' => { 507 => 'UsageTerms' },
+ 'usbpowerdelivery' => { 229 => 0x664 },
+ 'usedialwithouthold' => { 295 => 0xbf },
+ 'useguidelines' => { 475 => 'useGuidelines' },
+ 'usepanoramaviewer' => { 465 => 'UsePanoramaViewer' },
+ 'usercollection' => { 374 => 'collection.user' },
+ 'usercomment' => { 97 => 0x805, 119 => 0x9286, 483 => 'UserComment' },
+ 'userdef1picturestyle' => { 19 => 0x10c, 70 => 0xd8, 71 => 0xf0 },
+ 'userdef2picturestyle' => { 19 => 0x10e, 70 => 0xda, 71 => 0xf2 },
+ 'userdef3picturestyle' => { 19 => 0x110, 70 => 0xdc, 71 => 0xf4 },
+ 'userfields' => { 470 => 'UserFields' },
+ 'userlabel' => { 381 => 0x2b, 382 => 0x5a, 383 => 0x68 },
+ 'userprofile' => { 315 => 0x302, 319 => 0x34c, 322 => 0x3038 },
+ 'userrating' => { 374 => 'rating.user', 380 => 'urat' },
+ 'usmlenselectronicmf' => { 2 => 0x7, 83 => 0x7, 84 => 0x501 },
+ 'uspsnumber' => { 493 => 'uspsNumber' },
+ 'utmeasting' => { 168 => 'Easting' },
+ 'utmmapdatum' => { 168 => 'Datum' },
+ 'utmnorthing' => { 168 => 'Northing' },
+ 'utmzone' => { 168 => 'Zone' },
+ 'uuid' => { 477 => 'UUID', 479 => 'UUID' },
+ 'uv-irfiltercorrection' => { 315 => 0x325 },
+ 'validbits' => { 301 => 0x611, 302 => 0x102c },
+ 'validpixeldepth' => { 305 => 0x611 },
+ 'variablelowpassfilter' => { 420 => 0x2028 },
+ 'variousmodes' => { 140 => 0x26 },
+ 'variousmodes2' => { 140 => 0x3a },
+ 'variprogram' => { 226 => 0xab },
+ 'varraydacnominalvalues' => { 138 => 0x191e },
+ 'vendor' => { 380 => 'vndr' },
+ 'vendorinfo' => { 457 => 'VendorInfo' },
+ 'vendorinfomanufacturer' => { 457 => [\'VendorInfo','VendorInfoManufacturer'] },
+ 'vendorinfomodel' => { 457 => [\'VendorInfo','VendorInfoModel'] },
+ 'vendorinfonotes' => { 457 => [\'VendorInfo','VendorInfoNotes'] },
+ 'version' => { 127 => 0x0, 371 => 'Version', 374 => 'version', 477 => 'Version', 479 => 'Version' },
+ 'versioncreatedate' => { 454 => 0xd100 },
+ 'versionid' => { 504 => 'VersionID' },
+ 'versionidentifier' => { 493 => 'versionIdentifier' },
+ 'versionmodifydate' => { 454 => 0xd101 },
+ 'versions' => { 504 => 'Versions' },
+ 'versionscomments' => { 504 => [\'Versions','VersionsComments'] },
+ 'versionsevent' => { 504 => [\'Versions','VersionsEvent'] },
+ 'versionseventaction' => { 504 => [\'Versions','VersionsEventAction'] },
+ 'versionseventchanged' => { 504 => [\'Versions','VersionsEventChanged'] },
+ 'versionseventinstanceid' => { 504 => [\'Versions','VersionsEventInstanceID'] },
+ 'versionseventparameters' => { 504 => [\'Versions','VersionsEventParameters'] },
+ 'versionseventsoftwareagent' => { 504 => [\'Versions','VersionsEventSoftwareAgent'] },
+ 'versionseventwhen' => { 504 => [\'Versions','VersionsEventWhen'] },
+ 'versionsmodifier' => { 504 => [\'Versions','VersionsModifier'] },
+ 'versionsmodifydate' => { 504 => [\'Versions','VersionsModifyDate'] },
+ 'versionsversion' => { 504 => [\'Versions','VersionsVersion'] },
+ 'verticalafonbutton' => { 279 => '3.2', 280 => '47.2', 282 => '79.1', 295 => 0x11d },
+ 'verticalclockoverlaps' => { 138 => 0x412 },
+ 'verticalfuncbutton' => { 280 => '42.2', 282 => '67.1', 295 => 0x115 },
+ 'verticalfuncbuttonplaybackmode' => { 295 => 0x1b7 },
+ 'verticalfuncbuttonplusdials' => { 280 => '43.1' },
+ 'verticalfuncplusdials' => { 282 => '68.1' },
+ 'verticalmovieafonbutton' => { 295 => 0x1f9 },
+ 'verticalmoviefuncbutton' => { 295 => 0x1e1 },
+ 'verticalmultiselector' => { 280 => '42.1', 282 => '66.1', 283 => '66.1', 293 => '66.1', 295 => 0x18f },
+ 'verticalmultiselectorplaybackmode' => { 295 => 0x125 },
+ 'vfdisplayillumination' => { 2 => 0x11, 84 => [0x510,0x51d] },
+ 'vibrance' => { 471 => 'Vibrance', 477 => 'Vibrance', 479 => 'Vibrance' },
+ 'vibrationreduction' => { 238 => [0x75,0x82,0x1ae], 246 => '586.1', 255 => '590.2', 263 => 0x4 },
+ 'videoalphamode' => { 503 => 'videoAlphaMode' },
+ 'videoalphapremultiplecolor' => { 503 => 'videoAlphaPremultipleColor' },
+ 'videoalphapremultiplecolora' => { 503 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorA'] },
+ 'videoalphapremultiplecolorb' => { 503 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorB'] },
+ 'videoalphapremultiplecolorblack' => { 503 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlack'] },
+ 'videoalphapremultiplecolorblue' => { 503 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlue'] },
+ 'videoalphapremultiplecolorcyan' => { 503 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorCyan'] },
+ 'videoalphapremultiplecolorgray' => { 503 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGray'] },
+ 'videoalphapremultiplecolorgreen' => { 503 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGreen'] },
+ 'videoalphapremultiplecolorl' => { 503 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorL'] },
+ 'videoalphapremultiplecolormagenta' => { 503 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMagenta'] },
+ 'videoalphapremultiplecolormode' => { 503 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMode'] },
+ 'videoalphapremultiplecolorred' => { 503 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorRed'] },
+ 'videoalphapremultiplecolorswatchname' => { 503 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorSwatchName'] },
+ 'videoalphapremultiplecolortint' => { 503 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorTint'] },
+ 'videoalphapremultiplecolortype' => { 503 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorType'] },
+ 'videoalphapremultiplecoloryellow' => { 503 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorYellow'] },
+ 'videoalphaunityistransparent' => { 503 => 'videoAlphaUnityIsTransparent' },
+ 'videobitrate' => { 489 => 'videoBitRate' },
+ 'videobitratemode' => { 489 => 'videoBitRateMode' },
+ 'videoburstmode' => { 320 => 0xbb },
+ 'videoburstresolution' => { 320 => 0xb3 },
+ 'videocodec' => { 67 => 0x74 },
+ 'videocolorspace' => { 503 => 'videoColorSpace' },
+ 'videocompression' => { 127 => 0x3806 },
+ 'videocompressor' => { 503 => 'videoCompressor' },
+ 'videodisplayaspectratio' => { 489 => 'videoDisplayAspectRatio' },
+ 'videoencodingprofile' => { 489 => 'videoEncodingProfile' },
+ 'videofieldorder' => { 503 => 'videoFieldOrder' },
+ 'videoframerate' => { 320 => 0x27, 503 => 'videoFrameRate' },
+ 'videoframesize' => { 503 => 'videoFrameSize' },
+ 'videoframesizeh' => { 503 => [\'videoFrameSize','videoFrameSizeH'] },
+ 'videoframesizeunit' => { 503 => [\'videoFrameSize','videoFrameSizeUnit'] },
+ 'videoframesizew' => { 503 => [\'videoFrameSize','videoFrameSizeW'] },
+ 'videomoddate' => { 503 => 'videoModDate' },
+ 'videopixelaspectratio' => { 503 => 'videoPixelAspectRatio' },
+ 'videopixeldepth' => { 503 => 'videoPixelDepth' },
+ 'videopreburst' => { 320 => 0xc1 },
+ 'videoquality' => { 113 => 0x4003 },
+ 'videorecordingmode' => { 127 => 0x3803 },
+ 'videoshottype' => { 489 => 'VideoShotType' },
+ 'videoshottypeidentifier' => { 489 => [\'VideoShotType','VideoShotTypeIdentifier'] },
+ 'videoshottypename' => { 489 => [\'VideoShotType','VideoShotTypeName'] },
+ 'videostreamscount' => { 489 => 'videoStreamsCount' },
+ 'viewfinder' => { 364 => 0x455 },
+ 'viewfinderdisplay' => { 279 => '12.4', 280 => '6.3' },
+ 'viewfinderwarning' => { 279 => '13.4', 289 => '3.5', 290 => '6.2', 294 => '4.4' },
+ 'viewfinderwarnings' => { 84 => 0x40a },
+ 'viewinfoduringexposure' => { 84 => 0x407 },
+ 'viewingmode' => { 409 => 0x2f, 425 => 0x18 },
+ 'viewingmode2' => { 409 => [0x85,0x285] },
+ 'viewpoint' => { 492 => 'viewpoint' },
+ 'vignetteamount' => { 477 => 'VignetteAmount', 479 => 'VignetteAmount' },
+ 'vignettecontrol' => { 226 => 0x2a, 272 => 0x76a43205 },
+ 'vignettecontrolintensity' => { 272 => 0xac6bd5c0 },
+ 'vignettecorrectionalreadyapplied' => { 474 => 'VignetteCorrectionAlreadyApplied' },
+ 'vignettemidpoint' => { 477 => 'VignetteMidpoint', 479 => 'VignetteMidpoint' },
+ 'vignetting' => { 387 => 0x1011, 394 => 0xa052 },
+ 'vignettingcorrection' => { 119 => 0x7031, 394 => 0xa053, 420 => 0x2011 },
+ 'vignettingcorrparams' => { 119 => 0x7032, 449 => 0x64a, 450 => [0x34a,0x350,0x35c,0x368] },
+ 'vignettingsetting' => { 394 => 0xa054 },
+ 'virtualhorizonstyle' => { 295 => 0x167 },
+ 'visualcolor' => { 489 => 'VisualColour' },
+ 'visualtechnique' => { 492 => 'visualTechnique' },
+ 'voicememo' => { 396 => 0x216 },
+ 'volume' => { 493 => 'volume' },
+ 'vr_0x66' => { 238 => 0x66 },
+ 'vrdoffset' => { 64 => 0xd0 },
+ 'vrmode' => { 229 => 0x212, 263 => 0x6 },
+ 'waterdepth' => { 119 => 0x9403, 484 => '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' => { 301 => 0x11f },
+ 'wb_glevel3000k' => { 301 => 0x113 },
+ 'wb_glevel3300k' => { 301 => 0x114 },
+ 'wb_glevel3600k' => { 301 => 0x115 },
+ 'wb_glevel3900k' => { 301 => 0x116 },
+ 'wb_glevel4000k' => { 301 => 0x117 },
+ 'wb_glevel4300k' => { 301 => 0x118 },
+ 'wb_glevel4500k' => { 301 => 0x119 },
+ 'wb_glevel4800k' => { 301 => 0x11a },
+ 'wb_glevel5300k' => { 301 => 0x11b },
+ 'wb_glevel6000k' => { 301 => 0x11c },
+ 'wb_glevel6600k' => { 301 => 0x11d },
+ 'wb_glevel7500k' => { 301 => 0x11e },
+ 'wb_grbglevels' => { 201 => 0x0 },
+ 'wb_grgblevelsauto' => { 81 => 0x2 },
+ 'wb_grgblevelscloudy' => { 81 => 0x12 },
+ 'wb_grgblevelscustom1' => { 81 => 0x42 },
+ 'wb_grgblevelscustom2' => { 81 => 0x4a },
+ 'wb_grgblevelsdaylight' => { 81 => 0xa },
+ 'wb_grgblevelsflash' => { 81 => 0x32 },
+ 'wb_grgblevelsfluorescent' => { 81 => 0x22 },
+ 'wb_grgblevelsfluorhigh' => { 81 => 0x2a },
+ 'wb_grgblevelstungsten' => { 81 => 0x1a },
+ 'wb_grgblevelsunderwater' => { 81 => 0x3a },
+ 'wb_rbgglevels' => { 198 => 0x0 },
+ 'wb_rblevels' => { 202 => 0x270, 226 => 0xc, 301 => 0x100 },
+ 'wb_rblevels1' => { 326 => 0x2 },
+ 'wb_rblevels2' => { 326 => 0x5 },
+ 'wb_rblevels3' => { 326 => 0x8 },
+ 'wb_rblevels3000k' => { 301 => 0x102 },
+ 'wb_rblevels3300k' => { 301 => 0x103 },
+ 'wb_rblevels3500k' => { 187 => 0x430 },
+ 'wb_rblevels3600k' => { 301 => 0x104 },
+ 'wb_rblevels3900k' => { 301 => 0x105 },
+ 'wb_rblevels4' => { 326 => 0xb },
+ 'wb_rblevels4000k' => { 301 => 0x106 },
+ 'wb_rblevels4300k' => { 301 => 0x107 },
+ 'wb_rblevels4500k' => { 301 => 0x108 },
+ 'wb_rblevels4800k' => { 301 => 0x109 },
+ 'wb_rblevels5' => { 326 => 0xe },
+ 'wb_rblevels5300k' => { 301 => 0x10a },
+ 'wb_rblevels6' => { 326 => 0x11 },
+ 'wb_rblevels6000k' => { 301 => 0x10b },
+ 'wb_rblevels6500k' => { 187 => 0x420 },
+ 'wb_rblevels6600k' => { 301 => 0x10c },
+ 'wb_rblevels7' => { 326 => 0x14 },
+ 'wb_rblevels7500k' => { 301 => 0x10d },
+ 'wb_rblevelsauto' => { 202 => 0x272, 305 => 0x110 },
+ 'wb_rblevelscloudy' => { 187 => 0x3f0, 189 => 0x10, 202 => 0x296, 305 => 0x121 },
+ 'wb_rblevelscoolwhitef' => { 187 => 0x308, 189 => 0x14 },
+ 'wb_rblevelscoolwhitefluor' => { 305 => 0x132 },
+ 'wb_rblevelscustom' => { 187 => 0x424, 189 => 0x1c },
+ 'wb_rblevelscwb1' => { 301 => 0x10e },
+ 'wb_rblevelscwb2' => { 301 => 0x10f },
+ 'wb_rblevelscwb3' => { 301 => 0x110 },
+ 'wb_rblevelscwb4' => { 301 => 0x111 },
+ 'wb_rblevelsdaylight' => { 187 => [0x3ec,0x528], 189 => 0xc, 202 => 0x274 },
+ 'wb_rblevelsdaylightf' => { 189 => 0x24 },
+ 'wb_rblevelsdaylightfluor' => { 305 => 0x130 },
+ 'wb_rblevelsdaywhitef' => { 189 => 0x28 },
+ 'wb_rblevelsdaywhitefluor' => { 305 => 0x131 },
+ 'wb_rblevelseveningsunlight' => { 305 => 0x124 },
+ 'wb_rblevelsfineweather' => { 305 => 0x122 },
+ 'wb_rblevelsflash' => { 187 => [0x3f4,0x304], 189 => 0x18, 202 => 0x2a4 },
+ 'wb_rblevelsfluorescent' => { 202 => 0x290 },
+ 'wb_rblevelsincandescent' => { 202 => 0x282 },
+ 'wb_rblevelsshade' => { 187 => 0x418, 189 => 0x20, 202 => 0x2b2, 305 => 0x120 },
+ 'wb_rblevelstungsten' => { 187 => 0x3e8, 189 => 0x8, 305 => 0x123 },
+ 'wb_rblevelsused' => { 305 => 0x100 },
+ 'wb_rblevelswhitef' => { 189 => 0x2c },
+ 'wb_rblevelswhitefluorescent' => { 305 => 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' => { 200 => 0x0 },
+ 'wb_rgblevels' => { 187 => [0x546,0x96], 316 => 0xd, 317 => 0x413, 322 => 0x3036, 364 => 0x107, 428 => 0x117c, 429 => 0x1180, 430 => 0x115c, 431 => 0x11d8, 432 => 0x11b4, 433 => 0x106c, 434 => 0x264, 435 => 0x264, 436 => 0x252 },
+ 'wb_rgblevels1' => { 327 => 0x2 },
+ 'wb_rgblevels2' => { 327 => 0x6 },
+ 'wb_rgblevels3' => { 327 => 0xa },
+ 'wb_rgblevels4' => { 327 => 0xe },
+ 'wb_rgblevels5' => { 327 => 0x12 },
+ 'wb_rgblevels6' => { 327 => 0x16 },
+ 'wb_rgblevels7' => { 327 => 0x1a },
+ 'wb_rgblevelsauto' => { 398 => 0x0 },
+ 'wb_rgblevelscustom1' => { 398 => 0x15 },
+ 'wb_rgblevelscustom2' => { 398 => 0x18 },
+ 'wb_rgblevelscustom3' => { 398 => 0x1b },
+ 'wb_rgblevelsdaylight' => { 398 => 0x3 },
+ 'wb_rgblevelsflash' => { 398 => 0x12 },
+ 'wb_rgblevelsfluorescent' => { 398 => 0xf },
+ 'wb_rgblevelsincandescent' => { 398 => 0xc },
+ 'wb_rgblevelsovercast' => { 398 => 0x9 },
+ 'wb_rgblevelsshade' => { 398 => 0x6 },
+ 'wb_rgblevelsunknown0' => { 399 => 0x0 },
+ 'wb_rgblevelsunknown1' => { 399 => 0x3 },
+ 'wb_rgblevelsunknown2' => { 399 => 0x6 },
+ 'wb_rgblevelsunknown3' => { 399 => 0x9 },
+ 'wb_rgblevelsunknown4' => { 399 => 0xc },
+ 'wb_rgblevelsunknown5' => { 399 => 0xf },
+ 'wb_rgblevelsunknown6' => { 399 => 0x12 },
+ 'wb_rgblevelsunknown7' => { 399 => 0x15 },
+ 'wb_rgblevelsunknown8' => { 399 => 0x18 },
+ 'wb_rgblevelsunknown9' => { 399 => 0x1b },
+ 'wb_rgbmuldaylight' => { 138 => 0x852 },
+ 'wb_rgbmulflash' => { 138 => 0x855 },
+ 'wb_rgbmulfluorescent' => { 138 => 0x854 },
+ 'wb_rgbmultungsten' => { 138 => 0x853 },
'wb_rggbblacklevels' => { 35 => 0x25 },
- 'wb_rggblevels' => { 189 => 0x4, 198 => 0x0, 202 => 0x13e8, 203 => 0x38 },
+ 'wb_rggblevels' => { 190 => 0x4, 199 => 0x0, 203 => 0x13e8, 204 => 0x38 },
'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, 202 => 0x1478, 203 => 0x114, 393 => 0xa022 },
- 'wb_rggblevelsblack' => { 393 => 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, 202 => 0x1408, 203 => 0x60, 354 => 0x20f, 362 => 0x14 },
- 'wb_rggblevelscustom' => { 35 => 0x1d, 44 => 0x80, 202 => 0x1468, 203 => 0x100 },
+ '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, 203 => 0x1478, 204 => 0x114, 394 => 0xa022 },
+ 'wb_rggblevelsblack' => { 394 => 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, 203 => 0x1408, 204 => 0x60, 355 => 0x20f, 363 => 0x14 },
+ 'wb_rggblevelscustom' => { 35 => 0x1d, 44 => 0x80, 203 => 0x1468, 204 => 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, 202 => 0x13f8, 203 => 0x4c, 354 => 0x20d, 362 => 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, 202 => 0x1448, 354 => 0x214, 362 => 0x41 },
+ '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, 203 => 0x13f8, 204 => 0x4c, 355 => 0x20d, 363 => 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, 203 => 0x1448, 355 => 0x214, 363 => 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' => { 203 => 0xc4, 354 => 0x211, 362 => 0x26 },
- 'wb_rggblevelsfluorescentl' => { 362 => 0x4a },
- 'wb_rggblevelsfluorescentn' => { 203 => 0xb0, 354 => 0x212, 362 => 0x2f },
- 'wb_rggblevelsfluorescentw' => { 202 => 0x1438, 203 => 0x9c, 354 => 0x213, 362 => 0x38 },
- 'wb_rggblevelshtmercury' => { 203 => 0xd8 },
- 'wb_rggblevelsilluminator1' => { 393 => 0xa023 },
- 'wb_rggblevelsilluminator2' => { 393 => 0xa024 },
+ 'wb_rggblevelsfluorescentd' => { 204 => 0xc4, 355 => 0x211, 363 => 0x26 },
+ 'wb_rggblevelsfluorescentl' => { 363 => 0x4a },
+ 'wb_rggblevelsfluorescentn' => { 204 => 0xb0, 355 => 0x212, 363 => 0x2f },
+ 'wb_rggblevelsfluorescentw' => { 203 => 0x1438, 204 => 0x9c, 355 => 0x213, 363 => 0x38 },
+ 'wb_rggblevelshtmercury' => { 204 => 0xd8 },
+ 'wb_rggblevelsilluminator1' => { 394 => 0xa023 },
+ 'wb_rggblevelsilluminator2' => { 394 => 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, 203 => 0x74, 354 => 0x20e, 362 => 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, 202 => 0x1428, 203 => 0x88, 354 => 0x210, 362 => 0x1d },
- 'wb_rggblevelsuncorrected' => { 393 => 0xa021 },
- 'wb_rggblevelsunknown' => { 38 => 0xf, 39 => 0x18, 41 => 0x64, 42 => 0x78, 43 => 0x1d, 47 => 0x4e, 48 => 0x4e, 49 => 0x4e, 50 => 0x56, 362 => 0x53 },
+ '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, 204 => 0x74, 355 => 0x20e, 363 => 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, 203 => 0x1428, 204 => 0x88, 355 => 0x210, 363 => 0x1d },
+ 'wb_rggblevelsuncorrected' => { 394 => 0xa021 },
+ 'wb_rggblevelsunknown' => { 38 => 0xf, 39 => 0x18, 41 => 0x64, 42 => 0x78, 43 => 0x1d, 47 => 0x4e, 48 => 0x4e, 49 => 0x4e, 50 => 0x56, 363 => 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 },
@@ -6949,130 +6953,130 @@ my %tagLookup = (
'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' => { 362 => 0x5c },
- 'wbadjblueamber' => { 102 => 0x20106 },
- 'wbadjbluebalance' => { 277 => 0x8 },
- 'wbadjcolortemp' => { 102 => 0x20102, 107 => 0x1a },
- 'wbadjlighting' => { 277 => 0x14 },
- 'wbadjmagentagreen' => { 102 => 0x20105 },
- 'wbadjmode' => { 277 => 0x10 },
- 'wbadjredbalance' => { 277 => 0x0 },
- 'wbadjrggblevels' => { 102 => 0x20125, 107 => 0x6 },
- 'wbadjtemperature' => { 277 => 0x18 },
- 'wbadjtint' => { 277 => 0x25 },
- 'wbbluelevel' => { 314 => 0x324, 319 => 0x8006, 324 => 0x26 },
- 'wbbracketingsteps' => { 246 => 0x174d, 247 => 0x87c, 256 => 0x1757 },
+ 'wb_rggblevelsuserselected' => { 363 => 0x5c },
+ 'wbadjblueamber' => { 103 => 0x20106 },
+ 'wbadjbluebalance' => { 278 => 0x8 },
+ 'wbadjcolortemp' => { 103 => 0x20102, 108 => 0x1a },
+ 'wbadjlighting' => { 278 => 0x14 },
+ 'wbadjmagentagreen' => { 103 => 0x20105 },
+ 'wbadjmode' => { 278 => 0x10 },
+ 'wbadjredbalance' => { 278 => 0x0 },
+ 'wbadjrggblevels' => { 103 => 0x20125, 108 => 0x6 },
+ 'wbadjtemperature' => { 278 => 0x18 },
+ 'wbadjtint' => { 278 => 0x25 },
+ 'wbbluelevel' => { 315 => 0x324, 320 => 0x8006, 325 => 0x26 },
+ 'wbbracketingsteps' => { 247 => 0x174d, 248 => 0x87c, 257 => 0x1757 },
'wbbracketmode' => { 57 => 0x9 },
- 'wbbracketshotnumber' => { 186 => 0x2b, 386 => 0x101a },
+ 'wbbracketshotnumber' => { 187 => 0x2b, 387 => 0x101a },
'wbbracketvalueab' => { 57 => 0xc },
'wbbracketvaluegm' => { 57 => 0xd },
- 'wbfinetuneactive' => { 107 => 0x24 },
- 'wbfinetunesaturation' => { 107 => 0x28 },
- 'wbfinetunetone' => { 107 => 0x2c },
- 'wbgreenlevel' => { 314 => 0x323, 319 => 0x8005, 324 => 0x25 },
- 'wbmediaimagesizesetting' => { 83 => 0x708 },
- 'wbmode' => { 188 => 0x4, 301 => 0x1015 },
- 'wbredlevel' => { 314 => 0x322, 319 => 0x8004, 324 => 0x24 },
- 'wbscale' => { 189 => 0x0 },
- 'wbshiftab' => { 73 => 0xc, 319 => 0x46, 336 => 0x10 },
- 'wbshiftab_gm' => { 419 => 0x2014 },
- 'wbshiftab_gm_precise' => { 419 => 0x2026 },
- 'wbshiftcreativecontrol' => { 319 => 0x92 },
- 'wbshiftgm' => { 73 => 0xd, 319 => 0x47, 336 => 0x11 },
- 'wbshiftintelligentauto' => { 319 => 0x8b },
- 'wbtype1' => { 325 => 0x1, 326 => 0x1 },
- 'wbtype2' => { 325 => 0x4, 326 => 0x5 },
- 'wbtype3' => { 325 => 0x7, 326 => 0x9 },
- 'wbtype4' => { 325 => 0xa, 326 => 0xd },
- 'wbtype5' => { 325 => 0xd, 326 => 0x11 },
- 'wbtype6' => { 325 => 0x10, 326 => 0x15 },
- 'wbtype7' => { 325 => 0x13, 326 => 0x19 },
- 'webstatement' => { 506 => 'WebStatement' },
- 'weightedflatsubject' => { 468 => 'weightedFlatSubject' },
- 'what' => { 476 => 'What', 478 => '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, 73 => 0x8, 76 => 0x7, 111 => 0x7, 112 => [0x19,0x2012], 118 => [0xa403,0xfe4e], 126 => 0x1002, 137 => 0x3fc, 138 => 0xfa0d, 139 => 0x40, 150 => 0x1a, 180 => 0x3, 181 => 0xe, 182 => 0x4, 183 => 0xb, 185 => 0x115, 225 => 0x5, 261 => 0x7, 314 => 0x304, 319 => 0x3, 321 => 0x3033, 354 => 0x19, 361 => 0x7, 385 => 0x26, 386 => 0x1003, 396 => [0x88,0x3c,0x7,0x58], 406 => 0xf, 407 => 0xe, 419 => [0x115,0xb054], 476 => 'WhiteBalance', 478 => 'WhiteBalance', 482 => 'WhiteBalance' },
- 'whitebalance0' => { 175 => 'WhiteBalance0' },
- 'whitebalance1' => { 175 => 'WhiteBalance1' },
- 'whitebalance2' => { 175 => 'WhiteBalance2', 296 => 0x500 },
- 'whitebalanceadj' => { 102 => 0x20101, 107 => 0x18, 271 => 0x76a43204 },
- 'whitebalanceautoadjustment' => { 332 => 0x0 },
- 'whitebalancebias' => { 112 => 0x2011, 301 => 0x304, 319 => 0x23 },
- 'whitebalanceblue' => { 73 => 0x7 },
- 'whitebalancebracket' => { 296 => 0x502, 301 => 0x303 },
- 'whitebalancebracketing' => { 183 => 0x22, 186 => 0x2c, 417 => 0x2c },
- 'whitebalancebuttonplaybackmode' => { 294 => 0x1c5 },
- 'whitebalancecomp' => { 304 => 0x1001 },
- 'whitebalancedetected' => { 137 => 0x3fb },
- 'whitebalancefinetune' => { 126 => 0x100a, 183 => 0x38, 185 => 0x112, 225 => 0xb, 386 => 0x1004, 406 => 0x6, 407 => 0x5, 419 => 0x112 },
- 'whitebalancemode' => { 137 => 0x3fa, 354 => 0x1a },
- 'whitebalancered' => { 73 => 0x6 },
- 'whitebalanceset' => { 335 => 0xa },
- 'whitebalancesetting' => { 183 => 0x23, 406 => 0x5, 407 => 0x4, 408 => 0x16, 424 => 0xd },
- 'whitebalancesetup' => { 393 => 0x41 },
- 'whitebalancetemperature' => { 296 => 0x501 },
- 'whiteboard' => { 301 => 0x301 },
- 'whitelevel' => { 118 => 0xc61d, 354 => 0x7e },
- 'whitepoint' => { 118 => 0x13e, 318 => 0x35d, 354 => 0x201, 498 => 'WhitePoint' },
- 'whites2012' => { 476 => 'Whites2012', 478 => 'Whites2012' },
- 'whitesadj' => { 453 => 0x9017 },
- 'wideadapter' => { 386 => 0x1017 },
- 'widefocuszone' => { 180 => 0x2f },
- 'widerange' => { 395 => 0x20f },
- 'windmode' => { 137 => 0x3f4 },
- 'windnoisereduction' => { 228 => 0x2d6 },
- 'windowlocation' => { 379 => 'WLOC' },
- 'windowsatom' => { 477 => 'windowsAtom' },
- 'windowsatomextension' => { 477 => [\'windowsAtom','windowsAtomExtension'] },
- 'windowsatominvocationflags' => { 477 => [\'windowsAtom','windowsAtomInvocationFlags'] },
- 'windowsatomuncprojectpath' => { 477 => [\'windowsAtom','windowsAtomUncProjectPath'] },
- 'wordcount' => { 492 => 'wordCount' },
- 'work' => { 371 => "\xa9wrk" },
- 'workcolorspace' => { 102 => 0x10200, 107 => 0x270 },
- 'workflowtag' => { 488 => 'WorkflowTag' },
- 'workflowtagcvid' => { 488 => [\'WorkflowTag','WorkflowTagCvId'] },
- 'workflowtagcvtermid' => { 488 => [\'WorkflowTag','WorkflowTagCvTermId'] },
- 'workflowtagcvtermname' => { 488 => [\'WorkflowTag','WorkflowTagCvTermName'] },
- 'workflowtagcvtermrefinedabout' => { 488 => [\'WorkflowTag','WorkflowTagCvTermRefinedAbout'] },
- 'worktodo' => { 484 => 'WorkToDo' },
- 'worldtimelocation' => { 319 => 0x3a, 354 => 0x22, 360 => '0.1' },
- 'writer' => { 178 => 'WM/Writer' },
- 'writer-editor' => { 130 => 0x7a },
- 'x3filllight' => { 396 => 0x12 },
- 'xattrquarantine' => { 173 => 'com.apple.quarantine' },
- 'xilinxversion' => { 137 => 0x414 },
- 'xml' => { 135 => 'xml ' },
- 'xmp' => { 105 => 0xffff00f6, 119 => 'XMP' },
- 'xmptoolkit' => { 499 => 'xmptk' },
- 'xpauthor' => { 118 => 0x9c9d },
- 'xpcomment' => { 118 => 0x9c9c },
- 'xpkeywords' => { 118 => 0x9c9e },
- 'xposition' => { 118 => 0x11e },
- 'xpsubject' => { 118 => 0x9c9f },
- 'xptitle' => { 118 => 0x9c9b },
- 'xresolution' => { 118 => 0x11a, 133 => 0x3, 369 => 0x0, 498 => 'XResolution' },
- 'xyresolution' => { 122 => 0x3 },
- 'yaw' => { 114 => 0x7, 379 => ['_yaw',"\xa9fyw"] },
- 'yawangle' => { 246 => 0x3513, 247 => 0x2c2c, 251 => 0xc222, 256 => 0x36fc, 257 => 0x2f03, 259 => 0xce3a, 260 => 0xeaf3, 391 => 0x0 },
- 'ycbcrcoefficients' => { 118 => 0x211, 498 => 'YCbCrCoefficients' },
- 'ycbcrpositioning' => { 118 => 0x213, 498 => 'YCbCrPositioning' },
- 'ycbcrsubsampling' => { 118 => 0x212, 498 => 'YCbCrSubSampling' },
- 'year' => { 371 => 'yrrc', 373 => 'year', 379 => 'yrrc' },
- 'yearcreated' => { 139 => 0x10, 148 => 0xc },
- 'yellowhsl' => { 102 => 0x20912 },
- 'yield' => { 494 => 'yield' },
- 'yposition' => { 118 => 0x11f },
- 'yresolution' => { 118 => 0x11b, 133 => 0x5, 369 => 0x4, 498 => 'YResolution' },
- 'zebrapatterntonerange' => { 294 => 0x211 },
- 'zoneidentifier' => { 119 => 'ZoneIdentifier' },
- 'zonematching' => { 185 => 0x10a, 188 => [0x3a,0x4a], 419 => 0xb024 },
- 'zonematchingmode' => { 183 => 0x14 },
- 'zonematchingon' => { 182 => 0x75 },
- 'zonematchingvalue' => { 406 => 0x1f },
- 'zoomedpreviewlength' => { 301 => 0xf05 },
- 'zoomedpreviewsize' => { 301 => 0xf06 },
- 'zoomedpreviewstart' => { 301 => 0xf04 },
+ 'wbfinetuneactive' => { 108 => 0x24 },
+ 'wbfinetunesaturation' => { 108 => 0x28 },
+ 'wbfinetunetone' => { 108 => 0x2c },
+ 'wbgreenlevel' => { 315 => 0x323, 320 => 0x8005, 325 => 0x25 },
+ 'wbmediaimagesizesetting' => { 84 => 0x708 },
+ 'wbmode' => { 189 => 0x4, 302 => 0x1015 },
+ 'wbredlevel' => { 315 => 0x322, 320 => 0x8004, 325 => 0x24 },
+ 'wbscale' => { 190 => 0x0 },
+ 'wbshiftab' => { 74 => 0xc, 320 => 0x46, 337 => 0x10 },
+ 'wbshiftab_gm' => { 420 => 0x2014 },
+ 'wbshiftab_gm_precise' => { 420 => 0x2026 },
+ 'wbshiftcreativecontrol' => { 320 => 0x92 },
+ 'wbshiftgm' => { 74 => 0xd, 320 => 0x47, 337 => 0x11 },
+ 'wbshiftintelligentauto' => { 320 => 0x8b },
+ 'wbtype1' => { 326 => 0x1, 327 => 0x1 },
+ 'wbtype2' => { 326 => 0x4, 327 => 0x5 },
+ 'wbtype3' => { 326 => 0x7, 327 => 0x9 },
+ 'wbtype4' => { 326 => 0xa, 327 => 0xd },
+ 'wbtype5' => { 326 => 0xd, 327 => 0x11 },
+ 'wbtype6' => { 326 => 0x10, 327 => 0x15 },
+ 'wbtype7' => { 326 => 0x13, 327 => 0x19 },
+ 'webstatement' => { 507 => 'WebStatement' },
+ 'weightedflatsubject' => { 469 => 'weightedFlatSubject' },
+ 'what' => { 477 => 'What', 479 => '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, 226 => 0x5, 262 => 0x7, 315 => 0x304, 320 => 0x3, 322 => 0x3033, 355 => 0x19, 362 => 0x7, 386 => 0x26, 387 => 0x1003, 397 => [0x88,0x3c,0x7,0x58], 407 => 0xf, 408 => 0xe, 420 => [0x115,0xb054], 477 => 'WhiteBalance', 479 => 'WhiteBalance', 483 => 'WhiteBalance' },
+ 'whitebalance0' => { 176 => 'WhiteBalance0' },
+ 'whitebalance1' => { 176 => 'WhiteBalance1' },
+ 'whitebalance2' => { 176 => 'WhiteBalance2', 297 => 0x500 },
+ 'whitebalanceadj' => { 103 => 0x20101, 108 => 0x18, 272 => 0x76a43204 },
+ 'whitebalanceautoadjustment' => { 333 => 0x0 },
+ 'whitebalancebias' => { 113 => 0x2011, 302 => 0x304, 320 => 0x23 },
+ 'whitebalanceblue' => { 74 => 0x7 },
+ 'whitebalancebracket' => { 297 => 0x502, 302 => 0x303 },
+ 'whitebalancebracketing' => { 184 => 0x22, 187 => 0x2c, 418 => 0x2c },
+ 'whitebalancebuttonplaybackmode' => { 295 => 0x1c5 },
+ 'whitebalancecomp' => { 305 => 0x1001 },
+ 'whitebalancedetected' => { 138 => 0x3fb },
+ 'whitebalancefinetune' => { 127 => 0x100a, 184 => 0x38, 186 => 0x112, 226 => 0xb, 387 => 0x1004, 407 => 0x6, 408 => 0x5, 420 => 0x112 },
+ 'whitebalancemode' => { 138 => 0x3fa, 355 => 0x1a },
+ 'whitebalancered' => { 74 => 0x6 },
+ 'whitebalanceset' => { 336 => 0xa },
+ 'whitebalancesetting' => { 184 => 0x23, 407 => 0x5, 408 => 0x4, 409 => 0x16, 425 => 0xd },
+ 'whitebalancesetup' => { 394 => 0x41 },
+ 'whitebalancetemperature' => { 297 => 0x501 },
+ 'whiteboard' => { 302 => 0x301 },
+ 'whitelevel' => { 119 => 0xc61d, 355 => 0x7e },
+ 'whitepoint' => { 119 => 0x13e, 319 => 0x35d, 355 => 0x201, 499 => 'WhitePoint' },
+ 'whites2012' => { 477 => 'Whites2012', 479 => 'Whites2012' },
+ 'whitesadj' => { 454 => 0x9017 },
+ 'wideadapter' => { 387 => 0x1017 },
+ 'widefocuszone' => { 181 => 0x2f },
+ 'widerange' => { 396 => 0x20f },
+ 'windmode' => { 138 => 0x3f4 },
+ 'windnoisereduction' => { 229 => 0x2d6 },
+ 'windowlocation' => { 380 => 'WLOC' },
+ 'windowsatom' => { 478 => 'windowsAtom' },
+ 'windowsatomextension' => { 478 => [\'windowsAtom','windowsAtomExtension'] },
+ 'windowsatominvocationflags' => { 478 => [\'windowsAtom','windowsAtomInvocationFlags'] },
+ 'windowsatomuncprojectpath' => { 478 => [\'windowsAtom','windowsAtomUncProjectPath'] },
+ 'wordcount' => { 493 => 'wordCount' },
+ 'work' => { 372 => "\xa9wrk" },
+ 'workcolorspace' => { 103 => 0x10200, 108 => 0x270 },
+ 'workflowtag' => { 489 => 'WorkflowTag' },
+ 'workflowtagcvid' => { 489 => [\'WorkflowTag','WorkflowTagCvId'] },
+ 'workflowtagcvtermid' => { 489 => [\'WorkflowTag','WorkflowTagCvTermId'] },
+ 'workflowtagcvtermname' => { 489 => [\'WorkflowTag','WorkflowTagCvTermName'] },
+ 'workflowtagcvtermrefinedabout' => { 489 => [\'WorkflowTag','WorkflowTagCvTermRefinedAbout'] },
+ 'worktodo' => { 485 => 'WorkToDo' },
+ 'worldtimelocation' => { 320 => 0x3a, 355 => 0x22, 361 => '0.1' },
+ 'writer' => { 179 => 'WM/Writer' },
+ 'writer-editor' => { 131 => 0x7a },
+ 'x3filllight' => { 397 => 0x12 },
+ 'xattrquarantine' => { 174 => 'com.apple.quarantine' },
+ 'xilinxversion' => { 138 => 0x414 },
+ 'xml' => { 136 => 'xml ' },
+ 'xmp' => { 106 => 0xffff00f6, 120 => 'XMP' },
+ 'xmptoolkit' => { 500 => 'xmptk' },
+ 'xpauthor' => { 119 => 0x9c9d },
+ 'xpcomment' => { 119 => 0x9c9c },
+ 'xpkeywords' => { 119 => 0x9c9e },
+ 'xposition' => { 119 => 0x11e },
+ 'xpsubject' => { 119 => 0x9c9f },
+ 'xptitle' => { 119 => 0x9c9b },
+ 'xresolution' => { 119 => 0x11a, 134 => 0x3, 370 => 0x0, 499 => 'XResolution' },
+ 'xyresolution' => { 123 => 0x3 },
+ 'yaw' => { 115 => 0x7, 380 => ['_yaw',"\xa9fyw"] },
+ 'yawangle' => { 247 => 0x3513, 248 => 0x2c2c, 252 => 0xc222, 257 => 0x36fc, 258 => 0x2f03, 260 => 0xce3a, 261 => 0xeaf3, 392 => 0x0 },
+ 'ycbcrcoefficients' => { 119 => 0x211, 499 => 'YCbCrCoefficients' },
+ 'ycbcrpositioning' => { 119 => 0x213, 499 => 'YCbCrPositioning' },
+ 'ycbcrsubsampling' => { 119 => 0x212, 499 => 'YCbCrSubSampling' },
+ 'year' => { 372 => 'yrrc', 374 => 'year', 380 => 'yrrc' },
+ 'yearcreated' => { 140 => 0x10, 149 => 0xc },
+ 'yellowhsl' => { 103 => 0x20912 },
+ 'yield' => { 495 => 'yield' },
+ 'yposition' => { 119 => 0x11f },
+ 'yresolution' => { 119 => 0x11b, 134 => 0x5, 370 => 0x4, 499 => 'YResolution' },
+ 'zebrapatterntonerange' => { 295 => 0x211 },
+ 'zoneidentifier' => { 120 => 'ZoneIdentifier' },
+ 'zonematching' => { 186 => 0x10a, 189 => [0x3a,0x4a], 420 => 0xb024 },
+ 'zonematchingmode' => { 184 => 0x14 },
+ 'zonematchingon' => { 183 => 0x75 },
+ 'zonematchingvalue' => { 407 => 0x1f },
+ 'zoomedpreviewlength' => { 302 => 0xf05 },
+ 'zoomedpreviewsize' => { 302 => 0xf06 },
+ 'zoomedpreviewstart' => { 302 => 0xf04 },
'zoomsourcewidth' => { 34 => 0x24 },
- 'zoomstepcount' => { 299 => 0x300, 301 => 0x100d },
+ 'zoomstepcount' => { 300 => 0x300, 302 => 0x100d },
'zoomtargetwidth' => { 34 => 0x25 },
);
@@ -9668,6 +9672,7 @@ my %tagExists = (
'locationinfo' => 1,
'lockedpropertylist' => 1,
'locks' => 1,
+ 'loginfo' => 1,
'loglintable' => 1,
'logoiconurl' => 1,
'logourl' => 1,
diff --git a/lib/Image/ExifTool/TagNames.pod b/lib/Image/ExifTool/TagNames.pod
index e211b877..f1f5c8bf 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 25764 tags, with 16462 unique tag names.
+They contain a total of 25775 tags, with 16465 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
@@ -7346,6 +7346,7 @@ Unknown only to reduce the volume of the normal output.
0x4021 MultiExp Canon MultiExp
0x4024 FilterInfo Canon FilterInfo
0x4025 HDRInfo Canon HDRInfo
+ 0x4026 LogInfo Canon LogInfo
0x4028 AFConfig Canon AFConfig
0x403f RawBurstModeRoll Canon RawBurstInfo
@@ -9515,6 +9516,18 @@ Information about creative filter settings.
1 HDR int32s
2 HDREffect int32s
+=head3 Canon LogInfo Tags
+
+ Index4 Tag Name Writable
+ ------ -------- --------
+ 4 CompressionFormat int32s
+ 6 Sharpness int32s
+ 7 Saturation int32s
+ 8 ColorTone int32s
+ 9 ColorSpace2 int32s
+ 10 ColorMatrix int32s
+ 11 CanonLogVersion int32s
+
=head3 Canon AFConfig Tags
Index4 Tag Name Writable
@@ -13591,6 +13604,8 @@ These tags belong to the ExifTool XMP-ast family 1 group.
About no
GPSAltitude no
GPSAltitudeRef no
+ GPSImgDirection no
+ GPSImgDirectionRef no
GPSLatitude no
GPSLatitudeRef no
GPSLongitude no
@@ -14317,6 +14332,7 @@ These tags are used by the Z9.
434 FlashOutput? int8u
444 FlashRemoteControl? int8u
456 FlashWirelessOption? int8u
+ 528 AFAreaMode int8u
530 VRMode int8u
534 BracketSet int8u
536 BracketProgram int8u
@@ -14710,7 +14726,7 @@ These tags are used by the D4S, D750, D810, D5500, D7200 (FlashInfoVersion
0 AFInfo2Version no
62 AFImageWidth int16u
64 AFImageHeight int16u
- 67 FocusPositionHoriontal int8u~
+ 67 FocusPositionHorizontal int8u~
69 FocusPositionVertical int8u~
70 AFAreaWidth int16u
72 AFAreaHeight int16u
@@ -37010,6 +37026,7 @@ FileName.
NewGUID ExifTool no
Now ExifTool no
OtherImage File no
+ PageCount File no
PreviewImage File yes
PreviewPDF File no
PreviewPNG File no
diff --git a/lib/Image/ExifTool/WriteQuickTime.pl b/lib/Image/ExifTool/WriteQuickTime.pl
index 68322782..e61f7d6d 100644
--- a/lib/Image/ExifTool/WriteQuickTime.pl
+++ b/lib/Image/ExifTool/WriteQuickTime.pl
@@ -1391,9 +1391,13 @@ sub WriteQuickTime($$$)
$pos += $siz;
}
if ($msg) {
- my $grp = $$et{CUR_WRITE_GROUP} || $parent;
- $et->Error("$msg for $grp");
- return $rtnErr;
+ # (allow empty sample description for 'url ' handler type)
+ if ($$et{HandlerType} or length($buff) > 8) {
+ my $grp = $$et{CUR_WRITE_GROUP} || $parent;
+ $et->Error("$msg for $grp");
+ return $rtnErr;
+ }
+ $flg = 1; # (this seems to be the case)
}
$$et{QtDataFlg} = $flg;
}
diff --git a/lib/Image/ExifTool/WriteXMP.pl b/lib/Image/ExifTool/WriteXMP.pl
index 0676d0b2..9ff5adcc 100644
--- a/lib/Image/ExifTool/WriteXMP.pl
+++ b/lib/Image/ExifTool/WriteXMP.pl
@@ -298,6 +298,8 @@ sub SetPropertyPath($$;$$$$)
$flatInfo = $$tagTablePtr{$flatID};
if ($flatInfo) {
return if $$flatInfo{PropertyPath};
+ } elsif (@$propList > 50) {
+ return; # avoid deep recursion
} else {
# flattened tag doesn't exist, so create it now
# (could happen if we were just writing a structure)
diff --git a/lib/Image/ExifTool/XMP.pm b/lib/Image/ExifTool/XMP.pm
index 2c4a0b7b..bd258983 100644
--- a/lib/Image/ExifTool/XMP.pm
+++ b/lib/Image/ExifTool/XMP.pm
@@ -3399,6 +3399,10 @@ NoLoop:
}
# save property list for verbose "adding" message unless this tag already exists
$added = \@tagList unless $$tagTablePtr{$tagID};
+ # if this is an empty structure, we must add a Struct field
+ if (not length $val and $$attrs{'rdf:parseType'} and $$attrs{'rdf:parseType'} eq 'Resource') {
+ $$tagInfo{Struct} = { STRUCT_NAME => 'XMP Unknown' };
+ }
AddTagToTable($tagTablePtr, $tagID, $tagInfo);
last;
}
@@ -3730,7 +3734,11 @@ sub ParseXMPElement($$$;$$$$)
} elsif ($prop eq 'rdf:Description') {
# remove unnecessary rdf:Description elements since parseType='Resource'
# is more efficient (also necessary to make property path consistent)
- $parseResource = 1 if grep /^rdf:Description$/, @$propList;
+ if (grep /^rdf:Description$/, @$propList) {
+ $parseResource = 1;
+ # set parseType so we know this is a structure
+ $attrs{'rdf:parseType'} = 'Resource';
+ }
} elsif ($prop eq 'xmp:xmpmeta') {
# patch MicrosoftPhoto unconformity
$prop = 'x:xmpmeta';
diff --git a/lib/Image/ExifTool/XMPStruct.pl b/lib/Image/ExifTool/XMPStruct.pl
index 62f31e66..edb4654c 100644
--- a/lib/Image/ExifTool/XMPStruct.pl
+++ b/lib/Image/ExifTool/XMPStruct.pl
@@ -634,15 +634,14 @@ sub RestoreStruct($;$)
local $_;
my ($et, $keepFlat) = @_;
my ($key, %structs, %var, %lists, $si, %listKeys, @siList);
- my $ex = $$et{TAG_EXTRA};
my $valueHash = $$et{VALUE};
my $fileOrder = $$et{FILE_ORDER};
my $tagExtra = $$et{TAG_EXTRA};
foreach $key (keys %{$$et{TAG_INFO}}) {
- $$ex{$key} or next;
- my $structProps = $$ex{$key}{Struct} or next;
- delete $$ex{$key}{Struct}; # (don't re-use)
- my $tagInfo = $$et{TAG_INFO}{$key}; # tagInfo for flattened tag
+ $$tagExtra{$key} or next;
+ my $structProps = $$tagExtra{$key}{Struct} or next;
+ delete $$tagExtra{$key}{Struct}; # (don't re-use)
+ my $tagInfo = $$et{TAG_INFO}{$key}; # tagInfo for flattened tag
my $table = $$tagInfo{Table};
my $prop = shift @$structProps;
my $tag = $$prop[0];
@@ -829,8 +828,23 @@ sub RestoreStruct($;$)
$var{$_} and push @siList, $_ foreach keys %structs;
# save new structures in the same order they were read from file
foreach $si (sort { $var{$a}[1] <=> $var{$b}[1] } @siList) {
- $key = $et->FoundTag($var{$si}[0], '');
- $$valueHash{$key} = $structs{$si};
+ # test to see if a tag for this structure has already been generated
+ # (this could happen only if one of the structures in a list was empty)
+ $key = $var{$si}[0]{Name};
+ my $found;
+ if ($$valueHash{$key}) {
+ my @keys = grep /^$key( \(\d+\))?$/, keys %$valueHash;
+ foreach $key (@keys) {
+ next unless $$valueHash{$key} eq $structs{$si};
+ $found = 1;
+ last;
+ }
+ }
+ unless ($found) {
+ # otherwise, generate a new tag for this structure
+ $key = $et->FoundTag($var{$si}[0], '');
+ $$valueHash{$key} = $structs{$si};
+ }
$$fileOrder{$key} = $var{$si}[1];
}
}
diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec
index 751aa0fe..dfab78be 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.39
+Version: 12.40
Release: 1
License: Artistic/GPL
Group: Development/Libraries/Perl
diff --git a/pp_build_exe.args b/pp_build_exe.args
index 8f65e6f7..5bc3cea5 100644
--- a/pp_build_exe.args
+++ b/pp_build_exe.args
@@ -21,10 +21,10 @@
# 10) Copy zip archive to web servers.
# 11) Update zip file version in link and text of html/index.html.
#------------------------------------------------------------------------------
--T exiftool-12.39
-#--info=FileVersion=12.3.9.0
-#--info=ProductVersion=12.3.9.0
-##"--info=Build Date=2022:01:13 07:56:50-05:00"
+-T exiftool-12.40
+#--info=FileVersion=12.4.0.0
+#--info=ProductVersion=12.4.0.0
+##"--info=Build Date=2022:02:08 10:30:47-05:00"
##"--info=Bundled Perl Version=ActivePerl 5.24.0"
##"--info=LegalCopyright=Copyright (c) 2003-2022, Phil Harvey"
##"--info=ProductName=ExifTool"
diff --git a/windows_exiftool b/windows_exiftool
index 41ac3b82..b1cdb840 100755
--- a/windows_exiftool
+++ b/windows_exiftool
@@ -10,7 +10,7 @@
use strict;
require 5.004;
-my $version = '12.39';
+my $version = '12.40';
# add our 'lib' directory to the include list BEFORE 'use Image::ExifTool'
my $exePath;
@@ -5461,7 +5461,7 @@ OPTIONS
produces output like this:
- -- Generated by ExifTool 12.39 --
+ -- Generated by ExifTool 12.40 --
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